function showFundNotify(){var i=document.createElement("div"),n=getCookie("cookie-invalidfund"),t;n&&n.trim().length>0&&(t='<div class="cookie-fund-notification cookie-fund-notification--open"><div class="cookie-notification__content"><div class="cookie-notification__content-text">Sorry, you don\'t have access to '+escapeHtml(decodeURIComponent(n))+'. The UCITs you have access to are below.<\/div><div class="cookie-notification__content-button"><div class="content-button-accept"><div class="content-fund-button-accept__text">Close<\/div><\/div><\/div><\/div><\/div>');$("body").append(t);$(".content-fund-button-accept__text").on("click",function(n){n.preventDefault();closeCloseFundNotification()});deleteCookie()}function escapeHtml(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}function deleteCookie(){document.cookie="cookie-invalidfund=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"}function getCookie(n){var i="; "+document.cookie,t=i.split("; "+n+"=");if(t.length===2)return t.pop().split(";").shift()}function closeCloseFundNotification(){$(".cookie-fund-notification.cookie-fund-notification--open").remove()}function loadDataFromServer(n){var t=n.attr("id").split("_"),i=t&&t.length>0?t[0]:"",u=$("#hdIsLandingPage").val(),o=getCookie("cookie-usercountry"),s=getCookie("cookie-productuser"),f=typeof Sitecore!="undefined"?1:0,r={Key:i,Source:[],SourceSorted:[],FullData:[]},e;if(f==0&&u=="1"&&s=="0")return e=getColumnIndex(n,r),mapDataToTable(n,i,[],e);$(".nuv-product-detail-table--ucits .nuv-product-detail-table__table-outer-wrapper").after('<div class= "nuv-loader" ><\/div>');var h="/global/api/producttable/getdatasource?tableID="+i+"&isLandingPage="+u+"&userCountry="+o+"&isEditor="+f,c=t[1],l=$.ajax({type:"GET",url:h,asyn:!0,success:function(t){if(t){r.Source=t.dataSource;r.FullData=t.fullData;var u=getColumnIndex(n,r);mapDataToTable(n,i,t.dataSource,u)}$(".nuv-loader").remove();initFixTable()},error:function(n){console.log(n.statusText);$(".nuv-loader").remove()}})}function loadDataTable(n,t,i){var r,f;const u=t.closest(".nuv-product-detail-table.nuv-product-detail-table--ucits"),e=u.attr("table-id");if(!e)return!1;r=tableDataSources.find(function(n){return n.Key==e});r&&r.Source.length>0&&(f=r.SourceSorted.length>0?r.SourceSorted:r.Source,i&&changeColumnIndex(u,r.ColumnConfig),n===0&&u.find("table tbody").empty(),bindDataToTable(u,f,r.ColumnConfig,n))}function mapDataToTable(n,t,i,r){var u=$('[table-id="'+t+'"]'),o,s,f,h,e;if(!i||i.length==0)return(o=$("#hdIsLandingPage").val(),u.find(".nuv-product-detail-table__load-more").hide(),o=="0")?(u.hide(),!1):(s='<tr><td colspan="'+r.length+'">There are no products available in your country<\/td><\/tr>',n.find("tbody").append(s),!1);f=i[0];f.asofdate&&(h="As of Date: "+getFormattedDate(f.asofdate),e=$('[asofdate-id="asd-'+t+'"]'),e.html(h),e.show());bindDataToTable(u,i,r,0)}function bindDataToTable(n,t,i,r,u){var l=getFilterParam(n),e,o;l.length>0&&(t=fiterData(t,l));var h="",f=isHideLoadMore(n.attr("table-id"))?t.length:8,c=r*f,s=c+f;if(u&&(n.find("table tbody").empty(),c=0,s=f>8?f:(r+1)*f),e=t.length,e===0)return n.find(".nuv-search-no-results").show(),n.find(".nuv-product-detail-table__load-more").hide(),!1;for(n.find(".nuv-search-no-results").hide(),n.find(".nuv-product-detail-table__load-more").show(),e<=s&&(s=e,n.find(".nuv-product-detail-table__load-more").hide()),o=c;o<s;o++)h=h+"<tr>"+rowTableTemplate(t[o],i)+"<\/tr >";n.find("table tbody").append(h);n.find(".nuv-product-detail-table__load-more").attr("page-number",r)}function changeColumnIndex(n,t){const u=n.find(".nuv-product-detail-table__table-wrapper").first().find("table thead:first-child tr th"),i=$("input[name='AnnualizedAndCummulative']:checked").val(),r=$(".nuv-product-detail-table--ucits .nuv-product-detail-table__link-toggle-option.nuv-product-detail-table__link-toggle-option--active").attr("data-option");if(i&&r){const n=i+r;$.each(u,function(){let f=$(this).attr("data-index");const i=JSON.parse($(this).attr("all-index")),r=i[n]||i.DefaultIndex;var u=t.find(function(n){return n.dataIndex==f});u&&(u.dataIndex=r);$(this).attr("data-index",r)})}}function getFilterParam(n){const t=n.find(".nuv-product-detail-table__dropdown-select-wrapper select");return param=[],t&&t.length&&$.each(t,function(){const n={FilterValue:$(this).find("option:selected").val(),FilterField:$(this).attr("dropdown-id")};param.push(n)}),param}function getCookie(n){var i="; "+document.cookie,t=i.split("; "+n+"=");if(t.length===2)return t.pop().split(";").shift()}function getHideLoadMoreOnTable(){var r=[],t=$("#hdHideLoadMore").val(),i,n;if(t&&t.length>0)for(i=t.split(";"),n=0;n<i.length;n++)conf=i[n].split("_"),r.push({tbID:conf[0],hideLoadMore:conf[1]});return r}function fiterData(n,t){for(var i=n,r=0;r<t.length;r++){let u=t[r].FilterField,n=t[r].FilterValue;if(n&&n.toLowerCase()!="all"&&(i=i.filter(function(t){return t[u]==n}),i.length==0))return i}return i}function isHideLoadMore(n){hideLoadMoreConfigs.length==0&&(hideLoadMoreConfigs=getHideLoadMoreOnTable());var t=hideLoadMoreConfigs.find(function(t){return t.tbID==n});return t?t.hideLoadMore.toLowerCase()=="true":!1}function getColumnIndex(n,t){for(var f=[],r=n.find("thead:first-child tr th"),e,u,i=0;i<r.length;i++){e=$(r[i]).attr("all-index");headerData=JSON.parse(e);let n={dataIndex:$(r[i]).attr("data-index"),"class":$(r[i]).attr("class").replace("nuv-sort-enabled",""),isDate:$(r[i]).attr("data-type").toLowerCase().trim()==="date",linkDetail:headerData.LinkDetail,showPercentSign:headerData.ShowPercentSign,showUpOrDownArrows:headerData.ShowUpOrDownArrows,IsPDFDocument:headerData.IsPDFDocument};f.push(n);headerData.HeaderObject&&headerData.HeaderObjectIndex&&headerData.HeaderObject.length>0&&headerData.HeaderObjectIndex.length>0&&(u=t.FullData[headerData.HeaderObject],u&&u[headerData.HeaderObjectIndex]&&u[headerData.HeaderObjectIndex].length>0&&$(r[i]).html(u[headerData.HeaderObjectIndex]))}return t.ColumnConfig=f,tableDataSources.push(t),f}function linkToDetail(n){if(!n)return!1;const t="/global/api/producttable/gotodetail?isin="+n;$.ajax({type:"GET",url:t,asyn:!0,success:function(n){n&&(window.location.href=n)}})}function rowTableTemplate(n,t){var i="";return $.each(t,function(t,r){var u=getRowValue(n[r.dataIndex],r),f,e;r.linkDetail?(f=n.url,f&&f.length!=0||(f="#"),i=i+'<td class="name '+r.class+' "><a href="'+f+'" data-name="'+u+"\" onclick=\"ga('gtm1.send','event','ucits','click',`click: "+u+'`);">'+u+"<\/a><\/td>"):r.IsPDFDocument?(e=n[r.dataIndex],e&&e.length!=0?(i=i+'<td class="name '+r.class+' "><a href="'+e+'"target="_blank" title="opens in a new window" data-name="'+u+'">PDF ',i=i+'<svg width="20" height="15" viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M11.667 16H2.333C1.045 16 0 14.94 0 13.63V2.37C0 1.06 1.045 0 2.333 0h5.592c.155 0 .303.062.413.174l5.49 5.67c.11.11.172.262.172.42v7.366c0 1.31-1.045 2.37-2.333 2.37z" fill="#31B700"><\/path><path d="M7 0v4.053C7 5.68 8.32 7 9.947 7H14" stroke="#FFF"><\/path><\/g><\/svg><\/a><\/td>'):i=i+'<td class="name '+r.class+' "><\/td>'):i=i+'<td class="name '+r.class+' ">'+u+"<\/td>"}),i}function getRowValue(n,t){var i,r;if(n==null||n==undefined)return"";if(t.isDate)return getFormattedDate(n);if(parseFloat(n)==0&&(n="0.00",t.dataIndex=="prcntchg"&&(n="0.000")),t.showPercentSign&&(n=n+"%"),t.showUpOrDownArrows){if(i=parseFloat(n),isNaN(i))return n;r=i<0?"nuv-product-detail-table__trend-number--negative":"nuv-product-detail-table__trend-number--positive";n='<span class="nuv-product-detail-table__trend-number '+r+'"><svg width="9" height="5" viewBox="0 0 12 7" xmlns="http://www.w3.org/2000/svg"><path d="M.414 6.07L6.07.415 11.73 6.07" fill="#6ECC4C" fill-rule="evenodd"><\/path><\/svg>'+n+"<\/span>"}return n}function getFormattedDate(n){var t=n.split("-"),i,r;return t.length<2?"":(i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],r=parseInt(t[1])-1,t[0]+" "+i[r]+" "+t[2])}function orderDataTable(n){var i,r;const u=$(n).closest("table"),f=$(n).attr("data-index");sortColumn.Field!==f?(sortColumn.Field=f,sortColumn.OrderBy="asc"):sortColumn.OrderBy=sortColumn.OrderBy=="desc"?"asc":"desc";changeSortIcon(n,sortColumn.OrderBy);i=$(n).parents(".nuv-product-detail-table__table-wrapper").find("> table").attr("id");i=i.split("_")[0];const t=tableDataSources.filter(function(n){return n.Key===i})[0];if(t.Source==null||t.Source.length==0)return!1;convertDataBeforSort(t.Source,sortColumn.Field);const e=_.orderBy(t.Source,[sortColumn.Field],[sortColumn.OrderBy]);t.SourceSorted=e;r=u.closest(".nuv-product-detail-table").find(".nuv-product-detail-table__load-more");const o=$(r).attr("page-number")?Number($(r).attr("page-number")):0;bindDataToTable(u.closest(".nuv-product-detail-table"),e,t.ColumnConfig,o,!0)}function convertDataBeforSort(n,t){for(var e="",r,u,f=0;i<n.length;i++)if(n[f][t]&&n[f][t].length>0){e=n[f][t];break}if(isFloatOrInt(e))for(r=0;i<n.length;i++)(u=n[r][t],u!=null&&u!=undefined)&&(n[r][t]=parseFloat(n[r][t]))}function isFloatOrInt(n){return!isNaN(n)&&n.toString().match(/^-?\d*(\.\d+)?$/)}function changeSortIcon(n,t){var u=$(n).parent(),r,i;if(parent)for(r=u.find(".nuv-sort-enabled"),i=0;i<r.length;i++)$(r[i]).removeClass(iconUpClass),$(r[i]).removeClass(iconDownClass);t=="desc"?$(n).addClass(iconDownClass):$(n).addClass(iconUpClass)}function initLoadMoreEvent(){$(".nuv-product-detail-table--ucits .nuv-product-detail-table__load-more a").on("click",function(n){n.preventDefault();var t=this.closest(".nuv-product-detail-table .nuv-product-detail-table__load-more");const i=$(t).attr("page-number")?Number($(t).attr("page-number")):0;loadDataTable(i+1,$(this))});$(".nuv-product-detail-table--ucits .nuv-product-detail-table__dropdown-select-wrapper select").on("change",function(){loadDataTable(0,$(this))});$(".nuv-product-detail-table--ucits .nuv-product-detail-table__radio-select-option input:radio").change(function(){loadDataTable(0,$(this),!0)});$(".nuv-product-detail-table--ucits .nuv-product-detail-table__link-toggle-option").on("click",function(){$(".nuv-product-detail-table--ucits .nuv-product-detail-table__link-toggle-option").removeClass("nuv-product-detail-table__link-toggle-option--active");$(this).addClass("nuv-product-detail-table__link-toggle-option--active");loadDataTable(0,$(this),!0)});$(".nuv-product-detail-table--ucits .nuv-sort-enabled").on("click",function(){orderDataTable(this)})}function MailTo(n){document.location.href="mailto:?body="+n}function linkedInClick(){window.location.href="https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=863a8hz6pvbjh5&redirect_uri=https://nuveen-webmgmt-devint2.test.tiaa-cref.org/login/doLogin&state=987654321&scope=r_basicprofile%20r_emailaddress"}function updateCountryCookie(n){var t=new Date,i;t.setTime(t.getTime()+31536e6);i="expires="+t.toUTCString();document.cookie="country="+encodeURIComponent(n)+";"+i+";path=/"}function updateSiteCookie(n,t,i){var r=new Date,u,f,e,o;r.setTime(r.getTime()+31536e6);u="expires="+r.toUTCString();document.cookie="nuveensite="+encodeURIComponent(n)+";"+u+";path=/";f=$(i).attr("data-url");e=$(i).attr("data-link-type");$(".SiteSwitcherModel").length>0&&e==="switcherLink"&&($(i).attr("href","javascript:void(0)"),o=$(".SiteSwitcherModel[data-index="+t+"]"),$(".SiteSwitcherModel").removeClass("nuv-speed-bump--show"),$(".SiteSwitcherModel").removeClass("max-opacity"),$(".SiteSwitcherModel").css("z-index","99999"),$("body").hasClass("nvninst")||$(".nuv-speed-bump__container").css("max-width","650px"),o.hasClass("nuv-speed-bump--show")||($(".SiteSwitcherModel[data-index="+t+"]").addClass("nuv-speed-bump--show"),$(".SiteSwitcherModel[data-index="+t+"]").addClass("max-opacity"),$(".SiteSwitcherModel[data-index="+t+"]").find("a.SiteSwitcherCTAContinue").attr("href",f)))}function AddUpdateSiteCookie(n,t){var i=new Date,r;i.setTime(i.getTime()+31536e6);r="expires="+i.toUTCString();document.cookie=n+"="+encodeURIComponent(t)+";"+r+";path=/";$("#modal-prospectus").hide()}function AddUpdateSiteCookieInsti(n,t){var i=new Date,r;i.setTime(i.getTime()+7776e6);r="expires="+i.toUTCString();document.cookie=n+"="+encodeURIComponent(t)+";"+r+";path=/";$("#modal-attestation").hide()}function AddInstiSiteCookie(n,t){const i=new Date;i.setTime(i.getTime()+7776e6);var r="expires="+i.toUTCString();document.cookie=n+"="+encodeURIComponent(t)+";"+r+";path=/";const u=$(".site-switcher-update__content-btn a").attr("data-action");window.location.href=u}function AddUCITMicrositeCookie(n,t){document.cookie=n+"="+encodeURIComponent(t)+";expires=0;path=/";$("#UCIT-legalacceptance").hide()}function createTimedLink(n,t,i){return setTimeout(function(){t(n)},i),!1}function TeaserLink(n){window.location=n.href}var isPageEditor;!function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};t.m=n;t.c=i;t.i=function(n){return n};t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:r})};t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i};t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)};t.p="";t(t.s=272)}({189:function(n,t){"use strict";var i,r;!function(){function f(n){if(void 0===n)throw new Error('Pathformer [constructor]: "element" parameter is required');if(n.constructor===String&&!(n=document.getElementById(n)))throw new Error('Pathformer [constructor]: "element" parameter is not related to an existing ID');if(!(n instanceof window.SVGElement||n instanceof window.SVGGElement||/^svg$/i.test(n.nodeName)))throw new Error('Pathformer [constructor]: "element" parameter must be a string or a SVGelement');this.el=n;this.scan(n)}function u(n,t,i){o();this.isReady=!1;this.setElement(n,t);this.setOptions(t);this.setCallback(i);this.isReady&&this.init()}f.prototype.TYPES=["line","ellipse","circle","polygon","polyline","rect"];f.prototype.ATTR_WATCH=["cx","cy","points","r","rx","ry","x","x1","x2","y","y1","y2"];f.prototype.scan=function(n){for(var r,t,u,f,e=n.querySelectorAll(this.TYPES.join(",")),i=0;i<e.length;i++)t=e[i],r=this[t.tagName.toLowerCase()+"ToPath"],u=r(this.parseAttr(t.attributes)),f=this.pathMaker(t,u),t.parentNode.replaceChild(f,t)};f.prototype.lineToPath=function(n){var t={},i=n.x1||0,r=n.y1||0,u=n.x2||0,f=n.y2||0;return t.d="M"+i+","+r+"L"+u+","+f,t};f.prototype.rectToPath=function(n){var o={},i=parseFloat(n.x)||0,r=parseFloat(n.y)||0,f=parseFloat(n.width)||0,e=parseFloat(n.height)||0,t,u;return n.rx||n.ry?(t=parseInt(n.rx,10)||-1,u=parseInt(n.ry,10)||-1,t=Math.min(Math.max(t<0?u:t,0),f/2),u=Math.min(Math.max(u<0?t:u,0),e/2),o.d="M "+(i+t)+","+r+" L "+(i+f-t)+","+r+" A "+t+","+u+",0,0,1,"+(i+f)+","+(r+u)+" L "+(i+f)+","+(r+e-u)+" A "+t+","+u+",0,0,1,"+(i+f-t)+","+(r+e)+" L "+(i+t)+","+(r+e)+" A "+t+","+u+",0,0,1,"+i+","+(r+e-u)+" L "+i+","+(r+u)+" A "+t+","+u+",0,0,1,"+(i+t)+","+r):o.d="M"+i+" "+r+" L"+(i+f)+" "+r+" L"+(i+f)+" "+(r+e)+" L"+i+" "+(r+e)+" Z",o};f.prototype.polylineToPath=function(n){var t,r,f={},i=n.points.trim().split(" "),u;if(-1===n.points.indexOf(",")){for(u=[],t=0;t<i.length;t+=2)u.push(i[t]+","+i[t+1]);i=u}for(r="M"+i[0],t=1;t<i.length;t++)-1!==i[t].indexOf(",")&&(r+="L"+i[t]);return f.d=r,f};f.prototype.polygonToPath=function(n){var t=f.prototype.polylineToPath(n);return t.d+="Z",t};f.prototype.ellipseToPath=function(n){var i={},t=parseFloat(n.rx)||0,r=parseFloat(n.ry)||0,u=parseFloat(n.cx)||0,f=parseFloat(n.cy)||0,e=u-t,s=f,h=parseFloat(u)+parseFloat(t),o=f;return i.d="M"+e+","+s+"A"+t+","+r+" 0,1,1 "+h+","+o+"A"+t+","+r+" 0,1,1 "+e+","+o,i};f.prototype.circleToPath=function(n){var i={},t=parseFloat(n.r)||0,r=parseFloat(n.cx)||0,u=parseFloat(n.cy)||0,f=r-t,o=u,s=parseFloat(r)+parseFloat(t),e=u;return i.d="M"+f+","+o+"A"+t+","+t+" 0,1,1 "+s+","+e+"A"+t+","+t+" 0,1,1 "+f+","+e,i};f.prototype.pathMaker=function(n,t){for(var r,u=document.createElementNS("http://www.w3.org/2000/svg","path"),i=0;i<n.attributes.length;i++)r=n.attributes[i],-1===this.ATTR_WATCH.indexOf(r.name)&&u.setAttribute(r.name,r.value);for(i in t)u.setAttribute(i,t[i]);return u};f.prototype.parseAttr=function(n){for(var t,r={},i=0;i<n.length;i++){if(t=n[i],-1!==this.ATTR_WATCH.indexOf(t.name)&&-1!==t.value.indexOf("%"))throw new Error("Pathformer [parseAttr]: a SVG shape got values in percentage. This cannot be transformed into 'path' tags. Please use 'viewBox'.");r[t.name]=t.value}return r};var o,s,h,e;u.LINEAR=function(n){return n};u.EASE=function(n){return-Math.cos(n*Math.PI)/2+.5};u.EASE_OUT=function(n){return 1-Math.pow(1-n,3)};u.EASE_IN=function(n){return Math.pow(n,3)};u.EASE_OUT_BOUNCE=function(n){var i=1-Math.cos(n*.5*Math.PI),r=Math.pow(i,1.5),t=Math.pow(1-n,2);return 1-t+(1-Math.abs(Math.cos(r*2.5*Math.PI)))*t};u.prototype.setElement=function(n,t){var r,i,u;if(void 0===n)throw new Error('Vivus [constructor]: "element" parameter is required');if(n.constructor===String&&!(n=document.getElementById(n)))throw new Error('Vivus [constructor]: "element" parameter is not related to an existing ID');if(this.parentEl=n,t&&t.file)return i=this,r=function(){var r=document.createElement("div"),n;if(r.innerHTML=this.responseText,n=r.querySelector("svg"),!n)throw new Error("Vivus [load]: Cannot find the SVG in the loaded file : "+t.file);i.el=n;i.el.setAttribute("width","100%");i.el.setAttribute("height","100%");i.parentEl.appendChild(i.el);i.isReady=!0;i.init();i=null},u=new window.XMLHttpRequest,u.addEventListener("load",r),u.open("GET",t.file),void u.send();switch(n.constructor){case window.SVGSVGElement:case window.SVGElement:case window.SVGGElement:this.el=n;this.isReady=!0;break;case window.HTMLObjectElement:i=this;r=function(t){if(!i.isReady){if(i.el=n.contentDocument&&n.contentDocument.querySelector("svg"),!i.el&&t)throw new Error("Vivus [constructor]: object loaded does not contain any SVG");i.el&&(n.getAttribute("built-by-vivus")&&(i.parentEl.insertBefore(i.el,n),i.parentEl.removeChild(n),i.el.setAttribute("width","100%"),i.el.setAttribute("height","100%")),i.isReady=!0,i.init(),i=null)}};r()||n.addEventListener("load",r);break;default:throw new Error('Vivus [constructor]: "element" parameter is not valid (or miss the "file" attribute)');}};u.prototype.setOptions=function(n){var t=["delayed","sync","async","nsync","oneByOne","scenario","scenario-sync"],i=["inViewport","manual","autostart"];if(void 0!==n&&n.constructor!==Object)throw new Error('Vivus [constructor]: "options" parameter must be an object');if(n=n||{},n.type&&-1===t.indexOf(n.type))throw new Error("Vivus [constructor]: "+n.type+" is not an existing animation `type`");if(this.type=n.type||t[0],n.start&&-1===i.indexOf(n.start))throw new Error("Vivus [constructor]: "+n.start+" is not an existing `start` option");if(this.start=n.start||i[0],this.isIE=-1!==window.navigator.userAgent.indexOf("MSIE")||-1!==window.navigator.userAgent.indexOf("Trident/")||-1!==window.navigator.userAgent.indexOf("Edge/"),this.duration=e(n.duration,120),this.delay=e(n.delay,null),this.dashGap=e(n.dashGap,1),this.forceRender=n.hasOwnProperty("forceRender")?!!n.forceRender:this.isIE,this.reverseStack=!!n.reverseStack,this.selfDestroy=!!n.selfDestroy,this.onReady=n.onReady,this.map=[],this.frameLength=this.currentFrame=this.delayUnit=this.speed=this.handle=null,this.ignoreInvisible=!!n.hasOwnProperty("ignoreInvisible")&&!!n.ignoreInvisible,this.animTimingFunction=n.animTimingFunction||u.LINEAR,this.pathTimingFunction=n.pathTimingFunction||u.LINEAR,this.delay>=this.duration)throw new Error("Vivus [constructor]: delay must be shorter than duration");};u.prototype.setCallback=function(n){if(n&&n.constructor!==Function)throw new Error('Vivus [constructor]: "callback" parameter must be a function');this.callback=n||function(){}};u.prototype.mapping=function(){var i,f,t,r,n,u,o,s;for(s=u=o=0,f=this.el.querySelectorAll("path"),i=0;i<f.length;i++)t=f[i],this.isInvisible(t)||(n={el:t,length:Math.ceil(t.getTotalLength())},isNaN(n.length)?window.console&&console.warn&&console.warn("Vivus [mapping]: cannot retrieve a path element length",t):(this.map.push(n),t.style.strokeDasharray=n.length+" "+(n.length+2*this.dashGap),t.style.strokeDashoffset=n.length+this.dashGap,n.length+=this.dashGap,u+=n.length,this.renderPath(i)));for(u=0===u?1:u,this.delay=null===this.delay?this.duration/3:this.delay,this.delayUnit=this.delay/(f.length>1?f.length-1:1),this.reverseStack&&this.map.reverse(),i=0;i<this.map.length;i++){switch(n=this.map[i],this.type){case"delayed":n.startAt=this.delayUnit*i;n.duration=this.duration-this.delay;break;case"oneByOne":n.startAt=o/u*this.duration;n.duration=n.length/u*this.duration;break;case"sync":case"async":case"nsync":n.startAt=0;n.duration=this.duration;break;case"scenario-sync":t=n.el;r=this.parseAttr(t);n.startAt=s+(e(r["data-delay"],this.delayUnit)||0);n.duration=e(r["data-duration"],this.duration);s=void 0!==r["data-async"]?n.startAt:n.startAt+n.duration;this.frameLength=Math.max(this.frameLength,n.startAt+n.duration);break;case"scenario":t=n.el;r=this.parseAttr(t);n.startAt=e(r["data-start"],this.delayUnit)||0;n.duration=e(r["data-duration"],this.duration);this.frameLength=Math.max(this.frameLength,n.startAt+n.duration)}o+=n.length;this.frameLength=this.frameLength||this.duration}};u.prototype.drawer=function(){var n=this;if(this.currentFrame+=this.speed,this.currentFrame<=0)this.stop(),this.reset();else{if(!(this.currentFrame>=this.frameLength))return this.trace(),void(this.handle=s(function(){n.drawer()}));this.stop();this.currentFrame=this.frameLength;this.trace();this.selfDestroy&&this.destroy()}this.callback(this);this.instanceCallback&&(this.instanceCallback(this),this.instanceCallback=null)};u.prototype.trace=function(){for(var t,n,r=this.animTimingFunction(this.currentFrame/this.frameLength)*this.frameLength,i=0;i<this.map.length;i++)n=this.map[i],t=(r-n.startAt)/n.duration,t=this.pathTimingFunction(Math.max(0,Math.min(1,t))),n.progress!==t&&(n.progress=t,n.el.style.strokeDashoffset=Math.floor(n.length*(1-t)),this.renderPath(i))};u.prototype.renderPath=function(n){if(this.forceRender&&this.map&&this.map[n]){var t=this.map[n],i=t.el.cloneNode(!0);t.el.parentNode.replaceChild(i,t.el);t.el=i}};u.prototype.init=function(){this.frameLength=0;this.currentFrame=0;this.map=[];new f(this.el);this.mapping();this.starter();this.onReady&&this.onReady(this)};u.prototype.starter=function(){switch(this.start){case"manual":return;case"autostart":this.play();break;case"inViewport":var n=this,t=function(){n.isInViewport(n.parentEl,1)&&(n.play(),window.removeEventListener("scroll",t))};window.addEventListener("scroll",t);t()}};u.prototype.getStatus=function(){return 0===this.currentFrame?"start":this.currentFrame===this.frameLength?"end":"progress"};u.prototype.reset=function(){return this.setFrameProgress(0)};u.prototype.finish=function(){return this.setFrameProgress(1)};u.prototype.setFrameProgress=function(n){return n=Math.min(1,Math.max(0,n)),this.currentFrame=Math.round(this.frameLength*n),this.trace(),this};u.prototype.play=function(n,t){if(this.instanceCallback=null,n&&"function"==typeof n)this.instanceCallback=n,n=null;else if(n&&"number"!=typeof n)throw new Error("Vivus [play]: invalid speed");return t&&"function"==typeof t&&!this.instanceCallback&&(this.instanceCallback=t),this.speed=n||1,this.handle||this.drawer(),this};u.prototype.stop=function(){return this.handle&&(h(this.handle),this.handle=null),this};u.prototype.destroy=function(){this.stop();for(var t,n=0;n<this.map.length;n++)t=this.map[n],t.el.style.strokeDashoffset=null,t.el.style.strokeDasharray=null,this.renderPath(n)};u.prototype.isInvisible=function(n){var t,i=n.getAttribute("data-ignore");return null!==i?"false"!==i:!!this.ignoreInvisible&&(t=n.getBoundingClientRect(),!t.width&&!t.height)};u.prototype.parseAttr=function(n){var i,r={},t;if(n&&n.attributes)for(t=0;t<n.attributes.length;t++)i=n.attributes[t],r[i.name]=i.value;return r};u.prototype.isInViewport=function(n,t){var i=this.scrollY(),e=i+this.getViewportH(),r=n.getBoundingClientRect(),u=r.height,f=i+r.top,o=f+u;return t=t||0,f+u*t<=e&&o>=i};u.prototype.getViewportH=function(){var n=this.docElem.clientHeight,t=window.innerHeight;return n<t?t:n};u.prototype.scrollY=function(){return window.pageYOffset||this.docElem.scrollTop};o=function(){u.prototype.docElem||(u.prototype.docElem=window.document.documentElement,s=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(n){return window.setTimeout(n,1e3/60)}}(),h=function(){return window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame||function(n){return window.clearTimeout(n)}}())};e=function(n,t){var i=parseInt(n,10);return i>=0?i:t};i=[];void 0!==(r=function(){return u}.apply(t,i))&&(n.exports=r)}()},272:function(n,t,i){"use strict";function r(){return"_"+Math.random().toString(36).substr(2,9)}function u(n){return'\n        <svg\n            id="'+n+'"\n            width="770" height="594" viewBox="0 0 770 594"\n            xmlns="http://www.w3.org/2000/svg"\n            style="position: absolute; width: 100%; height: 100%; top: 0; left: 0;">\n            <path d="M762.852 590H422.92v-42.147c7.283-.78 16.117-1.74 26.478-2.89 10.36-1.16 18.217-3.076 23.602-5.778 8.053-4.232 13.81-10.394 17.265-18.486 3.45-8.08 5.177-20.005 5.177-35.796v-270.27c0-39.276-7.224-68.817-21.646-88.65-14.423-19.822-35.69-29.74-63.773-29.74-15.394 0-29.725 2.31-43 6.928-13.275 4.625-26.263 11.363-38.957 20.214-11.163 7.706-20.115 15.595-26.843 23.68-6.736 8.08-12.408 15.21-17.024 21.365v310.122c0 13.475 1.916 24.733 5.756 33.78 3.834 9.047 10.158 15.883 18.993 20.502 6.134 3.467 13.815 6.548 23.028 9.243 9.206 2.695 18.217 4.612 27.052 5.776V590H9.06v-42.147c9.59-.78 19.285-1.832 29.072-3.186 9.78-1.34 18.132-3.172 25.037-5.482 12.276-4.232 20.72-10.78 25.323-19.637 4.603-8.85 6.91-20.403 6.91-34.644v-336.11c0-11.926-3.077-23.675-9.212-35.227-6.14-11.546-14.2-20.98-24.175-28.3-6.905-4.617-15.642-8.463-26.185-11.545-10.562-3.08-22.162-5.2-34.83-6.35V25.21l274.566-15.012 8.633 8.66v83.74c13.04-9.617 26.086-21.17 41.44-34.652 15.342-13.47 29.55-24.445 42.596-32.917 14.194-9.237 32.81-17.126 55.838-23.68 23.022-6.543 47.577-9.813 73.67-9.813 62.547 0 109.46 17.812 140.735 53.418 31.27 35.612 46.91 82.868 46.91 141.775v282.973c0 14.24 2.107 25.604 6.332 34.075 4.22 8.47 12.088 15.21 23.603 20.207 6.13 2.7 13.718 5.397 22.735 8.092 9.01 2.695 19.28 4.612 30.795 5.776L762.852 590z" fill="none" fill-rule="evenodd" stroke="#2BA824" stroke-width="4"/>\n            <path d="M762.852 590H422.92v-42.147c7.283-.78 16.117-1.74 26.478-2.89 10.36-1.16 18.217-3.076 23.602-5.778 8.053-4.232 13.81-10.394 17.265-18.486 3.45-8.08 5.177-20.005 5.177-35.796v-270.27c0-39.276-7.224-68.817-21.646-88.65-14.423-19.822-35.69-29.74-63.773-29.74-15.394 0-29.725 2.31-43 6.928-13.275 4.625-26.263 11.363-38.957 20.214-11.163 7.706-20.115 15.595-26.843 23.68-6.736 8.08-12.408 15.21-17.024 21.365v310.122c0 13.475 1.916 24.733 5.756 33.78 3.834 9.047 10.158 15.883 18.993 20.502 6.134 3.467 13.815 6.548 23.028 9.243 9.206 2.695 18.217 4.612 27.052 5.776V590H9.06v-42.147c9.59-.78 19.285-1.832 29.072-3.186 9.78-1.34 18.132-3.172 25.037-5.482 12.276-4.232 20.72-10.78 25.323-19.637 4.603-8.85 6.91-20.403 6.91-34.644v-336.11c0-11.926-3.077-23.675-9.212-35.227-6.14-11.546-14.2-20.98-24.175-28.3-6.905-4.617-15.642-8.463-26.185-11.545-10.562-3.08-22.162-5.2-34.83-6.35V25.21l274.566-15.012 8.633 8.66v83.74c13.04-9.617 26.086-21.17 41.44-34.652 15.342-13.47 29.55-24.445 42.596-32.917 14.194-9.237 32.81-17.126 55.838-23.68 23.022-6.543 47.577-9.813 73.67-9.813 62.547 0 109.46 17.812 140.735 53.418 31.27 35.612 46.91 82.868 46.91 141.775v282.973c0 14.24 2.107 25.604 6.332 34.075 4.22 8.47 12.088 15.21 23.603 20.207 6.13 2.7 13.718 5.397 22.735 8.092 9.01 2.695 19.28 4.612 30.795 5.776L762.852 590z" fill="none" fill-rule="evenodd" stroke="#eef1f1" stroke-width="8"/>\n        <\/svg>\n    '}function e(n){(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?n():document.addEventListener("DOMContentLoaded",n)}var f=i(189);window.nuveenLoaderGraphic=function(n,t){var i,o,c,s,l,h;console.log("loader graphic start");i=document.createElement("div");i.setAttribute("style","width: 170px; height: 130px; margin: 160px auto "+(document.body.clientHeight-300)+"px; position: relative;");i.setAttribute("class","nuv-loader__wrap");o=document.createElement("div");c=r();o.innerHTML=u("svg_"+c);o.setAttribute("id",c);o.setAttribute("style","width: 100%; height: 100%; position: relative; visibility: hidden;");s=document.createElement("div");l=r();s.innerHTML=u("svg_"+l);s.setAttribute("id",l);s.setAttribute("style","width: 100%; height: 100%; position: absolute; left: 0; top: 0;");i.appendChild(o);i.appendChild(s);h=document.getElementById(n);h.setAttribute("style","margin: 0; width: 100%; float: left;");h.appendChild(i);new f("svg_"+l,{duration:200,delay:20,onReady:function(){s.style.visibility="visible"}});new f("svg_"+c,{duration:200,delay:20,onReady:function(){o.style.visibility="visible"}});!0!==t&&e(function(){h.parentNode.removeChild(h)})}}});(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+1VR":function(n,t,i){"use strict";var r=i("SQLu");t.mergeScan=function(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),r.mergeScan(n,t,i)(this)}},"+2+e":function(n,t,i){"use strict";function r(n){var t=n.Symbol,f,i,e,u,r;if("function"==typeof t)return t.iterator||(t.iterator=t("iterator polyfill")),t.iterator;if(f=n.Set,f&&"function"==typeof(new f)["@@iterator"])return"@@iterator";if(i=n.Map,i)for(e=Object.getOwnPropertyNames(i.prototype),u=0;u<e.length;++u)if(r=e[u],"entries"!==r&&"size"!==r&&i.prototype[r]===i.prototype.entries)return r;return"@@iterator"}var u=i("/WK6");t.symbolIteratorPonyfill=r;t.iterator=r(u.root);t.$$iterator=t.iterator},"+24W":function(n,t,i){"use strict";var r=i("VVja");t.switchMap=function(n,t){return r.switchMap(n,t)(this)}},"+PC9":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("36rE"),r,u;t.repeat=function(n){return void 0===n&&(n=-1),function(t){return 0===n?new o.EmptyObservable:t.lift(new r(n<0?-1:n-1,t))}};r=function(){function n(n,t){this.count=n;this.source=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.count,this.source))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.count=i;this.source=r}return f(t,n),t.prototype.complete=function(){if(!this.isStopped){var i=this.source,t=this.count;if(0===t)return n.prototype.complete.call(this);t>-1&&(this.count=t-1);i.subscribe(this._unsubscribeAndRecycle())}},t}(e.Subscriber)},"+UM1":function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1");t.RangeObservable=function(n){function t(t,i,r){n.call(this);this.start=t;this._count=i;this.scheduler=r}return r(t,n),t.create=function(n,i,r){return void 0===n&&(n=0),void 0===i&&(i=0),new t(n,i,r)},t.dispatch=function(n){var i=n.start,r=n.index,t=n.subscriber;r>=n.count?t.complete():(t.next(i),t.closed||(n.index=r+1,n.start=i+1,this.schedule(n)))},t.prototype._subscribe=function(n){var i=0,r=this.start,u=this._count,f=this.scheduler;if(f)return f.schedule(t.dispatch,0,{index:i,count:u,start:r,subscriber:n});for(;;){if(i++>=u){n.complete();break}if(n.next(r++),n.closed)break}},t}(u.Observable)},"+Whv":function(n,t,i){"use strict";var r=i("JX5i");t.using=r.UsingObservable.create},"+WiC":function(n,t,i){"use strict";var r=i("lf2g");t.concatMap=function(n,t){return r.mergeMap(n,t,1)}},"+djB":function(n,t,i){var e=i("PBLz").__extends,o=i("4WIM"),s=i("zKHA"),r=i("AJP0"),h=i("9jZZ"),c=i("Irel"),u,f;t.windowWhen=function(n){return function(t){return t.lift(new u(n))}};u=function(){function n(n){this.closingSelector=n}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.closingSelector))},n}();f=function(n){function t(t,i){n.call(this,t);this.destination=t;this.closingSelector=i;this.openWindow()}return e(t,n),t.prototype.notifyNext=function(n,t,i,r,u){this.openWindow(u)},t.prototype.notifyError=function(n){this._error(n)},t.prototype.notifyComplete=function(n){this.openWindow(n)},t.prototype._next=function(n){this.window.next(n)},t.prototype._error=function(n){this.window.error(n);this.destination.error(n);this.unsubscribeClosingNotification()},t.prototype._complete=function(){this.window.complete();this.destination.complete();this.unsubscribeClosingNotification()},t.prototype.unsubscribeClosingNotification=function(){this.closingNotification&&this.closingNotification.unsubscribe()},t.prototype.openWindow=function(n){var t,f,i,u;void 0===n&&(n=null);n&&(this.remove(n),n.unsubscribe());t=this.window;t&&t.complete();f=this.window=new o.Subject;this.destination.next(f);i=s.tryCatch(this.closingSelector)();i===r.errorObject?(u=r.errorObject.e,this.destination.error(u),this.window.error(u)):this.add(this.closingNotification=c.subscribeToResult(this,i))},t}(h.OuterSubscriber)},"+fDQ":function(n,t,i){var f=i("PBLz").__extends,e=i("G2HO"),o=i("foHw"),s=i("RGvf"),h=i("r2oo"),c=i("m+NU"),l=i("rVFa"),a=i("04+N"),v=i("+2+e"),u=i("AZf1"),y=i("0zyO"),r=i("WU5C");t.FromObservable=function(n){function t(t,i){n.call(this,null);this.ish=t;this.scheduler=i}return f(t,n),t.create=function(n,i){if(null!=n){if("function"==typeof n[r.observable])return n instanceof u.Observable&&!i?n:new t(n,i);if(e.isArray(n))return new l.ArrayObservable(n,i);if(s.isPromise(n))return new h.PromiseObservable(n,i);if("function"==typeof n[v.iterator]||"string"==typeof n)return new c.IteratorObservable(n,i);if(o.isArrayLike(n))return new a.ArrayLikeObservable(n,i)}throw new TypeError((null!==n&&typeof n||n)+" is not observable");},t.prototype._subscribe=function(n){var t=this.ish,i=this.scheduler;return null==i?t[r.observable]().subscribe(n):t[r.observable]().subscribe(new y.ObserveOnSubscriber(n,i,0))},t}(u.Observable)},"+t3k":function(n,t,i){"use strict";var r=i("L/jt");t.first=function(n,t,i){return r.first(n,t,i)(this)}},"/3m9":function(n,t,i){"use strict";var r=i("OMR/");t.combineAll=function(n){return r.combineAll(n)(this)}},"/AUE":function(n,t,i){var u=i("PBLz").__extends,f=i("AZf1"),e=i("y2i3"),o=i("8t1O"),s=i("QnAi"),r=function(n){function t(t,i){n.call(this,function(n){var t=this,i=t.logSubscribedFrame();return n.add(new e.Subscription(function(){t.logUnsubscribedFrame(i)})),t.scheduleMessages(n),n});this.messages=t;this.subscriptions=[];this.scheduler=i}return u(t,n),t.prototype.scheduleMessages=function(n){for(var t,r=this.messages.length,i=0;i<r;i++)t=this.messages[i],n.add(this.scheduler.schedule(function(n){n.message.notification.observe(n.subscriber)},t.frame,{message:t,subscriber:n}))},t}(f.Observable);t.ColdObservable=r;s.applyMixins(r,[o.SubscriptionLoggable])},"/Gz8":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Vmj7");r.Observable.prototype.bufferTime=u.bufferTime},"/QDG":function(n,t,i){"use strict";var r=i("fEEN");t.mergeMapTo=function(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),r.mergeMapTo(n,t,i)(this)}},"/WK6":function(n,t){"use strict";var r="undefined"!=typeof window&&window,u="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,f="undefined"!=typeof global&&global,i=r||f||u;t.root=i,function(){if(!i)throw new Error("RxJS could not find any global context (window, self, global)");}()},"/mOC":function(n,t){"use strict";t.MapPolyfill=function(){function n(){this.size=0;this._values=[];this._keys=[]}return n.prototype.get=function(n){var t=this._keys.indexOf(n);if(-1!==t)return this._values[t]},n.prototype.set=function(n,t){var i=this._keys.indexOf(n);return-1===i?(this._keys.push(n),this._values.push(t),this.size++):this._values[i]=t,this},n.prototype.delete=function(n){var t=this._keys.indexOf(n);return-1!==t&&(this._values.splice(t,1),this._keys.splice(t,1),this.size--,!0)},n.prototype.clear=function(){this._keys.length=0;this._values.length=0;this.size=0},n.prototype.forEach=function(n,t){for(var i=0;i<this.size;i++)n.call(t,this._values[i],this._keys[i])},n}()},"/mgN":function(n,t,i){"use strict";var r=i("AZf1"),u=i("urEZ");r.Observable.prototype.repeatWhen=u.repeatWhen},0:function(n,t,i){n.exports=i("zUnb")},"01WU":function(n,t,i){"use strict";var r=i("PxRv");t.elementAt=function(n,t){return r.elementAt(n,t)(this)}},"04+N":function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1"),f=i("8x9D"),e=i("36rE");t.ArrayLikeObservable=function(n){function t(t,i){n.call(this);this.arrayLike=t;this.scheduler=i;i||1!==t.length||(this._isScalar=!0,this.value=t[0])}return r(t,n),t.create=function(n,i){var r=n.length;return 0===r?new e.EmptyObservable:1===r?new f.ScalarObservable(n[0],i):new t(n,i)},t.dispatch=function(n){var r=n.arrayLike,t=n.index,i=n.subscriber;i.closed||(t>=n.length?i.complete():(i.next(r[t]),n.index=t+1,this.schedule(n)))},t.prototype._subscribe=function(n){var r=this.arrayLike,u=this.scheduler,f=r.length,i;if(u)return u.schedule(t.dispatch,0,{arrayLike:r,index:0,length:f,subscriber:n});for(i=0;i<f&&!n.closed;i++)n.next(r[i]);n.complete()},t}(u.Observable)},"07YY":function(n,t,i){"use strict";var r=i("AZf1"),u=i("qKmH");r.Observable.generate=u.generate},"0Iwa":function(n,t,i){var e=i("PBLz").__extends,r=i("4WIM"),o=i("9jZZ"),s=i("Irel"),u,f;t.window=function(n){return function(t){return t.lift(new u(n))}};u=function(){function n(n){this.windowBoundaries=n}return n.prototype.call=function(n,t){var i=new f(n),r=t.subscribe(i);return r.closed||i.add(s.subscribeToResult(i,this.windowBoundaries)),r},n}();f=function(n){function t(t){n.call(this,t);this.window=new r.Subject;t.next(this.window)}return e(t,n),t.prototype.notifyNext=function(){this.openWindow()},t.prototype.notifyError=function(n){this._error(n)},t.prototype.notifyComplete=function(){this._complete()},t.prototype._next=function(n){this.window.next(n)},t.prototype._error=function(n){this.window.error(n);this.destination.error(n)},t.prototype._complete=function(){this.window.complete();this.destination.complete()},t.prototype._unsubscribe=function(){this.window=null},t.prototype.openWindow=function(){var n=this.window,t,i;n&&n.complete();t=this.destination;i=this.window=new r.Subject;t.next(i)},t}(o.OuterSubscriber)},"0Qin":function(n,t,i){"use strict";var r=i("BjeI");t.shareReplay=function(n,t,i){return function(u){return u.lift(function(n,t,i){var u,f,e=0,o=!1,s=!1;return function(h){e++;u&&!o||(o=!1,u=new r.ReplaySubject(n,t,i),f=h.subscribe({next:function(n){u.next(n)},error:function(n){o=!0;u.error(n)},complete:function(){s=!0;u.complete()}}));var c=u.subscribe(this);return function(){e--;c.unsubscribe();f&&0===e&&s&&f.unsubscribe()}}}(n,t,i))}}},"0U/2":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Ontn");r.Observable.prototype.retryWhen=u.retryWhen},"0dxg":function(n,t,i){var r=i("PBLz").__extends,f=i("AZf1"),e=i("Irel"),o=i("9jZZ"),u;t.DeferObservable=function(n){function t(t){n.call(this);this.observableFactory=t}return r(t,n),t.create=function(n){return new t(n)},t.prototype._subscribe=function(n){return new u(n,this.observableFactory)},t}(f.Observable);u=function(n){function t(t,i){n.call(this,t);this.factory=i;this.tryDefer()}return r(t,n),t.prototype.tryDefer=function(){try{this._callFactory()}catch(n){this._error(n)}},t.prototype._callFactory=function(){var n=this.factory();n&&this.add(e.subscribeToResult(this,n))},t}(o.OuterSubscriber)},"0j0j":function(n,t,i){var f=i("PBLz").__extends,e=i("4WIM"),o=i("zKHA"),s=i("AJP0"),h=i("9jZZ"),c=i("Irel"),r,u;t.repeatWhen=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.notifier=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.notifier,t))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.notifier=i;this.source=r;this.sourceIsBeingSubscribedTo=!0}return f(t,n),t.prototype.notifyNext=function(){this.sourceIsBeingSubscribedTo=!0;this.source.subscribe(this)},t.prototype.notifyComplete=function(){if(!1===this.sourceIsBeingSubscribedTo)return n.prototype.complete.call(this)},t.prototype.complete=function(){if(this.sourceIsBeingSubscribedTo=!1,!this.isStopped){if(this.retries||this.subscribeToRetries(),!this.retriesSubscription||this.retriesSubscription.closed)return n.prototype.complete.call(this);this._unsubscribeAndRecycle();this.notifications.next()}},t.prototype._unsubscribe=function(){var n=this.notifications,t=this.retriesSubscription;n&&(n.unsubscribe(),this.notifications=null);t&&(t.unsubscribe(),this.retriesSubscription=null);this.retries=null},t.prototype._unsubscribeAndRecycle=function(){var t=this.notifications,i=this.retries,r=this.retriesSubscription;return this.notifications=null,this.retries=null,this.retriesSubscription=null,n.prototype._unsubscribeAndRecycle.call(this),this.notifications=t,this.retries=i,this.retriesSubscription=r,this},t.prototype.subscribeToRetries=function(){this.notifications=new e.Subject;var t=o.tryCatch(this.notifier)(this.notifications);if(t===s.errorObject)return n.prototype.complete.call(this);this.retries=t;this.retriesSubscription=c.subscribeToResult(this,t)},t}(h.OuterSubscriber)},"0jD2":function(n,t,i){"use strict";var r=i("iYe0");t.count=function(n){return r.count(n)(this)}},"0p2S":function(n,t,i){"use strict";var r=i("lf2g"),u=i("LAU0");t.mergeAll=function(n){return void 0===n&&(n=Number.POSITIVE_INFINITY),r.mergeMap(u.identity,null,n)}},"0zyO":function(n,t,i){var o=i("PBLz").__extends,s=i("1uGz"),r=i("9x29"),u,f,e;t.observeOn=function(n,t){return void 0===t&&(t=0),function(i){return i.lift(new u(n,t))}};u=function(){function n(n,t){void 0===t&&(t=0);this.scheduler=n;this.delay=t}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.scheduler,this.delay))},n}();t.ObserveOnOperator=u;f=function(n){function t(t,i,r){void 0===r&&(r=0);n.call(this,t);this.scheduler=i;this.delay=r}return o(t,n),t.dispatch=function(n){n.notification.observe(n.destination);this.unsubscribe()},t.prototype.scheduleMessage=function(n){this.add(this.scheduler.schedule(t.dispatch,this.delay,new e(n,this.destination)))},t.prototype._next=function(n){this.scheduleMessage(r.Notification.createNext(n))},t.prototype._error=function(n){this.scheduleMessage(r.Notification.createError(n))},t.prototype._complete=function(){this.scheduleMessage(r.Notification.createComplete())},t}(s.Subscriber);t.ObserveOnSubscriber=f;e=function(){return function(n,t){this.notification=n;this.destination=t}}();t.ObserveOnMessage=e},"16yF":function(n,t,i){var r=i("PBLz").__extends,u=i("1uGz");t.bufferCount=function(n,t){return void 0===t&&(t=null),function(i){return i.lift(new f(n,t))}};var f=function(){function n(n,t){this.bufferSize=n;this.startBufferEvery=t;this.subscriberClass=t&&n!==t?o:e}return n.prototype.call=function(n,t){return t.subscribe(new this.subscriberClass(n,this.bufferSize,this.startBufferEvery))},n}(),e=function(n){function t(t,i){n.call(this,t);this.bufferSize=i;this.buffer=[]}return r(t,n),t.prototype._next=function(n){var t=this.buffer;t.push(n);t.length==this.bufferSize&&(this.destination.next(t),this.buffer=[])},t.prototype._complete=function(){var t=this.buffer;t.length>0&&this.destination.next(t);n.prototype._complete.call(this)},t}(u.Subscriber),o=function(n){function t(t,i,r){n.call(this,t);this.bufferSize=i;this.startBufferEvery=r;this.buffers=[];this.count=0}return r(t,n),t.prototype._next=function(n){var u=this.bufferSize,f=this.startBufferEvery,t=this.buffers,e=this.count,i,r;for(this.count++,e%f==0&&t.push([]),i=t.length;i--;)r=t[i],r.push(n),r.length===u&&(t.splice(i,1),this.destination.next(r))},t.prototype._complete=function(){for(var t,i=this.buffers,r=this.destination;i.length>0;)t=i.shift(),t.length>0&&r.next(t);n.prototype._complete.call(this)},t}(u.Subscriber)},"1BBg":function(n,t,i){"use strict";var r=i("AZf1"),u=i("sYdX");r.Observable.empty=u.empty},"1DV/":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.skip=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.total=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.total))},n}();u=function(n){function t(t,i){n.call(this,t);this.total=i;this.count=0}return f(t,n),t.prototype._next=function(n){++this.count>this.total&&this.destination.next(n)},t}(e.Subscriber)},"1G/o":function(n,t,i){"use strict";var r=i("AZf1"),u=i("e7/H");r.Observable.prototype.subscribeOn=u.subscribeOn},"1gqn":function(n){n.exports=function(n){return n&&"object"==typeof n&&"function"==typeof n.copy&&"function"==typeof n.fill&&"function"==typeof n.readUInt8}},"1jHa":function(n,t,i){"use strict";var r=i("AZf1"),u=i("gIzs");r.Observable.prototype.merge=u.merge},"1nIg":function(n,t,i){"use strict";var r=i("O/EN");t.publishLast=function(){return r.publishLast()(this)}},"1uGz":function(n,t,i){function h(n){return n instanceof f||"syncErrorThrowable"in n&&n[u.rxSubscriber]}var o=i("PBLz").__extends,s=i("PFc+"),c=i("y2i3"),r=i("yz70"),u=i("nkkL"),f=function(n){function t(t,i,f){switch(n.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=r.empty;break;case 1:if(!t){this.destination=r.empty;break}if("object"==typeof t){if(h(t)){var o=t[u.rxSubscriber]();this.syncErrorThrowable=o.syncErrorThrowable;this.destination=o;o.add(this)}else this.syncErrorThrowable=!0,this.destination=new e(this,t);break}default:this.syncErrorThrowable=!0;this.destination=new e(this,t,i,f)}}return o(t,n),t.prototype[u.rxSubscriber]=function(){return this},t.create=function(n,i,r){var u=new t(n,i,r);return u.syncErrorThrowable=!1,u},t.prototype.next=function(n){this.isStopped||this._next(n)},t.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this))},t.prototype._next=function(n){this.destination.next(n)},t.prototype._error=function(n){this.destination.error(n);this.unsubscribe()},t.prototype._complete=function(){this.destination.complete();this.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var n=this._parent,t=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=n,this._parents=t,this},t}(c.Subscription),e;t.Subscriber=f;e=function(n){function t(t,i,u,f){var o,e;n.call(this);this._parentSubscriber=t;e=this;s.isFunction(i)?o=i:i&&(o=i.next,u=i.error,f=i.complete,i!==r.empty&&(e=Object.create(i),s.isFunction(e.unsubscribe)&&this.add(e.unsubscribe.bind(e)),e.unsubscribe=this.unsubscribe.bind(this)));this._context=e;this._next=o;this._error=u;this._complete=f}return o(t,n),t.prototype.next=function(n){if(!this.isStopped&&this._next){var t=this._parentSubscriber;t.syncErrorThrowable?this.__tryOrSetError(t,this._next,n)&&this.unsubscribe():this.__tryOrUnsub(this._next,n)}},t.prototype.error=function(n){if(!this.isStopped){var t=this._parentSubscriber;if(this._error)t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,n),this.unsubscribe()):(this.__tryOrUnsub(this._error,n),this.unsubscribe());else{if(!t.syncErrorThrowable)throw this.unsubscribe(),n;t.syncErrorValue=n;t.syncErrorThrown=!0;this.unsubscribe()}}},t.prototype.complete=function(){var i=this,n,t;this.isStopped||(n=this._parentSubscriber,this._complete?(t=function(){return i._complete.call(i._context)},n.syncErrorThrowable?(this.__tryOrSetError(n,t),this.unsubscribe()):(this.__tryOrUnsub(t),this.unsubscribe())):this.unsubscribe())},t.prototype.__tryOrUnsub=function(n,t){try{n.call(this._context,t)}catch(i){throw this.unsubscribe(),i;}},t.prototype.__tryOrSetError=function(n,t,i){try{t.call(this._context,i)}catch(r){return n.syncErrorValue=r,n.syncErrorThrown=!0,!0}return!1},t.prototype._unsubscribe=function(){var n=this._parentSubscriber;this._context=null;this._parentSubscriber=null;n.unsubscribe()},t}(f)},"1xzA":function(n,t,i){"use strict";var r=i("AZf1"),u=i("l9aY");r.Observable.prototype.distinctUntilChanged=u.distinctUntilChanged},"27EW":function(n,t,i){"use strict";var r=i("VthU");t.switchMapTo=function(n,t){return r.switchMapTo(n,t)(this)}},"2BfV":function(n,t,i){var r,u;!function(f){n.exports?(f.default=f,n.exports=f):(r=[i("6n/F")],void 0===(u=function(n){return f(n),f.Highcharts=n,f}.apply(t,r))||(n.exports=u))}(function(n){function t(n,t,i,r){n.hasOwnProperty(t)||(n[t]=r.apply(null,i))}t(n=n?n._modules:{},"modules/boost/boostables.js",[],function(){return"area arearange column columnrange bar line scatter heatmap bubble treemap".split(" ")});t(n,"modules/boost/boostable-map.js",[n["modules/boost/boostables.js"]],function(n){var t={};return n.forEach(function(n){t[n]=1}),t});t(n,"modules/boost/wgl-shader.js",[n["parts/Globals.js"]],function(n){var t=n.pick;return function(i){function l(){e.length&&n.error("[highcharts boost] shader error - "+e.join("\n"))}function a(n,t){var r=i.createShader("vertex"===t?i.VERTEX_SHADER:i.FRAGMENT_SHADER);return i.shaderSource(r,n),i.compileShader(r),i.getShaderParameter(r,i.COMPILE_STATUS)?r:(e.push("when compiling "+t+" shader:\n"+i.getShaderInfoLog(r)),!1)}function v(){function n(n){return i.getUniformLocation(r,n)}var t=a("#version 100\n#define LN10 2.302585092994046\nprecision highp float;\nattribute vec4 aVertexPosition;\nattribute vec4 aColor;\nvarying highp vec2 position;\nvarying highp vec4 vColor;\nuniform mat4 uPMatrix;\nuniform float pSize;\nuniform float translatedThreshold;\nuniform bool hasThreshold;\nuniform bool skipTranslation;\nuniform float xAxisTrans;\nuniform float xAxisMin;\nuniform float xAxisMinPad;\nuniform float xAxisPointRange;\nuniform float xAxisLen;\nuniform bool  xAxisPostTranslate;\nuniform float xAxisOrdinalSlope;\nuniform float xAxisOrdinalOffset;\nuniform float xAxisPos;\nuniform bool  xAxisCVSCoord;\nuniform bool  xAxisIsLog;\nuniform bool  xAxisReversed;\nuniform float yAxisTrans;\nuniform float yAxisMin;\nuniform float yAxisMinPad;\nuniform float yAxisPointRange;\nuniform float yAxisLen;\nuniform bool  yAxisPostTranslate;\nuniform float yAxisOrdinalSlope;\nuniform float yAxisOrdinalOffset;\nuniform float yAxisPos;\nuniform bool  yAxisCVSCoord;\nuniform bool  yAxisIsLog;\nuniform bool  yAxisReversed;\nuniform bool  isBubble;\nuniform bool  bubbleSizeByArea;\nuniform float bubbleZMin;\nuniform float bubbleZMax;\nuniform float bubbleZThreshold;\nuniform float bubbleMinSize;\nuniform float bubbleMaxSize;\nuniform bool  bubbleSizeAbs;\nuniform bool  isInverted;\nfloat bubbleRadius(){\nfloat value = aVertexPosition.w;\nfloat zMax = bubbleZMax;\nfloat zMin = bubbleZMin;\nfloat radius = 0.0;\nfloat pos = 0.0;\nfloat zRange = zMax - zMin;\nif (bubbleSizeAbs){\nvalue = value - bubbleZThreshold;\nzMax = max(zMax - bubbleZThreshold, zMin - bubbleZThreshold);\nzMin = 0.0;\n}\nif (value < zMin){\nradius = bubbleZMin / 2.0 - 1.0;\n} else {\npos = zRange > 0.0 ? (value - zMin) / zRange : 0.5;\nif (bubbleSizeByArea && pos > 0.0){\npos = sqrt(pos);\n}\nradius = ceil(bubbleMinSize + pos * (bubbleMaxSize - bubbleMinSize)) / 2.0;\n}\nreturn radius * 2.0;\n}\nfloat translate(float val,\nfloat pointPlacement,\nfloat localA,\nfloat localMin,\nfloat minPixelPadding,\nfloat pointRange,\nfloat len,\nbool  cvsCoord,\nbool  isLog,\nbool  reversed\n){\nfloat sign = 1.0;\nfloat cvsOffset = 0.0;\nif (cvsCoord) {\nsign *= -1.0;\ncvsOffset = len;\n}\nif (isLog) {\nval = log(val) / LN10;\n}\nif (reversed) {\nsign *= -1.0;\ncvsOffset -= sign * len;\n}\nreturn sign * (val - localMin) * localA + cvsOffset + \n(sign * minPixelPadding);\n}\nfloat xToPixels(float value) {\nif (skipTranslation){\nreturn value;// + xAxisPos;\n}\nreturn translate(value, 0.0, xAxisTrans, xAxisMin, xAxisMinPad, xAxisPointRange, xAxisLen, xAxisCVSCoord, xAxisIsLog, xAxisReversed);// + xAxisPos;\n}\nfloat yToPixels(float value, float checkTreshold) {\nfloat v;\nif (skipTranslation){\nv = value;// + yAxisPos;\n} else {\nv = translate(value, 0.0, yAxisTrans, yAxisMin, yAxisMinPad, yAxisPointRange, yAxisLen, yAxisCVSCoord, yAxisIsLog, yAxisReversed);// + yAxisPos;\nif (v > yAxisLen) {\nv = yAxisLen;\n}\n}\nif (checkTreshold > 0.0 && hasThreshold) {\nv = min(v, translatedThreshold);\n}\nreturn v;\n}\nvoid main(void) {\nif (isBubble){\ngl_PointSize = bubbleRadius();\n} else {\ngl_PointSize = pSize;\n}\nvColor = aColor;\nif (skipTranslation && isInverted) {\ngl_Position = uPMatrix * vec4(aVertexPosition.y + yAxisPos, aVertexPosition.x + xAxisPos, 0.0, 1.0);\n} else if (isInverted) {\ngl_Position = uPMatrix * vec4(yToPixels(aVertexPosition.y, aVertexPosition.z) + yAxisPos, xToPixels(aVertexPosition.x) + xAxisPos, 0.0, 1.0);\n} else {\ngl_Position = uPMatrix * vec4(xToPixels(aVertexPosition.x) + xAxisPos, yToPixels(aVertexPosition.y, aVertexPosition.z) + yAxisPos, 0.0, 1.0);\n}\n}","vertex"),u=a("precision highp float;\nuniform vec4 fillColor;\nvarying highp vec2 position;\nvarying highp vec4 vColor;\nuniform sampler2D uSampler;\nuniform bool isCircle;\nuniform bool hasColor;\nvoid main(void) {\nvec4 col = fillColor;\nvec4 tcol;\nif (hasColor) {\ncol = vColor;\n}\nif (isCircle) {\ntcol = texture2D(uSampler, gl_PointCoord.st);\ncol *= tcol;\nif (tcol.r < 0.0) {\ndiscard;\n} else {\ngl_FragColor = col;\n}\n} else {\ngl_FragColor = col;\n}\n}","fragment");return t&&u?(r=i.createProgram(),i.attachShader(r,t),i.attachShader(r,u),i.linkProgram(r),i.getProgramParameter(r,i.LINK_STATUS)?(i.useProgram(r),i.bindAttribLocation(r,0,"aVertexPosition"),o=n("uPMatrix"),s=n("pSize"),h=n("fillColor"),c=n("isBubble"),y=n("bubbleSizeAbs"),p=n("bubbleSizeByArea"),k=n("uSampler"),w=n("skipTranslation"),f=n("isCircle"),b=n("isInverted"),!0):(e.push(i.getProgramInfoLog(r)),l(),r=!1)):(r=!1,l(),!1)}function u(n,t){i&&r&&(n=d[n]=d[n]||i.getUniformLocation(r,n),i.uniform1f(n,t))}var r,o,s,h,c,y,p,w,f,b,k,d={},e=[];return!(i&&!v())&&{psUniform:function(){return s},pUniform:function(){return o},fillColorUniform:function(){return h},setBubbleUniforms:function(n,e,o){var s=n.options,h=Number.MAX_VALUE,l=-Number.MAX_VALUE;i&&r&&"bubble"===n.type&&(h=t(s.zMin,Math.min(h,Math.max(e,!1===s.displayNegative?s.zThreshold:-Number.MAX_VALUE))),l=t(s.zMax,Math.max(l,o)),i.uniform1i(c,1),i.uniform1i(f,1),i.uniform1i(p,"width"!==n.options.sizeBy),i.uniform1i(y,n.options.sizeByAbsoluteValue),u("bubbleZMin",h),u("bubbleZMax",l),u("bubbleZThreshold",n.options.zThreshold),u("bubbleMinSize",n.minPxSize),u("bubbleMaxSize",n.maxPxSize))},bind:function(){i&&r&&i.useProgram(r)},program:function(){return r},create:v,setUniform:u,setPMatrix:function(n){i&&r&&i.uniformMatrix4fv(o,!1,n)},setColor:function(n){i&&r&&i.uniform4f(h,n[0]/255,n[1]/255,n[2]/255,n[3])},setPointSize:function(n){i&&r&&i.uniform1f(s,n)},setSkipTranslation:function(n){i&&r&&i.uniform1i(w,!0===n?1:0)},setTexture:function(n){i&&r&&i.uniform1i(k,n)},setDrawAsCircle:function(n){i&&r&&i.uniform1i(f,n?1:0)},reset:function(){i&&r&&(i.uniform1i(c,0),i.uniform1i(f,0))},setInverted:function(n){i&&r&&i.uniform1i(b,n)},destroy:function(){i&&r&&(i.deleteProgram(r),r=!1)}}}});t(n,"modules/boost/wgl-vbuffer.js",[],function(){return function(n,t,i){function h(){u&&(n.deleteBuffer(u),s=u=!1);o=0;e=i||2;f=[]}var f,u=!1,s=!1,e=i||2,r=!1,o=0;return{destroy:h,bind:function(){if(!u)return!1;n.vertexAttribPointer(s,e,n.FLOAT,!1,0,0)},data:f,build:function(i,o,c){var l;return(f=i||[])&&0!==f.length||r?(e=c||e,u&&n.deleteBuffer(u),r||(l=new Float32Array(f)),u=n.createBuffer(),n.bindBuffer(n.ARRAY_BUFFER,u),n.bufferData(n.ARRAY_BUFFER,r||l,n.STATIC_DRAW),s=n.getAttribLocation(t.program(),o),n.enableVertexAttribArray(s),!0):(h(),!1)},render:function(t,i,o){var s=r?r.length:f.length;return!(!u||!s||((!t||t>s||0>t)&&(t=0),(!i||i>s)&&(i=s),n.drawArrays(n[(o||"points").toUpperCase()],t/e,(i-t)/e),0))},allocate:function(n){o=-1;r=new Float32Array(4*n)},push:function(n,t,i,u){r&&(r[++o]=n,r[++o]=t,r[++o]=i,r[++o]=u)}}}});t(n,"modules/boost/wgl-renderer.js",[n["parts/Globals.js"],n["modules/boost/wgl-shader.js"],n["modules/boost/wgl-vbuffer.js"],n["parts/Utilities.js"]],function(n,t,i,r){var e=r.isNumber,o=r.objectEach,s=n.win.document,h=n.merge,u=n.some,c=n.Color,f=n.pick;return function(r){function rt(n){if(n.isSeriesBoosting){var t=!!n.options.stacking;return t=(t?n.data:n.xData||n.options.xData||n.processedXData||n.options.data).length,"treemap"===n.type?t*=12:"heatmap"===n.type?t*=6:ht[n.type]&&(t*=2),t}return 0}function ut(){l.clear(l.COLOR_BUFFER_BIT|l.DEPTH_BUFFER_BIT)}function g(){w=[];it.data=p=[];tt=[];y&&y.destroy()}function ft(n){a&&(a.setUniform("xAxisTrans",n.transA),a.setUniform("xAxisMin",n.min),a.setUniform("xAxisMinPad",n.minPixelPadding),a.setUniform("xAxisPointRange",n.pointRange),a.setUniform("xAxisLen",n.len),a.setUniform("xAxisPos",n.pos),a.setUniform("xAxisCVSCoord",!n.horiz),a.setUniform("xAxisIsLog",n.isLog),a.setUniform("xAxisReversed",!!n.reversed))}function et(n){a&&(a.setUniform("yAxisTrans",n.transA),a.setUniform("yAxisMin",n.min),a.setUniform("yAxisMinPad",n.minPixelPadding),a.setUniform("yAxisPointRange",n.pointRange),a.setUniform("yAxisLen",n.len),a.setUniform("yAxisPos",n.pos),a.setUniform("yAxisCVSCoord",!n.horiz),a.setUniform("yAxisIsLog",n.isLog),a.setUniform("yAxisReversed",!!n.reversed))}function ot(n,t){a.setUniform("hasThreshold",n);a.setUniform("translatedThreshold",t)}function st(t){return!!t&&(b=t.chartWidth||800,k=t.chartHeight||400,!!(l&&b&&k&&a)&&(v.debug.timeRendering&&console.time("gl rendering"),l.canvas.width=b,l.canvas.height=k,a.bind(),l.viewport(0,0,b,k),a.setPMatrix([2/b,0,0,0,0,-2/k,0,0,0,0,-2,0,-1,1,-1,1]),1<v.lineWidth&&!n.isMS&&l.lineWidth(v.lineWidth),y.build(it.data,"aVertexPosition",4),y.bind(),a.setInverted(t.inverted),w.forEach(function(r,u){var o=r.series.options,s=o.marker,h=void 0!==o.lineWidth?o.lineWidth:1,p=o.threshold,w=e(p),b=r.series.yAxis.getThreshold(p);if(p=f(o.marker?o.marker.enabled:null,!!r.series.xAxis.isRadial||null,r.series.closestPointRangePx>2*((o.marker?o.marker.radius:10)||10)),s=d[s&&s.symbol||r.series.symbol]||d.circle,!(0===r.segments.length||r.segmentslength&&r.segments[0].from===r.segments[0].to)){if(s.isReady&&(l.bindTexture(l.TEXTURE_2D,s.handle),a.setTexture(s.handle)),t.styledMode?s=r.series.markerGroup&&r.series.markerGroup.getStyle("fill"):(s=r.series.pointAttribs&&r.series.pointAttribs().fill||r.series.color,o.colorByPoint&&(s=r.series.chart.options.colors[u])),r.series.fillOpacity&&o.fillOpacity&&(s=new c(s).setOpacity(f(o.fillOpacity,1)).get()),s=n.color(s).rgba,v.useAlpha||(s[3]=1),"lines"===r.drawMode&&v.useAlpha&&1>s[3]&&(s[3]/=10),"add"===o.boostBlending?(l.blendFunc(l.SRC_ALPHA,l.ONE),l.blendEquation(l.FUNC_ADD)):"mult"===o.boostBlending||"multiply"===o.boostBlending?l.blendFunc(l.DST_COLOR,l.ZERO):"darken"===o.boostBlending?(l.blendFunc(l.ONE,l.ONE),l.blendEquation(l.FUNC_MIN)):l.blendFuncSeparate(l.SRC_ALPHA,l.ONE_MINUS_SRC_ALPHA,l.ONE,l.ONE_MINUS_SRC_ALPHA),a.reset(),0<r.colorData.length&&(a.setUniform("hasColor",1),(u=i(l,a)).build(r.colorData,"aColor",4),u.bind()),a.setColor(s),ft(r.series.xAxis),et(r.series.yAxis),ot(w,b),"points"===r.drawMode&&a.setPointSize(o.marker&&o.marker.radius?2*o.marker.radius:1),a.setSkipTranslation(r.skipTranslation),"bubble"===r.series.type&&a.setBubbleUniforms(r.series,r.zMin,r.zMax),a.setDrawAsCircle(ct[r.series.type]||!1),0<h||"line_strip"!==r.drawMode)for(h=0;h<r.segments.length;h++)y.render(r.segments[h].from,r.segments[h].to,r.drawMode);if(r.hasMarkers&&p)for(a.setPointSize(o.marker&&o.marker.radius?2*o.marker.radius:10),a.setDrawAsCircle(!0),h=0;h<r.segments.length;h++)y.render(r.segments[h].from,r.segments[h].to,"POINTS")}}),v.debug.timeRendering&&console.timeEnd("gl rendering"),r&&r(),void g()))}var a=!1,y=!1,l=!1,b=0,k=0,p=!1,tt=!1,it={},nt=!1,w=[],d={},ht={column:!0,columnrange:!0,bar:!0,area:!0,arearange:!0},ct={scatter:!0,bubble:!0},v={pointSize:1,lineWidth:1,fillColor:"#AA00AA",useAlpha:!0,usePreallocated:!1,useGPUTranslations:!1,debug:{timeRendering:!1,timeSeriesProcessing:!1,timeSetup:!1,timeBufferCopy:!1,timeKDTree:!1,showSkipSummary:!1}};return it={allocateBufferForSingleSeries:function(n){var t=0;v.usePreallocated&&(n.isSeriesBoosting&&(t=rt(n)),y.allocate(t))},pushSeries:function(t){0<w.length&&w[w.length-1].hasMarkers&&(w[w.length-1].markerTo=tt.length);v.debug.timeSeriesProcessing&&console.time("building "+t.type+" series");w.push({segments:[],markerFrom:tt.length,colorData:[],series:t,zMin:Number.MAX_VALUE,zMax:-Number.MAX_VALUE,hasMarkers:!!t.options.marker&&!1!==t.options.marker.enabled,showMarkers:!0,drawMode:{area:"lines",arearange:"lines",areaspline:"line_strip",column:"lines",columnrange:"lines",bar:"lines",line:"line_strip",scatter:"points",heatmap:"triangles",treemap:"triangles",bubble:"points"}[t.type]||"line_strip"}),function(t,i){function b(n){n&&(i.colorData.push(n[0]),i.colorData.push(n[1]),i.colorData.push(n[2]),i.colorData.push(n[3]))}function c(n,t,i,r,u){b(u);v.usePreallocated?y.push(n,t,i?1:0,r||1):(p.push(n),p.push(t),p.push(i?1:0),p.push(r||1))}function ii(){i.segments.length&&(i.segments[i.segments.length-1].to=p.length)}function st(){i.segments.length&&i.segments[i.segments.length-1].from===p.length||(ii(),i.segments.push({from:p.length}))}function ri(n,t,i,r,u){b(u);c(n+i,t);b(u);c(n,t);b(u);c(n,t+r);b(u);c(n,t+r);b(u);c(n+i,t+r);b(u);c(n+i,t)}function ui(n,t){v.useGPUTranslations||(i.skipTranslation=!0,n.x=bt.toPixels(n.x,!0),n.y=vt.toPixels(n.y,!0));t?p=[n.x,n.y,0,2].concat(p):c(n.x,n.y,0,2)}var fi=t.pointArrayMap&&"low,high"===t.pointArrayMap.join(","),ct=t.chart,s=t.options,pt=!!s.stacking,h=s.data,l=t.xAxis.getExtremes(),g=l.min,nt,rt,e,f,wt,ut;l=l.max;nt=t.yAxis.getExtremes();rt=nt.min;nt=nt.max;var lt,at,a=t.xData||s.xData||t.processedXData,vi=t.yData||s.yData||t.processedYData,k=t.zData||s.zData||t.processedZData,vt=t.yAxis,bt=t.xAxis,ei=t.chart.plotWidth,oi=!a||0===a.length,kt=s.connectNulls,r=t.points||!1,ft=!1,yt=!1;h=pt?t.data:a||h;a={x:Number.MAX_VALUE,y:0};var et={x:-Number.MAX_VALUE,y:0},si=0,hi=!1,o=-1,d=!1,tt=!1,yi=void 0===ct.index,dt=!1,gt=!1,w=!1,pi=ht[t.type],ni=!1,ci=!0,li=!0,ot=s.zones||!1,it=!1,ai=s.threshold,ti=!1;if(!(s.boostData&&0<s.boostData.length)){if(s.gapSize&&(ti="value"!==s.gapUnit?s.gapSize*t.closestPointRange:s.gapSize),ot&&(u(ot,function(t){if(void 0===t.value)return it=new n.Color(t.color),!0}),it||(it=t.pointAttribs&&t.pointAttribs().fill||t.color,it=new n.Color(it))),ct.inverted&&(ei=t.chart.plotHeight),t.closestPointRangePx=Number.MAX_VALUE,st(),r&&0<r.length)i.skipTranslation=!0,i.drawMode="triangles",r[0].node&&r[0].node.levelDynamic&&r.sort(function(n,t){if(n.node){if(n.node.levelDynamic>t.node.levelDynamic)return 1;if(n.node.levelDynamic<t.node.levelDynamic)return-1}return 0}),r.forEach(function(i){var r=i.plotY,u;void 0===r||isNaN(r)||null===i.y||(r=i.shapeArgs,u=ct.styledMode?i.series.colorAttribs(i):u=i.series.pointAttribs(i),i=u["stroke-width"]||0,(lt=n.color(u.fill).rgba)[0]/=255,lt[1]/=255,lt[2]/=255,"treemap"===t.type&&(i=i||1,(at=n.color(u.stroke).rgba)[0]/=255,at[1]/=255,at[2]/=255,ri(r.x,r.y,r.width,r.height,at),i/=2),"heatmap"===t.type&&ct.inverted&&(r.x=bt.len-r.x,r.y=vt.len-r.y,r.width=-r.width,r.height=-r.height),ri(r.x+i,r.y+i,r.width-2*i,r.height-2*i,lt))});else{for(;o<h.length-1;){if(e=h[++o],yi)break;if(oi?(r=e[0],f=e[1],(h[o+1]&&(tt=h[o+1][0]),h[o-1]&&(d=h[o-1][0]),3<=e.length)&&(wt=e[2],e[2]>i.zMax&&(i.zMax=e[2]),e[2]<i.zMin&&(i.zMin=e[2]))):(r=e,f=vi[o],h[o+1]&&(tt=h[o+1]),h[o-1]&&(d=h[o-1]),k&&k.length&&(wt=k[o],k[o]>i.zMax&&(i.zMax=k[o]),k[o]<i.zMin&&(i.zMin=k[o]))),kt||null!==r&&null!==f){if((tt&&tt>=g&&tt<=l&&(dt=!0),d&&d>=g&&d<=l&&(gt=!0),fi)?(oi&&(f=e.slice(1,3)),ut=f[0],f=f[1]):pt&&(r=e.x,ut=(f=e.stackY)-e.y),null!=rt&&null!=nt&&(ci=f>=rt&&f<=nt),r>l&&et.x<l&&(et.x=r,et.y=f),r<g&&a.x>g&&(a.x=r,a.y=f),null!==f||!kt)if(null!==f&&(ci||dt||gt)){if((tt>=g||r>=g)&&(d<=l||r<=l)&&(ni=!0),ni||dt||gt){if(ti&&r-d>ti&&st(),ot&&(w=it.rgba,u(ot,function(t,i){if(i=ot[i-1],void 0!==t.value&&f<=t.value)return(!i||f>=i.value)&&(w=n.color(t.color).rgba),!0}),w[0]/=255,w[1]/=255,w[2]/=255),!v.useGPUTranslations&&(i.skipTranslation=!0,r=bt.toPixels(r,!0),f=vt.toPixels(f,!0),r>ei&&"points"===i.drawMode))continue;pi&&(e=ut,!1!==ut&&void 0!==ut||(e=0>f?f:0),fi||pt||(e=Math.max(null===ai?rt:ai,rt)),v.useGPUTranslations||(e=vt.toPixels(e,!0)),c(r,e,0,0,w));i.hasMarkers&&ni&&!1!==ft&&(t.closestPointRangePx=Math.min(t.closestPointRangePx,Math.abs(r-ft)));!v.useGPUTranslations&&!v.usePreallocated&&ft&&1>Math.abs(r-ft)&&yt&&1>Math.abs(f-yt)?v.debug.showSkipSummary&&++si:(s.step&&!li&&c(r,yt,0,2,w),c(r,f,0,"bubble"===t.type?wt||1:2,w),ft=r,yt=f,hi=!0,li=!1)}}else st()}else st()}v.debug.showSkipSummary&&console.log("skipped points:",si);hi||!1===kt||"line_strip"!==t.drawMode||(a.x<Number.MAX_VALUE&&ui(a,!0),et.x>-Number.MAX_VALUE&&ui(et))}ii()}}(t,w[w.length-1]);v.debug.timeSeriesProcessing&&console.timeEnd("building "+t.type+" series")},setSize:function(n,t){(b!==n||k!==t)&&a&&(b=n,k=t,a.bind(),a.setPMatrix([2/b,0,0,0,0,-2/k,0,0,0,0,-2,0,-1,1,-1,1]))},inited:function(){return nt},setThreshold:ot,init:function(n,r){function u(n,t){var i={isReady:!1,texture:s.createElement("canvas"),handle:l.createTexture()},r=i.texture.getContext("2d");d[n]=i;i.texture.width=512;i.texture.height=512;r.mozImageSmoothingEnabled=!1;r.webkitImageSmoothingEnabled=!1;r.msImageSmoothingEnabled=!1;r.imageSmoothingEnabled=!1;r.strokeStyle="rgba(255, 255, 255, 0)";r.fillStyle="#FFF";t(r);try{l.activeTexture(l.TEXTURE0);l.bindTexture(l.TEXTURE_2D,i.handle);l.texImage2D(l.TEXTURE_2D,0,l.RGBA,l.RGBA,l.UNSIGNED_BYTE,i.texture);l.texParameteri(l.TEXTURE_2D,l.TEXTURE_WRAP_S,l.CLAMP_TO_EDGE);l.texParameteri(l.TEXTURE_2D,l.TEXTURE_WRAP_T,l.CLAMP_TO_EDGE);l.texParameteri(l.TEXTURE_2D,l.TEXTURE_MAG_FILTER,l.LINEAR);l.texParameteri(l.TEXTURE_2D,l.TEXTURE_MIN_FILTER,l.LINEAR);l.bindTexture(l.TEXTURE_2D,null);i.isReady=!0}catch(u){}}var f=0,e=["webgl","experimental-webgl","moz-webgl","webkit-3d"];if(nt=!1,!n)return!1;for(v.debug.timeSetup&&console.time("gl setup");f<e.length&&!(l=n.getContext(e[f],{}));f++);return!!l&&(r||g(),l.enable(l.BLEND),l.blendFunc(l.SRC_ALPHA,l.ONE_MINUS_SRC_ALPHA),l.disable(l.DEPTH_TEST),l.depthFunc(l.LESS),!!(a=t(l))&&(y=i(l,a),u("circle",function(n){n.beginPath();n.arc(256,256,256,0,2*Math.PI);n.stroke();n.fill()}),u("square",function(n){n.fillRect(0,0,512,512)}),u("diamond",function(n){n.beginPath();n.moveTo(256,0);n.lineTo(512,256);n.lineTo(256,512);n.lineTo(0,256);n.lineTo(256,0);n.fill()}),u("triangle",function(n){n.beginPath();n.moveTo(0,512);n.lineTo(256,0);n.lineTo(512,512);n.lineTo(0,512);n.fill()}),u("triangle-down",function(n){n.beginPath();n.moveTo(0,0);n.lineTo(256,512);n.lineTo(512,0);n.lineTo(0,0);n.fill()}),nt=!0,v.debug.timeSetup&&console.timeEnd("gl setup"),!0))},render:function n(t){if(ut(),t.renderer.forExport)return st(t);nt?st(t):setTimeout(function(){n(t)},1)},settings:v,valid:function(){return!1!==l},clear:ut,flush:g,setXAxis:ft,setYAxis:et,data:p,gl:function(){return l},allocateBuffer:function(n){var t=0;v.usePreallocated&&(n.series.forEach(function(n){n.isSeriesBoosting&&(t+=rt(n))}),y.allocate(t))},destroy:function(){g();y.destroy();a.destroy();l&&(o(d,function(n){d[n].handle&&l.deleteTexture(d[n].handle)}),l.canvas.width=1,l.canvas.height=1)},setOptions:function(n){h(!0,v,n)}}}});t(n,"modules/boost/boost-attach.js",[n["parts/Globals.js"],n["modules/boost/wgl-renderer.js"]],function(n,t){var i=n.win.document,r=i.createElement("canvas");return function(u,f){var o=u.chartWidth,s=u.chartHeight,e=u,h=u.seriesGroup||f.group;return i.implementation.hasFeature("www.http://w3.org/TR/SVG11/feature#Extensibility","1.1"),(e=u.isChartSeriesBoosting()?u:f).renderTarget||(e.canvas=r,e.renderTarget=u.renderer.image("",0,0,o,s).addClass("highcharts-boost-canvas").add(h),e.boostClear=function(){e.renderTarget.attr({href:""})},e.boostCopy=function(){e.boostResizeTarget();e.renderTarget.attr({href:e.canvas.toDataURL("image/png")})},e.boostResizeTarget=function(){(e.renderTargetFo||e.renderTarget).attr({x:0,y:0,width:o=u.chartWidth,height:s=u.chartHeight}).css({pointerEvents:"none",mixedBlendMode:"normal",opacity:1});e instanceof n.Chart&&e.markerGroup.translate(u.plotLeft,u.plotTop)},e.boostClipRect=u.renderer.clipRect(),(e.renderTargetFo||e.renderTarget).clip(e.boostClipRect),e instanceof n.Chart&&(e.markerGroup=e.renderer.g().add(h),e.markerGroup.translate(f.xAxis.pos,f.yAxis.pos))),e.canvas.width=o,e.canvas.height=s,e.boostClipRect.attr(u.getBoostClipRect(e)),e.boostResizeTarget(),e.boostClear(),e.ogl||(e.ogl=t(function(){e.ogl.settings.debug.timeBufferCopy&&console.time("buffer copy");e.boostCopy();e.ogl.settings.debug.timeBufferCopy&&console.timeEnd("buffer copy")}),e.ogl.init(e.canvas)||n.error("[highcharts boost] - unable to init WebGL renderer"),e.ogl.setOptions(u.options.boost||{}),e instanceof n.Chart&&e.ogl.allocateBuffer(u)),e.ogl.setSize(o,s),e.ogl}});t(n,"modules/boost/boost-utils.js",[n["parts/Globals.js"],n["modules/boost/boostable-map.js"],n["modules/boost/boost-attach.js"]],function(n,t,i){function u(){for(var t,i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];return t=-Number.MAX_VALUE,i.forEach(function(n){if(null!=n&&void 0!==n.length&&0<n.length)return t=n.length,!0}),t}function f(n,t,i){n&&t.renderTarget&&t.canvas&&!(i||t.chart).isChartSeriesBoosting()&&n.render(i||t.chart)}function e(n,t){n&&t.renderTarget&&t.canvas&&!t.chart.isChartSeriesBoosting()&&n.allocateBufferForSingleSeries(t)}function o(){var t,n=0,i=["webgl","experimental-webgl","moz-webgl","webkit-3d"];if(void 0!==r.WebGLRenderingContext)for(t=h.createElement("canvas");n<i.length;n++)try{if(null!=t.getContext(i[n]))return!0}catch(u){}return!1}var r=n.win,h=r.document,s=n.pick,c={patientMax:u,boostEnabled:function(n){return s(n&&n.options&&n.options.boost&&n.options.boost.enabled,!0)},shouldForceChartSeriesBoosting:function(n){var f=0,e=0,o=s(n.options.boost&&n.options.boost.allowForce,!0),r,i;if(void 0!==n.boostForceChartBoost)return n.boostForceChartBoost;if(1<n.series.length)for(r=0;r<n.series.length;r++)i=n.series[r],0!==i.options.boostThreshold&&!1!==i.visible&&"heatmap"!==i.type&&(t[i.type]&&++e,u(i.processedXData,i.options.data,i.points)>=(i.options.boostThreshold||Number.MAX_VALUE)&&++f);return n.boostForceChartBoost=o&&(e===n.series.length&&0<f||5<f),n.boostForceChartBoost},renderIfNotSeriesBoosting:f,allocateIfNotSeriesBoosting:e,eachAsync:function n(t,i,u,f,e,o){for(var h=(e=e||0)+(f=f||3e3),s=!0;s&&e<h&&e<t.length;)s=i(t[e],e),++e;s&&(e<t.length?o?n(t,i,u,f,e,o):r.requestAnimationFrame?r.requestAnimationFrame(function(){n(t,i,u,f,e)}):setTimeout(function(){n(t,i,u,f,e)}):u&&u())},hasWebGLSupport:o,pointDrawHandler:function(n){var t=!0;if(this.chart.options&&this.chart.options.boost&&(t=void 0===this.chart.options.boost.enabled||this.chart.options.boost.enabled),!t||!this.isSeriesBoosting)return n.call(this);this.chart.isBoosting=!0;(n=i(this.chart,this))&&(e(n,this),n.pushSeries(this));f(n,this)}};return n.hasWebGLSupport=o,c});t(n,"modules/boost/boost-init.js",[n["parts/Globals.js"],n["parts/Utilities.js"],n["modules/boost/boost-utils.js"],n["modules/boost/boost-attach.js"]],function(n,t,i,r){var f,e=t.extend,o=n.addEvent,h=n.fireEvent,c=n.Series,u=n.seriesTypes,s=n.wrap,l=function(){},a=i.eachAsync,v=i.pointDrawHandler,y=i.allocateIfNotSeriesBoosting,p=i.renderIfNotSeriesBoosting,w=i.shouldForceChartSeriesBoosting;return function(){e(c.prototype,{renderCanvas:function(){var c,v,w,e,s,n=this,u=n.options||{},i=!1,t=n.chart,b=this.xAxis,o=this.yAxis,nt=u.xData||n.processedXData,st=u.yData||n.processedYData,ht=u.data,ct=(i=b.getExtremes()).min,lt=i.max,at=(i=o.getExtremes()).min,vt=i.max,tt={},yt=!!n.sampling,pt=!1!==u.enableMouseTracking,k=o.getThreshold(u.threshold),it=n.pointArrayMap&&"low,high"===n.pointArrayMap.join(","),rt=!!u.stacking,ut=n.cropStart||0,wt=n.requireSorting,ft=!nt,bt="x"===u.findNearestPointBy,et=this.xData||this.options.xData||this.processedXData||!1,d=function(n,i,r){n=Math.ceil(n);f=bt?n:n+","+i;pt&&!tt[f]&&(tt[f]=!0,t.inverted&&(n=b.len-n,i=o.len-i),ot.push({x:!!et&&et[ut+r],clientX:n,plotX:n,plotY:i,i:ut+r}))},g,ot;i=r(t,n);t.isBoosting=!0;g=i.settings;this.visible&&((this.points||this.graph)&&(this.animate=null,this.destroyGraphics()),t.isChartSeriesBoosting()?(this.markerGroup&&this.markerGroup!==t.markerGroup&&this.markerGroup.destroy(),this.markerGroup=t.markerGroup,this.renderTarget&&(this.renderTarget=this.renderTarget.destroy())):(this.markerGroup===t.markerGroup&&(this.markerGroup=void 0),this.markerGroup=n.plotGroup("markerGroup","markers",!0,1,t.seriesGroup)),ot=this.points=[],n.buildKDTree=l,i&&(y(i,this),i.pushSeries(n),p(i,this,t)),t.renderer.forExport||(g.debug.timeKDTree&&console.time("kd tree building"),a(rt?n.data:nt||ht,function(n,i){var f=!1,h=void 0===t.index,l=!0,u,r;return h||(ft?(u=n[0],r=n[1]):(u=n,r=st[i]),it?(ft&&(r=n.slice(1,3)),f=r[0],r=r[1]):rt&&(u=n.x,f=(r=n.stackY)-n.y),wt||(l=r>=at&&r<=vt),null!==r&&u>=ct&&u<=lt&&l&&(n=b.toPixels(u,!0),yt?(void 0!==e&&n!==c||(it||(f=r),(void 0===s||r>w)&&(w=r,s=i),(void 0===e||f<v)&&(v=f,e=i)),n!==c&&(void 0!==e&&(r=o.toPixels(w,!0),k=o.toPixels(v,!0),d(n,r,s),k!==r&&d(n,k,e)),e=s=void 0,c=n)):(r=Math.ceil(o.toPixels(r,!0)),d(n,r,i)))),!h},function(){h(n,"renderedCanvas");delete n.buildKDTree;n.buildKDTree();g.debug.timeKDTree&&console.timeEnd("kd tree building")})))}});["heatmap","treemap"].forEach(function(n){u[n]&&s(u[n].prototype,"drawPoints",v)});u.bubble&&(delete u.bubble.prototype.buildKDTree,s(u.bubble.prototype,"markerAttribs",function(n){return!this.isSeriesBoosting&&n.apply(this,[].slice.call(arguments,1))}));u.scatter.prototype.fill=!0;e(u.area.prototype,{fill:!0,fillOpacity:!0,sampling:!0});e(u.column.prototype,{fill:!0,sampling:!0});n.Chart.prototype.callbacks.push(function(n){o(n,"predraw",function(){n.boostForceChartBoost=void 0;n.boostForceChartBoost=w(n);n.isBoosting=!1;!n.isChartSeriesBoosting()&&n.didBoost&&(n.didBoost=!1);n.boostClear&&n.boostClear();n.canvas&&n.ogl&&n.isChartSeriesBoosting()&&(n.didBoost=!0,n.ogl.allocateBuffer(n));n.markerGroup&&n.xAxis&&0<n.xAxis.length&&n.yAxis&&0<n.yAxis.length&&n.markerGroup.translate(n.xAxis[0].pos,n.yAxis[0].pos)});o(n,"render",function(){n.ogl&&n.isChartSeriesBoosting()&&n.ogl.render(n)})})}});t(n,"modules/boost/boost-overrides.js",[n["parts/Globals.js"],n["parts/Utilities.js"],n["modules/boost/boost-utils.js"],n["modules/boost/boostables.js"],n["modules/boost/boostable-map.js"]],function(n,t,i,r,u){var e=t.isNumber,c=i.boostEnabled,v=i.shouldForceChartSeriesBoosting,f;t=n.Chart;f=n.Series;i=n.Point;var s=n.seriesTypes,l=n.addEvent,a=n.pick,o=n.wrap,h=n.getOptions().plotOptions;t.prototype.isChartSeriesBoosting=function(){return a(this.options.boost&&this.options.boost.seriesThreshold,50)<=this.series.length||v(this)};t.prototype.getBoostClipRect=function(n){var t={x:this.plotLeft,y:this.plotTop,width:this.plotWidth,height:this.plotHeight};return n===this&&this.yAxis.forEach(function(n){t.y=Math.min(n.pos,t.y);t.height=Math.max(n.pos-this.plotTop+n.len,t.height)},this),t};f.prototype.getPoint=function(n){var t=n,i=this.xData||this.options.xData||this.processedXData||!1;return!n||n instanceof this.pointClass||((t=(new this.pointClass).init(this,this.options.data[n.i],i?i[n.i]:void 0)).category=a(this.xAxis.categories?this.xAxis.categories[t.x]:t.x,t.x),t.dist=n.dist,t.distX=n.distX,t.plotX=n.plotX,t.plotY=n.plotY,t.index=n.i),t};o(f.prototype,"searchPoint",function(n){return this.getPoint(n.apply(this,[].slice.call(arguments,1)))});o(i.prototype,"haloPath",function(n){var t=this.series,i=this.plotX,r=this.plotY,u=t.chart.inverted,f;return t.isSeriesBoosting&&u&&(this.plotX=t.yAxis.len-r,this.plotY=t.xAxis.len-i),f=n.apply(this,Array.prototype.slice.call(arguments,1)),t.isSeriesBoosting&&u&&(this.plotX=i,this.plotY=r),f});o(f.prototype,"markerAttribs",function(n,t){var i=t.plotX,r=t.plotY,u=this.chart.inverted,f;return this.isSeriesBoosting&&u&&(t.plotX=this.yAxis.len-r,t.plotY=this.xAxis.len-i),f=n.apply(this,Array.prototype.slice.call(arguments,1)),this.isSeriesBoosting&&u&&(t.plotX=i,t.plotY=r),f});l(f,"destroy",function(){var t=this,n=t.chart;n.markerGroup===t.markerGroup&&(t.markerGroup=null);n.hoverPoints&&(n.hoverPoints=n.hoverPoints.filter(function(n){return n.series===t}));n.hoverPoint&&n.hoverPoint.series===t&&(n.hoverPoint=null)});o(f.prototype,"getExtremes",function(n){if(!this.isSeriesBoosting||!this.hasExtremes||!this.hasExtremes())return n.apply(this,Array.prototype.slice.call(arguments,1))});["translate","generatePoints","drawTracker","drawPoints","render"].forEach(function(n){function t(t){this.isSeriesBoosting&&(!this.options.stacking||"translate"!==n&&"generatePoints"!==n)&&c(this.chart)&&"heatmap"!==this.type&&"treemap"!==this.type&&u[this.type]&&0!==this.options.boostThreshold?this[n+"Canvas"]&&this[n+"Canvas"]():t.call(this)}o(f.prototype,n,t);"translate"===n&&"column bar arearange columnrange heatmap treemap".split(" ").forEach(function(i){s[i]&&o(s[i].prototype,n,t)})});o(f.prototype,"processData",function(t){function r(n){return f.chart.isChartSeriesBoosting()||(n?n.length:0)>=(f.options.boostThreshold||Number.MAX_VALUE)}var f=this,i=this.options.data;c(this.chart)&&u[this.type]?(r(i)&&"heatmap"!==this.type&&"treemap"!==this.type&&!this.options.stacking&&this.hasExtremes&&this.hasExtremes(!0)||(t.apply(this,Array.prototype.slice.call(arguments,1)),i=this.processedXData),(this.isSeriesBoosting=r(i))?(i=this.getFirstValidPoint(this.options.data),e(i)||n.isArray(i)||n.error(12,!1,this.chart),this.enterBoost()):this.exitBoost&&this.exitBoost()):t.apply(this,Array.prototype.slice.call(arguments,1))});l(f,"hide",function(){this.canvas&&this.renderTarget&&(this.ogl&&this.ogl.clear(),this.boostClear())});f.prototype.enterBoost=function(){this.alteredByBoost=[];["allowDG","directTouch","stickyTracking"].forEach(function(n){this.alteredByBoost.push({prop:n,val:this[n],own:Object.hasOwnProperty.call(this,n)})},this);this.directTouch=this.allowDG=!1;this.stickyTracking=!0;this.animate=null;this.labelBySeries&&(this.labelBySeries=this.labelBySeries.destroy())};f.prototype.exitBoost=function(){(this.alteredByBoost||[]).forEach(function(n){n.own?this[n.prop]=n.val:delete this[n.prop]},this);this.boostClear&&this.boostClear()};f.prototype.hasExtremes=function(n){var i=this.options,r=this.xAxis&&this.xAxis.options,u=this.yAxis&&this.yAxis.options,t=this.colorAxis&&this.colorAxis.options;return i.data.length>(i.boostThreshold||Number.MAX_VALUE)&&e(u.min)&&e(u.max)&&(!n||e(r.min)&&e(r.max))&&(!t||e(t.min)&&e(t.max))};f.prototype.destroyGraphics=function(){var t,n,i=this,r=this.points;if(r)for(n=0;n<r.length;n+=1)(t=r[n])&&t.destroyElements&&t.destroyElements();["graph","area","tracker"].forEach(function(n){i[n]&&(i[n]=i[n].destroy())})};r.forEach(function(n){h[n]&&(h[n].boostThreshold=5e3,h[n].boostData=[],s[n].prototype.fillOpacity=!0)})});t(n,"modules/boost/named-colors.js",[n["parts/Globals.js"]],function(n){return n.Color.prototype.names={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",feldspar:"#d19275",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslateblue:"#8470ff",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",violetred:"#d02090",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}});t(n,"modules/boost/boost.js",[n["parts/Globals.js"],n["modules/boost/boost-utils.js"],n["modules/boost/boost-init.js"]],function(n,t,i){(t=t.hasWebGLSupport)()?i():void 0!==n.initCanvasBoost?n.initCanvasBoost():n.error(26)});t(n,"masters/modules/boost.src.js",[],function(){})})},"2FQM":function(n,t,i){"use strict";var r=i("AZf1"),u=i("8pZU");r.Observable.prototype.materialize=u.materialize},"2Go0":function(n,t,i){"use strict";var r=i("Zo/K");t.pairs=r.PairsObservable.create},"2HR8":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Al8V");r.Observable.prototype.pairwise=u.pairwise},"2Tbn":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.defaultIfEmpty=function(n){return void 0===n&&(n=null),function(t){return t.lift(new r(n))}};r=function(){function n(n){this.defaultValue=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.defaultValue))},n}();u=function(n){function t(t,i){n.call(this,t);this.defaultValue=i;this.isEmpty=!0}return f(t,n),t.prototype._next=function(n){this.isEmpty=!1;this.destination.next(n)},t.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue);this.destination.complete()},t}(e.Subscriber)},"2Wg+":function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.withLatestFrom=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return function(t){var i;return"function"==typeof n[n.length-1]&&(i=n.pop()),t.lift(new r(n,i))}};r=function(){function n(n,t){this.observables=n;this.project=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.observables,this.project))},n}();u=function(n){function t(t,i,r){var f,u,e;for(n.call(this,t),this.observables=i,this.project=r,this.toRespond=[],f=i.length,this.values=new Array(f),u=0;u<f;u++)this.toRespond.push(u);for(u=0;u<f;u++)e=i[u],this.add(o.subscribeToResult(this,e,e,u))}return f(t,n),t.prototype.notifyNext=function(n,t,i){var r,u;this.values[i]=t;r=this.toRespond;r.length>0&&(u=r.indexOf(i),-1!==u&&r.splice(u,1))},t.prototype.notifyComplete=function(){},t.prototype._next=function(n){if(0===this.toRespond.length){var t=[n].concat(this.values);this.project?this._tryProject(t):this.destination.next(t)}},t.prototype._tryProject=function(n){var t;try{t=this.project.apply(this,n)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(e.OuterSubscriber)},"2fIB":function(n,t,i){var r=i("PBLz").__extends,u=function(n){function t(){var t=n.call(this,"no elements in sequence");this.name=t.name="EmptyError";this.stack=t.stack;this.message=t.message}return r(t,n),t}(Error);t.EmptyError=u},"2gSr":function(n,t,i){"use strict";function r(n){for(var e,t,i,r,f=[],u=1;u<arguments.length;u++)f[u-1]=arguments[u];for(e=f.length,t=0;t<e;t++){i=f[t];for(r in i)i.hasOwnProperty(r)&&(n[r]=i[r])}return n}function u(n){return n.Object.assign||r}var f=i("/WK6");t.assignImpl=r;t.getAssign=u;t.assign=u(f.root)},"2pl3":function(n){n.exports=function(n){return n.webpackPolyfill||(n.deprecate=function(){},n.paths=[],n.children||(n.children=[]),Object.defineProperty(n,"loaded",{enumerable:!0,get:function(){return n.l}}),Object.defineProperty(n,"id",{enumerable:!0,get:function(){return n.i}}),n.webpackPolyfill=1),n}},"2qLy":function(n,t,i){"use strict";var r=i("MHPA");t.takeUntil=function(n){return r.takeUntil(n)(this)}},"36rE":function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1");t.EmptyObservable=function(n){function t(t){n.call(this);this.scheduler=t}return r(t,n),t.create=function(n){return new t(n)},t.dispatch=function(n){n.subscriber.complete()},t.prototype._subscribe=function(n){var i=this.scheduler;if(i)return i.schedule(t.dispatch,0,{subscriber:n});n.complete()},t}(u.Observable)},"3Ind":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),h=i("zKHA"),o=i("AJP0"),r,u,s;t.sequenceEqual=function(n,t){return function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.compareTo=n;this.comparor=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.compareTo,this.comparor))},n}();t.SequenceEqualOperator=r;u=function(n){function t(t,i,r){n.call(this,t);this.compareTo=i;this.comparor=r;this._a=[];this._b=[];this._oneComplete=!1;this.add(i.subscribe(new s(t,this)))}return f(t,n),t.prototype._next=function(n){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(n),this.checkValues())},t.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},t.prototype.checkValues=function(){for(var t=this._a,i=this._b,r=this.comparor;t.length>0&&i.length>0;){var u=t.shift(),f=i.shift(),n=!1;r?(n=h.tryCatch(r)(u,f))===o.errorObject&&this.destination.error(o.errorObject.e):n=u===f;n||this.emit(!1)}},t.prototype.emit=function(n){var t=this.destination;t.next(n);t.complete()},t.prototype.nextB=function(n){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(n),this.checkValues())},t}(e.Subscriber);t.SequenceEqualSubscriber=u;s=function(n){function t(t,i){n.call(this,t);this.parent=i}return f(t,n),t.prototype._next=function(n){this.parent.nextB(n)},t.prototype._error=function(n){this.parent.error(n)},t.prototype._complete=function(){this.parent._complete()},t}(e.Subscriber)},"3Tlz":function(n,t,i){"use strict";var r=i("0dxg");t.defer=r.DeferObservable.create},"3VCA":function(n,t,i){var u=i("PBLz").__extends,s=i("4WIM"),h=i("AZf1"),f=(i("1uGz"),i("y2i3")),c=i("pk/4"),e=function(n){function t(t,i){n.call(this);this.source=t;this.subjectFactory=i;this._refCount=0;this._isComplete=!1}return u(t,n),t.prototype._subscribe=function(n){return this.getSubject().subscribe(n)},t.prototype.getSubject=function(){var n=this._subject;return n&&!n.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype.connect=function(){var n=this._connection;return n||(this._isComplete=!1,(n=this._connection=new f.Subscription).add(this.source.subscribe(new o(this.getSubject(),this))),n.closed?(this._connection=null,n=f.Subscription.EMPTY):this._connection=n),n},t.prototype.refCount=function(){return c.refCount()(this)},t}(h.Observable),r,o;t.ConnectableObservable=e;r=e.prototype;t.connectableObservableDescriptor={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:r._subscribe},_isComplete:{value:r._isComplete,writable:!0},getSubject:{value:r.getSubject},connect:{value:r.connect},refCount:{value:r.refCount}};o=function(n){function t(t,i){n.call(this,t);this.connectable=i}return u(t,n),t.prototype._error=function(t){this._unsubscribe();n.prototype._error.call(this,t)},t.prototype._complete=function(){this.connectable._isComplete=!0;this._unsubscribe();n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var n=this.connectable,t;n&&(this.connectable=null,t=n._connection,n._refCount=0,n._subject=null,n._connection=null,t&&t.unsubscribe())},t}(s.SubjectSubscriber)},"3W7U":function(n,t,i){"use strict";var r=i("3jsl");t.takeWhile=function(n){return r.takeWhile(n)(this)}},"3WZS":function(n,t,i){function o(n){var t=n.subscriber,r=n.windowTimeSpan,i=n.window;i&&t.closeWindow(i);n.window=t.openWindow();this.schedule(n,r)}function s(n){var r=n.windowTimeSpan,i=n.subscriber,f=n.scheduler,e=n.windowCreationInterval,o=i.openWindow(),t={action:this,subscription:null};t.subscription=f.schedule(u,r,{subscriber:i,window:o,context:t});this.add(t.subscription);this.schedule(n,e)}function u(n){var i=n.subscriber,r=n.window,t=n.context;t&&t.action&&t.subscription&&t.action.remove(t.subscription);i.closeWindow(r)}var f=i("PBLz").__extends,h=i("4WIM"),c=i("Re0n"),l=i("1uGz"),e=i("zZI/"),r=i("NwwV");t.windowTime=function(n){var t=c.async,i=null,u=Number.POSITIVE_INFINITY;return r.isScheduler(arguments[3])&&(t=arguments[3]),r.isScheduler(arguments[2])?t=arguments[2]:e.isNumeric(arguments[2])&&(u=arguments[2]),r.isScheduler(arguments[1])?t=arguments[1]:e.isNumeric(arguments[1])&&(i=arguments[1]),function(r){return r.lift(new a(n,i,u,t))}};var a=function(){function n(n,t,i,r){this.windowTimeSpan=n;this.windowCreationInterval=t;this.maxWindowSize=i;this.scheduler=r}return n.prototype.call=function(n,t){return t.subscribe(new y(n,this.windowTimeSpan,this.windowCreationInterval,this.maxWindowSize,this.scheduler))},n}(),v=function(n){function t(){n.apply(this,arguments);this._numberOfNextedValues=0}return f(t,n),t.prototype.next=function(t){this._numberOfNextedValues++;n.prototype.next.call(this,t)},Object.defineProperty(t.prototype,"numberOfNextedValues",{get:function(){return this._numberOfNextedValues},enumerable:!0,configurable:!0}),t}(h.Subject),y=function(n){function t(t,i,r,f,e){var h,c;n.call(this,t);this.destination=t;this.windowTimeSpan=i;this.windowCreationInterval=r;this.maxWindowSize=f;this.scheduler=e;this.windows=[];h=this.openWindow();null!==r&&r>=0?(c={windowTimeSpan:i,windowCreationInterval:r,subscriber:this,scheduler:e},this.add(e.schedule(u,i,{subscriber:this,window:h,context:null})),this.add(e.schedule(s,r,c))):this.add(e.schedule(o,i,{subscriber:this,window:h,windowTimeSpan:i}))}return f(t,n),t.prototype._next=function(n){for(var t,r=this.windows,u=r.length,i=0;i<u;i++)t=r[i],t.closed||(t.next(n),t.numberOfNextedValues>=this.maxWindowSize&&this.closeWindow(t))},t.prototype._error=function(n){for(var t=this.windows;t.length>0;)t.shift().error(n);this.destination.error(n)},t.prototype._complete=function(){for(var n,t=this.windows;t.length>0;)n=t.shift(),n.closed||n.complete();this.destination.complete()},t.prototype.openWindow=function(){var n=new v;return this.windows.push(n),this.destination.next(n),n},t.prototype.closeWindow=function(n){n.complete();var t=this.windows;t.splice(t.indexOf(n),1)},t}(l.Subscriber)},"3hIw":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("8kg7"),s=i("36rE"),r,u;t.take=function(n){return function(t){return 0===n?new s.EmptyObservable:t.lift(new r(n))}};r=function(){function n(n){if(this.total=n,this.total<0)throw new o.ArgumentOutOfRangeError;}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.total))},n}();u=function(n){function t(t,i){n.call(this,t);this.total=i;this.count=0}return f(t,n),t.prototype._next=function(n){var t=this.total,i=++this.count;i<=t&&(this.destination.next(n),i===t&&(this.destination.complete(),this.unsubscribe()))},t}(e.Subscriber)},"3jsl":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.takeWhile=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.predicate=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate))},n}();u=function(n){function t(t,i){n.call(this,t);this.predicate=i;this.index=0}return f(t,n),t.prototype._next=function(n){var t,i=this.destination;try{t=this.predicate(n,this.index++)}catch(r){return void i.error(r)}this.nextOrComplete(n,t)},t.prototype.nextOrComplete=function(n,t){var i=this.destination;Boolean(t)?i.next(n):i.complete()},t}(e.Subscriber)},"3zH1":function(n,t,i){function s(n){var i=this,t=n.source,l=n.subscriber,a=n.context,v=t.callbackFunc,y=t.args,s=t.scheduler,h=t.subject,c;h||(h=t.subject=new o.AsyncSubject,c=function n(){for(var c,l,t=[],o=0;o<arguments.length;o++)t[+o]=arguments[o];var a=n.source,v=a.selector,h=a.subject,y=t.shift();y?i.add(s.schedule(f,0,{err:y,subject:h})):v?(c=u.tryCatch(v).apply(this,t),i.add(c===r.errorObject?s.schedule(f,0,{err:r.errorObject.e,subject:h}):s.schedule(e,0,{value:c,subject:h}))):(l=t.length<=1?t[0]:t,i.add(s.schedule(e,0,{value:l,subject:h})))},c.source=t,u.tryCatch(v).apply(a,y.concat(c))===r.errorObject&&i.add(s.schedule(f,0,{err:r.errorObject.e,subject:h})));i.add(h.subscribe(l))}function e(n){var t=n.subject;t.next(n.value);t.complete()}function f(n){n.subject.error(n.err)}var h=i("PBLz").__extends,c=i("AZf1"),u=i("zKHA"),r=i("AJP0"),o=i("8G9e");t.BoundNodeCallbackObservable=function(n){function t(t,i,r,u,f){n.call(this);this.callbackFunc=t;this.selector=i;this.args=r;this.context=u;this.scheduler=f}return h(t,n),t.create=function(n,i,r){return void 0===i&&(i=void 0),function(){for(var f=[],u=0;u<arguments.length;u++)f[+u]=arguments[u];return new t(n,i,f,this,r)}},t.prototype._subscribe=function(n){var e=this.callbackFunc,h=this.args,f=this.scheduler,t=this.subject,i;return f?f.schedule(s,0,{source:this,subscriber:n,context:this.context}):(t||(t=this.subject=new o.AsyncSubject,i=function n(){for(var e,t=[],f=0;f<arguments.length;f++)t[+f]=arguments[f];var o=n.source,s=o.selector,i=o.subject,h=t.shift();h?i.error(h):s?(e=u.tryCatch(s).apply(this,t),e===r.errorObject?i.error(r.errorObject.e):(i.next(e),i.complete())):(i.next(t.length<=1?t[0]:t),i.complete())},i.source=this,u.tryCatch(e).apply(this.context,h.concat(i))===r.errorObject&&t.error(r.errorObject.e)),t.subscribe(n))},t}(c.Observable)},"4BFK":function(n,t,i){"use strict";var r=i("SX7S");t.skipWhile=function(n){return r.skipWhile(n)(this)}},"4GoQ":function(n,t,i){var r=i("PBLz").__extends,f=i("1uGz"),e=i("AZf1"),o=i("9jZZ"),s=i("Irel");t.delayWhen=function(n,t){return t?function(i){return new c(i,t).lift(new u(n))}:function(t){return t.lift(new u(n))}};var u=function(){function n(n){this.delayDurationSelector=n}return n.prototype.call=function(n,t){return t.subscribe(new h(n,this.delayDurationSelector))},n}(),h=function(n){function t(t,i){n.call(this,t);this.delayDurationSelector=i;this.completed=!1;this.delayNotifierSubscriptions=[];this.values=[]}return r(t,n),t.prototype.notifyNext=function(n,t,i,r,u){this.destination.next(n);this.removeSubscription(u);this.tryComplete()},t.prototype.notifyError=function(n){this._error(n)},t.prototype.notifyComplete=function(n){var t=this.removeSubscription(n);t&&this.destination.next(t);this.tryComplete()},t.prototype._next=function(n){try{var t=this.delayDurationSelector(n);t&&this.tryDelay(t,n)}catch(i){this.destination.error(i)}},t.prototype._complete=function(){this.completed=!0;this.tryComplete()},t.prototype.removeSubscription=function(n){n.unsubscribe();var t=this.delayNotifierSubscriptions.indexOf(n),i=null;return-1!==t&&(i=this.values[t],this.delayNotifierSubscriptions.splice(t,1),this.values.splice(t,1)),i},t.prototype.tryDelay=function(n,t){var i=s.subscribeToResult(this,n,t);i&&!i.closed&&(this.add(i),this.delayNotifierSubscriptions.push(i));this.values.push(t)},t.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()},t}(o.OuterSubscriber),c=function(n){function t(t,i){n.call(this);this.source=t;this.subscriptionDelay=i}return r(t,n),t.prototype._subscribe=function(n){this.subscriptionDelay.subscribe(new l(n,this.source))},t}(e.Observable),l=function(n){function t(t,i){n.call(this);this.parent=t;this.source=i;this.sourceSubscribed=!1}return r(t,n),t.prototype._next=function(){this.subscribeToSource()},t.prototype._error=function(n){this.unsubscribe();this.parent.error(n)},t.prototype._complete=function(){this.subscribeToSource()},t.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},t}(f.Subscriber)},"4JC2":function(n,t,i){"use strict";var r=i("AZf1"),u=i("rPn0");r.Observable.prototype.publishBehavior=u.publishBehavior},"4WIM":function(n,t,i){var f=i("PBLz").__extends,s=i("AZf1"),c=i("1uGz"),e=i("y2i3"),r=i("PCq3"),l=i("NNAl"),a=i("nkkL"),h=function(n){function t(t){n.call(this,t);this.destination=t}return f(t,n),t}(c.Subscriber),o,u;t.SubjectSubscriber=h;o=function(n){function t(){n.call(this);this.observers=[];this.closed=!1;this.isStopped=!1;this.hasError=!1;this.thrownError=null}return f(t,n),t.prototype[a.rxSubscriber]=function(){return new h(this)},t.prototype.lift=function(n){var t=new u(this,this);return t.operator=n,t},t.prototype.next=function(n){if(this.closed)throw new r.ObjectUnsubscribedError;if(!this.isStopped)for(var i=this.observers,u=i.length,f=i.slice(),t=0;t<u;t++)f[t].next(n)},t.prototype.error=function(n){if(this.closed)throw new r.ObjectUnsubscribedError;this.hasError=!0;this.thrownError=n;this.isStopped=!0;for(var i=this.observers,u=i.length,f=i.slice(),t=0;t<u;t++)f[t].error(n);this.observers.length=0},t.prototype.complete=function(){if(this.closed)throw new r.ObjectUnsubscribedError;this.isStopped=!0;for(var t=this.observers,i=t.length,u=t.slice(),n=0;n<i;n++)u[n].complete();this.observers.length=0},t.prototype.unsubscribe=function(){this.isStopped=!0;this.closed=!0;this.observers=null},t.prototype._trySubscribe=function(t){if(this.closed)throw new r.ObjectUnsubscribedError;return n.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(n){if(this.closed)throw new r.ObjectUnsubscribedError;return this.hasError?(n.error(this.thrownError),e.Subscription.EMPTY):this.isStopped?(n.complete(),e.Subscription.EMPTY):(this.observers.push(n),new l.SubjectSubscription(this,n))},t.prototype.asObservable=function(){var n=new s.Observable;return n.source=this,n},t.create=function(n,t){return new u(n,t)},t}(s.Observable);t.Subject=o;u=function(n){function t(t,i){n.call(this);this.destination=t;this.source=i}return f(t,n),t.prototype.next=function(n){var t=this.destination;t&&t.next&&t.next(n)},t.prototype.error=function(n){var t=this.destination;t&&t.error&&this.destination.error(n)},t.prototype.complete=function(){var n=this.destination;n&&n.complete&&this.destination.complete()},t.prototype._subscribe=function(n){return this.source?this.source.subscribe(n):e.Subscription.EMPTY},t}(o);t.AnonymousSubject=u},"4dTV":function(n,t,i){"use strict";var r=i("UUzK"),u=i("6VCA");t.raceStatic=u.race;t.race=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.race.apply(void 0,t)(this)}},"4qOA":function(n,t,i){var r=i("PBLz").__extends,u=function(n){function t(){var t=n.call(this,"Timeout has occurred");this.name=t.name="TimeoutError";this.stack=t.stack;this.message=t.message}return r(t,n),t}(Error);t.TimeoutError=u},"5/1k":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Ui6c");r.Observable.prototype.repeat=u.repeat},"5/Pd":function(){},"53d5":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Az9W");r.Observable.prototype.delayWhen=u.delayWhen},"5My3":function(n,t,i){var u=i("PBLz").__extends,f=i("AZf1"),r=i("JB8t"),e=i("zZI/");t.SubscribeOnObservable=function(n){function t(t,i,u){void 0===i&&(i=0);void 0===u&&(u=r.asap);n.call(this);this.source=t;this.delayTime=i;this.scheduler=u;(!e.isNumeric(i)||i<0)&&(this.delayTime=0);u&&"function"==typeof u.schedule||(this.scheduler=r.asap)}return u(t,n),t.create=function(n,i,u){return void 0===i&&(i=0),void 0===u&&(u=r.asap),new t(n,i,u)},t.dispatch=function(n){return this.add(n.source.subscribe(n.subscriber))},t.prototype._subscribe=function(n){return this.scheduler.schedule(t.dispatch,this.delayTime,{source:this.source,subscriber:n})},t}(f.Observable)},"5TWj":function(n,t){"use strict";t.SubscriptionLog=function(){return function(n,t){void 0===t&&(t=Number.POSITIVE_INFINITY);this.subscribedFrame=n;this.unsubscribedFrame=t}}()},"5UB+":function(n,t,i){"use strict";var r=i("8pnh");t.windowToggle=function(n,t){return r.windowToggle(n,t)(this)}},"5aaB":function(n,t,i){"use strict";var r=i("6fvh");t.max=function(n){return r.reduce("function"==typeof n?function(t,i){return n(t,i)>0?t:i}:function(n,t){return n>t?n:t})}},"5sLA":function(n,t,i){"use strict";var r=i("WO4J");t.takeLast=function(n){return r.takeLast(n)(this)}},"6GWt":function(n,t,i){"use strict";var r=i("6fvh");t.reduce=function(n,t){return arguments.length>=2?r.reduce(n,t)(this):r.reduce(n)(this)}},"6Tb1":function(n,t,i){"use strict";var r=i("AZf1"),u=i("xQMj");r.Observable.prototype.filter=u.filter},"6VCA":function(n,t,i){var f=i("PBLz").__extends,e=i("G2HO"),o=i("rVFa"),s=i("9jZZ"),h=i("Irel"),r,u;t.race=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];if(1===n.length){if(!e.isArray(n[0]))return n[0];n=n[0]}return new o.ArrayObservable(n).lift(new r)};r=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new u(n))},n}();t.RaceOperator=r;u=function(n){function t(t){n.call(this,t);this.hasFirst=!1;this.observables=[];this.subscriptions=[]}return f(t,n),t.prototype._next=function(n){this.observables.push(n)},t.prototype._complete=function(){var r=this.observables,u=r.length,n,t,i;if(0===u)this.destination.complete();else{for(n=0;n<u&&!this.hasFirst;n++)t=r[n],i=h.subscribeToResult(this,t,t,n),this.subscriptions&&this.subscriptions.push(i),this.add(i);this.observables=null}},t.prototype.notifyNext=function(n,t,i){var r,u;if(!this.hasFirst){for(this.hasFirst=!0,r=0;r<this.subscriptions.length;r++)r!==i&&(u=this.subscriptions[r],u.unsubscribe(),this.remove(u));this.subscriptions=null}this.destination.next(t)},t}(s.OuterSubscriber);t.RaceSubscriber=u},"6fvh":function(n,t,i){"use strict";var r=i("n8Qg"),u=i("WO4J"),e=i("2Tbn"),f=i("GyLc");t.reduce=function(n,t){return arguments.length>=2?function(i){return f.pipe(r.scan(n,t),u.takeLast(1),e.defaultIfEmpty(t))(i)}:function(t){return f.pipe(r.scan(function(t,i,r){return n(t,i,r+1)}),u.takeLast(1))(t)}}},"6m09":function(n,t,i){"use strict";var r=i("AZf1"),u=i("xFrw");r.Observable.prototype.groupBy=u.groupBy},"6n/F":function(n,t,i){var r;!function(u,f){n.exports?(f.default=f,n.exports=u.document?f(u):f):void 0===(r=function(){return f(u)}.call(t,i,t,n))||(n.exports=r)}("undefined"!=typeof window?window:this,function(n){function i(n,t,i,r){n.hasOwnProperty(t)||(n[t]=r.apply(null,i))}var t={};return i(t,"parts/Globals.js",[],function(){var i=void 0!==n?n:"undefined"!=typeof window?window:{},r=i.document,t=i.navigator&&i.navigator.userAgent||"",e=r&&r.createElementNS&&!!r.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,o=/(edge|msie|trident)/i.test(t)&&!i.opera,u=-1!==t.indexOf("Firefox"),f=-1!==t.indexOf("Chrome"),s=u&&4>parseInt(t.split("Firefox/")[1],10);return{product:"Highcharts",version:"7.2.1",deg2rad:Math.PI/180,doc:r,hasBidiBug:s,hasTouch:!!i.TouchEvent,isMS:o,isWebKit:-1!==t.indexOf("AppleWebKit"),isFirefox:u,isChrome:f,isSafari:!f&&-1!==t.indexOf("Safari"),isTouchDevice:/(Mobile|Android|Windows Phone)/.test(t),SVG_NS:"http://www.w3.org/2000/svg",chartCount:0,seriesTypes:{},symbolSizes:{},svg:e,win:i,marginNames:["plotTop","marginRight","marginBottom","plotLeft"],noop:function(){},charts:[],dateFormats:{}}}),i(t,"parts/Utilities.js",[t["parts/Globals.js"]],function(n){function h(n,t){return parseInt(n,t||10)}function c(n){return"string"==typeof n}function o(n){return"[object Array]"===(n=Object.prototype.toString.call(n))||"[object Array Iterator]"===n}function i(n,t){return!(!n||"object"!=typeof n||t&&o(n))}function l(n){return i(n)&&"number"==typeof n.nodeType}function v(n){var t=n&&n.constructor;return!(!i(n,!0)||l(n)||!t||!t.name||"Object"===t.name)}function e(n){return"number"==typeof n&&!isNaN(n)&&1/0>n&&-1/0<n}function a(n){return null!=n}function y(n,i,r){var u;return c(i)?a(r)?n.setAttribute(i,r):n&&n.getAttribute&&((u=n.getAttribute(i))||"class"!==i||(u=n.getAttribute(i+"Name"))):t(i,function(t,i){n.setAttribute(i,t)}),u}function u(n,t){var i;for(i in n||(n={}),t)n[i]=t[i];return n}function f(){for(var n,i=arguments,r=i.length,t=0;t<r;t++)if(n=i[t],null!=n)return n}function t(n,t,i){for(var r in n)Object.hasOwnProperty.call(n,r)&&t.call(i||n[r],n[r],r,n)}n.timers=[];var p=n.charts,s=n.doc,r=n.win;return n.error=function(t,i,u,f){var s=e(t),o=s?"Highcharts error #"+t+": www.highcharts.com/errors/"+t+"/":t.toString(),c=function(){if(i)throw Error(o);r.console&&console.log(o)},h;void 0!==f&&(h="",s&&(o+="?"),n.objectEach(f,function(n,t){h+="\n"+t+": "+n;s&&(o+=encodeURI(t)+"="+encodeURI(n))}),o+=h);u?n.fireEvent(u,"displayError",{code:t,message:o,params:f},c):c()},n.Fx=function(n,t,i){this.options=t;this.elem=n;this.prop=i},n.Fx.prototype={dSetter:function(){var f=this.paths[0],t=this.paths[1],i=[],u=this.now,n=f.length,r;if(1===u)i=this.toD;else if(n===t.length&&1>u)for(;n--;)r=parseFloat(f[n]),i[n]=isNaN(r)||"A"===t[n-4]||"A"===t[n-5]?t[n]:u*parseFloat(""+(t[n]-r))+r;else i=t;this.elem.attr("d",i,null,!0)},update:function(){var n=this.elem,t=this.prop,i=this.now,r=this.options.step;this[t+"Setter"]?this[t+"Setter"]():n.attr?n.element&&n.attr(t,i,null,!0):n.style[t]=i+this.unit;r&&r.call(n,i,this)},run:function(t,i,u){var o=this,e=o.options,f=function(n){return!f.stopped&&o.step(n)},s=r.requestAnimationFrame||function(n){setTimeout(n,13)},h=function(){for(var t=0;t<n.timers.length;t++)n.timers[t]()||n.timers.splice(t--,1);n.timers.length&&s(h)};t!==i||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=t,this.end=i,this.unit=u,this.now=this.start,this.pos=0,f.elem=this.elem,f.prop=this.prop,f()&&1===n.timers.push(f)&&s(h)):(delete e.curAnim[this.prop],e.complete&&0===Object.keys(e.curAnim).length&&e.complete.call(this.elem))},step:function(n){var f=+new Date,i=this.options,r=this.elem,e=i.complete,o=i.duration,s=i.curAnim,u;return r.attr&&!r.element?n=!1:n||f>=o+this.startTime?(this.now=this.end,this.pos=1,this.update(),u=s[this.prop]=!0,t(s,function(n){!0!==n&&(u=!1)}),u&&e&&e.call(r),n=!1):(this.pos=i.easing((f-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),n=!0),n},initPath:function(n,t,i){function y(n){for(r=n.length;r--;){var t="M"===n[r]||"L"===n[r],i=/[a-zA-Z]/.test(n[r+3]);t&&i&&n.splice(r+1,0,n[r+1],n[r+2],n[r+1],n[r+2])}}function p(n,t){for(;n.length<l;){n[0]=t[l-n.length];var i=n.slice(0,u);[].splice.apply(n,[0,0].concat(i));a&&(i=n.slice(n.length-u),[].splice.apply(n,[n.length,0].concat(i)),r--)}n[0]="M"}function w(n,t){for(var i=(l-n.length)/u;0<i&&i--;)(o=n.slice().splice(n.length/c-u,u*c))[0]=t[l-u-i*u],v&&(o[u-6]=o[u-2],o[u-5]=o[u-1]),[].splice.apply(n,[n.length/c,0].concat(o)),a&&i--}var o,r,f=n.startX,s=n.endX,v=-1<(t=t||"").indexOf("C"),u=v?7:3,a,c,h,b,l;if(t=t.split(" "),i=i.slice(),a=n.isArea,c=a?2:1,v&&(y(t),y(i)),f&&s){for(r=0;r<f.length;r++){if(f[r]===s[0]){h=r;break}if(f[0]===s[s.length-f.length+r]){h=r;b=!0;break}if(f[f.length-1]===s[s.length-f.length+r]){h=f.length-r;break}}void 0===h&&(t=[])}return t.length&&e(h)&&(l=i.length+h*c*u,b?(p(t,i),w(i,t)):(p(i,t),w(t,i))),[t,i]},fillSetter:function(){n.Fx.prototype.strokeSetter.apply(this,arguments)},strokeSetter:function(){this.elem.attr(this.prop,n.color(this.start).tweenTo(n.color(this.end),this.pos),null,!0)}},n.merge=function(){var r,n=arguments,u={},f=function(n,r){return"object"!=typeof n&&(n={}),t(r,function(t,u){n[u]=!i(t,!0)||v(t)||l(t)?r[u]:f(n[u]||{},t)}),n},e;for(!0===n[0]&&(u=n[1],n=Array.prototype.slice.call(n,2)),e=n.length,r=0;r<e;r++)u=f(u,n[r]);return u},n.clearTimeout=function(n){a(n)&&clearTimeout(n)},n.css=function(t,i){n.isMS&&!n.svg&&i&&void 0!==i.opacity&&(i.filter="alpha(opacity="+100*i.opacity+")");u(t.style,i)},n.createElement=function(t,i,r,f,e){t=s.createElement(t);var o=n.css;return i&&u(t,i),e&&o(t,{padding:"0",border:"none",margin:"0"}),r&&o(t,r),f&&f.appendChild(t),t},n.extendClass=function(n,t){var i=function(){};return u(i.prototype=new n,t),i},n.pad=function(n,t,i){return Array((t||2)+1-String(n).replace("-","").length).join(i||"0")+n},n.relativeLength=function(n,t,i){return/%$/.test(n)?t*parseFloat(n)/100+(i||0):parseFloat(n)},n.wrap=function(n,t,i){var r=n[t];n[t]=function(){var n=Array.prototype.slice.call(arguments),u=arguments,t=this;return t.proceed=function(){r.apply(t,arguments.length?arguments:u)},n.unshift(r),n=i.apply(this,n),t.proceed=null,n}},n.datePropsToTimestamps=function(r){t(r,function(t,u){i(t)&&"function"==typeof t.getTime?r[u]=t.getTime():(i(t)||o(t))&&n.datePropsToTimestamps(t)})},n.formatSingle=function(t,i,r){var u=n.defaultOptions.lang;return/f$/.test(t)?(r=(r=t.match(/\.([0-9])/))?r[1]:-1,null!==i&&(i=n.numberFormat(i,r,u.decimalPoint,-1<t.indexOf(",")?u.thousandsSep:""))):i=(r||n.time).dateFormat(t,i),i},n.format=function(t,i,r){for(var f,c,o,l,u,e="{",h=!1,s=[];t&&-1!==(e=t.indexOf(e));){if(f=t.slice(0,e),h){for(l=(c=(f=f.split(":")).shift().split(".")).length,u=i,o=0;o<l;o++)u&&(u=u[c[o]]);f.length&&(u=n.formatSingle(f.join(":"),u,r));s.push(u)}else s.push(f);t=t.slice(e+1);e=(h=!h)?"}":"{"}return s.push(t),s.join("")},n.getMagnitude=function(n){return Math.pow(10,Math.floor(Math.log(n)/Math.LN10))},n.normalizeTickInterval=function(t,i,r,u,e){var o=t,s=t/(r=f(r,1));for(i||(i=e?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===u&&(1===r?i=i.filter(function(n){return 0==n%1}):.1>=r&&(i=[1/r]))),u=0;u<i.length&&(o=i[u],!(e&&o*r>=t||!e&&s<=(i[u]+(i[u+1]||i[u]))/2));u++);return n.correctFloat(o*r,-Math.round(Math.log(.001)/Math.LN10))},n.stableSort=function(n,t){for(var r,u=n.length,i=0;i<u;i++)n[i].safeI=i;for(n.sort(function(n,i){return 0===(r=t(n,i))?n.safeI-i.safeI:r}),i=0;i<u;i++)delete n[i].safeI},n.correctFloat=function(n,t){return parseFloat(n.toPrecision(t||14))},n.animObject=function(t){return i(t)?n.merge(t):{duration:t?500:0}},n.timeUnits={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},n.numberFormat=function(t,i,r,u){var s,l;i=+i;var a=n.defaultOptions.lang,c=((t=+t||0).toString().split(".")[1]||"").split("e")[0].length,o=t.toString().split("e");return-1===i?i=Math.min(c,20):e(i)?i&&o[1]&&0>o[1]&&(s=i+ +o[1],0<=s?(o[0]=(+o[0]).toExponential(s).split("e")[0],i=s):(o[0]=o[0].split(".")[0]||0,t=20>i?(o[0]*Math.pow(10,o[1])).toFixed(i):0,o[1]=0)):i=2,l=(Math.abs(o[1]?o[0]:t)+Math.pow(10,-Math.max(i,c)-1)).toFixed(i),s=3<(c=String(h(l))).length?c.length%3:0,r=f(r,a.decimalPoint),u=f(u,a.thousandsSep),t=(0>t?"-":"")+(s?c.substr(0,s)+u:""),t+=c.substr(s).replace(/(\d{3})(?=\d)/g,"$1"+u),i&&(t+=r+l.slice(-i)),o[1]&&0!=+t&&(t+="e"+o[1]),t},Math.easeInOutSine=function(n){return-.5*(Math.cos(Math.PI*n)-1)},n.getStyle=function(t,i,u){return"width"===i?(i=Math.min(t.offsetWidth,t.scrollWidth),(u=t.getBoundingClientRect&&t.getBoundingClientRect().width)<i&&u>=i-1&&(i=Math.floor(u)),Math.max(0,i-n.getStyle(t,"padding-left")-n.getStyle(t,"padding-right"))):"height"===i?Math.max(0,Math.min(t.offsetHeight,t.scrollHeight)-n.getStyle(t,"padding-top")-n.getStyle(t,"padding-bottom")):(r.getComputedStyle||n.error(27,!0),(t=r.getComputedStyle(t,void 0))&&(t=t.getPropertyValue(i),f(u,"opacity"!==i)&&(t=h(t))),t)},n.inArray=function(n,t,i){return t.indexOf(n,i)},n.find=Array.prototype.find?function(n,t){return n.find(t)}:function(n,t){for(var r=n.length,i=0;i<r;i++)if(t(n[i],i))return n[i]},n.keys=Object.keys,n.offset=function(n){var t=s.documentElement;return{top:(n=n.parentElement||n.parentNode?n.getBoundingClientRect():{top:0,left:0}).top+(r.pageYOffset||t.scrollTop)-(t.clientTop||0),left:n.left+(r.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}},n.stop=function(t,i){for(var r=n.timers.length;r--;)n.timers[r].elem!==t||i&&i!==n.timers[r].prop||(n.timers[r].stopped=!0)},t({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},function(t,i){n[i]=function(n){return Array.prototype[t].apply(n,[].slice.call(arguments,1))}}),n.addEvent=function(t,i,r,u){void 0===u&&(u={});var e=t.addEventListener||n.addEventListenerPolyfill,f="function"==typeof t&&t.prototype?t.prototype.protoEvents=t.prototype.protoEvents||{}:t.hcEvents=t.hcEvents||{};return n.Point&&t instanceof n.Point&&t.series&&t.series.chart&&(t.series.chart.runTrackerClick=!0),e&&e.call(t,i,r,!1),f[i]||(f[i]=[]),f[i].push({fn:r,order:"number"==typeof u.order?u.order:1/0}),f[i].sort(function(n,t){return n.order-t.order}),function(){n.removeEvent(t,i,r)}},n.removeEvent=function(i,r,u){function f(t,r){var u=i.removeEventListener||n.removeEventListenerPolyfill;u&&u.call(i,t,r,!1)}function e(n){var e,u;i.nodeName&&(r?(u={},u[r]=!0):u=n,t(u,function(t,i){if(n[i])for(e=n[i].length;e--;)f(i,n[i][e].fn)}))}var o;["protoEvents","hcEvents"].forEach(function(n,t){var s=(t=t?i:i.prototype)&&t[n];s&&(r?(o=s[r]||[],u?(s[r]=o.filter(function(n){return u!==n.fn}),f(r,u)):(e(s),s[r]=[])):(e(s),t[n]={}))})},n.fireEvent=function(n,t,i,r){var e,f;(i=i||{},s.createEvent&&(n.dispatchEvent||n.fireEvent))?(f=s.createEvent("Events"),f.initEvent(t,!0,!0),u(f,i),n.dispatchEvent?n.dispatchEvent(f):n.fireEvent(t,f)):(i.target||u(i,{preventDefault:function(){i.defaultPrevented=!0},target:n,type:t}),function(t,r){void 0===t&&(t=[]);void 0===r&&(r=[]);var u=0,f=0,o=t.length+r.length;for(e=0;e<o;e++)!1===(t[u]?r[f]?t[u].order<=r[f].order?t[u++]:r[f++]:t[u++]:r[f++]).fn.call(n,i)&&i.preventDefault()}(n.protoEvents&&n.protoEvents[t],n.hcEvents&&n.hcEvents[t]));r&&!i.defaultPrevented&&r.call(n,i)},n.animate=function(r,u,f){var h,o,s,l="",c;i(f)||(c=arguments,f={duration:c[2],easing:c[3],complete:c[4]});e(f.duration)||(f.duration=400);f.easing="function"==typeof f.easing?f.easing:Math[f.easing]||Math.easeInOutSine;f.curAnim=n.merge(u);t(u,function(t,i){n.stop(r,i);s=new n.Fx(r,f,i);o=null;"d"===i?(s.paths=s.initPath(r,r.d,u.d),s.toD=u.d,h=0,o=1):r.attr?h=r.attr(i):(h=parseFloat(n.getStyle(r,i))||0,"opacity"!==i&&(l="px"));o||(o=t);o&&o.match&&o.match("px")&&(o=o.replace(/px/g,""));s.run(h,o,l)})},n.seriesType=function(t,i,r,u,f){var o=n.getOptions(),e=n.seriesTypes;return o.plotOptions[t]=n.merge(o.plotOptions[i],r),e[t]=n.extendClass(e[i]||function(){},u),e[t].prototype.type=t,f&&(e[t].prototype.pointClass=n.extendClass(n.Point,f)),e[t]},n.uniqueKey=function(){var n=Math.random().toString(36).substring(2,9),t=0;return function(){return"highcharts-"+n+"-"+t++}}(),n.isFunction=function(n){return"function"==typeof n},r.jQuery&&(r.jQuery.fn.highcharts=function(){var t=[].slice.call(arguments);if(this[0])return t[0]?(new n[c(t[0])?t.shift():"Chart"](this[0],t[0],t[1]),this):p[y(this[0],"data-highcharts-chart")]}),{arrayMax:function(n){for(var t=n.length,i=n[0];t--;)n[t]>i&&(i=n[t]);return i},arrayMin:function(n){for(var t=n.length,i=n[0];t--;)n[t]<i&&(i=n[t]);return i},attr:y,defined:a,destroyObjectProperties:function(n,i){t(n,function(t,r){t&&t!==i&&t.destroy&&t.destroy();delete n[r]})},discardElement:function(t){var i=n.garbageBin;i||(i=n.createElement("div"));t&&i.appendChild(t);i.innerHTML=""},erase:function(n,t){for(var i=n.length;i--;)if(n[i]===t){n.splice(i,1);break}},extend:u,isArray:o,isClass:v,isDOMElement:l,isNumber:e,isObject:i,isString:c,objectEach:t,pick:f,pInt:h,setAnimation:function(n,t){t.renderer.globalAnimation=f(n,t.options.chart.animation,!0)},splat:function(n){return o(n)?n:[n]},syncTimeout:function(n,t,i){return 0<t?setTimeout(n,t,i):(n.call(0,i),-1)}}}),i(t,"parts/Color.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.isNumber,i=t.pInt,u=n.merge;n.Color=function(t){if(!(this instanceof n.Color))return new n.Color(t);this.init(t)};n.Color.prototype={parsers:[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(n){return[i(n[1]),i(n[2]),i(n[3]),parseFloat(n[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(n){return[i(n[1]),i(n[2]),i(n[3]),1]}}],names:{white:"#ffffff",black:"#000000"},init:function(t){var i,u,r,f;if((this.input=t=this.names[t&&t.toLowerCase?t.toLowerCase():""]||t)&&t.stops)this.stops=t.stops.map(function(t){return new n.Color(t[1])});else if(t&&t.charAt&&"#"===t.charAt()&&(r=t.length,t=parseInt(t.substr(1),16),7===r?i=[(16711680&t)>>16,(65280&t)>>8,255&t,1]:4===r&&(i=[(3840&t)>>4|(3840&t)>>8,(240&t)>>4|240&t,(15&t)<<4|15&t,1])),!i)for(u=this.parsers.length;u--&&!i;)f=this.parsers[u],(r=f.regex.exec(t))&&(i=f.parse(r));this.rgba=i||[]},get:function(n){var f=this.input,t=this.rgba,i;return this.stops?(i=u(f),i.stops=[].concat(i.stops),this.stops.forEach(function(t,r){i.stops[r]=[i.stops[r][0],t.get(n)]})):i=t&&r(t[0])?"rgb"===n||!n&&1===t[3]?"rgb("+t[0]+","+t[1]+","+t[2]+")":"a"===n?t[3]:"rgba("+t.join(",")+")":f,i},brighten:function(n){var t,u=this.rgba;if(this.stops)this.stops.forEach(function(t){t.brighten(n)});else if(r(n)&&0!==n)for(t=0;3>t;t++)u[t]+=i(255*n),0>u[t]&&(u[t]=0),255<u[t]&&(u[t]=255);return this},setOpacity:function(n){return this.rgba[3]=n,this},tweenTo:function(n,t){var r=this.rgba,i=n.rgba;return i.length&&r&&r.length?((n=1!==i[3]||1!==r[3])?"rgba(":"rgb(")+Math.round(i[0]+(r[0]-i[0])*(1-t))+","+Math.round(i[1]+(r[1]-i[1])*(1-t))+","+Math.round(i[2]+(r[2]-i[2])*(1-t))+(n?","+(i[3]+(r[3]-i[3])*(1-t)):"")+")":n.input||"none"}};n.color=function(t){return new n.Color(t)}}),i(t,"parts/SvgRenderer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.attr,i=t.defined,ot=t.destroyObjectProperties,b=t.erase,o=t.extend,d=t.isArray,st=t.isNumber,v=t.isObject,g=t.isString,s=t.objectEach,r=t.pick,c=t.pInt,ht=t.splat,p=n.addEvent,ct=n.animate,lt=n.charts,at=n.color,l=n.css,nt=n.createElement,k=n.deg2rad,e=n.doc,vt=n.hasTouch,tt=n.isFirefox,it=n.isMS,yt=n.isWebKit,h=n.merge,rt=n.noop,ut=n.removeEvent,ft=n.stop,et=n.svg,w=n.SVG_NS,y=n.symbolSizes,a=n.win,u=n.SVGElement=function(){return this};o(u.prototype,{opacity:1,SVG_NS:w,textProps:"direction fontSize fontWeight fontFamily fontStyle color lineHeight width textAlign textDecoration textOverflow textOutline cursor".split(" "),init:function(t,i){this.element="span"===i?nt(i):e.createElementNS(this.SVG_NS,i);this.renderer=t;n.fireEvent(this,"afterInit")},animate:function(t,i,u){var f=n.animObject(r(i,this.renderer.globalAnimation,!0));return r(e.hidden,e.msHidden,e.webkitHidden,!1)&&(f.duration=0),0!==f.duration?(u&&(f.complete=u),ct(this,t,f)):(this.attr(t,void 0,u),s(t,function(n,t){f.step&&f.step.call(this,n,{prop:t,pos:1})},this)),this},complexColor:function(t,r,u){var v,o,f,g,a,l,y,p,w,b,k,nt,c=this.renderer,e=[];n.fireEvent(this.renderer,"complexColor",{args:arguments},function(){t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient");o&&(a=c.gradients,y=t.stops,b=u.radialReference,d(f=t[o])&&(t[o]=f={x1:f[0],y1:f[1],x2:f[2],y2:f[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&b&&!i(f.gradientUnits)&&(f=h(f,c.getRadialAttr(b,g=f),{gradientUnits:"userSpaceOnUse"})),s(f,function(n,t){"id"!==t&&e.push(t,n)}),s(y,function(n){e.push(n)}),e=e.join(","),a[e]?k=a[e].attr("id"):(f.id=k=n.uniqueKey(),a[e]=l=c.createElement(o).attr(f).add(c.defs),l.radAttr=g,l.stops=[],y.forEach(function(t){0===t[1].indexOf("rgba")?(v=n.color(t[1]),p=v.get("rgb"),w=v.get("a")):(p=t[1],w=1);t=c.createElement("stop").attr({offset:t[0],"stop-color":p,"stop-opacity":w}).add(l);l.stops.push(t)})),u.setAttribute(r,nt="url("+c.url+"#"+k+")"),u.gradient=e,t.toString=function(){return nt})})},applyTextOutline:function(t){var r,i=this.element,u,e;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(i.style.fill)));u=(t=t.split(" "))[t.length-1];(r=t[0])&&"none"!==r&&n.svg&&(this.fakeTS=!0,t=[].slice.call(i.getElementsByTagName("tspan")),this.ySetter=this.xSetter,r=r.replace(/(^[\d\.]+)(.*?)$/g,function(n,t,i){return 2*t+i}),this.removeTextOutline(t),e=i.firstChild,t.forEach(function(n,t){0===t&&(n.setAttribute("x",i.getAttribute("x")),t=i.getAttribute("y"),n.setAttribute("y",t||0),null===t&&i.setAttribute("y",0));n=n.cloneNode(1);f(n,{"class":"highcharts-text-outline",fill:u,stroke:u,"stroke-width":r,"stroke-linejoin":"round"});i.insertBefore(n,e)}))},removeTextOutline:function(n){for(var t,i=n.length;i--;)"highcharts-text-outline"===(t=n[i]).getAttribute("class")&&b(n,this.element.removeChild(t))},symbolCustomAttribs:"x y width height r start end innerR anchorX anchorY rounded".split(" "),attr:function(t,i,r,u){var e,f,o,h=this.element,c=this,a=this.symbolCustomAttribs,l;return"string"==typeof t&&void 0!==i&&(l=t,(t={})[l]=i),"string"==typeof t?c=(this[t+"Getter"]||this._defaultGetter).call(this,t,h):(s(t,function(i,r){f=!1;u||ft(this,r);this.symbolName&&-1!==n.inArray(r,a)&&(e||(this.symbolAttr(t),e=!0),f=!0);this.rotation&&("x"===r||"y"===r)&&(this.doTransform=!0);f||((o=this[r+"Setter"]||this._defaultSetter).call(this,i,r,h),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(r)&&this.updateShadows(r,i,o))},this),this.afterSetters()),r&&r.call(this),c},afterSetters:function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},updateShadows:function(n,t,i){for(var r=this.shadows,u=r.length;u--;)i.call(r[u],"height"===n?Math.max(t-(r[u].cutHeight||0),0):"d"===n?this.d:t,n,r[u])},addClass:function(n,t){var i=t?"":this.attr("class")||"";return(n=(n||"").split(/ /g).reduce(function(n,t){return-1===i.indexOf(t)&&n.push(t),n},i?[i]:[]).join(" "))!==i&&this.attr("class",n),this},hasClass:function(n){return-1!==(this.attr("class")||"").split(" ").indexOf(n)},removeClass:function(n){return this.attr("class",(this.attr("class")||"").replace(g(n)?new RegExp(" ?"+n+" ?"):n,""))},symbolAttr:function(n){var t=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach(function(i){t[i]=r(n[i],t[i])});t.attr({d:t.renderer.symbols[t.symbolName](t.x,t.y,t.width,t.height,t)})},clip:function(n){return this.attr("clip-path",n?"url("+this.renderer.url+"#"+n.id+")":"none")},crisp:function(n,t){t=t||n.strokeWidth||0;var r=Math.round(t)%2/2;return n.x=Math.floor(n.x||this.x||0)+r,n.y=Math.floor(n.y||this.y||0)+r,n.width=Math.floor((n.width||this.width||0)-2*r),n.height=Math.floor((n.height||this.height||0)-2*r),i(n.strokeWidth)&&(n.strokeWidth=t),n},css:function(n){var t=this.styles,u={},i=this.element,r="",e=!t,v=["textOutline","textOverflow","width"],h,a;return(n&&n.color&&(n.fill=n.color),t&&s(n,function(n,i){n!==t[i]&&(u[i]=n,e=!0)}),e)&&((t&&(n=o(t,u)),n)&&(null===n.width||"auto"===n.width?delete this.textWidth:"text"===i.nodeName.toLowerCase()&&n.width&&(h=this.textWidth=c(n.width))),(this.styles=n,h&&!et&&this.renderer.forExport&&delete n.width,i.namespaceURI===this.SVG_NS)?(a=function(n,t){return"-"+t.toLowerCase()},s(n,function(n,t){-1===v.indexOf(t)&&(r+=t.replace(/([A-Z])/g,a)+":"+n+";")}),r&&f(i,"style",r)):l(i,n),this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),n&&n.textOutline&&this.applyTextOutline(n.textOutline))),this},getStyle:function(n){return a.getComputedStyle(this.element||this,"").getPropertyValue(n)},strokeWidth:function(){var n,t;return this.renderer.styledMode?(n=this.getStyle("stroke-width"),n.indexOf("px")===n.length-2?n=c(n):(t=e.createElementNS(w,"rect"),f(t,{width:n,"stroke-width":0}),this.element.parentNode.appendChild(t),n=t.getBBox().width,t.parentNode.removeChild(t)),n):this["stroke-width"]||0},on:function(n,t){var r=this,i=r.element;return vt&&"click"===n?(i.ontouchstart=function(n){r.touchEventFired=Date.now();n.preventDefault();t.call(i,n)},i.onclick=function(n){(-1===a.navigator.userAgent.indexOf("Android")||1100<Date.now()-(r.touchEventFired||0))&&t.call(i,n)}):i["on"+n]=t,this},setRadialReference:function(n){var t=this.renderer.gradients[this.element.gradient];return this.element.radialReference=n,t&&t.radAttr&&t.animate(this.renderer.getRadialAttr(n,t.radAttr)),this},translate:function(n,t){return this.attr({translateX:n,translateY:t})},invert:function(n){return this.inverted=n,this.updateTransform(),this},updateTransform:function(){var n=this.translateX||0,u=this.translateY||0,f=this.scaleX,e=this.scaleY,o=this.inverted,s=this.rotation,h=this.matrix,t=this.element;o&&(n+=this.width,u+=this.height);n=["translate("+n+","+u+")"];i(h)&&n.push("matrix("+h.join(",")+")");o?n.push("rotate(90) scale(-1,1)"):s&&n.push("rotate("+s+" "+r(this.rotationOriginX,t.getAttribute("x"),0)+" "+r(this.rotationOriginY,t.getAttribute("y")||0)+")");(i(f)||i(e))&&n.push("scale("+r(f,1)+" "+r(e,1)+")");n.length&&t.setAttribute("transform",n.join(" "))},toFront:function(){var n=this.element;return n.parentNode.appendChild(n),this},align:function(n,t,i){var f,o,s,h={},u=this.renderer,e=u.alignedObjects,c;return n?(this.alignOptions=n,this.alignByTranslate=t,(!i||g(i))&&(this.alignTo=f=i||"renderer",b(e,this),e.push(this),i=null)):(n=this.alignOptions,t=this.alignByTranslate,f=this.alignTo),i=r(i,u[f],u),u=n.verticalAlign,e=(i.x||0)+(n.x||0),c=(i.y||0)+(n.y||0),"right"===(f=n.align)?o=1:"center"===f&&(o=2),o&&(e+=(i.width-(n.width||0))/o),h[t?"translateX":"x"]=Math.round(e),"bottom"===u?s=1:"middle"===u&&(s=2),s&&(c+=(i.height-(n.height||0))/s),h[t?"translateY":"y"]=Math.round(c),this[this.placed?"animate":"attr"](h),this.placed=!0,this.alignAttr=h,this},getBBox:function(n,t){var f,l,e=this.renderer,c=this.element,s=this.styles,y=this.textStr,a=e.cache,v=e.cacheKeys,p=c.namespaceURI===this.SVG_NS,w,h;if(t=r(t,this.rotation,0),w=e.styledMode?c&&u.prototype.getStyle.call(c,"font-size"):s&&s.fontSize,i(y)&&(h=y.toString(),-1===h.indexOf("<")&&(h=h.replace(/[0-9]/g,"0")),h+=["",t,w,this.textWidth,s&&s.textOverflow].join()),h&&!n&&(f=a[h]),!f){if(p||e.forExport){try{(l=this.fakeTS&&function(n){[].forEach.call(c.querySelectorAll(".highcharts-text-outline"),function(t){t.style.display=n})})&&l("none");f=c.getBBox?o({},c.getBBox()):{width:c.offsetWidth,height:c.offsetHeight};l&&l("")}catch(b){}(!f||0>f.width)&&(f={width:0,height:0})}else f=this.htmlGetBBox();if(e.isSVG&&(n=f.width,e=f.height,p&&(f.height=e={"11px,17":14,"13px,20":16}[s&&s.fontSize+","+Math.round(e)]||e),t&&(s=t*k,f.width=Math.abs(e*Math.sin(s))+Math.abs(n*Math.cos(s)),f.height=Math.abs(e*Math.cos(s))+Math.abs(n*Math.sin(s)))),h&&0<f.height){for(;250<v.length;)delete a[v.shift()];a[h]||v.push(h);a[h]=f}}return f},show:function(n){return this.attr({visibility:n?"inherit":"visible"})},hide:function(n){return this.attr(n?{y:-9999}:{visibility:"hidden"}),this},fadeOut:function(n){var t=this;t.animate({opacity:0},{duration:n||150,complete:function(){t.attr({y:-9999})}})},add:function(n){var t=this.renderer,r=this.element,i;return(n&&(this.parentGroup=n),this.parentInverted=n&&n.inverted,void 0!==this.textStr&&t.buildText(this),this.added=!0,!n||n.handleZ||this.zIndex)&&(i=this.zIndexSetter()),i||(n?n.element:t.box).appendChild(r),this.onAdd&&this.onAdd(),this},safeRemoveChild:function(n){var t=n.parentNode;t&&t.removeChild(n)},destroy:function(){var n=this,t=n.element||{},u=n.renderer,i=u.isSVG&&"SPAN"===t.nodeName&&n.parentGroup,r=t.ownerSVGElement,f=n.clipPath;if(t.onclick=t.onmouseout=t.onmouseover=t.onmousemove=t.point=null,ft(n),f&&r&&([].forEach.call(r.querySelectorAll("[clip-path],[CLIP-PATH]"),function(n){-1<n.getAttribute("clip-path").indexOf(f.element.id)&&n.removeAttribute("clip-path")}),n.clipPath=f.destroy()),n.stops){for(r=0;r<n.stops.length;r++)n.stops[r]=n.stops[r].destroy();n.stops=null}for(n.safeRemoveChild(t),u.styledMode||n.destroyShadows();i&&i.div&&0===i.div.childNodes.length;)t=i.parentGroup,n.safeRemoveChild(i.div),delete i.div,i=t;n.alignTo&&b(u.alignedObjects,n);s(n,function(t,i){n[i]&&n[i].parentGroup===n&&n[i].destroy&&n[i].destroy();delete n[i]})},shadow:function(n,t,i){var e,c=[],o=this.element,u,s;if(n){if(!this.shadows){var h=r(n.width,3),l=(n.opacity||.15)/h,a=this.parentInverted?"(-1,-1)":"("+r(n.offsetX,1)+", "+r(n.offsetY,1)+")";for(e=1;e<=h;e++)u=o.cloneNode(0),s=2*h+1-2*e,f(u,{stroke:n.color||"#000000","stroke-opacity":l*e,"stroke-width":s,transform:"translate"+a,fill:"none"}),u.setAttribute("class",(u.getAttribute("class")||"")+" highcharts-shadow"),i&&(f(u,"height",Math.max(f(u,"height")-s,0)),u.cutHeight=s),t?t.element.appendChild(u):o.parentNode&&o.parentNode.insertBefore(u,o),c.push(u);this.shadows=c}}else this.destroyShadows();return this},destroyShadows:function(){(this.shadows||[]).forEach(function(n){this.safeRemoveChild(n)},this);this.shadows=void 0},xGetter:function(n){return"circle"===this.element.nodeName&&("x"===n?n="cx":"y"===n&&(n="cy")),this._defaultGetter(n)},_defaultGetter:function(n){return n=r(this[n+"Value"],this[n],this.element?this.element.getAttribute(n):null,0),/^[\-0-9\.]+$/.test(n)&&(n=parseFloat(n)),n},dSetter:function(n,t,i){n&&n.join&&(n=n.join(" "));/(NaN| {2}|^$)/.test(n)&&(n="M 0 0");this[t]!==n&&(i.setAttribute(t,n),this[t]=n)},dashstyleSetter:function(n){var t,i=this["stroke-width"];if("inherit"===i&&(i=1),n=n&&n.toLowerCase()){for(t=(n=n.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",")).length;t--;)n[t]=c(n[t])*i;n=n.join(",").replace(/NaN/g,"none");this.element.setAttribute("stroke-dasharray",n)}},alignSetter:function(n){var t={left:"start",center:"middle",right:"end"};t[n]&&(this.alignValue=n,this.element.setAttribute("text-anchor",t[n]))},opacitySetter:function(n,t,i){this[t]=n;i.setAttribute(t,n)},titleSetter:function(n){var t=this.element.getElementsByTagName("title")[0];t||(t=e.createElementNS(this.SVG_NS,"title"),this.element.appendChild(t));t.firstChild&&t.removeChild(t.firstChild);t.appendChild(e.createTextNode(String(r(n,"")).replace(/<[^>]*>/g,"").replace(/&lt;/g,"<").replace(/&gt;/g,">")))},textSetter:function(n){n!==this.textStr&&(delete this.bBox,delete this.textPxLength,this.textStr=n,this.added&&this.renderer.buildText(this))},setTextPath:function(t,r){var o=this.element,l={textAnchor:"text-anchor"},c=!1,f=this.textPathWrapper,a=!f,u=(r=h(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},r)).attributes,e;if(t&&r&&r.enabled){if(this.options&&this.options.padding&&(u.dx=-this.options.padding),f||(this.textPathWrapper=f=this.renderer.createElement("textPath"),c=!0),e=f.element,(r=t.element.getAttribute("id"))||t.element.setAttribute("id",r=n.uniqueKey()),a)for(t=o.getElementsByTagName("tspan");t.length;)t[0].setAttribute("y",0),e.appendChild(t[0]);c&&f.add({element:this.text?this.text.element:o});e.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+r);i(u.dy)&&(e.parentNode.setAttribute("dy",u.dy),delete u.dy);i(u.dx)&&(e.parentNode.setAttribute("dx",u.dx),delete u.dx);s(u,function(n,t){e.setAttribute(l[t]||t,n)});o.removeAttribute("transform");this.removeTextOutline.call(f,[].slice.call(o.getElementsByTagName("tspan")));this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0});this.applyTextOutline=this.updateTransform=rt}else f&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(o,t));return this},destroyTextPath:function(n,t){var i;for(t.element.setAttribute("id",""),i=this.textPathWrapper.element.childNodes;i.length;)n.firstChild.appendChild(i[0]);n.firstChild.removeChild(this.textPathWrapper.element);delete t.textPathWrapper},fillSetter:function(n,t,i){"string"==typeof n?i.setAttribute(t,n):n&&this.complexColor(n,t,i)},visibilitySetter:function(n,t,i){"inherit"===n?i.removeAttribute(t):this[t]!==n&&i.setAttribute(t,n);this[t]=n},zIndexSetter:function(n,t){var u=this.renderer,s=this.parentGroup,h=(s||u).element||u.box,f=this.element,e=!1,r,o,l;if(u=h===u.box,o=this.added,i(n)?(f.setAttribute("data-z-index",n),this[t]===(n=+n)&&(o=!1)):i(this[t])&&f.removeAttribute("data-z-index"),this[t]=n,o){for((n=this.zIndex)&&s&&(s.handleZ=!0),r=(t=h.childNodes).length-1;0<=r&&!e;r--)o=(s=t[r]).getAttribute("data-z-index"),l=!i(o),s!==f&&(0>n&&l&&!u&&!r?(h.insertBefore(f,t[r]),e=!0):(c(o)<=n||l&&(!i(n)||0<=n))&&(h.insertBefore(f,t[r+1]||null),e=!0));e||(h.insertBefore(f,t[u?3:0]||null),e=!0)}return e},_defaultSetter:function(n,t,i){i.setAttribute(t,n)}});u.prototype.yGetter=u.prototype.xGetter;u.prototype.translateXSetter=u.prototype.translateYSetter=u.prototype.rotationSetter=u.prototype.verticalAlignSetter=u.prototype.rotationOriginXSetter=u.prototype.rotationOriginYSetter=u.prototype.scaleXSetter=u.prototype.scaleYSetter=u.prototype.matrixSetter=function(n,t){this[t]=n;this.doTransform=!0};u.prototype["stroke-widthSetter"]=u.prototype.strokeSetter=function(n,t,i){this[t]=n;this.stroke&&this["stroke-width"]?(u.prototype.fillSetter.call(this,this.stroke,"stroke",i),i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===t&&0===n&&this.hasStroke?(i.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)};t=n.SVGRenderer=function(){this.init.apply(this,arguments)};o(t.prototype,{Element:u,SVG_NS:w,init:function(n,t,i,r,u,o,s){var h,c=this.createElement("svg").attr({version:"1.1","class":"highcharts-root"});s||c.css(this.getStyle(r));n.appendChild(r=c.element);f(n,"dir","ltr");-1===n.innerHTML.indexOf("xmlns")&&f(r,"xmlns",this.SVG_NS);this.isSVG=!0;this.box=r;this.boxWrapper=c;this.alignedObjects=[];this.url=(tt||yt)&&e.getElementsByTagName("base").length?a.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20"):"";this.createElement("desc").add().element.appendChild(e.createTextNode("Created with Highcharts 7.2.1"));this.defs=this.createElement("defs").add();this.allowHTML=o;this.forExport=u;this.styledMode=s;this.gradients={};this.cache={};this.cacheKeys=[];this.imgCount=0;this.setSize(t,i,!1);tt&&n.getBoundingClientRect&&((t=function(){l(n,{left:0,top:0});h=n.getBoundingClientRect();l(n,{left:Math.ceil(h.left)-h.left+"px",top:Math.ceil(h.top)-h.top+"px"})})(),this.unSubPixelFix=p(a,"resize",t))},definition:function(n){var t=this;return function n(i,r){var u;return ht(i).forEach(function(i){var f=t.createElement(i.tagName),o={};s(i,function(n,t){"tagName"!==t&&"children"!==t&&"textContent"!==t&&(o[t]=n)});f.attr(o);f.add(r||t.defs);i.textContent&&f.element.appendChild(e.createTextNode(i.textContent));n(i.children||[],f);u=f}),u}(n)},getStyle:function(n){return this.style=o({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},n)},setStyle:function(n){this.boxWrapper.css(this.getStyle(n))},isHidden:function(){return!this.boxWrapper.getBBox().width},destroy:function(){var n=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),ot(this.gradients||{}),this.gradients=null,n&&(this.defs=n.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},createElement:function(n){var t=new this.Element;return t.init(this,n),t},draw:rt,getRadialAttr:function(n,t){return{cx:n[0]-n[2]/2+t.cx*n[2],cy:n[1]-n[2]/2+t.cy*n[2],r:t.r*n[2]}},truncate:function(n,t,i,r,u,f,o){var a,p,w=this,k=n.rotation,c=r?1:0,s=(i||r).length,h=s,v=[],y=function(n){t.firstChild&&t.removeChild(t.firstChild);n&&t.appendChild(e.createTextNode(n))},b=function(f,e){if(void 0===v[e=e||f])if(t.getSubStringLength)try{v[e]=u+t.getSubStringLength(0,r?e+1:e)}catch(s){}else w.getSpanWidth&&(y(o(i||r,f)),v[e]=u+w.getSpanWidth(n,t));return v[e]},l;if(n.rotation=0,l=b(t.textContent.length),p=u+l>f){for(;c<=s;)h=Math.ceil((c+s)/2),r&&(a=o(r,h)),l=b(h,a&&a.length-1),c===s?c=s+1:l>f?s=h-1:c=h;0===s?y(""):i&&s===i.length-1||y(a||o(i||r,h))}return r&&r.splice(0,h),n.actualWidth=l,n.rotation=k,p},escapes:{"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#39;",'"':"&quot;"},buildText:function(n){var tt,p,u=n.element,o=this,it=o.forExport,i=r(n.textStr,"").toString(),rt=-1!==i.indexOf("<"),ut=u.childNodes,b=f(u,"x"),t=n.styles,h=n.textWidth,k=t&&t.lineHeight,a=t&&t.textOutline,v=t&&"ellipsis"===t.textOverflow,y=t&&"nowrap"===t.whiteSpace,d=t&&t.fontSize,ft=ut.length;t=h&&!n.added&&this.box;var ot=function(n){var t;return o.styledMode||(t=/(px|em)$/.test(n&&n.style.fontSize)?n.style.fontSize:d||o.style.fontSize||12),k?c(k):o.fontMetrics(t,n.getAttribute("style")?n:u).h},g=function(n,t){return s(o.escapes,function(i,r){t&&-1!==t.indexOf(i)||(n=n.toString().replace(new RegExp(i,"g"),r))}),n},nt=function(n,t){var i=n.indexOf("<");if(-1!==(i=(n=n.substring(i,n.indexOf(">")-i)).indexOf(t+"="))&&('"'===(t=n.charAt(i=i+t.length+1))||"'"===t))return(n=n.substring(i+1)).substring(0,n.indexOf(t))},st=/<br.*?>/g,ht=[i,v,y,k,a,d,h].join();if(ht!==n.textCache){for(n.textCache=ht;ft--;)u.removeChild(ut[ft]);rt||a||v||h||-1!==i.indexOf(" ")&&(!y||st.test(i))?(t&&t.appendChild(u),(i=(i=rt?(i=o.styledMode?i.replace(/<(b|strong)>/g,'<span class="highcharts-strong">').replace(/<(i|em)>/g,'<span class="highcharts-emphasized">'):i.replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">')).replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,"<\/span>").split(st):[i]).filter(function(n){return""!==n})).forEach(function(t,i){var r=0,c=0,s=(t=t.replace(/^\s+|\s+$/g,"").replace(/<span/g,"|||<span").replace(/<\/span>/g,"<\/span>|||")).split("|||");s.forEach(function(t){var k,ut,ft,a,rt,st;if((""!==t||1===s.length)&&(ft={},a=e.createElementNS(o.SVG_NS,"tspan"),(k=nt(t,"class"))&&f(a,"class",k),(k=nt(t,"style"))&&(k=k.replace(/(;| |^)color([ :])/,"$1fill$2"),f(a,"style",k)),(ut=nt(t,"href"))&&!it&&(f(a,"onclick",'location.href="'+ut+'"'),f(a,"class","highcharts-anchor"),o.styledMode||l(a,{cursor:"pointer"}))," "!==(t=g(t.replace(/<[a-zA-Z\/](.|\n)*?>/g,"")||" ")))){if(a.appendChild(e.createTextNode(t)),r?ft.dx=0:i&&null!==b&&(ft.x=b),f(a,ft),u.appendChild(a),!r&&p&&(!et&&it&&l(a,{display:"block"}),f(a,"dy",ot(a))),h)if(rt=t.replace(/([^\^])-/g,"$1- ").split(" "),ft=!y&&(1<s.length||i||1<rt.length),ut=0,st=ot(a),v)tt=o.truncate(n,a,t,void 0,0,Math.max(0,h-parseInt(d||12,10)),function(n,t){return n.substring(0,t)+"…"});else if(ft)for(;rt.length;)rt.length&&!y&&0<ut&&(a=e.createElementNS(w,"tspan"),f(a,{dy:st,x:b}),k&&f(a,"style",k),a.appendChild(e.createTextNode(rt.join(" ").replace(/- /g,"-"))),u.appendChild(a)),o.truncate(n,a,null,rt,0===ut?c:0,h,function(n,t){return rt.slice(0,t).join(" ").replace(/- /g,"-")}),c=n.actualWidth,ut++;r++}});p=p||u.childNodes.length}),v&&tt&&n.attr("title",g(n.textStr,["&lt;","&gt;"])),t&&t.removeChild(u),a&&n.applyTextOutline&&n.applyTextOutline(a)):u.appendChild(e.createTextNode(g(i)))}},getContrast:function(n){return(n=at(n).rgba)[0]*=1,n[1]*=1.2,n[2]*=.5,459<n[0]+n[1]+n[2]?"#000000":"#FFFFFF"},button:function(n,t,i,r,u,f,e,s,c,l){var a=this.label(n,t,i,c,null,null,l,null,"button"),v=0,y=this.styledMode,w,b,k,d;return(a.attr(h({padding:8,r:2},u)),y)||(w=(u=h({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},u)).style,delete u.style,b=(f=h(u,{fill:"#e6e6e6"},f)).style,delete f.style,k=(e=h(u,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},e)).style,delete e.style,d=(s=h(u,{style:{color:"#cccccc"}},s)).style,delete s.style),p(a.element,it?"mouseover":"mouseenter",function(){3!==v&&a.setState(1)}),p(a.element,it?"mouseout":"mouseleave",function(){3!==v&&a.setState(v)}),a.setState=function(n){1!==n&&(a.state=v=n);a.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][n||0]);y||a.attr([u,f,e,s][n||0]).css([w,b,k,d][n||0])},y||a.attr(u).css(o({cursor:"default"},w)),a.on("click",function(n){3!==v&&r.call(a,n)})},crispLine:function(n,t){return n[1]===n[4]&&(n[1]=n[4]=Math.round(n[1])-t%2/2),n[2]===n[5]&&(n[2]=n[5]=Math.round(n[2])+t%2/2),n},path:function(n){var t=this.styledMode?{}:{fill:"none"};return d(n)?t.d=n:v(n)&&o(t,n),this.createElement("path").attr(t)},circle:function(n,t,i){return n=v(n)?n:void 0===n?{}:{x:n,y:t,r:i},(t=this.createElement("circle")).xSetter=t.ySetter=function(n,t,i){i.setAttribute("c"+t,n)},t.attr(n)},arc:function(n,t,i,r,u,f){return v(n)?(t=(r=n).y,i=r.r,n=r.x):r={innerR:r,start:u,end:f},(n=this.symbol("arc",n,t,i,i,r)).r=i,n},rect:function(n,t,i,r,u,e){u=v(n)?n.r:u;var o=this.createElement("rect");return n=v(n)?n:void 0===n?{}:{x:n,y:t,width:Math.max(i,0),height:Math.max(r,0)},this.styledMode||(void 0!==e&&(n.strokeWidth=e,n=o.crisp(n)),n.fill="none"),u&&(n.r=u),o.rSetter=function(n,t,i){o.r=n;f(i,{rx:n,ry:n})},o.rGetter=function(){return o.r},o.attr(n)},setSize:function(n,t,i){var u=this.alignedObjects,f=u.length;for(this.width=n,this.height=t,this.boxWrapper.animate({width:n,height:t},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:r(i,!0)?void 0:0});f--;)u[f].align()},g:function(n){var t=this.createElement("g");return n?t.attr({"class":"highcharts-"+n}):t},image:function(n,t,i,r,u,f){var e={preserveAspectRatio:"none"},h=function(n,t){n.setAttributeNS?n.setAttributeNS("http://www.w3.org/1999/xlink","href",t):n.setAttribute("hc-svg-href",t)},c=function(t){h(s.element,n);f.call(s,t)},s;return 1<arguments.length&&o(e,{x:t,y:i,width:r,height:u}),s=this.createElement("image").attr(e),f?(h(s.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),e=new a.Image,p(e,"load",c),e.src=n,e.complete&&c({})):h(s.element,n),s},symbol:function(n,t,u,f,s,h){var v=this,k=/^url\((.*?)\)$/,d=k.test(n),p=!d&&(this.symbols[n]?n:"circle"),w=p&&this.symbols[p],g=i(t)&&w&&w.call(this.symbols,Math.round(t),Math.round(u),f,s,h),c,a,b;return w?(c=this.path(g),v.styledMode||c.attr("fill","none"),o(c,{symbolName:p,x:t,y:u,width:f,height:s}),h&&o(c,h)):d&&(a=n.match(k)[1],(c=this.image(a)).imgwidth=r(y[a]&&y[a].width,h&&h.width),c.imgheight=r(y[a]&&y[a].height,h&&h.height),b=function(){c.attr({width:c.width,height:c.height})},["width","height"].forEach(function(n){c[n+"Setter"]=function(n,t){var u={},r=this["img"+t],f="width"===t?"translateX":"translateY";this[t]=n;i(r)&&(h&&"within"===h.backgroundSize&&this.width&&this.height&&(r=Math.round(r*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(t,r),this.alignByTranslate||(u[f]=((this[t]||0)-r)/2,this.attr(u)))}}),i(t)&&c.attr({x:t,y:u}),c.isImg=!0,i(c.imgwidth)&&i(c.imgheight)?b():(c.attr({width:0,height:0}),nt("img",{onload:function(){var n=lt[v.chartIndex];0===this.width&&(l(this,{position:"absolute",top:"-999em"}),e.body.appendChild(this));y[a]={width:this.width,height:this.height};c.imgwidth=this.width;c.imgheight=this.height;c.element&&b();this.parentNode&&this.parentNode.removeChild(this);v.imgCount--;!v.imgCount&&n&&n.onload&&n.onload()},src:a}),this.imgCount++)),c},symbols:{circle:function(n,t,i,r){return this.arc(n+i/2,t+r/2,i/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},square:function(n,t,i,r){return["M",n,t,"L",n+i,t,n+i,t+r,n,t+r,"Z"]},triangle:function(n,t,i,r){return["M",n+i/2,t,"L",n+i,t+r,n,t+r,"Z"]},"triangle-down":function(n,t,i,r){return["M",n,t,"L",n+i,t,n+i/2,t+r,"Z"]},diamond:function(n,t,i,r){return["M",n+i/2,t,"L",n+i,t+r/2,n+i/2,t+r,n,t+r/2,"Z"]},arc:function(n,t,u,f,e){var o=e.start,h=e.r||u,c=e.r||f||u,s=e.end-.001;u=e.innerR;f=r(e.open,.001>Math.abs(e.end-e.start-2*Math.PI));var l=Math.cos(o),a=Math.sin(o),v=Math.cos(s);return s=Math.sin(s),e=["M",n+h*l,t+c*a,"A",h,c,0,o=.001>e.end-o-Math.PI?0:1,r(e.clockwise,1),n+h*v,t+c*s],i(u)&&e.push(f?"M":"L",n+u*v,t+u*s,"A",u,u,0,o,0,n+u*l,t+u*a),e.push(f?"":"Z"),e},callout:function(n,t,i,r,u){var f=Math.min(u&&u.r||0,i,r),o=f+6,e=u&&u.anchorX,s;return u=u&&u.anchorY,s=["M",n+f,t,"L",n+i-f,t,"C",n+i,t,n+i,t,n+i,t+f,"L",n+i,t+r-f,"C",n+i,t+r,n+i,t+r,n+i-f,t+r,"L",n+f,t+r,"C",n,t+r,n,t+r,n,t+r-f,"L",n,t+f,"C",n,t,n,t,n+f,t],e&&e>i?u>t+o&&u<t+r-o?s.splice(13,3,"L",n+i,u-6,n+i+6,u,n+i,u+6,n+i,t+r-f):s.splice(13,3,"L",n+i,r/2,e,u,n+i,r/2,n+i,t+r-f):e&&0>e?u>t+o&&u<t+r-o?s.splice(33,3,"L",n,u+6,n-6,u,n,u-6,n,t+f):s.splice(33,3,"L",n,r/2,e,u,n,r/2,n,t+f):u&&u>r&&e>n+o&&e<n+i-o?s.splice(23,3,"L",e+6,t+r,e,t+r+6,e-6,t+r,n+f,t+r):u&&0>u&&e>n+o&&e<n+i-o&&s.splice(3,3,"L",e-6,t,e,t-6,e+6,t,i-f,t),s}},clipRect:function(t,i,r,u){var f=n.uniqueKey()+"-",e=this.createElement("clipPath").attr({id:f}).add(this.defs);return(t=this.rect(t,i,r,u,0).add(e)).id=f,t.clipPath=e,t.count=0,t},text:function(n,t,r,u){var f={};return!u||!this.allowHTML&&this.forExport?(f.x=Math.round(t||0),r&&(f.y=Math.round(r)),i(n)&&(f.text=n),n=this.createElement("text").attr(f),u||(n.xSetter=function(n,t,i){for(var f=i.getElementsByTagName("tspan"),e=i.getAttribute(t),r,u=0;u<f.length;u++)r=f[u],r.getAttribute(t)===e&&r.setAttribute(t,n);i.setAttribute(t,n)}),n):this.html(n,t,r)},fontMetrics:function(n,t){return n=!this.styledMode&&/px/.test(n)||!a.getComputedStyle?n||t&&t.style&&t.style.fontSize||this.style&&this.style.fontSize:t&&u.prototype.getStyle.call(t,"font-size"),{h:t=24>(n=/px/.test(n)?c(n):12)?n+3:Math.round(1.2*n),b:Math.round(.8*t),f:n}},rotCorr:function(n,t,i){var r=n;return t&&i&&(r=Math.max(r*Math.cos(t*k),4)),{x:-n/3*Math.sin(t*k),y:r}},label:function(n,t,r,f,e,s,c,l,a){var p,w,d,ht,rt,ct,tt,lt,at,k=this,ft=k.styledMode,v=k.g("button"!==a&&"label"),y=v.text=k.text("",0,0,c).attr({zIndex:1}),et=0,b=3,ot=0,vt={},pt=/^url\((.*?)\)$/.test(f),yt=ft||pt,wt=function(){return ft?p.strokeWidth()%2/2:(lt?parseInt(lt,10):0)%2/2},bt;a&&v.addClass("highcharts-"+a);var g=function(){var n=y.element.style,t={};w=(void 0===d||void 0===ht||tt)&&i(y.textStr)&&y.getBBox();v.width=(d||w.width||0)+2*b+ot;v.height=(ht||w.height||0)+2*b;at=b+Math.min(k.fontMetrics(n&&n.fontSize,y).b,w?w.height:1/0);yt&&(p||(v.box=p=k.symbols[f]||pt?k.symbol(f):k.rect(),p.addClass(("button"===a?"":"highcharts-label-box")+(a?" highcharts-"+a+"-box":"")),p.add(v),n=wt(),t.x=n,t.y=(l?-at:0)+n),t.width=Math.round(v.width),t.height=Math.round(v.height),p.attr(o(t,vt)),vt={})},it=function(){var n=ot+b,t=l?0:at;i(d)&&w&&("center"===tt||"right"===tt)&&(n+={center:.5,right:1}[tt]*(d-w.width));n===y.x&&t===y.y||(y.attr("x",n),y.hasBoxWidthChanged&&(w=y.getBBox(!0),g()),void 0!==t&&y.attr("y",t));y.x=n;y.y=t},nt=function(n,t){p?p.attr(n,t):vt[n]=t};return v.onAdd=function(){y.add(v);v.attr({text:n||0===n?n:"",x:t,y:r});p&&i(e)&&v.attr({anchorX:e,anchorY:s})},v.widthSetter=function(n){d=st(n)?n:null},v.heightSetter=function(n){ht=n},v["text-alignSetter"]=function(n){tt=n},v.paddingSetter=function(n){i(n)&&n!==b&&(b=v.padding=n,it())},v.paddingLeftSetter=function(n){i(n)&&n!==ot&&(ot=n,it())},v.alignSetter=function(n){(n={left:0,center:.5,right:1}[n])!==et&&(et=n,w&&v.attr({x:rt}))},v.textSetter=function(n){void 0!==n&&y.attr({text:n});g();it()},v["stroke-widthSetter"]=function(n,t){n&&(yt=!0);lt=this["stroke-width"]=n;nt(t,n)},ft?v.rSetter=function(n,t){nt(t,n)}:v.strokeSetter=v.fillSetter=v.rSetter=function(n,t){"r"!==t&&("fill"===t&&n&&(yt=!0),v[t]=n);nt(t,n)},v.anchorXSetter=function(n,t){e=v.anchorX=n;nt(t,Math.round(n)-wt()-rt)},v.anchorYSetter=function(n,t){s=v.anchorY=n;nt(t,n-ct)},v.xSetter=function(n){v.x=n;et&&(n-=et*((d||w.width)+2*b),v["forceAnimate:x"]=!0);rt=Math.round(n);v.attr("translateX",rt)},v.ySetter=function(n){ct=v.y=Math.round(n);v.attr("translateY",ct)},bt=v.css,c={css:function(n){if(n){var t={};n=h(n);v.textProps.forEach(function(i){void 0!==n[i]&&(t[i]=n[i],delete n[i])});y.css(t);"width"in t&&g();"fontSize"in t&&(g(),it())}return bt.call(v,n)},getBBox:function(){return{width:w.width+2*b,height:w.height+2*b,x:w.x-b,y:w.y-b}},destroy:function(){ut(v.element,"mouseenter");ut(v.element,"mouseleave");y&&(y=y.destroy());p&&(p=p.destroy());u.prototype.destroy.call(v);v=k=g=it=nt=null}},ft||(c.shadow=function(n){return n&&(g(),p&&p.shadow(n)),v}),o(v,c)}});n.Renderer=t}),i(t,"parts/Html.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var h=t.attr,f=t.defined,r=t.extend,e=t.pick,c=t.pInt,l=n.createElement,i=n.css,o=n.isFirefox,a=n.isMS,v=n.isWebKit,s=n.SVGElement,u;t=n.SVGRenderer;u=n.win;r(s.prototype,{htmlCss:function(n){var t="SPAN"===this.element.tagName&&n&&"width"in n,f=e(t&&n.width,void 0),u;return t&&(delete n.width,this.textWidth=f,u=!0),n&&"ellipsis"===n.textOverflow&&(n.whiteSpace="nowrap",n.overflow="hidden"),this.styles=r(this.styles,n),i(this.element,n),u&&this.htmlUpdateTransform(),this},htmlGetBBox:function(){var n=this.element;return{x:n.offsetLeft,y:n.offsetTop,width:n.offsetWidth,height:n.offsetHeight}},htmlUpdateTransform:function(){var r,u,s;if(this.added){var h=this.renderer,n=this.element,l=this.translateX||0,a=this.translateY||0,y=this.x||0,p=this.y||0,e=this.textAlign||"left",v={left:0,center:.5,right:1}[e],t=this.styles,o=t&&t.whiteSpace;(i(n,{marginLeft:l,marginTop:a}),!h.styledMode&&this.shadows&&this.shadows.forEach(function(n){i(n,{marginLeft:l+1,marginTop:a+1})}),this.inverted&&[].forEach.call(n.childNodes,function(t){h.invertChild(t,n)}),"SPAN"===n.tagName)&&(t=this.rotation,u=this.textWidth&&c(this.textWidth),s=[t,e,n.innerHTML,this.textWidth,this.textAlign].join(),!(r=u!==this.oldTextWidth)||(r=u>this.oldTextWidth)||((r=this.textPxLength)||(i(n,{width:"",whiteSpace:o||"nowrap"}),r=n.offsetWidth),r=r>u),r&&(/[ \-]/.test(n.textContent||n.innerText)||"ellipsis"===n.style.textOverflow)?(i(n,{width:u+"px",display:"block",whiteSpace:o||"normal"}),this.oldTextWidth=u,this.hasBoxWidthChanged=!0):this.hasBoxWidthChanged=!1,s!==this.cTT&&(o=h.fontMetrics(n.style.fontSize,n).b,!f(t)||t===(this.oldRotation||0)&&e===this.oldAlign||this.setSpanRotation(t,v,o),this.getSpanCorrection(!f(t)&&this.textPxLength||n.offsetWidth,o,v,t,e)),i(n,{left:y+(this.xCorr||0)+"px",top:p+(this.yCorr||0)+"px"}),this.cTT=s,this.oldRotation=t,this.oldAlign=e)}else this.alignOnAdd=!0},setSpanRotation:function(n,t,r){var u={},f=this.renderer.getTransformKey();u[f]=u.transform="rotate("+n+"deg)";u[f+(o?"Origin":"-origin")]=u.transformOrigin=100*t+"% "+r+"px";i(this.element,u)},getSpanCorrection:function(n,t,i){this.xCorr=-n*i;this.yCorr=-t}});r(t.prototype,{getTransformKey:function(){return a&&!/Edge/.test(u.navigator.userAgent)?"-ms-transform":v?"-webkit-transform":o?"MozTransform":u.opera?"-o-transform":""},html:function(n,t,i){var u=this.createElement("span"),f=u.element,o=u.renderer,c=o.isSVG,a=function(n,t){["opacity","visibility"].forEach(function(i){n[i+"Setter"]=function(r,u,f){var e=n.div?n.div.style:t;s.prototype[i+"Setter"].call(this,r,u,f);e&&(e[u]=r)}});n.addedSetters=!0};return u.textSetter=function(n){n!==f.innerHTML&&(delete this.bBox,delete this.oldTextWidth);this.textStr=n;f.innerHTML=e(n,"");u.doTransform=!0},c&&a(u,u.element.style),u.xSetter=u.ySetter=u.alignSetter=u.rotationSetter=function(n,t){"align"===t&&(t="textAlign");u[t]=n;u.doTransform=!0},u.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},u.attr({text:n,x:Math.round(t),y:Math.round(i)}).css({position:"absolute"}),o.styledMode||u.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),f.style.whiteSpace="nowrap",u.css=u.htmlCss,c&&(u.add=function(n){var e=o.box.parentNode,i=[],t;if(this.parentGroup=n){if(t=n.div,!t){for(;n;)i.push(n),n=n.parentGroup;i.reverse().forEach(function(n){function f(t,i){n[i]=t;"translateX"===i?s.left=t+"px":s.top=t+"px";n.doTransform=!0}var o=h(n.element,"class"),s=(t=n.div=n.div||l("div",o?{className:o}:void 0,{position:"absolute",left:(n.translateX||0)+"px",top:(n.translateY||0)+"px",display:n.display,opacity:n.opacity,pointerEvents:n.styles&&n.styles.pointerEvents},t||e)).style;r(n,{classSetter:function(n){return function(t){this.element.setAttribute("class",t);n.className=t}}(t),on:function(){return i[0].div&&u.on.apply({element:i[0].div},arguments),n},translateXSetter:f,translateYSetter:f});n.addedSetters||a(n)})}}else t=e;return t.appendChild(f),u.added=!0,u.alignOnAdd&&u.htmlUpdateTransform(),u}),u}})}),i(t,"parts/Time.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var u=t.defined,f=t.extend,o=t.isObject,s=t.objectEach,r=t.pick,h=t.splat,c=n.merge,i=n.timeUnits,e=n.win;n.Time=function(n){this.update(n,!1)};n.Time.prototype={defaultOptions:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},update:function(n){var t=r(n&&n.useUTC,!0),i=this;this.options=n=c(!0,this.options||{},n);this.Date=n.Date||e.Date||Date;this.timezoneOffset=(this.useUTC=t)&&n.timezoneOffset;this.getTimezoneOffset=this.timezoneOffsetFunction();(this.variableTimezone=!(t&&!n.getTimezoneOffset&&!n.timezone))||this.timezoneOffset?(this.get=function(n,t){var r=t.getTime(),u=r-i.getTimezoneOffset(t);return t.setTime(u),n=t["getUTC"+n](),t.setTime(r),n},this.set=function(n,t,r){if("Milliseconds"===n||"Seconds"===n||"Minutes"===n&&0==t.getTimezoneOffset()%60)t["set"+n](r);else{var u=i.getTimezoneOffset(t);u=t.getTime()-u;t.setTime(u);t["setUTC"+n](r);n=i.getTimezoneOffset(t);u=t.getTime()+n;t.setTime(u)}}):t?(this.get=function(n,t){return t["getUTC"+n]()},this.set=function(n,t,i){return t["setUTC"+n](i)}):(this.get=function(n,t){return t["get"+n]()},this.set=function(n,t,i){return t["set"+n](i)})},makeTime:function(t,i,u,f,e,o){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),h=this.getTimezoneOffset(s),c=this.getTimezoneOffset(s+=h);h!==c?s+=c-h:h-36e5!==this.getTimezoneOffset(s-36e5)||n.isSafari||(s-=36e5)}else s=new this.Date(t,i,r(u,1),r(f,0),r(e,0),r(o,0)).getTime();return s},timezoneOffsetFunction:function(){var r=this,t=this.options,i=e.moment;if(!this.useUTC)return function(n){return 6e4*new Date(n).getTimezoneOffset()};if(t.timezone){if(i)return function(n){return 6e4*-i.tz(n,t.timezone).utcOffset()};n.error(25)}return this.useUTC&&t.getTimezoneOffset?function(n){return 6e4*t.getTimezoneOffset(n)}:function(){return 6e4*(r.timezoneOffset||0)}},dateFormat:function(t,i,e){if(!u(i)||isNaN(i))return n.defaultOptions.lang.invalidDate||"";t=r(t,"%Y-%m-%d %H:%M:%S");var y=this,o=new this.Date(i),c=this.get("Hours",o),l=this.get("Day",o),p=this.get("Date",o),a=this.get("Month",o),w=this.get("FullYear",o),v=n.defaultOptions.lang,b=v.weekdays,k=v.shortWeekdays,h=n.pad;return o=f({a:k?k[l]:b[l].substr(0,3),A:b[l],d:h(p),e:h(p,2," "),w:l,b:v.shortMonths[a],B:v.months[a],m:h(a+1),o:a+1,y:w.toString().substr(2,2),Y:w,H:h(c),k:c,I:h(c%12||12),l:c%12||12,M:h(y.get("Minutes",o)),p:12>c?"AM":"PM",P:12>c?"am":"pm",S:h(o.getSeconds()),L:h(Math.floor(i%1e3),3)},n.dateFormats),s(o,function(n,r){for(;-1!==t.indexOf("%"+r);)t=t.replace("%"+r,"function"==typeof n?n.call(y,i):n)}),e?t.substr(0,1).toUpperCase()+t.substr(1):t},resolveDTLFormat:function(n){return o(n,!0)?n:{main:(n=h(n))[0],from:n[1],to:n[2]}},getTimeTicks:function(n,t,e,o){var y,s=this,v=[],w={},h=new s.Date(t),c=n.unitRange,l=n.count||1,a,p,b;if(o=r(o,1),u(t)){for((s.set("Milliseconds",h,c>=i.second?0:l*Math.floor(s.get("Milliseconds",h)/l)),c>=i.second&&s.set("Seconds",h,c>=i.minute?0:l*Math.floor(s.get("Seconds",h)/l)),c>=i.minute&&s.set("Minutes",h,c>=i.hour?0:l*Math.floor(s.get("Minutes",h)/l)),c>=i.hour&&s.set("Hours",h,c>=i.day?0:l*Math.floor(s.get("Hours",h)/l)),c>=i.day&&s.set("Date",h,c>=i.month?1:Math.max(1,l*Math.floor(s.get("Date",h)/l))),c>=i.month)&&(s.set("Month",h,c>=i.year?0:l*Math.floor(s.get("Month",h)/l)),a=s.get("FullYear",h)),c>=i.year&&s.set("FullYear",h,a-a%l),c===i.week&&(a=s.get("Day",h),s.set("Date",h,s.get("Date",h)-a+o+(a<o?-7:0))),a=s.get("FullYear",h),o=s.get("Month",h),p=s.get("Date",h),b=s.get("Hours",h),t=h.getTime(),s.variableTimezone&&(y=e-t>4*i.month||s.getTimezoneOffset(t)!==s.getTimezoneOffset(e)),t=h.getTime(),h=1;t<e;)v.push(t),t=c===i.year?s.makeTime(a+h*l,0):c===i.month?s.makeTime(a,o+h*l):!y||c!==i.day&&c!==i.week?y&&c===i.hour&&1<l?s.makeTime(a,o,p,b+h*l):t+c*l:s.makeTime(a,o,p+h*l*(c===i.day?1:7)),h++;v.push(t);c<=i.hour&&1e4>v.length&&v.forEach(function(n){0==n%18e5&&"000000000"===s.dateFormat("%H%M%S%L",n)&&(w[n]="day")})}return v.info=f(n,{higherRanks:w,totalRange:c*l}),v}}}),i(t,"parts/Options.js",[t["parts/Globals.js"]],function(n){var i=n.color,t=n.merge;n.defaultOptions={colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" "),symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:n.Time.prototype.defaultOptions,chart:{styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:n.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:n.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}<\/span><br/>',pointFormat:'<span style="color:{point.color}">●<\/span> {series.name}: <b>{point.y}<\/b><br/>',backgroundColor:i("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,style:{color:"#333333",cursor:"default",fontSize:"12px",pointerEvents:"none",whiteSpace:"nowrap"}},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};n.setOptions=function(i){return n.defaultOptions=t(!0,n.defaultOptions,i),(i.time||i.global)&&n.time.update(t(n.defaultOptions.global,n.defaultOptions.time,i.global,i.time)),n.defaultOptions};n.getOptions=function(){return n.defaultOptions};n.defaultPlotOptions=n.defaultOptions.plotOptions;n.time=new n.Time(t(n.defaultOptions.global,n.defaultOptions.time));n.dateFormat=function(t,i,r){return n.time.dateFormat(t,i,r)}}),i(t,"parts/Tick.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.defined,o=t.destroyObjectProperties,s=t.extend,f=t.isNumber,i=t.pick,h=n.correctFloat,e=n.fireEvent,c=n.merge,u=n.deg2rad;n.Tick=function(n,t,i,r,u){this.axis=n;this.pos=t;this.type=i||"";this.isNewLabel=this.isNew=!0;this.parameters=u||{};this.tickmarkOffset=this.parameters.tickmarkOffset;this.options=this.parameters.options;i||r||this.addLabel()};n.Tick.prototype={addLabel:function(){var t=this,u=t.axis,e=u.options,v=u.chart,a=u.categories,g=u.names,o=t.pos,l=i(t.options&&t.options.labels,e.labels),f=u.tickPositions,b=o===f[0],k=o===f[f.length-1],y,w,n,p,d;a=this.parameters.category||(a?i(a[o],g[o],o):o);n=t.label;(f=f.info,u.isDatetimeAxis&&f)&&(p=v.time.resolveDTLFormat(e.dateTimeLabelFormats[!e.grid&&f.higherRanks[o]||f.unitName]),d=p.main);t.isFirst=b;t.isLast=k;t.formatCtx={axis:u,chart:v,isFirst:b,isLast:k,dateTimeLabelFormat:d,tickPositionInfo:f,value:u.isLog?h(u.lin2log(a)):a,pos:o};e=u.labelFormatter.call(t.formatCtx,this.formatCtx);(w=p&&p.list)&&(t.shortenLabel=function(){for(y=0;y<w.length;y++)if(n.attr({text:u.labelFormatter.call(s(t.formatCtx,{dateTimeLabelFormat:w[y]}))}),n.getBBox().width<u.getSlotWidth(t)-2*i(l.padding,5))return;n.attr({text:""})});r(n)?n&&n.textStr!==e&&(!n.textWidth||l.style&&l.style.width||n.styles.width||n.css({width:null}),n.attr({text:e}),n.textPxLength=n.getBBox().width):((t.label=n=r(e)&&l.enabled?v.renderer.text(e,0,0,l.useHTML).add(u.labelGroup):null)&&(v.styledMode||n.css(c(l.style)),n.textPxLength=n.getBBox().width),t.rotation=0)},getLabelSize:function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},handleOverflow:function(n){var t=this.axis,w=t.options.labels,e=n.x,a=t.chart.chartWidth,o=t.chart.spacing,v=i(t.labelLeft,Math.min(t.pos,o[3]));o=i(t.labelRight,Math.max(t.isRadial?0:t.pos+t.len,a-o[1]));var h,y=this.label,c=this.rotation,f={left:0,center:.5,right:1}[t.labelAlign||y.attr("align")],s=y.getBBox().width,l=t.getSlotWidth(this),r=l,b=1,p={};c||"justify"!==i(w.overflow,"justify")?0>c&&e-f*s<v?h=Math.round(e/Math.cos(c*u)-v):0<c&&e+f*s>o&&(h=Math.round((a-e)/Math.cos(c*u))):(a=e+(1-f)*s,e-f*s<v?r=n.x+r*(1-f)-v:a>o&&(r=o-n.x+r*f,b=-1),(r=Math.min(l,r))<l&&"center"===t.labelAlign&&(n.x+=b*(l-r-f*(l-Math.min(s,r)))),(s>r||t.autoRotation&&(y.styles||{}).width)&&(h=r));h&&(this.shortenLabel?this.shortenLabel():(p.width=Math.floor(h),(w.style||{}).textOverflow||(p.textOverflow="ellipsis"),y.css(p)))},getPosition:function(t,i,r,u){var f=this.axis,o=f.chart,s=u&&o.oldChartHeight||o.chartHeight;return(t={x:t?n.correctFloat(f.translate(i+r,null,null,u)+f.transB):f.left+f.offset+(f.opposite?(u&&o.oldChartWidth||o.chartWidth)-f.right-f.left:0),y:t?s-f.bottom+f.offset-(f.opposite?f.height:0):n.correctFloat(s-f.translate(i+r,null,null,u)-f.transB)}).y=Math.max(Math.min(t.y,1e5),-1e5),e(this,"afterGetPosition",{pos:t}),t},getLabelPosition:function(n,t,i,f,o,s,h,c){var l=this.axis,w=l.transA,b=l.isLinked&&l.linkedParent?l.linkedParent.reversed:l.reversed,a=l.staggerLines,y=l.tickRotCorr||{x:0,y:0},p=o.y,k=f||l.reserveSpaceDefault?0:-l.labelOffset*("center"===l.labelAlign?.5:1),v={};return r(p)||(p=0===l.side?i.rotation?-8:-i.getBBox().height:2===l.side?y.y+8:Math.cos(i.rotation*u)*(y.y-i.getBBox(!1,0).height/2)),t=t+p-(s&&!f?s*w*(b?1:-1):0),a&&(i=h/(c||1)%a,l.opposite&&(i=a-i-1),t+=l.labelOffset/a*i),v.x=n=n+o.x+k+y.x-(s&&f?s*w*(b?-1:1):0),v.y=Math.round(t),e(this,"afterGetLabelPosition",{pos:v,tickmarkOffset:s,index:h}),v},getMarkPath:function(n,t,i,r,u,f){return f.crispLine(["M",n,t,"L",n+(u?0:-i),t+(u?i:0)],r)},renderGridLine:function(n,t,r){var u=this.axis,f=u.options,e=this.gridLine,o={},c=this.pos,s=this.type,l=i(this.tickmarkOffset,u.tickmarkOffset),a=u.chart.renderer,h=s?s+"Grid":"grid",v=f[h+"LineWidth"],y=f[h+"LineColor"];f=f[h+"LineDashStyle"];e||(u.chart.styledMode||(o.stroke=y,o["stroke-width"]=v,f&&(o.dashstyle=f)),s||(o.zIndex=1),n&&(t=0),this.gridLine=e=a.path().attr(o).addClass("highcharts-"+(s?s+"-":"")+"grid-line").add(u.gridGroup));e&&(r=u.getPlotLinePath({value:c+l,lineWidth:e.strokeWidth()*r,force:"pass",old:n}))&&e[n||this.isNew?"attr":"animate"]({d:r,opacity:t})},renderMark:function(n,t,r){var u=this.axis,o=u.options,c=u.chart.renderer,f=this.type,h=f?f+"Tick":"tick",s=u.tickSize(h),e=this.mark,l=!e,v=n.x,a;n=n.y;a=i(o[h+"Width"],!f&&u.isXAxis?1:0);o=o[h+"Color"];s&&(u.opposite&&(s[0]=-s[0]),l&&(this.mark=e=c.path().addClass("highcharts-"+(f?f+"-":"")+"tick").add(u.axisGroup),u.chart.styledMode||e.attr({stroke:o,"stroke-width":a})),e[l?"attr":"animate"]({d:this.getMarkPath(v,n,s[0],e.strokeWidth()*r,u.horiz,c),opacity:t}))},renderLabel:function(n,t,r,u){var e=this.axis,v=e.horiz,c=e.options,o=this.label,s=c.labels,l=s.step,h,a;e=i(this.tickmarkOffset,e.tickmarkOffset);h=!0;a=n.x;n=n.y;o&&f(a)&&(o.xy=n=this.getLabelPosition(a,n,o,v,s,e,u,l),this.isFirst&&!this.isLast&&!i(c.showFirstLabel,1)||this.isLast&&!this.isFirst&&!i(c.showLastLabel,1)?h=!1:!v||s.step||s.rotation||t||0===r||this.handleOverflow(n),l&&u%l&&(h=!1),h&&f(n.y)?(n.opacity=r,o[this.isNewLabel?"attr":"animate"](n),this.isNewLabel=!1):(o.attr("y",-9999),this.isNewLabel=!0))},render:function(t,r,u){var f=this.axis,o=f.horiz,e=this.pos,s=i(this.tickmarkOffset,f.tickmarkOffset);s=(e=this.getPosition(o,e,s,r)).x;f=o&&s===f.pos+f.len||!o&&e.y===f.pos?-1:1;u=i(u,1);this.isActive=!0;this.renderGridLine(r,u,f);this.renderMark(e,u,f);this.renderLabel(e,r,u,t);this.isNew=!1;n.fireEvent(this,"afterRender")},destroy:function(){o(this,this.axis)}}}),i(t,"parts/Axis.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var c=t.arrayMax,w=t.arrayMin,r=t.defined,l=t.destroyObjectProperties,a=t.extend,b=t.isArray,f=t.isNumber,v=t.isString,o=t.objectEach,i=t.pick,k=t.splat,d=t.syncTimeout,g=n.addEvent,nt=n.animObject,tt=n.color,e=n.correctFloat,y=n.defaultOptions,it=n.deg2rad,u=n.fireEvent,rt=n.format,ut=n.getMagnitude,h=n.merge,ft=n.normalizeTickInterval,et=n.removeEvent,p=n.seriesTypes,s=n.Tick;return a((t=function(){this.init.apply(this,arguments)}).prototype,{defaultOptions:{dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,labels:{enabled:!0,indentation:10,x:0,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorTickLength:2,minorTickPosition:"outside",minPadding:.01,showEmpty:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",style:{color:"#666666"}},type:"linear",minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",tickColor:"#ccd6eb"},defaultYAxisOptions:{endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return n.numberFormat(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},defaultLeftAxisOptions:{labels:{x:-15},title:{rotation:270}},defaultRightAxisOptions:{labels:{x:15},title:{rotation:90}},defaultBottomAxisOptions:{labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},defaultTopAxisOptions:{labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},init:function(t,f){var h=f.isX,e=this,s,c;e.chart=t;e.horiz=t.inverted&&!e.isZAxis?!h:h;e.isXAxis=h;e.coll=e.coll||(h?"xAxis":"yAxis");u(this,"init",{userOptions:f});e.opposite=f.opposite;e.side=f.side||(e.horiz?e.opposite?0:2:e.opposite?1:3);e.setOptions(f);s=this.options;c=s.type;e.labelFormatter=s.labels.formatter||e.defaultLabelFormatter;e.userOptions=f;e.minPixelPadding=0;e.reversed=s.reversed;e.visible=!1!==s.visible;e.zoomEnabled=!1!==s.zoomEnabled;e.hasNames="category"===c||!0===s.categories;e.categories=s.categories||e.hasNames;e.names||(e.names=[],e.names.keys={});e.plotLinesAndBandsGroups={};e.isLog="logarithmic"===c;e.isDatetimeAxis="datetime"===c;e.positiveValuesOnly=e.isLog&&!e.allowNegativeLog;e.isLinked=r(s.linkedTo);e.ticks={};e.labelEdge=[];e.minorTicks={};e.plotLinesAndBands=[];e.alternateBands={};e.len=0;e.minRange=e.userMinRange=s.minRange||s.maxZoom;e.range=s.range;e.offset=s.offset||0;e.stacks={};e.oldStacks={};e.stacksTouched=0;e.max=null;e.min=null;e.crosshair=i(s.crosshair,k(t.options.tooltip.crosshairs)[h?0:1],!1);f=e.options.events;-1===t.axes.indexOf(e)&&(h?t.axes.splice(t.xAxis.length,0,e):t.axes.push(e),t[e.coll].push(e));e.series=e.series||[];t.inverted&&!e.isZAxis&&h&&void 0===e.reversed&&(e.reversed=!0);o(f,function(t,i){n.isFunction(t)&&g(e,i,t)});e.lin2log=s.linearToLogConverter||e.lin2log;e.isLog&&(e.val2lin=e.log2lin,e.lin2val=e.lin2log);u(this,"afterInit")},setOptions:function(n){this.options=h(this.defaultOptions,"yAxis"===this.coll&&this.defaultYAxisOptions,[this.defaultTopAxisOptions,this.defaultRightAxisOptions,this.defaultBottomAxisOptions,this.defaultLeftAxisOptions][this.side],h(y[this.coll],n));u(this,"afterSetOptions",{userOptions:n})},defaultLabelFormatter:function(){var i=this.axis,t=this.value,f=i.chart.time,c=i.categories,h=this.dateTimeLabelFormat,e=y.lang,o=e.numericSymbols,u,s,r;if(e=e.numericSymbolMagnitude||1e3,u=o&&o.length,s=i.options.labels.format,i=i.isLog?Math.abs(t):i.tickInterval,s)r=rt(s,this,f);else if(c)r=t;else if(h)r=f.dateFormat(h,t);else if(u&&1e3<=i)for(;u--&&void 0===r;)i>=(f=Math.pow(e,u+1))&&0==10*t%f&&null!==o[u]&&0!==t&&(r=n.numberFormat(t/f,-1)+o[u]);return void 0===r&&(r=1e4<=Math.abs(t)?n.numberFormat(t,-1):n.numberFormat(t,-1,void 0,"")),r},getSeriesExtremes:function(){var t,n=this,e=n.chart;u(this,"getSeriesExtremes",null,function(){n.hasVisibleSeries=!1;n.dataMin=n.dataMax=n.threshold=null;n.softThreshold=!n.isXAxis;n.buildStacks&&n.buildStacks();n.series.forEach(function(u){var o,c,s,h;(u.visible||!e.options.chart.ignoreHiddenSeries)&&(o=u.options,c=o.threshold,(n.hasVisibleSeries=!0,n.positiveValuesOnly&&0>=c&&(c=null),n.isXAxis)?(o=u.xData).length&&(s=(t=u.getXExtremes(o)).min,h=t.max,f(s)||s instanceof Date||(o=o.filter(f),s=(t=u.getXExtremes(o)).min,h=t.max),o.length&&(n.dataMin=Math.min(i(n.dataMin,s),s),n.dataMax=Math.max(i(n.dataMax,h),h))):(u.getExtremes(),h=u.dataMax,r(s=u.dataMin)&&r(h)&&(n.dataMin=Math.min(i(n.dataMin,s),s),n.dataMax=Math.max(i(n.dataMax,h),h)),r(c)&&(n.threshold=c),(!o.softThreshold||n.positiveValuesOnly)&&(n.softThreshold=!1)))})});u(this,"afterGetSeriesExtremes")},translate:function(n,t,i,r,u,e){var o=this.linkedParent||this,s=1,c=0,h=r?o.oldTransA:o.transA,l;return r=r?o.oldMin:o.min,l=o.minPixelPadding,u=(o.isOrdinal||o.isBroken||o.isLog&&u)&&o.lin2val,h||(h=o.transA),i&&(s*=-1,c=o.len),o.reversed&&(c-=(s*=-1)*(o.sector||o.len)),t?(n=(n*s+c-l)/h+r,u&&(n=o.lin2val(n))):(u&&(n=o.val2lin(n)),n=f(r)?s*(n-r)*h+c+s*l+(f(e)?h*e:0):void 0),n},toPixels:function(n,t){return this.translate(n,!1,!this.horiz,null,!0)+(t?0:this.pos)},toValue:function(n,t){return this.translate(n-(t?0:this.pos),!0,!this.horiz,null,!0)},getPlotLinePath:function(n){var e,o,c,l,v,t=this,s=t.chart,y=t.left,p=t.top,a=n.old,w=n.value,r=n.translatedValue,b=n.lineWidth,h=n.force,k=a&&s.oldChartHeight||s.chartHeight,nt=a&&s.oldChartWidth||s.chartWidth,d=t.transB,g=function(n,t,i){return("pass"!==h&&n<t||n>i)&&(h?n=Math.min(Math.max(t,n),i):v=!0),n};return u(this,"getPlotLinePath",n={value:w,lineWidth:b,old:a,force:h,acrossPanes:n.acrossPanes,translatedValue:r},function(n){r=i(r,t.translate(w,null,null,a));r=Math.min(Math.max(-1e5,r),1e5);e=c=Math.round(r+d);o=l=Math.round(k-r-d);f(r)?t.horiz?(o=p,l=k-t.bottom,e=c=g(e,y,y+t.width)):(e=y,c=nt-t.right,o=l=g(o,p,p+t.height)):(v=!0,h=!1);n.path=v&&!h?null:s.renderer.crispLine(["M",e,o,"L",c,l],b||1)}),n.path},getLinearTickPositions:function(n,t,i){var r=e(Math.floor(t/n)*n),f,u,o;if(i=e(Math.ceil(i/n)*n),u=[],e(r+n)===r&&(f=20),this.single)return[t];for(t=r;t<=i&&(u.push(t),(t=e(t+n,f))!==o);)o=t;return u},getMinorTickInterval:function(){var n=this.options;return!0===n.minorTicks?i(n.minorTickInterval,"auto"):!1===n.minorTicks?null:n.minorTickInterval},getMinorTickPositions:function(){var n=this,i=n.options,o=n.tickPositions,r=n.minorTickInterval,t=[],u=n.pointRangePadding||0,f=n.min-u,e=(u=n.max+u)-f;if(e&&e/r<n.len/3)if(n.isLog)this.paddedTicks.forEach(function(i,u,f){u&&t.push.apply(t,n.getLogTickPositions(r,f[u-1],f[u],!0))});else if(n.isDatetimeAxis&&"auto"===this.getMinorTickInterval())t=t.concat(n.getTimeTicks(n.normalizeTimeTickInterval(r),f,u,i.startOfWeek));else for(i=f+(o[0]-f)%r;i<=u&&i!==t[0];i+=r)t.push(i);return 0!==t.length&&n.trimTicks(t),t},adjustForMinRange:function(){var s,e,l,h,o=this.options,n=this.min,t=this.max;if(this.isXAxis&&void 0===this.minRange&&!this.isLog&&(r(o.min)||r(o.max)?this.minRange=null:(this.series.forEach(function(n){for(h=n.xData,e=n.xIncrement?1:h.length-1;0<e;e--)l=h[e]-h[e-1],(void 0===s||l<s)&&(s=l)}),this.minRange=Math.min(5*s,this.dataMax-this.dataMin))),t-n<this.minRange){var a=this.dataMax-this.dataMin>=this.minRange,f=this.minRange,u=(f-t+n)/2;u=[n-u,i(o.min,n-u)];a&&(u[2]=this.isLog?this.log2lin(this.dataMin):this.dataMin);t=[(n=c(u))+f,i(o.max,n+f)];a&&(t[2]=this.isLog?this.log2lin(this.dataMax):this.dataMax);(t=w(t))-n<f&&(u[0]=t-f,u[1]=i(o.min,t-f),n=c(u))}this.min=n;this.max=t},getClosest:function(){var n;return this.categories?n=1:this.series.forEach(function(t){var i=t.closestPointRange,u=t.visible||!t.chart.options.chart.ignoreHiddenSeries;!t.noSharedTooltip&&r(i)&&u&&(n=r(n)?Math.min(n,i):i)}),n},nameToX:function(n){var f=b(this.categories),e=f?this.categories:this.names,u=n.options.x,t;return(n.series.requireSorting=!1,r(u)||(u=!1===this.options.uniqueNames?n.series.autoIncrement():f?e.indexOf(n.name):i(e.keys[n.name],-1)),-1===u)?f||(t=e.length):t=u,void 0!==t&&(this.names[t]=n.name,this.names.keys[n.name]=t),t},updateNames:function(){var t=this,n=this.names;0<n.length&&(Object.keys(n.keys).forEach(function(t){delete n.keys[t]}),n.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach(function(n){n.xIncrement=null;n.points&&!n.isDirtyData||(t.max=Math.max(t.max,n.xData.length-1),n.processData(),n.generatePoints());n.data.forEach(function(i,r){if(i&&i.options&&void 0!==i.name){var u=t.nameToX(i);void 0!==u&&u!==i.x&&(i.x=u,n.xData[r]=u)}})}))},setAxisTranslation:function(n){var t=this,a=t.max-t.min,h=t.axisPointRange||0,r=0,f=0,e=t.linkedParent,c=!!t.categories,l=t.transA,o=t.isXAxis,s;(o||c||h)&&(s=t.getClosest(),e?(r=e.minPointOffset,f=e.pointRangePadding):t.series.forEach(function(n){var u=c?1:o?i(n.options.pointRange,s,0):t.axisPointRange||0,e=n.options.pointPlacement;h=Math.max(h,u);t.single&&!c||(n=p.xrange&&n instanceof p.xrange?!o:o,r=Math.max(r,n&&v(e)?0:u/2),f=Math.max(f,n&&"on"===e?0:u))}),t.minPointOffset=r*=e=t.ordinalSlope&&s?t.ordinalSlope/s:1,t.pointRangePadding=f*=e,t.pointRange=Math.min(h,t.single&&c?1:a),o&&(t.closestPointRange=s));n&&(t.oldTransA=l);t.translationSlope=t.transA=l=t.staticScale||t.len/(a+f||1);t.transB=t.horiz?t.left:t.bottom;t.minPixelPadding=l*r;u(this,"afterSetAxisTranslation")},minFromRange:function(){return this.max-this.range},setTickInterval:function(t){var o=this,l=o.chart,s=o.options,g=o.isLog,nt=o.isDatetimeAxis,rt=o.isXAxis,p=o.isLinked,w=s.maxPadding,b=s.minPadding,a=s.tickInterval,k=s.tickPixelInterval,d=o.categories,h=f(o.threshold)?o.threshold:null,tt=o.softThreshold,v,y,c,it;nt||d||p||this.getTickAmount();v=i(o.userMin,s.min);y=i(o.userMax,s.max);p?(o.linkedParent=l[o.coll][s.linkedTo],c=o.linkedParent.getExtremes(),o.min=i(c.min,c.dataMin),o.max=i(c.max,c.dataMax),s.type!==o.linkedParent.options.type&&n.error(11,1,l)):(!tt&&r(h)&&(o.dataMin>=h?(c=h,b=0):o.dataMax<=h&&(it=h,w=0)),o.min=i(v,c,o.dataMin),o.max=i(y,it,o.dataMax));g&&(o.positiveValuesOnly&&!t&&0>=Math.min(o.min,i(o.dataMin,o.min))&&n.error(10,1,l),o.min=e(o.log2lin(o.min),16),o.max=e(o.log2lin(o.max),16));o.range&&r(o.max)&&(o.userMin=o.min=v=Math.max(o.dataMin,o.minFromRange()),o.userMax=y=o.max,o.range=null);u(o,"foundExtremes");o.beforePadding&&o.beforePadding();o.adjustForMinRange();!(d||o.axisPointRange||o.usePercentage||p)&&r(o.min)&&r(o.max)&&(l=o.max-o.min)&&(!r(v)&&b&&(o.min-=l*b),!r(y)&&w&&(o.max+=l*w));f(s.softMin)&&!f(o.userMin)&&s.softMin<o.min&&(o.min=v=s.softMin);f(s.softMax)&&!f(o.userMax)&&s.softMax>o.max&&(o.max=y=s.softMax);f(s.floor)&&(o.min=Math.min(Math.max(o.min,s.floor),Number.MAX_VALUE));f(s.ceiling)&&(o.max=Math.max(Math.min(o.max,s.ceiling),i(o.userMax,-Number.MAX_VALUE)));tt&&r(o.dataMin)&&(h=h||0,!r(v)&&o.min<h&&o.dataMin>=h?o.min=o.options.minRange?Math.min(h,o.max-o.minRange):h:!r(y)&&o.max>h&&o.dataMax<=h&&(o.max=o.options.minRange?Math.max(h,o.min+o.minRange):h));o.tickInterval=o.min===o.max||void 0===o.min||void 0===o.max?1:p&&!a&&k===o.linkedParent.options.tickPixelInterval?a=o.linkedParent.tickInterval:i(a,this.tickAmount?(o.max-o.min)/Math.max(this.tickAmount-1,1):void 0,d?1:(o.max-o.min)*k/Math.max(o.len,k));rt&&!t&&o.series.forEach(function(n){n.processData(o.min!==o.oldMin||o.max!==o.oldMax)});o.setAxisTranslation(!0);o.beforeSetTickPositions&&o.beforeSetTickPositions();o.postProcessTickInterval&&(o.tickInterval=o.postProcessTickInterval(o.tickInterval));o.pointRange&&!a&&(o.tickInterval=Math.max(o.pointRange,o.tickInterval));t=i(s.minTickInterval,o.isDatetimeAxis&&o.closestPointRange);!a&&o.tickInterval<t&&(o.tickInterval=t);nt||g||a||(o.tickInterval=ft(o.tickInterval,null,ut(o.tickInterval),i(s.allowDecimals,!(.5<o.tickInterval&&5>o.tickInterval&&1e3<o.max&&9999>o.max)),!!this.tickAmount));this.tickAmount||(o.tickInterval=o.unsquish());this.setTickPositions()},setTickPositions:function(){var i=this.options,e=i.tickPositions,t=this.getMinorTickInterval(),f=i.tickPositioner,o=i.startOnTick,s=i.endOnTick;this.tickmarkOffset=this.categories&&"between"===i.tickmarkPlacement&&1===this.tickInterval?.5:0;this.minorTickInterval="auto"===t&&this.tickInterval?this.tickInterval/5:t;this.single=this.min===this.max&&r(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==i.allowDecimals);this.tickPositions=t=e&&e.slice();!t&&(!this.ordinalPositions&&(this.max-this.min)/this.tickInterval>Math.max(2*this.len,200)?(t=[this.min,this.max],n.error(19,!1,this.chart)):t=this.isDatetimeAxis?this.getTimeTicks(this.normalizeTimeTickInterval(this.tickInterval,i.units),this.min,this.max,i.startOfWeek,this.ordinalPositions,this.closestPointRange,!0):this.isLog?this.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max),t.length>this.len&&(t=[t[0],t.pop()])[0]===t[1]&&(t.length=1),this.tickPositions=t,f&&(f=f.apply(this,[this.min,this.max])))&&(this.tickPositions=t=f);this.paddedTicks=t.slice(0);this.trimTicks(t,o,s);this.isLinked||(this.single&&2>t.length&&!this.categories&&(this.min-=.5,this.max+=.5),e||f||this.adjustTickAmount());u(this,"afterSetTickPositions")},trimTicks:function(n,t,i){var f=n[0],e=n[n.length-1],o=this.minPointOffset||0;if(u(this,"trimTicks"),!this.isLinked){if(t&&-1/0!==f)this.min=f;else for(;this.min-o>n[0];)n.shift();if(i)this.max=e;else for(;this.max+o<n[n.length-1];)n.pop();0===n.length&&r(f)&&!this.options.tickPositions&&n.push((e+f)/2)}},alignToOthers:function(){var t,i={},n=this.options;return!1===this.chart.options.chart.alignTicks||!1===n.alignTicks||!1===n.startOnTick||!1===n.endOnTick||this.isLog||this.chart[this.coll].forEach(function(n){var r=n.options;r=[n.horiz?r.left:r.top,r.width,r.height,r.pane].join();n.series.length&&(i[r]?t=!0:i[r]=1)}),t},getTickAmount:function(){var t=this.options,n=t.tickAmount,i=t.tickPixelInterval;!r(t.tickInterval)&&this.len<i&&!this.isRadial&&!this.isLog&&t.startOnTick&&t.endOnTick&&(n=2);!n&&this.alignToOthers()&&(n=Math.ceil(this.len/i)+1);4>n&&(this.finalTickAmt=n,n=5);this.tickAmount=n},adjustTickAmount:function(){var h,u=this.options,t=this.tickInterval,n=this.tickPositions,f=this.tickAmount,o=this.finalTickAmt,s=n&&n.length,c=i(this.threshold,this.softThreshold?0:null);if(this.hasData()){if(s<f){for(h=this.min;n.length<f;)n.length%2||h===c?n.push(e(n[n.length-1]+t)):n.unshift(e(n[0]-t));this.transA*=(s-1)/(f-1);this.min=u.startOnTick?n[0]:Math.min(this.min,n[0]);this.max=u.endOnTick?n[n.length-1]:Math.max(this.max,n[n.length-1])}else s>f&&(this.tickInterval*=2,this.setTickPositions());if(r(o)){for(t=u=n.length;t--;)(3===o&&1==t%2||2>=o&&0<t&&t<u-1)&&n.splice(t,1);this.finalTickAmt=void 0}}},setScale:function(){var n,t=this.series.some(function(n){return n.isDirtyData||n.isDirty||n.xAxis&&n.xAxis.isDirty});this.oldMin=this.min;this.oldMax=this.max;this.oldAxisLength=this.len;this.setAxisSize();(n=this.len!==this.oldAxisLength)||t||this.isLinked||this.forceRedraw||this.userMin!==this.oldUserMin||this.userMax!==this.oldUserMax||this.alignToOthers()?(this.resetStacks&&this.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.oldUserMin=this.userMin,this.oldUserMax=this.userMax,this.isDirty||(this.isDirty=n||this.min!==this.oldMin||this.max!==this.oldMax)):this.cleanStacks&&this.cleanStacks();u(this,"afterSetScale")},setExtremes:function(n,t,r,f,e){var o=this,s=o.chart;r=i(r,!0);o.series.forEach(function(n){delete n.kdTree});e=a(e,{min:n,max:t});u(o,"setExtremes",e,function(){o.userMin=n;o.userMax=t;o.eventArgs=e;r&&s.redraw(f)})},zoom:function(n,t){var o=this.dataMin,s=this.dataMax,h=this.options,f=Math.min(o,i(h.min,o)),e=Math.max(s,i(h.max,s));return u(this,"zoom",n={newMin:n,newMax:t},function(n){var t=n.newMin,i=n.newMax;t===this.min&&i===this.max||(this.allowZoomOutside||(r(o)&&(t<f&&(t=f),t>e&&(t=e)),r(s)&&(i<f&&(i=f),i>e&&(i=e))),this.displayBtn=void 0!==t||void 0!==i,this.setExtremes(t,i,!1,void 0,{trigger:"zoom"}));n.zoomed=!0}),n.zoomed},setAxisSize:function(){var t=this.chart,r=this.options,u=r.offsets||[0,0,0,0],f=this.horiz,e=this.width=Math.round(n.relativeLength(i(r.width,t.plotWidth-u[3]+u[1]),t.plotWidth)),o=this.height=Math.round(n.relativeLength(i(r.height,t.plotHeight-u[0]+u[2]),t.plotHeight)),s=this.top=Math.round(n.relativeLength(i(r.top,t.plotTop+u[0]),t.plotHeight,t.plotTop));r=this.left=Math.round(n.relativeLength(i(r.left,t.plotLeft+u[3]),t.plotWidth,t.plotLeft));this.bottom=t.chartHeight-o-s;this.right=t.chartWidth-e-r;this.len=Math.max(f?e:o,0);this.pos=f?r:s},getExtremes:function(){var n=this.isLog;return{min:n?e(this.lin2log(this.min)):this.min,max:n?e(this.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},getThreshold:function(n){var t=this.isLog,i=t?this.lin2log(this.min):this.min;return t=t?this.lin2log(this.max):this.max,null===n||-1/0===n?n=i:1/0===n?n=t:i>n?n=i:t<n&&(n=t),this.translate(n,0,1,0,1)},autoLabelAlign:function(n){var t=(i(n,0)-90*this.side+720)%360;return u(this,"autoLabelAlign",n={align:"center"},function(n){15<t&&165>t?n.align="right":195<t&&345>t&&(n.align="left")}),n.align},tickSize:function(n){var r=this.options,t=r[n+"Length"],f=i(r[n+"Width"],"tick"===n&&this.isXAxis&&!this.categories?1:0),e;return f&&t&&("inside"===r[n+"Position"]&&(t=-t),e=[t,f]),u(this,"afterTickSize",n={tickSize:e}),n.tickSize},labelMetrics:function(){var n=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style&&this.options.labels.style.fontSize,this.ticks[n]&&this.ticks[n].label)},unsquish:function(){var c,l,f,n=this.options.labels,p=this.horiz,t=this.tickInterval,o=t,s=this.len/(((this.categories?1:0)+this.max-this.min)/t),u=n.rotation,a=this.labelMetrics(),v=Number.MAX_VALUE,h=this.max-this.min,y=function(n){var i=n/(s||1);return(i=1<i?Math.ceil(i):1)*t>h&&1/0!==n&&1/0!==s&&h&&(i=Math.ceil(h/t)),e(i*t)};return p?(f=!n.staggerLines&&!n.step&&(r(u)?[u]:s<i(n.autoRotationLimit,80)&&n.autoRotation))&&f.forEach(function(n){if(n===u||n&&-90<=n&&90>=n){var t=(l=y(Math.abs(a.h/Math.sin(it*n))))+Math.abs(n/360);t<v&&(v=t,c=n,o=l)}}):n.step||(o=y(a.h)),this.autoRotation=f,this.labelRotation=i(c,u),o},getSlotWidth:function(n){var i=this.chart,r=this.horiz,t=this.options.labels,f=Math.max(this.tickPositions.length-(this.categories?0:1),1),u=i.margin[3];return n&&n.slotWidth||r&&2>(t.step||0)&&!t.rotation&&(this.staggerLines||1)*this.len/f||!r&&(t.style&&parseInt(t.style.width,10)||u&&u-i.spacing[3]||.33*i.chartWidth)},renderUnsquish:function(){var h=this.chart,p=h.renderer,u=this.tickPositions,c=this.ticks,t=this.options.labels,y=t&&t.style||{},w=this.horiz,o=this.getSlotWidth(),f=Math.max(1,Math.round(o-2*(t.padding||5))),r={},s=this.labelMetrics(),l=t.style&&t.style.textOverflow,i=0,e,a,n;if(v(t.rotation)||(r.rotation=t.rotation||0),u.forEach(function(n){(n=c[n])&&n.label&&n.label.textPxLength>i&&(i=n.label.textPxLength)}),this.maxLabelLength=i,this.autoRotation)i>f&&i>s.h?r.rotation=this.labelRotation:this.labelRotation=0;else if(o&&(e=f,!l))for(a="clip",f=u.length;!w&&f--;)n=u[f],(n=c[n].label)&&(n.styles&&"ellipsis"===n.styles.textOverflow?n.css({textOverflow:"clip"}):n.textPxLength>o&&n.css({width:o+"px"}),n.getBBox().height>this.len/u.length-(s.h-s.f)&&(n.specificTextOverflow="ellipsis"));r.rotation&&(e=i>.5*h.chartHeight?.33*h.chartHeight:i,l||(a="ellipsis"));(this.labelAlign=t.align||this.autoLabelAlign(this.labelRotation))&&(r.align=this.labelAlign);u.forEach(function(n){var t=(n=c[n])&&n.label,u=y.width,i={};t&&(t.attr(r),n.shortenLabel?n.shortenLabel():e&&!u&&"nowrap"!==y.whiteSpace&&(e<t.textPxLength||"SPAN"===t.element.tagName)?(i.width=e,l||(i.textOverflow=t.specificTextOverflow||a),t.css(i)):t.styles&&t.styles.width&&!i.width&&!u&&t.css({width:null}),delete t.specificTextOverflow,n.rotation=r.rotation)},this);this.tickRotCorr=p.rotCorr(s.b,this.labelRotation||0,0!==this.side)},hasData:function(){return this.series.some(function(n){return n.hasData()})||this.options.showEmpty&&r(this.min)&&r(this.max)},addTitle:function(n){var i,r=this.opposite,t=this.options.title,u=this.chart.styledMode;this.axisTitle||((i=t.textAlign)||(i=(this.horiz?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[t.align]),this.axisTitle=this.chart.renderer.text(t.text,0,0,t.useHTML).attr({zIndex:7,rotation:t.rotation||0,align:i}).addClass("highcharts-axis-title"),u||this.axisTitle.css(h(t.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0);u||t.style.width||this.isRadial||this.axisTitle.css({width:this.len});this.axisTitle[n?"show":"hide"](n)},generateTick:function(n){var t=this.ticks;t[n]?t[n].addLabel():t[n]=new s(this,n)},getOffset:function(){var k,n=this,e=n.chart,a=e.renderer,f=n.options,v=n.tickPositions,w=n.ticks,h=n.horiz,t=n.side,tt=e.inverted&&!n.isZAxis?[1,0,3,2][t]:t,it=0,s=0,c=f.title,y=f.labels,l=0,b=e.axisOffset,d;e=e.clipOffset;var p=[-1,1,1,-1][t],g=f.className,nt=n.axisParent,rt=n.hasData();(n.showAxis=k=rt||i(f.showEmpty,!0),n.staggerLines=n.horiz&&y.staggerLines,n.axisGroup||(n.gridGroup=a.g("grid").attr({zIndex:f.gridZIndex||1}).addClass("highcharts-"+this.coll.toLowerCase()+"-grid "+(g||"")).add(nt),n.axisGroup=a.g("axis").attr({zIndex:f.zIndex||2}).addClass("highcharts-"+this.coll.toLowerCase()+" "+(g||"")).add(nt),n.labelGroup=a.g("axis-labels").attr({zIndex:y.zIndex||7}).addClass("highcharts-"+n.coll.toLowerCase()+"-labels "+(g||"")).add(nt)),rt||n.isLinked?(v.forEach(function(t,i){n.generateTick(t,i)}),n.renderUnsquish(),n.reserveSpaceDefault=0===t||2===t||{1:"left",3:"right"}[t]===n.labelAlign,i(y.reserveSpace,"center"===n.labelAlign||null,n.reserveSpaceDefault)&&v.forEach(function(n){l=Math.max(w[n].getLabelSize(),l)}),n.staggerLines&&(l*=n.staggerLines),n.labelOffset=l*(n.opposite?-1:1)):o(w,function(n,t){n.destroy();delete w[t]}),c&&c.text&&!1!==c.enabled&&(n.addTitle(k),k&&!1!==c.reserveSpace))&&(n.titleOffset=it=n.axisTitle.getBBox()[h?"height":"width"],d=c.offset,s=r(d)?0:i(c.margin,h?5:10));n.renderLine();n.offset=p*i(f.offset,b[t]?b[t]+(f.margin||0):0);n.tickRotCorr=n.tickRotCorr||{x:0,y:0};a=0===t?-n.labelMetrics().h:2===t?n.tickRotCorr.y:0;s=Math.abs(l)+s;l&&(s=s-a+p*(h?i(y.y,n.tickRotCorr.y+8*p):y.x));n.axisTitleMargin=i(d,s);n.getMaxLabelDimensions&&(n.maxLabelDimensions=n.getMaxLabelDimensions(w,v));h=this.tickSize("tick");b[t]=Math.max(b[t],n.axisTitleMargin+it+p*n.offset,s,v&&v.length&&h?h[0]+p*n.offset:0);f=f.offset?0:2*Math.floor(n.axisLine.strokeWidth()/2);e[tt]=Math.max(e[tt],f);u(this,"afterGetOffset")},getLinePath:function(n){var i=this.chart,u=this.opposite,t=this.offset,r=this.horiz,f=this.left+(u?this.width:0)+t;return t=i.chartHeight-this.bottom-(u?this.height:0)+t,u&&(n*=-1),i.renderer.crispLine(["M",r?this.left:f,r?t:this.top,"L",r?i.chartWidth-this.right:f,r?t:i.chartHeight-this.bottom],n)},renderLine:function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},getTitlePosition:function(){var n=this.horiz,r=this.left,s=this.top,t=this.len,f=this.options.title,e=n?r:s,o=this.opposite,h=this.offset,c=f.x||0,l=f.y||0,i=this.axisTitle,a=this.chart.renderer.fontMetrics(f.style&&f.style.fontSize,i);return i=Math.max(i.getBBox(null,0).height-a.h-1,0),t={low:e+(n?0:t),middle:e+t/2,high:e+(n?t:0)}[f.align],r=(n?s+this.height:r)+(n?1:-1)*(o?-1:1)*this.axisTitleMargin+[-i,i,a.f,-i][this.side],u(this,"afterGetTitlePosition",{titlePosition:n={x:n?t+c:r+(o?this.width:0)+h+c,y:n?r+l-(o?this.height:0)+h:t+l}}),n},renderMinorTick:function(n){var i=this.chart.hasRendered&&f(this.oldMin),t=this.minorTicks;t[n]||(t[n]=new s(this,n,"minor"));i&&t[n].isNew&&t[n].render(null,!0);t[n].render(null,!1,1)},renderTick:function(n,t){var r=this.isLinked,i=this.ticks,u=this.chart.hasRendered&&f(this.oldMin);(!r||n>=this.min&&n<=this.max)&&(i[n]||(i[n]=new s(this,n)),u&&i[n].isNew&&i[n].render(t,!0,-1),i[n].render(t))},render:function(){var y,v,t=this,p=t.chart,r=t.options,b=t.isLog,it=t.isLinked,l=t.tickPositions,e=t.axisTitle,a=t.ticks,k=t.minorTicks,i=t.alternateBands,g=r.stackLabels,tt=r.alternateGridColor,h=t.tickmarkOffset,c=t.axisLine,w=t.showAxis,rt=nt(p.renderer.globalAnimation);t.labelEdge.length=0;t.overlap=!1;[a,k,i].forEach(function(n){o(n,function(n){n.isActive=!1})});(t.hasData()||it)&&(t.minorTickInterval&&!t.categories&&t.getMinorTickPositions().forEach(function(n){t.renderMinorTick(n)}),l.length&&(l.forEach(function(n,i){t.renderTick(n,i)}),h&&(0===t.min||t.single)&&(a[-1]||(a[-1]=new s(t,-1,null,!0)),a[-1].render(-1))),tt&&l.forEach(function(r,u){v=void 0!==l[u+1]?l[u+1]+h:t.max-h;0==u%2&&r<t.max&&v<=t.max+(p.polar?-h:h)&&(i[r]||(i[r]=new n.PlotLineOrBand(t)),y=r+h,i[r].options={from:b?t.lin2log(y):y,to:b?t.lin2log(v):v,color:tt},i[r].render(),i[r].isActive=!0)}),t._addedPlotLB||((r.plotLines||[]).concat(r.plotBands||[]).forEach(function(n){t.addPlotBandOrLine(n)}),t._addedPlotLB=!0));[a,k,i].forEach(function(n){var t,r=[],u=rt.duration;o(n,function(n,t){n.isActive||(n.render(t,!1,0),n.isActive=!1,r.push(t))});d(function(){for(t=r.length;t--;)n[r[t]]&&!n[r[t]].isActive&&(n[r[t]].destroy(),delete n[r[t]])},n!==i&&p.hasRendered&&u?u:0)});c&&(c[c.isPlaced?"animate":"attr"]({d:this.getLinePath(c.strokeWidth())}),c.isPlaced=!0,c[w?"show":"hide"](w));e&&w&&(r=t.getTitlePosition(),f(r.y)?(e[e.isNew?"attr":"animate"](r),e.isNew=!1):(e.attr("y",-9999),e.isNew=!0));g&&g.enabled&&t.renderStackTotals();t.isDirty=!1;u(this,"afterRender")},redraw:function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach(function(n){n.render()}));this.series.forEach(function(n){n.isDirty=!0})},keepProps:"extKey hcEvents names series userMax userMin".split(" "),destroy:function(n){var i,t=this,f=t.stacks,r=t.plotLinesAndBands;if(u(this,"destroy",{keepEvents:n}),n||et(t),o(f,function(n,t){l(n);f[t]=null}),[t.ticks,t.minorTicks,t.alternateBands].forEach(function(n){l(n)}),r)for(n=r.length;n--;)r[n].destroy();for(i in"stackTotalGroup axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach(function(n){t[n]&&(t[n]=t[n].destroy())}),t.plotLinesAndBandsGroups)t.plotLinesAndBandsGroups[i]=t.plotLinesAndBandsGroups[i].destroy();o(t,function(n,i){-1===t.keepProps.indexOf(i)&&delete t[i]})},drawCrosshair:function(n,t){var h,s,f=this.crosshair,e=i(f.snap,!0),o=this.cross;if(u(this,"drawCrosshair",{e:n,point:t}),n||(n=this.cross&&this.cross.e),this.crosshair&&!1!==(r(t)||!e)){if(e?r(t)&&(s=i("colorAxis"!==this.coll?t.crosshairPos:null,this.isXAxis?t.plotX:this.len-t.plotY)):s=n&&(this.horiz?n.chartX-this.pos:this.len-n.chartY+this.pos),r(s)&&(h=this.getPlotLinePath({value:t&&(this.isXAxis?t.x:i(t.stackY,t.y)),translatedValue:s})||null),!r(h))return void this.hideCrosshair();e=this.categories&&!this.isRadial;o||(this.cross=o=this.chart.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(e?"category ":"thin ")+f.className).attr({zIndex:i(f.zIndex,2)}).add(),this.chart.styledMode||(o.attr({stroke:f.color||(e?tt("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":i(f.width,1)}).css({"pointer-events":"none"}),f.dashStyle&&o.attr({dashstyle:f.dashStyle})));o.show().attr({d:h});e&&!f.width&&o.attr({"stroke-width":this.transA});this.cross.e=n}else this.hideCrosshair();u(this,"afterDrawCrosshair",{e:n,point:t})},hideCrosshair:function(){this.cross&&this.cross.hide();u(this,"afterHideCrosshair")}}),n.Axis=t}),i(t,"parts/DateTimeAxis.js",[t["parts/Globals.js"]],function(n){var i=n.Axis,r=n.getMagnitude,u=n.normalizeTickInterval,t=n.timeUnits;i.prototype.getTimeTicks=function(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)};i.prototype.normalizeTimeTickInterval=function(n,i){for(var e=i||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]],f=t[(i=e[e.length-1])[0]],o=i[1],s=0;s<e.length&&(f=t[(i=e[s])[0]],o=i[1],!(e[s+1]&&n<=(f*o[o.length-1]+t[e[s+1][0]])/2));s++);return f===t.year&&n<5*f&&(o=[1,2,5]),{unitRange:f,count:n=u(n/f,o,"year"===i[0]?Math.max(r(n/f),1):1),unitName:i[0]}}}),i(t,"parts/LogarithmicAxis.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.pick,r=n.getMagnitude,u=n.normalizeTickInterval;(t=n.Axis).prototype.getLogTickPositions=function(n,t,f,e){var s=this.options,o=this.len,c=[],l,a,y,v,h;if(e||(this._minorAutoInterval=null),.5<=n)n=Math.round(n),c=this.getLinearTickPositions(n,t,f);else if(.08<=n)for(o=Math.floor(t),s=.3<n?[1,2,4]:.15<n?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];o<f+1&&!a;o++)for(y=s.length,l=0;l<y&&!a;l++)v=this.log2lin(this.lin2log(o)*s[l]),v>t&&(!e||h<=f)&&void 0!==h&&c.push(h),h>f&&(a=!0),h=v;else t=this.lin2log(t),f=this.lin2log(f),n=e?this.getMinorTickInterval():s.tickInterval,n=i("auto"===n?null:n,this._minorAutoInterval,s.tickPixelInterval/(e?5:1)*(f-t)/((e?o/this.tickPositions.length:o)||1)),n=u(n,null,r(n)),c=this.getLinearTickPositions(n,t,f).map(this.log2lin),e||(this._minorAutoInterval=n/5);return e||(this.tickInterval=n),c};t.prototype.log2lin=function(n){return Math.log(n)/Math.LN10};t.prototype.lin2log=function(n){return Math.pow(10,n)}}),i(t,"parts/PlotLineOrBand.js",[t["parts/Globals.js"],t["parts/Axis.js"],t["parts/Utilities.js"]],function(n,t,i){var u=i.arrayMax,f=i.arrayMin,r=i.defined,s=i.destroyObjectProperties,e=i.erase,h=i.extend,c=i.objectEach,o=i.pick,l=n.merge;n.PlotLineOrBand=function(n,t){this.axis=n;t&&(this.options=t,this.id=t.id)};n.PlotLineOrBand.prototype={render:function(){n.fireEvent(this,"render");var s=this,u=s.axis,a=u.horiz,i=s.options,h=i.label,v=s.label,p=i.to,w=i.from,b=i.value,f=r(w)&&r(p),nt=r(b),e=s.svgElem,tt=!e,t=[],y=i.color,k=o(i.zIndex,0),d=i.events;t={"class":"highcharts-plot-"+(f?"band ":"line ")+(i.className||"")};var it={},rt=u.chart.renderer,g=f?"bands":"lines";if(u.isLog&&(w=u.log2lin(w),p=u.log2lin(p),b=u.log2lin(b)),u.chart.styledMode||(nt?(t.stroke=y||"#999999",t["stroke-width"]=o(i.width,1),i.dashStyle&&(t.dashstyle=i.dashStyle)):f&&(t.fill=y||"#e6ebf5",i.borderWidth&&(t.stroke=i.borderColor,t["stroke-width"]=i.borderWidth))),it.zIndex=k,(y=u.plotLinesAndBandsGroups[g+="-"+k])||(u.plotLinesAndBandsGroups[g]=y=rt.g("plot-"+g).attr(it).add()),tt&&(s.svgElem=e=rt.path().attr(t).add(y)),nt)t=u.getPlotLinePath({value:b,lineWidth:e.strokeWidth(),acrossPanes:i.acrossPanes});else{if(!f)return;t=u.getPlotBandPath(w,p,i)}return(tt||!e.d)&&t&&t.length?(e.attr({d:t}),d&&c(d,function(n,t){e.on(t,function(n){d[t].apply(s,[n])})})):e&&(t?(e.show(!0),e.animate({d:t})):e.d&&(e.hide(),v&&(s.label=v=v.destroy()))),h&&(r(h.text)||r(h.formatter))&&t&&t.length&&0<u.width&&0<u.height&&!t.isFlat?(h=l({align:a&&f&&"center",x:a?!f&&4:10,verticalAlign:!a&&f&&"middle",y:a?f?16:10:f?6:-4,rotation:a&&!f&&90},h),this.renderLabel(h,t,f,k)):v&&v.hide(),s},renderLabel:function(n,t,i,r){var e=this.label,o=this.axis.chart.renderer;e||((e={align:n.textAlign||n.align,rotation:n.rotation,"class":"highcharts-plot-"+(i?"band":"line")+"-label "+(n.className||"")}).zIndex=r,r=this.getLabelText(n),this.label=e=o.text(r,0,0,n.useHTML).attr(e).add(),this.axis.chart.styledMode||e.css(n.style));o=t.xBounds||[t[1],t[4],i?t[6]:t[1]];t=t.yBounds||[t[2],t[5],i?t[7]:t[2]];i=f(o);r=f(t);e.align(n,!1,{x:i,y:r,width:u(o)-i,height:u(t)-r});e.show(!0)},getLabelText:function(n){return r(n.formatter)?n.formatter.call(this):n.text},destroy:function(){e(this.axis.plotLinesAndBands,this);delete this.axis;s(this)}};h(t.prototype,{getPlotBandPath:function(n,t){var i=this.getPlotLinePath({value:t,force:!0,acrossPanes:this.options.acrossPanes}),r=this.getPlotLinePath({value:n,force:!0,acrossPanes:this.options.acrossPanes}),f=[],e=this.horiz,u=1,o;if(n=n<this.min&&t<this.min||n>this.max&&t>this.max,r&&i)for(n&&(o=r.toString()===i.toString(),u=0),n=0;n<r.length;n+=6)e&&i[n+1]===r[n+1]?(i[n+1]+=u,i[n+4]+=u):e||i[n+2]!==r[n+2]||(i[n+2]+=u,i[n+5]+=u),f.push("M",r[n+1],r[n+2],"L",r[n+4],r[n+5],i[n+4],i[n+5],i[n+1],i[n+2],"z"),f.isFlat=o;return f},addPlotBand:function(n){return this.addPlotBandOrLine(n,"plotBands")},addPlotLine:function(n){return this.addPlotBandOrLine(n,"plotLines")},addPlotBandOrLine:function(t,i){var r=new n.PlotLineOrBand(this,t).render(),f=this.userOptions,u;return r&&(i&&(u=f[i]||[],u.push(t),f[i]=u),this.plotLinesAndBands.push(r)),r},removePlotBandOrLine:function(n){for(var i=this.plotLinesAndBands,r=this.options,u=this.userOptions,t=i.length;t--;)i[t].id===n&&i[t].destroy();[r.plotLines||[],u.plotLines||[],r.plotBands||[],u.plotBands||[]].forEach(function(i){for(t=i.length;t--;)i[t].id===n&&e(i,i[t])})},removePlotBand:function(n){this.removePlotBandOrLine(n)},removePlotLine:function(n){this.removePlotBandOrLine(n)}})}),i(t,"parts/Tooltip.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var o=t.defined,s=t.discardElement,h=t.extend,c=t.isNumber,l=t.isString,i=t.pick,u=t.splat,a=t.syncTimeout,r=n.doc,v=n.format,e=n.merge,f=n.timeUnits;n.Tooltip=function(){this.init.apply(this,arguments)};n.Tooltip.prototype={init:function(n,t){this.chart=n;this.options=t;this.crosshairs=[];this.now={x:0,y:0};this.isHidden=!0;this.split=t.split&&!n.inverted;this.shared=t.shared||this.split;this.outside=i(t.outside,!(!n.scrollablePixelsX&&!n.scrollablePixelsY))},cleanSplit:function(n){this.chart.series.forEach(function(t){var i=t&&t.tt;i&&(!i.isActive||n?t.tt=i.destroy():i.isActive=!1)})},applyFilter:function(){var n=this.chart;n.renderer.definition({tagName:"filter",id:"drop-shadow-"+n.index,opacity:.5,children:[{tagName:"feGaussianBlur","in":"SourceAlpha",stdDeviation:1},{tagName:"feOffset",dx:1,dy:1},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",type:"linear",slope:.3}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode","in":"SourceGraphic"}]}]});n.renderer.definition({tagName:"style",textContent:".highcharts-tooltip-"+n.index+"{filter:url(#drop-shadow-"+n.index+")}"})},getLabel:function(){var i,r=this,u=this.chart.renderer,e=this.chart.styledMode,t=this.options,s="tooltip"+(o(t.className)?" "+t.className:""),f;return this.label||((this.outside&&(this.container=i=n.doc.createElement("div"),i.className="highcharts-tooltip-container",n.css(i,{position:"absolute",top:"1px",pointerEvents:t.style&&t.style.pointerEvents,zIndex:3}),n.doc.body.appendChild(i),this.renderer=u=new n.Renderer(i,0,0,{},void 0,void 0,u.styledMode)),this.split?this.label=u.g(s):(this.label=u.label("",0,0,t.shape||"callout",null,null,t.useHTML,null,s).attr({padding:t.padding,r:t.borderRadius}),e||this.label.attr({fill:t.backgroundColor,"stroke-width":t.borderWidth}).css(t.style).shadow(t.shadow)),e&&(this.applyFilter(),this.label.addClass("highcharts-tooltip-"+this.chart.index)),r.outside&&!r.split)&&(f={x:this.label.xSetter,y:this.label.ySetter},this.label.xSetter=function(n,t){f[t].call(this.label,r.distance);i.style.left=n+"px"},this.label.ySetter=function(n,t){f[t].call(this.label,r.distance);i.style.top=n+"px"}),this.label.attr({zIndex:8}).add()),this.label},update:function(n){this.destroy();e(!0,this.chart.options.tooltip.userOptions,n);this.init(this.chart,e(!0,this.options,n))},destroy:function(){this.label&&(this.label=this.label.destroy());this.split&&this.tt&&(this.cleanSplit(this.chart,!0),this.tt=this.tt.destroy());this.renderer&&(this.renderer=this.renderer.destroy(),s(this.container));n.clearTimeout(this.hideTimer);n.clearTimeout(this.tooltipTimeout)},move:function(t,i,r,u){var f=this,e=f.now,o=!1!==f.options.animation&&!f.isHidden&&(1<Math.abs(t-e.x)||1<Math.abs(i-e.y)),s=f.followPointer||1<f.len;h(e,{x:o?(2*e.x+t)/3:t,y:o?(e.y+i)/2:i,anchorX:s?void 0:o?(2*e.anchorX+r)/3:r,anchorY:s?void 0:o?(e.anchorY+u)/2:u});f.getLabel().attr(e);o&&(n.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout(function(){f&&f.move(t,i,r,u)},32))},hide:function(t){var r=this;n.clearTimeout(this.hideTimer);t=i(t,this.options.hideDelay,500);this.isHidden||(this.hideTimer=a(function(){r.getLabel()[t?"fadeOut":"hide"]();r.isHidden=!0},t))},getAnchor:function(n,t){var o,s,i=this.chart,c=i.pointer,r=i.inverted,h=i.plotTop,l=i.plotLeft,f=0,e=0;return n=u(n),this.followPointer&&t?(void 0===t.chartX&&(t=c.normalize(t)),n=[t.chartX-i.plotLeft,t.chartY-h]):n[0].tooltipPos?n=n[0].tooltipPos:(n.forEach(function(n){o=n.series.yAxis;s=n.series.xAxis;f+=n.plotX+(!r&&s?s.left-l:0);e+=(n.plotLow?(n.plotLow+n.plotHigh)/2:n.plotY)+(!r&&o?o.top-h:0)}),f/=n.length,e/=n.length,n=[r?i.plotWidth-e:f,this.shared&&!r&&1<n.length&&t?t.chartY-h:r?i.plotHeight-f:e]),n.map(Math.round)},getPosition:function(n,t,u){var c,f=this.chart,e=this.distance,o={},s=f.inverted&&u.h||0,l=this.outside,k=l?r.documentElement.clientWidth-2*e:f.chartWidth,d=l?Math.max(r.body.scrollHeight,r.documentElement.scrollHeight,r.body.offsetHeight,r.documentElement.offsetHeight,r.documentElement.clientHeight):f.chartHeight,g=f.pointer.getChartPosition(),h=f.containerScaling,a=function(n){return h?n*h.scaleX:n},v=function(n){return h?n*h.scaleY:n},nt=function(i){var r="x"===i;return[i,r?k:d,r?n:t].concat(l?[r?a(n):v(t),r?g.left-e+a(u.plotX+f.plotLeft):g.top-e+v(u.plotY+f.plotTop),0,r?k:d]:[r?n:t,r?u.plotX+f.plotLeft:u.plotY+f.plotTop,r?f.plotLeft:f.plotTop,r?f.plotLeft+f.plotWidth:f.plotTop+f.plotHeight])},y=nt("y"),p=nt("x"),tt=!this.followPointer&&i(u.ttBelow,!f.inverted==!!u.negative),it=function(n,t,i,r,u,f,h){var l="y"===n?v(e):a(e),y=(i-r)/2,p=r<u-e,w=u+e+r<t,c=u-l-i+y;if(u=u+l-y,tt&&w)o[n]=u;else if(!tt&&p)o[n]=c;else if(p)o[n]=Math.min(h-r,0>c-s?c:c-s);else{if(!w)return!1;o[n]=Math.max(f,u+s+i>t?u:u+s)}},rt=function(n,t,i,r,u){var f;return u<e||u>t-e?f=!1:o[n]=u<i/2?1:u>t-r/2?t-r-2:u-i/2,f},w=function(n){var t=y;y=p;p=t;c=n},b=function(){!1!==it.apply(0,y)?!1!==rt.apply(0,p)||c||(w(!0),b()):c?o.x=o.y=0:(w(!0),b())};return(f.inverted||1<this.len)&&w(),b(),o},defaultFormatter:function(n){var t=this.points||u(this),i=[n.tooltipFooterHeaderFormatter(t[0])];return(i=i.concat(n.bodyFormatter(t))).push(n.tooltipFooterHeaderFormatter(t[0],!0)),i},refresh:function(t,r){var e=this.chart,s=this.options,f=t,o={},l=[],h=s.formatter||this.defaultFormatter,a,c,v;o=this.shared;a=e.styledMode;s.enabled&&(n.clearTimeout(this.hideTimer),this.followPointer=u(f)[0].series.tooltipOptions.followPointer,c=this.getAnchor(f,r),r=c[0],v=c[1],!o||f.series&&f.series.noSharedTooltip?o=f.getLabelConfig():(e.pointer.applyInactiveState(f),f.forEach(function(n){n.setState("hover");l.push(n.getLabelConfig())}),(o={x:f[0].category,y:f[0].y}).points=l,f=f[0]),this.len=l.length,e=h.call(o,this),this.distance=i((h=f.series).tooltipOptions.distance,16),!1===e?this.hide():(this.split?this.renderSplit(e,u(t)):(t=this.getLabel(),s.style.width&&!a||t.css({width:this.chart.spacingBox.width}),t.attr({text:e&&e.join?e.join(""):e}),t.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+i(f.colorIndex,h.colorIndex)),a||t.attr({stroke:s.borderColor||f.color||h.color||"#666666"}),this.updatePosition({plotX:r,plotY:v,negative:f.negative,ttBelow:f.ttBelow,h:c[2]||0})),this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1),n.fireEvent(this,"refresh"))},renderSplit:function(t,r){var v,o=this,h=[],u=this.chart,w=u.renderer,y=!0,f=this.options,s=0,p=this.getLabel(),c=u.plotTop,e,a;l(t)&&(t=[!1,t]);t.slice(0,r.length+1).forEach(function(n,t){if(!1!==n&&""!==n){var b=(t=r[t-1]||{isHeader:!0,plotX:r[0].plotX,plotY:u.plotHeight}).series||o,e=b.tt,l=t.series||{},a="highcharts-color-"+i(t.colorIndex,l.colorIndex,"none");e||(e={padding:f.padding,r:f.borderRadius},u.styledMode||(e.fill=f.backgroundColor,e["stroke-width"]=f.borderWidth),b.tt=e=w.label(null,null,null,(t.isHeader?f.headerShape:f.shape)||"callout",null,null,f.useHTML).addClass(t.isHeader?"highcharts-tooltip-header ":"highcharts-tooltip-box "+a).attr(e).add(p));e.isActive=!0;e.attr({text:n});u.styledMode||e.css(f.style).shadow(f.shadow).attr({stroke:f.borderColor||t.color||l.color||"#333333"});a=(n=e.getBBox()).width+e.strokeWidth();t.isHeader?(s=n.height,u.xAxis[0].opposite&&(v=!0,c-=s),n=Math.max(0,Math.min(t.plotX+u.plotLeft-a/2,u.chartWidth+(u.scrollablePixelsX?u.scrollablePixelsX-u.marginRight:0)-a))):n=t.plotX+u.plotLeft-i(f.distance,16)-a;0>n&&(y=!1);l=t.isHeader?v?-s:u.plotHeight+s:(l=l.yAxis).pos-c+Math.max(0,Math.min(t.plotY||0,l.len));h.push({target:l,rank:t.isHeader?1:0,size:b.tt.getBBox().height+1,point:t,x:n,tt:e})}});this.cleanSplit();f.positioner&&h.forEach(function(n){var t=f.positioner.call(o,n.tt.getBBox().width,n.size,n.point);n.x=t.x;n.align=0;n.target=t.y;n.rank=i(t.rank,n.rank)});n.distribute(h,u.plotHeight+s);h.forEach(function(n){var t=n.point,i=t.series,r=i&&i.yAxis;n.tt.attr({visibility:void 0===n.pos?"hidden":"inherit",x:y||t.isHeader||f.positioner?n.x:t.plotX+u.plotLeft+o.distance,y:n.pos+c,anchorX:t.isHeader?t.plotX+u.plotLeft:t.plotX+i.xAxis.pos,anchorY:t.isHeader?u.plotTop+u.plotHeight/2:r.pos+Math.max(0,Math.min(t.plotY,r.len))})});e=o.container;(t=o.renderer,o.outside&&e&&t)&&(a=u.pointer.getChartPosition(),e.style.left=a.left+"px",e.style.top=a.top+"px",e=p.getBBox(),t.setSize(e.width+e.x,e.height+e.y,!1))},updatePosition:function(t){var i=this.chart,r=i.pointer,u=this.getLabel(),f=t.plotX+i.plotLeft,e=t.plotY+i.plotTop,o;(r=r.getChartPosition(),t=(this.options.positioner||this.getPosition).call(this,u.width,u.height,t),this.outside)&&(o=(this.options.borderWidth||0)+2*this.distance,this.renderer.setSize(u.width+o,u.height+o,!1),(i=i.containerScaling)&&(n.css(this.container,{transform:"scale("+i.scaleX+", "+i.scaleY+")"}),f*=i.scaleX,e*=i.scaleY),f+=r.left-t.x,e+=r.top-t.y);this.move(Math.round(t.x),Math.round(t.y||0),f,e)},getDateFormat:function(n,t,i,r){var e=this.chart.time,s=e.dateFormat("%m-%d %H:%M:%S.%L",t),o={millisecond:15,second:12,minute:9,hour:6,day:3},h="millisecond",u,c;for(u in f){if(n===f.week&&+e.dateFormat("%w",t)===i&&"00:00:00.000"===s.substr(6)){u="week";break}if(f[u]>n){u=h;break}if(o[u]&&s.substr(o[u])!=="01-01 00:00:00.000".substr(o[u]))break;"week"!==u&&(h=u)}return u&&(c=e.resolveDTLFormat(r[u]).main),c},getXDateFormat:function(n,t,i){t=t.dateTimeLabelFormats;var r=i&&i.closestPointRange;return(r?this.getDateFormat(r,n.x,i.options.startOfWeek,t):t.day)||t.year},tooltipFooterHeaderFormatter:function(t,i){var h=i?"footer":"header",u=t.series,e=u.tooltipOptions,f=e.xDateFormat,o=u.xAxis,s=o&&"datetime"===o.options.type&&c(t.key),r=e[h+"Format"];return n.fireEvent(this,"headerFormatter",i={isFooter:i,labelConfig:t},function(n){s&&!f&&(f=this.getXDateFormat(t,e,o));s&&f&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach(function(n){r=r.replace("{point."+n+"}","{point."+n+":"+f+"}")});u.chart.styledMode&&(r=this.styledModeFormat(r));n.text=v(r,{point:t,series:u},this.chart.time)}),i.text},bodyFormatter:function(n){return n.map(function(n){var t=n.series.tooltipOptions;return(t[(n.point.formatPrefix||"point")+"Formatter"]||n.point.tooltipFormatter).call(n.point,t[(n.point.formatPrefix||"point")+"Format"]||"")})},styledModeFormat:function(n){return n.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')}}}),i(t,"parts/Pointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var a=t.attr,s=t.defined,f=t.extend,h=t.isNumber,e=t.isObject,v=t.objectEach,i=t.pick,c=t.splat,r=n.addEvent,u=n.charts,y=n.color,p=n.css,w=n.find,o=n.fireEvent,b=n.offset,l=n.Tooltip;n.Pointer=function(n,t){this.init(n,t)};n.Pointer.prototype={init:function(n,t){this.options=t;this.chart=n;this.runChartClick=t.chart.events&&!!t.chart.events.click;this.pinchDown=[];this.lastValidTouch={};l&&(n.tooltip=new l(n,t.tooltip),this.followTouchMove=i(t.tooltip.followTouchMove,!0));this.setDOMEvents()},zoomOption:function(n){var r=this.chart,u=r.options.chart,t=u.zoomType||"";r=r.inverted;/touch/.test(n.type)&&(t=i(u.pinchType,t));this.zoomX=n=/x/.test(t);this.zoomY=t=/y/.test(t);this.zoomHor=n&&!r||t&&r;this.zoomVert=t&&!r||n&&r;this.hasZoom=n||t},getChartPosition:function(){return this.chartPosition||(this.chartPosition=b(this.chart.container))},normalize:function(n,t){var i=n.touches?n.touches.length?n.touches.item(0):n.changedTouches[0]:n,r;return t||(t=this.getChartPosition()),r=i.pageX-t.left,t=i.pageY-t.top,(i=this.chart.containerScaling)&&(r/=i.scaleX,t/=i.scaleY),f(n,{chartX:Math.round(r),chartY:Math.round(t)})},getCoordinates:function(n){var t={xAxis:[],yAxis:[]};return this.chart.axes.forEach(function(i){t[i.isXAxis?"xAxis":"yAxis"].push({axis:i,value:i.toValue(n[i.horiz?"chartX":"chartY"])})}),t},findNearestKDPoint:function(n,t,i){var r;return n.forEach(function(n){var u=!(n.noSharedTooltip&&t)&&0>n.options.findNearestPointBy.indexOf("y"),f,o;(n=n.searchPoint(i,u),(u=e(n,!0))&&!(u=!e(r,!0)))&&(f=r.dist-n.dist,o=(n.series.group&&n.series.group.zIndex)-(r.series.group&&r.series.group.zIndex),u=0<(0!=(u=r.distX-n.distX)&&t?u:0!==f?f:0!==o?o:r.series.index>n.series.index?-1:1));u&&(r=n)}),r},getPointFromEvent:function(n){n=n.target;for(var t;n&&!t;)t=n.point,n=n.parentNode;return t},getChartCoordinatesFromPoint:function(n,t){var r=n.series,f=r.xAxis,e,u;return r=r.yAxis,e=i(n.clientX,n.plotX),u=n.shapeArgs,f&&r?t?{chartX:f.len+f.pos-e,chartY:r.len+r.pos-n.plotY}:{chartX:e+f.pos,chartY:n.plotY+r.pos}:u&&u.x&&u.y?{chartX:u.x,chartY:u.y}:void 0},getHoverData:function(n,t,r,u,f,o){var s,h=[],c;return u=!(!u||!n),c=t&&!t.stickyTracking?[t]:r.filter(function(n){return n.visible&&!(!f&&n.directTouch)&&i(n.options.enableMouseTracking,!0)&&n.stickyTracking}),t=(s=u||!o?n:this.findNearestKDPoint(c,f,o))&&s.series,s&&(f&&!t.noSharedTooltip?(c=r.filter(function(n){return n.visible&&!(!f&&n.directTouch)&&i(n.options.enableMouseTracking,!0)&&!n.noSharedTooltip})).forEach(function(n){var t=w(n.points,function(n){return n.x===s.x&&!n.isNull});e(t)&&(n.chart.isBoosting&&(t=n.getPoint(t)),h.push(t))}):h.push(s)),{hoverPoint:s,hoverSeries:t,hoverPoints:h}},runPointActions:function(t,f){var e=this.chart,h=e.tooltip&&e.tooltip.options.enabled?e.tooltip:void 0,l=!!h&&h.shared,o=f||e.hoverPoint,s=o&&o.series||e.hoverSeries,c;if(o=(s=this.getHoverData(o,s,e.series,(!t||"touchmove"!==t.type)&&(!!f||s&&s.directTouch&&this.isDirectTouch),l,t)).hoverPoint,c=s.hoverPoints,f=(s=s.hoverSeries)&&s.tooltipOptions.followPointer,l=l&&s&&!s.noSharedTooltip,o&&(o!==e.hoverPoint||h&&h.isHidden)){if((e.hoverPoints||[]).forEach(function(n){-1===c.indexOf(n)&&n.setState()}),e.hoverSeries!==s&&s.onMouseOver(),this.applyInactiveState(c),(c||[]).forEach(function(n){n.setState("hover")}),e.hoverPoint&&e.hoverPoint.firePointEvent("mouseOut"),!o.series)return;o.firePointEvent("mouseOver");e.hoverPoints=c;e.hoverPoint=o;h&&h.refresh(l?c:o,t)}else f&&h&&!h.isHidden&&(o=h.getAnchor([{}],t),h.updatePosition({plotX:o[0],plotY:o[1]}));this.unDocMouseMove||(this.unDocMouseMove=r(e.container.ownerDocument,"mousemove",function(t){var i=u[n.hoverChartIndex];i&&i.pointer.onDocumentMouseMove(t)}));e.axes.forEach(function(r){var u=i(r.crosshair.snap,!0),f=u?n.find(c,function(n){return n.series[r.coll]===r}):void 0;f||!u?r.drawCrosshair(t,f):r.hideCrosshair()})},applyInactiveState:function(n){var t,i=[];(n||[]).forEach(function(n){i.push(t=n.series);t.linkedParent&&i.push(t.linkedParent);t.linkedSeries&&(i=i.concat(t.linkedSeries));t.navigatorSeries&&i.push(t.navigatorSeries)});this.chart.series.forEach(function(n){-1===i.indexOf(n)?n.setState("inactive",!0):n.options.inactiveOtherPoints&&n.setAllPointsToState("inactive")})},reset:function(n,t){var i=this.chart,o=i.hoverSeries,r=i.hoverPoint,f=i.hoverPoints,u=i.tooltip,e=u&&u.shared?f:r;n&&e&&c(e).forEach(function(t){t.series.isCartesian&&void 0===t.plotX&&(n=!1)});n?u&&e&&c(e).length&&(u.refresh(e),u.shared&&f?f.forEach(function(n){n.setState(n.state,!0);n.series.isCartesian&&(n.series.xAxis.crosshair&&n.series.xAxis.drawCrosshair(null,n),n.series.yAxis.crosshair&&n.series.yAxis.drawCrosshair(null,n))}):r&&(r.setState(r.state,!0),i.axes.forEach(function(n){n.crosshair&&n.drawCrosshair(null,r)}))):(r&&r.onMouseOut(),f&&f.forEach(function(n){n.setState()}),o&&o.onMouseOut(),u&&u.hide(t),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),i.axes.forEach(function(n){n.hideCrosshair()}),this.hoverX=i.hoverPoints=i.hoverPoint=null)},scaleGroups:function(n,t){var i,r=this.chart;r.series.forEach(function(u){i=n||u.getPlotBox();u.xAxis&&u.xAxis.zoomEnabled&&u.group&&(u.group.attr(i),u.markerGroup&&(u.markerGroup.attr(i),u.markerGroup.clip(t?r.clipRect:null)),u.dataLabelsGroup&&u.dataLabelsGroup.attr(i))});r.clipRect.attr(t||r.clipBox)},dragStart:function(n){var t=this.chart;t.mouseIsDown=n.type;t.cancelClick=!1;t.mouseDownX=this.mouseDownX=n.chartX;t.mouseDownY=this.mouseDownY=n.chartY},drag:function(n){var i=this.chart,o=i.options.chart,t=n.chartX,u=n.chartY,v=this.zoomHor,p=this.zoomVert,f=i.plotLeft,e=i.plotTop,c=i.plotWidth,l=i.plotHeight,r=this.selectionMarker,s=this.mouseDownX,h=this.mouseDownY,w=o.panKey&&n[o.panKey+"Key"],a;(!r||!r.touch)&&(t<f?t=f:t>f+c&&(t=f+c),u<e?u=e:u>e+l&&(u=e+l),this.hasDragged=Math.sqrt(Math.pow(s-t,2)+Math.pow(h-u,2)),10<this.hasDragged)&&(a=i.isInsidePlot(s-f,h-e),i.hasCartesianSeries&&(this.zoomX||this.zoomY)&&a&&!w&&!r&&(this.selectionMarker=r=i.renderer.rect(f,e,v?1:c,p?1:l,0).attr({"class":"highcharts-selection-marker",zIndex:7}).add(),i.styledMode||r.attr({fill:o.selectionMarkerFill||y("#335cad").setOpacity(.25).get()})),r&&v&&(t-=s,r.attr({width:Math.abs(t),x:(0<t?0:t)+s})),r&&p&&(t=u-h,r.attr({height:Math.abs(t),y:(0<t?0:t)+h})),a&&!r&&o.panning&&i.pan(n,o.panning))},drop:function(n){var a=this,i=this.chart,r=this.hasPinched;if(this.selectionMarker){var u,e={originalEvent:n,xAxis:[],yAxis:[]},t=this.selectionMarker,c=t.attr?t.attr("x"):t.x,l=t.attr?t.attr("y"):t.y,v=t.attr?t.attr("width"):t.width,y=t.attr?t.attr("height"):t.height;(this.hasDragged||r)&&(i.axes.forEach(function(t){if(t.zoomEnabled&&s(t.min)&&(r||a[{xAxis:"zoomX",yAxis:"zoomY"}[t.coll]])){var i=t.horiz,f="touchend"===n.type?t.minPixelPadding:0,o=t.toValue((i?c:l)+f);i=t.toValue((i?c+v:l+y)-f);e[t.coll].push({axis:t,min:Math.min(o,i),max:Math.max(o,i)});u=!0}}),u&&o(i,"selection",e,function(n){i.zoom(f(n,r?{animation:!1}:null))}));h(i.index)&&(this.selectionMarker=this.selectionMarker.destroy());r&&this.scaleGroups()}i&&h(i.index)&&(p(i.container,{cursor:i._cursor}),i.cancelClick=10<this.hasDragged,i.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},onContainerMouseDown:function(n){2!==(n=this.normalize(n)).button&&(this.zoomOption(n),n.preventDefault&&n.preventDefault(),this.dragStart(n))},onDocumentMouseUp:function(t){u[n.hoverChartIndex]&&u[n.hoverChartIndex].pointer.drop(t)},onDocumentMouseMove:function(n){var t=this.chart,i=this.chartPosition;n=this.normalize(n,i);!i||this.inClass(n.target,"highcharts-tracker")||t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)||this.reset()},onContainerMouseLeave:function(t){var i=u[n.hoverChartIndex];i&&(t.relatedTarget||t.toElement)&&(i.pointer.reset(),i.pointer.chartPosition=void 0)},onContainerMouseMove:function(t){var i=this.chart;s(n.hoverChartIndex)&&u[n.hoverChartIndex]&&u[n.hoverChartIndex].mouseIsDown||(n.hoverChartIndex=i.index);(t=this.normalize(t)).preventDefault||(t.returnValue=!1);"mousedown"===i.mouseIsDown&&this.drag(t);(this.inClass(t.target,"highcharts-tracker")||i.isInsidePlot(t.chartX-i.plotLeft,t.chartY-i.plotTop))&&!i.openMenu&&this.runPointActions(t)},inClass:function(n,t){for(var i;n;){if(i=a(n,"class")){if(-1!==i.indexOf(t))return!0;if(-1!==i.indexOf("highcharts-container"))return!1}n=n.parentNode}},onTrackerMouseOut:function(n){var t=this.chart.hoverSeries;n=n.relatedTarget||n.toElement;this.isDirectTouch=!1;!t||!n||t.stickyTracking||this.inClass(n,"highcharts-tooltip")||this.inClass(n,"highcharts-series-"+t.index)&&this.inClass(n,"highcharts-tracker")||t.onMouseOut()},onContainerClick:function(n){var t=this.chart,i=t.hoverPoint,r=t.plotLeft,u=t.plotTop;n=this.normalize(n);t.cancelClick||(i&&this.inClass(n.target,"highcharts-tracker")?(o(i.series,"click",f(n,{point:i})),t.hoverPoint&&i.firePointEvent("click",n)):(f(n,this.getCoordinates(n)),t.isInsidePlot(n.chartX-r,n.chartY-u)&&o(t,"click",n)))},setDOMEvents:function(){var t=this,i=t.chart.container,u=i.ownerDocument;i.onmousedown=function(n){t.onContainerMouseDown(n)};i.onmousemove=function(n){t.onContainerMouseMove(n)};i.onclick=function(n){t.onContainerClick(n)};this.unbindContainerMouseLeave=r(i,"mouseleave",t.onContainerMouseLeave);n.unbindDocumentMouseUp||(n.unbindDocumentMouseUp=r(u,"mouseup",t.onDocumentMouseUp));n.hasTouch&&(r(i,"touchstart",function(n){t.onContainerTouchStart(n)}),r(i,"touchmove",function(n){t.onContainerTouchMove(n)}),n.unbindDocumentTouchEnd||(n.unbindDocumentTouchEnd=r(u,"touchend",t.onDocumentTouchEnd)))},destroy:function(){var t=this;t.unDocMouseMove&&t.unDocMouseMove();this.unbindContainerMouseLeave();n.chartCount||(n.unbindDocumentMouseUp&&(n.unbindDocumentMouseUp=n.unbindDocumentMouseUp()),n.unbindDocumentTouchEnd&&(n.unbindDocumentTouchEnd=n.unbindDocumentTouchEnd()));clearInterval(t.tooltipTimeout);v(t,function(n,i){t[i]=null})}}}),i(t,"parts/TouchPointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.extend,i=t.pick,u=n.charts,f=n.noop;r(n.Pointer.prototype,{pinchTranslate:function(n,t,i,r,u,f){this.zoomHor&&this.pinchTranslateDirection(!0,n,t,i,r,u,f);this.zoomVert&&this.pinchTranslateDirection(!1,n,t,i,r,u,f)},pinchTranslateDirection:function(n,t,i,r,u,f,e,o){var c,k,a=this.chart,l=n?"x":"y",d=n?"X":"Y",v="chart"+d,it=n?"width":"height",g=a["plot"+(n?"Left":"Top")],s=o||1,nt=a.inverted,y=a.bounds[n?"h":"v"],p=1===t.length,w=t[0][v],h=i[0][v],rt=!p&&t[1][v],b=!p&&i[1][v],tt;((i=function(){!p&&20<Math.abs(w-rt)&&(s=o||Math.abs(h-b)/Math.abs(w-rt));k=(g-h)/s+w;c=a["plot"+(n?"Width":"Height")]/s})(),(t=k)<y.min)?(t=y.min,tt=!0):t+c>y.max&&(t=y.max-c,tt=!0);tt?(h-=.8*(h-e[l][0]),p||(b-=.8*(b-e[l][1])),i()):e[l]=[h,b];nt||(f[l]=k-g,f[it]=c);f=nt?1/s:s;u[it]=c;u[l]=t;r[nt?n?"scaleY":"scaleX":"scale"+d]=s;r["translate"+d]=f*g+(h-f*w)},pinch:function(n){var t=this,e=t.chart,u=t.pinchDown,o=n.touches,s=o.length,h=t.lastValidTouch,l=t.hasZoom,c=t.selectionMarker,a={},y=1===s&&(t.inClass(n.target,"highcharts-tracker")&&e.runTrackerClick||t.runChartClick),v={};1<s&&(t.initiated=!0);l&&t.initiated&&!y&&n.preventDefault();[].map.call(o,function(n){return t.normalize(n)});"touchstart"===n.type?([].forEach.call(o,function(n,t){u[t]={chartX:n.chartX,chartY:n.chartY}}),h.x=[u[0].chartX,u[1]&&u[1].chartX],h.y=[u[0].chartY,u[1]&&u[1].chartY],e.axes.forEach(function(n){if(n.zoomEnabled){var t=e.bounds[n.horiz?"h":"v"],r=n.minPixelPadding,u=n.toPixels(Math.min(i(n.options.min,n.dataMin),n.dataMin)),f=n.toPixels(Math.max(i(n.options.max,n.dataMax),n.dataMax)),o=Math.max(u,f);t.min=Math.min(n.pos,Math.min(u,f)-r);t.max=Math.max(n.pos+n.len,o+r)}}),t.res=!0):t.followTouchMove&&1===s?this.runPointActions(t.normalize(n)):u.length&&(c||(t.selectionMarker=c=r({destroy:f,touch:!0},e.plotBox)),t.pinchTranslate(u,o,a,c,v,h),t.hasPinched=l,t.scaleGroups(a,v),t.res&&(t.res=!1,this.reset(!1,0)))},touch:function(t,r){var u=this.chart,f;(u.index!==n.hoverChartIndex&&this.onContainerMouseLeave({relatedTarget:!0}),n.hoverChartIndex=u.index,1===t.touches.length)?(t=this.normalize(t),u.isInsidePlot(t.chartX-u.plotLeft,t.chartY-u.plotTop)&&!u.openMenu)?((r&&this.runPointActions(t),"touchmove"===t.type)&&(f=!!(r=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(r[0].chartX-t.chartX,2)+Math.pow(r[0].chartY-t.chartY,2))),i(f,!0)&&this.pinch(t)):r&&this.reset():2===t.touches.length&&this.pinch(t)},onContainerTouchStart:function(n){this.zoomOption(n);this.touch(n,!0)},onContainerTouchMove:function(n){this.touch(n)},onDocumentTouchEnd:function(t){u[n.hoverChartIndex]&&u[n.hoverChartIndex].pointer.drop(t)}})}),i(t,"parts/MSPointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var s=t.extend,h=t.objectEach,c=n.addEvent,o=n.charts,l=n.css,a=n.doc,v=n.noop;t=n.Pointer;var y=n.removeEvent,r=n.win,u=n.wrap;if(!n.hasTouch&&(r.PointerEvent||r.MSPointerEvent)){var i={},f=!!r.PointerEvent,p=function(){var n=[];return n.item=function(n){return this[n]},h(i,function(t){n.push({pageX:t.pageX,pageY:t.pageY,target:t.target})}),n},e=function(t,i,r,u){("touch"===t.pointerType||t.pointerType===t.MSPOINTER_TYPE_TOUCH)&&o[n.hoverChartIndex]&&(u(t),(u=o[n.hoverChartIndex].pointer)[i]({type:r,target:t.currentTarget,preventDefault:v,touches:p()}))};s(t.prototype,{onContainerPointerDown:function(n){e(n,"onContainerTouchStart","touchstart",function(n){i[n.pointerId]={pageX:n.pageX,pageY:n.pageY,target:n.currentTarget}})},onContainerPointerMove:function(n){e(n,"onContainerTouchMove","touchmove",function(n){i[n.pointerId]={pageX:n.pageX,pageY:n.pageY};i[n.pointerId].target||(i[n.pointerId].target=n.currentTarget)})},onDocumentPointerUp:function(n){e(n,"onDocumentTouchEnd","touchend",function(n){delete i[n.pointerId]})},batchMSEvents:function(n){n(this.chart.container,f?"pointerdown":"MSPointerDown",this.onContainerPointerDown);n(this.chart.container,f?"pointermove":"MSPointerMove",this.onContainerPointerMove);n(a,f?"pointerup":"MSPointerUp",this.onDocumentPointerUp)}});u(t.prototype,"init",function(n,t,i){n.call(this,t,i);this.hasZoom&&l(t.container,{"-ms-touch-action":"none","touch-action":"none"})});u(t.prototype,"setDOMEvents",function(n){n.apply(this);(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(c)});u(t.prototype,"destroy",function(n){this.batchMSEvents(y);n.call(this)})}}),i(t,"parts/Legend.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.defined,h=t.discardElement,c=t.isNumber,i=t.pick,l=t.setAnimation,e=n.addEvent,a=n.css,u=n.fireEvent;t=n.isFirefox;var o=n.marginNames,r=n.merge,v=n.stableSort,s=n.win,y=n.wrap;n.Legend=function(n,t){this.init(n,t)};n.Legend.prototype={init:function(n,t){this.chart=n;this.setOptions(t);t.enabled&&(this.render(),e(this.chart,"endResize",function(){this.legend.positionCheckboxes()}),this.proximate?this.unchartrender=e(this.chart,"render",function(){this.legend.proximatePositions();this.legend.positionItems()}):this.unchartrender&&this.unchartrender())},setOptions:function(n){var t=i(n.padding,8);this.options=n;this.chart.styledMode||(this.itemStyle=n.itemStyle,this.itemHiddenStyle=r(this.itemStyle,n.itemHiddenStyle));this.itemMarginTop=n.itemMarginTop||0;this.itemMarginBottom=n.itemMarginBottom||0;this.padding=t;this.initialItemY=t-5;this.symbolWidth=i(n.symbolWidth,16);this.pages=[];this.proximate="proximate"===n.layout&&!this.chart.inverted},update:function(n,t){var f=this.chart;this.setOptions(r(!0,this.options,n));this.destroy();f.isDirtyLegend=f.isDirtyBox=!0;i(t,!0)&&f.redraw();u(this,"afterUpdate")},colorizeItem:function(n,t){if(n.legendGroup[t?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var i=this.options,o=n.legendItem,s=n.legendLine,f=n.legendSymbol,e=this.itemHiddenStyle.color;i=t?i.itemStyle.color:e;var h=t&&n.color||e,c=n.options&&n.options.marker,r={fill:h};o&&o.css({fill:i,color:i});s&&s.attr({stroke:h});f&&(c&&f.isMarker&&(r=n.pointAttribs(),t||(r.stroke=r.fill=e)),f.attr(r))}u(this,"afterColorizeItem",{item:n,visible:t})},positionItems:function(){this.allItems.forEach(this.positionItem,this);this.chart.isResizing||this.positionCheckboxes()},positionItem:function(n){var i=this.options,e=i.symbolPadding,t,r,u;i=!i.rtl;t=n._legendItemPos;r=t[0];t=t[1];u=n.checkbox;(n=n.legendGroup)&&n.element&&n[f(n.translateY)?"animate":"attr"]({translateX:i?r:this.legendWidth-r-2*e-4,translateY:t});u&&(u.x=r,u.y=t)},destroyItem:function(n){var t=n.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach(function(t){n[t]&&(n[t]=n[t].destroy())});t&&h(n.checkbox)},destroy:function(){function n(n){this[n]&&(this[n]=this[n].destroy())}this.getAllItems().forEach(function(t){["legendItem","legendGroup"].forEach(n,t)});"clipRect up down pager nav box title group".split(" ").forEach(n,this);this.display=null},positionCheckboxes:function(){var t=this.group&&this.group.alignAttr,i=this.clipHeight||this.legendHeight,r=this.titleHeight,n;t&&(n=t.translateY,this.allItems.forEach(function(u){var f=u.checkbox,e;f&&(e=n+r+f.y+(this.scrollOffset||0)+3,a(f,{left:t.translateX+u.checkboxOffset+f.x-20+"px",top:e+"px",display:this.proximate||e>n-6&&e<n+i-6?"":"none"}))},this))},renderTitle:function(){var n=this.options,r=this.padding,t=n.title,i=0;t.text&&(this.title||(this.title=this.chart.renderer.label(t.text,r-3,r-4,null,null,null,n.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(t.style),this.title.add(this.group)),t.width||this.title.css({width:this.maxLegendWidth+"px"}),i=(n=this.title.getBBox()).height,this.offsetWidth=n.width,this.contentGroup.attr({translateY:i}));this.titleHeight=i},setText:function(t){var i=this.options;t.legendItem.attr({text:i.labelFormat?n.format(i.labelFormat,t,this.chart.time):i.labelFormatter.call(t)})},renderItem:function(n){var u=this.chart,s=u.renderer,f=this.options,y=this.symbolWidth,h=f.symbolPadding,c=this.itemStyle,b=this.itemHiddenStyle,e="horizontal"===f.layout?i(f.itemDistance,20):0,p=!f.rtl,t=n.legendItem,w=!n.series,l=!w&&n.series.drawLegendSymbol?n.series:n,o=l.options,a,v;e=y+h+e+((o=this.createCheckboxForItem&&o&&o.showCheckbox)?20:0);a=f.useHTML;v=n.options.className;t||(n.legendGroup=s.g("legend-item").addClass("highcharts-"+l.type+"-series highcharts-color-"+n.colorIndex+(v?" "+v:"")+(w?" highcharts-series-"+n.index:"")).attr({zIndex:1}).add(this.scrollGroup),n.legendItem=t=s.text("",p?y+h:-h,this.baseline||0,a),u.styledMode||t.css(r(n.visible?c:b)),t.attr({align:p?"left":"right",zIndex:2}).add(n.legendGroup),this.baseline||(this.fontMetrics=s.fontMetrics(u.styledMode?12:c.fontSize,t),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,t.attr("y",this.baseline)),this.symbolHeight=f.symbolHeight||this.fontMetrics.f,l.drawLegendSymbol(this,n),this.setItemEvents&&this.setItemEvents(n,t,a));o&&!n.checkbox&&this.createCheckboxForItem(n);this.colorizeItem(n,n.visible);!u.styledMode&&c.width||t.css({width:(f.itemWidth||this.widthOption||u.spacingBox.width)-e});this.setText(n);u=t.getBBox();n.itemWidth=n.checkboxOffset=f.itemWidth||n.legendItemWidth||u.width+e;this.maxItemWidth=Math.max(this.maxItemWidth,n.itemWidth);this.totalItemWidth+=n.itemWidth;this.itemHeight=n.itemHeight=Math.round(n.legendItemHeight||u.height||this.symbolHeight)},layoutItem:function(n){var t=this.options,r=this.padding,u="horizontal"===t.layout,f=n.itemHeight,e=this.itemMarginBottom,o=this.itemMarginTop,h=u?i(t.itemDistance,20):0,s=this.maxLegendWidth;t=t.alignColumns&&this.totalItemWidth>s?this.maxItemWidth:n.itemWidth;u&&this.itemX-r+t>s&&(this.itemX=r,this.lastLineHeight&&(this.itemY+=o+this.lastLineHeight+e),this.lastLineHeight=0);this.lastItemY=o+this.itemY+e;this.lastLineHeight=Math.max(f,this.lastLineHeight);n._legendItemPos=[this.itemX,this.itemY];u?this.itemX+=t:(this.itemY+=o+f+e,this.lastLineHeight=f);this.offsetWidth=this.widthOption||Math.max((u?this.itemX-r-(n.checkbox?0:h):t)+r,this.offsetWidth)},getAllItems:function(){var n=[];return this.chart.series.forEach(function(t){var r=t&&t.options;t&&i(r.showInLegend,!f(r.linkedTo)&&void 0,!0)&&(n=n.concat(t.legendItems||("point"===r.legendType?t.data:t)))}),u(this,"afterGetAllItems",{allItems:n}),n},getAlignment:function(){var n=this.options;return this.proximate?n.align.charAt(0)+"tv":n.floating?"":n.align.charAt(0)+n.verticalAlign.charAt(0)+n.layout.charAt(0)},adjustMargins:function(n,t){var r=this.chart,u=this.options,e=this.getAlignment();e&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach(function(s,h){s.test(e)&&!f(n[h])&&(r[o[h]]=Math.max(r[o[h]],r.legend[(h+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][h]*u[h%2?"x":"y"]+i(u.margin,12)+t[h]+(r.titleOffset[h]||0)))})},proximatePositions:function(){var t=this.chart,i=[],r="left"===this.options.align;this.allItems.forEach(function(u){var e=r,f,o;u.yAxis&&u.points&&(u.xAxis.options.reversed&&(e=!e),f=n.find(e?u.points:u.points.slice(0).reverse(),function(n){return c(n.plotY)}),e=this.itemMarginTop+u.legendItem.getBBox().height+this.itemMarginBottom,o=u.yAxis.top-t.plotTop,u.visible?(f=f?f.plotY:u.yAxis.height,f+=o-.3*e):f=o+u.yAxis.height,i.push({target:f,size:e,item:u}))},this);n.distribute(i,t.plotHeight);i.forEach(function(n){n.item._legendItemPos[1]=t.plotTop-t.spacing[0]+n.pos})},render:function(){var l,f=this.chart,o=f.renderer,h=this.group,i=this.box,e=this.options,c=this.padding,t,s;this.itemX=c;this.itemY=this.initialItemY;this.lastItemY=this.offsetWidth=0;this.widthOption=n.relativeLength(e.width,f.spacingBox.width-c);t=f.spacingBox.width-2*c-e.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(t/=2);this.maxLegendWidth=this.widthOption||t;h||(this.group=h=o.g("legend").attr({zIndex:7}).add(),this.contentGroup=o.g().attr({zIndex:1}).add(h),this.scrollGroup=o.g().add(this.contentGroup));this.renderTitle();t=this.getAllItems();v(t,function(n,t){return(n.options&&n.options.legendIndex||0)-(t.options&&t.options.legendIndex||0)});e.reversed&&t.reverse();this.allItems=t;this.display=l=!!t.length;this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0;t.forEach(this.renderItem,this);t.forEach(this.layoutItem,this);t=(this.widthOption||this.offsetWidth)+c;s=this.lastItemY+this.lastLineHeight+this.titleHeight;s=this.handleOverflow(s);s+=c;i||(this.box=i=o.rect().addClass("highcharts-legend-box").attr({r:e.borderRadius}).add(h),i.isNew=!0);f.styledMode||i.attr({stroke:e.borderColor,"stroke-width":e.borderWidth||0,fill:e.backgroundColor||"none"}).shadow(e.shadow);0<t&&0<s&&(i[i.isNew?"attr":"animate"](i.crisp.call({},{x:0,y:0,width:t,height:s},i.strokeWidth())),i.isNew=!1);i[l?"show":"hide"]();f.styledMode&&"none"===h.getStyle("display")&&(t=s=0);this.legendWidth=t;this.legendHeight=s;l&&(i=(o=f.spacingBox).y,/(lth|ct|rth)/.test(this.getAlignment())&&0<f.titleOffset[0]?i+=f.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<f.titleOffset[2]&&(i-=f.titleOffset[2]),i!==o.y&&(o=r(o,{y:i})),h.align(r(e,{width:t,height:s,verticalAlign:this.proximate?"top":e.verticalAlign}),!0,o));this.proximate||this.positionItems();u(this,"afterRender")},handleOverflow:function(n){var t=this,a=this.chart,s=a.renderer,f=this.options,r=f.y,l=this.padding;r=a.spacingBox.height+("top"===f.verticalAlign?-r:r)-l;var v,h,w=f.maxHeight,c=this.clipRect,y=f.navigation,b=i(y.animation,!0),e=y.arrowSize||12,u=this.nav,o=this.pages,p=this.allItems,k=function(n){"number"==typeof n?c.attr({height:n}):c&&(t.clipRect=c.destroy(),t.contentGroup.clip());t.contentGroup.div&&(t.contentGroup.div.style.clip=n?"rect("+l+"px,9999px,"+(l+n)+"px,0)":"auto")},d=function(n){return t[n]=s.circle(0,0,1.3*e).translate(e/2,e/2).add(u),a.styledMode||t[n].attr("fill","rgba(0,0,0,0.0001)"),t[n]};return"horizontal"!==f.layout||"middle"===f.verticalAlign||f.floating||(r/=2),w&&(r=Math.min(r,w)),o.length=0,n>r&&!1!==y.enabled?(this.clipHeight=v=Math.max(r-20-this.titleHeight-l,0),this.currentPage=i(this.currentPage,1),this.fullHeight=n,p.forEach(function(n,t){var i=n._legendItemPos[1],u=Math.round(n.legendItem.getBBox().height),r=o.length;(!r||i-o[r-1]>v&&(h||i)!==o[r-1])&&(o.push(h||i),r++);n.pageIx=r-1;h&&(p[t-1].pageIx=r-1);t===p.length-1&&i+u-o[r-1]>v&&i!==h&&(o.push(i),n.pageIx=r);i!==h&&(h=i)}),c||(c=t.clipRect=s.clipRect(0,l,9999,0),t.contentGroup.clip(c)),k(v),u||(this.nav=u=s.g().attr({zIndex:1}).add(this.group),this.up=s.symbol("triangle",0,0,e,e).add(u),d("upTracker").on("click",function(){t.scroll(-1,b)}),this.pager=s.text("",15,10).addClass("highcharts-legend-navigation"),a.styledMode||this.pager.css(y.style),this.pager.add(u),this.down=s.symbol("triangle-down",0,0,e,e).add(u),d("downTracker").on("click",function(){t.scroll(1,b)})),t.scroll(0),n=r):u&&(k(),this.nav=u.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),n},scroll:function(n,t){var f=this.pages,r=f.length,i=this.currentPage+n;n=this.clipHeight;var u=this.options.navigation,e=this.pager,o=this.padding;i>r&&(i=r);0<i&&(void 0!==t&&l(t,this.chart),this.nav.attr({translateX:o,translateY:n+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach(function(n){n.attr({"class":1===i?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),e.attr({text:i+"/"+r}),[this.down,this.downTracker].forEach(function(n){n.attr({x:18+this.pager.getBBox().width,"class":i===r?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})},this),this.chart.styledMode||(this.up.attr({fill:1===i?u.inactiveColor:u.activeColor}),this.upTracker.css({cursor:1===i?"default":"pointer"}),this.down.attr({fill:i===r?u.inactiveColor:u.activeColor}),this.downTracker.css({cursor:i===r?"default":"pointer"})),this.scrollOffset=-f[i-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=i,this.positionCheckboxes())}};n.LegendSymbolMixin={drawRectangle:function(n,t){var r=n.symbolHeight,u=n.options.squareSymbol;t.legendSymbol=this.chart.renderer.rect(u?(n.symbolWidth-r)/2:0,n.baseline-r+1,u?r:n.symbolWidth,r,i(n.options.symbolRadius,r/2)).addClass("highcharts-point").attr({zIndex:3}).add(t.legendGroup)},drawLineMarker:function(n){var t=this.options,u=t.marker,e=n.symbolWidth,o=n.symbolHeight,s=o/2,h=this.chart.renderer,c=this.legendGroup,f;n=n.baseline-Math.round(.3*n.fontMetrics.b);f={};this.chart.styledMode||(f={"stroke-width":t.lineWidth||0},t.dashStyle&&(f.dashstyle=t.dashStyle));this.legendLine=h.path(["M",0,n,"L",e,n]).addClass("highcharts-graph").attr(f).add(c);u&&!1!==u.enabled&&e&&(t=Math.min(i(u.radius,s),s),0===this.symbol.indexOf("url")&&(u=r(u,{width:o,height:o}),t=0),this.legendSymbol=u=h.symbol(this.symbol,e/2-t,n-t,2*t,2*t,u).addClass("highcharts-point").add(c),u.isMarker=!0)}};(/Trident\/7\.0/.test(s.navigator&&s.navigator.userAgent)||t)&&y(n.Legend.prototype,"positionItem",function(n,t){var i=this,r=function(){t._legendItemPos&&n.call(i,t)};r();i.bubbleLegend||setTimeout(r)})}),i(t,"parts/Chart.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var w=t.attr,r=t.defined,ft=t.discardElement,et=t.erase,e=t.extend,ot=t.isArray,st=t.isNumber,b=t.isObject,c=t.isString,l=t.objectEach,o=t.pick,a=t.pInt,k=t.setAnimation,d=t.splat,g=t.syncTimeout,v=n.addEvent,ht=n.animate,ct=n.animObject,f=n.doc,lt=n.Axis,at=n.createElement,vt=n.defaultOptions,u=n.charts,nt=n.css,y=n.find,i=n.fireEvent,yt=n.Legend,tt=n.marginNames,s=n.merge,it=n.Pointer,rt=n.removeEvent,p=n.seriesTypes,h=n.win,ut=n.Chart=function(){this.getArgs.apply(this,arguments)};n.chart=function(n,t,i){return new ut(n,t,i)};e(ut.prototype,{callbacks:[],getArgs:function(){var n=[].slice.call(arguments);(c(n[0])||n[0].nodeName)&&(this.renderTo=n.shift());this.init(n[0],n[1])},init:function(t,r){var f,o=t.series,e=t.plotOptions||{};i(this,"init",{args:arguments},function(){var c,a,h;t.series=null;f=s(vt,t);l(f.plotOptions,function(n,t){b(n)&&(n.tooltip=e[t]&&s(e[t].tooltip)||void 0)});f.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip;f.series=t.series=o;this.userOptions=t;c=f.chart;a=c.events;this.margin=[];this.spacing=[];this.bounds={h:{},v:{}};this.labelCollectors=[];this.callback=r;this.isResizing=0;this.options=f;this.axes=[];this.series=[];this.time=t.time&&Object.keys(t.time).length?new n.Time(t.time):n.time;this.styledMode=c.styledMode;this.hasCartesianSeries=c.showAxes;h=this;h.index=u.length;u.push(h);n.chartCount++;a&&l(a,function(t,i){n.isFunction(t)&&v(h,i,t)});h.xAxis=[];h.yAxis=[];h.pointCount=h.colorCounter=h.symbolCounter=0;i(h,"afterInit");h.firstRender()})},initSeries:function(t){var i=this.options.chart,r=p[i=t.type||i.type||i.defaultSeriesType];return r||n.error(17,!0,this,{missingModuleFor:i}),(i=new r).init(this,t),i},orderSeries:function(n){var t=this.series;for(n=n||0;n<t.length;n++)t[n]&&(t[n].index=n,t[n].name=t[n].getName())},isInsidePlot:function(n,t,i){var r=i?t:n;return n=i?n:t,0<=r&&r<=this.plotWidth&&0<=n&&n<=this.plotHeight},redraw:function(n){var r,f,l;i(this,"beforeRedraw");var o=this.axes,t=this.series,a=this.pointer,s=this.legend,h=this.userOptions.legend,c=this.isDirtyLegend,v=this.hasCartesianSeries,u=this.isDirtyBox,y=this.renderer,p=y.isHidden(),w=[];for(this.setResponsive&&this.setResponsive(!1),k(n,this),p&&this.temporaryDisplay(),this.layOutTitles(),n=t.length;n--;)if(r=t[n],r.options.stacking&&(f=!0,r.isDirty)){l=!0;break}if(l)for(n=t.length;n--;)(r=t[n]).options.stacking&&(r.isDirty=!0);t.forEach(function(n){n.isDirty&&("point"===n.options.legendType?(n.updateTotals&&n.updateTotals(),c=!0):h&&(h.labelFormatter||h.labelFormat)&&(c=!0));n.isDirtyData&&i(n,"updatedData")});c&&s&&s.options.enabled&&(s.render(),this.isDirtyLegend=!1);f&&this.getStacks();v&&o.forEach(function(n){n.updateNames();n.setScale()});this.getMargins();v&&(o.forEach(function(n){n.isDirty&&(u=!0)}),o.forEach(function(n){var t=n.min+","+n.max;n.extKey!==t&&(n.extKey=t,w.push(function(){i(n,"afterSetExtremes",e(n.eventArgs,n.getExtremes()));delete n.eventArgs}));(u||f)&&n.redraw()}));u&&this.drawChartBox();i(this,"predraw");t.forEach(function(n){(u||n.isDirty)&&n.visible&&n.redraw();n.isDirtyData=!1});a&&a.reset(!0);y.draw();i(this,"redraw");i(this,"render");p&&this.temporaryDisplay(!0);w.forEach(function(n){n.call()})},get:function(n){function t(t){return t.id===n||t.options&&t.options.id===n}for(var u=this.series,i=y(this.axes,t)||y(this.series,t),r=0;!i&&r<u.length;r++)i=y(u[r].points||[],t);return i},getAxes:function(){var r=this,n=this.options,t=n.xAxis=d(n.xAxis||{});n=n.yAxis=d(n.yAxis||{});i(this,"getAxes");t.forEach(function(n,t){n.index=t;n.isX=!0});n.forEach(function(n,t){n.index=t});t.concat(n).forEach(function(n){new lt(r,n)});i(this,"afterGetAxes")},getSelectedPoints:function(){var n=[];return this.series.forEach(function(t){n=n.concat((t[t.hasGroupedData?"points":"data"]||[]).filter(function(n){return o(n.selectedStaging,n.selected)}))}),n},getSelectedSeries:function(){return this.series.filter(function(n){return n.selected})},setTitle:function(n,t,i){this.applyDescription("title",n);this.applyDescription("subtitle",t);this.applyDescription("caption",void 0);this.layOutTitles(i)},applyDescription:function(n,t){var u=this,i="title"===n?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"},r;i=this.options[n]=s(!this.styledMode&&{style:i},this.options[n],t);r=this[n];r&&t&&(this[n]=r=r.destroy());i&&!r&&((r=this.renderer.text(i.text,0,0,i.useHTML).attr({align:i.align,"class":"highcharts-"+n,zIndex:i.zIndex||4}).add()).update=function(t){u[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[n]](t)},this.styledMode||r.css(i.style),this[n]=r)},layOutTitles:function(n){var t=[0,0,0],u=this.renderer,f=this.spacingBox,r;["title","subtitle","caption"].forEach(function(n){var r=this[n],i=this.options[n],s=i.verticalAlign||"top",o,h;(n="title"===n?-3:"top"===s?t[0]+2:0,r)&&(this.styledMode||(o=i.style.fontSize),o=u.fontMetrics(o,r).b,r.css({width:(i.width||f.width+(i.widthAdjust||0))+"px"}),h=Math.round(r.getBBox(i.useHTML).height),r.align(e({y:"bottom"===s?o:n+o,height:h},i),!1,"spacingBox"),i.floating||("top"===s?t[0]=Math.ceil(t[0]+h):"bottom"===s&&(t[2]=Math.ceil(t[2]+h))))},this);t[0]&&"top"===(this.options.title.verticalAlign||"top")&&(t[0]+=this.options.title.margin);t[2]&&"bottom"===this.options.caption.verticalAlign&&(t[2]+=this.options.caption.margin);r=!this.titleOffset||this.titleOffset.join(",")!==t.join(",");this.titleOffset=t;i(this,"afterLayOutTitles");!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&o(n,!0)&&this.isDirtyBox&&this.redraw())},getChartSize:function(){var t=this.options.chart,u=t.width,i;t=t.height;i=this.renderTo;r(u)||(this.containerWidth=n.getStyle(i,"width"));r(t)||(this.containerHeight=n.getStyle(i,"height"));this.chartWidth=Math.max(0,u||this.containerWidth||600);this.chartHeight=Math.max(0,n.relativeLength(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},temporaryDisplay:function(t){var i=this.renderTo;if(t)for(;i&&i.style;)i.hcOrigStyle&&(n.css(i,i.hcOrigStyle),delete i.hcOrigStyle),i.hcOrigDetached&&(f.body.removeChild(i),i.hcOrigDetached=!1),i=i.parentNode;else for(;i&&i.style&&(f.body.contains(i)||i.parentNode||(i.hcOrigDetached=!0,f.body.appendChild(i)),("none"===n.getStyle(i,"display",!1)||i.hcOricDetached)&&(i.hcOrigStyle={display:i.style.display,height:i.style.height,overflow:i.style.overflow},t={display:"block",overflow:"hidden"},i!==this.renderTo&&(t.height=0),n.css(i,t),i.offsetWidth||i.style.setProperty("display","block","important")),(i=i.parentNode)!==f.body););},setClassName:function(n){this.container.className="highcharts-container "+(n||"")},getContainer:function(){var l,v,s=this.options,o=s.chart,t=this.renderTo,y=n.uniqueKey(),r,h;if(t||(this.renderTo=t=o.renderTo),c(t)&&(this.renderTo=t=f.getElementById(t)),t||n.error(13,!0,this),r=a(w(t,"data-highcharts-chart")),st(r)&&u[r]&&u[r].hasRendered&&u[r].destroy(),w(t,"data-highcharts-chart",this.index),t.innerHTML="",o.skipClone||t.offsetWidth||this.temporaryDisplay(),this.getChartSize(),r=this.chartWidth,h=this.chartHeight,nt(t,{overflow:"hidden"}),this.styledMode||(l=e({position:"relative",overflow:"hidden",width:r+"px",height:h+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)"},o.style)),this.container=t=at("div",{id:y},l,t),this._cursor=t.style.cursor,this.renderer=new(n[o.renderer]||n.Renderer)(t,r,h,null,o.forExport,s.exporting&&s.exporting.allowHTML,this.styledMode),this.setClassName(o.className),this.styledMode)for(v in s.defs)this.renderer.definition(s.defs[v]);else this.renderer.setStyle(o.style);this.renderer.chartIndex=this.index;i(this,"afterGetContainer")},getMargins:function(n){var u=this.spacing,f=this.margin,t=this.titleOffset;this.resetMargins();t[0]&&!r(f[0])&&(this.plotTop=Math.max(this.plotTop,t[0]+u[0]));t[2]&&!r(f[2])&&(this.marginBottom=Math.max(this.marginBottom,t[2]+u[2]));this.legend&&this.legend.display&&this.legend.adjustMargins(f,u);i(this,"getMargins");n||this.getAxisMargins()},getAxisMargins:function(){var n=this,u=n.axisOffset=[0,0,0,0],t=n.colorAxis,f=n.margin,i=function(n){n.forEach(function(n){n.visible&&n.getOffset()})};n.hasCartesianSeries?i(n.axes):t&&t.length&&i(t);tt.forEach(function(t,i){r(f[i])||(n[t]+=u[i])});n.setChartSize()},reflow:function(t){var i=this,u=i.options.chart,e=i.renderTo,s=r(u.width)&&r(u.height),o=u.width||n.getStyle(e,"width");u=u.height||n.getStyle(e,"height");e=t?t.target:h;s||i.isPrinting||!o||!u||e!==h&&e!==f||(o===i.containerWidth&&u===i.containerHeight||(n.clearTimeout(i.reflowTimeout),i.reflowTimeout=g(function(){i.container&&i.setSize(void 0,void 0,!1)},t?100:0)),i.containerWidth=o,i.containerHeight=u)},setReflow:function(n){var t=this;!1===n||this.unbindReflow?!1===n&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=v(h,"resize",function(n){t.options&&t.reflow(n)}),v(this,"destroy",this.unbindReflow))},setSize:function(n,t,r){var u=this,e=u.renderer,f;(u.isResizing+=1,k(r,u),u.oldChartHeight=u.chartHeight,u.oldChartWidth=u.chartWidth,void 0!==n&&(u.options.chart.width=n),void 0!==t&&(u.options.chart.height=t),u.getChartSize(),u.styledMode)||(f=e.globalAnimation,(f?ht:nt)(u.container,{width:u.chartWidth+"px",height:u.chartHeight+"px"},f));u.setChartSize(!0);e.setSize(u.chartWidth,u.chartHeight,r);u.axes.forEach(function(n){n.isDirty=!0;n.setScale()});u.isDirtyLegend=!0;u.isDirtyBox=!0;u.layOutTitles();u.getMargins();u.redraw(r);u.oldChartHeight=null;i(u,"resize");g(function(){u&&i(u,"endResize",null,function(){--u.isResizing})},ct(f).duration||0)},setChartSize:function(n){var h,c,e,o,u=this.inverted,f=this.renderer,t=this.chartWidth,l=this.chartHeight,a=this.options.chart,r=this.spacing,s=this.clipOffset;this.plotLeft=h=Math.round(this.plotLeft);this.plotTop=c=Math.round(this.plotTop);this.plotWidth=e=Math.max(0,Math.round(t-h-this.marginRight));this.plotHeight=o=Math.max(0,Math.round(l-c-this.marginBottom));this.plotSizeX=u?o:e;this.plotSizeY=u?e:o;this.plotBorderWidth=a.plotBorderWidth||0;this.spacingBox=f.spacingBox={x:r[3],y:r[0],width:t-r[3]-r[1],height:l-r[0]-r[2]};this.plotBox=f.plotBox={x:h,y:c,width:e,height:o};t=2*Math.floor(this.plotBorderWidth/2);u=Math.ceil(Math.max(t,s[3])/2);f=Math.ceil(Math.max(t,s[0])/2);this.clipBox={x:u,y:f,width:Math.floor(this.plotSizeX-Math.max(t,s[1])/2-u),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(t,s[2])/2-f))};n||this.axes.forEach(function(n){n.setAxisSize();n.setAxisTranslation()});i(this,"afterSetChartSize",{skipAxes:n})},resetMargins:function(){i(this,"resetMargins");var n=this,t=n.options.chart;["margin","spacing"].forEach(function(i){var r=t[i],u=b(r)?r:[r,r,r,r];["Top","Right","Bottom","Left"].forEach(function(r,f){n[i][f]=o(t[i+r],u[f])})});tt.forEach(function(t,i){n[t]=o(n.margin[i],n.spacing[i])});n.axisOffset=[0,0,0,0];n.clipOffset=[0,0,0,0]},drawChartBox:function(){var r,n=this.options.chart,o=this.renderer,g=this.chartWidth,nt=this.chartHeight,u=this.chartBackground,h=this.plotBackground,f=this.plotBorder,c=this.styledMode,a=this.plotBGImage,s=n.backgroundColor,tt=n.plotBackgroundColor,v=n.plotBackgroundImage,y=this.plotLeft,p=this.plotTop,w=this.plotWidth,b=this.plotHeight,k=this.plotBox,d=this.clipRect,l=this.clipBox,t="animate",e;(u||(this.chartBackground=u=o.rect().addClass("highcharts-background").add(),t="attr"),c)?e=r=u.strokeWidth():(r=(e=n.borderWidth||0)+(n.shadow?8:0),s={fill:s||"none"},(e||u["stroke-width"])&&(s.stroke=n.borderColor,s["stroke-width"]=e),u.attr(s).shadow(n.shadow));u[t]({x:r/2,y:r/2,width:g-r-e%2,height:nt-r-e%2,r:n.borderRadius});t="animate";h||(t="attr",this.plotBackground=h=o.rect().addClass("highcharts-plot-background").add());h[t](k);c||(h.attr({fill:tt||"none"}).shadow(n.plotShadow),v&&(a?a.animate(k):this.plotBGImage=o.image(v,y,p,w,b).add()));d?d.animate({width:l.width,height:l.height}):this.clipRect=o.clipRect(l);t="animate";f||(t="attr",this.plotBorder=f=o.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add());c||f.attr({stroke:n.plotBorderColor,"stroke-width":n.plotBorderWidth||0,fill:"none"});f[t](f.crisp({x:y,y:p,width:w,height:b},-f.strokeWidth()));this.isDirtyBox=!1;i(this,"afterDrawChartBox")},propFromSeries:function(){var n,i,t,r=this,u=r.options.chart,f=r.options.series;["inverted","angular","polar"].forEach(function(e){for(n=p[u.type||u.defaultSeriesType],t=u[e]||n&&n.prototype[e],i=f&&f.length;!t&&i--;)(n=p[f[i].type])&&n.prototype[e]&&(t=!0);r[e]=t})},linkSeries:function(){var n=this,t=n.series;t.forEach(function(n){n.linkedSeries.length=0});t.forEach(function(t){var i=t.options.linkedTo;c(i)&&(i=":previous"===i?n.series[t.index-1]:n.get(i))&&i.linkedParent!==t&&(i.linkedSeries.push(t),t.linkedParent=i,t.visible=o(t.options.visible,i.options.visible,t.visible))});i(this,"afterLinkSeries")},renderSeries:function(){this.series.forEach(function(n){n.translate();n.render()})},renderLabels:function(){var n=this,t=n.options.labels;t.items&&t.items.forEach(function(i){var r=e(t.style,i.style),u=a(r.left)+n.plotLeft,f=a(r.top)+n.plotTop+12;delete r.left;delete r.top;n.renderer.text(i.html,u,f).attr({zIndex:2}).css(r).add()})},render:function(){var n=this.axes,t=this.colorAxis,s=this.renderer,i=this.options,f=0,e=function(n){n.forEach(function(n){n.visible&&n.render()})},o,r,u;this.setTitle();this.legend=new yt(this,i.legend);this.getStacks&&this.getStacks();this.getMargins(!0);this.setChartSize();i=this.plotWidth;n.some(function(n){if(n.horiz&&n.visible&&n.options.labels.enabled&&n.series.length)return f=21,!0});o=this.plotHeight=Math.max(this.plotHeight-f,0);n.forEach(function(n){n.setScale()});this.getAxisMargins();r=1.1<i/this.plotWidth;u=1.05<o/this.plotHeight;(r||u)&&(n.forEach(function(n){(n.horiz&&r||!n.horiz&&u)&&n.setTickInterval(!0)}),this.getMargins());this.drawChartBox();this.hasCartesianSeries?e(n):t&&t.length&&e(t);this.seriesGroup||(this.seriesGroup=s.g("series-group").attr({zIndex:3}).add());this.renderSeries();this.renderLabels();this.addCredits();this.setResponsive&&this.setResponsive();this.updateContainerScaling();this.hasRendered=!0},addCredits:function(n){var t=this;(n=s(!0,this.options.credits,n)).enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",function(){n.href&&(h.location.href=n.href)}).attr({align:n.position.align,zIndex:8}),t.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(n){t.credits=t.credits.destroy();t.addCredits(n)})},updateContainerScaling:function(){var n=this.container,t,i;n.offsetWidth&&n.offsetHeight&&n.getBoundingClientRect&&(t=n.getBoundingClientRect(),i=t.width/n.offsetWidth,n=t.height/n.offsetHeight,1!==i||1!==n?this.containerScaling={scaleX:i,scaleY:n}:delete this.containerScaling)},destroy:function(){var r,t=this,e=t.axes,o=t.series,f=t.container,s=f&&f.parentNode;for(i(t,"destroy"),t.renderer.forExport?et(u,t):u[t.index]=void 0,n.chartCount--,t.renderTo.removeAttribute("data-highcharts-chart"),rt(t),r=e.length;r--;)e[r]=e[r].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),r=o.length;r--;)o[r]=o[r].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach(function(n){var i=t[n];i&&i.destroy&&(t[n]=i.destroy())});f&&(f.innerHTML="",rt(f),s&&ft(f));l(t,function(n,i){delete t[i]})},firstRender:function(){var n=this,t=n.options;n.isReadyToRender&&!n.isReadyToRender()||(n.getContainer(),n.resetMargins(),n.setChartSize(),n.propFromSeries(),n.getAxes(),(ot(t.series)?t.series:[]).forEach(function(t){n.initSeries(t)}),n.linkSeries(),i(n,"beforeRender"),it&&(n.pointer=new it(n,t)),n.render(),!n.renderer.imgCount&&n.onload&&n.onload(),n.temporaryDisplay(!0))},onload:function(){this.callbacks.concat([this.callback]).forEach(function(n){n&&void 0!==this.index&&n.apply(this,[this])},this);i(this,"load");i(this,"render");r(this.index)&&this.setReflow(this.options.chart.reflow);this.onload=null}})}),i(t,"parts/ScrollablePlotArea.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.pick,i=n.addEvent;i(t=n.Chart,"afterSetChartSize",function(t){var r=this.options.chart.scrollablePlotArea,i=r&&r.minWidth,u;(r=r&&r.minHeight,this.renderer.forExport)||(i?(this.scrollablePixelsX=i=Math.max(0,i-this.chartWidth))&&(this.plotWidth+=i,this.inverted?(this.clipBox.height+=i,this.plotBox.height+=i):(this.clipBox.width+=i,this.plotBox.width+=i),u={1:{name:"right",value:i}}):r&&(this.scrollablePixelsY=i=Math.max(0,r-this.chartHeight))&&(this.plotHeight+=i,this.inverted?(this.clipBox.width+=i,this.plotBox.width+=i):(this.clipBox.height+=i,this.plotBox.height+=i),u={2:{name:"bottom",value:i}}),u&&!t.skipAxes&&this.axes.forEach(function(t){u[t.side]?t.getPlotLinePath=function(){var i=u[t.side].name,r=this[i],f;return this[i]=r-u[t.side].value,f=n.Axis.prototype.getPlotLinePath.apply(this,arguments),this[i]=r,f}:(t.setAxisSize(),t.setAxisTranslation())}))});i(t,"render",function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()});t.prototype.setUpScrolling=function(){var t={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(t.overflowX="auto");this.scrollablePixelsY&&(t.overflowY="auto");this.scrollingContainer=n.createElement("div",{className:"highcharts-scrolling"},t,this.renderTo);this.innerContainer=n.createElement("div",{className:"highcharts-inner-container"},null,this.scrollingContainer);this.innerContainer.appendChild(this.container);this.setUpScrolling=null};t.prototype.moveFixedElements=function(){var n,r=this.container,t=this.fixedRenderer,i=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?n=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?n=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(n=".highcharts-yaxis");i.push(n,n+"-labels");i.forEach(function(n){[].forEach.call(r.querySelectorAll(n),function(n){(n.namespaceURI===t.SVG_NS?t.box:t.box.parentNode).appendChild(n);n.style.pointerEvents="auto"})})};t.prototype.applyFixed=function(){var u,e=!this.fixedDiv,f=this.options.chart.scrollablePlotArea,t,o,s;e?(this.fixedDiv=n.createElement("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:2},null,!0),this.renderTo.insertBefore(this.fixedDiv,this.renderTo.firstChild),this.renderTo.style.overflow="visible",this.fixedRenderer=u=new n.Renderer(this.fixedDiv,this.chartWidth,this.chartHeight),this.scrollableMask=u.path().attr({fill:n.color(this.options.chart.backgroundColor||"#fff").setOpacity(r(f.opacity,.85)).get(),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),this.moveFixedElements(),i(this,"afterShowResetZoom",this.moveFixedElements),i(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight);u=this.chartWidth+(this.scrollablePixelsX||0);t=this.chartHeight+(this.scrollablePixelsY||0);n.stop(this.container);this.container.style.width=u+"px";this.container.style.height=t+"px";this.renderer.boxWrapper.attr({width:u,height:t,viewBox:[0,0,u,t].join(" ")});this.chartBackground.attr({width:u,height:t});this.scrollablePixelsY&&(this.scrollingContainer.style.height=this.chartHeight+"px");e&&(f.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*f.scrollPositionX),f.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*f.scrollPositionY));e=this.plotTop-(t=this.axisOffset)[0]-1;f=this.plotLeft-t[3]-1;u=this.plotTop+this.plotHeight+t[2]+1;t=this.plotLeft+this.plotWidth+t[1]+1;o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0);s=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);e=this.scrollablePixelsX?["M",0,e,"L",this.plotLeft-1,e,"L",this.plotLeft-1,u,"L",0,u,"Z","M",o,e,"L",this.chartWidth,e,"L",this.chartWidth,u,"L",o,u,"Z"]:this.scrollablePixelsY?["M",f,0,"L",f,this.plotTop-1,"L",t,this.plotTop-1,"L",t,0,"Z","M",f,s,"L",f,this.chartHeight,"L",t,this.chartHeight,"L",t,s,"Z"]:["M",0,0];"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:e})}}),i(t,"parts/Point.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r,o=t.defined,s=t.erase,u=t.extend,h=t.isArray,f=t.isNumber,c=t.isObject,i=t.pick,e=n.fireEvent,l=n.format,a=n.uniqueKey,v=n.removeEvent;n.Point=r=function(){};n.Point.prototype={init:function(n,t,i){return this.series=n,this.applyOptions(t,i),this.id=o(this.id)?this.id:a(),this.resolveColor(),n.chart.pointCount++,e(this,"afterInit"),this},resolveColor:function(){var n=this.series,t=n.chart.options.chart.colorCount,r=n.chart.styledMode;r||this.options.color||(this.color=n.color);n.options.colorByPoint?(r||(t=n.options.colors||n.chart.options.colors,this.color=this.color||t[n.colorCounter],t=t.length),r=n.colorCounter,n.colorCounter++,n.colorCounter===t&&(n.colorCounter=0)):r=n.colorIndex;this.colorIndex=i(this.colorIndex,r)},applyOptions:function(n,t){var e=this.series,o=e.options.pointValKey||e.pointValKey;return n=r.prototype.optionsToObject.call(this,n),u(this,n),this.options=this.options?u(this.options,n):n,n.group&&delete this.group,n.dataLabels&&delete this.dataLabels,o&&(this.y=this[o]),this.formatPrefix=(this.isNull=i(this.isValid&&!this.isValid(),null===this.x||!f(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===t&&e.xAxis&&e.xAxis.hasNames&&(this.x=e.xAxis.nameToX(this)),void 0===this.x&&e&&(this.x=void 0===t?e.autoIncrement(this):t),this},setNestedProperty:function(n,t,i){return i.split(".").reduce(function(n,i,r,u){return n[i]=u.length-1===r?t:c(n[i],!0)?n[i]:{},n[i]},n),n},optionsToObject:function(t){var i={},r=this.series,s=r.options.keys,u=s||r.pointArrayMap||["y"],c=u.length,e=0,o=0;if(f(t)||null===t)i[u[0]]=t;else if(h(t))for(!s&&t.length>c&&("string"==(r=typeof t[0])?i.name=t[0]:"number"===r&&(i.x=t[0]),e++);o<c;)s&&void 0===t[e]||(0<u[o].indexOf(".")?n.Point.prototype.setNestedProperty(i,t[e],u[o]):i[u[o]]=t[e]),e++,o++;else"object"==typeof t&&(i=t,t.dataLabels&&(r._hasPointLabels=!0),t.marker&&(r._hasPointMarkers=!0));return i},getClassName:function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},getZone:function(){var t=this.series,r=t.zones,n,i;for(t=t.zoneAxis||"y",i=0,n=r[i];this[t]>=n.value;)n=r[++i];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},hasNewShapeType:function(){return this.graphic&&this.graphic.element.nodeName!==this.shapeType},destroy:function(){var i,n=this.series.chart,t=n.hoverPoints;for(i in n.pointCount--,t&&(this.setState(),s(t,this),t.length||(n.hoverPoints=null)),this===n.hoverPoint&&this.onMouseOut(),(this.graphic||this.dataLabel||this.dataLabels)&&(v(this),this.destroyElements()),this.legendItem&&n.legend.destroyItem(this),this)this[i]=null},destroyElements:function(n){var u,t=this,i=[],r;for((n=n||{graphic:1,dataLabel:1}).graphic&&i.push("graphic","shadowGroup"),n.dataLabel&&i.push("dataLabel","dataLabelUpper","connector"),u=i.length;u--;)r=i[u],t[r]&&(t[r]=t[r].destroy());["dataLabel","connector"].forEach(function(i){var r=i+"s";n[i]&&t[r]&&(t[r].forEach(function(n){n.element&&n.destroy()}),delete t[r])})},getLabelConfig:function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},tooltipFormatter:function(n){var t=this.series,r=t.tooltipOptions,e=i(r.valueDecimals,""),u=r.valuePrefix||"",f=r.valueSuffix||"";return t.chart.styledMode&&(n=t.chart.tooltip.styledModeFormat(n)),(t.pointArrayMap||["y"]).forEach(function(t){t="{point."+t;(u||f)&&(n=n.replace(RegExp(t+"}","g"),u+t+"}"+f));n=n.replace(RegExp(t+"}","g"),t+":,."+e+"f}")}),l(n,{point:this,series:this.series},t.chart.time)},firePointEvent:function(n,t,i){var r=this,u=this.series.options;(u.point.events[n]||r.options&&r.options.events&&r.options.events[n])&&this.importEvents();"click"===n&&u.allowPointSelect&&(i=function(n){r.select&&r.select(null,n.ctrlKey||n.metaKey||n.shiftKey)});e(this,n,t,i)},visible:!0}}),i(t,"parts/Series.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var l=t.arrayMax,a=t.arrayMin,r=t.defined,v=t.erase,y=t.extend,o=t.isArray,f=t.isNumber,d=t.isString,s=t.objectEach,i=t.pick,g=t.splat,p=t.syncTimeout,h=n.addEvent,w=n.animObject,b=n.correctFloat,e=n.defaultOptions,nt=n.defaultPlotOptions,u=n.fireEvent,c=n.merge,k=n.removeEvent,tt=n.SVGElement,it=n.win;n.Series=n.seriesType("line",null,{lineWidth:2,allowPointSelect:!1,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{lineWidth:0,lineColor:"#ffffff",enabledThreshold:2,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{align:"center",formatter:function(){return null===this.y?"":n.numberFormat(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"},{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,isCartesian:!0,parallelArrays:["x","y"],pointClass:n.Point,requireSorting:!0,sorted:!0,init:function(t,r){var c,f,e,o;u(this,"init",{options:r});f=this;e=t.series;this.eventOptions=this.eventOptions||{};f.chart=t;f.options=r=f.setOptions(r);f.linkedSeries=[];f.bindAxes();y(f,{name:r.name,state:"",visible:!1!==r.visible,selected:!0===r.selected});o=r.events;s(o,function(t,i){n.isFunction(t)&&f.eventOptions[i]!==t&&(n.isFunction(f.eventOptions[i])&&k(f,i,f.eventOptions[i]),f.eventOptions[i]=t,h(f,i,t))});(o&&o.click||r.point&&r.point.events&&r.point.events.click||r.allowPointSelect)&&(t.runTrackerClick=!0);f.getColor();f.getSymbol();f.parallelArrays.forEach(function(n){f[n+"Data"]||(f[n+"Data"]=[])});f.points||f.data||f.setData(r.data,!1);f.isCartesian&&(t.hasCartesianSeries=!0);e.length&&(c=e[e.length-1]);f._i=i(c&&c._i,-1)+1;t.orderSeries(this.insert(e));u(this,"afterInit")},insert:function(n){var t,r=this.options.index;if(f(r)){for(t=n.length;t--;)if(r>=i(n[t].options.index,n[t]._i)){n.splice(t+1,0,this);break}-1===t&&n.unshift(this);t+=1}else n.push(this);return i(t,n.length-1)},bindAxes:function(){var r,t=this,i=t.options,f=t.chart;u(this,"bindAxes",null,function(){(t.axisTypes||[]).forEach(function(u){f[u].forEach(function(n){(i[u]===(r=n.options).index||void 0!==i[u]&&i[u]===r.id||void 0===i[u]&&0===r.index)&&(t.insert(n.series),t[u]=n,n.isDirty=!0)});t[u]||t.optionalAxis===u||n.error(18,!0,f)})})},updateParallelArrays:function(n,t){var i=n.series,r=arguments,u=f(t)?function(r){var u="y"===r&&i.toYData?i.toYData(n):n[r];i[r+"Data"][t]=u}:function(n){Array.prototype[t].apply(i[n+"Data"],Array.prototype.slice.call(r,2))};i.parallelArrays.forEach(u)},hasData:function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},autoIncrement:function(){var r,n=this.options,u=this.xIncrement,f=n.pointIntervalUnit,t=this.chart.time;return u=i(u,n.pointStart,0),this.pointInterval=r=i(this.pointInterval,n.pointInterval,1),f&&(n=new t.Date(u),"day"===f?t.set("Date",n,t.get("Date",n)+r):"month"===f?t.set("Month",n,t.get("Month",n)+r):"year"===f&&t.set("FullYear",n,t.get("FullYear",n)+r),r=n.getTime()-u),this.xIncrement=u+r,u},setOptions:function(n){var s=this.chart,o=s.options,f=o.plotOptions,t=s.userOptions||{},l,a,h;return n=c(n),s=s.styledMode,l={plotOptions:f,userOptions:n},u(this,"setOptions",l),a=l.plotOptions[this.type],h=t.plotOptions||{},this.userOptions=l.userOptions,t=c(a,f.series,t.plotOptions&&t.plotOptions[this.type],n),this.tooltipOptions=c(e.tooltip,e.plotOptions.series&&e.plotOptions.series.tooltip,e.plotOptions[this.type].tooltip,o.tooltip.userOptions,f.series&&f.series.tooltip,f[this.type].tooltip,n.tooltip),this.stickyTracking=i(n.stickyTracking,h[this.type]&&h[this.type].stickyTracking,h.series&&h.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||t.stickyTracking),null===a.marker&&delete t.marker,this.zoneAxis=t.zoneAxis,o=this.zones=(t.zones||[]).slice(),!t.negativeColor&&!t.negativeFillColor||t.zones||(f={value:t[this.zoneAxis+"Threshold"]||t.threshold||0,className:"highcharts-negative"},s||(f.color=t.negativeColor,f.fillColor=t.negativeFillColor),o.push(f)),o.length&&r(o[o.length-1].value)&&o.push(s?{}:{color:this.color,fillColor:this.fillColor}),u(this,"afterSetOptions",{options:t}),t},getName:function(){return i(this.options.name,"Series "+(this.index+1))},getCyclic:function(n,t,u){var f=this.chart,s=this.userOptions,o=n+"Index",h=n+"Counter",c=u?u.length:i(f.options.chart[n+"Count"],f[n+"Count"]),e;t||(e=i(s[o],s["_"+o]),r(e)||(f.series.length||(f[h]=0),s["_"+o]=e=f[h]%c,f[h]+=1),u&&(t=u[e]));void 0!==e&&(this[o]=e);this[n]=t},getColor:function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.options.color=null:this.getCyclic("color",this.options.color||nt[this.type].color,this.chart.options.colors)},getSymbol:function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},findPointIndex:function(n,t){var r=n.id,e,u,i;return n=n.x,u=this.points,r&&(i=(r=this.chart.get(r))&&r.index,void 0!==i&&(e=!0)),void 0===i&&f(n)&&(i=this.xData.indexOf(n,t)),-1!==i&&void 0!==i&&this.cropped&&(i=i>=this.cropStart?i-this.cropStart:i),!e&&u[i]&&u[i].touched&&(i=void 0),i},drawLegendSymbol:n.LegendSymbolMixin.drawLineMarker,updateData:function(n){var u,i,e,c=this.options,t=this.points,o=[],l=this.requireSorting,s=n.length===t.length,h=!0;if(this.xIncrement=null,n.forEach(function(n,i){var a=r(n)&&this.pointClass.prototype.optionsToObject.call({series:this},n)||{},h=a.x;(a.id||f(h))&&(-1===(h=this.findPointIndex(a,e))||void 0===h?o.push(n):t[h]&&n!==c.data[h]?(t[h].update(n,!1,null,!1),t[h].touched=!0,l&&(e=h+1)):t[h]&&(t[h].touched=!0),(!s||i!==h||this.hasDerivedData)&&(u=!0))},this),u)for(n=t.length;n--;)(i=t[n])&&!i.touched&&i.remove(!1);else s?n.forEach(function(n,i){t[i].update&&n!==t[i].y&&t[i].update(n,!1,null,!1)}):h=!1;return t.forEach(function(n){n&&(n.touched=!1)}),!!h&&(o.forEach(function(n){this.addPoint(n,!1,null,null,!1)},this),!0)},setData:function(t,r,u,e){var h,s=this,c=s.points,nt=c&&c.length||0,w=s.options,v=s.chart,l=null,b=s.xAxis;l=w.turboThreshold;var tt,k=this.xData,a=this.yData,it=(h=s.pointArrayMap)&&h.length,g=w.keys,y=0,p=1;if(h=(t=t||[]).length,r=i(r,!0),!1!==e&&h&&nt&&!s.cropped&&!s.hasGroupedData&&s.visible&&!s.isSeriesBoosting&&(tt=this.updateData(t)),!tt){if(s.xIncrement=null,s.colorCounter=0,this.parallelArrays.forEach(function(n){s[n+"Data"].length=0}),l&&h>l)if(l=s.getFirstValidPoint(t),f(l))for(u=0;u<h;u++)k[u]=this.autoIncrement(),a[u]=t[u];else if(o(l))if(it)for(u=0;u<h;u++)k[u]=(e=t[u])[0],a[u]=e.slice(1,it+1);else for(g&&(y=0<=(y=g.indexOf("x"))?y:0,p=0<=(p=g.indexOf("y"))?p:1),u=0;u<h;u++)k[u]=(e=t[u])[y],a[u]=e[p];else n.error(12,!1,v);else for(u=0;u<h;u++)void 0!==t[u]&&(s.pointClass.prototype.applyOptions.apply(e={series:s},[t[u]]),s.updateParallelArrays(e,u));for(a&&d(a[0])&&n.error(14,!0,v),s.data=[],s.options.data=s.userOptions.data=t,u=nt;u--;)c[u]&&c[u].destroy&&c[u].destroy();b&&(b.minRange=b.userMinRange);s.isDirty=v.isDirtyBox=!0;s.isDirtyData=!!c;u=!1}"point"===w.legendType&&(this.processData(),this.generatePoints());r&&v.redraw(u)},processData:function(t){var i=this.xData,l=this.yData,u=i.length,e=0,f=this.xAxis,o=this.options,r=o.cropThreshold,w=this.getExtremesFromAll||o.getExtremesFromAll,v=this.isCartesian,y,a,s,h,p,c;if(o=f&&f.val2lin,y=f&&f.isLog,a=this.requireSorting,v&&!this.isDirty&&!f.isDirty&&!this.yAxis.isDirty&&!t)return!1;for(f&&(s=(t=f.getExtremes()).min,h=t.max),v&&this.sorted&&!w&&(!r||u>r||this.forceCrop)&&(i[u-1]<s||i[0]>h?(i=[],l=[]):this.yData&&(i[0]<s||i[u-1]>h)&&(i=(e=this.cropData(this.xData,this.yData,s,h)).xData,l=e.yData,e=e.start,p=!0)),r=i.length||1;--r;)0<(u=y?o(i[r])-o(i[r-1]):i[r]-i[r-1])&&(void 0===c||u<c)?c=u:0>u&&a&&(n.error(15,!1,this.chart),a=!1);this.cropped=p;this.cropStart=e;this.processedXData=i;this.processedYData=l;this.closestPointRange=this.basePointRange=c},cropData:function(n,t,r,u,f){var e,h=n.length,o=0,s=h;for(f=i(f,this.cropShoulder),e=0;e<h;e++)if(n[e]>=r){o=Math.max(0,e-f);break}for(r=e;r<h;r++)if(n[r]>u){s=r+f;break}return{xData:n.slice(o,s),yData:t.slice(o,s),start:o,end:s}},generatePoints:function(){var l,f=this.options,o=f.data,i=this.data,s=this.processedXData,p=this.processedYData,a=this.pointClass,h=s.length,v=this.cropStart||0,e=this.hasGroupedData,n,c,r,t;for(f=f.keys,c=[],i||e||((i=[]).length=o.length,i=this.data=i),f&&e&&(this.options.keys=!1),n=0;n<h;n++)r=v+n,e?(t=(new a).init(this,[s[n]].concat(g(p[n]))),t.dataGroup=this.groupMap[n],t.dataGroup.options&&(t.options=t.dataGroup.options,y(t,t.dataGroup.options),delete t.dataLabels)):(t=i[r])||void 0===o[r]||(i[r]=t=(new a).init(this,o[r],s[n])),t&&(t.index=r,c[n]=t);if(this.options.keys=f,i&&(h!==(l=i.length)||e))for(n=0;n<l;n++)n!==v||e||(n+=h),i[n]&&(i[n].destroyElements(),i[n].plotX=void 0);this.data=i;this.points=c;u(this,"afterGeneratePoints")},getXExtremes:function(n){return{min:a(n),max:l(n)}},getExtremes:function(n){var i,v=this.xAxis,e=this.yAxis,y=this.processedXData||this.xData,s=[],p=0,w=0,h=0,b=this.requireSorting?this.cropShoulder:0,k=!!e&&e.positiveValuesOnly;for(e=(n=n||this.stackedYData||this.processedYData||[]).length,v&&(w=(h=v.getExtremes()).min,h=h.max),i=0;i<e;i++){var c=y[i],t=n[i],r=(f(t)||o(t))&&(t.length||0<t||!k);if(c=this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!v||(y[i+b]||c)>=w&&(y[i-b]||c)<=h,r&&c)if(r=t.length)for(;r--;)f(t[r])&&(s[p++]=t[r]);else s[p++]=t}this.dataMin=a(s);this.dataMax=l(s);u(this,"afterGetExtremes")},getFirstValidPoint:function(n){for(var t=null,r=n.length,i=0;null===t&&i<r;)t=n[i],i++;return t},translate:function(){var v,s,y,d;this.processedXData||this.processData();this.generatePoints();for(var h,p=this.options,rt=p.stacking,w=this.xAxis,g=w.categories,e=this.yAxis,ut=this.points,ot=ut.length,st=!!this.modifyValue,nt=this.pointPlacementToXValue(),ht=f(nt),a=p.threshold,ft=p.startFromThreshold?a:0,et=this.zoneAxis||"y",tt=Number.MAX_VALUE,it=0;it<ot;it++){var n=ut[it],c=n.x,t=n.y,l=n.low,k=rt&&e.stacks[(this.negStacks&&t<(ft?0:a)?"-":"")+this.stackKey];(e.positiveValuesOnly&&null!==t&&0>=t&&(n.isNull=!0),n.plotX=h=b(Math.min(Math.max(-1e5,w.translate(c,0,0,0,1,nt,"flags"===this.type)),1e5)),rt&&this.visible&&k&&k[c])&&(v=this.getStackIndicator(v,c,this.index),n.isNull||(s=k[c],y=s.points[v.key]));(o(y)&&(t=y[1],(l=y[0])===ft&&v.key===k[c].base&&(l=i(f(a)&&a,e.min)),e.positiveValuesOnly&&0>=l&&(l=null),n.total=n.stackTotal=s.total,n.percentage=s.total&&n.y/s.total*100,n.stackY=t,this.irregularWidths||s.setOffset(this.pointXOffset||0,this.barW||0)),n.yBottom=r(l)?Math.min(Math.max(-1e5,e.translate(l,0,1,0,1)),1e5):null,st&&(t=this.modifyValue(t,n)),n.plotY=t="number"==typeof t&&1/0!==t?Math.min(Math.max(-1e5,e.translate(t,0,1,0,1)),1e5):void 0,n.isInside=void 0!==t&&0<=t&&t<=e.len&&0<=h&&h<=w.len,n.clientX=ht?b(w.translate(c,0,0,0,1,nt)):h,n.negative=n[et]<(p[et+"Threshold"]||a||0),n.category=g&&void 0!==g[n.x]?g[n.x]:n.x,n.isNull)||(void 0!==d&&(tt=Math.min(tt,Math.abs(h-d))),d=h);n.zone=this.zones.length&&n.getZone()}this.closestPointRangePx=tt;u(this,"afterTranslate")},getValidPoints:function(n,t,i){var r=this.chart;return(n||this.points||[]).filter(function(n){return!(t&&!r.isInsidePlot(n.plotX,n.plotY,r.inverted))&&(i||!n.isNull)})},getClipBox:function(n,t){var i=this.chart,r=this.xAxis,u=r&&this.yAxis;return n&&!1===this.options.clip&&u?n=i.inverted?{y:-i.chartWidth+u.len+u.pos,height:i.chartWidth,width:i.chartHeight,x:-i.chartHeight+r.len+r.pos}:{y:-u.pos,height:i.chartHeight,width:i.chartWidth,x:-r.pos}:(n=this.clipBox||i.clipBox,t&&(n.width=i.plotSizeX,n.x=0)),t?{width:n.width,x:n.x}:n},setClip:function(n){var t=this.chart,u=this.options,o=t.renderer,f=t.inverted,s=this.clipBox,e=this.getClipBox(n),i=this.sharedClipKey||["_sharedClip",n&&n.duration,n&&n.easing,e.height,u.xAxis,u.yAxis].join(),r=t[i],h=t[i+"m"];r||(n&&(e.width=0,f&&(e.x=t.plotSizeX+(!1!==u.clip?0:t.plotTop)),t[i+"m"]=h=o.clipRect(f?t.plotSizeX+99:-99,f?-t.plotLeft:-t.plotTop,99,f?t.chartWidth:t.chartHeight)),t[i]=r=o.clipRect(e),r.count={length:0});n&&!r.count[this.index]&&(r.count[this.index]=!0,r.count.length+=1);(!1!==u.clip||n)&&(this.group.clip(n||s?r:t.clipRect),this.markerGroup.clip(h),this.sharedClipKey=i);n||(r.count[this.index]&&(delete r.count[this.index],--r.count.length),0===r.count.length&&i&&t[i]&&(s||(t[i]=t[i].destroy()),t[i+"m"]&&(t[i+"m"]=t[i+"m"].destroy())))},animate:function(n){var t=this.chart,i=w(this.options.animation),r,u;n?this.setClip(i):(r=this.sharedClipKey,n=t[r],u=this.getClipBox(i,!0),n&&n.animate(u,i),t[r+"m"]&&t[r+"m"].animate({width:u.width+99,x:u.x-(t.inverted?0:99)},i),this.animate=null)},afterAnimate:function(){this.setClip();u(this,"afterAnimate");this.finishedAnimating=!0},drawPoints:function(){var t,s=this.points,h=this.chart,f=this.options.marker,l=this[this.specialGroup]||this.markerGroup,u=this.xAxis,a=i(f.enabled,!(u&&!u.isRadial)||null,this.closestPointRangePx>=f.enabledThreshold*f.radius),c;if(!1!==f.enabled||this._hasPointMarkers)for(u=0;u<s.length;u++){var n=s[u],v=(t=n.graphic)?"animate":"attr",e=n.marker||{},y=!!n.marker,r=a&&void 0===e.enabled||e.enabled,o=!1!==n.isInside;r&&!n.isNull?(c=i(e.symbol,this.symbol),r=this.markerAttribs(n,n.selected&&"select"),t?t[o?"show":"hide"](o).animate(r):o&&(0<r.width||n.hasImage)&&(n.graphic=t=h.renderer.symbol(c,r.x,r.y,r.width,r.height,y?e:f).add(l)),t&&!h.styledMode&&t[v](this.pointAttribs(n,n.selected&&"select")),t&&t.addClass(n.getClassName(),!0)):t&&(n.graphic=t.destroy())}},markerAttribs:function(n,t){var r=this.options.marker,f=n.marker||{},e=f.symbol||r.symbol,u=i(f.radius,r.radius);return t&&(r=r.states[t],u=i((t=f.states&&f.states[t])&&t.radius,r&&r.radius,u+(r&&r.radiusPlus||0))),n.hasImage=e&&0===e.indexOf("url"),n.hasImage&&(u=0),n={x:Math.floor(n.plotX)-u,y:n.plotY-u},u&&(n.width=n.height=2*u),n},pointAttribs:function(n,t){var r=this.options.marker,u=n&&n.options,e=u&&u.marker||{},f=this.color,o=u&&u.color,h=n&&n.color,s;return u=i(e.lineWidth,r.lineWidth),s=n&&n.zone&&n.zone.color,n=1,f=o||s||h||f,o=e.fillColor||r.fillColor||f,f=e.lineColor||r.lineColor||f,r=r.states[t=t||"normal"],u=i((t=e.states&&e.states[t]||{}).lineWidth,r.lineWidth,u+i(t.lineWidthPlus,r.lineWidthPlus,0)),{stroke:f=t.lineColor||r.lineColor||f,"stroke-width":u,fill:o=t.fillColor||r.fillColor||o,opacity:n=i(t.opacity,r.opacity,n)}},destroy:function(t){var e,o,r,i=this,f=i.chart,c=/AppleWebKit\/533/.test(it.navigator.userAgent),h=i.data||[];for(u(i,"destroy"),t||k(i),(i.axisTypes||[]).forEach(function(n){(r=i[n])&&r.series&&(v(r.series,i),r.isDirty=r.forceRedraw=!0)}),i.legendItem&&i.chart.legend.destroyItem(i),e=h.length;e--;)(o=h[e])&&o.destroy&&o.destroy();i.points=null;n.clearTimeout(i.animationTimeout);s(i,function(n,t){n instanceof tt&&!n.survive&&n[c&&"group"===t?"hide":"destroy"]()});f.hoverSeries===i&&(f.hoverSeries=null);v(f.series,i);f.orderSeries();s(i,function(n,r){t&&"hcEvents"===r||delete i[r]})},getGraphPath:function(n,t,i){var c,f,e=this,h=e.options,u=h.step,o=[],s=[];return(c=(n=n||e.points).reversed)&&n.reverse(),(u={right:1,center:2}[u]||u&&3)&&c&&(u=4-u),!h.connectNulls||t||i||(n=this.getValidPoints(n)),n.forEach(function(c,l){var v=c.plotX,y=c.plotY,a=n[l-1];(c.leftCliff||a&&a.rightCliff)&&!i&&(f=!0);c.isNull&&!r(t)&&0<l?f=!h.connectNulls:c.isNull&&!t?f=!0:(0===l||f?l=["M",c.plotX,c.plotY]:e.getPointSpline?l=e.getPointSpline(n,c,l):u?(l=1===u?["L",a.plotX,y]:2===u?["L",(a.plotX+v)/2,a.plotY,"L",(a.plotX+v)/2,y]:["L",v,a.plotY]).push("L",v,y):l=["L",v,y],s.push(c.x),u&&(s.push(c.x),2===u&&s.push(c.x)),o.push.apply(o,l),f=!1)}),o.xMap=s,e.graphPath=o},drawGraph:function(){var n=this,i=this.options,t=(this.gappedPath||this.getGraphPath).call(this),u=this.chart.styledMode,r=[["graph","highcharts-graph"]];u||r[0].push(i.lineColor||this.color||"#cccccc",i.dashStyle);(r=n.getZonesGraphs(r)).forEach(function(r,f){var o=r[0],e=n[o],s=e?"animate":"attr";e?(e.endX=n.preventGraphAnimation?null:t.xMap,e.animate({d:t})):t.length&&(n[o]=e=n.chart.renderer.path(t).addClass(r[1]).attr({zIndex:1}).add(n.group));e&&!u&&(o={stroke:r[2],"stroke-width":i.lineWidth,fill:n.fillGraph&&n.color||"none"},r[3]?o.dashstyle=r[3]:"square"!==i.linecap&&(o["stroke-linecap"]=o["stroke-linejoin"]="round"),e[s](o).shadow(2>f&&i.shadow));e&&(e.startX=t.xMap,e.isArea=t.isArea)})},getZonesGraphs:function(n){return this.zones.forEach(function(t,i){i=["zone-graph-"+i,"highcharts-graph highcharts-zone-graph-"+i+" "+(t.className||"")];this.chart.styledMode||i.push(t.color||this.color,t.dashStyle||this.options.dashStyle);n.push(i)},this),n},applyZones:function(){var f,u,n,p,l,a,v=this,t=this.chart,k=t.renderer,d=this.zones,e=this.clips||[],o=this.graph,s=this.area,y=Math.max(t.chartWidth,t.chartHeight),r=this[(this.zoneAxis||"y")+"Axis"],w=t.inverted,g=!1,b,h,c;d.length&&(o||s)&&r&&void 0!==r.min?(b=r.reversed,h=r.horiz,o&&!this.showLine&&o.hide(),s&&s.hide(),c=r.getExtremes(),d.forEach(function(d,nt){f=b?h?t.plotWidth:0:h?0:r.toPixels(c.min)||0;f=Math.min(Math.max(i(u,f),0),y);u=Math.min(Math.max(Math.round(r.toPixels(i(d.value,c.max),!0)||0),0),y);g&&(f=u=r.toPixels(c.max));p=Math.abs(f-u);l=Math.min(f,u);a=Math.max(f,u);r.isXAxis?(n={x:w?a:l,y:0,width:p,height:y},h||(n.x=t.plotHeight-n.x)):(n={x:0,y:w?a:l,width:y,height:p},h&&(n.y=t.plotWidth-n.y));w&&k.isVML&&(n=r.isXAxis?{x:0,y:b?l:a,height:n.width,width:t.chartWidth}:{x:n.y-t.plotLeft-t.spacingBox.x,y:0,width:n.height,height:t.chartHeight});e[nt]?e[nt].animate(n):e[nt]=k.clipRect(n);o&&v["zone-graph-"+nt].clip(e[nt]);s&&v["zone-area-"+nt].clip(e[nt]);g=d.value>c.max;v.resetZones&&0===u&&(u=void 0)}),this.clips=e):v.visible&&(o&&o.show(!0),s&&s.show(!0))},invertGroups:function(n){function i(){["group","markerGroup"].forEach(function(i){t[i]&&(r.renderer.isVML&&t[i].attr({width:t.yAxis.len,height:t.xAxis.len}),t[i].width=t.yAxis.len,t[i].height=t.xAxis.len,t[i].invert(n))})}var t=this,r=t.chart,u;t.xAxis&&(u=h(r,"resize",i),h(t,"destroy",u),i(),t.invertGroups=i)},plotGroup:function(n,t,i,u,f){var e=this[n],o=!e;return o&&(this[n]=e=this.chart.renderer.g().attr({zIndex:u||.1}).add(f)),e.addClass("highcharts-"+t+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(r(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(e.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),e.attr({visibility:i})[o?"attr":"animate"](this.getPlotBox()),e},getPlotBox:function(){var t=this.chart,i=this.xAxis,n=this.yAxis;return t.inverted&&(i=n,n=this.xAxis),{translateX:i?i.left:t.plotLeft,translateY:n?n.top:t.plotTop,scaleX:1,scaleY:1}},render:function(){var n=this,t=n.chart,i=n.options,r=!!n.animate&&t.renderer.isSVG&&w(i.animation).duration,e=n.visible?"inherit":"hidden",o=i.zIndex,s=n.hasRendered,h=t.seriesGroup,c=t.inverted,f;u(this,"render");f=n.plotGroup("group","series",e,o,h);n.markerGroup=n.plotGroup("markerGroup","markers",e,o,h);r&&n.animate(!0);f.inverted=!(!n.isCartesian&&!n.invertable)&&c;n.drawGraph&&(n.drawGraph(),n.applyZones());n.visible&&n.drawPoints();n.drawDataLabels&&n.drawDataLabels();n.redrawPoints&&n.redrawPoints();n.drawTracker&&!1!==n.options.enableMouseTracking&&n.drawTracker();n.invertGroups(c);!1===i.clip||n.sharedClipKey||s||f.clip(t.clipRect);r&&n.animate();s||(n.animationTimeout=p(function(){n.afterAnimate()},r||0));n.isDirty=!1;n.hasRendered=!0;u(n,"afterRender")},redraw:function(){var n=this.chart,f=this.isDirty||this.isDirtyData,t=this.group,r=this.xAxis,u=this.yAxis;t&&(n.inverted&&t.attr({width:n.plotWidth,height:n.plotHeight}),t.animate({translateX:i(r&&r.left,n.plotLeft),translateY:i(u&&u.top,n.plotTop)}));this.translate();this.render();f&&delete this.kdTree},kdAxisArray:["clientX","plotY"],searchPoint:function(n,t){var i=this.xAxis,r=this.yAxis,u=this.chart.inverted;return this.searchKDTree({clientX:u?i.len-n.chartY+i.pos:n.chartX-i.pos,plotY:u?r.len-n.chartX+r.pos:n.chartY-r.pos},t,n)},buildKDTree:function(n){this.buildingKdTree=!0;var t=this,i=-1<t.options.findNearestPointBy.indexOf("y")?2:1;delete t.kdTree;p(function(){t.kdTree=function n(i,r,u){var f,e;if(f=i&&i.length)return e=t.kdAxisArray[r%u],i.sort(function(n,t){return n[e]-t[e]}),{point:i[f=Math.floor(f/2)],left:n(i.slice(0,f),r+1,u),right:n(i.slice(f+1),r+1,u)}}(t.getValidPoints(null,!t.directTouch),i,i);t.buildingKdTree=!1},t.options.kdNow||n&&"touchstart"===n.type?0:1)},searchKDTree:function(n,t,i){var o=this,f=this.kdAxisArray[0],e=this.kdAxisArray[1],u=t?"distX":"dist";if(t=-1<o.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(i),this.kdTree)return function n(t,i,s,h){var c=i.point,v=o.kdAxisArray[s%h],l=c,y=r(t[f])&&r(c[f])?Math.pow(t[f]-c[f],2):null,a=r(t[e])&&r(c[e])?Math.pow(t[e]-c[e],2):null;return c.dist=r(a=(y||0)+(a||0))?Math.sqrt(a):Number.MAX_VALUE,c.distX=r(y)?Math.sqrt(y):Number.MAX_VALUE,y=0>(v=t[v]-c[v])?"right":"left",i[a=0>v?"left":"right"]&&(l=(a=n(t,i[a],s+1,h))[u]<l[u]?a:c),i[y]&&Math.sqrt(v*v)<l[u]&&(l=(t=n(t,i[y],s+1,h))[u]<l[u]?t:l),l}(n,this.kdTree,t,t)},pointPlacementToXValue:function(){var t=this.xAxis,n=this.options.pointPlacement;return"between"===n&&(n=t.reversed?-.5:.5),f(n)&&(n*=i(this.options.pointRange||t.pointRange)),n}})}),i(t,"parts/Stacking.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.defined,o=t.destroyObjectProperties,r=t.objectEach,i=t.pick;t=n.Axis;var s=n.Chart,e=n.correctFloat,h=n.format,u=n.Series;n.StackItem=function(n,t,i,r,u){var f=n.chart.inverted;this.axis=n;this.isNegative=i;this.options=t=t||{};this.x=r;this.total=null;this.points={};this.stack=u;this.rightCliff=this.leftCliff=0;this.alignOptions={align:t.align||(f?i?"left":"right":"center"),verticalAlign:t.verticalAlign||(f?"middle":i?"bottom":"top"),y:t.y,x:t.x};this.textAlign=t.textAlign||(f?i?"right":"left":"center")};n.StackItem.prototype={destroy:function(){o(this,this.axis)},render:function(n){var u=this.axis.chart,r=this.options,t=r.format;t=t?h(t,this,u.time):r.formatter.call(this);this.label?this.label.attr({text:t,visibility:"hidden"}):(this.label=u.renderer.label(t,null,null,r.shape,null,null,r.useHTML,!1,"stack-labels"),t={text:t,align:this.textAlign,rotation:r.rotation,padding:i(r.padding,0),visibility:"hidden"},this.label.attr(t),u.styledMode||this.label.css(r.style),this.label.added||this.label.add(n));this.label.labelrank=u.plotHeight},setOffset:function(n,t,r,e,o){var s=this.axis,h=s.chart,c,l;(e=s.translate(s.usePercentage?100:e||this.total,0,0,0,1),r=s.translate(r||0),r=f(e)&&Math.abs(e-r),n=i(o,h.xAxis[0].translate(this.x))+n,s=f(e)&&this.getStackBox(h,this,n,e,t,r,s),t=this.label,n=this.isNegative,o="justify"===i(this.options.overflow,"justify"),t&&s)&&(r=t.getBBox(),c=h.inverted?n?r.width:0:r.width/2,l=h.inverted?r.height/2:n?-4:r.height+4,this.alignOptions.x=i(this.options.x,0),t.align(this.alignOptions,null,s),e=t.alignAttr,t.show(),e.y-=l,o&&(e.x-=c,u.prototype.justifyDataLabel.call(this.axis,t,this.alignOptions,e,r,s),e.x+=c),e.x=t.alignAttr.x,t.attr({x:e.x,y:e.y}),i(!o&&this.options.crop,!0)&&((h=h.isInsidePlot(t.x+(h.inverted?0:-r.width/2),t.y)&&h.isInsidePlot(t.x+(h.inverted?n?-r.width:r.width:r.width/2),t.y+r.height))||t.hide()))},getStackBox:function(n,t,i,r,u,f,e){var s=t.axis.reversed,o=n.inverted;return n=e.height+e.pos-(o?n.plotLeft:n.plotTop),t=t.isNegative&&!s||!t.isNegative&&s,{x:o?t?r:r-f:i,y:o?n-i-u:t?n-r-f:n-r,width:o?f:u,height:o?u:f}}};s.prototype.getStacks=function(){var n=this,t=n.inverted;n.yAxis.forEach(function(n){n.stacks&&n.hasVisibleSeries&&(n.oldStacks=n.stacks)});n.series.forEach(function(r){var u=r.xAxis&&r.xAxis.options||{};r.options.stacking&&(!0===r.visible||!1===n.options.chart.ignoreHiddenSeries)&&(r.stackKey=[r.type,i(r.options.stack,""),t?u.top:u.left,t?u.height:u.width].join())})};t.prototype.buildStacks=function(){var n,t=this.series,u=i(this.options.reversedStacks,!0),r=t.length;if(!this.isXAxis){for(this.usePercentage=!1,n=r;n--;)t[u?n:r-n-1].setStackedPoints();for(n=0;n<r;n++)t[n].modifyStacks()}};t.prototype.renderStackTotals=function(){var t=this.chart,i=this.stacks,n=this.stackTotalGroup;n||(this.stackTotalGroup=n=t.renderer.g("stack-labels").attr({visibility:"visible",zIndex:6}).add());n.translate(t.plotLeft,t.plotTop);r(i,function(t){r(t,function(t){t.render(n)})})};t.prototype.resetStacks=function(){var n=this;n.isXAxis||r(n.stacks,function(t){r(t,function(i,r){i.touched<n.stacksTouched?(i.destroy(),delete t[r]):(i.total=null,i.cumulative=null)})})};t.prototype.cleanStacks=function(){if(!this.isXAxis){if(this.oldStacks)var n=this.stacks=this.oldStacks;r(n,function(n){r(n,function(n){n.cumulative=n.total})})}};u.prototype.setStackedPoints=function(){if(this.options.stacking&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var tt=this.processedXData,b=this.processedYData,k=[],it=b.length,h=this.options,d=h.threshold,v=i(h.startFromThreshold&&d,0),rt=h.stack;h=h.stacking;var o,l,y=this.stackKey,g="-"+y,nt=this.negStacks,s=this.yAxis,u=s.stacks,p=s.oldStacks;for(s.stacksTouched+=1,l=0;l<it;l++){var r=tt[l],c=b[l],w=this.getStackIndicator(w,r,this.index),a=w.key,t=(o=nt&&c<(v?0:d))?g:y;u[t]||(u[t]={});u[t][r]||(p[t]&&p[t][r]?(u[t][r]=p[t][r],u[t][r].total=null):u[t][r]=new n.StackItem(s,s.options.stackLabels,o,r,rt));t=u[t][r];null!==c?(t.points[a]=t.points[this.index]=[i(t.cumulative,v)],f(t.cumulative)||(t.base=a),t.touched=s.stacksTouched,0<w.index&&!1===this.singleStacks&&(t.points[a][0]=t.points[this.index+","+r+",0"][0])):t.points[a]=t.points[this.index]=null;"percent"===h?(o=o?y:g,t.total=nt&&u[o]&&u[o][r]?(o=u[o][r]).total=Math.max(o.total,t.total)+Math.abs(c)||0:e(t.total+(Math.abs(c)||0))):t.total=e(t.total+(c||0));t.cumulative=i(t.cumulative,v)+(c||0);null!==c&&(t.points[a].push(t.cumulative),k[l]=t.cumulative)}"percent"===h&&(s.usePercentage=!0);this.stackedYData=k;s.oldStacks={}}};u.prototype.modifyStacks=function(){var t,n=this,i=n.stackKey,r=n.yAxis.stacks,u=n.processedXData,f=n.options.stacking;n[f+"Stacker"]&&[i,"-"+i].forEach(function(i){for(var e,s,o=u.length;o--;)t=n.getStackIndicator(t,e=u[o],n.index,i),(s=(e=r[i]&&r[i][e])&&e.points[t.key])&&n[f+"Stacker"](s,e,o)})};u.prototype.percentStacker=function(n,t,i){n[0]=e(n[0]*(t=t.total?100/t.total:0));n[1]=e(n[1]*t);this.stackedYData[i]=n[1]};u.prototype.getStackIndicator=function(n,t,i,r){return!f(n)||n.x!==t||r&&n.key!==r?n={x:t,index:0,key:r}:n.index++,n.key=[i,t,n.index].join(),n}}),i(t,"parts/Dynamics.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var w=t.defined,c=t.erase,u=t.extend,b=t.isArray,l=t.isNumber,e=t.isObject,k=t.isString,s=t.objectEach,i=t.pick,d=t.setAnimation,a=t.splat,g=n.addEvent,v=n.animate,y=n.Axis;t=n.Chart;var p=n.createElement,o=n.css,r=n.fireEvent,f=n.merge,nt=n.Point,tt=n.Series,h=n.seriesTypes;n.cleanRecursively=function(t,i){var r={};return s(t,function(u,f){e(t[f],!0)&&!t.nodeType&&i[f]?(u=n.cleanRecursively(t[f],i[f]),Object.keys(u).length&&(r[f]=u)):(e(t[f])||t[f]!==i[f])&&(r[f]=t[f])}),r};u(t.prototype,{addSeries:function(n,t,u){var e,f=this;return n&&(t=i(t,!0),r(f,"addSeries",{options:n},function(){e=f.initSeries(n);f.isDirtyLegend=!0;f.linkSeries();r(f,"afterAddSeries",{series:e});t&&f.redraw(u)})),e},addAxis:function(n,t,i,r){return this.createAxis(t?"xAxis":"yAxis",{axis:n,redraw:i,animation:r})},addColorAxis:function(n,t,i){return this.createAxis("colorAxis",{axis:n,redraw:t,animation:i})},createAxis:function(t,r){var u=this.options,e="colorAxis"===t,s=r.redraw,h=r.animation,o;return r=f(r.axis,{index:this[t].length,isX:"xAxis"===t}),o=e?new n.ColorAxis(this,r):new y(this,r),u[t]=a(u[t]||{}),u[t].push(r),e&&(this.isDirtyLegend=!0,this.axes.forEach(function(n){n.series=[]}),this.series.forEach(function(n){n.bindAxes();n.isDirtyData=!0})),i(s,!0)&&this.redraw(h),o},showLoading:function(n){var t=this,e=t.options,r=t.loadingDiv,f=e.loading,s=function(){r&&o(r,{left:t.plotLeft+"px",top:t.plotTop+"px",width:t.plotWidth+"px",height:t.plotHeight+"px"})};r||(t.loadingDiv=r=p("div",{className:"highcharts-loading highcharts-loading-hidden"},null,t.container),t.loadingSpan=p("span",{className:"highcharts-loading-inner"},null,r),g(t,"redraw",s));r.className="highcharts-loading";t.loadingSpan.innerHTML=i(n,e.lang.loading,"");t.styledMode||(o(r,u(f.style,{zIndex:10})),o(t.loadingSpan,f.labelStyle),t.loadingShown||(o(r,{opacity:0,display:""}),v(r,{opacity:f.style.opacity||.5},{duration:f.showDuration||0})));t.loadingShown=!0;s()},hideLoading:function(){var t=this.options,n=this.loadingDiv;n&&(n.className="highcharts-loading highcharts-loading-hidden",this.styledMode||v(n,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){o(n,{display:"none"})}}));this.loadingShown=!1},propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" "),collectionsWithUpdate:"xAxis yAxis zAxis colorAxis series pane".split(" "),update:function(t,u,e,o){var c,y,p,h=this,b={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},d=t.isResponsiveOptions,g=[],v;(r(h,"update",{options:t}),d||h.setResponsive(!1,!0),t=n.cleanRecursively(t,h.options),f(!0,h.userOptions,t),c=t.chart)&&((f(!0,h.options.chart,c),"className"in c&&h.setClassName(c.className),"reflow"in c&&h.setReflow(c.reflow),"inverted"in c||"polar"in c||"type"in c)&&(h.propFromSeries(),v=!0),"alignTicks"in c&&(v=!0),s(c,function(n,t){-1!==h.propsRequireUpdateSeries.indexOf("chart."+t)&&(y=!0);-1!==h.propsRequireDirtyBox.indexOf(t)&&(h.isDirtyBox=!0);d||-1===h.propsRequireReflow.indexOf(t)||(p=!0)}),!h.styledMode&&"style"in c&&h.renderer.setStyle(c.style));!h.styledMode&&t.colors&&(this.options.colors=t.colors);t.plotOptions&&f(!0,this.options.plotOptions,t.plotOptions);t.time&&this.time===n.time&&(this.time=new n.Time(t.time));s(t,function(n,t){h[t]&&"function"==typeof h[t].update?h[t].update(n,!1):"function"==typeof h[b[t]]&&h[b[t]](n);"chart"!==t&&-1!==h.propsRequireUpdateSeries.indexOf(t)&&(y=!0)});this.collectionsWithUpdate.forEach(function(n){if(t[n]){if("series"===n){var r=[];h[n].forEach(function(n,t){n.options.isInternal||r.push(i(n.options.index,t))})}a(t[n]).forEach(function(t,i){(i=w(t.id)&&h.get(t.id)||h[n][r?r[i]:i])&&i.coll===n&&(i.update(t,!1),e&&(i.touched=!0));!i&&e&&h.collectionsWithInit[n]&&(h.collectionsWithInit[n][0].apply(h,[t].concat(h.collectionsWithInit[n][1]||[]).concat([!1])).touched=!0)});e&&h[n].forEach(function(n){n.touched||n.options.isInternal?delete n.touched:g.push(n)})}});g.forEach(function(n){n.remove&&n.remove(!1)});v&&h.axes.forEach(function(n){n.update({},!1)});y&&h.series.forEach(function(n){n.update({},!1)});t.loading&&f(!0,h.options.loading,t.loading);v=c&&c.width;k(c=c&&c.height)&&(c=n.relativeLength(c,v||h.chartWidth));p||l(v)&&v!==h.chartWidth||l(c)&&c!==h.chartHeight?h.setSize(v,c,o):i(u,!0)&&h.redraw(o);r(h,"afterUpdate",{options:t,redraw:u,animation:o})},setSubtitle:function(n,t){this.applyDescription("subtitle",n);this.layOutTitles(t)},setCaption:function(n,t){this.applyDescription("caption",n);this.layOutTitles(t)}});t.prototype.collectionsWithInit={xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],colorAxis:[t.prototype.addColorAxis,[!1]],series:[t.prototype.addSeries]};u(nt.prototype,{update:function(n,t,r,u){function a(){f.applyOptions(n);null===f.y&&s&&(f.graphic=s.destroy());e(n,!0)&&(s&&s.element&&n&&n.marker&&void 0!==n.marker.symbol&&(f.graphic=s.destroy()),n&&n.dataLabels&&f.dataLabel&&(f.dataLabel=f.dataLabel.destroy()),f.connector&&(f.connector=f.connector.destroy()));o.updateParallelArrays(f,h=f.index);c.data[h]=e(c.data[h],!0)||e(n,!0)?f.options:i(n,c.data[h]);o.isDirty=o.isDirtyData=!0;!o.fixedBox&&o.hasCartesianSeries&&(l.isDirtyBox=!0);"point"===c.legendType&&(l.isDirtyLegend=!0);t&&l.redraw(r)}var h,f=this,o=f.series,s=f.graphic,l=o.chart,c=o.options;t=i(t,!0);!1===u?a():f.firePointEvent("update",{options:n},a)},remove:function(n,t){this.series.removePoint(this.series.data.indexOf(this),n,t)}});u(tt.prototype,{addPoint:function(n,t,u,f,e){var y=this.options,c=this.data,w=this.chart,h=this.xAxis,p,v,l,o,a,s;if(h=h&&h.hasNames&&h.names,v=y.data,l=this.xData,t=i(t,!0),o={series:this},this.pointClass.prototype.applyOptions.apply(o,[n]),a=o.x,s=l.length,this.requireSorting&&a<l[s-1])for(p=!0;s&&l[s-1]>a;)s--;this.updateParallelArrays(o,"splice",s,0,0);this.updateParallelArrays(o,s);h&&o.name&&(h[a]=o.name);v.splice(s,0,n);p&&(this.data.splice(s,0,null),this.processData());"point"===y.legendType&&this.generatePoints();u&&(c[0]&&c[0].remove?c[0].remove(!1):(c.shift(),this.updateParallelArrays(o,"shift"),v.shift()));!1!==e&&r(this,"addPoint",{point:o});this.isDirtyData=this.isDirty=!0;t&&w.redraw(f)},removePoint:function(n,t,r){var u=this,e=u.data,f=e[n],o=u.points,s=u.chart,h=function(){o&&o.length===e.length&&o.splice(n,1);e.splice(n,1);u.options.data.splice(n,1);u.updateParallelArrays(f||{series:u},"splice",n,1);f&&f.destroy();u.isDirty=!0;u.isDirtyData=!0;t&&s.redraw()};d(r,s);t=i(t,!0);f?f.firePointEvent("remove",null,h):h()},remove:function(n,t,u,f){function s(){e.destroy(f);e.remove=null;o.isDirtyLegend=o.isDirtyBox=!0;o.linkSeries();i(n,!0)&&o.redraw(t)}var e=this,o=e.chart;!1!==u?r(e,"remove",null,s):s()},update:function(t,e){var y;t=n.cleanRecursively(t,this.userOptions);r(this,"update",{options:t});var k,o=this,l=o.chart,a=o.userOptions,p=o.initialType||o.type,s=t.type||a.type||l.options.chart.type,w=!(this.hasDerivedData||t.dataGrouping||s&&s!==this.type||void 0!==t.pointStart||t.pointInterval||t.pointIntervalUnit||t.keys),b=h[p].prototype,d=["group","markerGroup","dataLabelsGroup","transformGroup"],c=["eventOptions","navigatorSeries","baseSeries"],g=o.finishedAnimating&&{animation:!1},v={};for(k in w&&(c.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","_hasPointMarkers","_hasPointLabels","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&c.push("area","graph"),o.parallelArrays.forEach(function(n){c.push(n+"Data")}),t.data&&this.setData(t.data,!1)),t=f(a,g,{index:void 0===a.index?o.index:a.index,pointStart:i(a.pointStart,o.xData[0])},!w&&{data:o.options.data},t),w&&t.data&&(t.data=o.options.data),(c=d.concat(c)).forEach(function(n){c[n]=o[n];delete o[n]}),o.remove(!1,null,!1,!0),b)o[k]=void 0;(h[s||p]?u(o,h[s||p].prototype):n.error(17,!0,l,{missingModuleFor:s||p}),c.forEach(function(n){o[n]=c[n]}),o.init(l,t),w&&this.points)&&(y=o.options,!1===y.visible?(v.graphic=1,v.dataLabel=1):o._hasPointLabels||(b=y.dataLabels,(s=y.marker)&&(!1===s.enabled||"symbol"in s)&&(v.graphic=1),b&&!1===b.enabled&&(v.dataLabel=1)),this.points.forEach(function(n){n&&n.series&&(n.resolveColor(),Object.keys(v).length&&n.destroyElements(v),!1===y.showInLegend&&n.legendItem&&l.legend.destroyItem(n))},this));t.zIndex!==a.zIndex&&d.forEach(function(n){o[n]&&o[n].attr({zIndex:t.zIndex})});o.initialType=p;l.linkSeries();r(this,"afterUpdate");i(e,!0)&&l.redraw(!!w&&void 0)},setName:function(n){this.name=this.options.name=this.userOptions.name=n;this.chart.isDirtyLegend=!0}});u(y.prototype,{update:function(n,t){var r=this.chart,e=n&&n.events||{};n=f(this.userOptions,n);r.options[this.coll].indexOf&&(r.options[this.coll][r.options[this.coll].indexOf(this.userOptions)]=n);s(r.options[this.coll].events,function(n,t){void 0===e[t]&&(e[t]=void 0)});this.destroy(!0);this.init(r,u(n,{events:e}));r.isDirtyBox=!0;i(t,!0)&&r.redraw()},remove:function(n){for(var t=this.chart,r=this.coll,u=this.series,f=u.length;f--;)u[f]&&u[f].remove(!1);c(t.axes,this);c(t[r],this);b(t.options[r])?t.options[r].splice(this.options.index,1):delete t.options[r];t[r].forEach(function(n,t){n.options.index=n.userOptions.index=t});this.destroy();t.isDirtyBox=!0;i(n,!0)&&t.redraw()},setTitle:function(n,t){this.update({title:n},t)},setCategories:function(n,t){this.update({categories:n},t)}})}),i(t,"parts/AreaSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var u=t.objectEach,i=t.pick,f=n.color,r=n.Series;(t=n.seriesType)("area","line",{softThreshold:!1,threshold:0},{singleStacks:!1,getStackPoints:function(n){var t,s=[],f=[],y=this.xAxis,e=this.yAxis,o=e.stacks[this.stackKey],r={},h=this.index,c=e.series,l=c.length,a=i(e.options.reversedStacks,!0)?1:-1,v;if(n=n||this.points,this.options.stacking){for(t=0;t<n.length;t++)n[t].leftNull=n[t].rightNull=void 0,r[n[t].x]=n[t];u(o,function(n,t){null!==n.total&&f.push(t)});f.sort(function(n,t){return n-t});v=c.map(function(n){return n.visible});f.forEach(function(n,i){var c,p,u=0;if(r[n]&&!r[n].isNull)s.push(r[n]),[-1,1].forEach(function(u){var y=1===u?"rightNull":"leftNull",e=0,s=o[f[i+u]];if(s)for(t=h;0<=t&&t<l;)(c=s.points[t])||(t===h?r[n][y]=!0:v[t]&&(p=o[n].points[t])&&(e-=p[1]-p[0])),t+=a;r[n][1===u?"rightCliff":"leftCliff"]=e});else{for(t=h;0<=t&&t<l;){if(c=o[n].points[t]){u=c[1];break}t+=a}u=e.translate(u,0,1,0,1);s.push({isNull:!0,plotX:y.translate(n,0,0,0,1),x:n,plotY:u,yBottom:u})}})}return s},getGraphPath:function(n){var t,o=r.prototype.getGraphPath,u=this.options,e=u.stacking,s=this.yAxis,h=[],c=[],y=this.index,p=s.stacks[this.stackKey],w=u.threshold,l=Math.round(s.getThreshold(u.threshold)),a;for(u=i(u.connectNulls,"percent"===e),a=function(t,i,r){var u=n[t],o,f,a;t=e&&p[u.x].points[y];o=u[r+"Null"]||0;(r=u[r+"Cliff"]||0,u=!0,r||o)?(f=(o?t[0]:t[1])+r,a=t[0]+r,u=!!o):!e&&n[i]&&n[i].isNull&&(f=a=w);void 0!==f&&(c.push({plotX:v,plotY:null===f?l:s.getThreshold(f),isNull:u,isCliff:!0}),h.push({plotX:v,plotY:null===a?l:s.getThreshold(a),doCurve:!1}))},n=n||this.points,e&&(n=this.getStackPoints(n)),t=0;t<n.length;t++){e||(n[t].leftCliff=n[t].rightCliff=n[t].leftNull=n[t].rightNull=void 0);var f=n[t].isNull,v=i(n[t].rectPlotX,n[t].plotX),b=i(n[t].yBottom,l);f&&!u||(u||a(t,t-1,"left"),f&&!e&&u||(c.push(n[t]),h.push({x:t,plotX:v,plotY:b})),u||a(t,t+1,"right"))}return t=o.call(this,c,!0,!0),h.reversed=!0,(f=o.call(this,h,!0,!0)).length&&(f[0]="L"),f=t.concat(f),o=o.call(this,c,!1,u),f.xMap=t.xMap,this.areaPath=f,o},drawGraph:function(){this.areaPath=[];r.prototype.drawGraph.apply(this);var n=this,t=this.areaPath,u=this.options,e=[["area","highcharts-area",this.color,u.fillColor]];this.zones.forEach(function(t,i){e.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||n.color,t.fillColor||u.fillColor])});e.forEach(function(r){var s=r[0],e=n[s],h=e?"animate":"attr",o={};e?(e.endX=n.preventGraphAnimation?null:t.xMap,e.animate({d:t})):(o.zIndex=0,(e=n[s]=n.chart.renderer.path(t).addClass(r[1]).add(n.group)).isArea=!0);n.chart.styledMode||(o.fill=i(r[3],f(r[2]).setOpacity(i(u.fillOpacity,.75)).get()));e[h](o);e.startX=t.xMap;e.shiftUnit=u.step?2:1})},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle})}),i(t,"parts/SplineSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.pick;(n=n.seriesType)("spline","line",{},{getPointSpline:function(n,t,r){var s=t.plotX,u=t.plotY,e=n[r-1];if(r=n[r+1],e&&!e.isNull&&!1!==e.doCurve&&!t.isCliff&&r&&!r.isNull&&!1!==r.doCurve&&!t.isCliff){var h=r.plotX,c=0,l=(1.5*s+e.plotX)/2.5,o=(1.5*u+(n=e.plotY))/2.5,f=(1.5*u+(r=r.plotY))/2.5;(h=(1.5*s+h)/2.5)!==l&&(c=(f-o)*(h-s)/(h-l)+u-f);f+=c;(o+=c)>n&&o>u?f=2*u-(o=Math.max(n,u)):o<n&&o<u&&(f=2*u-(o=Math.min(n,u)));f>r&&f>u?o=2*u-(f=Math.max(r,u)):f<r&&f<u&&(o=2*u-(f=Math.min(r,u)));t.rightContX=h;t.rightContY=f}return t=["C",i(e.rightContX,e.plotX),i(e.rightContY,e.plotY),i(l,s),i(o,u),s,u],e.rightContX=e.rightContY=null,t}})}),i(t,"parts/AreaSplineSeries.js",[t["parts/Globals.js"]],function(n){var t=n.seriesTypes.area.prototype;n.seriesType("areaspline","spline",n.defaultPlotOptions.area,{getStackPoints:t.getStackPoints,getGraphPath:t.getGraphPath,drawGraph:t.drawGraph,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle})}),i(t,"parts/ColumnSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.defined,e=t.extend,o=t.isNumber,i=t.pick,s=n.animObject,h=n.color,u=n.merge,r=n.Series,c=n.svg;(t=n.seriesType)("column","line",{borderRadius:0,crisp:!0,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:null,verticalAlign:null,y:null},softThreshold:!1,startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"},{cropShoulder:0,directTouch:!0,trackerGroups:["group","dataLabelsGroup"],negStacks:!0,init:function(){r.prototype.init.apply(this,arguments);var n=this,t=n.chart;t.hasRendered&&t.series.forEach(function(t){t.type===n.type&&(t.isDirty=!0)})},getColumnMetrics:function(){var n=this,t=n.options,r=n.xAxis,c=n.yAxis,u=r.options.reversedStacks,o,e,f;u=r.reversed&&!u||!r.reversed&&u;e={};f=0;!1===t.grouping?f=1:n.chart.series.forEach(function(t){var r=t.yAxis,u=t.options,i;t.type===n.type&&(t.visible||!n.chart.options.chart.ignoreHiddenSeries)&&c.len===r.len&&c.pos===r.pos&&(u.stacking?(void 0===e[o=t.stackKey]&&(e[o]=f++),i=e[o]):!1!==u.grouping&&(i=f++),t.columnIndex=i)});var s=Math.min(Math.abs(r.transA)*(r.ordinalSlope||t.pointRange||r.closestPointRange||r.tickInterval||1),r.len),l=s*t.groupPadding,h=(s-2*l)/(f||1);return t=Math.min(t.maxPointWidth||r.len,i(t.pointWidth,h*(1-2*t.pointPadding))),n.columnMetrics={width:t,offset:(h-t)/2+(l+((n.columnIndex||0)+(u?1:0))*h-s/2)*(u?-1:1)},n.columnMetrics},crispCol:function(n,t,i,r){var e=this.chart,u=this.borderWidth,f=-(u%2?.5:0);return u=u%2?.5:1,e.inverted&&e.renderer.isVML&&(u+=1),this.options.crisp&&(i=Math.round(n+i)+f,i-=n=Math.round(n)+f),r=Math.round(t+r)+u,f=.5>=Math.abs(t)&&.5<r,r-=t=Math.round(t)+u,f&&r&&(--t,r+=1),{x:n,y:t,width:i,height:r}},translate:function(){var n=this,o=n.chart,s=n.options,c=n.dense=2>n.closestPointRange*n.xAxis.transA;c=n.borderWidth=i(s.borderWidth,c?0:1);var t=n.yAxis,h=s.threshold,e=n.translatedThreshold=t.getThreshold(h),u=i(s.minPointLength,5),v=n.getColumnMetrics(),l=v.width,a=n.barW=Math.max(l,1+2*c),y=n.pointXOffset=v.offset,p=n.dataMin,w=n.dataMax;o.inverted&&(e-=.5);s.pointPadding&&(a=Math.ceil(a));r.prototype.translate.apply(n);n.points.forEach(function(r){var k=i(r.yBottom,e),s=999+Math.abs(k),nt=l,d;s=Math.min(Math.max(-s,r.plotY),t.len+s);var c=r.plotX+y,v=a,g=Math.min(s,k),b=Math.max(s,k)-g;u&&Math.abs(b)<u&&(b=u,d=!t.reversed&&!r.negative||t.reversed&&r.negative,r.y===h&&n.dataMax<=h&&t.min<h&&p!==w&&(d=!d),g=Math.abs(g-e)>u?k-u:e-(d?u:0));f(r.options.pointWidth)&&(nt=v=Math.ceil(r.options.pointWidth),c-=Math.round((nt-l)/2));r.barX=c;r.pointWidth=nt;r.tooltipPos=o.inverted?[t.len+t.pos-o.plotLeft-s,n.xAxis.len-c-v/2,b]:[c+v/2,s+t.pos-o.plotTop,b];r.shapeType=n.pointClass.prototype.shapeType||"rect";r.shapeArgs=n.crispCol.apply(n,r.isNull?[c,e,v,0]:[c,g,v,b])})},getSymbol:n.noop,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,drawGraph:function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},pointAttribs:function(n,t){var s=this.options,r=this.pointAttrToOptions||{},e=r.stroke||"borderColor",a=r["stroke-width"]||"borderWidth",o=n&&n.color||this.color,c=n&&n[e]||s[e]||this.color||o,l=n&&n[a]||s[a]||this[a]||0,v,f;return r=n&&n.options.dashStyle||s.dashStyle,v=i(s.opacity,1),n&&this.zones.length&&(f=n.getZone(),o=n.options.color||f&&(f.color||n.nonZonedColor)||this.color,f&&(c=f.borderColor||c,r=f.dashStyle||r,l=f.borderWidth||l)),t&&(t=(n=u(s.states[t],n.options.states&&n.options.states[t]||{})).brightness,o=n.color||void 0!==t&&h(o).brighten(n.brightness).get()||o,c=n[e]||c,l=n[a]||l,r=n.dashStyle||r,v=i(n.opacity,v)),e={fill:o,stroke:c,"stroke-width":l,opacity:v},r&&(e.dashstyle=r),e},drawPoints:function(){var i,t=this,r=this.chart,n=t.options,f=r.renderer,e=n.animationLimit||250;t.points.forEach(function(s){var h=s.graphic,c=h&&r.pointCount<e?"animate":"attr";o(s.plotY)&&null!==s.y?(i=s.shapeArgs,h&&s.hasNewShapeType()&&(h=h.destroy()),h?h[c](u(i)):s.graphic=h=f[s.shapeType](i).add(s.group||t.group),n.borderRadius&&h[c]({r:n.borderRadius}),r.styledMode||h[c](t.pointAttribs(s,s.selected&&"select")).shadow(!1!==s.allowShadow&&n.shadow,null,n.stacking&&!n.borderRadius),h.addClass(s.getClassName(),!0)):h&&(s.graphic=h.destroy())})},animate:function(n){var t=this,i=this.yAxis,h=t.options,f=this.chart.inverted,r={},o=f?"translateX":"translateY",u;c&&(n?(r.scaleY=.001,n=Math.min(i.pos+i.len,Math.max(i.pos,i.toPixels(h.threshold))),f?r.translateX=n-i.len:r.translateY=n,t.clipBox&&t.setClip(),t.group.attr(r)):(u=t.group.attr(o),t.group.animate({scaleY:1},e(s(t.options.animation),{step:function(n,f){r[o]=u+f.pos*(i.pos-u);t.group.attr(r)}})),t.animate=null))},remove:function(){var n=this,t=n.chart;t.hasRendered&&t.series.forEach(function(t){t.type===n.type&&(t.isDirty=!0)});r.prototype.remove.apply(n,arguments)}})}),i(t,"parts/BarSeries.js",[t["parts/Globals.js"]],function(n){(n=n.seriesType)("bar","column",null,{inverted:!0})}),i(t,"parts/ScatterSeries.js",[t["parts/Globals.js"]],function(n){var t=n.Series;n.seriesType("scatter","line",{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●<\/span> <span style="font-size: 10px"> {series.name}<\/span><br/>',pointFormat:"x: <b>{point.x}<\/b><br/>y: <b>{point.y}<\/b><br/>"}},{sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1,drawGraph:function(){this.options.lineWidth&&t.prototype.drawGraph.call(this)},applyJitter:function(){var t=this,n=this.options.jitter,i=this.points.length;n&&this.points.forEach(function(r,u){["x","y"].forEach(function(f,e){var s="plot"+f.toUpperCase(),o,h,c;n[f]&&!r.isNull&&(o=t[f+"Axis"],h=n[f]*o.transA,o&&!o.isLog&&(c=Math.max(0,r[s]-h),o=Math.min(o.len,r[s]+h),e=1e4*Math.sin(u+e*i),r[s]=c+(o-c)*(e-Math.floor(e)),"x"===f&&(r.clientX=r.plotX)))})})}});n.addEvent(t,"afterTranslate",function(){this.applyJitter&&this.applyJitter()})}),i(t,"mixins/centered-series.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.isNumber,r=t.pick,u=n.deg2rad,f=n.relativeLength;n.CenteredSeriesMixin={getCenter:function(){var i=this.options,u=this.chart,e=2*(i.slicedOffset||0),s=u.plotWidth-2*e,n,t,h,o;for(u=u.plotHeight-2*e,n=i.center,n=[r(n[0],"50%"),r(n[1],"50%"),i.size||"100%",i.innerSize||0],h=Math.min(s,u),t=0;4>t;++t)o=n[t],i=2>t||2===t&&/%$/.test(o),n[t]=f(o,[s,u,h,n[2]][t])+(i?e:0);return n[3]>n[2]&&(n[3]=n[2]),n},getStartAndEndRadians:function(n,t){return n=i(n)?n:0,t=i(t)&&t>n&&360>t-n?t:n+360,{start:u*(n+-90),end:u*(t+-90)}}}}),i(t,"parts/PieSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var e=t.defined,o=t.isNumber,i=t.pick,s=t.setAnimation,r=n.addEvent,h=(t=n.CenteredSeriesMixin).getStartAndEndRadians,u=n.merge,f=n.noop,c=n.Point,l=n.Series,a=n.fireEvent;n.seriesType("pie","line",{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,distance:30,enabled:!0,formatter:function(){if(!this.point.isNull)return this.point.name},softConnector:!0,x:0,connectorShape:"fixedOffset",crookDistance:"70%"},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}},{isCartesian:!1,requireSorting:!1,directTouch:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],axisTypes:[],pointAttribs:n.seriesTypes.column.prototype.pointAttribs,animate:function(n){var t=this,i=t.startAngleRad;n||(t.points.forEach(function(n){var r=n.graphic,u=n.shapeArgs;r&&(r.attr({r:n.startR||t.center[3]/2,start:i,end:i}),r.animate({r:u.r,start:u.start,end:u.end},t.options.animation))}),t.animate=null)},hasData:function(){return!!this.processedXData.length},updateTotals:function(){for(var i=0,r=this.points,u=r.length,f=this.options.ignoreHiddenPoint,n,t=0;t<u;t++)n=r[t],i+=f&&!n.visible||n.isNull?0:n.y;for(this.total=i,t=0;t<u;t++)(n=r[t]).percentage=0<i&&(n.visible||!f)?n.y/i*100:0,n.total=i},generatePoints:function(){l.prototype.generatePoints.call(this);this.updateTotals()},getX:function(n,t,i){var r=this.center,u=this.radii?this.radii[i.index]:r[2]/2;return r[0]+(t?-1:1)*Math.cos(Math.asin(Math.max(Math.min((n-r[1])/(u+i.labelDistance),1),-1)))*(u+i.labelDistance)+(0<i.labelDistance?(t?-1:1)*this.options.dataLabels.padding:0)},translate:function(t){var v,b,l,k,r,e,u,o,s;this.generatePoints();var y=0,f=this.options,p=f.slicedOffset,d=p+(f.borderWidth||0),c=h(f.startAngle,f.endAngle),w=this.startAngleRad=c.start;for(c=(this.endAngleRad=c.end)-w,v=this.points,b=f.dataLabels.distance,f=f.ignoreHiddenPoint,k=v.length,t||(this.center=t=this.getCenter()),l=0;l<k;l++)r=v[l],e=w+y*c,f&&!r.visible||(y+=r.percentage/100),u=w+y*c,r.shapeType="arc",r.shapeArgs={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*e)/1e3,end:Math.round(1e3*u)/1e3},r.labelDistance=i(r.options.dataLabels&&r.options.dataLabels.distance,b),r.labelDistance=n.relativeLength(r.labelDistance,r.shapeArgs.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,r.labelDistance),(u=(u+e)/2)>1.5*Math.PI?u-=2*Math.PI:u<-Math.PI/2&&(u+=2*Math.PI),r.slicedTranslation={translateX:Math.round(Math.cos(u)*p),translateY:Math.round(Math.sin(u)*p)},o=Math.cos(u)*t[2]/2,s=Math.sin(u)*t[2]/2,r.tooltipPos=[t[0]+.7*o,t[1]+.7*s],r.half=u<-Math.PI/2||u>Math.PI/2?1:0,r.angle=u,e=Math.min(d,r.labelDistance/5),r.labelPosition={natural:{x:t[0]+o+Math.cos(u)*r.labelDistance,y:t[1]+s+Math.sin(u)*r.labelDistance},final:{},alignment:0>r.labelDistance?"center":r.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+o+Math.cos(u)*e,y:t[1]+s+Math.sin(u)*e},touchingSliceAt:{x:t[0]+o,y:t[1]+s}}};a(this,"afterTranslate")},drawEmpty:function(){var n=this.options,t,i;0===this.total?(t=this.center[0],i=this.center[1],this.graph||(this.graph=this.chart.renderer.circle(t,i,0).addClass("highcharts-graph").add(this.group)),this.graph.animate({"stroke-width":n.borderWidth,cx:t,cy:i,r:this.center[2]/2,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})):this.graph&&(this.graph=this.graph.destroy())},redrawPoints:function(){var r,n,f,e,t=this,i=t.chart,s=i.renderer,o=t.options.shadow;this.drawEmpty();!o||t.shadowGroup||i.styledMode||(t.shadowGroup=s.g("shadow").attr({zIndex:-1}).add(t.group));t.points.forEach(function(h){var l={},c;(n=h.graphic,!h.isNull&&n)?((e=h.shapeArgs,r=h.getTranslate(),i.styledMode)||(c=h.shadowGroup,o&&!c&&(c=h.shadowGroup=s.g("shadow").add(t.shadowGroup)),c&&c.attr(r),f=t.pointAttribs(h,h.selected&&"select")),h.delayedRendering?(n.setRadialReference(t.center).attr(e).attr(r),i.styledMode||n.attr(f).attr({"stroke-linejoin":"round"}).shadow(o,c),h.delayedRendering=!1):(n.setRadialReference(t.center),i.styledMode||u(!0,l,f),u(!0,l,e,r),n.animate(l)),n.attr({visibility:h.visible?"inherit":"hidden"}),n.addClass(h.getClassName())):n&&(h.graphic=n.destroy())})},drawPoints:function(){var n=this.chart.renderer;this.points.forEach(function(t){t.graphic||(t.graphic=n[t.shapeType](t.shapeArgs).add(t.series.group),t.delayedRendering=!0)})},searchPoint:f,sortByAngle:function(n,t){n.sort(function(n,i){return void 0!==n.angle&&(i.angle-n.angle)*t})},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,getCenter:t.getCenter,getSymbol:f,drawGraph:null},{init:function(){var n,t;return c.prototype.init.apply(this,arguments),n=this,n.name=i(n.name,"Slice"),t=function(t){n.slice("select"===t.type)},r(n,"select",t),r(n,"unselect",t),n},isValid:function(){return o(this.y)&&0<=this.y},setVisible:function(n,t){var r=this,u=r.series,f=u.chart,e=u.options.ignoreHiddenPoint;t=i(t,e);n!==r.visible&&(r.visible=r.options.visible=n=void 0===n?!r.visible:n,u.options.data[u.data.indexOf(r)]=r.options,["graphic","dataLabel","connector","shadowGroup"].forEach(function(t){r[t]&&r[t][n?"show":"hide"](!0)}),r.legendItem&&f.legend.colorizeItem(r,n),n||"hover"!==r.state||r.setState(""),e&&(u.isDirty=!0),t&&f.redraw())},slice:function(n,t,r){var u=this.series;s(r,u.chart);i(t,!0);this.sliced=this.options.sliced=e(n)?n:!this.sliced;u.options.data[u.data.indexOf(this)]=this.options;this.graphic.animate(this.getTranslate());this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},getTranslate:function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},haloPath:function(n){var t=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(t.x,t.y,t.r+n,t.r+n,{innerR:t.r-1,start:t.start,end:t.end})},connectorShapes:{fixedOffset:function(n,t,i){var r=t.breakAt;return t=t.touchingSliceAt,["M",n.x,n.y].concat(i.softConnector?["C",n.x+("left"===n.alignment?-5:5),n.y,2*r.x-t.x,2*r.y-t.y,r.x,r.y]:["L",r.x,r.y]).concat(["L",t.x,t.y])},straight:function(n,t){return["M",n.x,n.y,"L",(t=t.touchingSliceAt).x,t.y]},crookedLine:function(t,i,r){var e;i=i.touchingSliceAt;var u=this.series,f=u.center[0],s=u.chart.plotWidth,o=u.chart.plotLeft;return u=t.alignment,e=this.shapeArgs.r,r=n.relativeLength(r.crookDistance,1),f=["L",r="left"===u?f+e+(s+o-f-e)*(1-r):o+(f-e)*r,t.y],("left"===u?r>t.x||r<i.x:r<t.x||r>i.x)&&(f=[]),["M",t.x,t.y].concat(f).concat(["L",i.x,i.y])}},getConnectorPath:function(){var n=this.labelPosition,i=this.series.options.dataLabels,t=i.connectorShape,r=this.connectorShapes;return r[t]&&(t=r[t]),t.call(this,{x:n.final.x,y:n.final.y,alignment:n.alignment},n.connectorPosition,i)}})}),i(t,"parts/DataLabels.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var c=t.arrayMax,u=t.defined,h=t.extend,f=t.isArray,l=t.objectEach,i=t.pick,a=t.splat,v=n.format,e=n.merge;t=n.noop;var y=n.relativeLength,o=n.Series,r=n.seriesTypes,s=n.stableSort;n.distribute=function(t,r,u){function c(n,t){return n.target-t.target}for(var o=!0,e=t,l=[],h=0,a=e.reducedLen||r,f=t.length;f--;)h+=t[f].size;if(h>a){for(s(t,function(n,t){return(t.rank||0)-(n.rank||0)}),h=f=0;h<=a;)h+=t[f].size,f++;l=t.splice(f-1,t.length)}for(s(t,c),t=t.map(function(n){return{size:n.size,targets:[n.target],align:i(n.align,.5)}});o;){for(f=t.length;f--;)o=t[f],h=(Math.min.apply(0,o.targets)+Math.max.apply(0,o.targets))/2,o.pos=Math.min(Math.max(0,h-o.size*o.align),r-o.size);for(f=t.length,o=!1;f--;)0<f&&t[f-1].pos+t[f-1].size>t[f].pos&&(t[f-1].size+=t[f].size,t[f-1].targets=t[f-1].targets.concat(t[f].targets),t[f-1].align=.5,t[f-1].pos+t[f-1].size>r&&(t[f-1].pos=r-t[f-1].size),t.splice(f,1),o=!0)}e.push.apply(e,l);f=0;t.some(function(t){var i=0;if(t.targets.some(function(){if(e[f].pos=t.pos+i,Math.abs(e[f].pos-e[f].target)>u)return e.slice(0,f+1).forEach(function(n){delete n.pos}),e.reducedLen=(e.reducedLen||r)-.1*r,e.reducedLen>.1*r&&n.distribute(e,r,u),!0;i+=e[f].size;f++}))return!0});s(e,c)};o.prototype.drawDataLabels=function(){function c(n,t){var i,r=[];if(f(n)&&!f(t))r=n.map(function(n){return e(n,t)});else if(f(t)&&!f(n))r=t.map(function(t){return e(n,t)});else if(f(n)||f(t))for(i=Math.max(n.length,t.length);i--;)r[i]=e(n[i],t[i]);else r=e(n,t);return r}var t=this,r=t.chart,s=t.options,o=s.dataLabels,d=t.points,y=t.hasRendered||0,b=n.animObject(s.animation).duration,p=Math.min(b,200),k=!r.renderer.forExport&&i(o.defer,0<p),w=r.renderer,h;(o=c(c(r.options.plotOptions&&r.options.plotOptions.series&&r.options.plotOptions.series.dataLabels,r.options.plotOptions&&r.options.plotOptions[t.type]&&r.options.plotOptions[t.type].dataLabels),o),n.fireEvent(this,"drawDataLabels"),f(o)||o.enabled||t._hasPointLabels)&&(h=t.plotGroup("dataLabelsGroup","data-labels",k&&!y?"hidden":"inherit",o.zIndex||6),k&&(h.attr({opacity:+y}),y||setTimeout(function(){var n=t.dataLabelsGroup;n&&(t.visible&&h.show(!0),n[s.animation?"animate":"attr"]({opacity:1},{duration:p}))},b-p)),d.forEach(function(n){a(c(o,n.dlOptions||n.options&&n.options.dataLabels)).forEach(function(f,e){var p=f.enabled&&(!n.isNull||n.dataLabelOnNull)&&function(n,t){var i=t.filter;return!i||(t=i.operator,n=n[i.property],i=i.value,">"===t&&n>i||"<"===t&&n<i||">="===t&&n>=i||"<="===t&&n<=i||"=="===t&&n==i||"==="===t&&n===i)}(n,f),o=n.dataLabels?n.dataLabels[e]:n.dataLabel,d=n.connectors?n.connectors[e]:n.connector,k=i(f.distance,n.labelDistance),g=!o,a,c,b,y;p&&(a=n.getLabelConfig(),c=i(f[n.formatPrefix+"Format"],f.format),a=u(c)?v(c,a,r.time):(f[n.formatPrefix+"Formatter"]||f.formatter).call(a,f),c=f.style,b=f.rotation,r.styledMode||(c.color=i(f.color,c.color,t.color,"#000000"),"contrast"===c.color&&(n.contrastColor=w.getContrast(n.color||t.color),c.color=!u(k)&&f.inside||0>k||s.stacking?n.contrastColor:"#000000"),s.cursor&&(c.cursor=s.cursor)),y={r:f.borderRadius||0,rotation:b,padding:f.padding,zIndex:1},r.styledMode||(y.fill=f.backgroundColor,y.stroke=f.borderColor,y["stroke-width"]=f.borderWidth),l(y,function(n,t){void 0===n&&delete y[t]}));!o||p&&u(a)?p&&u(a)&&(o?y.text=a:(n.dataLabels=n.dataLabels||[],o=n.dataLabels[e]=b?w.text(a,0,-9999).addClass("highcharts-data-label"):w.label(a,0,-9999,f.shape,null,null,f.useHTML,null,"data-label"),e||(n.dataLabel=o),o.addClass(" highcharts-data-label-color-"+n.colorIndex+" "+(f.className||"")+(f.useHTML?" highcharts-tracker":""))),o.options=f,o.attr(y),r.styledMode||o.css(c).shadow(f.shadow),o.added||o.add(h),f.textPath&&!f.useHTML&&o.setTextPath(n.getDataLabelPath&&n.getDataLabelPath(o)||n.graphic,f.textPath),t.alignDataLabel(n,o,f,null,g)):(n.dataLabel=n.dataLabel&&n.dataLabel.destroy(),n.dataLabels&&(1===n.dataLabels.length?delete n.dataLabels:delete n.dataLabels[e]),e||delete n.dataLabel,d&&(n.connector=n.connector.destroy(),n.connectors&&(1===n.connectors.length?delete n.connectors:delete n.connectors[e])))})}));n.fireEvent(this,"afterDrawDataLabels")};o.prototype.alignDataLabel=function(n,t,r,u,f){var o=this.chart,l=this.isCartesian&&o.inverted,e=i(n.dlBox&&n.dlBox.centerX,n.plotX,-9999),c=i(n.plotY,-9999),s=t.getBBox(),a=r.rotation,v=r.align,y=this.visible&&(n.series.forceDL||o.isInsidePlot(e,Math.round(c),l)||u&&o.isInsidePlot(e,l?u.x+1:u.y+u.height-1,l)),p="justify"===i(r.overflow,"justify"),w;y&&(w=o.renderer.fontMetrics(o.styledMode?void 0:r.style.fontSize,t).b,u=h({x:l?this.yAxis.len-c:e,y:Math.round(l?this.xAxis.len-e:c),width:0,height:0},u),h(r,{width:s.width,height:s.height}),a?(p=!1,e=o.renderer.rotCorr(w,a),t[f?"attr":"animate"](e={x:u.x+r.x+u.width/2+e.x,y:u.y+r.y+{top:0,middle:.5,bottom:1}[r.verticalAlign]*u.height}).attr({align:v}),c=180<(c=(a+720)%360)&&360>c,"left"===v?e.y-=c?s.height:0:"center"===v?(e.x-=s.width/2,e.y-=s.height/2):"right"===v&&(e.x-=s.width,e.y-=c?0:s.height),t.placed=!0,t.alignAttr=e):(t.align(r,null,u),e=t.alignAttr),p&&0<=u.height?this.justifyDataLabel(t,r,e,s,u,f):i(r.crop,!0)&&(y=o.isInsidePlot(e.x,e.y)&&o.isInsidePlot(e.x+s.width,e.y+s.height)),r.shape&&!a&&t[f?"attr":"animate"]({anchorX:l?o.plotWidth-n.plotY:n.plotX,anchorY:l?o.plotHeight-n.plotX:n.plotY}));y||(t.hide(!0),t.placed=!1)};o.prototype.justifyDataLabel=function(n,t,i,r,u,f){var s=this.chart,c=t.align,l=t.verticalAlign,h=n.box?0:n.padding||0,e=i.x+h,o;return 0>e&&("right"===c?(t.align="left",t.inside=!0):t.x=-e,o=!0),(e=i.x+r.width-h)>s.plotWidth&&("left"===c?(t.align="right",t.inside=!0):t.x=s.plotWidth-e,o=!0),0>(e=i.y+h)&&("bottom"===l?(t.verticalAlign="top",t.inside=!0):t.y=-e,o=!0),(e=i.y+r.height-h)>s.plotHeight&&("top"===l?(t.verticalAlign="bottom",t.inside=!0):t.y=s.plotHeight-e,o=!0),o&&(n.placed=!f,n.align(t,null,u)),o};r.pie&&(r.pie.prototype.dataLabelPositioners={radialDistributionY:function(n){return n.top+n.distributeBox.pos},radialDistributionX:function(n,t,i,r){return n.getX(i<t.top+2||i>t.bottom-2?r:i,t.half,t)},justify:function(n,t,i){return i[0]+(n.half?-1:1)*(t+n.labelDistance)},alignToPlotEdges:function(n,t,i,r){return n=n.getBBox().width,t?n+r:i-n-r},alignToConnectors:function(n,t,i,r){var f,u=0;return n.forEach(function(n){(f=n.dataLabel.getBBox().width)>u&&(u=f)}),t?u+r:i-u-r}},r.pie.prototype.drawDataLabels=function(){var r,et,v,h,w,b,k,f,l,d,tt,ut,t=this,ot=t.data,y=t.chart,a=t.options.dataLabels,p=a.connectorPadding,it=y.plotWidth,st=y.plotHeight,ht=y.plotLeft,ct=Math.round(y.chartWidth/3),ft=t.center,g=ft[2]/2,rt=ft[1],lt=[[],[]],s=[0,0,0,0],nt=t.dataLabelPositioners;t.visible&&(a.enabled||t._hasPointLabels)&&(ot.forEach(function(n){n.dataLabel&&n.visible&&n.dataLabel.shortened&&(n.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),n.dataLabel.shortened=!1)}),o.prototype.drawDataLabels.apply(t),ot.forEach(function(n){n.dataLabel&&(n.visible?(lt[n.half].push(n),n.dataLabel._pos=null,!u(a.style.width)&&!u(n.options.dataLabels&&n.options.dataLabels.style&&n.options.dataLabels.style.width)&&n.dataLabel.getBBox().width>ct&&(n.dataLabel.css({width:.7*ct}),n.dataLabel.shortened=!0)):(n.dataLabel=n.dataLabel.destroy(),n.dataLabels&&1===n.dataLabels.length&&delete n.dataLabels))}),lt.forEach(function(e,o){var v,et=e.length,ut=[],c,ot;if(et)for((t.sortByAngle(e,o-.5),0<t.maxLabelDistance)&&(c=Math.max(0,rt-g-t.maxLabelDistance),ot=Math.min(rt+g+t.maxLabelDistance,y.plotHeight),e.forEach(function(n){0<n.labelDistance&&n.dataLabel&&(n.top=Math.max(0,rt-g-n.labelDistance),n.bottom=Math.min(rt+g+n.labelDistance,y.plotHeight),v=n.dataLabel.getBBox().height||21,n.distributeBox={target:n.labelPosition.natural.y-n.top+v/2,size:v,rank:n.y},ut.push(n.distributeBox))}),n.distribute(ut,c=ot+v-c,c/5)),tt=0;tt<et;tt++){if(h=(r=e[tt]).dataLabel,d=!1===r.visible?"hidden":"inherit",l=c=(b=r.labelPosition).natural.y,ut&&u(r.distributeBox)&&(void 0===r.distributeBox.pos?d="hidden":(k=r.distributeBox.size,l=nt.radialDistributionY(r))),delete r.positionIndex,a.justify)f=nt.justify(r,g,ft);else switch(a.alignTo){case"connectors":f=nt.alignToConnectors(e,o,it,ht);break;case"plotEdges":f=nt.alignToPlotEdges(h,o,it,ht);break;default:f=nt.radialDistributionX(t,r,l,c)}h._attr={visibility:d,align:b.alignment};h._pos={x:f+a.x+({left:p,right:-p}[b.alignment]||0),y:l+a.y-10};b.final.x=f;b.final.y=l;i(a.crop,!0)&&(w=h.getBBox().width,c=null,f-w<p&&1===o?(c=Math.round(w-f+p),s[3]=Math.max(c,s[3])):f+w>it-p&&0===o&&(c=Math.round(f+w-it+p),s[1]=Math.max(c,s[1])),0>l-k/2?s[0]=Math.max(Math.round(k/2-l),s[0]):l+k/2>st&&(s[2]=Math.max(Math.round(l+k/2-st),s[2])),h.sideOverflow=c)}}),0===c(s)||this.verifyDataLabelOverflow(s))&&(this.placeDataLabels(),this.points.forEach(function(n){var r;ut=e(a,n.options.dataLabels);(et=i(ut.connectorWidth,1))&&(v=n.connector,(h=n.dataLabel)&&h._pos&&n.visible&&0<n.labelDistance?(d=h._attr.visibility,(r=!v)&&(n.connector=v=y.renderer.path().addClass("highcharts-data-label-connector  highcharts-color-"+n.colorIndex+(n.className?" "+n.className:"")).add(t.dataLabelsGroup),y.styledMode||v.attr({"stroke-width":et,stroke:ut.connectorColor||n.color||"#666666"})),v[r?"attr":"animate"]({d:n.getConnectorPath()}),v.attr("visibility",d)):v&&(n.connector=v.destroy()))}))},r.pie.prototype.placeDataLabels=function(){this.points.forEach(function(n){var i,t=n.dataLabel;t&&n.visible&&((i=t._pos)?(t.sideOverflow&&(t._attr.width=Math.max(t.getBBox().width-t.sideOverflow,0),t.css({width:t._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),t.shortened=!0),t.attr(t._attr),t[t.moved?"animate":"attr"](i),t.moved=!0):t&&t.attr({y:-9999}));delete n.distributeBox},this)},r.pie.prototype.alignDataLabel=t,r.pie.prototype.verifyDataLabelOverflow=function(n){var t=this.center,r=this.options,e=r.center,u=r.minSize||80,f=null!==r.size,i;return f||(null!==e[0]?i=Math.max(t[2]-Math.max(n[1],n[3]),u):(i=Math.max(t[2]-n[1]-n[3],u),t[0]+=(n[3]-n[1])/2),null!==e[1]?i=Math.max(Math.min(i,t[2]-Math.max(n[0],n[2])),u):(i=Math.max(Math.min(i,t[2]-n[0]-n[2]),u),t[1]+=(n[0]-n[2])/2),i<t[2]?(t[2]=i,t[3]=Math.min(y(r.innerSize||0,i),i),this.translate(t),this.drawDataLabels&&this.drawDataLabels()):f=!0),f});r.column&&(r.column.prototype.alignDataLabel=function(n,t,r,u,f){var s=this.chart.inverted,h=n.series,c=n.dlBox||n.shapeArgs,l=i(n.below,n.plotY>i(this.translatedThreshold,h.yAxis.len)),a=i(r.inside,!!this.options.stacking);c&&(0>(u=e(c)).y&&(u.height+=u.y,u.y=0),0<(c=u.y+u.height-h.yAxis.len)&&(u.height-=c),s&&(u={x:h.yAxis.len-u.y-u.height,y:h.xAxis.len-u.x-u.width,width:u.height,height:u.width}),a||(s?(u.x+=l?0:u.width,u.width=0):(u.y+=l?u.height:0,u.height=0)));r.align=i(r.align,!s||a?"center":l?"right":"left");r.verticalAlign=i(r.verticalAlign,s||a?"middle":l?"top":"bottom");o.prototype.alignDataLabel.call(this,n,t,r,u,f);r.inside&&n.contrastColor&&t.css({color:n.contrastColor})})}),i(t,"modules/overlapping-datalabels.src.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.isArray,i=t.objectEach,u=t.pick,f=n.fireEvent;n.addEvent(t=n.Chart,"render",function(){var n=[];(this.labelCollectors||[]).forEach(function(t){n=n.concat(t())});(this.yAxis||[]).forEach(function(t){t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&i(t.stacks,function(t){i(t,function(t){n.push(t.label)})})});(this.series||[]).forEach(function(t){t.visible&&(!1!==t.options.dataLabels.enabled||t._hasPointLabels)&&t.points.forEach(function(t){t.visible&&(r(t.dataLabels)?t.dataLabels:t.dataLabel?[t.dataLabel]:[]).forEach(function(i){var r=i.options;i.labelrank=u(r.labelrank,t.labelrank,t.shapeArgs&&t.shapeArgs.height);r.allowOverlap||n.push(i)})})});this.hideOverlappingLabels(n)});t.prototype.hideOverlappingLabels=function(n){for(var t,o,h=this,s=n.length,c=h.renderer,e=function(n){var u=n.box?0:n.padding||0,r=0,t,i;if(n&&(!n.alignAttr||n.placed))return t=n.attr("x"),i=n.attr("y"),t="number"==typeof t&&"number"==typeof i?{x:t,y:i}:n.alignAttr,i=n.parentGroup,n.width||(r=n.getBBox(),n.width=r.width,n.height=r.height,r=c.fontMetrics(null,n.element).h),{x:t.x+(i.translateX||0)+u,y:t.y+(i.translateY||0)+u-r,width:n.width-2*u,height:n.height-2*u}},i,r,u=0;u<s;u++)(t=n[u])&&(t.oldOpacity=t.opacity,t.newOpacity=1,t.absoluteBox=e(t));for(n.sort(function(n,t){return(t.labelrank||0)-(n.labelrank||0)}),u=0;u<s;u++)for(i=(e=n[u])&&e.absoluteBox,t=u+1;t<s;++t)r=(o=n[t])&&o.absoluteBox,!i||!r||e===o||0===e.newOpacity||0===o.newOpacity||r.x>i.x+i.width||r.x+r.width<i.x||r.y>i.y+i.height||r.y+r.height<i.y||((e.labelrank<o.labelrank?e:o).newOpacity=0);n.forEach(function(n){var i,t;n&&(t=n.newOpacity,n.oldOpacity!==t&&(n.alignAttr&&n.placed?(t?n.show(!0):i=function(){n.hide(!0);n.placed=!1},n.alignAttr.opacity=t,n[n.isOld?"animate":"attr"](n.alignAttr,null,i),f(h,"afterHideOverlappingLabels")):n.attr({opacity:t})),n.isOld=!0)})}}),i(t,"parts/Interaction.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var a=t.defined,f=t.extend,v=t.isArray,y=t.isObject,p=t.objectEach,r=t.pick,o=n.addEvent;t=n.Chart;var w=n.createElement,s=n.css,b=n.defaultOptions,k=n.defaultPlotOptions,i=n.fireEvent,h=n.hasTouch,d=n.Legend,c=n.merge,l=n.Point,g=n.Series,u=n.seriesTypes,nt=n.svg,e=n.TrackerMixin={drawTrackerPoint:function(){var r,n=this,u=n.chart,t=u.pointer,f=function(n){var i=t.getPointFromEvent(n);void 0!==i&&(t.isDirectTouch=!0,i.onMouseOver(n))};n.points.forEach(function(n){r=v(n.dataLabels)?n.dataLabels:n.dataLabel?[n.dataLabel]:[];n.graphic&&(n.graphic.element.point=n);r.forEach(function(t){t.div?t.div.point=n:t.element.point=n})});n._hasTracking||(n.trackerGroups.forEach(function(i){n[i]&&(n[i].addClass("highcharts-tracker").on("mouseover",f).on("mouseout",function(n){t.onTrackerMouseOut(n)}),h&&n[i].on("touchstart",f),!u.styledMode&&n.options.cursor&&n[i].css(s).css({cursor:n.options.cursor}))}),n._hasTracking=!0);i(this,"afterDrawTracker")},drawTrackerGraph:function(){var t,n=this,e=n.options,f=e.trackByArea,r=[].concat(f?n.areaPath:n.graphPath),o=r.length,u=n.chart,v=u.pointer,y=u.renderer,s=u.options.tooltip.snap,c=n.tracker,l=function(){u.hoverSeries!==n&&n.onMouseOver()},a="rgba(192,192,192,"+(nt?.0001:.002)+")";if(o&&!f)for(t=o+1;t--;)"M"===r[t]&&r.splice(t+1,0,r[t+1]-s,r[t+2],"L"),(t&&"M"===r[t]||t===o)&&r.splice(t,0,"L",r[t-2]+s,r[t-1]);c?c.attr({d:r}):n.graph&&(n.tracker=y.path(r).attr({visibility:n.visible?"visible":"hidden",zIndex:2}).addClass(f?"highcharts-tracker-area":"highcharts-tracker-line").add(n.group),u.styledMode||n.tracker.attr({"stroke-linejoin":"round",stroke:a,fill:f?a:"none","stroke-width":n.graph.strokeWidth()+(f?0:2*s)}),[n.tracker,n.markerGroup].forEach(function(n){n.addClass("highcharts-tracker").on("mouseover",l).on("mouseout",function(n){v.onTrackerMouseOut(n)});e.cursor&&!u.styledMode&&n.css({cursor:e.cursor});h&&n.on("touchstart",l)}));i(this,"afterDrawTracker")}};u.column&&(u.column.prototype.drawTracker=e.drawTrackerPoint);u.pie&&(u.pie.prototype.drawTracker=e.drawTrackerPoint);u.scatter&&(u.scatter.prototype.drawTracker=e.drawTrackerPoint);f(d.prototype,{setItemEvents:function(n,t,r){var u=this,e=u.chart.renderer.boxWrapper,f=n instanceof l,o="highcharts-legend-"+(f?"point":"series")+"-active",s=u.chart.styledMode;(r?t:n.legendGroup).on("mouseover",function(){n.visible&&u.allItems.forEach(function(t){n!==t&&t.setState("inactive",!f)});n.setState("hover");n.visible&&e.addClass(o);s||t.css(u.options.itemHoverStyle)}).on("mouseout",function(){u.chart.styledMode||t.css(c(n.visible?u.itemStyle:u.itemHiddenStyle));u.allItems.forEach(function(t){n!==t&&t.setState("",!f)});e.removeClass(o);n.setState()}).on("click",function(t){var r=function(){n.setVisible&&n.setVisible();u.allItems.forEach(function(t){n!==t&&t.setState(n.visible?"inactive":"",!f)})};e.removeClass(o);t={browserEvent:t};n.firePointEvent?n.firePointEvent("legendItemClick",t,r):i(n,"legendItemClick",t,r)})},createCheckboxForItem:function(n){n.checkbox=w("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:n.selected,defaultChecked:n.selected},this.options.itemCheckboxStyle,this.chart.container);o(n.checkbox,"click",function(t){i(n.series||n,"checkboxClick",{checked:t.target.checked,item:n},function(){n.select()})})}});f(t.prototype,{showResetZoom:function(){function e(){t.zoomOut()}var t=this,r=b.lang,n=t.options.chart.resetZoomButton,u=n.theme,f=u.states,o="chart"===n.relativeTo||"spaceBox"===n.relativeTo?null:"plotBox";i(this,"beforeShowResetZoom",null,function(){t.resetZoomButton=t.renderer.button(r.resetZoom,null,null,e,u,f&&f.hover).attr({align:n.position.align,title:r.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(n.position,!1,o)});i(this,"afterShowResetZoom")},zoomOut:function(){i(this,"selection",{resetSelection:!0},this.zoom)},zoom:function(n){var f,t=this,i=t.pointer,e=!1,o=t.inverted?i.mouseDownX:i.mouseDownY,u;!n||n.resetSelection?(t.axes.forEach(function(n){f=n.zoom()}),i.initiated=!1):n.xAxis.concat(n.yAxis).forEach(function(n){var r=n.axis,u=t.inverted?r.left:r.top,s=r.isXAxis,h=!1;(!s&&o>=u&&o<=(t.inverted?u+r.width:u+r.height)||s||!a(o))&&(h=!0);i[s?"zoomX":"zoomY"]&&h&&(f=r.zoom(n.min,n.max),r.displayBtn&&(e=!0))});u=t.resetZoomButton;e&&!u?t.showResetZoom():!e&&y(u)&&(t.resetZoomButton=u.destroy());f&&t.redraw(r(t.options.chart.animation,n&&n.animation,100>t.pointCount))},pan:function(n,t){var u,r=this,f=r.hoverPoints;i(this,"pan",{originalEvent:n},function(){f&&f.forEach(function(n){n.setState()});("xy"===t?[1,0]:[1]).forEach(function(t){var c=(t=r[t?"xAxis":"yAxis"][0]).horiz,l=n[c?"chartX":"chartY"],f=r[c=c?"mouseDownX":"mouseDownY"],s=(t.pointRange||0)/2,o=t.reversed&&!r.inverted||!t.reversed&&r.inverted?-1:1,e=t.getExtremes(),i=t.toValue(f-l,!0)+s*o,h=(o=t.toValue(f+t.len-l,!0)-s*o)<i;f=h?o:i;i=h?i:o;0<(h=(o=Math.min(e.dataMin,s?e.min:t.toValue(t.toPixels(e.min)-t.minPixelPadding)))-f)&&(i+=h,f=o);0<(h=i-(s=Math.max(e.dataMax,s?e.max:t.toValue(t.toPixels(e.max)+t.minPixelPadding))))&&(i=s,f-=h);t.series.length&&f!==e.min&&i!==e.max&&(t.setExtremes(f,i,!1,!1,{trigger:"pan"}),u=!0);r[c]=l});u&&r.redraw(!1);s(r.container,{cursor:"move"})})}});f(l.prototype,{select:function(n,t){var i=this,u=i.series,f=u.chart;this.selectedStaging=n=r(n,!i.selected);i.firePointEvent(n?"select":"unselect",{accumulate:t},function(){i.selected=i.options.selected=n;u.options.data[u.data.indexOf(i)]=i.options;i.setState(n&&"select");t||f.getSelectedPoints().forEach(function(n){var t=n.series;n.selected&&n!==i&&(n.selected=n.options.selected=!1,t.options.data[t.data.indexOf(n)]=n.options,n.setState(f.hoverPoints&&t.options.inactiveOtherPoints?"inactive":""),n.firePointEvent("unselect"))})});delete this.selectedStaging},onMouseOver:function(n){var i=this.series.chart,t=i.pointer;n=n?t.normalize(n):t.getChartCoordinatesFromPoint(this,i.inverted);t.runPointActions(n,this)},onMouseOut:function(){var n=this.series.chart;this.firePointEvent("mouseOut");this.series.options.inactiveOtherPoints||(n.hoverPoints||[]).forEach(function(n){n.setState()});n.hoverPoints=n.hoverPoint=null},importEvents:function(){if(!this.hasImportedEvents){var t=this,i=c(t.series.options.point,t.options).events;t.events=i;p(i,function(i,r){n.isFunction(i)&&o(t,r,i)});this.hasImportedEvents=!0}},setState:function(n,t){var s,e=this.series,h=this.state,a=e.options.states[n||"normal"]||{},c=k[e.type].marker&&e.options.marker,v=c&&c.states&&c.states[n||"normal"]||{},u=e.stateMarkerGraphic,y=this.marker||{},l=e.chart,o=e.halo,b=c&&e.markerAttribs,p,w;(n=n||"")===this.state&&!t||this.selected&&"select"!==n||!1===a.enabled||n&&(!1===v.enabled||c&&!1===c.enabled&&!1===v.enabled)||n&&y.states&&y.states[n]&&!1===y.states[n].enabled||((this.state=n,b&&(s=e.markerAttribs(this,n)),this.graphic)?((h&&this.graphic.removeClass("highcharts-point-"+h),n&&this.graphic.addClass("highcharts-point-"+n),l.styledMode)||(p=e.pointAttribs(this,n),w=r(l.options.chart.animation,a.animation),e.options.inactiveOtherPoints&&((this.dataLabels||[]).forEach(function(n){n&&n.animate({opacity:p.opacity},w)}),this.connector&&this.connector.animate({opacity:p.opacity},w)),this.graphic.animate(p,w)),s&&this.graphic.animate(s,r(l.options.chart.animation,v.animation,c.animation)),u&&u.hide()):(n&&v&&(h=y.symbol||e.symbol,u&&u.currentSymbol!==h&&(u=u.destroy()),s&&(u?u[t?"animate":"attr"]({x:s.x,y:s.y}):h&&(e.stateMarkerGraphic=u=l.renderer.symbol(h,s.x,s.y,s.width,s.height).add(e.markerGroup),u.currentSymbol=h)),!l.styledMode&&u&&u.attr(e.pointAttribs(this,n))),u&&(u[n&&this.isInside?"show":"hide"](),u.element.point=this)),n=a.halo,a=(u=this.graphic||u)&&u.visibility||"inherit",n&&n.size&&u&&"hidden"!==a?(o||(e.halo=o=l.renderer.path().add(u.parentGroup)),o.show()[t?"animate":"attr"]({d:this.haloPath(n.size)}),o.attr({"class":"highcharts-halo highcharts-color-"+r(this.colorIndex,e.colorIndex)+(this.className?" "+this.className:""),visibility:a,zIndex:-1}),o.point=this,l.styledMode||o.attr(f({fill:this.color||e.color,"fill-opacity":n.opacity},n.attributes))):o&&o.point&&o.point.haloPath&&o.animate({d:o.point.haloPath(0)},null,o.hide),i(this,"afterSetState"))},haloPath:function(n){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-n,this.plotY-n,2*n,2*n)}});f(g.prototype,{onMouseOver:function(){var t=this.chart,n=t.hoverSeries;n&&n!==this&&n.onMouseOut();this.options.events.mouseOver&&i(this,"mouseOver");this.setState("hover");t.hoverSeries=this},onMouseOut:function(){var u=this.options,n=this.chart,t=n.tooltip,r=n.hoverPoint;n.hoverSeries=null;r&&r.onMouseOut();this&&u.events.mouseOut&&i(this,"mouseOut");!t||this.stickyTracking||t.shared&&!this.noSharedTooltip||t.hide();n.series.forEach(function(n){n.setState("",!0)})},setState:function(n,t){var i=this,f=i.options,e=i.graph,h=f.inactiveOtherPoints,u=f.states,o=f.lineWidth,s=f.opacity,c=r(u[n||"normal"]&&u[n||"normal"].animation,i.chart.options.chart.animation);if(f=0,i.state!==(n=n||"")&&([i.group,i.markerGroup,i.dataLabelsGroup].forEach(function(t){t&&(i.state&&t.removeClass("highcharts-series-"+i.state),n&&t.addClass("highcharts-series-"+n))}),i.state=n,!i.chart.styledMode)){if(u[n]&&!1===u[n].enabled)return;if(n&&(o=u[n].lineWidth||o+(u[n].lineWidthPlus||0),s=r(u[n].opacity,s)),e&&!e.dashstyle)for(e.animate(u={"stroke-width":o},c);i["zone-graph-"+f];)i["zone-graph-"+f].attr(u),f+=1;h||[i.group,i.markerGroup,i.dataLabelsGroup,i.labelBySeries].forEach(function(n){n&&n.animate({opacity:s},c)})}t&&h&&i.points&&i.setAllPointsToState(n)},setAllPointsToState:function(n){this.points.forEach(function(t){t.setState&&t.setState(n)})},setVisible:function(n,t){var r=this,u=r.chart,e=r.legendItem,o=u.options.chart.ignoreHiddenSeries,f=(r.visible=n=r.options.visible=r.userOptions.visible=void 0===n?!r.visible:n)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach(function(n){r[n]&&r[n][f]()});u.hoverSeries!==r&&(u.hoverPoint&&u.hoverPoint.series)!==r||r.onMouseOut();e&&u.legend.colorizeItem(r,n);r.isDirty=!0;r.options.stacking&&u.series.forEach(function(n){n.options.stacking&&n.visible&&(n.isDirty=!0)});r.linkedSeries.forEach(function(t){t.setVisible(n,!1)});o&&(u.isDirtyBox=!0);i(r,f);!1!==t&&u.redraw()},show:function(){this.setVisible(!0)},hide:function(){this.setVisible(!1)},select:function(n){this.selected=n=this.options.selected=void 0===n?!this.selected:n;this.checkbox&&(this.checkbox.checked=n);i(this,n?"select":"unselect")},drawTracker:e.drawTrackerGraph})}),i(t,"parts/Responsive.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.isArray,u=t.isObject,f=t.objectEach,i=t.pick,e=t.splat;(t=n.Chart).prototype.setResponsive=function(t,i){var f=this.options.responsive,r=[],u=this.currentResponsive;!i&&f&&f.rules&&f.rules.forEach(function(t){void 0===t._id&&(t._id=n.uniqueKey());this.matchResponsiveRule(t,r)},this);(i=n.merge.apply(0,r.map(function(t){return n.find(f.rules,function(n){return n._id===t}).chartOptions}))).isResponsiveOptions=!0;(r=r.toString()||void 0)!==(u&&u.ruleIds)&&(u&&this.update(u.undoOptions,t,!0),r?((u=this.currentOptions(i)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:r,mergedOptions:i,undoOptions:u},this.update(i,t,!0)):this.currentResponsive=void 0)};t.prototype.matchResponsiveRule=function(n,t){var r=n.condition;(r.callback||function(){return this.chartWidth<=i(r.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=i(r.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=i(r.minWidth,0)&&this.chartHeight>=i(r.minHeight,0)}).call(this)&&t.push(n._id)};t.prototype.currentOptions=function(n){var i=this,t={};return function n(t,o,s,h){var c;f(t,function(t,f){if(!h&&-1<i.collectionsWithUpdate.indexOf(f))for(t=e(t),s[f]=[],c=0;c<t.length;c++)o[f][c]&&(s[f][c]={},n(t[c],o[f][c],s[f][c],h+1));else u(t)?(s[f]=r(t)?[]:{},n(t,o[f]||{},s[f],h+1)):s[f]=void 0===o[f]?null:o[f]})}(n,this.options,t,0),t}}),i(t,"masters/highcharts.src.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){return t.extend(n,{arrayMax:t.arrayMax,arrayMin:t.arrayMin,attr:t.attr,defined:t.defined,erase:t.erase,extend:t.extend,isArray:t.isArray,isClass:t.isClass,isDOMElement:t.isDOMElement,isNumber:t.isNumber,isObject:t.isObject,isString:t.isString,objectEach:t.objectEach,pick:t.pick,pInt:t.pInt,setAnimation:t.setAnimation,splat:t.splat,syncTimeout:t.syncTimeout}),n}),t["masters/highcharts.src.js"]._modules=t,t["masters/highcharts.src.js"]})},"6oB3":function(n,t,i){"use strict";var r=i("NwwV"),u=i("tHdp"),f=i("9Kp9"),e=i("A0iX");t.concat=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return 1===n.length||2===n.length&&r.isScheduler(n[1])?f.from(n[0]):e.concatAll()(u.of.apply(void 0,n))}},"78Oa":function(n,t,i){"use strict";var r=i("oemf");t.ajax=r.AjaxObservable.create},"7LGj":function(n,t,i){function f(n){var t=n.period;n.subscriber.notifyNext();this.schedule(n,t)}var e=i("PBLz").__extends,o=i("1uGz"),s=i("Re0n"),r,u;t.sampleTime=function(n,t){return void 0===t&&(t=s.async),function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.period=n;this.scheduler=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.period,this.scheduler))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.period=i;this.scheduler=r;this.hasValue=!1;this.add(r.schedule(f,i,{subscriber:this,period:i}))}return e(t,n),t.prototype._next=function(n){this.lastValue=n;this.hasValue=!0},t.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},t}(o.Subscriber)},"7Nkz":function(n,t,i){var e=i("PBLz").__extends,r=i("1uGz"),o=i("8kg7"),u,f;t.skipLast=function(n){return function(t){return t.lift(new u(n))}};u=function(){function n(n){if(this._skipCount=n,this._skipCount<0)throw new o.ArgumentOutOfRangeError;}return n.prototype.call=function(n,t){return t.subscribe(0===this._skipCount?new r.Subscriber(n):new f(n,this._skipCount))},n}();f=function(n){function t(t,i){n.call(this,t);this._skipCount=i;this._count=0;this._ring=new Array(i)}return e(t,n),t.prototype._next=function(n){var i=this._skipCount,t=this._count++;if(t<i)this._ring[t]=n;else{var r=t%i,u=this._ring,f=u[r];u[r]=n;this.destination.next(f)}},t}(r.Subscriber)},"7W5b":function(n,t,i){"use strict";var r=i("lf2g");t.mergeMap=function(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),r.mergeMap(n,t,i)(this)}},"7bsd":function(n,t,i){"use strict";var r=i("AZf1"),u=i("klBC");r.Observable.prototype.map=u.map},"7c4m":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.retry=function(n){return void 0===n&&(n=-1),function(t){return t.lift(new r(n,t))}};r=function(){function n(n,t){this.count=n;this.source=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.count,this.source))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.count=i;this.source=r}return f(t,n),t.prototype.error=function(t){if(!this.isStopped){var r=this.source,i=this.count;if(0===i)return n.prototype.error.call(this,t);i>-1&&(this.count=i-1);r.subscribe(this._unsubscribeAndRecycle())}},t}(e.Subscriber)},"7f6I":function(n,t,i){"use strict";var r=i("Bx9r"),u=i("cf1P");t.publishBehavior=function(n){return function(t){return u.multicast(new r.BehaviorSubject(n))(t)}}},"7lXC":function(n,t,i){"use strict";var r=i("XNQH");t.isEmpty=function(){return r.isEmpty()(this)}},"7qd/":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Yjb7");r.Observable.combineLatest=u.combineLatest},"8FKM":function(n,t,i){"use strict";var r=i("3Ind");t.sequenceEqual=function(n,t){return r.sequenceEqual(n,t)(this)}},"8G9e":function(n,t,i){var u=i("PBLz").__extends,f=i("4WIM"),r=i("y2i3");t.AsyncSubject=function(n){function t(){n.apply(this,arguments);this.value=null;this.hasNext=!1;this.hasCompleted=!1}return u(t,n),t.prototype._subscribe=function(t){return this.hasError?(t.error(this.thrownError),r.Subscription.EMPTY):this.hasCompleted&&this.hasNext?(t.next(this.value),t.complete(),r.Subscription.EMPTY):n.prototype._subscribe.call(this,t)},t.prototype.next=function(n){this.hasCompleted||(this.value=n,this.hasNext=!0)},t.prototype.error=function(t){this.hasCompleted||n.prototype.error.call(this,t)},t.prototype.complete=function(){this.hasCompleted=!0;this.hasNext&&n.prototype.next.call(this,this.value);n.prototype.complete.call(this)},t}(f.Subject)},"8JYq":function(n,t,i){var r=i("PBLz").__extends,u=i("y2i3");t.Action=function(n){function t(){n.call(this)}return r(t,n),t.prototype.schedule=function(n,t){return void 0===t&&(t=0),this},t}(u.Subscription)},"8SF3":function(n,t,i){"use strict";var r=i("AZf1"),u=i("+t3k");r.Observable.prototype.first=u.first},"8X44":function(n){n.exports={title:"United States of America",version:"1.1.3",type:"FeatureCollection",copyright:"Copyright (c) 2020 Highsoft AS, Based on data from Natural Earth",copyrightShort:"Natural Earth",copyrightUrl:"http://www.naturalearthdata.com",crs:{type:"name",properties:{name:"urn:ogc:def:crs:EPSG:102004"}},"hc-transform":{"default":{crs:"+proj=lcc +lat_1=33 +lat_2=45 +lat_0=39 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs",scale:.000151481324748,jsonres:15.5,jsonmarginX:-999,jsonmarginY:9851,xoffset:-2361356.09818,yoffset:1398996.77886},"us-all-hawaii":{xpan:190,ypan:417,hitZone:{type:"Polygon",coordinates:[[[1747,3920],[3651,2950],[3651,-999],[1747,-999],[1747,3920]]]},crs:"+proj=aea +lat_1=8 +lat_2=18 +lat_0=13 +lon_0=-157 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs",scale:.000123090941806,jsonres:15.5,jsonmarginX:-999,jsonmarginY:9851,xoffset:-338610.47557,yoffset:1022754.31736},"us-all-alaska":{rotation:-.0174532925199,xpan:5,ypan:357,hitZone:{type:"Polygon",coordinates:[[[-999,5188],[-707,5188],[1747,3920],[1747,-999],[-999,-999],[-999,5188]]]},crs:"+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs",scale:584397059179e-16,jsonres:15.5,jsonmarginX:-999,jsonmarginY:9851,xoffset:-1566154.00853,yoffset:1992671.14918}},features:[{type:"Feature",id:"US.MA",properties:{"hc-group":"admin1","hc-middle-x":.36,"hc-middle-y":.47,"hc-key":"us-ma","hc-a2":"MA",labelrank:"0",hasc:"US.MA","woe-id":"2347580","state-fips":"25",fips:"US25","postal-code":"MA",name:"Massachusetts",country:"United States of America",region:"Northeast",longitude:"-71.99930000000001","woe-name":"Massachusetts",latitude:"42.3739","woe-label":"Massachusetts, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[9430,7889],[9476,7878],[9436,7864],[9417,7844],[9430,7889]]],[[[9314,7915],[9312,7927],[9304,7921],[9278,7938],[9254,7990],[9177,7968],[8997,7925],[8860,7896],[8853,7901],[8856,8080],[8922,8096],[9005,8115],[9005,8115],[9222,8166],[9242,8201],[9300,8236],[9318,8197],[9357,8186],[9312,8147],[9299,8081],[9324,8091],[9365,8074],[9428,7985],[9483,7974],[9525,8007],[9501,8067],[9535,8028],[9549,7982],[9504,7965],[9420,7906],[9411,7955],[9371,7921],[9373,7898],[9339,7878],[9327,7915],[9314,7915]]]]}},{type:"Feature",id:"US.WA",properties:{"hc-group":"admin1","hc-middle-x":.56,"hc-middle-y":.52,"hc-key":"us-wa","hc-a2":"WA",labelrank:"0",hasc:"US.WA","woe-id":"2347606","state-fips":"53",fips:"US53","postal-code":"WA",name:"Washington",country:"United States of America",region:"West",longitude:"-120.361","woe-name":"Washington",latitude:"47.4865","woe-label":"Washington, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[-77,9797],[-56,9768],[-91,9757],[-86,9712],[-136,9751],[-111,9756],[-77,9797]]],[[[-52,9689],[-85,9658],[-66,9645],[-43,9568],[-77,9588],[-74,9635],[-89,9664],[-52,9690],[-60,9697],[-61,9737],[-31,9701],[-12,9731],[-9,9774],[-33,9788],[-46,9839],[-32,9851],[926,9593],[767,8925],[779,8870],[774,8822],[398,8914],[378,8905],[289,8922],[163,8905],[94,8923],[38,8914],[-10,8925],[-22,8950],[-113,8979],[-207,8965],[-283,9014],[-271,9096],[-280,9134],[-321,9167],[-357,9171],[-365,9207],[-400,9226],[-436,9219],[-460,9259],[-436,9333],[-441,9279],[-416,9297],[-401,9347],[-434,9357],[-429,9395],[-369,9396],[-424,9436],[-424,9523],[-410,9624],[-433,9678],[-428,9749],[-385,9790],[-313,9713],[-183,9655],[-161,9666],[-146,9623],[-100,9637],[-95,9567],[-135,9518],[-77,9566],[-112,9491],[-89,9426],[-154,9433],[-175,9394],[-167,9449],[-222,9394],[-157,9376],[-124,9418],[-82,9426],[-82,9476],[-66,9527],[-18,9570],[-37,9644],[-24,9661],[-52,9689]]]]}},{type:"Feature",id:"US.CA",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.67,"hc-key":"us-ca","hc-a2":"CA",labelrank:"0",hasc:"US.CA","woe-id":"2347563","state-fips":"6",fips:"US06","postal-code":"CA",name:"California",country:"United States of America",region:"West",longitude:"-119.591","woe-name":"California",latitude:"36.7496","woe-label":"California, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[-833,8186],[-50,7955],[-253,7203],[32,6779],[261,6430],[593,5936],[620,5788],[660,5730],[598,5702],[559,5661],[555,5605],[510,5537],[489,5536],[476,5452],[519,5416],[492,5355],[451,5357],[-76,5426],[-69,5467],[-95,5476],[-84,5583],[-110,5649],[-224,5792],[-276,5799],[-265,5822],[-284,5881],[-342,5885],[-417,5946],[-422,5975],[-484,6035],[-539,6046],[-588,6077],[-659,6091],[-686,6135],[-647,6273],[-691,6316],[-672,6333],[-720,6428],[-742,6442],[-793,6601],[-820,6637],[-816,6709],[-775,6726],[-761,6756],[-778,6807],[-821,6819],[-855,6888],[-842,6929],[-853,6979],[-833,7041],[-810,7042],[-816,6985],[-764,6931],[-772,6991],[-797,7030],[-787,7089],[-738,7083],[-782,7126],[-806,7122],[-833,7050],[-892,7126],[-903,7243],[-983,7395],[-967,7420],[-969,7507],[-943,7553],[-936,7629],[-964,7712],[-999,7766],[-993,7813],[-890,7943],[-849,8038],[-844,8118],[-860,8134],[-833,8186]]]}},{type:"Feature",id:"US.OR",properties:{"hc-group":"admin1","hc-middle-x":.47,"hc-middle-y":.52,"hc-key":"us-or","hc-a2":"OR",labelrank:"0",hasc:"US.OR","woe-id":"2347596","state-fips":"41",fips:"US41","postal-code":"OR",name:"Oregon",country:"United States of America",region:"West",longitude:"-120.386","woe-name":"Oregon",latitude:"43.8333","woe-label":"Oregon, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[-50,7955],[-833,8186],[-851,8223],[-847,8281],[-817,8362],[-827,8415],[-793,8455],[-756,8527],[-714,8570],[-672,8648],[-594,8829],[-582,8877],[-494,9051],[-493,9108],[-468,9158],[-460,9216],[-396,9192],[-367,9202],[-359,9169],[-321,9167],[-280,9134],[-271,9096],[-283,9014],[-207,8965],[-113,8979],[-22,8950],[-10,8925],[38,8914],[94,8923],[163,8905],[289,8922],[378,8905],[398,8914],[774,8822],[785,8775],[821,8744],[823,8698],[776,8646],[718,8545],[624,8450],[615,8403],[662,8361],[616,8265],[510,7813],[-50,7955]]]}},{type:"Feature",id:"US.WI",properties:{"hc-group":"admin1","hc-middle-x":.41,"hc-middle-y":.38,"hc-key":"us-wi","hc-a2":"WI",labelrank:"0",hasc:"US.WI","woe-id":"2347608","state-fips":"55",fips:"US55","postal-code":"WI",name:"Wisconsin",country:"United States of America",region:"Midwest",longitude:"-89.5831","woe-name":"Wisconsin",latitude:"44.3709","woe-label":"Wisconsin, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[6206,8297],[6197,8237],[6159,8156],[6136,8180],[6161,8249],[6206,8297]]],[[[5575,7508],[5561,7544],[5494,7563],[5465,7670],[5479,7702],[5445,7758],[5431,7866],[5405,7892],[5360,7903],[5273,7994],[5217,8029],[5181,8035],[5136,8072],[5146,8117],[5144,8214],[5158,8253],[5117,8285],[5116,8322],[5147,8375],[5220,8422],[5214,8573],[5245,8603],[5303,8589],[5410,8635],[5449,8660],[5489,8656],[5481,8617],[5508,8583],[5554,8572],[5588,8553],[5611,8510],[5795,8473],[5849,8447],[5968,8437],[5993,8394],[6045,8372],[6042,8286],[6080,8287],[6071,8242],[6096,8224],[6058,8180],[6028,8078],[6049,8076],[6099,8156],[6129,8170],[6153,8151],[6124,8019],[6136,7996],[6101,7916],[6110,7860],[6082,7742],[6089,7679],[6116,7626],[6119,7543],[5780,7519],[5606,7509],[5575,7508]]]]}},{type:"Feature",id:"US.ME",properties:{"hc-group":"admin1","hc-middle-x":.43,"hc-middle-y":.4,"hc-key":"us-me","hc-a2":"ME",labelrank:"0",hasc:"US.ME","woe-id":"2347578","state-fips":"23",fips:"US23","postal-code":"ME",name:"Maine",country:"United States of America",region:"Northeast",longitude:"-69.1973","woe-name":"Maine",latitude:"45.148","woe-label":"Maine, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[9623,8727],[9643,8763],[9665,8747],[9641,8690],[9623,8727]]],[[[9225,8399],[9079,8830],[9115,8824],[9130,8917],[9168,8971],[9177,9035],[9160,9062],[9160,9140],[9176,9161],[9166,9236],[9238,9459],[9272,9467],[9292,9423],[9319,9415],[9428,9491],[9519,9435],[9630,9097],[9697,9099],[9717,9017],[9747,8995],[9778,9009],[9851,8939],[9818,8875],[9789,8883],[9784,8851],[9706,8811],[9712,8773],[9690,8747],[9669,8782],[9611,8766],[9590,8707],[9615,8647],[9554,8716],[9552,8761],[9517,8719],[9529,8622],[9505,8581],[9483,8586],[9467,8544],[9433,8531],[9420,8493],[9387,8524],[9346,8471],[9362,8439],[9314,8347],[9298,8291],[9235,8354],[9225,8399]]]]}},{type:"Feature",id:"US.MI",properties:{"hc-group":"admin1","hc-middle-x":.71,"hc-middle-y":.67,"hc-key":"us-mi","hc-a2":"MI",labelrank:"0",hasc:"US.MI","woe-id":"2347581","state-fips":"26",fips:"US26","postal-code":"MI",name:"Michigan",country:"United States of America",region:"Midwest",longitude:"-84.9479","woe-name":"Michigan",latitude:"43.4343","woe-label":"Michigan, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[6802,8561],[6808,8523],[6764,8521],[6774,8565],[6802,8561]]],[[[5863,9010],[5834,8966],[5759,8913],[5758,8947],[5863,9010]]],[[[6976,7443],[6815,7415],[6718,7400],[6716,7416],[6323,7372],[6364,7423],[6399,7509],[6417,7630],[6409,7695],[6330,7861],[6345,7903],[6322,7979],[6361,8059],[6352,8141],[6381,8159],[6381,8204],[6423,8217],[6453,8283],[6469,8252],[6460,8196],[6479,8180],[6501,8221],[6497,8298],[6533,8342],[6567,8348],[6542,8410],[6593,8461],[6646,8436],[6627,8469],[6669,8467],[6654,8434],[6698,8433],[6726,8400],[6837,8377],[6863,8359],[6884,8307],[6860,8285],[6902,8213],[6903,8115],[6872,8094],[6868,8040],[6821,8014],[6824,7934],[6868,7920],[6900,7950],[6937,8030],[6993,8059],[7042,8027],[7097,7866],[7128,7802],[7124,7704],[7066,7697],[7061,7631],[7021,7590],[7008,7500],[6976,7443]]],[[[5874,8741],[5900,8700],[5901,8651],[5938,8693],[6017,8689],[6049,8673],[6107,8596],[6174,8609],[6192,8589],[6244,8596],[6318,8663],[6430,8674],[6485,8705],[6529,8713],[6518,8645],[6560,8631],[6591,8646],[6609,8627],[6633,8653],[6688,8665],[6692,8589],[6745,8536],[6723,8521],[6631,8516],[6606,8530],[6598,8476],[6541,8514],[6480,8529],[6444,8521],[6426,8490],[6320,8470],[6302,8429],[6244,8388],[6264,8448],[6227,8437],[6192,8395],[6185,8444],[6096,8224],[6071,8242],[6080,8287],[6042,8286],[6045,8372],[5993,8394],[5968,8437],[5849,8447],[5795,8473],[5611,8510],[5588,8553],[5554,8572],[5623,8604],[5661,8642],[5731,8656],[5776,8696],[5805,8702],[5860,8764],[5868,8750],[5893,8802],[5958,8837],[6017,8829],[5931,8757],[5903,8703],[5900,8738],[5874,8741]]]]}},{type:"Feature",id:"US.NV",properties:{"hc-group":"admin1","hc-middle-x":.46,"hc-middle-y":.38,"hc-key":"us-nv","hc-a2":"NV",labelrank:"0",hasc:"US.NV","woe-id":"2347587","state-fips":"32",fips:"US32","postal-code":"NV",name:"Nevada",country:"United States of America",region:"West",longitude:"-117.02","woe-name":"Nevada",latitude:"39.4299","woe-label":"Nevada, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[-50,7955],[510,7813],[897,7727],[1073,7690],[929,6975],[818,6420],[777,6221],[752,6180],[669,6227],[631,6217],[631,6159],[611,6068],[614,5982],[593,5936],[261,6430],[32,6779],[-253,7203],[-50,7955]]]}},{type:"Feature",id:"US.NM",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.5,"hc-key":"us-nm","hc-a2":"NM",labelrank:"0",hasc:"US.NM","woe-id":"2347590","state-fips":"35",fips:"US35","postal-code":"NM",name:"New Mexico",country:"United States of America",region:"West",longitude:"-106.024","woe-name":"New Mexico",latitude:"34.5002","woe-label":"New Mexico, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[1841,6242],[3091,6104],[3083,6007],[3081,5975],[3072,5970],[2976,4810],[2181,4887],[2208,4823],[1830,4873],[1815,4756],[1630,4782],[1736,5514],[1841,6242]]]}},{type:"Feature",id:"US.CO",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.5,"hc-key":"us-co","hc-a2":"CO",labelrank:"0",hasc:"US.CO","woe-id":"2347564","state-fips":"8",fips:"US08","postal-code":"CO",name:"Colorado",country:"United States of America",region:"West",longitude:"-105.543","woe-name":"Colorado",latitude:"38.9998","woe-label":"Colorado, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[3091,6104],[1841,6242],[1966,7108],[1990,7269],[2964,7155],[3357,7124],[3339,6866],[3329,6696],[3290,6089],[3091,6104]]]}},{type:"Feature",id:"US.WY",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.5,"hc-key":"us-wy","hc-a2":"WY",labelrank:"0",hasc:"US.WY","woe-id":"2347609","state-fips":"56",fips:"US56","postal-code":"WY",name:"Wyoming",country:"United States of America",region:"West",longitude:"-107.552","woe-name":"Wyoming",latitude:"42.9999","woe-label":"Wyoming, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[2964,7155],[1990,7269],[1600,7329],[1643,7585],[1677,7785],[1750,8226],[1772,8355],[3056,8191],[3019,7770],[3010,7672],[3002,7575],[2964,7155]]]}},{type:"Feature",id:"US.KS",properties:{"hc-group":"admin1","hc-middle-x":.3,"hc-middle-y":.49,"hc-key":"us-ks","hc-a2":"KS",labelrank:"0",hasc:"US.KS","woe-id":"2347575","state-fips":"20",fips:"US20","postal-code":"KS",name:"Kansas",country:"United States of America",region:"Midwest",longitude:"-98.3309","woe-name":"Kansas",latitude:"38.5","woe-label":"Kansas, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[3339,6866],[4682,6826],[4769,6780],[4726,6705],[4767,6667],[4781,6624],[4824,6600],[4833,6050],[3290,6089],[3329,6696],[3339,6866]]]}},{type:"Feature",id:"US.NE",properties:{"hc-group":"admin1","hc-middle-x":.43,"hc-middle-y":.5,"hc-key":"us-ne","hc-a2":"NE",labelrank:"0",hasc:"US.NE","woe-id":"2347586","state-fips":"31",fips:"US31","postal-code":"NE",name:"Nebraska",country:"United States of America",region:"Midwest",longitude:"-99.68550000000001","woe-name":"Nebraska",latitude:"41.5002","woe-label":"Nebraska, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[4682,6826],[3339,6866],[3357,7124],[2964,7155],[3002,7575],[3010,7672],[4071,7611],[4148,7558],[4194,7574],[4297,7577],[4330,7551],[4409,7521],[4453,7479],[4469,7474],[4478,7398],[4515,7341],[4533,7291],[4529,7228],[4559,7206],[4571,7165],[4579,7031],[4592,6986],[4592,6981],[4592,6981],[4591,6981],[4591,6981],[4619,6915],[4682,6826]]]}},{type:"Feature",id:"US.OK",properties:{"hc-group":"admin1","hc-middle-x":.78,"hc-middle-y":.52,"hc-key":"us-ok","hc-a2":"OK",labelrank:"0",hasc:"US.OK","woe-id":"2347595","state-fips":"40",fips:"US40","postal-code":"OK",name:"Oklahoma",country:"United States of America",region:"South",longitude:"-97.1309","woe-name":"Oklahoma",latitude:"35.452","woe-label":"Oklahoma, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[3290,6089],[4833,6050],[4833,6017],[4835,5920],[4877,5632],[4875,5180],[4790,5207],[4714,5260],[4685,5235],[4632,5257],[4595,5233],[4559,5242],[4474,5191],[4405,5248],[4360,5237],[4347,5258],[4312,5234],[4304,5199],[4283,5247],[4248,5227],[4181,5268],[4121,5246],[4093,5310],[4007,5296],[3908,5334],[3856,5341],[3842,5388],[3753,5388],[3686,5437],[3707,5936],[3081,5975],[3083,6007],[3091,6104],[3290,6089]]]}},{type:"Feature",id:"US.MO",properties:{"hc-group":"admin1","hc-middle-x":.48,"hc-middle-y":.51,"hc-key":"us-mo","hc-a2":"MO",labelrank:"0",hasc:"US.MO","woe-id":"2347584","state-fips":"29",fips:"US29","postal-code":"MO",name:"Missouri",country:"United States of America",region:"Midwest",longitude:"-92.446","woe-name":"Missouri",latitude:"38.5487","woe-label":"Missouri, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[4835,5920],[4833,6017],[4833,6050],[4824,6600],[4781,6624],[4767,6667],[4726,6705],[4769,6780],[4682,6826],[4619,6915],[4591,6981],[4591,6981],[4592,6981],[4846,6977],[5120,6985],[5389,7006],[5449,6947],[5449,6947],[5449,6947],[5436,6893],[5454,6813],[5475,6774],[5540,6711],[5588,6679],[5616,6596],[5642,6567],[5672,6592],[5735,6561],[5692,6420],[5752,6350],[5792,6336],[5873,6276],[5898,6211],[5886,6165],[5918,6121],[5975,6097],[5976,6033],[5956,5988],[5932,6005],[5921,5968],[5911,5955],[5907,5967],[5890,5980],[5893,5966],[5901,5936],[5869,5898],[5888,5872],[5868,5834],[5731,5821],[5790,5904],[5767,5957],[4835,5920]]]}},{type:"Feature",id:"US.IL",properties:{"hc-group":"admin1","hc-middle-x":.56,"hc-middle-y":.45,"hc-key":"us-il","hc-a2":"IL",labelrank:"0",hasc:"US.IL","woe-id":"2347572","state-fips":"17",fips:"US17","postal-code":"IL",name:"Illinois",country:"United States of America",region:"Midwest",longitude:"-89.1991","woe-name":"Illinois",latitude:"39.946","woe-label":"Illinois, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6119,7543],[6121,7488],[6192,7351],[6247,6739],[6226,6674],[6254,6638],[6266,6585],[6244,6520],[6222,6503],[6194,6422],[6176,6404],[6179,6328],[6159,6283],[6171,6241],[6102,6218],[6105,6131],[6015,6162],[5987,6157],[5962,6117],[5975,6097],[5918,6121],[5886,6165],[5898,6211],[5873,6276],[5792,6336],[5752,6350],[5692,6420],[5735,6561],[5672,6592],[5642,6567],[5616,6596],[5588,6679],[5540,6711],[5475,6774],[5454,6813],[5436,6893],[5449,6947],[5449,6947],[5449,6947],[5458,7004],[5496,7020],[5535,7098],[5536,7132],[5509,7160],[5523,7224],[5579,7232],[5646,7276],[5671,7332],[5672,7411],[5625,7441],[5575,7508],[5575,7508],[5606,7509],[5848,7523],[6119,7543]]]}},{type:"Feature",id:"US.IN",properties:{"hc-group":"admin1","hc-middle-x":.49,"hc-middle-y":.43,"hc-key":"us-in","hc-a2":"IN",labelrank:"0",hasc:"US.IN","woe-id":"2347573","state-fips":"18",fips:"US18","postal-code":"IN",name:"Indiana",country:"United States of America",region:"Midwest",longitude:"-86.1396","woe-name":"Indiana",latitude:"39.8874","woe-label":"Indiana, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6192,7351],[6239,7329],[6323,7372],[6716,7416],[6718,7400],[6732,7296],[6797,6730],[6792,6683],[6808,6651],[6737,6617],[6682,6619],[6693,6572],[6657,6540],[6652,6507],[6622,6498],[6608,6438],[6583,6411],[6531,6450],[6485,6413],[6485,6390],[6444,6379],[6426,6401],[6359,6356],[6303,6376],[6269,6350],[6209,6363],[6179,6328],[6176,6404],[6194,6422],[6222,6503],[6244,6520],[6266,6585],[6254,6638],[6226,6674],[6247,6739],[6192,7351]]]}},{type:"Feature",id:"US.VT",properties:{"hc-group":"admin1","hc-middle-x":.42,"hc-middle-y":.43,"hc-key":"us-vt","hc-a2":"VT",labelrank:"0",hasc:"US.VT","woe-id":"2347604","state-fips":"50",fips:"US50","postal-code":"VT",name:"Vermont",country:"United States of America",region:"Northeast",longitude:"-72.7317","woe-name":"Vermont",latitude:"44.0886","woe-label":"Vermont, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[8922,8096],[8856,8080],[8807,8284],[8772,8287],[8772,8328],[8740,8402],[8748,8453],[8739,8514],[8720,8537],[8695,8646],[8811,8677],[9024,8736],[9020,8661],[9045,8629],[9033,8585],[8978,8526],[8986,8490],[8981,8392],[8964,8320],[8979,8261],[8979,8148],[9005,8115],[9005,8115],[8922,8096]]]}},{type:"Feature",id:"US.AR",properties:{"hc-group":"admin1","hc-middle-x":.47,"hc-middle-y":.43,"hc-key":"us-ar","hc-a2":"AR",labelrank:"0",hasc:"US.AR","woe-id":"2347562","state-fips":"5",fips:"US05","postal-code":"AR",name:"Arkansas",country:"United States of America",region:"South",longitude:"-92.14279999999999","woe-name":"Arkansas",latitude:"34.7563","woe-label":"Arkansas, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[4975,5016],[4971,5157],[4910,5157],[4875,5180],[4877,5632],[4835,5920],[5767,5957],[5790,5904],[5731,5821],[5868,5834],[5871,5791],[5827,5763],[5835,5714],[5798,5670],[5802,5602],[5762,5567],[5770,5547],[5730,5520],[5706,5470],[5709,5414],[5635,5340],[5647,5309],[5609,5297],[5620,5250],[5583,5215],[5607,5162],[5598,5120],[5618,5077],[5605,5041],[5563,5038],[4975,5016]]]}},{type:"Feature",id:"US.TX",properties:{"hc-group":"admin1","hc-middle-x":.69,"hc-middle-y":.52,"hc-key":"us-tx","hc-a2":"TX",labelrank:"0",hasc:"US.TX","woe-id":"2347602","state-fips":"48",fips:"US48","postal-code":"TX",name:"Texas",country:"United States of America",region:"South",longitude:"-98.7607","woe-name":"Texas",latitude:"31.131","woe-label":"Texas, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[4875,5180],[4910,5157],[4971,5157],[4975,5016],[4980,4752],[5033,4679],[5031,4646],[5105,4506],[5093,4447],[5059,4380],[5065,4253],[5047,4228],[5018,4172],[5032,4146],[4989,4147],[4854,4084],[4875,4116],[4831,4102],[4842,4162],[4778,4141],[4769,4106],[4839,4052],[4789,4023],[4801,4063],[4739,3976],[4638,3901],[4557,3881],[4544,3857],[4451,3804],[4448,3787],[4381,3749],[4308,3672],[4340,3735],[4307,3756],[4261,3721],[4306,3712],[4263,3655],[4221,3658],[4249,3617],[4213,3527],[4195,3545],[4141,3510],[4206,3511],[4178,3442],[4232,3206],[4272,3164],[4203,3135],[4114,3192],[4013,3198],[3979,3230],[3915,3245],[3878,3279],[3810,3292],[3795,3375],[3727,3467],[3715,3534],[3721,3603],[3677,3628],[3595,3762],[3548,3801],[3525,3881],[3477,3970],[3469,4021],[3393,4097],[3411,4119],[3365,4132],[3310,4204],[3150,4220],[3103,4248],[3082,4218],[3018,4214],[2959,4096],[2967,4083],[2896,4024],[2861,4031],[2754,4113],[2695,4134],[2651,4187],[2595,4230],[2567,4305],[2573,4370],[2512,4503],[2437,4557],[2309,4714],[2275,4731],[2239,4806],[2208,4823],[2181,4887],[2976,4810],[3072,5970],[3081,5975],[3707,5936],[3686,5437],[3753,5388],[3842,5388],[3856,5341],[3908,5334],[4007,5296],[4093,5310],[4121,5246],[4181,5268],[4248,5227],[4283,5247],[4304,5199],[4312,5234],[4347,5258],[4360,5237],[4405,5248],[4474,5191],[4559,5242],[4595,5233],[4632,5257],[4685,5235],[4714,5260],[4790,5207],[4875,5180]]],[[[4269,3610],[4220,3493],[4219,3420],[4245,3297],[4214,3394],[4222,3530],[4269,3610]]]]}},{type:"Feature",id:"US.RI",properties:{"hc-group":"admin1","hc-middle-x":.55,"hc-middle-y":.78,"hc-key":"us-ri","hc-a2":"RI",labelrank:"0",hasc:"US.RI","woe-id":"2347598","state-fips":"44",fips:"US44","postal-code":"RI",name:"Rhode Island",country:"United States of America",region:"Northeast",longitude:"-71.5082","woe-name":"Rhode Island",latitude:"41.6242","woe-label":"Rhode Island, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[9339,7878],[9325,7871],[9314,7915],[9327,7915],[9339,7878]]],[[[9177,7968],[9254,7990],[9278,7938],[9304,7921],[9320,7866],[9285,7851],[9279,7822],[9216,7790],[9212,7845],[9177,7968]]]]}},{type:"Feature",id:"US.AL",properties:{"hc-group":"admin1","hc-middle-x":.47,"hc-middle-y":.42,"hc-key":"us-al","hc-a2":"AL",labelrank:"0",hasc:"US.AL","woe-id":"2347559","state-fips":"1",fips:"US01","postal-code":"AL",name:"Alabama",country:"United States of America",region:"South",longitude:"-86.7184","woe-name":"Alabama",latitude:"32.8551","woe-label":"Alabama, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6487,4443],[6440,4378],[6291,4361],[6336,4375],[6317,4398],[6267,4399],[6216,4788],[6236,5574],[6215,5600],[6213,5603],[6762,5652],[6912,5135],[6947,5053],[6998,4970],[6970,4930],[6958,4846],[6990,4774],[6983,4704],[7015,4637],[6436,4574],[6431,4541],[6487,4486],[6487,4443]]]}},{type:"Feature",id:"US.MS",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.48,"hc-key":"us-ms","hc-a2":"MS",labelrank:"0",hasc:"US.MS","woe-id":"2347583","state-fips":"28",fips:"US28","postal-code":"MS",name:"Mississippi",country:"United States of America",region:"South",longitude:"-89.71890000000001","woe-name":"Mississippi",latitude:"32.8657","woe-label":"Mississippi, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6267,4399],[6164,4396],[6059,4360],[6017,4328],[5936,4451],[5955,4536],[5523,4510],[5540,4526],[5522,4581],[5545,4585],[5545,4642],[5565,4662],[5584,4738],[5636,4781],[5670,4868],[5629,4895],[5611,4977],[5627,5018],[5605,5041],[5618,5077],[5598,5120],[5607,5162],[5583,5215],[5620,5250],[5609,5297],[5647,5309],[5635,5340],[5709,5414],[5706,5470],[5730,5520],[5770,5547],[5762,5567],[6122,5592],[6215,5600],[6236,5574],[6216,4788],[6267,4399]]]}},{type:"Feature",id:"US.NC",properties:{"hc-group":"admin1","hc-middle-x":.62,"hc-middle-y":.5,"hc-key":"us-nc","hc-a2":"NC",labelrank:"0",hasc:"US.NC","woe-id":"2347592","state-fips":"37",fips:"US37","postal-code":"NC",name:"North Carolina",country:"United States of America",region:"South",longitude:"-78.866","woe-name":"North Carolina",latitude:"35.6152","woe-label":"North Carolina, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[8716,6394],[8720,6381],[8694,6389],[8694,6389],[8704,6391],[8705,6390],[8709,6392],[8712,6393],[8716,6394]]],[[[8727,6396],[8756,6332],[8852,6203],[8782,6278],[8722,6395],[8724,6396],[8727,6396]]],[[[7532,6183],[7623,6187],[7858,6219],[8691,6388],[8768,6281],[8670,6318],[8707,6291],[8620,6230],[8584,6234],[8581,6204],[8719,6244],[8742,6161],[8737,6222],[8760,6252],[8795,6220],[8797,6153],[8772,6164],[8750,6091],[8709,6073],[8638,6097],[8638,6070],[8551,6078],[8664,6053],[8635,6009],[8661,6003],[8610,5957],[8551,5988],[8590,5949],[8631,5940],[8676,5955],[8686,5995],[8721,5956],[8670,5890],[8565,5865],[8469,5764],[8443,5714],[8432,5616],[8368,5624],[8302,5600],[8029,5790],[7791,5756],[7782,5790],[7714,5830],[7457,5802],[7290,5724],[7210,5711],[7034,5685],[7038,5756],[7073,5762],[7085,5807],[7131,5847],[7188,5859],[7269,5928],[7298,5973],[7352,6010],[7365,5989],[7437,6050],[7464,6038],[7490,6093],[7523,6123],[7532,6183]]]]}},{type:"Feature",id:"US.VA",properties:{"hc-group":"admin1","hc-middle-x":.64,"hc-middle-y":.54,"hc-key":"us-va","hc-a2":"VA",labelrank:"0",hasc:"US.VA","woe-id":"2347605","state-fips":"51",fips:"US51","postal-code":"VA",name:"Virginia",country:"United States of America",region:"South",longitude:"-78.2431","woe-name":"Virginia",latitude:"37.7403","woe-label":"Virginia, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[8722,6395],[8696,6432],[8704,6391],[8694,6389],[8694,6389],[8686,6398],[8691,6388],[7858,6219],[7623,6187],[7532,6183],[7472,6170],[7116,6120],[7221,6173],[7268,6217],[7309,6294],[7363,6332],[7431,6411],[7470,6351],[7530,6341],[7567,6378],[7595,6360],[7649,6382],[7664,6419],[7690,6412],[7773,6459],[7767,6505],[7840,6674],[7857,6759],[7932,6729],[7974,6848],[7998,6837],[8048,6900],[8072,6952],[8076,7028],[8188,6969],[8198,7020],[8256,7009],[8251,6984],[8341,6945],[8347,6939],[8353,6939],[8367,6892],[8334,6870],[8323,6802],[8347,6786],[8385,6812],[8429,6763],[8484,6768],[8507,6740],[8571,6721],[8572,6647],[8536,6648],[8499,6683],[8431,6711],[8532,6636],[8597,6606],[8561,6578],[8558,6548],[8577,6545],[8611,6494],[8586,6478],[8526,6534],[8449,6533],[8518,6510],[8580,6459],[8619,6482],[8679,6482],[8727,6396],[8724,6396],[8722,6395]],[[8558,6548],[8552,6548],[8552,6548],[8552,6548],[8484,6605],[8532,6551],[8552,6548],[8552,6548],[8552,6548],[8557,6544],[8558,6548]]],[[[8709,6392],[8713,6400],[8716,6394],[8712,6393],[8709,6392]]],[[[8765,6797],[8756,6760],[8761,6796],[8765,6797]]],[[[8688,6764],[8691,6772],[8739,6789],[8726,6737],[8674,6599],[8696,6561],[8678,6528],[8652,6583],[8652,6652],[8688,6764]]]]}},{type:"Feature",id:"US.IA",properties:{"hc-group":"admin1","hc-middle-x":.35,"hc-middle-y":.49,"hc-key":"us-ia","hc-a2":"IA",labelrank:"0",hasc:"US.IA","woe-id":"2347574","state-fips":"19",fips:"US19","postal-code":"IA",name:"Iowa",country:"United States of America",region:"Midwest",longitude:"-93.3891","woe-name":"Iowa",latitude:"42.0423","woe-label":"Iowa, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[5575,7508],[5625,7441],[5672,7411],[5671,7332],[5646,7276],[5579,7232],[5523,7224],[5509,7160],[5536,7132],[5535,7098],[5496,7020],[5458,7004],[5449,6947],[5449,6947],[5449,6947],[5389,7006],[5120,6985],[4846,6977],[4592,6981],[4591,6981],[4579,7031],[4571,7165],[4559,7206],[4529,7228],[4533,7291],[4515,7341],[4478,7398],[4469,7474],[4453,7479],[4423,7540],[4459,7636],[4438,7663],[4433,7734],[4459,7735],[5137,7745],[5445,7758],[5479,7702],[5465,7670],[5494,7563],[5561,7544],[5577,7513],[5575,7508],[5575,7508]]]}},{type:"Feature",id:"US.MD",properties:{"hc-group":"admin1","hc-middle-x":.61,"hc-middle-y":.27,"hc-key":"us-md","hc-a2":"MD",labelrank:"0",hasc:"US.MD","woe-id":"2347579","state-fips":"24",fips:"US24","postal-code":"MD",name:"Maryland",country:"United States of America",region:"South",longitude:"-77.0454","woe-name":"Maryland",latitude:"39.3874","woe-label":"Maryland, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[8761,6796],[8769,6819],[8765,6797],[8761,6796]]],[[[8779,6915],[8779,6884],[8777,6914],[8777,6914],[8779,6915]]],[[[8739,6789],[8691,6772],[8688,6764],[8647,6746],[8650,6806],[8590,6833],[8592,6815],[8525,6862],[8581,6899],[8555,6926],[8511,6936],[8544,6974],[8512,6986],[8496,7036],[8530,7108],[8537,7165],[8497,7093],[8472,7099],[8469,7056],[8432,7052],[8471,7014],[8458,6959],[8483,6868],[8513,6820],[8462,6849],[8543,6778],[8548,6753],[8491,6782],[8433,6785],[8382,6834],[8354,6797],[8335,6827],[8370,6891],[8367,6916],[8385,6943],[8341,6945],[8251,6984],[8256,7009],[8198,7020],[8162,7087],[8101,7099],[8046,7067],[8043,7043],[8e3,7038],[7977,7057],[7949,7003],[7928,7007],[7857,6922],[7835,7053],[8176,7119],[8559,7201],[8650,6887],[8771,6913],[8770,6856],[8753,6848],[8739,6789]]]]}},{type:"Feature",id:"US.DE",properties:{"hc-group":"admin1","hc-middle-x":.91,"hc-middle-y":.77,"hc-key":"us-de","hc-a2":"DE",labelrank:"0",hasc:"US.DE","woe-id":"2347566","state-fips":"10",fips:"US10","postal-code":"DE",name:"Delaware",country:"United States of America",region:"South",longitude:"-75.41119999999999","woe-name":"Delaware",latitude:"38.8657","woe-label":"Delaware, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[8777,6914],[8771,6915],[8771,6913],[8650,6887],[8559,7201],[8589,7239],[8625,7239],[8601,7183],[8613,7145],[8652,7114],[8675,7051],[8735,6995],[8751,6999],[8779,6915],[8777,6914],[8777,6914]]]}},{type:"Feature",id:"US.PA",properties:{"hc-group":"admin1","hc-middle-x":.5,"hc-middle-y":.49,"hc-key":"us-pa","hc-a2":"PA",labelrank:"0",hasc:"US.PA","woe-id":"2347597","state-fips":"42",fips:"US42","postal-code":"PA",name:"Pennsylvania",country:"United States of America",region:"Northeast",longitude:"-77.60939999999999","woe-name":"Pennsylvania",latitude:"40.8601","woe-label":"Pennsylvania, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[8611,7549],[8632,7530],[8615,7490],[8627,7443],[8646,7444],[8739,7361],[8691,7310],[8673,7276],[8625,7239],[8589,7239],[8559,7201],[8176,7119],[7835,7053],[7630,7017],[7589,7253],[7589,7253],[7530,7595],[7556,7610],[7662,7693],[7674,7625],[8514,7797],[8573,7765],[8588,7712],[8673,7663],[8673,7663],[8611,7549]]]}},{type:"Feature",id:"US.NJ",properties:{"hc-group":"admin1","hc-middle-x":.68,"hc-middle-y":.64,"hc-key":"us-nj","hc-a2":"NJ",labelrank:"0",hasc:"US.NJ","woe-id":"2347589","state-fips":"34",fips:"US34","postal-code":"NJ",name:"New Jersey",country:"United States of America",region:"Northeast",longitude:"-74.4653","woe-name":"New Jersey",latitude:"40.0449","woe-label":"New Jersey, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[8611,7549],[8673,7663],[8759,7635],[8846,7608],[8840,7532],[8810,7504],[8805,7466],[8866,7456],[8875,7438],[8886,7281],[8853,7228],[8849,7172],[8812,7122],[8784,7047],[8766,7040],[8769,7097],[8716,7095],[8623,7151],[8610,7186],[8624,7231],[8676,7269],[8691,7310],[8739,7361],[8646,7444],[8627,7443],[8615,7490],[8632,7530],[8611,7549]]]}},{type:"Feature",id:"US.NY",properties:{"hc-group":"admin1","hc-middle-x":.54,"hc-middle-y":.49,"hc-key":"us-ny","hc-a2":"NY",labelrank:"0",hasc:"US.NY","woe-id":"2347591","state-fips":"36",fips:"US36","postal-code":"NY",name:"New York",country:"United States of America",region:"Northeast",longitude:"-75.32420000000001","woe-name":"New York",latitude:"43.1988","woe-label":"New York, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[8673,7663],[8588,7712],[8573,7765],[8514,7797],[7674,7625],[7662,7693],[7763,7795],[7803,7872],[7754,7932],[7747,7976],[7812,8010],[7918,8040],[7988,8041],[8031,8026],[8061,8043],[8133,8055],[8180,8080],[8224,8141],[8264,8164],[8243,8232],[8257,8274],[8225,8259],[8202,8296],[8230,8345],[8280,8379],[8297,8437],[8358,8526],[8422,8581],[8453,8585],[8695,8646],[8720,8537],[8739,8514],[8748,8453],[8740,8402],[8772,8328],[8772,8287],[8807,8284],[8856,8080],[8853,7901],[8860,7896],[8896,7702],[8912,7685],[8874,7645],[8896,7623],[8881,7575],[8930,7617],[8982,7620],[9002,7641],[9094,7671],[9134,7722],[9173,7697],[9177,7721],[9184,7702],[9231,7730],[9141,7649],[9083,7619],[9032,7570],[8936,7519],[8857,7498],[8812,7468],[8814,7503],[8840,7506],[8858,7554],[8843,7544],[8846,7608],[8759,7635],[8695,7656],[8673,7663],[8673,7663]]]}},{type:"Feature",id:"US.ID",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.75,"hc-key":"us-id","hc-a2":"ID",labelrank:"0",hasc:"US.ID","woe-id":"2347571","state-fips":"16",fips:"US16","postal-code":"ID",name:"Idaho",country:"United States of America",region:"West",longitude:"-114.133","woe-name":"Idaho",latitude:"43.7825","woe-label":"Idaho, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[926,9593],[1093,9555],[1036,9301],[1076,9210],[1061,9142],[1117,9085],[1172,8979],[1170,8959],[1219,8896],[1258,8897],[1253,8859],[1219,8796],[1204,8727],[1211,8698],[1177,8675],[1167,8620],[1200,8590],[1278,8630],[1303,8596],[1303,8522],[1338,8434],[1326,8419],[1347,8377],[1374,8375],[1391,8331],[1392,8280],[1415,8254],[1451,8281],[1508,8261],[1536,8282],[1614,8258],[1671,8261],[1686,8296],[1713,8295],[1750,8226],[1677,7785],[1643,7585],[1393,7629],[1073,7690],[897,7727],[510,7813],[616,8265],[662,8361],[615,8403],[624,8450],[718,8545],[776,8646],[823,8698],[821,8744],[785,8775],[774,8822],[779,8870],[767,8925],[926,9593]]]}},{type:"Feature",id:"US.SD",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.44,"hc-key":"us-sd","hc-a2":"SD",labelrank:"0",hasc:"US.SD","woe-id":"2347600","state-fips":"46",fips:"US46","postal-code":"SD",name:"South Dakota",country:"United States of America",region:"Midwest",longitude:"-100.255","woe-name":"South Dakota",latitude:"44.4711","woe-label":"South Dakota, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[3010,7672],[3019,7770],[3056,8191],[3059,8191],[3080,8436],[4231,8374],[4444,8372],[4429,8325],[4387,8283],[4419,8232],[4462,8203],[4459,7735],[4433,7734],[4438,7663],[4459,7636],[4423,7540],[4453,7479],[4409,7521],[4330,7551],[4297,7577],[4194,7574],[4148,7558],[4071,7611],[3010,7672]]]}},{type:"Feature",id:"US.CT",properties:{"hc-group":"admin1","hc-middle-x":.48,"hc-middle-y":.5,"hc-key":"us-ct","hc-a2":"CT",labelrank:"0",hasc:"US.CT","woe-id":"2347565","state-fips":"9",fips:"US09","postal-code":"CT",name:"Connecticut",country:"United States of America",region:"Northeast",longitude:"-72.7594","woe-name":"Connecticut",latitude:"41.6486","woe-label":"Connecticut, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[9216,7790],[9204,7796],[9095,7743],[9023,7721],[8972,7689],[8896,7623],[8874,7645],[8912,7685],[8896,7702],[8860,7896],[8997,7925],[9177,7968],[9212,7845],[9216,7790]]]}},{type:"Feature",id:"US.NH",properties:{"hc-group":"admin1","hc-middle-x":.38,"hc-middle-y":.57,"hc-key":"us-nh","hc-a2":"NH",labelrank:"0",hasc:"US.NH","woe-id":"2347588","state-fips":"33",fips:"US33","postal-code":"NH",name:"New Hampshire",country:"United States of America",region:"Northeast",longitude:"-71.6301","woe-name":"New Hampshire",latitude:"43.5993","woe-label":"New Hampshire, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[9298,8291],[9306,8288],[9300,8236],[9242,8201],[9222,8166],[9005,8115],[9005,8115],[8979,8148],[8979,8261],[8964,8320],[8981,8392],[8986,8490],[8978,8526],[9033,8585],[9045,8629],[9020,8661],[9024,8736],[9036,8814],[9079,8830],[9225,8399],[9235,8354],[9298,8291]]]}},{type:"Feature",id:"US.KY",properties:{"hc-group":"admin1","hc-middle-x":.65,"hc-middle-y":.5,"hc-key":"us-ky","hc-a2":"KY",labelrank:"0",hasc:"US.KY","woe-id":"2347576","state-fips":"21",fips:"US21","postal-code":"KY",name:"Kentucky",country:"United States of America",region:"South",longitude:"-85.5729","woe-name":"Kentucky",latitude:"37.3994","woe-label":"Kentucky, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[5893,5966],[5890,5980],[5907,5967],[5893,5966]]],[[[5921,5968],[5932,6005],[5956,5988],[5976,6033],[5975,6097],[5962,6117],[5987,6157],[6015,6162],[6105,6131],[6102,6218],[6171,6241],[6159,6283],[6179,6328],[6209,6363],[6269,6350],[6303,6376],[6359,6356],[6426,6401],[6444,6379],[6485,6390],[6485,6413],[6531,6450],[6583,6411],[6608,6438],[6622,6498],[6652,6507],[6657,6540],[6693,6572],[6682,6619],[6737,6617],[6808,6651],[6792,6683],[6797,6730],[6873,6741],[6900,6725],[6933,6672],[7001,6669],[7036,6641],[7069,6664],[7119,6643],[7198,6692],[7216,6653],[7270,6617],[7270,6617],[7270,6617],[7272,6548],[7358,6439],[7431,6411],[7363,6332],[7309,6294],[7268,6217],[7221,6173],[7116,6120],[7104,6113],[6814,6086],[6751,6077],[6516,6061],[6250,6032],[6200,6040],[6210,5991],[5921,5968]]],[[[7270,6617],[7271,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]]}},{type:"Feature",id:"US.OH",properties:{"hc-group":"admin1","hc-middle-x":.45,"hc-middle-y":.53,"hc-key":"us-oh","hc-a2":"OH",labelrank:"0",hasc:"US.OH","woe-id":"2347594","state-fips":"39",fips:"US39","postal-code":"OH",name:"Ohio",country:"United States of America",region:"Midwest",longitude:"-82.67189999999999","woe-name":"Ohio",latitude:"40.0924","woe-label":"Ohio, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6718,7400],[6815,7415],[6976,7443],[7095,7408],[7082,7394],[7173,7383],[7258,7426],[7329,7440],[7383,7503],[7530,7595],[7589,7253],[7561,7233],[7587,7158],[7558,7018],[7564,6981],[7504,6911],[7454,6903],[7419,6863],[7399,6809],[7416,6775],[7391,6755],[7354,6783],[7333,6723],[7346,6679],[7321,6631],[7271,6617],[7270,6617],[7216,6653],[7198,6692],[7119,6643],[7069,6664],[7036,6641],[7001,6669],[6933,6672],[6900,6725],[6873,6741],[6797,6730],[6732,7296],[6718,7400]]]}},{type:"Feature",id:"US.TN",properties:{"hc-group":"admin1","hc-middle-x":.43,"hc-middle-y":.54,"hc-key":"us-tn","hc-a2":"TN",labelrank:"0",hasc:"US.TN","woe-id":"2347601","state-fips":"47",fips:"US47","postal-code":"TN",name:"Tennessee",country:"United States of America",region:"South",longitude:"-86.3415","woe-name":"Tennessee",latitude:"35.7514","woe-label":"Tennessee, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6215,5600],[6122,5592],[5762,5567],[5802,5602],[5798,5670],[5835,5714],[5827,5763],[5871,5791],[5868,5834],[5888,5872],[5869,5898],[5901,5936],[5893,5966],[5907,5967],[5911,5955],[5921,5968],[6210,5991],[6200,6040],[6250,6032],[6516,6061],[6751,6077],[6814,6086],[7104,6113],[7116,6120],[7472,6170],[7532,6183],[7523,6123],[7490,6093],[7464,6038],[7437,6050],[7365,5989],[7352,6010],[7298,5973],[7269,5928],[7188,5859],[7131,5847],[7085,5807],[7073,5762],[7038,5756],[7034,5685],[6918,5671],[6762,5652],[6213,5603],[6215,5600]]]}},{type:"Feature",id:"US.WV",properties:{"hc-group":"admin1","hc-middle-x":.35,"hc-middle-y":.56,"hc-key":"us-wv","hc-a2":"WV",labelrank:"0",hasc:"US.WV","woe-id":"2347607","state-fips":"54",fips:"US54","postal-code":"WV",name:"West Virginia",country:"United States of America",region:"South",longitude:"-80.7128","woe-name":"West Virginia",latitude:"38.6422","woe-label":"West Virginia, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[7270,6617],[7271,6617],[7321,6631],[7346,6679],[7333,6723],[7354,6783],[7391,6755],[7416,6775],[7399,6809],[7419,6863],[7454,6903],[7504,6911],[7564,6981],[7558,7018],[7587,7158],[7561,7233],[7589,7253],[7630,7017],[7835,7053],[7857,6922],[7928,7007],[7949,7003],[7977,7057],[8e3,7038],[8043,7043],[8046,7067],[8101,7099],[8162,7087],[8198,7020],[8188,6969],[8076,7028],[8072,6952],[8048,6900],[7998,6837],[7974,6848],[7932,6729],[7857,6759],[7840,6674],[7767,6505],[7773,6459],[7690,6412],[7664,6419],[7649,6382],[7595,6360],[7567,6378],[7530,6341],[7470,6351],[7431,6411],[7358,6439],[7272,6548],[7270,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]}},{type:"Feature",id:"US.DC",properties:{"hc-group":"admin1","hc-middle-x":.57,"hc-middle-y":.14,"hc-key":"us-dc","hc-a2":"DC",labelrank:"9",hasc:"US.DC","woe-id":"2347567","state-fips":"11",fips:"US11","postal-code":"DC",name:"District of Columbia",country:"United States of America",region:"South",longitude:"-77.01130000000001","woe-name":"District of Columbia",latitude:"38.8922","woe-label":"District of Columbia, US, United States",type:"Federal District"},geometry:{type:"Polygon",coordinates:[[[8367,6916],[8366,6929],[8353,6939],[8347,6939],[8341,6945],[8385,6943],[8367,6916]]]}},{type:"Feature",id:"US.LA",properties:{"hc-group":"admin1","hc-middle-x":.34,"hc-middle-y":.46,"hc-key":"us-la","hc-a2":"LA",labelrank:"0",hasc:"US.LA","woe-id":"2347577","state-fips":"22",fips:"US22","postal-code":"LA",name:"Louisiana",country:"United States of America",region:"South",longitude:"-91.9991","woe-name":"Louisiana",latitude:"30.5274","woe-label":"Louisiana, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6017,4328],[5915,4340],[5856,4368],[5812,4302],[5834,4283],[5904,4280],[5937,4313],[5992,4313],[5957,4259],[6001,4245],[6035,4298],[6067,4259],[5982,4181],[6027,4123],[6107,4114],[6148,4081],[6125,4035],[6070,4042],[6042,4077],[5966,4094],[5980,4115],[5902,4141],[5913,4064],[5876,4028],[5860,4066],[5811,4082],[5780,4036],[5724,4031],[5620,4068],[5631,4121],[5569,4128],[5532,4184],[5493,4173],[5494,4203],[5430,4175],[5437,4145],[5478,4154],[5526,4139],[5500,4112],[5431,4136],[5399,4121],[5305,4135],[5186,4176],[5128,4173],[5042,4153],[5047,4228],[5065,4253],[5059,4380],[5093,4447],[5105,4506],[5031,4646],[5033,4679],[4980,4752],[4975,5016],[5563,5038],[5605,5041],[5627,5018],[5611,4977],[5629,4895],[5670,4868],[5636,4781],[5584,4738],[5565,4662],[5545,4642],[5545,4585],[5522,4581],[5540,4526],[5523,4510],[5955,4536],[5936,4451],[6017,4328]]]}},{type:"Feature",id:"US.FL",properties:{"hc-group":"admin1","hc-middle-x":.77,"hc-middle-y":.5,"hc-key":"us-fl","hc-a2":"FL",labelrank:"0",hasc:"US.FL","woe-id":"2347568","state-fips":"12",fips:"US12","postal-code":"FL",name:"Florida",country:"United States of America",region:"South",longitude:"-81.6228","woe-name":"Florida",latitude:"28.1568","woe-label":"Florida, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[6487,4443],[6487,4486],[6431,4541],[6436,4574],[7015,4637],[7055,4568],[7649,4609],[7670,4559],[7699,4566],[7687,4660],[7713,4686],[7808,4673],[7822,4672],[7849,4570],[7908,4430],[8008,4269],[8125,4130],[8113,4109],[8144,4012],[8198,3936],[8297,3758],[8321,3651],[8331,3476],[8302,3361],[8313,3273],[8270,3209],[8291,3273],[8273,3290],[8230,3255],[8194,3260],[8141,3234],[8115,3258],[8115,3303],[8070,3379],[7979,3429],[7953,3420],[7907,3543],[7846,3536],[7839,3654],[7796,3674],[7819,3634],[7779,3640],[7675,3779],[7722,3884],[7712,3915],[7671,3899],[7670,3851],[7622,3872],[7618,3966],[7635,4045],[7626,4157],[7576,4229],[7525,4222],[7473,4277],[7425,4302],[7349,4395],[7265,4433],[7186,4403],[7198,4370],[7162,4370],[7148,4336],[7067,4277],[6979,4284],[6986,4316],[6958,4349],[6892,4391],[6798,4429],[6694,4444],[6468,4388],[6505,4431],[6487,4443]]]}},{type:"Feature",id:"US.GA",properties:{"hc-group":"admin1","hc-middle-x":.43,"hc-middle-y":.52,"hc-key":"us-ga","hc-a2":"GA",labelrank:"0",hasc:"US.GA","woe-id":"2347569","state-fips":"13",fips:"US13","postal-code":"GA",name:"Georgia",country:"United States of America",region:"South",longitude:"-83.4078","woe-name":"Georgia",latitude:"32.8547","woe-label":"Georgia, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[7713,4686],[7687,4660],[7699,4566],[7670,4559],[7649,4609],[7055,4568],[7015,4637],[6983,4704],[6990,4774],[6958,4846],[6970,4930],[6998,4970],[6947,5053],[6912,5135],[6762,5652],[6918,5671],[7034,5685],[7210,5711],[7290,5724],[7249,5641],[7323,5596],[7364,5593],[7401,5526],[7444,5475],[7523,5430],[7538,5402],[7600,5369],[7606,5340],[7651,5293],[7708,5272],[7750,5169],[7800,5140],[7844,5042],[7887,5035],[7901,5029],[7811,4893],[7836,4826],[7798,4798],[7817,4730],[7808,4673],[7713,4686]]]}},{type:"Feature",id:"US.SC",properties:{"hc-group":"admin1","hc-middle-x":.54,"hc-middle-y":.35,"hc-key":"us-sc","hc-a2":"SC",labelrank:"0",hasc:"US.SC","woe-id":"2347599","state-fips":"45",fips:"US45","postal-code":"SC",name:"South Carolina",country:"United States of America",region:"South",longitude:"-80.6471","woe-name":"South Carolina",latitude:"33.8578","woe-label":"South Carolina, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[8302,5600],[8236,5523],[8205,5458],[8206,5396],[8173,5348],[8140,5346],[8131,5311],[8056,5219],[7989,5173],[7913,5166],[7971,5149],[7887,5035],[7844,5042],[7800,5140],[7750,5169],[7708,5272],[7651,5293],[7606,5340],[7600,5369],[7538,5402],[7523,5430],[7444,5475],[7401,5526],[7364,5593],[7323,5596],[7249,5641],[7290,5724],[7457,5802],[7714,5830],[7782,5790],[7791,5756],[8029,5790],[8302,5600]]]}},{type:"Feature",id:"US.MN",properties:{"hc-group":"admin1","hc-middle-x":.38,"hc-middle-y":.6,"hc-key":"us-mn","hc-a2":"MN",labelrank:"0",hasc:"US.MN","woe-id":"2347582","state-fips":"27",fips:"US27","postal-code":"MN",name:"Minnesota",country:"United States of America",region:"Midwest",longitude:"-93.364","woe-name":"Minnesota",latitude:"46.0592","woe-label":"Minnesota, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[4333,9174],[4688,9173],[4690,9272],[4748,9253],[4770,9125],[4791,9104],[4854,9085],[4916,9083],[4938,9052],[4984,9060],[5024,9084],[5073,9082],[5132,9063],[5181,8985],[5194,9006],[5240,9014],[5304,8955],[5351,8941],[5438,8996],[5463,8964],[5570,8974],[5607,8949],[5668,8950],[5592,8895],[5514,8864],[5432,8802],[5349,8700],[5245,8603],[5214,8573],[5220,8422],[5147,8375],[5116,8322],[5117,8285],[5158,8253],[5144,8214],[5146,8117],[5136,8072],[5181,8035],[5217,8029],[5273,7994],[5360,7903],[5405,7892],[5431,7866],[5445,7758],[5137,7745],[4459,7735],[4462,8203],[4419,8232],[4387,8283],[4429,8325],[4444,8372],[4436,8472],[4402,8555],[4409,8628],[4397,8650],[4394,8777],[4347,8957],[4343,9053],[4353,9083],[4333,9174]]]}},{type:"Feature",id:"US.MT",properties:{"hc-group":"admin1","hc-middle-x":.55,"hc-middle-y":.53,"hc-key":"us-mt","hc-a2":"MT",labelrank:"0",hasc:"US.MT","woe-id":"2347585","state-fips":"30",fips:"US30","postal-code":"MT",name:"Montana",country:"United States of America",region:"West",longitude:"-110.044","woe-name":"Montana",latitude:"46.9965","woe-label":"Montana, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[1093,9555],[1689,9433],[3150,9234],[3084,8486],[3080,8436],[3059,8191],[3056,8191],[1772,8355],[1750,8226],[1713,8295],[1686,8296],[1671,8261],[1614,8258],[1536,8282],[1508,8261],[1451,8281],[1415,8254],[1392,8280],[1391,8331],[1374,8375],[1347,8377],[1326,8419],[1338,8434],[1303,8522],[1303,8596],[1278,8630],[1200,8590],[1167,8620],[1177,8675],[1211,8698],[1204,8727],[1219,8796],[1253,8859],[1258,8897],[1219,8896],[1170,8959],[1172,8979],[1117,9085],[1061,9142],[1076,9210],[1036,9301],[1093,9555]]]}},{type:"Feature",id:"US.ND",properties:{"hc-group":"admin1","hc-middle-x":.47,"hc-middle-y":.5,"hc-key":"us-nd","hc-a2":"ND",labelrank:"0",hasc:"US.ND","woe-id":"2347593","state-fips":"38",fips:"US38","postal-code":"ND",name:"North Dakota",country:"United States of America",region:"Midwest",longitude:"-100.302","woe-name":"North Dakota",latitude:"47.4675","woe-label":"North Dakota, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[3080,8436],[3084,8486],[3150,9234],[3468,9209],[4333,9174],[4353,9083],[4343,9053],[4347,8957],[4394,8777],[4397,8650],[4409,8628],[4402,8555],[4436,8472],[4444,8372],[4231,8374],[3080,8436]]]}},{type:"Feature",id:"US.AZ",properties:{"hc-group":"admin1","hc-middle-x":.51,"hc-middle-y":.45,"hc-key":"us-az","hc-a2":"AZ",labelrank:"0",hasc:"US.AZ","woe-id":"2347561","state-fips":"4",fips:"US04","postal-code":"AZ",name:"Arizona",country:"United States of America",region:"West",longitude:"-111.935","woe-name":"Arizona",latitude:"34.3046","woe-label":"Arizona, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[1630,4782],[1196,4850],[1092,4906],[418,5307],[451,5357],[492,5355],[519,5416],[476,5452],[489,5536],[510,5537],[555,5605],[559,5661],[598,5702],[660,5730],[620,5788],[593,5936],[614,5982],[611,6068],[631,6159],[631,6217],[669,6227],[752,6180],[777,6221],[818,6420],[1488,6297],[1841,6242],[1736,5514],[1630,4782]]]}},{type:"Feature",id:"US.UT",properties:{"hc-group":"admin1","hc-middle-x":.52,"hc-middle-y":.59,"hc-key":"us-ut","hc-a2":"UT",labelrank:"0",hasc:"US.UT","woe-id":"2347603","state-fips":"49",fips:"US49","postal-code":"UT",name:"Utah",country:"United States of America",region:"West",longitude:"-111.544","woe-name":"Utah",latitude:"39.5007","woe-label":"Utah, US, United States",type:"State"},geometry:{type:"Polygon",coordinates:[[[1841,6242],[1488,6297],[818,6420],[929,6975],[1073,7690],[1393,7629],[1643,7585],[1600,7329],[1990,7269],[1966,7108],[1841,6242]]]}},{type:"Feature",id:"US.HI",properties:{"hc-group":"admin1","hc-middle-x":.87,"hc-middle-y":.79,"hc-key":"us-hi","hc-a2":"HI",labelrank:"0",hasc:"US.HI","woe-id":"2347570","state-fips":"15",fips:"US15","postal-code":"HI",name:"Hawaii",country:"United States of America",region:"West",longitude:"-157.999","woe-name":"Hawaii",latitude:"21.4919","woe-label":"Hawaii, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[2871.1,2945.9],[2875.2,2942.7],[2879.9,2943.9],[2887,2943.5],[2908.4,2936],[2926.2,2927],[2959.3,2906.2],[2969.8,2895.8],[2975.6,2888.1],[2975.6,2868.8],[2976.2,2860.2],[2981.8,2860.4],[2989.5,2864.1],[2995.3,2860.2],[2998,2855.8],[2997.4,2846.7],[3000.1,2841.1],[3003.5,2836],[3013.7,2826.7],[3024.4,2822.1],[3028.7,2818.5],[3031,2814.1],[3030.4,2808.4],[3019,2794.3],[3010.1,2790.9],[2997.5,2778.6],[2988.9,2776],[2988.6,2773.6],[2981.4,2771.8],[2975.3,2767.2],[2953.3,2760.6],[2944.8,2762.6],[2939.9,2762.7],[2935.5,2761.3],[2924.6,2753.9],[2920.9,2749.4],[2913.7,2747.3],[2906.4,2742.2],[2896.2,2736.4],[2893.2,2735.4],[2884.5,2727],[2883,2723.6],[2883.3,2715.9],[2873.3,2705.7],[2870.1,2696.8],[2867.2,2693.6],[2858.8,2686.4],[2857,2687.4],[2857.1,2692],[2852.9,2695.4],[2844.7,2699.6],[2830,2708.8],[2817.8,2712.1],[2815.1,2719.8],[2812.5,2720.6],[2810.9,2726.2],[2809.3,2735.1],[2811.5,2745.8],[2816,2776.4],[2815.6,2781.7],[2812.9,2786.6],[2805.6,2807.3],[2801.6,2814.3],[2802.1,2818.9],[2799.7,2823.2],[2796.3,2833.9],[2792.8,2839.1],[2789.8,2841.4],[2785.4,2846.6],[2780.6,2859.9],[2784.8,2870.8],[2795.1,2879.5],[2796.2,2883.5],[2799,2885.8],[2807.4,2888.9],[2813.4,2898.4],[2817.9,2906.3],[2822.3,2911.4],[2825.4,2911.5],[2827.7,2920.9],[2826.3,2924.9],[2822.9,2928.1],[2815.9,2938.7],[2813,2947.9],[2812.4,2962.2],[2816.2,2969.6],[2818.8,2972],[2826,2972],[2844.7,2968],[2850,2958],[2857.7,2955],[2862.8,2952.2],[2866.3,2948],[2871.1,2945.9]]],[[[2685.2,3028],[2683.1,3024.1],[2677.4,3024.1],[2672.1,3025],[2662.7,3023],[2656.2,3022.3],[2651.9,3026.6],[2654.3,3029.7],[2658.6,3033.4],[2670.2,3040.4],[2675.5,3042.3],[2679.6,3041.9],[2684.7,3036.2],[2682.1,3030],[2685.2,3028]]],[[[2609.3,3070.6],[2599.6,3070.1],[2595.6,3075.8],[2594.6,3080.7],[2594.3,3089.5],[2593.6,3094],[2590.2,3096],[2581.9,3099.3],[2579.4,3103.3],[2581,3107.7],[2585.7,3110.1],[2594,3111.1],[2613.5,3108.3],[2622.3,3100.4],[2628.7,3093.1],[2631.3,3086.9],[2630,3083.4],[2625.7,3076.7],[2616.7,3072.6],[2609.3,3070.6]]],[[[2673.9,3132.2],[2675.6,3130.2],[2683.4,3127.1],[2684.3,3124.4],[2686.7,3123.7],[2687.2,3118.4],[2690,3115.9],[2695.5,3106.3],[2699,3106.6],[2701.3,3109.2],[2705.1,3109.1],[2716.1,3110.5],[2722.5,3115.1],[2725.7,3116.2],[2732.1,3116.5],[2743.2,3114.2],[2746.4,3112.2],[2747.4,3109.8],[2752.3,3104.5],[2758.6,3099.6],[2758.8,3097.7],[2762.9,3098.7],[2765.5,3096.6],[2767.9,3092.2],[2774.8,3091.2],[2781.6,3088],[2791.4,3084.8],[2795.9,3075.7],[2794.9,3067.4],[2791.3,3060.7],[2786.3,3059.3],[2782.2,3053.3],[2776.8,3053.2],[2766,3047.7],[2754.9,3048.2],[2751.2,3048],[2731.5,3038.5],[2721.5,3040.8],[2718.9,3040.1],[2710.5,3039.7],[2704.9,3044.9],[2701.6,3049.9],[2703.3,3051.3],[2703.4,3055.1],[2701.8,3068.9],[2700.2,3072.7],[2700.3,3077],[2699,3080.5],[2694.8,3083.7],[2688.7,3082.3],[2687.7,3079.4],[2685.2,3078.9],[2679.4,3082.6],[2675,3083.4],[2670.7,3086.1],[2667.9,3085.8],[2660.5,3094.3],[2655,3101.5],[2654.7,3106.1],[2652.7,3108.6],[2654.7,3118.8],[2656.5,3123.8],[2658.6,3127.1],[2661.1,3127.3],[2664.7,3132],[2668.7,3131.6],[2672.3,3133.2],[2673.9,3132.2]]],[[[2542.4,3172.8],[2550.3,3172.5],[2552.8,3171.9],[2554.4,3169.4],[2557.4,3169.4],[2586.4,3165],[2594.1,3164.7],[2596.9,3170.6],[2598.9,3171.1],[2601.5,3167.6],[2602.5,3163.6],[2612.6,3161],[2622.6,3161.3],[2627,3161.9],[2631.9,3163.6],[2637.2,3163.5],[2642.1,3162.2],[2644.1,3162.6],[2646.1,3160.1],[2650.7,3159.2],[2646.9,3152.3],[2640.8,3146.4],[2633.3,3142.2],[2625.8,3139.1],[2618.1,3137.5],[2610.3,3138.3],[2602.5,3139.8],[2587.1,3143.9],[2577.6,3147.2],[2554.7,3145.6],[2547.6,3144.5],[2537.6,3144.7],[2533.7,3146.2],[2531.4,3149.3],[2531.3,3153.2],[2535.1,3159.1],[2538.7,3160.4],[2541.9,3164.2],[2542.9,3168.2],[2540.2,3172.9],[2542.4,3172.8]]],[[[2414.1,3252.1],[2415.3,3248.5],[2417.5,3247.3],[2418.6,3243.6],[2422.1,3243.3],[2425.5,3238.6],[2425.5,3233.8],[2422.8,3232.6],[2424.3,3223.3],[2428.6,3221.7],[2432,3216.6],[2435,3215.5],[2437.4,3213.2],[2440.6,3217.4],[2437.6,3219.4],[2437.9,3221.8],[2440.1,3222.8],[2448,3221.2],[2445.1,3218.3],[2444.8,3211.6],[2448.1,3209.6],[2451.4,3205.2],[2450.5,3202.8],[2453.3,3197.1],[2461.8,3192],[2463,3190.8],[2453.8,3181.6],[2451.7,3180.9],[2451.1,3184.2],[2449.4,3185.6],[2439.8,3183.8],[2433.5,3180],[2429,3180.6],[2426.4,3184.7],[2416.6,3189.1],[2413.7,3194.2],[2413.7,3196.2],[2409.6,3193],[2411.6,3190.7],[2403.3,3190.2],[2404.6,3191.8],[2399.9,3193],[2399.1,3199.7],[2405.5,3202.8],[2406.3,3204.6],[2400.6,3208.2],[2398.9,3204.7],[2394.5,3208.7],[2395.9,3202.7],[2394.8,3202],[2388.7,3207.1],[2390.1,3203.7],[2397.6,3196.7],[2396.6,3193.5],[2393,3192],[2373.9,3188.4],[2369.7,3190.8],[2368,3197.9],[2365.9,3203.5],[2361.4,3209.6],[2357.7,3211.5],[2356.8,3217.1],[2355.5,3220.1],[2349.9,3224.5],[2347.5,3228.2],[2347.2,3238.6],[2345.9,3240.5],[2337.4,3247.6],[2345.9,3249.6],[2354.3,3250],[2368.8,3249.7],[2370.5,3253.5],[2374.1,3255.5],[2379.9,3260.1],[2379.6,3261.3],[2382.9,3267.5],[2390.2,3273.8],[2396.5,3275.6],[2400.5,3274.5],[2406.2,3268.8],[2409.8,3262],[2408.9,3258.2],[2414.1,3252.1]]],[[[1955.8,3294.7],[1953.2,3293.9],[1948.4,3296.6],[1946,3304.1],[1946.6,3308.8],[1948.8,3313.7],[1956.7,3321.5],[1963,3326.1],[1971.1,3330.6],[1973.3,3335.9],[1973.1,3339.8],[1976.7,3341.3],[1980.1,3341.2],[1983.8,3339.7],[1985.5,3336],[1981.3,3331.1],[1979.8,3326.6],[1981.2,3321],[1978.5,3317.4],[1972.1,3314.3],[1968.3,3313.2],[1961.2,3308.2],[1959.7,3305],[1955.8,3294.7]]],[[[2117.8,3386.1],[2120.7,3384.6],[2123.8,3384.8],[2127.6,3382.7],[2129.1,3379.5],[2132.9,3376.7],[2134.9,3369.7],[2136.6,3368.7],[2136.1,3360.5],[2134.2,3358],[2131.3,3350.1],[2128.4,3348.5],[2128,3342.6],[2128.8,3334.9],[2128,3329.3],[2123,3328.3],[2125.2,3324.9],[2121.7,3323.7],[2118.3,3320.9],[2116.9,3318.4],[2109.4,3313],[2107.3,3310.8],[2098.5,3314],[2089,3314.5],[2078.6,3316.4],[2076.9,3318],[2074,3315.9],[2073.1,3317.6],[2068.2,3320.6],[2065.1,3326.1],[2062.8,3326.7],[2060,3329.4],[2056.1,3330],[2050.6,3332.5],[2043.4,3334.4],[2041.2,3340.1],[2038.1,3343],[2038.3,3352.8],[2040.3,3353.5],[2048.5,3363],[2049.2,3368.3],[2052.4,3371.8],[2062.1,3374.2],[2067.8,3377.5],[2071.4,3380.6],[2076.1,3382.7],[2077.8,3384.8],[2086,3386.8],[2088.1,3384.2],[2095.7,3382.1],[2095.7,3385.2],[2099.3,3386.6],[2107.5,3385.9],[2111.6,3384.7],[2115.5,3387.5],[2117.8,3386.1]]]]}},{type:"Feature",id:"US.AK",properties:{"hc-group":"admin1","hc-middle-x":.53,"hc-middle-y":.33,"hc-key":"us-ak","hc-a2":"AK",labelrank:"0",hasc:"US.AK","woe-id":"2347560","state-fips":"2",fips:"US02","postal-code":"AK",name:"Alaska",country:"United States of America",region:"West",longitude:"-151.604","woe-name":"Alaska",latitude:"65.3609","woe-label":"Alaska, US, United States",type:"State"},geometry:{type:"MultiPolygon",coordinates:[[[[322,4275],[321,4280],[339,4292],[360,4283],[392,4281],[424,4297],[443,4318],[478,4297],[476,4285],[459,4279],[461,4263],[472,4263],[490,4288],[507,4272],[503,4256],[519,4248],[528,4258],[548,4257],[582,4240],[564,4217],[594,4212],[584,4202],[611,4198],[655,4200],[684,4194],[704,4174],[712,4178],[723,4165],[746,4156],[788,4155],[808,4136],[832,4134],[851,4144],[877,4147],[901,4136],[913,4120],[929,4117],[943,4100],[957,4101],[989,3159],[1039,3148],[1057,3163],[1084,3166],[1081,3138],[1107,3121],[1113,3108],[1167,3060],[1180,3028],[1208,3055],[1220,3056],[1229,3102],[1271,3127],[1297,3104],[1295,3091],[1335,3059],[1347,3039],[1367,3031],[1397,3002],[1477,2890],[1491,2875],[1490,2858],[1504,2853],[1511,2833],[1523,2836],[1613,2802],[1622,2783],[1617,2766],[1636,2722],[1622,2680],[1606,2663],[1592,2664],[1577,2702],[1585,2718],[1577,2755],[1555,2778],[1526,2764],[1520,2723],[1499,2746],[1510,2753],[1513,2796],[1473,2829],[1468,2844],[1424,2880],[1406,2878],[1414,2903],[1397,2917],[1390,2938],[1366,2963],[1364,2998],[1355,2976],[1348,2979],[1354,2974],[1334,2977],[1331,2984],[1344,2982],[1324,2991],[1283,3075],[1286,3041],[1310,2985],[1307,2971],[1288,2985],[1264,2982],[1266,2998],[1249,3031],[1245,3018],[1199,3046],[1202,3028],[1224,3026],[1254,2995],[1255,2977],[1229,2976],[1225,2963],[1169,2999],[1134,3041],[1085,3062],[1050,3083],[1069,3102],[1060,3119],[1025,3098],[969,3113],[977,3128],[953,3122],[899,3136],[842,3125],[826,3141],[792,3157],[802,3194],[788,3179],[783,3158],[761,3173],[742,3174],[759,3196],[727,3195],[706,3205],[716,3212],[705,3227],[679,3222],[658,3229],[636,3221],[637,3247],[620,3199],[631,3213],[642,3184],[628,3167],[614,3132],[576,3140],[552,3130],[545,3108],[537,3114],[509,3089],[521,3115],[493,3078],[478,3071],[455,3077],[433,3070],[426,3086],[455,3099],[483,3126],[457,3115],[438,3133],[464,3170],[478,3204],[473,3223],[491,3228],[524,3249],[543,3235],[554,3240],[588,3228],[544,3260],[549,3268],[527,3271],[524,3284],[490,3256],[469,3252],[424,3205],[428,3196],[407,3182],[408,3170],[377,3133],[343,3131],[339,3114],[317,3109],[309,3075],[334,3075],[352,3048],[305,3020],[308,3008],[287,2998],[271,2977],[246,2981],[222,2955],[212,2964],[200,2941],[186,2947],[152,2925],[163,2924],[146,2893],[133,2901],[107,2879],[96,2891],[89,2869],[73,2877],[24,2852],[40,2842],[7,2817],[-44,2808],[-61,2821],[-118,2794],[-130,2803],[-155,2792],[-167,2799],[-155,2816],[-167,2823],[-200,2781],[-223,2772],[-230,2808],[-252,2775],[-262,2795],[-286,2772],[-278,2800],[-223,2823],[-171,2853],[-115,2850],[-113,2838],[-84,2825],[-99,2845],[-80,2870],[-38,2892],[12,2907],[27,2896],[31,2922],[57,2946],[97,2964],[126,3051],[154,3072],[156,3089],[95,3074],[79,3099],[90,3123],[60,3099],[61,3072],[44,3066],[28,3121],[8,3111],[-6,3123],[-7,3147],[-37,3132],[-62,3132],[-69,3120],[-112,3131],[-85,3135],[-82,3162],[-87,3191],[-63,3208],[-76,3277],[-72,3305],[-89,3269],[-149,3267],[-172,3278],[-167,3295],[-184,3332],[-198,3342],[-212,3370],[-166,3383],[-134,3368],[-125,3345],[-109,3358],[-131,3376],[-161,3385],[-185,3401],[-173,3407],[-186,3433],[-191,3419],[-205,3460],[-194,3469],[-211,3484],[-189,3485],[-198,3504],[-175,3498],[-170,3526],[-130,3555],[-118,3553],[-108,3582],[-85,3606],[-61,3612],[-46,3602],[-34,3577],[-22,3576],[7,3591],[28,3609],[31,3600],[76,3594],[100,3613],[106,3664],[92,3688],[125,3701],[117,3734],[102,3721],[73,3725],[45,3711],[20,3709],[8,3729],[-28,3742],[-59,3740],[-101,3771],[-108,3789],[-98,3804],[-111,3837],[-95,3829],[-73,3837],[-119,3868],[-138,3897],[-124,3909],[-95,3914],[-87,3908],[-68,3921],[-2,3935],[36,3937],[67,3929],[47,3893],[52,3877],[111,3858],[119,3845],[140,3868],[162,3859],[147,3882],[128,3880],[135,3893],[119,3943],[132,3945],[139,3923],[133,3914],[145,3887],[163,3891],[175,3870],[196,3867],[201,3879],[179,3900],[152,3894],[142,3915],[154,3949],[129,3950],[86,3976],[89,4e3],[86,4032],[55,4092],[40,4106],[27,4135],[45,4151],[57,4180],[76,4171],[124,4160],[156,4170],[182,4190],[189,4216],[201,4233],[224,4253],[229,4246],[253,4268],[256,4258],[287,4258],[317,4277],[322,4275]],[[322,4275],[323,4272],[323,4272],[323,4272],[311,4248],[326,4263],[323,4272],[323,4272],[323,4272],[324,4274],[322,4275]]],[[[-905,2721],[-922,2724],[-904,2733],[-898,2724],[-905,2721]]],[[[-739,2715],[-724,2712],[-729,2702],[-734,2709],[-739,2715]]],[[[-645,2693],[-651,2700],[-684,2693],[-643,2725],[-634,2718],[-623,2738],[-597,2740],[-595,2719],[-626,2714],[-645,2693]]],[[[-439,2748],[-458,2742],[-469,2755],[-457,2762],[-439,2748]]],[[[-268,2722],[-267,2733],[-255,2724],[-252,2715],[-268,2722]]],[[[-303,2804],[-293,2800],[-290,2768],[-309,2757],[-338,2767],[-359,2754],[-385,2761],[-386,2779],[-369,2783],[-354,2800],[-335,2796],[-303,2804]]],[[[-59,2737],[-58,2733],[-70,2740],[-62,2746],[-59,2737]]],[[[1485,2651],[1482,2635],[1455,2672],[1458,2688],[1473,2659],[1485,2651]]],[[[1568,2687],[1567,2665],[1547,2678],[1548,2705],[1568,2687]]],[[[-81,2759],[-83,2747],[-107,2735],[-88,2750],[-81,2759]]],[[[-100,2783],[-114,2781],[-119,2759],[-135,2762],[-131,2784],[-100,2783]]],[[[1530,2716],[1542,2706],[1538,2690],[1528,2711],[1530,2716]]],[[[1427,2708],[1429,2706],[1439,2711],[1430,2683],[1427,2708]]],[[[1439,2743],[1430,2731],[1420,2735],[1421,2742],[1439,2743]]],[[[1555,2775],[1573,2753],[1578,2721],[1569,2699],[1529,2721],[1537,2731],[1531,2760],[1555,2775]]],[[[1408,2747],[1414,2765],[1435,2776],[1437,2763],[1408,2747]]],[[[1480,2788],[1503,2783],[1494,2762],[1468,2778],[1475,2803],[1480,2788]]],[[[1467,2811],[1469,2795],[1445,2798],[1451,2810],[1467,2811]]],[[[1495,2807],[1510,2793],[1504,2784],[1485,2797],[1482,2819],[1495,2807]]],[[[253,2834],[251,2826],[235,2816],[239,2829],[253,2834]]],[[[276,2825],[279,2820],[259,2824],[263,2832],[276,2825]]],[[[1448,2845],[1470,2828],[1458,2816],[1449,2816],[1448,2845]]],[[[333,2880],[345,2878],[321,2864],[319,2872],[333,2880]]],[[[1295,2870],[1295,2846],[1283,2843],[1288,2862],[1295,2870]]],[[[1246,2943],[1241,2926],[1234,2942],[1237,2951],[1246,2943]]],[[[345,2973],[360,2960],[353,2961],[333,2971],[345,2973]]],[[[370,2989],[380,3007],[393,2992],[407,2995],[413,2978],[404,2970],[365,2959],[347,2974],[353,2990],[370,2989]]],[[[389,3006],[380,3014],[397,3021],[396,3012],[389,3006]]],[[[-42,3112],[-58,3105],[-53,3120],[-31,3126],[-42,3112]]],[[[643,3141],[641,3133],[628,3129],[639,3150],[643,3141]]],[[[683,3167],[692,3162],[662,3126],[639,3113],[651,3133],[678,3156],[683,3167]]],[[[-250,3366],[-233,3350],[-243,3328],[-239,3312],[-272,3312],[-294,3323],[-315,3350],[-321,3371],[-293,3362],[-286,3369],[-250,3366]]],[[[712,3177],[732,3173],[708,3154],[714,3166],[712,3177]]],[[[655,3184],[659,3177],[651,3159],[646,3171],[655,3184]]],[[[-553,3496],[-557,3490],[-570,3515],[-566,3524],[-553,3496]]],[[[735,3177],[725,3175],[725,3181],[752,3187],[735,3177]]],[[[-478,2741],[-509,2724],[-476,2727],[-492,2716],[-574,2704],[-597,2711],[-551,2713],[-526,2758],[-501,2752],[-507,2737],[-487,2749],[-478,2741]]],[[[1452,2689],[1461,2728],[1438,2724],[1443,2751],[1435,2778],[1419,2778],[1414,2794],[1439,2796],[1449,2769],[1468,2766],[1516,2700],[1532,2652],[1522,2641],[1495,2679],[1475,2669],[1476,2693],[1452,2689]]],[[[1292,2882],[1302,2902],[1330,2883],[1354,2825],[1358,2769],[1323,2816],[1325,2832],[1311,2830],[1320,2852],[1308,2856],[1308,2872],[1292,2882]]],[[[362,2955],[355,2938],[381,2954],[386,2936],[380,2918],[395,2917],[382,2900],[349,2913],[366,2899],[363,2889],[337,2894],[303,2868],[278,2838],[275,2849],[298,2883],[281,2883],[271,2862],[256,2873],[259,2892],[247,2904],[253,2919],[284,2939],[295,2933],[298,2909],[306,2934],[302,2950],[318,2956],[321,2936],[329,2963],[348,2946],[340,2965],[362,2955]]],[[[1277,2920],[1294,2891],[1278,2884],[1270,2906],[1243,2925],[1247,2941],[1271,2972],[1321,2953],[1323,2931],[1299,2928],[1309,2919],[1325,2926],[1333,2899],[1320,2896],[1277,2920]]],[[[1355,2884],[1341,2912],[1326,2962],[1314,2989],[1331,2969],[1358,2968],[1379,2937],[1376,2926],[1357,2961],[1361,2939],[1379,2919],[1383,2888],[1350,2853],[1347,2875],[1355,2884]]],[[[-347,3767],[-339,3759],[-322,3764],[-307,3758],[-307,3734],[-290,3713],[-256,3692],[-266,3681],[-286,3692],[-315,3679],[-313,3698],[-337,3738],[-353,3750],[-371,3746],[-381,3757],[-379,3773],[-362,3796],[-362,3776],[-347,3767]]],[[[1402,2834],[1394,2792],[1400,2779],[1385,2761],[1377,2790],[1389,2804],[1373,2811],[1364,2838],[1379,2842],[1395,2828],[1402,2835],[1401,2839],[1383,2863],[1396,2866],[1441,2858],[1445,2825],[1422,2845],[1441,2817],[1439,2809],[1410,2805],[1402,2834]]]]}},{type:"Feature",properties:{"hc-group":"__separator_lines__"},geometry:{type:"MultiLineString",coordinates:[[[-707,5188],[3651,2950]],[[1747,2584],[1747,3799]]]}}]}},"8kg7":function(n,t,i){var r=i("PBLz").__extends,u=function(n){function t(){var t=n.call(this,"argument out of range");this.name=t.name="ArgumentOutOfRangeError";this.stack=t.stack;this.message=t.message}return r(t,n),t}(Error);t.ArgumentOutOfRangeError=u},"8pZU":function(n,t,i){"use strict";var r=i("oGc9");t.materialize=function(){return r.materialize()(this)}},"8pnh":function(n,t,i){var o=i("PBLz").__extends,s=i("4WIM"),h=i("y2i3"),c=i("zKHA"),r=i("AJP0"),l=i("9jZZ"),u=i("Irel"),f,e;t.windowToggle=function(n,t){return function(i){return i.lift(new f(n,t))}};f=function(){function n(n,t){this.openings=n;this.closingSelector=t}return n.prototype.call=function(n,t){return t.subscribe(new e(n,this.openings,this.closingSelector))},n}();e=function(n){function t(t,i,r){n.call(this,t);this.openings=i;this.closingSelector=r;this.contexts=[];this.add(this.openSubscription=u.subscribeToResult(this,i,i))}return o(t,n),t.prototype._next=function(n){var i=this.contexts,r,t;if(i)for(r=i.length,t=0;t<r;t++)i[t].window.next(n)},t.prototype._error=function(t){var i=this.contexts,f,r,u;if(this.contexts=null,i)for(f=i.length,r=-1;++r<f;)u=i[r],u.window.error(t),u.subscription.unsubscribe();n.prototype._error.call(this,t)},t.prototype._complete=function(){var t=this.contexts,u,i,r;if(this.contexts=null,t)for(u=t.length,i=-1;++i<u;)r=t[i],r.window.complete(),r.subscription.unsubscribe();n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var n=this.contexts,r,t,i;if(this.contexts=null,n)for(r=n.length,t=-1;++t<r;)i=n[t],i.window.unsubscribe(),i.subscription.unsubscribe()},t.prototype.notifyNext=function(n,t){var f,i;if(n===this.openings){if(f=c.tryCatch(this.closingSelector)(t),f===r.errorObject)return this.error(r.errorObject.e);var o=new s.Subject,l=new h.Subscription,e={window:o,subscription:l};this.contexts.push(e);i=u.subscribeToResult(this,f,e);i.closed?this.closeWindow(this.contexts.length-1):(i.context=e,l.add(i));this.destination.next(o)}else this.closeWindow(this.contexts.indexOf(n))},t.prototype.notifyError=function(n){this.error(n)},t.prototype.notifyComplete=function(n){n!==this.openSubscription&&this.closeWindow(this.contexts.indexOf(n.context))},t.prototype.closeWindow=function(n){if(-1!==n){var t=this.contexts,i=t[n],r=i.window,u=i.subscription;t.splice(n,1);r.complete();u.unsubscribe()}},t}(l.OuterSubscriber)},"8qff":function(n,t,i){var r=i("PBLz").__extends,u=i("g2Fv");t.QueueAction=function(n){function t(t,i){n.call(this,t,i);this.scheduler=t;this.work=i}return r(t,n),t.prototype.schedule=function(t,i){return void 0===i&&(i=0),i>0?n.prototype.schedule.call(this,t,i):(this.delay=i,this.state=t,this.scheduler.flush(this),this)},t.prototype.execute=function(t,i){return i>0||this.closed?n.prototype.execute.call(this,t,i):this._execute(t,i)},t.prototype.requestAsyncId=function(t,i,r){return void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0?n.prototype.requestAsyncId.call(this,t,i,r):t.flush(this)},t}(u.AsyncAction)},"8rll":function(n,t,i){"use strict";var r=i("n8Qg");t.scan=function(n,t){return arguments.length>=2?r.scan(n,t)(this):r.scan(n)(this)}},"8t1O":function(n,t,i){"use strict";var r=i("5TWj");t.SubscriptionLoggable=function(){function n(){this.subscriptions=[]}return n.prototype.logSubscribedFrame=function(){return this.subscriptions.push(new r.SubscriptionLog(this.scheduler.now())),this.subscriptions.length-1},n.prototype.logUnsubscribedFrame=function(n){var t=this.subscriptions;t[n]=new r.SubscriptionLog(t[n].subscribedFrame,this.scheduler.now())},n}()},"8tnl":function(n,t,i){"use strict";var r=i("zx+L");t._if=r.IfObservable.create},"8x9D":function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1");t.ScalarObservable=function(n){function t(t,i){n.call(this);this.value=t;this.scheduler=i;this._isScalar=!0;i&&(this._isScalar=!1)}return r(t,n),t.create=function(n,i){return new t(n,i)},t.dispatch=function(n){var i=n.value,t=n.subscriber;n.done?t.complete():(t.next(i),t.closed||(n.done=!0,this.schedule(n)))},t.prototype._subscribe=function(n){var i=this.value,r=this.scheduler;if(r)return r.schedule(t.dispatch,0,{done:!1,value:i,subscriber:n});n.next(i);n.closed||n.complete()},t}(u.Observable)},"8ywx":function(n,t,i){"use strict";var r=i("czP3");t.pluck=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.pluck.apply(void 0,t)(this)}},"90cS":function(n,t,i){"use strict";var r=i("AZf1"),u=i("At83");r.Observable.onErrorResumeNext=u.onErrorResumeNext},"98qG":function(n,t,i){"use strict";var r=i("AZf1"),u=i("GXS5");r.Observable.prototype.take=u.take},"9A9s":function(n,t,i){"use strict";var r=i("T3HJ");t.never=r.NeverObservable.create},"9BwH":function(n,t,i){var f=i("PBLz").__extends,e=i("Re0n"),o=i("hut+"),s=i("1uGz"),h=i("4qOA"),r,u;t.timeout=function(n,t){void 0===t&&(t=e.async);var i=o.isDate(n),u=i?+n-t.now():Math.abs(n);return function(n){return n.lift(new r(u,i,t,new h.TimeoutError))}};r=function(){function n(n,t,i,r){this.waitFor=n;this.absoluteTimeout=t;this.scheduler=i;this.errorInstance=r}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.absoluteTimeout,this.waitFor,this.scheduler,this.errorInstance))},n}();u=function(n){function t(t,i,r,u,f){n.call(this,t);this.absoluteTimeout=i;this.waitFor=r;this.scheduler=u;this.errorInstance=f;this.action=null;this.scheduleTimeout()}return f(t,n),t.dispatchTimeout=function(n){n.error(n.errorInstance)},t.prototype.scheduleTimeout=function(){var n=this.action;n?this.action=n.schedule(this,this.waitFor):this.add(this.action=this.scheduler.schedule(t.dispatchTimeout,this.waitFor,this))},t.prototype._next=function(t){this.absoluteTimeout||this.scheduleTimeout();n.prototype._next.call(this,t)},t.prototype._unsubscribe=function(){this.action=null;this.scheduler=null;this.errorInstance=null},t}(s.Subscriber)},"9Kp9":function(n,t,i){"use strict";var r=i("+fDQ");t.from=r.FromObservable.create},"9Zpy":function(n,t,i){"use strict";var r=i("WQoq");t.sample=function(n){return r.sample(n)(this)}},"9hG4":function(n,t,i){"use strict";var r=i("WC+f"),u=i("6oB3");t.concatStatic=u.concat;t.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.concat.apply(void 0,t)(this)}},"9jZZ":function(n,t,i){var r=i("PBLz").__extends,u=i("1uGz");t.OuterSubscriber=function(n){function t(){n.apply(this,arguments)}return r(t,n),t.prototype.notifyNext=function(n,t){this.destination.next(t)},t.prototype.notifyError=function(n){this.destination.error(n)},t.prototype.notifyComplete=function(){this.destination.complete()},t}(u.Subscriber)},"9pdx":function(n,t,i){"use strict";var r=i("mO1z");t.dematerialize=function(){return r.dematerialize()(this)}},"9x29":function(n,t,i){"use strict";var r=i("AZf1");t.Notification=function(){function n(n,t,i){this.kind=n;this.value=t;this.error=i;this.hasValue="N"===n}return n.prototype.observe=function(n){switch(this.kind){case"N":return n.next&&n.next(this.value);case"E":return n.error&&n.error(this.error);case"C":return n.complete&&n.complete()}},n.prototype.do=function(n,t,i){switch(this.kind){case"N":return n&&n(this.value);case"E":return t&&t(this.error);case"C":return i&&i()}},n.prototype.accept=function(n,t,i){return n&&"function"==typeof n.next?this.observe(n):this.do(n,t,i)},n.prototype.toObservable=function(){switch(this.kind){case"N":return r.Observable.of(this.value);case"E":return r.Observable.throw(this.error);case"C":return r.Observable.empty()}throw new Error("unexpected notification kind value");},n.createNext=function(t){return void 0!==t?new n("N",t):n.undefinedValueNotification},n.createError=function(t){return new n("E",void 0,t)},n.createComplete=function(){return n.completeNotification},n.completeNotification=new n("C"),n.undefinedValueNotification=new n("N",void 0),n}()},"A/ap":function(n,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i={update:function(){if("undefined"!=typeof window&&"function"==typeof window.addEventListener){var n=!1,t=Object.defineProperty({},"passive",{get:function(){n=!0}}),r=function(){};window.addEventListener("testPassiveEventSupport",r,t);window.removeEventListener("testPassiveEventSupport",r,t);i.hasSupport=n}}};i.update();t.default=i},A0iX:function(n,t,i){"use strict";var r=i("0p2S");t.concatAll=function(){return r.mergeAll(1)}},A17Z:function(n,t,i){"use strict";var r=i("AZf1"),u=i("/3m9");r.Observable.prototype.combineAll=u.combineAll},A1NZ:function(n,t,i){"use strict";var r=i("AZf1"),u=i("DIMi");r.Observable.prototype.expand=u.expand},ABAE:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.pairwise=function(){return function(n){return n.lift(new r)}};r=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new u(n))},n}();u=function(n){function t(t){n.call(this,t);this.hasPrev=!1}return f(t,n),t.prototype._next=function(n){this.hasPrev?this.destination.next([this.prev,n]):this.hasPrev=!0;this.prev=n},t}(e.Subscriber)},AF4n:function(n,t,i){"use strict";var r=i("AZf1"),u=i("l6Ej");r.Observable.prototype.distinctUntilKeyChanged=u.distinctUntilKeyChanged},"AI1+":function(n,t,i){"use strict";var r=i("m8PH");t.webSocket=r.WebSocketSubject.create},AJP0:function(n,t){"use strict";t.errorObject={e:{}}},AZf1:function(n,t,i){"use strict";var r=i("/WK6"),u=i("wR93"),f=i("WU5C"),e=i("GyLc");t.Observable=function(){function n(n){this._isScalar=!1;n&&(this._subscribe=n)}return n.prototype.lift=function(t){var i=new n;return i.source=this,i.operator=t,i},n.prototype.subscribe=function(n,t,i){var f=this.operator,r=u.toSubscriber(n,t,i);if(f?f.call(r,this.source):r.add(this.source||!r.syncErrorThrowable?this._subscribe(r):this._trySubscribe(r)),r.syncErrorThrowable&&(r.syncErrorThrowable=!1,r.syncErrorThrown))throw r.syncErrorValue;return r},n.prototype._trySubscribe=function(n){try{return this._subscribe(n)}catch(t){n.syncErrorThrown=!0;n.syncErrorValue=t;n.error(t)}},n.prototype.forEach=function(n,t){var i=this;if(t||(r.root.Rx&&r.root.Rx.config&&r.root.Rx.config.Promise?t=r.root.Rx.config.Promise:r.root.Promise&&(t=r.root.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var u=i.subscribe(function(t){if(u)try{n(t)}catch(i){r(i);u.unsubscribe()}else n(t)},r,t)})},n.prototype._subscribe=function(n){return this.source.subscribe(n)},n.prototype[f.observable]=function(){return this},n.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return 0===t.length?this:e.pipeFromArray(t)(this)},n.prototype.toPromise=function(n){var t=this;if(n||(r.root.Rx&&r.root.Rx.config&&r.root.Rx.config.Promise?n=r.root.Rx.config.Promise:r.root.Promise&&(n=r.root.Promise)),!n)throw new Error("no Promise impl found");return new n(function(n,i){var r;t.subscribe(function(n){return r=n},function(n){return i(n)},function(){return n(r)})})},n.create=function(t){return new n(t)},n}()},Al8V:function(n,t,i){"use strict";var r=i("ABAE");t.pairwise=function(){return r.pairwise()(this)}},At83:function(n,t,i){"use strict";var r=i("Rm1J");t.onErrorResumeNext=r.onErrorResumeNextStatic},AxlJ:function(n,t,i){var r,u;!function(f){n.exports?(f.default=f,n.exports=f):(r=[i("6n/F")],void 0===(u=function(n){return f(n),f.Highcharts=n,f}.apply(t,r))||(n.exports=u))}(function(n){function t(n,t,i,r){n.hasOwnProperty(t)||(n[t]=r.apply(null,i))}t(n=n?n._modules:{},"modules/full-screen.src.js",[n["parts/Globals.js"]],function(n){(n.FullScreen=function(n){this.init(n.parentNode)}).prototype={init:function(n){var t;n.requestFullscreen?t=n.requestFullscreen():n.mozRequestFullScreen?t=n.mozRequestFullScreen():n.webkitRequestFullscreen?t=n.webkitRequestFullscreen():n.msRequestFullscreen&&(t=n.msRequestFullscreen());t&&t.catch(function(){alert("Full screen is not supported inside a frame")})}}});t(n,"mixins/navigation.js",[],function(){return{initUpdate:function(n){n.navigation||(n.navigation={updates:[],update:function(n,t){this.updates.forEach(function(i){i.update.call(i.context,n,t)})}})},addUpdate:function(n,t){t.navigation||this.initUpdate(t);t.navigation.updates.push({update:n,context:t})}}});t(n,"modules/exporting.src.js",[n["parts/Globals.js"],n["parts/Utilities.js"],n["mixins/navigation.js"]],function(n,t,i){var v=t.discardElement,e=t.extend,k=t.isObject,y=t.objectEach,u=t.pick;t=n.defaultOptions;var c=n.doc,l=n.Chart,o=n.addEvent,d=n.removeEvent,a=n.fireEvent,s=n.createElement,f=n.css,r=n.merge,g=n.isTouchDevice,h=n.win,w=h.navigator.userAgent,p=n.SVGRenderer,b=n.Renderer.prototype.symbols,nt=/Edge\/|Trident\/|MSIE /.test(w),tt=/firefox/i.test(w);e(t.lang,{viewFullscreen:"View in full screen",printChart:"Print chart",downloadPNG:"Download PNG image",downloadJPEG:"Download JPEG image",downloadPDF:"Download PDF document",downloadSVG:"Download SVG vector image",contextButtonTitle:"Chart context menu"});t.navigation||(t.navigation={});r(!0,t.navigation,{buttonOptions:{theme:{},symbolSize:14,symbolX:12.5,symbolY:10.5,align:"right",buttonSpacing:3,height:22,verticalAlign:"top",width:24}});r(!0,t.navigation,{menuStyle:{border:"1px solid #999999",background:"#ffffff",padding:"5px 0"},menuItemStyle:{padding:"0.5em 1em",color:"#333333",background:"none",fontSize:g?"14px":"11px",transition:"background 250ms, color 250ms"},menuItemHoverStyle:{background:"#335cad",color:"#ffffff"},buttonOptions:{symbolFill:"#666666",symbolStroke:"#666666",symbolStrokeWidth:3,theme:{padding:5}}});t.exporting={type:"image/png",url:"https://export.highcharts.com/",printMaxWidth:780,scale:2,buttons:{contextButton:{className:"highcharts-contextbutton",menuClassName:"highcharts-contextmenu",symbol:"menu",titleKey:"contextButtonTitle",menuItems:"viewFullscreen printChart separator downloadPNG downloadJPEG downloadPDF downloadSVG".split(" ")}},menuItemDefinitions:{viewFullscreen:{textKey:"viewFullscreen",onclick:function(){this.fullscreen=new n.FullScreen(this.container)}},printChart:{textKey:"printChart",onclick:function(){this.print()}},separator:{separator:!0},downloadPNG:{textKey:"downloadPNG",onclick:function(){this.exportChart()}},downloadJPEG:{textKey:"downloadJPEG",onclick:function(){this.exportChart({type:"image/jpeg"})}},downloadPDF:{textKey:"downloadPDF",onclick:function(){this.exportChart({type:"application/pdf"})}},downloadSVG:{textKey:"downloadSVG",onclick:function(){this.exportChart({type:"image/svg+xml"})}}}};n.post=function(n,t,i){var u=s("form",r({method:"post",action:n,enctype:"multipart/form-data"},i),{display:"none"},c.body);y(t,function(n,t){s("input",{type:"hidden",name:t,value:n},null,u)});u.submit();v(u)};e(l.prototype,{sanitizeSVG:function(n,t){var r=n.indexOf("<\/svg>")+6,i=n.substr(r);return n=n.substr(0,r),t&&t.exporting&&t.exporting.allowHTML&&i&&(n=n.replace("<\/svg>",(i='<foreignObject x="0" y="0" width="'+t.chart.width+'" height="'+t.chart.height+'"><body xmlns="http://www.w3.org/1999/xhtml">'+i+"<\/body><\/foreignObject>")+"<\/svg>")),n=n.replace(/zIndex="[^"]+"/g,"").replace(/symbolName="[^"]+"/g,"").replace(/jQuery[0-9]+="[^"]+"/g,"").replace(/url\(("|&quot;)(.*?)("|&quot;);?\)/g,"url($2)").replace(/url\([^#]+#/g,"url(#").replace(/<svg /,'<svg xmlns:xlink="http://www.w3.org/1999/xlink" ').replace(/ (|NS[0-9]+:)href=/g," xlink:href=").replace(/\n/," ").replace(/(fill|stroke)="rgba\(([ 0-9]+,[ 0-9]+,[ 0-9]+),([ 0-9\.]+)\)"/g,'$1="rgb($2)" $1-opacity="$3"').replace(/&nbsp;/g," ").replace(/&shy;/g,"­"),this.ieSanitizeSVG&&(n=this.ieSanitizeSVG(n)),n},getChartHTML:function(){return this.styledMode&&this.inlineStyles(),this.container.innerHTML},getSVG:function(t){var h,i=r(this.options,t),f;i.plotOptions=r(this.userOptions.plotOptions,t&&t.plotOptions);i.time=r(this.userOptions.time,t&&t.time);var l=s("div",null,{position:"absolute",top:"-9999em",width:this.chartWidth+"px",height:this.chartHeight+"px"},c.body),u=this.renderTo.style.width,o=this.renderTo.style.height;return u=i.exporting.sourceWidth||i.chart.width||/px$/.test(u)&&parseInt(u,10)||(i.isGantt?800:600),o=i.exporting.sourceHeight||i.chart.height||/px$/.test(o)&&parseInt(o,10)||400,e(i.chart,{animation:!1,renderTo:l,forExport:!0,renderer:"SVGRenderer",width:u,height:o}),i.exporting.enabled=!1,delete i.data,i.series=[],this.series.forEach(function(n){(h=r(n.userOptions,{animation:!1,enableMouseTracking:!1,showCheckbox:!1,visible:n.visible})).isInternal||i.series.push(h)}),this.axes.forEach(function(t){t.userOptions.internalKey||(t.userOptions.internalKey=n.uniqueKey())}),f=new n.Chart(i,this.callback),t&&["xAxis","yAxis","series"].forEach(function(n){var i={};t[n]&&(i[n]=t[n],f.update(i))}),this.axes.forEach(function(t){var r=n.find(f.axes,function(n){return n.options.internalKey===t.userOptions.internalKey}),i=t.getExtremes(),u=i.userMin;i=i.userMax;r&&(void 0!==u&&u!==r.min||void 0!==i&&i!==r.max)&&r.setExtremes(u,i,!0,!1)}),u=f.getChartHTML(),a(this,"getSVG",{chartCopy:f}),u=this.sanitizeSVG(u,i),i=null,f.destroy(),v(l),u},getSVGForExport:function(n,t){var i=this.options.exporting;return this.getSVG(r({chart:{borderRadius:0}},i.chartOptions,t,{exporting:{sourceWidth:n&&n.sourceWidth||i.sourceWidth,sourceHeight:n&&n.sourceHeight||i.sourceHeight}}))},getFilename:function(){var t=this.userOptions.title&&this.userOptions.title.text,n=this.options.exporting.filename;return n||("string"==typeof t&&(n=t.toLowerCase().replace(/<\/?[^>]+(>|$)/g,"").replace(/[\s_]+/g,"-").replace(/[^a-z0-9\-]/g,"").replace(/^[\-]+/g,"").replace(/[\-]+/g,"-").substr(0,24).replace(/[\-]+$/g,"")),(!n||5>n.length)&&(n="chart"),n)},exportChart:function(t,i){i=this.getSVGForExport(t,i);t=r(this.options.exporting,t);n.post(t.url,{filename:t.filename||this.getFilename(),type:t.type,width:t.width||0,scale:t.scale,svg:i},t.formAttributes)},print:function(){function i(t){(n.fixedDiv?[n.fixedDiv,n.scrollingContainer]:[n.container]).forEach(function(n){t.appendChild(n)})}var r,n=this,u=[],f=c.body,e=f.childNodes,t=n.options.exporting.printMaxWidth,o;n.isPrinting||((n.isPrinting=!0,n.pointer.reset(null,0),a(n,"beforePrint"),r=t&&n.chartWidth>t)&&(o=[n.options.chart.width,void 0,!1],n.setSize(t,void 0,!1)),[].forEach.call(e,function(n,t){1===n.nodeType&&(u[t]=n.style.display,n.style.display="none")}),i(f),setTimeout(function(){h.focus();h.print();setTimeout(function(){i(n.renderTo);[].forEach.call(e,function(n,t){1===n.nodeType&&(n.style.display=u[t]||"")});n.isPrinting=!1;r&&n.setSize.apply(n,o);a(n,"afterPrint")},1e3)},1))},contextMenu:function(t,i,r,u,l,v,y){var p=this,g=p.options.navigation,nt=p.chartWidth,tt=p.chartHeight,it="cache-"+t,w=p[it],b=Math.max(l,v),d;w||(p.exportContextMenu=p[it]=w=s("div",{className:t},{position:"absolute",zIndex:1e3,padding:b+"px",pointerEvents:"auto"},p.fixedDiv||p.container),d=s("div",{className:"highcharts-menu"},null,w),p.styledMode||f(d,e({MozBoxShadow:"3px 3px 10px #888",WebkitBoxShadow:"3px 3px 10px #888",boxShadow:"3px 3px 10px #888"},g.menuStyle)),w.hideMenu=function(){f(w,{display:"none"});y&&y.setState(0);p.openMenu=!1;f(p.renderTo,{overflow:"hidden"});n.clearTimeout(w.hideTimer);a(p,"exportMenuHidden")},p.exportEvents.push(o(w,"mouseleave",function(){w.hideTimer=h.setTimeout(w.hideMenu,500)}),o(w,"mouseenter",function(){n.clearTimeout(w.hideTimer)}),o(c,"mouseup",function(n){p.pointer.inClass(n.target,t)||w.hideMenu()}),o(w,"click",function(){p.openMenu&&w.hideMenu()})),i.forEach(function(n){if("string"==typeof n&&(n=p.options.exporting.menuItemDefinitions[n]),k(n,!0)){if(n.separator)var t=s("hr",null,null,d);else t=s("div",{className:"highcharts-menu-item",onclick:function(t){t&&t.stopPropagation();w.hideMenu();n.onclick&&n.onclick.apply(p,arguments)},innerHTML:n.text||p.options.lang[n.textKey]},null,d),p.styledMode||(t.onmouseover=function(){f(this,g.menuItemHoverStyle)},t.onmouseout=function(){f(this,g.menuItemStyle)},f(t,e({cursor:"pointer"},g.menuItemStyle)));p.exportDivElements.push(t)}}),p.exportDivElements.push(d,w),p.exportMenuWidth=w.offsetWidth,p.exportMenuHeight=w.offsetHeight);i={display:"block"};r+p.exportMenuWidth>nt?i.right=nt-r-l-b+"px":i.left=r-b+"px";u+v+p.exportMenuHeight>tt&&"top"!==y.alignOptions.verticalAlign?i.bottom=tt-u-b+"px":i.top=u+v-b+"px";f(w,i);f(p.renderTo,{overflow:""});p.openMenu=!0;a(p,"exportMenuShown")},addButton:function(n){var i=this,a=i.renderer,t=r(i.options.navigation.buttonOptions,n),v=t.onclick,y=t.menuItems,s=t.symbolSize||12,o,c;if(i.btnCount||(i.btnCount=0),i.exportDivElements||(i.exportDivElements=[],i.exportSVGElements=[]),!1!==t.enabled){var l,f=t.theme,h=f.states,p=h&&h.hover;h=h&&h.select;i.styledMode||(f.fill=u(f.fill,"#ffffff"),f.stroke=u(f.stroke,"none"));delete f.states;v?l=function(n){n&&n.stopPropagation();v.call(i,n)}:y&&(l=function(n){n&&n.stopPropagation();i.contextMenu(o.menuClassName,y,o.translateX,o.translateY,o.width,o.height,o);o.setState(2)});t.text&&t.symbol?f.paddingLeft=u(f.paddingLeft,25):t.text||e(f,{width:t.width,height:t.height,padding:0});i.styledMode||(f["stroke-linecap"]="round",f.fill=u(f.fill,"#ffffff"),f.stroke=u(f.stroke,"none"));o=a.button(t.text,0,0,l,f,p,h).addClass(n.className).attr({title:u(i.options.lang[t._titleKey||t.titleKey],"")});(o.menuClassName=n.menuClassName||"highcharts-menu-"+i.btnCount++,t.symbol)&&(c=a.symbol(t.symbol,t.symbolX-s/2,t.symbolY-s/2,s,s,{width:s,height:s}).addClass("highcharts-button-symbol").attr({zIndex:1}).add(o),i.styledMode||c.attr({stroke:t.symbolStroke,fill:t.symbolFill,"stroke-width":t.symbolStrokeWidth||1}));o.add(i.exportingGroup).align(e(t,{width:o.width,x:u(t.x,i.buttonOffset)}),!0,"spacingBox");i.buttonOffset+=(o.width+t.buttonSpacing)*("right"===t.align?-1:1);i.exportSVGElements.push(o,c)}},destroyExport:function(t){var f,i=t?t.target:this,r=i.exportDivElements,u=i.exportEvents;(t=i.exportSVGElements)&&(t.forEach(function(n,t){n&&(n.onclick=n.ontouchstart=null,i[f="cache-"+n.menuClassName]&&delete i[f],i.exportSVGElements[t]=n.destroy())}),t.length=0);i.exportingGroup&&(i.exportingGroup.destroy(),delete i.exportingGroup);r&&(r.forEach(function(t,r){n.clearTimeout(t.hideTimer);d(t,"mouseleave");i.exportDivElements[r]=t.onmouseout=t.onmouseover=t.ontouchstart=t.onclick=null;v(t)}),r.length=0);u&&(u.forEach(function(n){n()}),u.length=0)}});p.prototype.inlineToAttributes="fill stroke strokeLinecap strokeLinejoin strokeWidth textAnchor x y".split(" ");p.prototype.inlineBlacklist=[/-/,/^(clipPath|cssText|d|height|width)$/,/^font$/,/[lL]ogical(Width|Height)$/,/perspective/,/TapHighlightColor/,/^transition/,/^length$/];p.prototype.unstyledElements=["clipPath","defs","desc"];l.prototype.inlineStyles=function(){function o(n){return n.replace(/([A-Z])/g,function(n,t){return"-"+t.toLowerCase()})}var i,n=this.renderer,l=n.inlineToAttributes,s=n.inlineBlacklist,e=n.inlineWhitelist,a=n.unstyledElements,u={},t;n=c.createElement("iframe");f(n,{width:"1px",height:"1px",visibility:"hidden"});c.body.appendChild(n);t=n.contentWindow.document;t.open();t.write('<svg xmlns="http://www.w3.org/2000/svg"><\/svg>');t.close(),function n(f){function g(n,t){if(v=w=!1,e){for(p=e.length;p--&&!w;)w=e[p].test(t);v=!w}for("transform"===t&&"none"===n&&(v=!0),p=s.length;p--&&!v;)v=s[p].test(t)||"function"==typeof n;v||it[t]===n&&"svg"!==f.nodeName||u[f.nodeName][t]===n||(-1!==l.indexOf(t)?f.setAttribute(o(t),n):k+=o(t)+":"+n+";")}var v,w,p,k="",c,it,b,d;if(1===f.nodeType&&-1===a.indexOf(f.nodeName)){if(c=h.getComputedStyle(f,null),it="svg"===f.nodeName?{}:h.getComputedStyle(f.parentNode,null),u[f.nodeName]||(i=t.getElementsByTagName("svg")[0],b=t.createElementNS(f.namespaceURI,f.nodeName),i.appendChild(b),u[f.nodeName]=r(h.getComputedStyle(b,null)),"text"===f.nodeName&&delete u.text.fill,i.removeChild(b)),tt||nt)for(d in c)g(c[d],d);else y(c,g);k&&(c=f.getAttribute("style"),f.setAttribute("style",(c?c+";":"")+k));"svg"===f.nodeName&&f.setAttribute("stroke-width","1px");"text"!==f.nodeName&&[].forEach.call(f.children||f.childNodes,n)}}(this.container.querySelector("svg"));i.parentNode.removeChild(i)};b.menu=function(n,t,i,r){return["M",n,t+2.5,"L",n+i,t+2.5,"M",n,t+r/2+.5,"L",n+i,t+r/2+.5,"M",n,t+r-1.5,"L",n+i,t+r-1.5]};b.menuball=function(n,t,i,r){return[].concat(this.circle(i-(r=r/3-2),t,r,r),this.circle(i-r,t+r+4,r,r),this.circle(i-r,t+2*(r+4),r,r))};l.prototype.renderExporting=function(){var n=this,t=n.options.exporting,i=t.buttons,r=n.isDirtyExporting||!n.exportSVGElements;n.buttonOffset=0;n.isDirtyExporting&&n.destroyExport();r&&!1!==t.enabled&&(n.exportEvents=[],n.exportingGroup=n.exportingGroup||n.renderer.g("exporting-group").attr({zIndex:3}).add(),y(i,function(t){n.addButton(t)}),n.isDirtyExporting=!1);o(n,"destroy",n.destroyExport)};o(l,"init",function(){var n=this;n.exporting={update:function(t,i){n.isDirtyExporting=!0;r(!0,n.options.exporting,t);u(i,!0)&&n.redraw()}};i.addUpdate(function(t,i){n.isDirtyExporting=!0;r(!0,n.options.navigation,t);u(i,!0)&&n.redraw()},n)});l.prototype.callbacks.push(function(n){n.renderExporting();o(n,"redraw",n.renderExporting)})});t(n,"masters/modules/exporting.src.js",[],function(){})})},Az9W:function(n,t,i){"use strict";var r=i("4GoQ");t.delayWhen=function(n,t){return r.delayWhen(n,t)(this)}},AzqM:function(n,t,i){function f(n){n.debouncedNext()}var e=i("PBLz").__extends,o=i("1uGz"),s=i("Re0n"),r,u;t.debounceTime=function(n,t){return void 0===t&&(t=s.async),function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.dueTime=n;this.scheduler=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.dueTime,this.scheduler))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.dueTime=i;this.scheduler=r;this.debouncedSubscription=null;this.lastValue=null;this.hasValue=!1}return e(t,n),t.prototype._next=function(n){this.clearDebounce();this.lastValue=n;this.hasValue=!0;this.add(this.debouncedSubscription=this.scheduler.schedule(f,this.dueTime,this))},t.prototype._complete=function(){this.debouncedNext();this.destination.complete()},t.prototype.debouncedNext=function(){this.clearDebounce();this.hasValue&&(this.destination.next(this.lastValue),this.lastValue=null,this.hasValue=!1)},t.prototype.clearDebounce=function(){var n=this.debouncedSubscription;null!==n&&(this.remove(n),n.unsubscribe(),this.debouncedSubscription=null)},t}(o.Subscriber)},BPHu:function(n,t,i){"use strict";var r=i("AZf1"),u=i("qQIA");r.Observable.interval=u.interval},BPco:function(n){n.exports=":export-font-base--heading-1:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #FFFFFF; }\n\n:export-font-base--heading-1:mobile {\n  font-size: 28px;\n  line-height: 1.1;\n  letter-spacing: -0.25px; }\n\n:export-font-base--heading-1:tablet {\n  font-size: 42px;\n  line-height: 1.1;\n  letter-spacing: -0.44px; }\n\n:export-font-base--heading-1:desktop {\n  font-size: 58px;\n  line-height: 1.2;\n  letter-spacing: -0.53px; }\n\n:export-font-base--heading-2:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--heading-2:mobile {\n  font-size: 22px;\n  line-height: 1.1;\n  letter-spacing: -0.55px; }\n\n:export-font-base--heading-2:tablet {\n  font-size: 28px;\n  line-height: 1.1;\n  letter-spacing: -0.7px; }\n\n:export-font-base--heading-2:desktop {\n  font-size: 36px;\n  line-height: 1.2;\n  letter-spacing: -0.1px; }\n\n:export-font-base--heading-3:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--heading-3:mobile {\n  font-size: 22px;\n  line-height: 1.1;\n  letter-spacing: -0.22px; }\n\n:export-font-base--heading-3:tablet {\n  font-size: 25px;\n  line-height: 1.1;\n  letter-spacing: -0.07px; }\n\n:export-font-base--heading-3:desktop {\n  font-size: 32px;\n  line-height: 1.2;\n  letter-spacing: -0.1px; }\n\n:export-font-base--heading-4:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #FFFFFF; }\n\n:export-font-base--heading-4:mobile {\n  font-size: 16px;\n  line-height: 1.3;\n  letter-spacing: -0.16px; }\n\n:export-font-base--heading-4:tablet {\n  font-size: 22px;\n  line-height: 1.3;\n  letter-spacing: -0.22px; }\n\n:export-font-base--heading-4:desktop {\n  font-size: 28px;\n  line-height: 1.3;\n  letter-spacing: -0.28px; }\n\n:export-font-base--heading-5:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--heading-5:mobile {\n  font-size: 16px;\n  line-height: 1.25;\n  letter-spacing: -0.05px; }\n\n:export-font-base--heading-5:tablet {\n  font-size: 18px;\n  line-height: 1.4;\n  letter-spacing: -0.05px; }\n\n:export-font-base--heading-5:desktop {\n  font-size: 22px;\n  line-height: 1.45;\n  letter-spacing: -0.06px; }\n\n:export-font-base--heading-6:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #FFFFFF; }\n\n:export-font-base--heading-6:mobile {\n  font-size: 18px;\n  line-height: 1.5;\n  letter-spacing: -0.05px; }\n\n:export-font-base--heading-6:tablet {\n  font-size: 18px;\n  line-height: 1.5;\n  letter-spacing: -0.05px; }\n\n:export-font-base--heading-6:desktop {\n  font-size: 18px;\n  line-height: 1.5;\n  letter-spacing: -0.05px; }\n\n:export-font-base--heading-7:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--heading-7:mobile {\n  font-size: 16px;\n  line-height: 1.4;\n  letter-spacing: -0.04px; }\n\n:export-font-base--heading-7:tablet {\n  font-size: 16px;\n  line-height: 1.4;\n  letter-spacing: -0.04px; }\n\n:export-font-base--heading-7:desktop {\n  font-size: 16px;\n  line-height: 1.4;\n  letter-spacing: -0.04px; }\n\n:export-font-base--body-article:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 400;\n  text-transform: none;\n  color: #66737D; }\n\n:export-font-base--body-article:mobile {\n  font-size: 16px;\n  line-height: 1.5;\n  letter-spacing: 0.09px; }\n\n:export-font-base--body-article:tablet {\n  font-size: 16px;\n  line-height: 1.5;\n  letter-spacing: 0.09px; }\n\n:export-font-base--body-article:desktop {\n  font-size: 18px;\n  line-height: 1.8;\n  letter-spacing: 0.12px; }\n\n:export-font-base--body-small:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 400;\n  text-transform: none;\n  color: #66737D; }\n\n:export-font-base--body-small:mobile {\n  font-size: 14px;\n  line-height: 1.28;\n  letter-spacing: 0.09px; }\n\n:export-font-base--body-small:tablet {\n  font-size: 14px;\n  line-height: 1.28;\n  letter-spacing: 0.09px; }\n\n:export-font-base--body-small:desktop {\n  font-size: 16px;\n  line-height: 1.75;\n  letter-spacing: 0.12px; }\n\n:export-font-base--body-disclosure:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 400;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--body-disclosure:mobile {\n  font-size: 12px;\n  line-height: 1.5;\n  letter-spacing: 0; }\n\n:export-font-base--body-disclosure:tablet {\n  font-size: 12px;\n  line-height: 1.5;\n  letter-spacing: 0; }\n\n:export-font-base--body-disclosure:desktop {\n  font-size: 14px;\n  line-height: 1.5;\n  letter-spacing: 0; }\n\n:export-font-base--eyebrow:main {\n  font-family: Source Sans Pro, sans-serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: uppercase;\n  color: #253746; }\n\n:export-font-base--eyebrow:mobile {\n  font-size: 12px;\n  line-height: 1.5;\n  letter-spacing: 0.9px; }\n\n:export-font-base--eyebrow:tablet {\n  font-size: 12px;\n  line-height: 1.5;\n  letter-spacing: 0.8px; }\n\n:export-font-base--eyebrow:desktop {\n  font-size: 14px;\n  line-height: 1.5;\n  letter-spacing: 1.2px; }\n\n:export-font-base--author:main {\n  font-family: Georgia, Times, serif;\n  font-style: italic;\n  font-weight: 400;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--author:mobile {\n  font-size: 12px;\n  line-height: 1.2;\n  letter-spacing: 0; }\n\n:export-font-base--author:tablet {\n  font-size: 13px;\n  line-height: 1.2;\n  letter-spacing: 0; }\n\n:export-font-base--author:desktop {\n  font-size: 16px;\n  line-height: 1.2;\n  letter-spacing: 0; }\n\n:export-font-base--job-title:main {\n  font-family: Georgia, Times, serif;\n  font-style: italic;\n  font-weight: 400;\n  text-transform: none;\n  color: #BDC3C7; }\n\n:export-font-base--job-title:mobile {\n  font-size: 16px;\n  line-height: 1;\n  letter-spacing: 0; }\n\n:export-font-base--job-title:tablet {\n  font-size: 16px;\n  line-height: 1;\n  letter-spacing: 0; }\n\n:export-font-base--job-title:desktop {\n  font-size: 16px;\n  line-height: 1;\n  letter-spacing: 0; }\n\n:export-font-base--search-link-title:main {\n  font-family: Source Sans Pro, sans-serif;\n  font-style: normal;\n  font-weight: 400;\n  text-transform: none;\n  color: #0092BC; }\n\n:export-font-base--search-link-title:mobile {\n  font-size: 16px;\n  line-height: 1.3;\n  letter-spacing: 0; }\n\n:export-font-base--search-link-title:tablet {\n  font-size: 16px;\n  line-height: 1.3;\n  letter-spacing: 0; }\n\n:export-font-base--search-link-title:desktop {\n  font-size: 20px;\n  line-height: 1.3;\n  letter-spacing: 0; }\n\n:export-font-base--person-card-job-title:main {\n  font-family: Georgia, Times, serif;\n  font-style: italic;\n  font-weight: 400;\n  text-transform: none;\n  color: #253746; }\n\n:export-font-base--person-card-job-title:mobile {\n  font-size: 13px;\n  line-height: 1.38;\n  letter-spacing: 0; }\n\n:export-font-base--person-card-job-title:tablet {\n  font-size: 16px;\n  line-height: 1.38;\n  letter-spacing: 0; }\n\n:export-font-base--person-card-job-title:desktop {\n  font-size: 16px;\n  line-height: 1.63;\n  letter-spacing: 0; }\n\n:export-font-base--list-title:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 700;\n  text-transform: none;\n  color: #FFFFFF; }\n\n:export-font-base--list-title:mobile {\n  font-size: 14px;\n  line-height: normal;\n  letter-spacing: 0; }\n\n:export-font-base--list-title:tablet {\n  font-size: 16px;\n  line-height: normal;\n  letter-spacing: 0; }\n\n:export-font-base--list-title:desktop {\n  font-size: 22px;\n  line-height: normal;\n  letter-spacing: 0; }\n\n:export-font-base--list-item:main {\n  font-family: Georgia, Times, serif;\n  font-style: normal;\n  font-weight: 400;\n  text-transform: none;\n  color: #BDC3C7; }\n\n:export-font-base--list-item:mobile {\n  font-size: 12px;\n  line-height: 1.5;\n  letter-spacing: 0; }\n\n:export-font-base--list-item:tablet {\n  font-size: 14px;\n  line-height: 1.71;\n  letter-spacing: 0.1px; }\n\n:export-font-base--list-item:desktop {\n  font-size: 16px;\n  line-height: 1.44;\n  letter-spacing: 0.1px; }\n"},BQYW:function(n,t,i){"use strict";var r=i("AZf1"),u=i("IAWd");r.Observable.prototype.publish=u.publish},BTim:function(n,t,i){var e=i("PBLz").__extends,o=i("1uGz"),s=i("Re0n"),r,u,f;t.timeInterval=function(n){return void 0===n&&(n=s.async),function(t){return t.lift(new u(n))}};r=function(){return function(n,t){this.value=n;this.interval=t}}();t.TimeInterval=r;u=function(){function n(n){this.scheduler=n}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.scheduler))},n}();f=function(n){function t(t,i){n.call(this,t);this.scheduler=i;this.lastTime=0;this.lastTime=i.now()}return e(t,n),t.prototype._next=function(n){var t=this.scheduler.now(),i=t-this.lastTime;this.lastTime=t;this.destination.next(new r(n,i))},t}(o.Subscriber)},BWyk:function(n,t,i){"use strict";var r=i("Re0n"),u=i("QCIY");t.delay=function(n,t){return void 0===t&&(t=r.async),u.delay(n,t)(this)}},BbYg:function(n,t,i){"use strict";var r=i("AZf1"),u=i("3Tlz");r.Observable.defer=u.defer},Bgoh:function(n,t,i){"use strict";var r=i("AZf1"),u=i("3W7U");r.Observable.prototype.takeWhile=u.takeWhile},BjeI:function(n,t,i){var u=i("PBLz").__extends,f=i("4WIM"),e=i("VZMG"),o=i("y2i3"),s=i("0zyO"),h=i("PCq3"),c=i("NNAl"),r;t.ReplaySubject=function(n){function t(t,i,r){void 0===t&&(t=Number.POSITIVE_INFINITY);void 0===i&&(i=Number.POSITIVE_INFINITY);n.call(this);this.scheduler=r;this._events=[];this._bufferSize=t<1?1:t;this._windowTime=i<1?1:i}return u(t,n),t.prototype.next=function(t){var i=this._getNow();this._events.push(new r(i,t));this._trimBufferThenGetEvents();n.prototype.next.call(this,t)},t.prototype._subscribe=function(n){var i,r=this._trimBufferThenGetEvents(),u=this.scheduler,f,t;if(this.closed)throw new h.ObjectUnsubscribedError;for(this.hasError||this.isStopped?i=o.Subscription.EMPTY:(this.observers.push(n),i=new c.SubjectSubscription(this,n)),u&&n.add(n=new s.ObserveOnSubscriber(n,u)),f=r.length,t=0;t<f&&!n.closed;t++)n.next(r[t].value);return this.hasError?n.error(this.thrownError):this.isStopped&&n.complete(),i},t.prototype._getNow=function(){return(this.scheduler||e.queue).now()},t.prototype._trimBufferThenGetEvents=function(){for(var u=this._getNow(),r=this._bufferSize,f=this._windowTime,t=this._events,i=t.length,n=0;n<i&&!(u-t[n].time<f);)n++;return i>r&&(n=Math.max(n,i-r)),n>0&&t.splice(0,n),t},t}(f.Subject);r=function(){return function(n,t){this.time=n;this.value=t}}()},BnoD:function(n,t,i){function f(n){n.subscriber.clearThrottle()}var e=i("PBLz").__extends,o=i("1uGz"),s=i("Re0n"),h=i("o6MN"),r,u;t.throttleTime=function(n,t,i){return void 0===t&&(t=s.async),void 0===i&&(i=h.defaultThrottleConfig),function(u){return u.lift(new r(n,t,i.leading,i.trailing))}};r=function(){function n(n,t,i,r){this.duration=n;this.scheduler=t;this.leading=i;this.trailing=r}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.duration,this.scheduler,this.leading,this.trailing))},n}();u=function(n){function t(t,i,r,u,f){n.call(this,t);this.duration=i;this.scheduler=r;this.leading=u;this.trailing=f;this._hasTrailingValue=!1;this._trailingValue=null}return e(t,n),t.prototype._next=function(n){this.throttled?this.trailing&&(this._trailingValue=n,this._hasTrailingValue=!0):(this.add(this.throttled=this.scheduler.schedule(f,this.duration,{subscriber:this})),this.leading&&this.destination.next(n))},t.prototype.clearThrottle=function(){var n=this.throttled;n&&(this.trailing&&this._hasTrailingValue&&(this.destination.next(this._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1),n.unsubscribe(),this.remove(n),this.throttled=null)},t}(o.Subscriber)},BoXX:function(n,t,i){"use strict";var r=i("WesY"),u=i("loW1");t.animationFrame=new u.AnimationFrameScheduler(r.AnimationFrameAction)},BwA1:function(n){n.exports=":export-colors {\n  white: #FFFFFF;\n  black: #000000;\n  red: #FF0000;\n  dark-green: #2D9015;\n  grassy-green: #31B700;\n  dark-blue: #15222C;\n  grey: #7C8992;\n  grey-blue: #5F7283;\n  dark-navy: #253746;\n  dark-navy--70: #66737D;\n  dark-navy--30: #BDC3C7;\n  marine: #003F54;\n  marine--70: #4C7887;\n  marine--30: #B2C5CB;\n  marine--10: #F0F3F5;\n  dark-teal: #005A74;\n  dark-teal--70: #558589;\n  dark-teal--30: #B6CBCC;\n  cobalt: #0092BC;\n  cobalt--70: #4CB2D0;\n  cobalt--30: #B2DEEA;\n  denim: #548FA0;\n  denim--70: #87B0BC;\n  denim--30: #CBDDE2;\n  turquoise: #00AE98;\n  turquoise--70: #4CC6B6;\n  turquoise--30: #B2E6E0;\n  green: #2BA824;\n  green--70: #6ECC4C;\n  green--30: #C1E9B2;\n  olive: #B2C891;\n  olive--70: #C9D8B2;\n  olive--30: #E7EEDE;\n  lime: #C4D600;\n  lime--70: #D5E24C;\n  lime--30: #EDF2B2;\n  orange: #FFA300;\n  orange--70: #FFBE4C;\n  orange--30: #FFE3B2;\n  dark-orange: #E87722;\n  dark-orange--70: #EE9F64;\n  dark-orange--30: #F8D6BC;\n  light-grey: #CBDDE2; }\n"},Bx9r:function(n,t,i){var r=i("PBLz").__extends,u=i("4WIM"),f=i("PCq3");t.BehaviorSubject=function(n){function t(t){n.call(this);this._value=t}return r(t,n),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),t.prototype._subscribe=function(t){var i=n.prototype._subscribe.call(this,t);return i&&!i.closed&&t.next(this._value),i},t.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new f.ObjectUnsubscribedError;return this._value},t.prototype.next=function(t){n.prototype.next.call(this,this._value=t)},t}(u.Subject)},C8RJ:function(n,t,i){var e=i("PBLz").__extends,o=i("4WIM"),s=i("zKHA"),r=i("AJP0"),h=i("9jZZ"),c=i("Irel"),u,f;t.retryWhen=function(n){return function(t){return t.lift(new u(n,t))}};u=function(){function n(n,t){this.notifier=n;this.source=t}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.notifier,this.source))},n}();f=function(n){function t(t,i,r){n.call(this,t);this.notifier=i;this.source=r}return e(t,n),t.prototype.error=function(t){if(!this.isStopped){var i=this.errors,u=this.retries,f=this.retriesSubscription;if(u)this.errors=null,this.retriesSubscription=null;else{if(i=new o.Subject,(u=s.tryCatch(this.notifier)(i))===r.errorObject)return n.prototype.error.call(this,r.errorObject.e);f=c.subscribeToResult(this,u)}this._unsubscribeAndRecycle();this.errors=i;this.retries=u;this.retriesSubscription=f;i.next(t)}},t.prototype._unsubscribe=function(){var n=this.errors,t=this.retriesSubscription;n&&(n.unsubscribe(),this.errors=null);t&&(t.unsubscribe(),this.retriesSubscription=null);this.retries=null},t.prototype.notifyNext=function(){var n=this.errors,t=this.retries,i=this.retriesSubscription;this.errors=null;this.retries=null;this.retriesSubscription=null;this._unsubscribeAndRecycle();this.errors=n;this.retries=t;this.retriesSubscription=i;this.source.subscribe(this)},t}(h.OuterSubscriber)},CxhQ:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.catchError=function(n){return function(t){var i=new r(n),u=t.lift(i);return i.caught=u}};r=function(){function n(n){this.selector=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.selector,this.caught))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.selector=i;this.caught=r}return f(t,n),t.prototype.error=function(t){if(!this.isStopped){var i=void 0;try{i=this.selector(t,this.caught)}catch(r){return void n.prototype.error.call(this,r)}this._unsubscribeAndRecycle();this.add(o.subscribeToResult(this,i))}},t}(e.OuterSubscriber)},D2MY:function(n,t,i){var r=i("PBLz").__extends,u=i("1uGz");t.InnerSubscriber=function(n){function t(t,i,r){n.call(this);this.parent=t;this.outerValue=i;this.outerIndex=r;this.index=0}return r(t,n),t.prototype._next=function(n){this.parent.notifyNext(this.outerValue,n,this.outerIndex,this.index++,this)},t.prototype._error=function(n){this.parent.notifyError(n,this);this.unsubscribe()},t.prototype._complete=function(){this.parent.notifyComplete(this);this.unsubscribe()},t}(u.Subscriber)},D4pF:function(n,t,i){"use strict";var r=i("Re0n"),u=i("AzqM");t.debounceTime=function(n,t){return void 0===t&&(t=r.async),u.debounceTime(n,t)(this)}},D9at:function(n,t,i){"use strict";var r=i("AZf1"),u=i("un7O");r.Observable.prototype.concatAll=u.concatAll},DAeC:function(n,t,i){"use strict";var r=i("AZf1"),u=i("9hG4");r.Observable.prototype.concat=u.concat},DFxj:function(n,t,i){"use strict";var r=i("rVFa"),u=i("8x9D"),f=i("36rE"),e=i("6oB3"),o=i("NwwV");t.startWith=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return function(t){var i=n[n.length-1],s;return o.isScheduler(i)?n.pop():i=null,s=n.length,e.concat(1===s?new u.ScalarObservable(n[0],i):s>1?new r.ArrayObservable(n,i):new f.EmptyObservable(i),t)}}},DIMi:function(n,t,i){"use strict";var r=i("we3k");t.expand=function(n,t,i){return void 0===t&&(t=Number.POSITIVE_INFINITY),void 0===i&&(i=void 0),r.expand(n,t=(t||0)<1?Number.POSITIVE_INFINITY:t,i)(this)}},DKXc:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.find=function(n,t){if("function"!=typeof n)throw new TypeError("predicate is not a function");return function(i){return i.lift(new r(n,i,!1,t))}};r=function(){function n(n,t,i,r){this.predicate=n;this.source=t;this.yieldIndex=i;this.thisArg=r}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.source,this.yieldIndex,this.thisArg))},n}();t.FindValueOperator=r;u=function(n){function t(t,i,r,u,f){n.call(this,t);this.predicate=i;this.source=r;this.yieldIndex=u;this.thisArg=f;this.index=0}return f(t,n),t.prototype.notifyComplete=function(n){var t=this.destination;t.next(n);t.complete()},t.prototype._next=function(n){var i=this.predicate,r=this.thisArg,t=this.index++;try{i.call(r||this,n,t,this.source)&&this.notifyComplete(this.yieldIndex?t:n)}catch(u){this.destination.error(u)}},t.prototype._complete=function(){this.notifyComplete(this.yieldIndex?-1:void 0)},t}(e.Subscriber);t.FindValueSubscriber=u},DbqF:function(n,t,i){"use strict";var r=i("AZf1"),u=i("LVa5");r.Observable.prototype.share=u.share},DsW9:function(n,t,i){"use strict";var r=i("AZf1"),u=i("xxrh");r.Observable.fromPromise=u.fromPromise},DxGp:function(n,t,i){"use strict";var u=i("5My3"),r;t.subscribeOn=function(n,t){return void 0===t&&(t=0),function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.scheduler=n;this.delay=t}return n.prototype.call=function(n,t){return new u.SubscribeOnObservable(t,this.delay,this.scheduler).subscribe(n)},n}()},ER9c:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.every=function(n,t){return function(i){return i.lift(new r(n,t,i))}};r=function(){function n(n,t,i){this.predicate=n;this.thisArg=t;this.source=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.thisArg,this.source))},n}();u=function(n){function t(t,i,r,u){n.call(this,t);this.predicate=i;this.thisArg=r;this.source=u;this.index=0;this.thisArg=r||this}return f(t,n),t.prototype.notifyComplete=function(n){this.destination.next(n);this.destination.complete()},t.prototype._next=function(n){var t=!1;try{t=this.predicate.call(this.thisArg,n,this.index++,this.source)}catch(i){return void this.destination.error(i)}t||this.notifyComplete(!1)},t.prototype._complete=function(){this.notifyComplete(!0)},t}(e.Subscriber)},EVdn:function(n,t){var i;!function(t,i){"use strict";"object"==typeof n.exports?n.exports=t.document?i(t,!0):function(n){if(!n.document)throw new Error("jQuery requires a window with a document");return i(n)}:i(t)}("undefined"!=typeof window?window:this,function(r,u){"use strict";function wr(n,t,i){var r,f,u=(i=i||s).createElement("script");if(u.text=n,t)for(r in ae)(f=t[r]||t.getAttribute&&t.getAttribute(r))&&u.setAttribute(r,f);i.head.appendChild(u).parentNode.removeChild(u)}function ut(n){return null==n?n+"":"object"==typeof n||"function"==typeof n?hi[au.call(n)]||"object":typeof n}function wi(n){var t=!!n&&"length"in n&&n.length,i=ut(n);return!o(n)&&!ct(n)&&("array"===i||0===t||"number"==typeof t&&t>0&&t-1 in n)}function y(n,t){return n.nodeName&&n.nodeName.toLowerCase()===t.toLowerCase()}function bi(n,t,i){return o(t)?f.grep(n,function(n,r){return!!t.call(n,r,n)!==i}):t.nodeType?f.grep(n,function(n){return n===t!==i}):"string"!=typeof t?f.grep(n,function(n){return si.call(t,n)>-1!==i}):f.filter(t,n,i)}function br(n,t){for(;(n=n[t])&&1!==n.nodeType;);return n}function ft(n){return n}function ui(n){throw n;}function kr(n,t,i,r){var u;try{n&&o(u=n.promise)?u.call(n).done(t).fail(i):n&&o(u=n.then)?u.call(n,t,i):t.apply(void 0,[n].slice(r))}catch(n){i.apply(void 0,[n])}}function fi(){s.removeEventListener("DOMContentLoaded",fi);r.removeEventListener("load",fi);f.ready()}function ue(n,t){return t.toUpperCase()}function w(n){return n.replace(ye,"ms-").replace(pe,ue)}function wt(){this.expando=f.expando+wt.uid++}function dr(n,t,i){var r;if(void 0===i&&1===n.nodeType)if(r="data-"+t.replace(be,"-$&").toLowerCase(),"string"==typeof(i=n.getAttribute(r))){try{i=function(n){return"true"===n||"false"!==n&&("null"===n?null:n===+n+""?+n:we.test(n)?JSON.parse(n):n)}(i)}catch(u){}l.set(n,t,i)}else i=void 0;return i}function gr(n,t,i,r){var s,h,c=20,l=r?function(){return r.cur()}:function(){return f.css(n,t,"")},o=l(),e=i&&i[3]||(f.cssNumber[t]?"":"px"),u=n.nodeType&&(f.cssNumber[t]||"px"!==e&&+o)&&ni.exec(f.css(n,t));if(u&&u[3]!==e){for(e=e||u[3],u=+(o/=2)||1;c--;)f.style(n,t,u+e),(1-h)*(1-(h=l()/o||.5))<=0&&(c=0),u/=h;f.style(n,t,(u*=2)+e);i=i||[]}return i&&(u=+u||+o||0,s=i[1]?u+(i[1]+1)*i[2]:+i[2],r&&(r.unit=e,r.start=u,r.end=s)),s}function fe(n){var i,u=n.ownerDocument,r=n.nodeName,t=sr[r];return t||(i=u.body.appendChild(u.createElement(r)),t=f.css(i,"display"),i.parentNode.removeChild(i),"none"===t&&(t="block"),sr[r]=t,t)}function et(n,t){for(var f,r,u=[],i=0,o=n.length;i<o;i++)(r=n[i]).style&&(f=r.style.display,t?("none"===f&&(u[i]=e.get(r,"display")||null,u[i]||(r.style.display="")),""===r.style.display&&dt(r)&&(u[i]=fe(r))):"none"!==f&&(u[i]="none",e.set(r,"display",f)));for(i=0;i<o;i++)null!=u[i]&&(n[i].style.display=u[i]);return n}function c(n,t){var i;return i=void 0!==n.getElementsByTagName?n.getElementsByTagName(t||"*"):void 0!==n.querySelectorAll?n.querySelectorAll(t||"*"):[],void 0===t||t&&y(n,t)?f.merge([n],i):i}function ki(n,t){for(var i=0,r=n.length;i<r;i++)e.set(n[i],"globalEval",!t||e.get(t[i],"globalEval"))}function nu(n,t,i,r,u){for(var e,o,p,y,w,l,s=t.createDocumentFragment(),a=[],h=0,b=n.length;h<b;h++)if((e=n[h])||0===e)if("object"===ut(e))f.merge(a,e.nodeType?[e]:e);else if(du.test(e)){for(o=o||s.appendChild(t.createElement("div")),p=(vf.exec(e)||["",""])[1].toLowerCase(),o.innerHTML=(y=v[p]||v._default)[1]+f.htmlPrefilter(e)+y[2],l=y[0];l--;)o=o.lastChild;f.merge(a,o.childNodes);(o=s.firstChild).textContent=""}else a.push(t.createTextNode(e));for(s.textContent="",h=0;e=a[h++];)if(r&&f.inArray(e,r)>-1)u&&u.push(e);else if(w=pt(e),o=c(s.appendChild(e),"script"),w&&ki(o),i)for(l=0;e=o[l++];)yf.test(e.type||"")&&i.push(e);return s}function ot(){return!0}function st(){return!1}function ee(n,t){return n===function(){try{return s.activeElement}catch(n){}}()==("focus"===t)}function di(n,t,i,r,u,e){var o,s;if("object"==typeof t){for(s in"string"!=typeof i&&(r=r||i,i=void 0),t)di(n,s,i,r,t[s],e);return n}if(null==r&&null==u?(u=i,r=i=void 0):null==u&&("string"==typeof i?(u=r,r=void 0):(u=r,r=i,i=void 0)),!1===u)u=st;else if(!u)return n;return 1===e&&(o=u,(u=function(n){return f().off(n),o.apply(this,arguments)}).guid=o.guid||(o.guid=f.guid++)),n.each(function(){f.event.add(this,t,u,r,i)})}function ei(n,t,i){i?(e.set(n,t,!1),f.event.add(n,t,{namespace:!1,handler:function(n){var o,u,r=e.get(this,t);if(1&n.isTrigger&&this[t]){if(r)(f.event.special[t]||{}).delegateType&&n.stopPropagation();else if(r=g.call(arguments),e.set(this,t,r),o=i(this,t),this[t](),r!==(u=e.get(this,t))||o?e.set(this,t,!1):u=void 0,r!==u)return n.stopImmediatePropagation(),n.preventDefault(),u}else r&&(e.set(this,t,f.event.trigger(f.extend(r.shift(),f.Event.prototype),r,this)),n.stopImmediatePropagation())}})):f.event.add(n,t,ot)}function tu(n,t){return y(n,"table")&&y(11!==t.nodeType?t:t.firstChild,"tr")&&f(n).children("tbody")[0]||n}function oe(n){return n.type=(null!==n.getAttribute("type"))+"/"+n.type,n}function se(n){return"true/"===(n.type||"").slice(0,5)?n.type=n.type.slice(5):n.removeAttribute("type"),n}function iu(n,t){var i,h,r,o,s,c,a,u;if(1===t.nodeType){if(e.hasData(n)&&(o=e.access(n),s=e.set(t,o),u=o.events))for(r in delete s.handle,s.events={},u)for(i=0,h=u[r].length;i<h;i++)f.event.add(t,r,u[r][i]);l.hasData(n)&&(c=l.access(n),a=f.extend({},c),l.set(t,a))}}function he(n,t){var i=t.nodeName.toLowerCase();"input"===i&&ii.test(n.type)?t.checked=n.checked:"input"!==i&&"textarea"!==i||(t.defaultValue=n.defaultValue)}function ht(n,t,i,r){t=lu.apply([],t);var a,w,l,v,u,b,s=0,y=n.length,d=y-1,p=t[0],k=o(p);if(k||y>1&&"string"==typeof p&&!h.checkClone&&io.test(p))return n.each(function(u){var f=n.eq(u);k&&(t[0]=p.call(this,u,f.html()));ht(f,t,i,r)});if(y&&(w=(a=nu(t,n[0].ownerDocument,!1,n,r)).firstChild,1===a.childNodes.length&&(a=w),w||r)){for(v=(l=f.map(c(a,"script"),oe)).length;s<y;s++)u=a,s!==d&&(u=f.clone(u,!0,!0),v&&f.merge(l,c(u,"script"))),i.call(n[s],u,s);if(v)for(b=l[l.length-1].ownerDocument,f.map(l,se),s=0;s<v;s++)yf.test((u=l[s]).type||"")&&!e.access(u,"globalEval")&&f.contains(b,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?f._evalUrl&&!u.noModule&&f._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")}):wr(u.textContent.replace(ro,""),u,b))}return n}function ru(n,t,i){for(var r,e=t?f.filter(t,n):n,u=0;null!=(r=e[u]);u++)i||1!==r.nodeType||f.cleanData(c(r)),r.parentNode&&(i&&pt(r)&&ki(c(r,"script")),r.parentNode.removeChild(r));return n}function bt(n,t,i){var e,o,s,u,r=n.style;return(i=i||pi(n))&&(""!==(u=i.getPropertyValue(t)||i[t])||pt(n)||(u=f.style(n,t)),!h.pixelBoxStyles()&&ar.test(u)&&uo.test(t)&&(e=r.width,o=r.minWidth,s=r.maxWidth,r.minWidth=r.maxWidth=r.width=u,u=i.width,r.width=e,r.minWidth=o,r.maxWidth=s)),void 0!==u?u+"":u}function uu(n,t){return{get:function(){if(!n())return(this.get=t).apply(this,arguments);delete this.get}}}function gi(n){return f.cssProps[n]||kf[n]||(n in bf?n:kf[n]=function(n){for(var i=n[0].toUpperCase()+n.slice(1),t=wf.length;t--;)if((n=wf[t]+i)in bf)return n}(n)||n)}function fu(n,t,i){var r=ni.exec(t);return r?Math.max(0,r[2]-(i||0))+(r[3]||"px"):t}function nr(n,t,i,r,u,e){var o="width"===t?1:0,h=0,s=0;if(i===(r?"border":"content"))return 0;for(;o<4;o+=2)"margin"===i&&(s+=f.css(n,i+d[o],!0,u)),r?("content"===i&&(s-=f.css(n,"padding"+d[o],!0,u)),"margin"!==i&&(s-=f.css(n,"border"+d[o]+"Width",!0,u))):(s+=f.css(n,"padding"+d[o],!0,u),"padding"!==i?s+=f.css(n,"border"+d[o]+"Width",!0,u):h+=f.css(n,"border"+d[o]+"Width",!0,u));return!r&&e>=0&&(s+=Math.max(0,Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-e-s-h-.5))||0),s}function eu(n,t,i){var u=pi(n),e=(!h.boxSizingReliable()||i)&&"border-box"===f.css(n,"boxSizing",!1,u),o=e,r=bt(n,t,u),s="offset"+t[0].toUpperCase()+t.slice(1);if(ar.test(r)){if(!i)return r;r="auto"}return(!h.boxSizingReliable()&&e||"auto"===r||!parseFloat(r)&&"inline"===f.css(n,"display",!1,u))&&n.getClientRects().length&&(e="border-box"===f.css(n,"boxSizing",!1,u),(o=s in n)&&(r=n[s])),(r=parseFloat(r)||0)+nr(n,t,i||(e?"border":"content"),o,u,r)+"px"}function a(n,t,i,r,u){return new a.prototype.init(n,t,i,r,u)}function tr(){vi&&(!1===s.hidden&&r.requestAnimationFrame?r.requestAnimationFrame(tr):r.setTimeout(tr,f.fx.interval),f.fx.tick())}function ou(){return r.setTimeout(function(){lt=void 0}),lt=Date.now()}function oi(n,t){var u,r=0,i={height:n};for(t=t?1:0;r<4;r+=2-t)i["margin"+(u=d[r])]=i["padding"+u]=n;return t&&(i.opacity=i.width=n),i}function su(n,t,i){for(var u,f=(b.tweeners[t]||[]).concat(b.tweeners["*"]),r=0,e=f.length;r<e;r++)if(u=f[r].call(i,t,n))return u}function b(n,t,i){var e,s,h=0,a=b.prefilters.length,u=f.Deferred().always(function(){delete l.elem}),l=function(){if(s)return!1;for(var o=lt||ou(),t=Math.max(0,r.startTime+r.duration-o),i=1-(t/r.duration||0),f=0,e=r.tweens.length;f<e;f++)r.tweens[f].run(i);return u.notifyWith(n,[r,i,t]),i<1&&e?t:(e||u.notifyWith(n,[r,1,0]),u.resolveWith(n,[r]),!1)},r=u.promise({elem:n,props:f.extend({},t),opts:f.extend(!0,{specialEasing:{},easing:f.easing._default},i),originalProperties:t,originalOptions:i,startTime:lt||ou(),duration:i.duration,tweens:[],createTween:function(t,i){var u=f.Tween(n,r.opts,t,i,r.opts.specialEasing[t]||r.opts.easing);return r.tweens.push(u),u},stop:function(t){var i=0,f=t?r.tweens.length:0;if(s)return this;for(s=!0;i<f;i++)r.tweens[i].run(1);return t?(u.notifyWith(n,[r,1,0]),u.resolveWith(n,[r,t])):u.rejectWith(n,[r,t]),this}}),c=r.props;for(function(n,t){var i,u,e,r,o;for(i in n)if(e=t[u=w(i)],r=n[i],Array.isArray(r)&&(e=r[1],r=n[i]=r[0]),i!==u&&(n[u]=r,delete n[i]),(o=f.cssHooks[u])&&"expand"in o)for(i in r=o.expand(r),delete n[u],r)i in n||(n[i]=r[i],t[i]=e);else t[u]=e}(c,r.opts.specialEasing);h<a;h++)if(e=b.prefilters[h].call(r,n,c,r.opts))return o(e.stop)&&(f._queueHooks(r.elem,r.opts.queue).stop=e.stop.bind(e)),e;return f.map(c,su,r),o(r.opts.start)&&r.opts.start.call(n,r),r.progress(r.opts.progress).done(r.opts.done,r.opts.complete).fail(r.opts.fail).always(r.opts.always),f.fx.timer(f.extend(l,{elem:n,anim:r,queue:r.opts.queue})),r}function tt(n){return(n.match(p)||[]).join(" ")}function it(n){return n.getAttribute&&n.getAttribute("class")||""}function ir(n){return Array.isArray(n)?n:"string"==typeof n&&n.match(p)||[]}function rr(n,t,i,r){var u;if(Array.isArray(t))f.each(t,function(t,u){i||oo.test(n)?r(n,u):rr(n+"["+("object"==typeof u&&null!=u?t:"")+"]",u,i,r)});else if(i||"object"!==ut(t))r(n,t);else for(u in t)rr(n+"["+u+"]",t[u],i,r)}function hu(n){return function(t,i){"string"!=typeof t&&(i=t,t="*");var r,u=0,f=t.toLowerCase().match(p)||[];if(o(i))for(;r=f[u++];)"+"===r[0]?(r=r.slice(1)||"*",(n[r]=n[r]||[]).unshift(i)):(n[r]=n[r]||[]).push(i)}}function cu(n,t,i,r){function u(s){var h;return e[s]=!0,f.each(n[s]||[],function(n,f){var s=f(t,i,r);return"string"!=typeof s||o||e[s]?o?!(h=s):void 0:(t.dataTypes.unshift(s),u(s),!1)}),h}var e={},o=n===yr;return u(t.dataTypes[0])||!e["*"]&&u("*")}function ur(n,t){var i,r,u=f.ajaxSettings.flatOptions||{};for(i in t)void 0!==t[i]&&((u[i]?n:r||(r={}))[i]=t[i]);return r&&f.extend(!0,n,r),n}var rt=[],s=r.document,ce=Object.getPrototypeOf,g=rt.slice,lu=rt.concat,fr=rt.push,si=rt.indexOf,hi={},au=hi.toString,ci=hi.hasOwnProperty,vu=ci.toString,le=vu.call(Object),h={},o=function(n){return"function"==typeof n&&"number"!=typeof n.nodeType},ct=function(n){return null!=n&&n===n.window},ae={type:!0,src:!0,nonce:!0,noModule:!0},f=function(n,t){return new f.fn.init(n,t)},ve=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,nt,er,yu,pu,wu,bu,p,ku,li,kt,dt,or,sr,gt,ai,du,lt,vi,gu,nf,tf,at,rf,uf,ff,hr,cr,ef,vt,of,lr,yi,sf,hf;f.fn=f.prototype={jquery:"3.4.0",constructor:f,length:0,toArray:function(){return g.call(this)},get:function(n){return null==n?g.call(this):n<0?this[n+this.length]:this[n]},pushStack:function(n){var t=f.merge(this.constructor(),n);return t.prevObject=this,t},each:function(n){return f.each(this,n)},map:function(n){return this.pushStack(f.map(this,function(t,i){return n.call(t,i,t)}))},slice:function(){return this.pushStack(g.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(n){var i=this.length,t=+n+(n<0?i:0);return this.pushStack(t>=0&&t<i?[this[t]]:[])},end:function(){return this.prevObject||this.constructor()},push:fr,sort:rt.sort,splice:rt.splice};f.extend=f.fn.extend=function(){var s,r,u,t,e,c,n=arguments[0]||{},i=1,l=arguments.length,h=!1;for("boolean"==typeof n&&(h=n,n=arguments[i]||{},i++),"object"==typeof n||o(n)||(n={}),i===l&&(n=this,i--);i<l;i++)if(null!=(s=arguments[i]))for(r in s)t=s[r],"__proto__"!==r&&n!==t&&(h&&t&&(f.isPlainObject(t)||(e=Array.isArray(t)))?(u=n[r],c=e&&!Array.isArray(u)?[]:e||f.isPlainObject(u)?u:{},e=!1,n[r]=f.extend(h,c,t)):void 0!==t&&(n[r]=t));return n};f.extend({expando:"jQuery"+("3.4.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(n){throw new Error(n);},noop:function(){},isPlainObject:function(n){var t,i;return!(!n||"[object Object]"!==au.call(n)||(t=ce(n))&&("function"!=typeof(i=ci.call(t,"constructor")&&t.constructor)||vu.call(i)!==le))},isEmptyObject:function(n){var t;for(t in n)return!1;return!0},globalEval:function(n,t){wr(n,{nonce:t&&t.nonce})},each:function(n,t){var r,i=0;if(wi(n))for(r=n.length;i<r&&!1!==t.call(n[i],i,n[i]);i++);else for(i in n)if(!1===t.call(n[i],i,n[i]))break;return n},trim:function(n){return null==n?"":(n+"").replace(ve,"")},makeArray:function(n,t){var i=t||[];return null!=n&&(wi(Object(n))?f.merge(i,"string"==typeof n?[n]:n):fr.call(i,n)),i},inArray:function(n,t,i){return null==t?-1:si.call(t,n,i)},merge:function(n,t){for(var u=+t.length,i=0,r=n.length;i<u;i++)n[r++]=t[i];return n.length=r,n},grep:function(n,t,i){for(var u=[],r=0,f=n.length,e=!i;r<f;r++)!t(n[r],r)!==e&&u.push(n[r]);return u},map:function(n,t,i){var e,u,r=0,f=[];if(wi(n))for(e=n.length;r<e;r++)null!=(u=t(n[r],r,i))&&f.push(u);else for(r in n)null!=(u=t(n[r],r,i))&&f.push(u);return lu.apply([],f)},guid:1,support:h});"function"==typeof Symbol&&(f.fn[Symbol.iterator]=rt[Symbol.iterator]);f.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(n,t){hi["[object "+t+"]"]=t.toLowerCase()});nt=function(n){function r(n,t,r,u){var s,p,c,v,w,d,g,y=t&&t.ownerDocument,a=t?t.nodeType:9;if(r=r||[],"string"!=typeof n||!n||1!==a&&9!==a&&11!==a)return r;if(!u&&((t?t.ownerDocument||t:l)!==i&&b(t),t=t||i,h)){if(11!==a&&(w=yr.exec(n)))if(s=w[1]){if(9===a){if(!(c=t.getElementById(s)))return r;if(c.id===s)return r.push(c),r}else if(y&&(c=y.getElementById(s))&&et(t,c)&&c.id===s)return r.push(c),r}else{if(w[2])return k.apply(r,t.getElementsByTagName(n)),r;if((s=w[3])&&e.getElementsByClassName&&t.getElementsByClassName)return k.apply(r,t.getElementsByClassName(s)),r}if(e.qsa&&!pt[n+" "]&&(!o||!o.test(n))&&(1!==a||"object"!==t.nodeName.toLowerCase())){if(g=n,y=t,1===a&&sr.test(n)){for((v=t.getAttribute("id"))?v=v.replace(bi,ki):t.setAttribute("id",v=f),p=(d=ft(n)).length;p--;)d[p]="#"+v+" "+ht(d[p]);g=d.join(",");y=ei.test(n)&&dt(t.parentNode)||t}try{return k.apply(r,y.querySelectorAll(g)),r}catch(nt){pt(n,!0)}finally{v===f&&t.removeAttribute("id")}}}return li(n.replace(wt,"$1"),t,r,u)}function st(){var n=[];return function i(r,u){return n.push(r+" ")>t.cacheLength&&delete i[n.shift()],i[r+" "]=u}}function c(n){return n[f]=!0,n}function a(n){var t=i.createElement("fieldset");try{return!!n(t)}catch(r){return!1}finally{t.parentNode&&t.parentNode.removeChild(t);t=null}}function kt(n,i){for(var r=n.split("|"),u=r.length;u--;)t.attrHandle[r[u]]=i}function oi(n,t){var i=t&&n,r=i&&1===n.nodeType&&1===t.nodeType&&n.sourceIndex-t.sourceIndex;if(r)return r;if(i)for(;i=i.nextSibling;)if(i===t)return-1;return n?1:-1}function gi(n){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===n}}function nr(n){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===n}}function si(n){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===n:t.disabled===n:t.isDisabled===n||t.isDisabled!==!n&&pr(t)===n:t.disabled===n:"label"in t&&t.disabled===n}}function d(n){return c(function(t){return t=+t,c(function(i,r){for(var u,f=n([],i.length,t),e=f.length;e--;)i[u=f[e]]&&(i[u]=!(r[u]=i[u]))})})}function dt(n){return n&&void 0!==n.getElementsByTagName&&n}function hi(){}function ht(n){for(var t=0,r=n.length,i="";t<r;t++)i+=n[t].value;return i}function ct(n,t,i){var r=t.dir,u=t.next,e=u||r,o=i&&"parentNode"===e,s=tr++;return t.first?function(t,i,u){for(;t=t[r];)if(1===t.nodeType||o)return n(t,i,u);return!1}:function(t,i,h){var c,l,y,a=[v,s];if(h){for(;t=t[r];)if((1===t.nodeType||o)&&n(t,i,h))return!0}else for(;t=t[r];)if(1===t.nodeType||o)if(l=(y=t[f]||(t[f]={}))[t.uniqueID]||(y[t.uniqueID]={}),u&&u===t.nodeName.toLowerCase())t=t[r]||t;else{if((c=l[e])&&c[0]===v&&c[1]===s)return a[2]=c[2];if(l[e]=a,a[2]=n(t,i,h))return!0}return!1}}function gt(n){return n.length>1?function(t,i,r){for(var u=n.length;u--;)if(!n[u](t,i,r))return!1;return!0}:n[0]}function lt(n,t,i,r,u){for(var e,o=[],f=0,s=n.length,h=null!=t;f<s;f++)(e=n[f])&&(i&&!i(e,r,u)||(o.push(e),h&&t.push(f)));return o}function ni(n,t,i,u,e,o){return u&&!u[f]&&(u=ni(u)),e&&!e[f]&&(e=ni(e,o)),c(function(f,o,s,h){var a,l,v,w=[],p=[],b=o.length,d=f||function(n,t,i){for(var u=0,f=t.length;u<f;u++)r(n,t[u],i);return i}(t||"*",s.nodeType?[s]:s,[]),y=!n||!f&&t?d:lt(d,w,n,s,h),c=i?e||(f?n:b||u)?[]:o:y;if(i&&i(y,c,s,h),u)for(a=lt(c,p),u(a,[],s,h),l=a.length;l--;)(v=a[l])&&(c[p[l]]=!(y[p[l]]=v));if(f){if(e||n){if(e){for(a=[],l=c.length;l--;)(v=c[l])&&a.push(y[l]=v);e(null,c=[],a,h)}for(l=c.length;l--;)(v=c[l])&&(a=e?nt(f,v):w[l])>-1&&(f[a]=!(o[a]=v))}}else c=lt(c===o?c.splice(b,c.length):c),e?e(null,o,c,h):k.apply(o,c)})}function ti(n){for(var o,u,r,s=n.length,h=t.relative[n[0].type],c=h||t.relative[" "],i=h?1:0,l=ct(function(n){return n===o},c,!0),a=ct(function(n){return nt(o,n)>-1},c,!0),e=[function(n,t,i){var r=!h&&(i||t!==vt)||((o=t).nodeType?l(n,t,i):a(n,t,i));return o=null,r}];i<s;i++)if(u=t.relative[n[i].type])e=[ct(gt(e),u)];else{if((u=t.filter[n[i].type].apply(null,n[i].matches))[f]){for(r=++i;r<s&&!t.relative[n[r].type];r++);return ni(i>1&&gt(e),i>1&&ht(n.slice(0,i-1).concat({value:" "===n[i-2].type?"*":""})).replace(wt,"$1"),u,i<r&&ti(n.slice(i,r)),r<s&&ti(n=n.slice(r)),r<s&&ht(n))}e.push(u)}return gt(e)}var it,e,t,at,ci,ft,ii,li,vt,w,rt,b,i,s,h,o,g,yt,et,f="sizzle"+1*new Date,l=n.document,v=0,tr=0,ai=st(),vi=st(),yi=st(),pt=st(),ri=function(n,t){return n===t&&(rt=!0),0},ir={}.hasOwnProperty,ut=[],rr=ut.pop,ur=ut.push,k=ut.push,pi=ut.slice,nt=function(n,t){for(var i=0,r=n.length;i<r;i++)if(n[i]===t)return i;return-1},ui="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",u="[\\x20\\t\\r\\n\\f]",tt="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",wi="\\["+u+"*("+tt+")(?:"+u+"*([*^$|!~]?=)"+u+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+tt+"))|)"+u+"*\\]",fi=":("+tt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+wi+")*)|.*)\\)|)",fr=new RegExp(u+"+","g"),wt=new RegExp("^"+u+"+|((?:^|[^\\\\])(?:\\\\.)*)"+u+"+$","g"),er=new RegExp("^"+u+"*,"+u+"*"),or=new RegExp("^"+u+"*([>+~]|"+u+")"+u+"*"),sr=new RegExp(u+"|>"),hr=new RegExp(fi),cr=new RegExp("^"+tt+"$"),bt={ID:new RegExp("^#("+tt+")"),CLASS:new RegExp("^\\.("+tt+")"),TAG:new RegExp("^("+tt+"|[*])"),ATTR:new RegExp("^"+wi),PSEUDO:new RegExp("^"+fi),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+u+"*(even|odd|(([+-]|)(\\d*)n|)"+u+"*(?:([+-]|)"+u+"*(\\d+)|))"+u+"*\\)|)","i"),bool:new RegExp("^(?:"+ui+")$","i"),needsContext:new RegExp("^"+u+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+u+"*((?:-\\d)?\\d*)"+u+"*\\)|)(?=[^-]|$)","i")},lr=/HTML$/i,ar=/^(?:input|select|textarea|button)$/i,vr=/^h\d$/i,ot=/^[^{]+\{\s*\[native \w/,yr=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ei=/[+~]/,y=new RegExp("\\\\([\\da-f]{1,6}"+u+"?|("+u+")|.)","ig"),p=function(n,t,i){var r="0x"+t-65536;return r!=r||i?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},bi=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ki=function(n,t){return t?"\0"===n?"�":n.slice(0,-1)+"\\"+n.charCodeAt(n.length-1).toString(16)+" ":"\\"+n},di=function(){b()},pr=ct(function(n){return!0===n.disabled&&"fieldset"===n.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{k.apply(ut=pi.call(l.childNodes),l.childNodes)}catch(wr){k={apply:ut.length?function(n,t){ur.apply(n,pi.call(t))}:function(n,t){for(var i=n.length,r=0;n[i++]=t[r++];);n.length=i-1}}}for(it in e=r.support={},ci=r.isXML=function(n){var t=(n.ownerDocument||n).documentElement;return!lr.test(n.namespaceURI||t&&t.nodeName||"HTML")},b=r.setDocument=function(n){var v,r,c=n?n.ownerDocument||n:l;return c!==i&&9===c.nodeType&&c.documentElement?(s=(i=c).documentElement,h=!ci(i),l!==i&&(r=i.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",di,!1):r.attachEvent&&r.attachEvent("onunload",di)),e.attributes=a(function(n){return n.className="i",!n.getAttribute("className")}),e.getElementsByTagName=a(function(n){return n.appendChild(i.createComment("")),!n.getElementsByTagName("*").length}),e.getElementsByClassName=ot.test(i.getElementsByClassName),e.getById=a(function(n){return s.appendChild(n).id=f,!i.getElementsByName||!i.getElementsByName(f).length}),e.getById?(t.filter.ID=function(n){var t=n.replace(y,p);return function(n){return n.getAttribute("id")===t}},t.find.ID=function(n,t){if(void 0!==t.getElementById&&h){var i=t.getElementById(n);return i?[i]:[]}}):(t.filter.ID=function(n){var t=n.replace(y,p);return function(n){var i=void 0!==n.getAttributeNode&&n.getAttributeNode("id");return i&&i.value===t}},t.find.ID=function(n,t){if(void 0!==t.getElementById&&h){var r,u,f,i=t.getElementById(n);if(i){if((r=i.getAttributeNode("id"))&&r.value===n)return[i];for(f=t.getElementsByName(n),u=0;i=f[u++];)if((r=i.getAttributeNode("id"))&&r.value===n)return[i]}return[]}}),t.find.TAG=e.getElementsByTagName?function(n,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(n):e.qsa?t.querySelectorAll(n):void 0}:function(n,t){var i,r=[],f=0,u=t.getElementsByTagName(n);if("*"===n){for(;i=u[f++];)1===i.nodeType&&r.push(i);return r}return u},t.find.CLASS=e.getElementsByClassName&&function(n,t){if(void 0!==t.getElementsByClassName&&h)return t.getElementsByClassName(n)},g=[],o=[],(e.qsa=ot.test(i.querySelectorAll))&&(a(function(n){s.appendChild(n).innerHTML="<a id='"+f+"'><\/a><select id='"+f+"-\r\\' msallowcapture=''><option selected=''><\/option><\/select>";n.querySelectorAll("[msallowcapture^='']").length&&o.push("[*^$]="+u+"*(?:''|\"\")");n.querySelectorAll("[selected]").length||o.push("\\["+u+"*(?:value|"+ui+")");n.querySelectorAll("[id~="+f+"-]").length||o.push("~=");n.querySelectorAll(":checked").length||o.push(":checked");n.querySelectorAll("a#"+f+"+*").length||o.push(".#.+[+~]")}),a(function(n){n.innerHTML="<a href='' disabled='disabled'><\/a><select disabled='disabled'><option/><\/select>";var t=i.createElement("input");t.setAttribute("type","hidden");n.appendChild(t).setAttribute("name","D");n.querySelectorAll("[name=d]").length&&o.push("name"+u+"*[*^$|!~]?=");2!==n.querySelectorAll(":enabled").length&&o.push(":enabled",":disabled");s.appendChild(n).disabled=!0;2!==n.querySelectorAll(":disabled").length&&o.push(":enabled",":disabled");n.querySelectorAll("*,:x");o.push(",.*:")})),(e.matchesSelector=ot.test(yt=s.matches||s.webkitMatchesSelector||s.mozMatchesSelector||s.oMatchesSelector||s.msMatchesSelector))&&a(function(n){e.disconnectedMatch=yt.call(n,"*");yt.call(n,"[s!='']:x");g.push("!=",fi)}),o=o.length&&new RegExp(o.join("|")),g=g.length&&new RegExp(g.join("|")),v=ot.test(s.compareDocumentPosition),et=v||ot.test(s.contains)?function(n,t){var r=9===n.nodeType?n.documentElement:n,i=t&&t.parentNode;return n===i||!(!i||1!==i.nodeType||!(r.contains?r.contains(i):n.compareDocumentPosition&&16&n.compareDocumentPosition(i)))}:function(n,t){if(t)for(;t=t.parentNode;)if(t===n)return!0;return!1},ri=v?function(n,t){if(n===t)return rt=!0,0;var r=!n.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(n.ownerDocument||n)===(t.ownerDocument||t)?n.compareDocumentPosition(t):1)||!e.sortDetached&&t.compareDocumentPosition(n)===r?n===i||n.ownerDocument===l&&et(l,n)?-1:t===i||t.ownerDocument===l&&et(l,t)?1:w?nt(w,n)-nt(w,t):0:4&r?-1:1)}:function(n,t){if(n===t)return rt=!0,0;var r,u=0,o=n.parentNode,s=t.parentNode,f=[n],e=[t];if(!o||!s)return n===i?-1:t===i?1:o?-1:s?1:w?nt(w,n)-nt(w,t):0;if(o===s)return oi(n,t);for(r=n;r=r.parentNode;)f.unshift(r);for(r=t;r=r.parentNode;)e.unshift(r);for(;f[u]===e[u];)u++;return u?oi(f[u],e[u]):f[u]===l?-1:e[u]===l?1:0},i):i},r.matches=function(n,t){return r(n,null,null,t)},r.matchesSelector=function(n,t){if((n.ownerDocument||n)!==i&&b(n),e.matchesSelector&&h&&!pt[t+" "]&&(!g||!g.test(t))&&(!o||!o.test(t)))try{var u=yt.call(n,t);if(u||e.disconnectedMatch||n.document&&11!==n.document.nodeType)return u}catch(f){pt(t,!0)}return r(t,i,null,[n]).length>0},r.contains=function(n,t){return(n.ownerDocument||n)!==i&&b(n),et(n,t)},r.attr=function(n,r){(n.ownerDocument||n)!==i&&b(n);var f=t.attrHandle[r.toLowerCase()],u=f&&ir.call(t.attrHandle,r.toLowerCase())?f(n,r,!h):void 0;return void 0!==u?u:e.attributes||!h?n.getAttribute(r):(u=n.getAttributeNode(r))&&u.specified?u.value:null},r.escape=function(n){return(n+"").replace(bi,ki)},r.error=function(n){throw new Error("Syntax error, unrecognized expression: "+n);},r.uniqueSort=function(n){var r,u=[],t=0,i=0;if(rt=!e.detectDuplicates,w=!e.sortStable&&n.slice(0),n.sort(ri),rt){for(;r=n[i++];)r===n[i]&&(t=u.push(i));for(;t--;)n.splice(u[t],1)}return w=null,n},at=r.getText=function(n){var r,i="",u=0,t=n.nodeType;if(t){if(1===t||9===t||11===t){if("string"==typeof n.textContent)return n.textContent;for(n=n.firstChild;n;n=n.nextSibling)i+=at(n)}else if(3===t||4===t)return n.nodeValue}else for(;r=n[u++];)i+=at(r);return i},(t=r.selectors={cacheLength:50,createPseudo:c,match:bt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(n){return n[1]=n[1].replace(y,p),n[3]=(n[3]||n[4]||n[5]||"").replace(y,p),"~="===n[2]&&(n[3]=" "+n[3]+" "),n.slice(0,4)},CHILD:function(n){return n[1]=n[1].toLowerCase(),"nth"===n[1].slice(0,3)?(n[3]||r.error(n[0]),n[4]=+(n[4]?n[5]+(n[6]||1):2*("even"===n[3]||"odd"===n[3])),n[5]=+(n[7]+n[8]||"odd"===n[3])):n[3]&&r.error(n[0]),n},PSEUDO:function(n){var i,t=!n[6]&&n[2];return bt.CHILD.test(n[0])?null:(n[3]?n[2]=n[4]||n[5]||"":t&&hr.test(t)&&(i=ft(t,!0))&&(i=t.indexOf(")",t.length-i)-t.length)&&(n[0]=n[0].slice(0,i),n[2]=t.slice(0,i)),n.slice(0,3))}},filter:{TAG:function(n){var t=n.replace(y,p).toLowerCase();return"*"===n?function(){return!0}:function(n){return n.nodeName&&n.nodeName.toLowerCase()===t}},CLASS:function(n){var t=ai[n+" "];return t||(t=new RegExp("(^|"+u+")"+n+"("+u+"|$)"))&&ai(n,function(n){return t.test("string"==typeof n.className&&n.className||void 0!==n.getAttribute&&n.getAttribute("class")||"")})},ATTR:function(n,t,i){return function(u){var f=r.attr(u,n);return null==f?"!="===t:!t||(f+="","="===t?f===i:"!="===t?f!==i:"^="===t?i&&0===f.indexOf(i):"*="===t?i&&f.indexOf(i)>-1:"$="===t?i&&f.slice(-i.length)===i:"~="===t?(" "+f.replace(fr," ")+" ").indexOf(i)>-1:"|="===t&&(f===i||f.slice(0,i.length+1)===i+"-"))}},CHILD:function(n,t,i,r,u){var s="nth"!==n.slice(0,3),o="last"!==n.slice(-4),e="of-type"===t;return 1===r&&0===u?function(n){return!!n.parentNode}:function(t,i,h){var p,d,y,c,a,w,b=s!==o?"nextSibling":"previousSibling",k=t.parentNode,nt=e&&t.nodeName.toLowerCase(),g=!h&&!e,l=!1;if(k){if(s){for(;b;){for(c=t;c=c[b];)if(e?c.nodeName.toLowerCase()===nt:1===c.nodeType)return!1;w=b="only"===n&&!w&&"nextSibling"}return!0}if(w=[o?k.firstChild:k.lastChild],o&&g){for(l=(a=(p=(d=(y=(c=k)[f]||(c[f]={}))[c.uniqueID]||(y[c.uniqueID]={}))[n]||[])[0]===v&&p[1])&&p[2],c=a&&k.childNodes[a];c=++a&&c&&c[b]||(l=a=0)||w.pop();)if(1===c.nodeType&&++l&&c===t){d[n]=[v,a,l];break}}else if(g&&(l=a=(p=(d=(y=(c=t)[f]||(c[f]={}))[c.uniqueID]||(y[c.uniqueID]={}))[n]||[])[0]===v&&p[1]),!1===l)for(;(c=++a&&c&&c[b]||(l=a=0)||w.pop())&&((e?c.nodeName.toLowerCase()!==nt:1!==c.nodeType)||!++l||(g&&((d=(y=c[f]||(c[f]={}))[c.uniqueID]||(y[c.uniqueID]={}))[n]=[v,l]),c!==t)););return(l-=u)===r||l%r==0&&l/r>=0}}},PSEUDO:function(n,i){var e,u=t.pseudos[n]||t.setFilters[n.toLowerCase()]||r.error("unsupported pseudo: "+n);return u[f]?u(i):u.length>1?(e=[n,n,"",i],t.setFilters.hasOwnProperty(n.toLowerCase())?c(function(n,t){for(var e,r=u(n,i),f=r.length;f--;)n[e=nt(n,r[f])]=!(t[e]=r[f])}):function(n){return u(n,0,e)}):u}},pseudos:{not:c(function(n){var t=[],r=[],i=ii(n.replace(wt,"$1"));return i[f]?c(function(n,t,r,u){for(var e,o=i(n,null,u,[]),f=n.length;f--;)(e=o[f])&&(n[f]=!(t[f]=e))}):function(n,u,f){return t[0]=n,i(t,null,f,r),t[0]=null,!r.pop()}}),has:c(function(n){return function(t){return r(n,t).length>0}}),contains:c(function(n){return n=n.replace(y,p),function(t){return(t.textContent||at(t)).indexOf(n)>-1}}),lang:c(function(n){return cr.test(n||"")||r.error("unsupported lang: "+n),n=n.replace(y,p).toLowerCase(),function(t){var i;do if(i=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(i=i.toLowerCase())===n||0===i.indexOf(n+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var i=n.location&&n.location.hash;return i&&i.slice(1)===t.id},root:function(n){return n===s},focus:function(n){return n===i.activeElement&&(!i.hasFocus||i.hasFocus())&&!!(n.type||n.href||~n.tabIndex)},enabled:si(!1),disabled:si(!0),checked:function(n){var t=n.nodeName.toLowerCase();return"input"===t&&!!n.checked||"option"===t&&!!n.selected},selected:function(n){return!0===n.selected},empty:function(n){for(n=n.firstChild;n;n=n.nextSibling)if(n.nodeType<6)return!1;return!0},parent:function(n){return!t.pseudos.empty(n)},header:function(n){return vr.test(n.nodeName)},input:function(n){return ar.test(n.nodeName)},button:function(n){var t=n.nodeName.toLowerCase();return"input"===t&&"button"===n.type||"button"===t},text:function(n){var t;return"input"===n.nodeName.toLowerCase()&&"text"===n.type&&(null==(t=n.getAttribute("type"))||"text"===t.toLowerCase())},first:d(function(){return[0]}),last:d(function(n,t){return[t-1]}),eq:d(function(n,t,i){return[i<0?i+t:i]}),even:d(function(n,t){for(var i=0;i<t;i+=2)n.push(i);return n}),odd:d(function(n,t){for(var i=1;i<t;i+=2)n.push(i);return n}),lt:d(function(n,t,i){for(var r=i<0?i+t:i>t?t:i;--r>=0;)n.push(r);return n}),gt:d(function(n,t,i){for(var r=i<0?i+t:i;++r<t;)n.push(r);return n})}}).pseudos.nth=t.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})t.pseudos[it]=gi(it);for(it in{submit:!0,reset:!0})t.pseudos[it]=nr(it);return hi.prototype=t.filters=t.pseudos,t.setFilters=new hi,ft=r.tokenize=function(n,i){var e,f,s,o,u,h,c,l=vi[n+" "];if(l)return i?0:l.slice(0);for(u=n,h=[],c=t.preFilter;u;){for(o in e&&!(f=er.exec(u))||(f&&(u=u.slice(f[0].length)||u),h.push(s=[])),e=!1,(f=or.exec(u))&&(e=f.shift(),s.push({value:e,type:f[0].replace(wt," ")}),u=u.slice(e.length)),t.filter)(f=bt[o].exec(u))&&(!c[o]||(f=c[o](f)))&&(e=f.shift(),s.push({value:e,type:o,matches:f}),u=u.slice(e.length));if(!e)break}return i?u.length:u?r.error(n):vi(n,h).slice(0)},ii=r.compile=function(n,u){var o,s=[],l=[],e=yi[n+" "];if(!e){for(u||(u=ft(n)),o=u.length;o--;)(e=ti(u[o]))[f]?s.push(e):l.push(e);(e=yi(n,function(n,u){var f=u.length>0,e=n.length>0,o=function(o,s,c,l,a){var y,nt,d,g=0,p="0",tt=o&&[],w=[],it=vt,rt=o||e&&t.find.TAG("*",a),ut=v+=null==it?1:Math.random()||.1,ft=rt.length;for(a&&(vt=s===i||s||a);p!==ft&&null!=(y=rt[p]);p++){if(e&&y){for(nt=0,s||y.ownerDocument===i||(b(y),c=!h);d=n[nt++];)if(d(y,s||i,c)){l.push(y);break}a&&(v=ut)}f&&((y=!d&&y)&&g--,o&&tt.push(y))}if(g+=p,f&&p!==g){for(nt=0;d=u[nt++];)d(tt,w,s,c);if(o){if(g>0)for(;p--;)tt[p]||w[p]||(w[p]=rr.call(l));w=lt(w)}k.apply(l,w);a&&!o&&w.length>0&&g+u.length>1&&r.uniqueSort(l)}return a&&(v=ut,vt=it),tt};return f?c(o):o}(l,s))).selector=n}return e},li=r.select=function(n,i,r,u){var e,f,o,l,a,c="function"==typeof n&&n,s=!u&&ft(n=c.selector||n);if(r=r||[],1===s.length){if((f=s[0]=s[0].slice(0)).length>2&&"ID"===(o=f[0]).type&&9===i.nodeType&&h&&t.relative[f[1].type]){if(!(i=(t.find.ID(o.matches[0].replace(y,p),i)||[])[0]))return r;c&&(i=i.parentNode);n=n.slice(f.shift().value.length)}for(e=bt.needsContext.test(n)?0:f.length;e--&&!t.relative[l=(o=f[e]).type];)if((a=t.find[l])&&(u=a(o.matches[0].replace(y,p),ei.test(f[0].type)&&dt(i.parentNode)||i))){if(f.splice(e,1),!(n=u.length&&ht(f)))return k.apply(r,u),r;break}}return(c||ii(n,s))(u,i,!h,r,!i||ei.test(n)&&dt(i.parentNode)||i),r},e.sortStable=f.split("").sort(ri).join("")===f,e.detectDuplicates=!!rt,b(),e.sortDetached=a(function(n){return 1&n.compareDocumentPosition(i.createElement("fieldset"))}),a(function(n){return n.innerHTML="<a href='#'><\/a>","#"===n.firstChild.getAttribute("href")})||kt("type|href|height|width",function(n,t,i){if(!i)return n.getAttribute(t,"type"===t.toLowerCase()?1:2)}),e.attributes&&a(function(n){return n.innerHTML="<input/>",n.firstChild.setAttribute("value",""),""===n.firstChild.getAttribute("value")})||kt("value",function(n,t,i){if(!i&&"input"===n.nodeName.toLowerCase())return n.defaultValue}),a(function(n){return null==n.getAttribute("disabled")})||kt(ui,function(n,t,i){var r;if(!i)return!0===n[t]?t.toLowerCase():(r=n.getAttributeNode(t))&&r.specified?r.value:null}),r}(r);f.find=nt;f.expr=nt.selectors;f.expr[":"]=f.expr.pseudos;f.uniqueSort=f.unique=nt.uniqueSort;f.text=nt.getText;f.isXMLDoc=nt.isXML;f.contains=nt.contains;f.escapeSelector=nt.escape;var yt=function(n,t,i){for(var r=[],u=void 0!==i;(n=n[t])&&9!==n.nodeType;)if(1===n.nodeType){if(u&&f(n).is(i))break;r.push(n)}return r},cf=function(n,t){for(var i=[];n;n=n.nextSibling)1===n.nodeType&&n!==t&&i.push(n);return i},lf=f.expr.match.needsContext;er=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;f.filter=function(n,t,i){var r=t[0];return i&&(n=":not("+n+")"),1===t.length&&1===r.nodeType?f.find.matchesSelector(r,n)?[r]:[]:f.find.matches(n,f.grep(t,function(n){return 1===n.nodeType}))};f.fn.extend({find:function(n){var t,i,r=this.length,u=this;if("string"!=typeof n)return this.pushStack(f(n).filter(function(){for(t=0;t<r;t++)if(f.contains(u[t],this))return!0}));for(i=this.pushStack([]),t=0;t<r;t++)f.find(n,u[t],i);return r>1?f.uniqueSort(i):i},filter:function(n){return this.pushStack(bi(this,n||[],!1))},not:function(n){return this.pushStack(bi(this,n||[],!0))},is:function(n){return!!bi(this,"string"==typeof n&&lf.test(n)?f(n):n||[],!1).length}});pu=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(f.fn.init=function(n,t,i){var r,u;if(!n)return this;if(i=i||yu,"string"==typeof n){if(!(r="<"===n[0]&&">"===n[n.length-1]&&n.length>=3?[null,n,null]:pu.exec(n))||!r[1]&&t)return!t||t.jquery?(t||i).find(n):this.constructor(t).find(n);if(r[1]){if(f.merge(this,f.parseHTML(r[1],(t=t instanceof f?t[0]:t)&&t.nodeType?t.ownerDocument||t:s,!0)),er.test(r[1])&&f.isPlainObject(t))for(r in t)o(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(u=s.getElementById(r[2]))&&(this[0]=u,this.length=1),this}return n.nodeType?(this[0]=n,this.length=1,this):o(n)?void 0!==i.ready?i.ready(n):n(f):f.makeArray(n,this)}).prototype=f.fn;yu=f(s);wu=/^(?:parents|prev(?:Until|All))/;bu={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({has:function(n){var t=f(n,this),i=t.length;return this.filter(function(){for(var n=0;n<i;n++)if(f.contains(this,t[n]))return!0})},closest:function(n,t){var i,u=0,o=this.length,r=[],e="string"!=typeof n&&f(n);if(!lf.test(n))for(;u<o;u++)for(i=this[u];i&&i!==t;i=i.parentNode)if(i.nodeType<11&&(e?e.index(i)>-1:1===i.nodeType&&f.find.matchesSelector(i,n))){r.push(i);break}return this.pushStack(r.length>1?f.uniqueSort(r):r)},index:function(n){return n?"string"==typeof n?si.call(f(n),this[0]):si.call(this,n.jquery?n[0]:n):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(n,t){return this.pushStack(f.uniqueSort(f.merge(this.get(),f(n,t))))},addBack:function(n){return this.add(null==n?this.prevObject:this.prevObject.filter(n))}});f.each({parent:function(n){var t=n.parentNode;return t&&11!==t.nodeType?t:null},parents:function(n){return yt(n,"parentNode")},parentsUntil:function(n,t,i){return yt(n,"parentNode",i)},next:function(n){return br(n,"nextSibling")},prev:function(n){return br(n,"previousSibling")},nextAll:function(n){return yt(n,"nextSibling")},prevAll:function(n){return yt(n,"previousSibling")},nextUntil:function(n,t,i){return yt(n,"nextSibling",i)},prevUntil:function(n,t,i){return yt(n,"previousSibling",i)},siblings:function(n){return cf((n.parentNode||{}).firstChild,n)},children:function(n){return cf(n.firstChild)},contents:function(n){return void 0!==n.contentDocument?n.contentDocument:(y(n,"template")&&(n=n.content||n),f.merge([],n.childNodes))}},function(n,t){f.fn[n]=function(i,r){var u=f.map(this,t,i);return"Until"!==n.slice(-5)&&(r=i),r&&"string"==typeof r&&(u=f.filter(r,u)),this.length>1&&(bu[n]||f.uniqueSort(u),wu.test(n)&&u.reverse()),this.pushStack(u)}});p=/[^\x20\t\r\n\f]+/g;f.Callbacks=function(n){n="string"==typeof n?function(n){var t={};return f.each(n.match(p)||[],function(n,i){t[i]=!0}),t}(n):f.extend({},n);var r,i,c,u,t=[],s=[],e=-1,l=function(){for(u=u||n.once,c=r=!0;s.length;e=-1)for(i=s.shift();++e<t.length;)!1===t[e].apply(i[0],i[1])&&n.stopOnFalse&&(e=t.length,i=!1);n.memory||(i=!1);r=!1;u&&(t=i?[]:"")},h={add:function(){return t&&(i&&!r&&(e=t.length-1,s.push(i)),function r(i){f.each(i,function(i,u){o(u)?n.unique&&h.has(u)||t.push(u):u&&u.length&&"string"!==ut(u)&&r(u)})}(arguments),i&&!r&&l()),this},remove:function(){return f.each(arguments,function(n,i){for(var r;(r=f.inArray(i,t,r))>-1;)t.splice(r,1),r<=e&&e--}),this},has:function(n){return n?f.inArray(n,t)>-1:t.length>0},empty:function(){return t&&(t=[]),this},disable:function(){return u=s=[],t=i="",this},disabled:function(){return!t},lock:function(){return u=s=[],i||r||(t=i=""),this},locked:function(){return!!u},fireWith:function(n,t){return u||(t=[n,(t=t||[]).slice?t.slice():t],s.push(t),r||l()),this},fire:function(){return h.fireWith(this,arguments),this},fired:function(){return!!c}};return h};f.extend({Deferred:function(n){var i=[["notify","progress",f.Callbacks("memory"),f.Callbacks("memory"),2],["resolve","done",f.Callbacks("once memory"),f.Callbacks("once memory"),0,"resolved"],["reject","fail",f.Callbacks("once memory"),f.Callbacks("once memory"),1,"rejected"]],e="pending",u={state:function(){return e},always:function(){return t.done(arguments).fail(arguments),this},"catch":function(n){return u.then(null,n)},pipe:function(){var n=arguments;return f.Deferred(function(r){f.each(i,function(i,u){var f=o(n[u[4]])&&n[u[4]];t[u[1]](function(){var n=f&&f.apply(this,arguments);n&&o(n.promise)?n.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[u[0]+"With"](this,f?[n]:arguments)})});n=null}).promise()},then:function(n,t,u){function e(n,t,i,u){return function(){var h=this,c=arguments,a=function(){var r,f;if(!(n<s)){if((r=i.apply(h,c))===t.promise())throw new TypeError("Thenable self-resolution");o(f=r&&("object"==typeof r||"function"==typeof r)&&r.then)?u?f.call(r,e(s,t,ft,u),e(s,t,ui,u)):(s++,f.call(r,e(s,t,ft,u),e(s,t,ui,u),e(s,t,ft,t.notifyWith))):(i!==ft&&(h=void 0,c=[r]),(u||t.resolveWith)(h,c))}},l=u?a:function(){try{a()}catch(r){f.Deferred.exceptionHook&&f.Deferred.exceptionHook(r,l.stackTrace);n+1>=s&&(i!==ui&&(h=void 0,c=[r]),t.rejectWith(h,c))}};n?l():(f.Deferred.getStackHook&&(l.stackTrace=f.Deferred.getStackHook()),r.setTimeout(l))}}var s=0;return f.Deferred(function(r){i[0][3].add(e(0,r,o(u)?u:ft,r.notifyWith));i[1][3].add(e(0,r,o(n)?n:ft));i[2][3].add(e(0,r,o(t)?t:ui))}).promise()},promise:function(n){return null!=n?f.extend(n,u):u}},t={};return f.each(i,function(n,r){var f=r[2],o=r[5];u[r[1]]=f.add;o&&f.add(function(){e=o},i[3-n][2].disable,i[3-n][3].disable,i[0][2].lock,i[0][3].lock);f.add(r[3].fire);t[r[0]]=function(){return t[r[0]+"With"](this===t?void 0:this,arguments),this};t[r[0]+"With"]=f.fireWith}),u.promise(t),n&&n.call(t,t),t},when:function(n){var u=arguments.length,t=u,e=Array(t),r=g.call(arguments),i=f.Deferred(),s=function(n){return function(t){e[n]=this;r[n]=arguments.length>1?g.call(arguments):t;--u||i.resolveWith(e,r)}};if(u<=1&&(kr(n,i.done(s(t)).resolve,i.reject,!u),"pending"===i.state()||o(r[t]&&r[t].then)))return i.then();for(;t--;)kr(r[t],s(t),i.reject);return i.promise()}});ku=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;f.Deferred.exceptionHook=function(n,t){r.console&&r.console.warn&&n&&ku.test(n.name)&&r.console.warn("jQuery.Deferred exception: "+n.message,n.stack,t)};f.readyException=function(n){r.setTimeout(function(){throw n;})};li=f.Deferred();f.fn.ready=function(n){return li.then(n).catch(function(n){f.readyException(n)}),this};f.extend({isReady:!1,readyWait:1,ready:function(n){(!0===n?--f.readyWait:f.isReady)||(f.isReady=!0,!0!==n&&--f.readyWait>0||li.resolveWith(s,[f]))}});f.ready.then=li.then;"complete"===s.readyState||"loading"!==s.readyState&&!s.documentElement.doScroll?r.setTimeout(f.ready):(s.addEventListener("DOMContentLoaded",fi),r.addEventListener("load",fi));var k=function(n,t,i,r,u,e,s){var h=0,l=n.length,c=null==i;if("object"===ut(i))for(h in u=!0,i)k(n,t,h,i[h],!0,e,s);else if(void 0!==r&&(u=!0,o(r)||(s=!0),c&&(s?(t.call(n,r),t=null):(c=t,t=function(n,t,i){return c.call(f(n),i)})),t))for(;h<l;h++)t(n[h],i,s?r:r.call(n[h],h,t(n[h],i)));return u?n:c?t.call(n):l?t(n[0],i):e},ye=/^-ms-/,pe=/-([a-z])/g;kt=function(n){return 1===n.nodeType||9===n.nodeType||!+n.nodeType};wt.uid=1;wt.prototype={cache:function(n){var t=n[this.expando];return t||(t={},kt(n)&&(n.nodeType?n[this.expando]=t:Object.defineProperty(n,this.expando,{value:t,configurable:!0}))),t},set:function(n,t,i){var r,u=this.cache(n);if("string"==typeof t)u[w(t)]=i;else for(r in t)u[w(r)]=t[r];return u},get:function(n,t){return void 0===t?this.cache(n):n[this.expando]&&n[this.expando][w(t)]},access:function(n,t,i){return void 0===t||t&&"string"==typeof t&&void 0===i?this.get(n,t):(this.set(n,t,i),void 0!==i?i:t)},remove:function(n,t){var r,i=n[this.expando];if(void 0!==i){if(void 0!==t)for(r=(t=Array.isArray(t)?t.map(w):(t=w(t))in i?[t]:t.match(p)||[]).length;r--;)delete i[t[r]];(void 0===t||f.isEmptyObject(i))&&(n.nodeType?n[this.expando]=void 0:delete n[this.expando])}},hasData:function(n){var t=n[this.expando];return void 0!==t&&!f.isEmptyObject(t)}};var e=new wt,l=new wt,we=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,be=/[A-Z]/g;f.extend({hasData:function(n){return l.hasData(n)||e.hasData(n)},data:function(n,t,i){return l.access(n,t,i)},removeData:function(n,t){l.remove(n,t)},_data:function(n,t,i){return e.access(n,t,i)},_removeData:function(n,t){e.remove(n,t)}});f.fn.extend({data:function(n,t){var u,r,f,i=this[0],o=i&&i.attributes;if(void 0===n){if(this.length&&(f=l.get(i),1===i.nodeType&&!e.get(i,"hasDataAttrs"))){for(u=o.length;u--;)o[u]&&0===(r=o[u].name).indexOf("data-")&&(r=w(r.slice(5)),dr(i,r,f[r]));e.set(i,"hasDataAttrs",!0)}return f}return"object"==typeof n?this.each(function(){l.set(this,n)}):k(this,function(t){var r;if(i&&void 0===t)return void 0!==(r=l.get(i,n))||void 0!==(r=dr(i,n))?r:void 0;this.each(function(){l.set(this,n,t)})},null,t,arguments.length>1,null,!0)},removeData:function(n){return this.each(function(){l.remove(this,n)})}});f.extend({queue:function(n,t,i){var r;if(n)return r=e.get(n,t=(t||"fx")+"queue"),i&&(!r||Array.isArray(i)?r=e.access(n,t,f.makeArray(i)):r.push(i)),r||[]},dequeue:function(n,t){var i=f.queue(n,t=t||"fx"),e=i.length,r=i.shift(),u=f._queueHooks(n,t);"inprogress"===r&&(r=i.shift(),e--);r&&("fx"===t&&i.unshift("inprogress"),delete u.stop,r.call(n,function(){f.dequeue(n,t)},u));!e&&u&&u.empty.fire()},_queueHooks:function(n,t){var i=t+"queueHooks";return e.get(n,i)||e.access(n,i,{empty:f.Callbacks("once memory").add(function(){e.remove(n,[t+"queue",i])})})}});f.fn.extend({queue:function(n,t){var i=2;return"string"!=typeof n&&(t=n,n="fx",i--),arguments.length<i?f.queue(this[0],n):void 0===t?this:this.each(function(){var i=f.queue(this,n,t);f._queueHooks(this,n);"fx"===n&&"inprogress"!==i[0]&&f.dequeue(this,n)})},dequeue:function(n){return this.each(function(){f.dequeue(this,n)})},clearQueue:function(n){return this.queue(n||"fx",[])},promise:function(n,t){var i,u=1,o=f.Deferred(),r=this,s=this.length,h=function(){--u||o.resolveWith(r,[r])};for("string"!=typeof n&&(t=n,n=void 0),n=n||"fx";s--;)(i=e.get(r[s],n+"queueHooks"))&&i.empty&&(u++,i.empty.add(h));return h(),o.promise(t)}});var af=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ni=new RegExp("^(?:([+-])=|)("+af+")([a-z%]*)$","i"),d=["Top","Right","Bottom","Left"],ti=s.documentElement,pt=function(n){return f.contains(n.ownerDocument,n)},ke={composed:!0};ti.attachShadow&&(pt=function(n){return f.contains(n.ownerDocument,n)||n.getRootNode(ke)===n.ownerDocument});dt=function(n,t){return"none"===(n=t||n).style.display||""===n.style.display&&pt(n)&&"none"===f.css(n,"display")};or=function(n,t,i,r){var f,u,e={};for(u in t)e[u]=n.style[u],n.style[u]=t[u];for(u in f=i.apply(n,r||[]),t)n.style[u]=e[u];return f};sr={};f.fn.extend({show:function(){return et(this,!0)},hide:function(){return et(this)},toggle:function(n){return"boolean"==typeof n?n?this.show():this.hide():this.each(function(){dt(this)?f(this).show():f(this).hide()})}});var ii=/^(?:checkbox|radio)$/i,vf=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,yf=/^$|^module$|\/(?:java|ecma)script/i,v={option:[1,"<select multiple='multiple'>","<\/select>"],thead:[1,"<table>","<\/table>"],col:[2,"<table><colgroup>","<\/colgroup><\/table>"],tr:[2,"<table><tbody>","<\/tbody><\/table>"],td:[3,"<table><tbody><tr>","<\/tr><\/tbody><\/table>"],_default:[0,"",""]};v.optgroup=v.option;v.tbody=v.tfoot=v.colgroup=v.caption=v.thead;v.th=v.td;du=/<|&#?\w+;/;gt=s.createDocumentFragment().appendChild(s.createElement("div"));(ai=s.createElement("input")).setAttribute("type","radio");ai.setAttribute("checked","checked");ai.setAttribute("name","t");gt.appendChild(ai);h.checkClone=gt.cloneNode(!0).cloneNode(!0).lastChild.checked;gt.innerHTML="<textarea>x<\/textarea>";h.noCloneChecked=!!gt.cloneNode(!0).lastChild.defaultValue;var de=/^key/,ge=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,pf=/^([^.]*)(?:\.(.+)|)/;f.event={global:{},add:function(n,t,i,r,u){var y,a,k,v,w,h,s,c,o,b,d,l=e.get(n);if(l)for(i.handler&&(i=(y=i).handler,u=y.selector),u&&f.find.matchesSelector(ti,u),i.guid||(i.guid=f.guid++),(v=l.events)||(v=l.events={}),(a=l.handle)||(a=l.handle=function(t){if(void 0!==f&&f.event.triggered!==t.type)return f.event.dispatch.apply(n,arguments)}),w=(t=(t||"").match(p)||[""]).length;w--;)o=d=(k=pf.exec(t[w])||[])[1],b=(k[2]||"").split(".").sort(),o&&(s=f.event.special[o]||{},s=f.event.special[o=(u?s.delegateType:s.bindType)||o]||{},h=f.extend({type:o,origType:d,data:r,handler:i,guid:i.guid,selector:u,needsContext:u&&f.expr.match.needsContext.test(u),namespace:b.join(".")},y),(c=v[o])||((c=v[o]=[]).delegateCount=0,s.setup&&!1!==s.setup.call(n,r,b,a)||n.addEventListener&&n.addEventListener(o,a)),s.add&&(s.add.call(n,h),h.handler.guid||(h.handler.guid=i.guid)),u?c.splice(c.delegateCount++,0,h):c.push(h),f.event.global[o]=!0)},remove:function(n,t,i,r,u){var v,k,c,a,y,s,h,l,o,b,d,w=e.hasData(n)&&e.get(n);if(w&&(a=w.events)){for(y=(t=(t||"").match(p)||[""]).length;y--;)if(o=d=(c=pf.exec(t[y])||[])[1],b=(c[2]||"").split(".").sort(),o){for(h=f.event.special[o]||{},l=a[o=(r?h.delegateType:h.bindType)||o]||[],c=c[2]&&new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"),k=v=l.length;v--;)s=l[v],!u&&d!==s.origType||i&&i.guid!==s.guid||c&&!c.test(s.namespace)||r&&r!==s.selector&&("**"!==r||!s.selector)||(l.splice(v,1),s.selector&&l.delegateCount--,h.remove&&h.remove.call(n,s));k&&!l.length&&(h.teardown&&!1!==h.teardown.call(n,b,w.handle)||f.removeEvent(n,o,w.handle),delete a[o])}else for(o in a)f.event.remove(n,o+t[y],i,r,!0);f.isEmptyObject(a)&&e.remove(n,"handle events")}},dispatch:function(n){var i,h,c,u,r,l,t=f.event.fix(n),s=new Array(arguments.length),a=(e.get(this,"events")||{})[t.type]||[],o=f.event.special[t.type]||{};for(s[0]=t,i=1;i<arguments.length;i++)s[i]=arguments[i];if(t.delegateTarget=this,!o.preDispatch||!1!==o.preDispatch.call(this,t)){for(l=f.event.handlers.call(this,t,a),i=0;(u=l[i++])&&!t.isPropagationStopped();)for(t.currentTarget=u.elem,h=0;(r=u.handlers[h++])&&!t.isImmediatePropagationStopped();)t.rnamespace&&!1!==r.namespace&&!t.rnamespace.test(r.namespace)||(t.handleObj=r,t.data=r.data,void 0!==(c=((f.event.special[r.origType]||{}).handle||r.handler).apply(u.elem,s))&&!1===(t.result=c)&&(t.preventDefault(),t.stopPropagation()));return o.postDispatch&&o.postDispatch.call(this,t),t.result}},handlers:function(n,t){var u,h,r,e,o,c=[],s=t.delegateCount,i=n.target;if(s&&i.nodeType&&!("click"===n.type&&n.button>=1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&("click"!==n.type||!0!==i.disabled)){for(e=[],o={},u=0;u<s;u++)void 0===o[r=(h=t[u]).selector+" "]&&(o[r]=h.needsContext?f(r,this).index(i)>-1:f.find(r,this,null,[i]).length),o[r]&&e.push(h);e.length&&c.push({elem:i,handlers:e})}return i=this,s<t.length&&c.push({elem:i,handlers:t.slice(s)}),c},addProp:function(n,t){Object.defineProperty(f.Event.prototype,n,{enumerable:!0,configurable:!0,get:o(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[n]},set:function(t){Object.defineProperty(this,n,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(n){return n[f.expando]?n:new f.Event(n)},special:{load:{noBubble:!0},click:{setup:function(n){var t=this||n;return ii.test(t.type)&&t.click&&y(t,"input")&&void 0===e.get(t,"click")&&ei(t,"click",ot),!1},trigger:function(n){var t=this||n;return ii.test(t.type)&&t.click&&y(t,"input")&&void 0===e.get(t,"click")&&ei(t,"click"),!0},_default:function(n){var t=n.target;return ii.test(t.type)&&t.click&&y(t,"input")&&e.get(t,"click")||y(t,"a")}},beforeunload:{postDispatch:function(n){void 0!==n.result&&n.originalEvent&&(n.originalEvent.returnValue=n.result)}}}};f.removeEvent=function(n,t,i){n.removeEventListener&&n.removeEventListener(t,i)};f.Event=function(n,t){if(!(this instanceof f.Event))return new f.Event(n,t);n&&n.type?(this.originalEvent=n,this.type=n.type,this.isDefaultPrevented=n.defaultPrevented||void 0===n.defaultPrevented&&!1===n.returnValue?ot:st,this.target=n.target&&3===n.target.nodeType?n.target.parentNode:n.target,this.currentTarget=n.currentTarget,this.relatedTarget=n.relatedTarget):this.type=n;t&&f.extend(this,t);this.timeStamp=n&&n.timeStamp||Date.now();this[f.expando]=!0};f.Event.prototype={constructor:f.Event,isDefaultPrevented:st,isPropagationStopped:st,isImmediatePropagationStopped:st,isSimulated:!1,preventDefault:function(){var n=this.originalEvent;this.isDefaultPrevented=ot;n&&!this.isSimulated&&n.preventDefault()},stopPropagation:function(){var n=this.originalEvent;this.isPropagationStopped=ot;n&&!this.isSimulated&&n.stopPropagation()},stopImmediatePropagation:function(){var n=this.originalEvent;this.isImmediatePropagationStopped=ot;n&&!this.isSimulated&&n.stopImmediatePropagation();this.stopPropagation()}};f.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(n){var t=n.button;return null==n.which&&de.test(n.type)?null!=n.charCode?n.charCode:n.keyCode:!n.which&&void 0!==t&&ge.test(n.type)?1&t?1:2&t?3:4&t?2:0:n.which}},f.event.addProp);f.each({focus:"focusin",blur:"focusout"},function(n,t){f.event.special[n]={setup:function(){return ei(this,n,ee),!1},trigger:function(){return ei(this,n),!0},delegateType:t}});f.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(n,t){f.event.special[n]={delegateType:t,bindType:t,handle:function(n){var r,u=this,i=n.relatedTarget,e=n.handleObj;return i&&(i===u||f.contains(u,i))||(n.type=e.origType,r=e.handler.apply(this,arguments),n.type=t),r}}});f.fn.extend({on:function(n,t,i,r){return di(this,n,t,i,r)},one:function(n,t,i,r){return di(this,n,t,i,r,1)},off:function(n,t,i){var r,u;if(n&&n.preventDefault&&n.handleObj)return r=n.handleObj,f(n.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof n){for(u in n)this.off(u,t,n[u]);return this}return!1!==t&&"function"!=typeof t||(i=t,t=void 0),!1===i&&(i=st),this.each(function(){f.event.remove(this,n,i,t)})}});var no=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,to=/<script|<style|<link/i,io=/checked\s*(?:[^=]|=\s*.checked.)/i,ro=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;f.extend({htmlPrefilter:function(n){return n.replace(no,"<$1><\/$2>")},clone:function(n,t,i){var r,s,e,u,o=n.cloneNode(!0),l=pt(n);if(!(h.noCloneChecked||1!==n.nodeType&&11!==n.nodeType||f.isXMLDoc(n)))for(u=c(o),r=0,s=(e=c(n)).length;r<s;r++)he(e[r],u[r]);if(t)if(i)for(e=e||c(n),u=u||c(o),r=0,s=e.length;r<s;r++)iu(e[r],u[r]);else iu(n,o);return(u=c(o,"script")).length>0&&ki(u,!l&&c(n,"script")),o},cleanData:function(n){for(var i,t,r,o=f.event.special,u=0;void 0!==(t=n[u]);u++)if(kt(t)){if(i=t[e.expando]){if(i.events)for(r in i.events)o[r]?f.event.remove(t,r):f.removeEvent(t,r,i.handle);t[e.expando]=void 0}t[l.expando]&&(t[l.expando]=void 0)}}});f.fn.extend({detach:function(n){return ru(this,n,!0)},remove:function(n){return ru(this,n)},text:function(n){return k(this,function(n){return void 0===n?f.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=n)})},null,n,arguments.length)},append:function(){return ht(this,arguments,function(n){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||tu(this,n).appendChild(n)})},prepend:function(){return ht(this,arguments,function(n){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=tu(this,n);t.insertBefore(n,t.firstChild)}})},before:function(){return ht(this,arguments,function(n){this.parentNode&&this.parentNode.insertBefore(n,this)})},after:function(){return ht(this,arguments,function(n){this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling)})},empty:function(){for(var n,t=0;null!=(n=this[t]);t++)1===n.nodeType&&(f.cleanData(c(n,!1)),n.textContent="");return this},clone:function(n,t){return n=null!=n&&n,t=null==t?n:t,this.map(function(){return f.clone(this,n,t)})},html:function(n){return k(this,function(n){var t=this[0]||{},i=0,r=this.length;if(void 0===n&&1===t.nodeType)return t.innerHTML;if("string"==typeof n&&!to.test(n)&&!v[(vf.exec(n)||["",""])[1].toLowerCase()]){n=f.htmlPrefilter(n);try{for(;i<r;i++)1===(t=this[i]||{}).nodeType&&(f.cleanData(c(t,!1)),t.innerHTML=n);t=0}catch(u){}}t&&this.empty().append(n)},null,n,arguments.length)},replaceWith:function(){var n=[];return ht(this,arguments,function(t){var i=this.parentNode;f.inArray(this,n)<0&&(f.cleanData(c(this)),i&&i.replaceChild(t,this))},n)}});f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(n,t){f.fn[n]=function(n){for(var r,u=[],e=f(n),o=e.length-1,i=0;i<=o;i++)r=i===o?this:this.clone(!0),f(e[i])[t](r),fr.apply(u,r.get());return this.pushStack(u)}});var ar=new RegExp("^("+af+")(?!px)[a-z%]+$","i"),pi=function(n){var t=n.ownerDocument.defaultView;return t&&t.opener||(t=r),t.getComputedStyle(n)},uo=new RegExp(d.join("|"),"i");!function(){function t(){if(n){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0";n.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%";ti.appendChild(u).appendChild(n);var t=r.getComputedStyle(n);e="1%"!==t.top;a=12===i(t.marginLeft);n.style.right="60%";l=36===i(t.right);o=36===i(t.width);n.style.position="absolute";c=12===i(n.offsetWidth/3);ti.removeChild(u);n=null}}function i(n){return Math.round(parseFloat(n))}var e,o,c,l,a,u=s.createElement("div"),n=s.createElement("div");n.style&&(n.style.backgroundClip="content-box",n.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===n.style.backgroundClip,f.extend(h,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),l},pixelPosition:function(){return t(),e},reliableMarginLeft:function(){return t(),a},scrollboxSize:function(){return t(),c}}))}();var wf=["Webkit","Moz","ms"],bf=s.createElement("div").style,kf={},fo=/^(none|table(?!-c[ea]).+)/,df=/^--/,eo={position:"absolute",visibility:"hidden",display:"block"},gf={letterSpacing:"0",fontWeight:"400"};f.extend({cssHooks:{opacity:{get:function(n,t){if(t){var i=bt(n,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(n,t,i,r){if(n&&3!==n.nodeType&&8!==n.nodeType&&n.style){var u,s,e,c=w(t),l=df.test(t),o=n.style;if(l||(t=gi(c)),e=f.cssHooks[t]||f.cssHooks[c],void 0===i)return e&&"get"in e&&void 0!==(u=e.get(n,!1,r))?u:o[t];"string"==(s=typeof i)&&(u=ni.exec(i))&&u[1]&&(i=gr(n,t,u),s="number");null!=i&&i==i&&("number"!==s||l||(i+=u&&u[3]||(f.cssNumber[c]?"":"px")),h.clearCloneStyle||""!==i||0!==t.indexOf("background")||(o[t]="inherit"),e&&"set"in e&&void 0===(i=e.set(n,i,r))||(l?o.setProperty(t,i):o[t]=i))}},css:function(n,t,i,r){var u,e,o,s=w(t);return df.test(t)||(t=gi(s)),(o=f.cssHooks[t]||f.cssHooks[s])&&"get"in o&&(u=o.get(n,!0,i)),void 0===u&&(u=bt(n,t,r)),"normal"===u&&t in gf&&(u=gf[t]),""===i||i?(e=parseFloat(u),!0===i||isFinite(e)?e||0:u):u}});f.each(["height","width"],function(n,t){f.cssHooks[t]={get:function(n,i,r){if(i)return!fo.test(f.css(n,"display"))||n.getClientRects().length&&n.getBoundingClientRect().width?eu(n,t,r):or(n,eo,function(){return eu(n,t,r)})},set:function(n,i,r){var o,u=pi(n),s=!h.scrollboxSize()&&"absolute"===u.position,c=(s||r)&&"border-box"===f.css(n,"boxSizing",!1,u),e=r?nr(n,t,r,c,u):0;return c&&s&&(e-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(u[t])-nr(n,t,"border",!1,u)-.5)),e&&(o=ni.exec(i))&&"px"!==(o[3]||"px")&&(n.style[t]=i,i=f.css(n,t)),fu(0,i,e)}}});f.cssHooks.marginLeft=uu(h.reliableMarginLeft,function(n,t){if(t)return(parseFloat(bt(n,"marginLeft"))||n.getBoundingClientRect().left-or(n,{marginLeft:0},function(){return n.getBoundingClientRect().left}))+"px"});f.each({margin:"",padding:"",border:"Width"},function(n,t){f.cssHooks[n+t]={expand:function(i){for(var r=0,f={},u="string"==typeof i?i.split(" "):[i];r<4;r++)f[n+d[r]+t]=u[r]||u[r-2]||u[0];return f}};"margin"!==n&&(f.cssHooks[n+t].set=fu)});f.fn.extend({css:function(n,t){return k(this,function(n,t,i){var u,e,o={},r=0;if(Array.isArray(t)){for(u=pi(n),e=t.length;r<e;r++)o[t[r]]=f.css(n,t[r],!1,u);return o}return void 0!==i?f.style(n,t,i):f.css(n,t)},n,t,arguments.length>1)}});f.Tween=a;(a.prototype={constructor:a,init:function(n,t,i,r,u,e){this.elem=n;this.prop=i;this.easing=u||f.easing._default;this.options=t;this.start=this.now=this.cur();this.end=r;this.unit=e||(f.cssNumber[i]?"":"px")},cur:function(){var n=a.propHooks[this.prop];return n&&n.get?n.get(this):a.propHooks._default.get(this)},run:function(n){var i,t=a.propHooks[this.prop];return this.pos=i=this.options.duration?f.easing[this.easing](n,this.options.duration*n,0,1,this.options.duration):n,this.now=(this.end-this.start)*i+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),t&&t.set?t.set(this):a.propHooks._default.set(this),this}}).init.prototype=a.prototype;(a.propHooks={_default:{get:function(n){var t;return 1!==n.elem.nodeType||null!=n.elem[n.prop]&&null==n.elem.style[n.prop]?n.elem[n.prop]:(t=f.css(n.elem,n.prop,""))&&"auto"!==t?t:0},set:function(n){f.fx.step[n.prop]?f.fx.step[n.prop](n):1!==n.elem.nodeType||!f.cssHooks[n.prop]&&null==n.elem.style[gi(n.prop)]?n.elem[n.prop]=n.now:f.style(n.elem,n.prop,n.now+n.unit)}}}).scrollTop=a.propHooks.scrollLeft={set:function(n){n.elem.nodeType&&n.elem.parentNode&&(n.elem[n.prop]=n.now)}};f.easing={linear:function(n){return n},swing:function(n){return.5-Math.cos(n*Math.PI)/2},_default:"swing"};f.fx=a.prototype.init;f.fx.step={};gu=/^(?:toggle|show|hide)$/;nf=/queueHooks$/;f.Animation=f.extend(b,{tweeners:{"*":[function(n,t){var i=this.createTween(n,t);return gr(i.elem,n,ni.exec(t),i),i}]},tweener:function(n,t){o(n)?(t=n,n=["*"]):n=n.match(p);for(var r,i=0,u=n.length;i<u;i++)(b.tweeners[r=n[i]]=b.tweeners[r]||[]).unshift(t)},prefilters:[function(n,t,i){var r,p,w,c,b,h,o,a,k="width"in t||"height"in t,v=this,y={},s=n.style,l=n.nodeType&&dt(n),u=e.get(n,"fxshow");for(r in i.queue||(null==(c=f._queueHooks(n,"fx")).unqueued&&(c.unqueued=0,b=c.empty.fire,c.empty.fire=function(){c.unqueued||b()}),c.unqueued++,v.always(function(){v.always(function(){c.unqueued--;f.queue(n,"fx").length||c.empty.fire()})})),t)if(gu.test(p=t[r])){if(delete t[r],w=w||"toggle"===p,p===(l?"hide":"show")){if("show"!==p||!u||void 0===u[r])continue;l=!0}y[r]=u&&u[r]||f.style(n,r)}if((h=!f.isEmptyObject(t))||!f.isEmptyObject(y))for(r in k&&1===n.nodeType&&(i.overflow=[s.overflow,s.overflowX,s.overflowY],null==(o=u&&u.display)&&(o=e.get(n,"display")),"none"===(a=f.css(n,"display"))&&(o?a=o:(et([n],!0),o=n.style.display||o,a=f.css(n,"display"),et([n]))),("inline"===a||"inline-block"===a&&null!=o)&&"none"===f.css(n,"float")&&(h||(v.done(function(){s.display=o}),null==o&&(o="none"===(a=s.display)?"":a)),s.display="inline-block")),i.overflow&&(s.overflow="hidden",v.always(function(){s.overflow=i.overflow[0];s.overflowX=i.overflow[1];s.overflowY=i.overflow[2]})),h=!1,y)h||(u?"hidden"in u&&(l=u.hidden):u=e.access(n,"fxshow",{display:o}),w&&(u.hidden=!l),l&&et([n],!0),v.done(function(){for(r in l||et([n]),e.remove(n,"fxshow"),y)f.style(n,r,y[r])})),h=su(l?u[r]:0,r,v),r in u||(u[r]=h.start,l&&(h.end=h.start,h.start=0))}],prefilter:function(n,t){t?b.prefilters.unshift(n):b.prefilters.push(n)}});f.speed=function(n,t,i){var r=n&&"object"==typeof n?f.extend({},n):{complete:i||!i&&t||o(n)&&n,duration:n,easing:i&&t||t&&!o(t)&&t};return f.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration=r.duration in f.fx.speeds?f.fx.speeds[r.duration]:f.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){o(r.old)&&r.old.call(this);r.queue&&f.dequeue(this,r.queue)},r};f.fn.extend({fadeTo:function(n,t,i,r){return this.filter(dt).css("opacity",0).show().end().animate({opacity:t},n,i,r)},animate:function(n,t,i,r){var s=f.isEmptyObject(n),o=f.speed(t,i,r),u=function(){var t=b(this,f.extend({},n),o);(s||e.get(this,"finish"))&&t.stop(!0)};return u.finish=u,s||!1===o.queue?this.each(u):this.queue(o.queue,u)},stop:function(n,t,i){var r=function(n){var t=n.stop;delete n.stop;t(i)};return"string"!=typeof n&&(i=t,t=n,n=void 0),t&&!1!==n&&this.queue(n||"fx",[]),this.each(function(){var s=!0,t=null!=n&&n+"queueHooks",o=f.timers,u=e.get(this);if(t)u[t]&&u[t].stop&&r(u[t]);else for(t in u)u[t]&&u[t].stop&&nf.test(t)&&r(u[t]);for(t=o.length;t--;)o[t].elem!==this||null!=n&&o[t].queue!==n||(o[t].anim.stop(i),s=!1,o.splice(t,1));!s&&i||f.dequeue(this,n)})},finish:function(n){return!1!==n&&(n=n||"fx"),this.each(function(){var t,u=e.get(this),i=u[n+"queue"],o=u[n+"queueHooks"],r=f.timers,s=i?i.length:0;for(u.finish=!0,f.queue(this,n,[]),o&&o.stop&&o.stop.call(this,!0),t=r.length;t--;)r[t].elem===this&&r[t].queue===n&&(r[t].anim.stop(!0),r.splice(t,1));for(t=0;t<s;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete u.finish})}});f.each(["toggle","show","hide"],function(n,t){var i=f.fn[t];f.fn[t]=function(n,r,u){return null==n||"boolean"==typeof n?i.apply(this,arguments):this.animate(oi(t,!0),n,r,u)}});f.each({slideDown:oi("show"),slideUp:oi("hide"),slideToggle:oi("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(n,t){f.fn[n]=function(n,i,r){return this.animate(t,n,i,r)}});f.timers=[];f.fx.tick=function(){var i,n=0,t=f.timers;for(lt=Date.now();n<t.length;n++)(i=t[n])()||t[n]!==i||t.splice(n--,1);t.length||f.fx.stop();lt=void 0};f.fx.timer=function(n){f.timers.push(n);f.fx.start()};f.fx.interval=13;f.fx.start=function(){vi||(vi=!0,tr())};f.fx.stop=function(){vi=null};f.fx.speeds={slow:600,fast:200,_default:400};f.fn.delay=function(n,t){return n=f.fx&&f.fx.speeds[n]||n,this.queue(t=t||"fx",function(t,i){var u=r.setTimeout(t,n);i.stop=function(){r.clearTimeout(u)}})},function(){var n=s.createElement("input"),t=s.createElement("select").appendChild(s.createElement("option"));n.type="checkbox";h.checkOn=""!==n.value;h.optSelected=t.selected;(n=s.createElement("input")).value="t";n.type="radio";h.radioValue="t"===n.value}();at=f.expr.attrHandle;f.fn.extend({attr:function(n,t){return k(this,f.attr,n,t,arguments.length>1)},removeAttr:function(n){return this.each(function(){f.removeAttr(this,n)})}});f.extend({attr:function(n,t,i){var u,r,e=n.nodeType;if(3!==e&&8!==e&&2!==e)return void 0===n.getAttribute?f.prop(n,t,i):(1===e&&f.isXMLDoc(n)||(r=f.attrHooks[t.toLowerCase()]||(f.expr.match.bool.test(t)?tf:void 0)),void 0!==i?null===i?void f.removeAttr(n,t):r&&"set"in r&&void 0!==(u=r.set(n,i,t))?u:(n.setAttribute(t,i+""),i):r&&"get"in r&&null!==(u=r.get(n,t))?u:null==(u=f.find.attr(n,t))?void 0:u)},attrHooks:{type:{set:function(n,t){if(!h.radioValue&&"radio"===t&&y(n,"input")){var i=n.value;return n.setAttribute("type",t),i&&(n.value=i),t}}}},removeAttr:function(n,t){var i,u=0,r=t&&t.match(p);if(r&&1===n.nodeType)for(;i=r[u++];)n.removeAttribute(i)}});tf={set:function(n,t,i){return!1===t?f.removeAttr(n,i):n.setAttribute(i,i),i}};f.each(f.expr.match.bool.source.match(/\w+/g),function(n,t){var i=at[t]||f.find.attr;at[t]=function(n,t,r){var f,e,u=t.toLowerCase();return r||(e=at[u],at[u]=f,f=null!=i(n,t,r)?u:null,at[u]=e),f}});rf=/^(?:input|select|textarea|button)$/i;uf=/^(?:a|area)$/i;f.fn.extend({prop:function(n,t){return k(this,f.prop,n,t,arguments.length>1)},removeProp:function(n){return this.each(function(){delete this[f.propFix[n]||n]})}});f.extend({prop:function(n,t,i){var u,r,e=n.nodeType;if(3!==e&&8!==e&&2!==e)return 1===e&&f.isXMLDoc(n)||(r=f.propHooks[t=f.propFix[t]||t]),void 0!==i?r&&"set"in r&&void 0!==(u=r.set(n,i,t))?u:n[t]=i:r&&"get"in r&&null!==(u=r.get(n,t))?u:n[t]},propHooks:{tabIndex:{get:function(n){var t=f.find.attr(n,"tabindex");return t?parseInt(t,10):rf.test(n.nodeName)||uf.test(n.nodeName)&&n.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}});h.optSelected||(f.propHooks.selected={get:function(){return null},set:function(){}});f.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){f.propFix[this.toLowerCase()]=this});f.fn.extend({addClass:function(n){var e,t,i,r,u,s,h,c=0;if(o(n))return this.each(function(t){f(this).addClass(n.call(this,t,it(this)))});if((e=ir(n)).length)for(;t=this[c++];)if(r=it(t),i=1===t.nodeType&&" "+tt(r)+" "){for(s=0;u=e[s++];)i.indexOf(" "+u+" ")<0&&(i+=u+" ");r!==(h=tt(i))&&t.setAttribute("class",h)}return this},removeClass:function(n){var e,i,t,r,u,s,h,c=0;if(o(n))return this.each(function(t){f(this).removeClass(n.call(this,t,it(this)))});if(!arguments.length)return this.attr("class","");if((e=ir(n)).length)for(;i=this[c++];)if(r=it(i),t=1===i.nodeType&&" "+tt(r)+" "){for(s=0;u=e[s++];)for(;t.indexOf(" "+u+" ")>-1;)t=t.replace(" "+u+" "," ");r!==(h=tt(t))&&i.setAttribute("class",h)}return this},toggleClass:function(n,t){var i=typeof n,r="string"===i||Array.isArray(n);return"boolean"==typeof t&&r?t?this.addClass(n):this.removeClass(n):o(n)?this.each(function(i){f(this).toggleClass(n.call(this,i,it(this),t),t)}):this.each(function(){var t,o,u,s;if(r)for(o=0,u=f(this),s=ir(n);t=s[o++];)u.hasClass(t)?u.removeClass(t):u.addClass(t);else void 0!==n&&"boolean"!==i||((t=it(this))&&e.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===n?"":e.get(this,"__className__")||""))})},hasClass:function(n){for(var t,i=0,r=" "+n+" ";t=this[i++];)if(1===t.nodeType&&(" "+tt(it(t))+" ").indexOf(r)>-1)return!0;return!1}});ff=/\r/g;f.fn.extend({val:function(n){var t,i,u,r=this[0];return arguments.length?(u=o(n),this.each(function(i){var r;1===this.nodeType&&(null==(r=u?n.call(this,i,f(this).val()):n)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=f.map(r,function(n){return null==n?"":n+""})),(t=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))})):r?(t=f.valHooks[r.type]||f.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(i=t.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(ff,""):null==i?"":i:void 0}});f.extend({valHooks:{option:{get:function(n){var t=f.find.attr(n,"value");return null!=t?t:tt(f.text(n))}},select:{get:function(n){for(var e,t,o=n.options,i=n.selectedIndex,r="select-one"===n.type,s=r?null:[],h=r?i+1:o.length,u=i<0?h:r?i:0;u<h;u++)if(((t=o[u]).selected||u===i)&&!t.disabled&&(!t.parentNode.disabled||!y(t.parentNode,"optgroup"))){if(e=f(t).val(),r)return e;s.push(e)}return s},set:function(n,t){for(var i,r,u=n.options,e=f.makeArray(t),o=u.length;o--;)((r=u[o]).selected=f.inArray(f.valHooks.option.get(r),e)>-1)&&(i=!0);return i||(n.selectedIndex=-1),e}}}});f.each(["radio","checkbox"],function(){f.valHooks[this]={set:function(n,t){if(Array.isArray(t))return n.checked=f.inArray(f(n).val(),t)>-1}};h.checkOn||(f.valHooks[this].get=function(n){return null===n.getAttribute("value")?"on":n.value})});h.focusin="onfocusin"in r;hr=/^(?:focusinfocus|focusoutblur)$/;cr=function(n){n.stopPropagation()};f.extend(f.event,{trigger:function(n,t,i,u){var k,c,l,d,v,y,a,w,b=[i||s],h=ci.call(n,"type")?n.type:n,p=ci.call(n,"namespace")?n.namespace.split("."):[];if(c=w=l=i=i||s,3!==i.nodeType&&8!==i.nodeType&&!hr.test(h+f.event.triggered)&&(h.indexOf(".")>-1&&(p=h.split("."),h=p.shift(),p.sort()),v=h.indexOf(":")<0&&"on"+h,(n=n[f.expando]?n:new f.Event(h,"object"==typeof n&&n)).isTrigger=u?2:3,n.namespace=p.join("."),n.rnamespace=n.namespace?new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=void 0,n.target||(n.target=i),t=null==t?[n]:f.makeArray(t,[n]),a=f.event.special[h]||{},u||!a.trigger||!1!==a.trigger.apply(i,t))){if(!u&&!a.noBubble&&!ct(i)){for(hr.test((d=a.delegateType||h)+h)||(c=c.parentNode);c;c=c.parentNode)b.push(c),l=c;l===(i.ownerDocument||s)&&b.push(l.defaultView||l.parentWindow||r)}for(k=0;(c=b[k++])&&!n.isPropagationStopped();)w=c,n.type=k>1?d:a.bindType||h,(y=(e.get(c,"events")||{})[n.type]&&e.get(c,"handle"))&&y.apply(c,t),(y=v&&c[v])&&y.apply&&kt(c)&&(n.result=y.apply(c,t),!1===n.result&&n.preventDefault());return n.type=h,u||n.isDefaultPrevented()||a._default&&!1!==a._default.apply(b.pop(),t)||!kt(i)||v&&o(i[h])&&!ct(i)&&((l=i[v])&&(i[v]=null),f.event.triggered=h,n.isPropagationStopped()&&w.addEventListener(h,cr),i[h](),n.isPropagationStopped()&&w.removeEventListener(h,cr),f.event.triggered=void 0,l&&(i[v]=l)),n.result}},simulate:function(n,t,i){var r=f.extend(new f.Event,i,{type:n,isSimulated:!0});f.event.trigger(r,null,t)}});f.fn.extend({trigger:function(n,t){return this.each(function(){f.event.trigger(n,t,this)})},triggerHandler:function(n,t){var i=this[0];if(i)return f.event.trigger(n,t,i,!0)}});h.focusin||f.each({focus:"focusin",blur:"focusout"},function(n,t){var i=function(n){f.event.simulate(t,n.target,f.event.fix(n))};f.event.special[t]={setup:function(){var r=this.ownerDocument||this,u=e.access(r,t);u||r.addEventListener(n,i,!0);e.access(r,t,(u||0)+1)},teardown:function(){var r=this.ownerDocument||this,u=e.access(r,t)-1;u?e.access(r,t,u):(r.removeEventListener(n,i,!0),e.remove(r,t))}}});var ri=r.location,ne=Date.now(),vr=/\?/;f.parseXML=function(n){var t;if(!n||"string"!=typeof n)return null;try{t=(new r.DOMParser).parseFromString(n,"text/xml")}catch(i){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||f.error("Invalid XML: "+n),t};var oo=/\[\]$/,te=/\r?\n/g,so=/^(?:submit|button|image|reset|file)$/i,ho=/^(?:input|select|textarea|keygen)/i;f.param=function(n,t){var i,r=[],u=function(n,t){var i=o(t)?t():t;r[r.length]=encodeURIComponent(n)+"="+encodeURIComponent(null==i?"":i)};if(null==n)return"";if(Array.isArray(n)||n.jquery&&!f.isPlainObject(n))f.each(n,function(){u(this.name,this.value)});else for(i in n)rr(i,n[i],t,u);return r.join("&")};f.fn.extend({serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var n=f.prop(this,"elements");return n?f.makeArray(n):this}).filter(function(){var n=this.type;return this.name&&!f(this).is(":disabled")&&ho.test(this.nodeName)&&!so.test(n)&&(this.checked||!ii.test(n))}).map(function(n,t){var i=f(this).val();return null==i?null:Array.isArray(i)?f.map(i,function(n){return{name:t.name,value:n.replace(te,"\r\n")}}):{name:t.name,value:i.replace(te,"\r\n")}}).get()}});var co=/%20/g,lo=/#.*$/,ao=/([?&])_=[^&]*/,vo=/^(.*?):[ \t]*([^\r\n]*)$/gm,yo=/^(?:GET|HEAD)$/,po=/^\/\//,ie={},yr={},re="*/".concat("*"),pr=s.createElement("a");return pr.href=ri.href,f.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ri.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(ri.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":re,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":f.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(n,t){return t?ur(ur(n,f.ajaxSettings),t):ur(f.ajaxSettings,n)},ajaxPrefilter:hu(ie),ajaxTransport:hu(yr),ajax:function(n,t){function v(n,t,s,c){var v,rt,w,p,g,a=t;o||(o=!0,d&&r.clearTimeout(d),l=void 0,k=c||"",u.readyState=n>0?4:0,v=n>=200&&n<300||304===n,s&&(p=function(n,t,i){for(var e,u,f,o,s=n.contents,r=n.dataTypes;"*"===r[0];)r.shift(),void 0===e&&(e=n.mimeType||t.getResponseHeader("Content-Type"));if(e)for(u in s)if(s[u]&&s[u].test(e)){r.unshift(u);break}if(r[0]in i)f=r[0];else{for(u in i){if(!r[0]||n.converters[u+" "+r[0]]){f=u;break}o||(o=u)}f=f||o}if(f)return f!==r[0]&&r.unshift(f),i[f]}(i,u,s)),p=function(n,t,i,r){var h,u,f,s,e,o={},c=n.dataTypes.slice();if(c[1])for(f in n.converters)o[f.toLowerCase()]=n.converters[f];for(u=c.shift();u;)if(n.responseFields[u]&&(i[n.responseFields[u]]=t),!e&&r&&n.dataFilter&&(t=n.dataFilter(t,n.dataType)),e=u,u=c.shift())if("*"===u)u=e;else if("*"!==e&&e!==u){if(!(f=o[e+" "+u]||o["* "+u]))for(h in o)if((s=h.split(" "))[1]===u&&(f=o[e+" "+s[0]]||o["* "+s[0]])){!0===f?f=o[h]:!0!==o[h]&&(u=s[0],c.unshift(s[1]));break}if(!0!==f)if(f&&n.throws)t=f(t);else try{t=f(t)}catch(l){return{state:"parsererror",error:f?l:"No conversion from "+e+" to "+u}}}return{state:"success",data:t}}(i,p,u,v),v?(i.ifModified&&((g=u.getResponseHeader("Last-Modified"))&&(f.lastModified[e]=g),(g=u.getResponseHeader("etag"))&&(f.etag[e]=g)),204===n||"HEAD"===i.type?a="nocontent":304===n?a="notmodified":(a=p.state,rt=p.data,v=!(w=p.error))):(w=a,!n&&a||(a="error",n<0&&(n=0))),u.status=n,u.statusText=(t||a)+"",v?tt.resolveWith(h,[rt,a,u]):tt.rejectWith(h,[u,a,w]),u.statusCode(b),b=void 0,y&&nt.trigger(v?"ajaxSuccess":"ajaxError",[u,i,v?rt:w]),it.fireWith(h,[u,a]),y&&(nt.trigger("ajaxComplete",[u,i]),--f.active||f.event.trigger("ajaxStop")))}"object"==typeof n&&(t=n,n=void 0);var l,e,k,a,d,c,o,y,g,w,i=f.ajaxSetup({},t=t||{}),h=i.context||i,nt=i.context&&(h.nodeType||h.jquery)?f(h):f.event,tt=f.Deferred(),it=f.Callbacks("once memory"),b=i.statusCode||{},rt={},ut={},ft="canceled",u={readyState:0,getResponseHeader:function(n){var t;if(o){if(!a)for(a={};t=vo.exec(k);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[n.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return o?k:null},setRequestHeader:function(n,t){return null==o&&(n=ut[n.toLowerCase()]=ut[n.toLowerCase()]||n,rt[n]=t),this},overrideMimeType:function(n){return null==o&&(i.mimeType=n),this},statusCode:function(n){var t;if(n)if(o)u.always(n[u.status]);else for(t in n)b[t]=[b[t],n[t]];return this},abort:function(n){var t=n||ft;return l&&l.abort(t),v(0,t),this}};if(tt.promise(u),i.url=((n||i.url||ri.href)+"").replace(po,ri.protocol+"//"),i.type=t.method||t.type||i.method||i.type,i.dataTypes=(i.dataType||"*").toLowerCase().match(p)||[""],null==i.crossDomain){c=s.createElement("a");try{c.href=i.url;c.href=c.href;i.crossDomain=pr.protocol+"//"+pr.host!=c.protocol+"//"+c.host}catch(et){i.crossDomain=!0}}if(i.data&&i.processData&&"string"!=typeof i.data&&(i.data=f.param(i.data,i.traditional)),cu(ie,i,t,u),o)return u;for(g in(y=f.event&&i.global)&&0==f.active++&&f.event.trigger("ajaxStart"),i.type=i.type.toUpperCase(),i.hasContent=!yo.test(i.type),e=i.url.replace(lo,""),i.hasContent?i.data&&i.processData&&0===(i.contentType||"").indexOf("application/x-www-form-urlencoded")&&(i.data=i.data.replace(co,"+")):(w=i.url.slice(e.length),i.data&&(i.processData||"string"==typeof i.data)&&(e+=(vr.test(e)?"&":"?")+i.data,delete i.data),!1===i.cache&&(e=e.replace(ao,"$1"),w=(vr.test(e)?"&":"?")+"_="+ne+++w),i.url=e+w),i.ifModified&&(f.lastModified[e]&&u.setRequestHeader("If-Modified-Since",f.lastModified[e]),f.etag[e]&&u.setRequestHeader("If-None-Match",f.etag[e])),(i.data&&i.hasContent&&!1!==i.contentType||t.contentType)&&u.setRequestHeader("Content-Type",i.contentType),u.setRequestHeader("Accept",i.dataTypes[0]&&i.accepts[i.dataTypes[0]]?i.accepts[i.dataTypes[0]]+("*"!==i.dataTypes[0]?", "+re+"; q=0.01":""):i.accepts["*"]),i.headers)u.setRequestHeader(g,i.headers[g]);if(i.beforeSend&&(!1===i.beforeSend.call(h,u,i)||o))return u.abort();if(ft="abort",it.add(i.complete),u.done(i.success),u.fail(i.error),l=cu(yr,i,t,u)){if(u.readyState=1,y&&nt.trigger("ajaxSend",[u,i]),o)return u;i.async&&i.timeout>0&&(d=r.setTimeout(function(){u.abort("timeout")},i.timeout));try{o=!1;l.send(rt,v)}catch(et){if(o)throw et;v(-1,et)}}else v(-1,"No Transport");return u},getJSON:function(n,t,i){return f.get(n,t,i,"json")},getScript:function(n,t){return f.get(n,void 0,t,"script")}}),f.each(["get","post"],function(n,t){f[t]=function(n,i,r,u){return o(i)&&(u=u||r,r=i,i=void 0),f.ajax(f.extend({url:n,type:t,dataType:u,data:i,success:r},f.isPlainObject(n)&&n))}}),f._evalUrl=function(n,t){return f.ajax({url:n,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(n){f.globalEval(n,t)}})},f.fn.extend({wrapAll:function(n){var t;return this[0]&&(o(n)&&(n=n.call(this[0])),t=f(n,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(n){return o(n)?this.each(function(t){f(this).wrapInner(n.call(this,t))}):this.each(function(){var t=f(this),i=t.contents();i.length?i.wrapAll(n):t.append(n)})},wrap:function(n){var t=o(n);return this.each(function(i){f(this).wrapAll(t?n.call(this,i):n)})},unwrap:function(n){return this.parent(n).not("body").each(function(){f(this).replaceWith(this.childNodes)}),this}}),f.expr.pseudos.hidden=function(n){return!f.expr.pseudos.visible(n)},f.expr.pseudos.visible=function(n){return!!(n.offsetWidth||n.offsetHeight||n.getClientRects().length)},f.ajaxSettings.xhr=function(){try{return new r.XMLHttpRequest}catch(n){}},ef={0:200,1223:204},vt=f.ajaxSettings.xhr(),h.cors=!!vt&&"withCredentials"in vt,h.ajax=vt=!!vt,f.ajaxTransport(function(n){var t,i;if(h.cors||vt&&!n.crossDomain)return{send:function(u,f){var o,e=n.xhr();if(e.open(n.type,n.url,n.async,n.username,n.password),n.xhrFields)for(o in n.xhrFields)e[o]=n.xhrFields[o];for(o in n.mimeType&&e.overrideMimeType&&e.overrideMimeType(n.mimeType),n.crossDomain||u["X-Requested-With"]||(u["X-Requested-With"]="XMLHttpRequest"),u)e.setRequestHeader(o,u[o]);t=function(n){return function(){t&&(t=i=e.onload=e.onerror=e.onabort=e.ontimeout=e.onreadystatechange=null,"abort"===n?e.abort():"error"===n?"number"!=typeof e.status?f(0,"error"):f(e.status,e.statusText):f(ef[e.status]||e.status,e.statusText,"text"!==(e.responseType||"text")||"string"!=typeof e.responseText?{binary:e.response}:{text:e.responseText},e.getAllResponseHeaders()))}};e.onload=t();i=e.onerror=e.ontimeout=t("error");void 0!==e.onabort?e.onabort=i:e.onreadystatechange=function(){4===e.readyState&&r.setTimeout(function(){t&&i()})};t=t("abort");try{e.send(n.hasContent&&n.data||null)}catch(s){if(t)throw s;}},abort:function(){t&&t()}}}),f.ajaxPrefilter(function(n){n.crossDomain&&(n.contents.script=!1)}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(n){return f.globalEval(n),n}}}),f.ajaxPrefilter("script",function(n){void 0===n.cache&&(n.cache=!1);n.crossDomain&&(n.type="GET")}),f.ajaxTransport("script",function(n){var i,t;if(n.crossDomain||n.scriptAttrs)return{send:function(r,u){i=f("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",t=function(n){i.remove();t=null;n&&u("error"===n.type?404:200,n.type)});s.head.appendChild(i[0])},abort:function(){t&&t()}}}),lr=[],yi=/(=)\?(?=&|$)|\?\?/,f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var n=lr.pop()||f.expando+"_"+ne++;return this[n]=!0,n}}),f.ajaxPrefilter("json jsonp",function(n,t,i){var u,e,s,h=!1!==n.jsonp&&(yi.test(n.url)?"url":"string"==typeof n.data&&0===(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&yi.test(n.data)&&"data");if(h||"jsonp"===n.dataTypes[0])return u=n.jsonpCallback=o(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,h?n[h]=n[h].replace(yi,"$1"+u):!1!==n.jsonp&&(n.url+=(vr.test(n.url)?"&":"?")+n.jsonp+"="+u),n.converters["script json"]=function(){return s||f.error(u+" was not called"),s[0]},n.dataTypes[0]="json",e=r[u],r[u]=function(){s=arguments},i.always(function(){void 0===e?f(r).removeProp(u):r[u]=e;n[u]&&(n.jsonpCallback=t.jsonpCallback,lr.push(u));s&&o(e)&&e(s[0]);s=e=void 0}),"script"}),h.createHTMLDocument=((of=s.implementation.createHTMLDocument("").body).innerHTML="<form><\/form><form><\/form>",2===of.childNodes.length),f.parseHTML=function(n,t,i){return"string"!=typeof n?[]:("boolean"==typeof t&&(i=t,t=!1),t||(h.createHTMLDocument?((e=(t=s.implementation.createHTMLDocument("")).createElement("base")).href=s.location.href,t.head.appendChild(e)):t=s),r=!i&&[],(u=er.exec(n))?[t.createElement(u[1])]:(u=nu([n],t,r),r&&r.length&&f(r).remove(),f.merge([],u.childNodes)));var e,u,r},f.fn.load=function(n,t,i){var r,s,h,u=this,e=n.indexOf(" ");return e>-1&&(r=tt(n.slice(e)),n=n.slice(0,e)),o(t)?(i=t,t=void 0):t&&"object"==typeof t&&(s="POST"),u.length>0&&f.ajax({url:n,type:s||"GET",dataType:"html",data:t}).done(function(n){h=arguments;u.html(r?f("<div>").append(f.parseHTML(n)).find(r):n)}).always(i&&function(n,t){u.each(function(){i.apply(this,h||[n.responseText,t,n])})}),this},f.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(n,t){f.fn[t]=function(n){return this.on(t,n)}}),f.expr.pseudos.animated=function(n){return f.grep(f.timers,function(t){return n===t.elem}).length},f.offset={setOffset:function(n,t,i){var v,e,s,h,r,c,l=f.css(n,"position"),a=f(n),u={};"static"===l&&(n.style.position="relative");r=a.offset();s=f.css(n,"top");c=f.css(n,"left");("absolute"===l||"fixed"===l)&&(s+c).indexOf("auto")>-1?(h=(v=a.position()).top,e=v.left):(h=parseFloat(s)||0,e=parseFloat(c)||0);o(t)&&(t=t.call(n,i,f.extend({},r)));null!=t.top&&(u.top=t.top-r.top+h);null!=t.left&&(u.left=t.left-r.left+e);"using"in t?t.using.call(n,u):a.css(u)}},f.fn.extend({offset:function(n){if(arguments.length)return void 0===n?this:this.each(function(t){f.offset.setOffset(this,n,t)});var i,r,t=this[0];if(t)return t.getClientRects().length?{top:(i=t.getBoundingClientRect()).top+(r=t.ownerDocument.defaultView).pageYOffset,left:i.left+r.pageXOffset}:{top:0,left:0}},position:function(){if(this[0]){var n,i,r,t=this[0],u={top:0,left:0};if("fixed"===f.css(t,"position"))i=t.getBoundingClientRect();else{for(i=this.offset(),r=t.ownerDocument,n=t.offsetParent||r.documentElement;n&&(n===r.body||n===r.documentElement)&&"static"===f.css(n,"position");)n=n.parentNode;n&&n!==t&&1===n.nodeType&&((u=f(n).offset()).top+=f.css(n,"borderTopWidth",!0),u.left+=f.css(n,"borderLeftWidth",!0))}return{top:i.top-u.top-f.css(t,"marginTop",!0),left:i.left-u.left-f.css(t,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var n=this.offsetParent;n&&"static"===f.css(n,"position");)n=n.offsetParent;return n||ti})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(n,t){var i="pageYOffset"===t;f.fn[n]=function(r){return k(this,function(n,r,u){var f;if(ct(n)?f=n:9===n.nodeType&&(f=n.defaultView),void 0===u)return f?f[t]:n[r];f?f.scrollTo(i?f.pageXOffset:u,i?u:f.pageYOffset):n[r]=u},n,r,arguments.length)}}),f.each(["top","left"],function(n,t){f.cssHooks[t]=uu(h.pixelPosition,function(n,i){if(i)return i=bt(n,t),ar.test(i)?f(n).position()[t]+"px":i})}),f.each({Height:"height",Width:"width"},function(n,t){f.each({padding:"inner"+n,content:t,"":"outer"+n},function(i,r){f.fn[r]=function(u,e){var o=arguments.length&&(i||"boolean"!=typeof u),s=i||(!0===u||!0===e?"margin":"border");return k(this,function(t,i,u){var e;return ct(t)?0===r.indexOf("outer")?t["inner"+n]:t.document.documentElement["client"+n]:9===t.nodeType?(e=t.documentElement,Math.max(t.body["scroll"+n],e["scroll"+n],t.body["offset"+n],e["offset"+n],e["client"+n])):void 0===u?f.css(t,i,s):f.style(t,i,u,s)},t,o?u:void 0,o)}})}),f.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(n,t){f.fn[t]=function(n,i){return arguments.length>0?this.on(t,null,n,i):this.trigger(t)}}),f.fn.extend({hover:function(n,t){return this.mouseenter(n).mouseleave(t||n)}}),f.fn.extend({bind:function(n,t,i){return this.on(n,null,t,i)},unbind:function(n,t){return this.off(n,null,t)},delegate:function(n,t,i,r){return this.on(t,n,i,r)},undelegate:function(n,t,i){return 1===arguments.length?this.off(n,"**"):this.off(t,n||"**",i)}}),f.proxy=function(n,t){var i,r,u;if("string"==typeof t&&(i=n[t],t=n,n=i),o(n))return r=g.call(arguments,2),(u=function(){return n.apply(t||this,r.concat(g.call(arguments)))}).guid=n.guid=n.guid||f.guid++,u},f.holdReady=function(n){n?f.readyWait++:f.ready(!0)},f.isArray=Array.isArray,f.parseJSON=JSON.parse,f.nodeName=y,f.isFunction=o,f.isWindow=ct,f.camelCase=w,f.type=ut,f.now=Date.now,f.isNumeric=function(n){var t=f.type(n);return("number"===t||"string"===t)&&!isNaN(n-parseFloat(n))},void 0===(i=function(){return f}.apply(t,[]))||(n.exports=i),sf=r.jQuery,hf=r.$,f.noConflict=function(n){return r.$===f&&(r.$=hf),n&&r.jQuery===f&&(r.jQuery=sf),f},u||(r.jQuery=r.$=f),f})},EeVn:function(n,t,i){"use strict";var r=i("AZf1"),u=i("V9wX");r.Observable.fromEvent=u.fromEvent},Etjs:function(n,t,i){"use strict";var r=i("oQYR");t.zip=r.zipStatic},FBtj:function(n,t,i){"use strict";var r=i("oQYR");t.zipAll=function(n){return function(t){return t.lift(new r.ZipOperator(n))}}},"FEB/":function(n,t,i){"use strict";var r=i("nQov");t.distinct=function(n,t){return r.distinct(n,t)(this)}},FXL7:function(n,t,i){var r=i("PBLz").__extends,u=i("ZCeS");t.AsyncScheduler=function(n){function t(){n.apply(this,arguments);this.actions=[];this.active=!1;this.scheduled=void 0}return r(t,n),t.prototype.flush=function(n){var t=this.actions,i;if(this.active)t.push(n);else{this.active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=t.shift());if(this.active=!1,i){for(;n=t.shift();)n.unsubscribe();throw i;}}},t}(u.Scheduler)},FYEZ:function(n,t,i){"use strict";var r=i("AZf1"),u=i("+24W");r.Observable.prototype.switchMap=u.switchMap},Fgpt:function(n,t,i){"use strict";var r=i("AZf1"),u=i("suOF");r.Observable.prototype.timeInterval=u.timeInterval},G2HO:function(n,t){"use strict";t.isArray=Array.isArray||function(n){return n&&"number"==typeof n.length}},G7wb:function(n,t,i){"use strict";var r=i("AZf1"),u=i("c/6p");r.Observable.prototype.multicast=u.multicast},GCyh:function(n,t,i){"use strict";var r=i("AZf1"),u=i("QM1w");r.Observable.prototype.let=u.letProto;r.Observable.prototype.letBind=u.letProto},GEfX:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.exhaustMap=function(n,t){return function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.project=n;this.resultSelector=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.project,this.resultSelector))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.project=i;this.resultSelector=r;this.hasSubscription=!1;this.hasCompleted=!1;this.index=0}return f(t,n),t.prototype._next=function(n){this.hasSubscription||this.tryNext(n)},t.prototype.tryNext=function(n){var t=this.index++,r=this.destination,i;try{i=this.project(n,t);this.hasSubscription=!0;this.add(o.subscribeToResult(this,i,n,t))}catch(u){r.error(u)}},t.prototype._complete=function(){this.hasCompleted=!0;this.hasSubscription||this.destination.complete()},t.prototype.notifyNext=function(n,t,i,r){var u=this.destination;this.resultSelector?this.trySelectResult(n,t,i,r):u.next(t)},t.prototype.trySelectResult=function(n,t,i,r){var e=this.resultSelector,u=this.destination,f;try{f=e(n,t,i,r);u.next(f)}catch(o){u.error(o)}},t.prototype.notifyError=function(n){this.destination.error(n)},t.prototype.notifyComplete=function(n){this.remove(n);this.hasSubscription=!1;this.hasCompleted&&this.destination.complete()},t}(e.OuterSubscriber)},GHBr:function(n,t,i){"use strict";var r=i("i45a");t._throw=r.ErrorObservable.create},GJlw:function(n,t,i){"use strict";var r=i("AZf1"),u=i("skK3");r.Observable.prototype.zip=u.zipProto},GXS5:function(n,t,i){"use strict";var r=i("3hIw");t.take=function(n){return r.take(n)(this)}},GxwZ:function(n){n.exports=function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};return t.m=n,t.c=i,t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:r})},t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=27)}([function(n,t,i){var r=i(23)("wks"),e=i(12),u=i(1).Symbol,f="function"==typeof u;(n.exports=function(n){return r[n]||(r[n]=f&&u[n]||(f?u:e)("Symbol."+n))}).store=r},function(n){var t=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=t)},function(n){var t={}.hasOwnProperty;n.exports=function(n,i){return t.call(n,i)}},function(n){var t=n.exports={version:"2.5.1"};"number"==typeof __e&&(__e=t)},function(n,t,i){var r=i(5),u=i(11);n.exports=i(7)?function(n,t,i){return r.f(n,t,u(1,i))}:function(n,t,i){return n[t]=i,n}},function(n,t,i){var r=i(6),u=i(33),f=i(34),e=Object.defineProperty;t.f=i(7)?Object.defineProperty:function(n,t,i){if(r(n),t=f(t,!0),r(i),u)try{return e(n,t,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(n[t]=i.value),n}},function(n,t,i){var r=i(10);n.exports=function(n){if(!r(n))throw TypeError(n+" is not an object!");return n}},function(n,t,i){n.exports=!i(16)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(n){var t=Math.ceil,i=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(n>0?i:t)(n)}},function(n){n.exports=function(n){if(null==n)throw TypeError("Can't call method on  "+n);return n}},function(n){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n){var t=0,i=Math.random();n.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++t+i).toString(36))}},function(n){n.exports={}},function(n,t,i){var r=i(23)("keys"),u=i(12);n.exports=function(n){return r[n]||(r[n]=u(n))}},function(n,t,i){var u=i(1),f=i(3),o=i(4),s=i(18),e=i(19),r=function(n,t,i){var c,y,h,p,k=n&r.F,v=n&r.G,w=n&r.P,d=n&r.B,l=v?u:n&r.S?u[t]||(u[t]={}):(u[t]||{}).prototype,a=v?f:f[t]||(f[t]={}),b=a.prototype||(a.prototype={});for(c in v&&(i=t),i)h=((y=!k&&l&&void 0!==l[c])?l:i)[c],p=d&&y?e(h,u):w&&"function"==typeof h?e(Function.call,h):h,l&&s(l,c,h,n&r.U),a[c]!=h&&o(a,c,p),w&&b[c]!=h&&(b[c]=h)};u.core=f;r.F=1;r.G=2;r.S=4;r.P=8;r.B=16;r.W=32;r.U=64;r.R=128;n.exports=r},function(n){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n,t,i){var u=i(10),r=i(1).document,f=u(r)&&u(r.createElement);n.exports=function(n){return f?r.createElement(n):{}}},function(n,t,i){var o=i(1),r=i(4),e=i(2),u=i(12)("src"),f=Function.toString,s=(""+f).split("toString");i(3).inspectSource=function(n){return f.call(n)};(n.exports=function(n,t,i,f){var h="function"==typeof i;h&&(e(i,"name")||r(i,"name",t));n[t]!==i&&(h&&(e(i,u)||r(i,u,n[t]?""+n[t]:s.join(String(t)))),n===o?n[t]=i:f?n[t]?n[t]=i:r(n,t,i):(delete n[t],r(n,t,i)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[u]||f.call(this)})},function(n,t,i){var r=i(35);n.exports=function(n,t,i){if(r(n),void 0===t)return n;switch(i){case 1:return function(i){return n.call(t,i)};case 2:return function(i,r){return n.call(t,i,r)};case 3:return function(i,r,u){return n.call(t,i,r,u)}}return function(){return n.apply(t,arguments)}}},function(n,t,i){var r=i(41),u=i(9);n.exports=function(n){return r(u(n))}},function(n){var t={}.toString;n.exports=function(n){return t.call(n).slice(8,-1)}},function(n,t,i){var r=i(8),u=Math.min;n.exports=function(n){return n>0?u(r(n),9007199254740991):0}},function(n,t,i){var r=i(1),u=r["__core-js_shared__"]||(r["__core-js_shared__"]={});n.exports=function(n){return u[n]||(u[n]={})}},function(n){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(n,t,i){var u=i(5).f,f=i(2),r=i(0)("toStringTag");n.exports=function(n,t,i){n&&!f(n=i?n:n.prototype,r)&&u(n,r,{configurable:!0,value:t})}},function(n,t,i){var r=i(9);n.exports=function(n){return Object(r(n))}},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}function f(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}var u;Object.defineProperty(t,"__esModule",{value:!0});t.default=void 0;i(28);var e=r(i(53)),o=r(i(54)),s=r(i(56));i(57);Object.assign=i(58);u=function(){function n(t,i){(function(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");})(this,n);this.el=t;this.dragOffset={x:0,y:0};this.isVisible={x:!0,y:!0};this.scrollOffsetAttr={x:"scrollLeft",y:"scrollTop"};this.sizeAttr={x:"offsetWidth",y:"offsetHeight"};this.scrollSizeAttr={x:"scrollWidth",y:"scrollHeight"};this.offsetAttr={x:"left",y:"top"};this.options=Object.assign({},n.defaultOptions,i);this.classNames=this.options.classNames;this.scrollbarWidth=e.default();this.offsetSize=20;this.flashScrollbar=this.flashScrollbar.bind(this);this.onDragY=this.onDragY.bind(this);this.onDragX=this.onDragX.bind(this);this.onScrollY=this.onScrollY.bind(this);this.onScrollX=this.onScrollX.bind(this);this.drag=this.drag.bind(this);this.onEndDrag=this.onEndDrag.bind(this);this.onMouseEnter=this.onMouseEnter.bind(this);this.recalculate=o.default(this.recalculate,100,{leading:!0});this.init()}return function(n,t,i){t&&f(n.prototype,t);i&&f(n,i)}(n,[{key:"init",value:function(){this.el.SimpleBar=this;this.initDOM();this.scrollbarX=this.trackX.querySelector(".".concat(this.classNames.scrollbar));this.scrollbarY=this.trackY.querySelector(".".concat(this.classNames.scrollbar));this.isRtl="rtl"===getComputedStyle(this.contentEl).direction;this.scrollContentEl.style[this.isRtl?"paddingLeft":"paddingRight"]="".concat(this.scrollbarWidth||this.offsetSize,"px");this.scrollContentEl.style.marginBottom="-".concat(2*this.scrollbarWidth||this.offsetSize,"px");this.contentEl.style.paddingBottom="".concat(this.scrollbarWidth||this.offsetSize,"px");0!==this.scrollbarWidth&&(this.contentEl.style[this.isRtl?"marginLeft":"marginRight"]="-".concat(this.scrollbarWidth,"px"));this.recalculate();this.initListeners()}},{key:"initDOM",value:function(){var i=this,n,t;if(Array.from(this.el.children).filter(function(n){return n.classList.contains(i.classNames.scrollContent)}).length)this.trackX=this.el.querySelector(".".concat(this.classNames.track,".horizontal")),this.trackY=this.el.querySelector(".".concat(this.classNames.track,".vertical")),this.scrollContentEl=this.el.querySelector(".".concat(this.classNames.scrollContent)),this.contentEl=this.el.querySelector(".".concat(this.classNames.content));else{for(this.scrollContentEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.scrollContentEl.classList.add(this.classNames.scrollContent),this.contentEl.classList.add(this.classNames.content);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.scrollContentEl.appendChild(this.contentEl);this.el.appendChild(this.scrollContentEl)}this.trackX&&this.trackY||(n=document.createElement("div"),t=document.createElement("div"),n.classList.add(this.classNames.track),t.classList.add(this.classNames.scrollbar),n.appendChild(t),this.trackX=n.cloneNode(!0),this.trackX.classList.add("horizontal"),this.trackY=n.cloneNode(!0),this.trackY.classList.add("vertical"),this.el.insertBefore(this.trackX,this.el.firstChild),this.el.insertBefore(this.trackY,this.el.firstChild));this.el.setAttribute("data-simplebar","init")}},{key:"initListeners",value:function(){var n=this;this.options.autoHide&&this.el.addEventListener("mouseenter",this.onMouseEnter);this.scrollbarY.addEventListener("mousedown",this.onDragY);this.scrollbarX.addEventListener("mousedown",this.onDragX);this.scrollContentEl.addEventListener("scroll",this.onScrollY);this.contentEl.addEventListener("scroll",this.onScrollX);"undefined"!=typeof MutationObserver&&(this.mutationObserver=new MutationObserver(function(t){t.forEach(function(t){(n.isChildNode(t.target)||t.addedNodes.length)&&n.recalculate()})}),this.mutationObserver.observe(this.el,{attributes:!0,childList:!0,characterData:!0,subtree:!0}));this.resizeObserver=new s.default(this.recalculate.bind(this));this.resizeObserver.observe(this.el)}},{key:"removeListeners",value:function(){this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter);this.scrollbarX.removeEventListener("mousedown",this.onDragX);this.scrollbarY.removeEventListener("mousedown",this.onDragY);this.scrollContentEl.removeEventListener("scroll",this.onScrollY);this.contentEl.removeEventListener("scroll",this.onScrollX);this.mutationObserver.disconnect();this.resizeObserver.disconnect()}},{key:"onDragX",value:function(n){this.onDrag(n,"x")}},{key:"onDragY",value:function(n){this.onDrag(n,"y")}},{key:"onDrag",value:function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y",i,r;n.preventDefault();i="y"===t?this.scrollbarY:this.scrollbarX;r="y"===t?n.pageY:n.pageX;this.dragOffset[t]=r-i.getBoundingClientRect()[this.offsetAttr[t]];this.currentAxis=t;document.addEventListener("mousemove",this.drag);document.addEventListener("mouseup",this.onEndDrag)}},{key:"drag",value:function(n){var i,t,r,u;n.preventDefault();"y"===this.currentAxis?(i=n.pageY,t=this.trackY,r=this.scrollContentEl):(i=n.pageX,t=this.trackX,r=this.contentEl);u=i-t.getBoundingClientRect()[this.offsetAttr[this.currentAxis]]-this.dragOffset[this.currentAxis];r[this.scrollOffsetAttr[this.currentAxis]]=u/t[this.sizeAttr[this.currentAxis]]*this.contentEl[this.scrollSizeAttr[this.currentAxis]]}},{key:"onEndDrag",value:function(){document.removeEventListener("mousemove",this.drag);document.removeEventListener("mouseup",this.onEndDrag)}},{key:"resizeScrollbar",value:function(){var u,n,f,r,t,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";"x"===i?(u=this.trackX,n=this.scrollbarX,f=this.contentEl[this.scrollOffsetAttr[i]],r=this.contentSizeX,t=this.scrollbarXSize):(u=this.trackY,n=this.scrollbarY,f=this.scrollContentEl[this.scrollOffsetAttr[i]],r=this.contentSizeY,t=this.scrollbarYSize);var s=t/r,h=f/(r-t),e=Math.max(~~(s*t),this.options.scrollbarMinSize),o=~~((t-e)*h);this.isVisible[i]=t<r;this.isVisible[i]||this.options.forceVisible?(u.style.visibility="visible",n.style.visibility=this.options.forceVisible?"hidden":"visible","x"===i?(n.style.left="".concat(o,"px"),n.style.width="".concat(e,"px")):(n.style.top="".concat(o,"px"),n.style.height="".concat(e,"px"))):u.style.visibility="hidden"}},{key:"onScrollX",value:function(){this.flashScrollbar("x")}},{key:"onScrollY",value:function(){this.flashScrollbar("y")}},{key:"onMouseEnter",value:function(){this.flashScrollbar("x");this.flashScrollbar("y")}},{key:"flashScrollbar",value:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.resizeScrollbar(n);this.showScrollbar(n)}},{key:"showScrollbar",value:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.isVisible[n]&&("x"===n?this.scrollbarX.classList.add("visible"):this.scrollbarY.classList.add("visible"),this.options.autoHide&&("number"==typeof this.flashTimeout&&window.clearTimeout(this.flashTimeout),this.flashTimeout=window.setTimeout(this.hideScrollbar.bind(this),1e3)))}},{key:"hideScrollbar",value:function(){this.scrollbarX.classList.remove("visible");this.scrollbarY.classList.remove("visible");"number"==typeof this.flashTimeout&&window.clearTimeout(this.flashTimeout)}},{key:"recalculate",value:function(){this.contentSizeX=this.contentEl[this.scrollSizeAttr.x];this.contentSizeY=this.contentEl[this.scrollSizeAttr.y]-(this.scrollbarWidth||this.offsetSize);this.scrollbarXSize=this.trackX[this.sizeAttr.x];this.scrollbarYSize=this.trackY[this.sizeAttr.y];this.resizeScrollbar("x");this.resizeScrollbar("y");this.options.autoHide||(this.showScrollbar("x"),this.showScrollbar("y"))}},{key:"getScrollElement",value:function(){return"y"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y")?this.scrollContentEl:this.contentEl}},{key:"getContentElement",value:function(){return this.contentEl}},{key:"unMount",value:function(){this.removeListeners();this.el.SimpleBar=null}},{key:"isChildNode",value:function(n){return null!==n&&(n===this.el||this.isChildNode(n.parentNode))}}],[{key:"initHtmlApi",value:function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this);"undefined"!=typeof MutationObserver&&(this.globalObserver=new MutationObserver(function(t){t.forEach(function(t){Array.from(t.addedNodes).forEach(function(t){1===t.nodeType&&(t.hasAttribute("data-simplebar")?!t.SimpleBar&&new n(t,n.getElOptions(t)):Array.from(t.querySelectorAll("[data-simplebar]")).forEach(function(t){t.SimpleBar||new n(t,n.getElOptions(t))}))});Array.from(t.removedNodes).forEach(function(n){1===n.nodeType&&(n.hasAttribute("data-simplebar")?n.SimpleBar&&n.SimpleBar.unMount():Array.from(n.querySelectorAll("[data-simplebar]")).forEach(function(n){n.SimpleBar&&n.SimpleBar.unMount()}))})})}),this.globalObserver.observe(document,{childList:!0,subtree:!0}));"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements.bind(this)):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))}},{key:"getElOptions",value:function(t){return Object.keys(n.htmlAttributes).reduce(function(i,r){var u=n.htmlAttributes[r];return t.hasAttribute(u)&&(i[r]=JSON.parse(t.getAttribute(u)||!0)),i},{})}},{key:"removeObserver",value:function(){this.globalObserver.disconnect()}},{key:"initDOMLoadedElements",value:function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements);window.removeEventListener("load",this.initDOMLoadedElements);Array.from(document.querySelectorAll("[data-simplebar]")).forEach(function(t){t.SimpleBar||new n(t,n.getElOptions(t))})}},{key:"defaultOptions",get:function(){return{autoHide:!0,forceVisible:!1,classNames:{content:"simplebar-content",scrollContent:"simplebar-scroll-content",scrollbar:"simplebar-scrollbar",track:"simplebar-track"},scrollbarMinSize:25}}},{key:"htmlAttributes",get:function(){return{autoHide:"data-simplebar-auto-hide",forceVisible:"data-simplebar-force-visible",scrollbarMinSize:"data-simplebar-scrollbar-min-size"}}}]),n}();t.default=u;u.initHtmlApi()},function(n,t,i){i(29);i(46);n.exports=i(3).Array.from},function(n,t,i){"use strict";var r=i(30)(!0);i(31)(String,"String",function(n){this._t=String(n);this._i=0},function(){var n,t=this._t,i=this._i;return i>=t.length?{value:void 0,done:!0}:(n=r(t,i),this._i+=n.length,{value:n,done:!1})})},function(n,t,i){var r=i(8),u=i(9);n.exports=function(n){return function(t,i){var o,s,e=String(u(t)),f=r(i),h=e.length;return f<0||f>=h?n?"":void 0:(o=e.charCodeAt(f))<55296||o>56319||f+1===h||(s=e.charCodeAt(f+1))<56320||s>57343?n?e.charAt(f):o:n?e.slice(f,f+2):s-56320+(o-55296<<10)+65536}}},function(n,t,i){"use strict";var e=i(32),u=i(15),c=i(18),o=i(4),l=i(2),s=i(13),a=i(36),v=i(25),y=i(45),r=i(0)("iterator"),f=!([].keys&&"next"in[].keys()),h=function(){return this};n.exports=function(n,t,i,p,w,b,k){a(i,t,p);var nt,rt,tt,ut=function(n){if(!f&&n in d)return d[n];switch(n){case"keys":case"values":return function(){return new i(this,n)}}return function(){return new i(this,n)}},ot=t+" Iterator",ft="values"==w,et=!1,d=n.prototype,it=d[r]||d["@@iterator"]||w&&d[w],g=it||ut(w),ht=w?ft?ut("entries"):g:void 0,st="Array"==t&&d.entries||it;if(st&&(tt=y(st.call(new n)))!==Object.prototype&&tt.next&&(v(tt,ot,!0),e||l(tt,r)||o(tt,r,h)),ft&&it&&"values"!==it.name&&(et=!0,g=function(){return it.call(this)}),e&&!k||!f&&!et&&d[r]||o(d,r,g),s[t]=g,s[ot]=h,w)if(nt={values:ft?g:ut("values"),keys:b?g:ut("keys"),entries:ht},k)for(rt in nt)rt in d||c(d,rt,nt[rt]);else u(u.P+u.F*(f||et),t,nt);return nt}},function(n){n.exports=!1},function(n,t,i){n.exports=!i(7)&&!i(16)(function(){return 7!=Object.defineProperty(i(17)("div"),"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(10);n.exports=function(n,t){if(!r(n))return n;var i,u;if(t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n))||"function"==typeof(i=n.valueOf)&&!r(u=i.call(n))||!t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n)))return u;throw TypeError("Can't convert object to primitive value");}},function(n){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function!");return n}},function(n,t,i){"use strict";var u=i(37),f=i(11),e=i(25),r={};i(4)(r,i(0)("iterator"),function(){return this});n.exports=function(n,t,i){n.prototype=u(r,{next:f(1,i)});e(n,t+" Iterator")}},function(n,t,i){var e=i(6),o=i(38),f=i(24),s=i(14)("IE_PROTO"),u=function(){},r=function(){var n,t=i(17)("iframe"),u=f.length;for(t.style.display="none",i(44).appendChild(t),t.src="javascript:",(n=t.contentWindow.document).open(),n.write("<script>document.F=Object<\/script>"),n.close(),r=n.F;u--;)delete r.prototype[f[u]];return r()};n.exports=Object.create||function(n,t){var i;return null!==n?(u.prototype=e(n),i=new u,u.prototype=null,i[s]=n):i=r(),void 0===t?i:o(i,t)}},function(n,t,i){var r=i(5),u=i(6),f=i(39);n.exports=i(7)?Object.defineProperties:function(n,t){u(n);for(var i,e=f(t),s=e.length,o=0;s>o;)r.f(n,i=e[o++],t[i]);return n}},function(n,t,i){var r=i(40),u=i(24);n.exports=Object.keys||function(n){return r(n,u)}},function(n,t,i){var r=i(2),u=i(20),f=i(42)(!1),e=i(14)("IE_PROTO");n.exports=function(n,t){var i,s=u(n),h=0,o=[];for(i in s)i!=e&&r(s,i)&&o.push(i);for(;t.length>h;)r(s,i=t[h++])&&(~f(o,i)||o.push(i));return o}},function(n,t,i){var r=i(21);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return"String"==r(n)?n.split(""):Object(n)}},function(n,t,i){var r=i(20),u=i(22),f=i(43);n.exports=function(n){return function(t,i,e){var c,s=r(t),h=u(s.length),o=f(e,h);if(n&&i!=i){for(;h>o;)if((c=s[o++])!=c)return!0}else for(;h>o;o++)if((n||o in s)&&s[o]===i)return n||o||0;return!n&&-1}}},function(n,t,i){var r=i(8),u=Math.max,f=Math.min;n.exports=function(n,t){return(n=r(n))<0?u(n+t,0):f(n,t)}},function(n,t,i){var r=i(1).document;n.exports=r&&r.documentElement},function(n,t,i){var u=i(2),f=i(26),r=i(14)("IE_PROTO"),e=Object.prototype;n.exports=Object.getPrototypeOf||function(n){return n=f(n),u(n,r)?n[r]:"function"==typeof n.constructor&&n instanceof n.constructor?n.constructor.prototype:n instanceof Object?e:null}},function(n,t,i){"use strict";var f=i(19),r=i(15),e=i(26),o=i(47),s=i(48),h=i(22),u=i(49),c=i(50);r(r.S+r.F*!i(52)(function(n){Array.from(n)}),"Array",{from:function(n){var b,i,a,v,r=e(n),y="function"==typeof this?this:Array,k=arguments.length,l=k>1?arguments[1]:void 0,p=void 0!==l,t=0,w=c(r);if(p&&(l=f(l,k>2?arguments[2]:void 0,2)),null==w||y==Array&&s(w))for(i=new y(b=h(r.length));b>t;t++)u(i,t,p?l(r[t],t):r[t]);else for(v=w.call(r),i=new y;!(a=v.next()).done;t++)u(i,t,p?o(v,l,[a.value,t],!0):a.value);return i.length=t,i}})},function(n,t,i){var r=i(6);n.exports=function(n,t,i,u){try{return u?t(r(i)[0],i[1]):t(i)}catch(t){var f=n.return;throw void 0!==f&&r(f.call(n)),t;}}},function(n,t,i){var r=i(13),u=i(0)("iterator"),f=Array.prototype;n.exports=function(n){return void 0!==n&&(r.Array===n||f[u]===n)}},function(n,t,i){"use strict";var r=i(5),u=i(11);n.exports=function(n,t,i){t in n?r.f(n,t,u(0,i)):n[t]=i}},function(n,t,i){var r=i(51),u=i(0)("iterator"),f=i(13);n.exports=i(3).getIteratorMethod=function(n){if(null!=n)return n[u]||n["@@iterator"]||f[r(n)]}},function(n,t,i){var r=i(21),u=i(0)("toStringTag"),f="Arguments"==r(function(){return arguments}());n.exports=function(n){var t,i,e;return void 0===n?"Undefined":null===n?"Null":"string"==typeof(i=function(n,t){try{return n[t]}catch(n){}}(t=Object(n),u))?i:f?r(t):"Object"==(e=r(t))&&"function"==typeof t.callee?"Arguments":e}},function(n,t,i){var r=i(0)("iterator"),f=!1,u;try{u=[7][r]();u.return=function(){f=!0};Array.from(u,function(){throw 2;})}catch(n){}n.exports=function(n,t){var u,i,e;if(!t&&!f)return!1;u=!1;try{i=[7];e=i[r]();e.next=function(){return{done:u=!0}};i[r]=function(){return e};n(i)}catch(n){}return u}},function(n,t){var i,r;void 0!==(r="function"==typeof(i=function(){"use strict";return function(){if("undefined"==typeof document)return 0;var i,r=document.body,t=document.createElement("div"),n=t.style;return n.position="absolute",n.top=n.left="-9999px",n.width=n.height="100px",n.overflow="scroll",r.appendChild(t),i=t.offsetWidth-t.clientWidth,r.removeChild(t),i}})?i.apply(t,[]):i)&&(n.exports=r)},function(n,t,i){(function(t){function i(n){var t=typeof n;return!!n&&("object"==t||"function"==t)}function u(n){var t,r;return"number"==typeof n?n:function(n){return"symbol"==typeof n||function(n){return!!n&&"object"==typeof n}(n)&&y.call(n)==e}(n)?f:(i(n)&&(t="function"==typeof n.valueOf?n.valueOf():n,n=i(t)?t+"":t),"string"!=typeof n)?0===n?n:+n:(n=n.replace(o,""),r=h.test(n),r||c.test(n)?l(n.slice(2),r?2:8):s.test(n)?f:+n)}var f=NaN,e="[object Symbol]",o=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,h=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt,a="object"==typeof self&&self&&self.Object===Object&&self,v="object"==typeof t&&t&&t.Object===Object&&t||a||Function("return this")(),y=Object.prototype.toString,p=Math.max,w=Math.min,r=function(){return v.Date.now()};n.exports=function(n,t,f){function b(t){var i=s,r=h;return s=h=void 0,l=t,c=n.apply(r,i)}function it(n){return l=n,e=setTimeout(a,t),tt?b(n):c}function g(n){var i=n-o;return void 0===o||i>=t||i<0||y&&n-l>=v}function a(){var n=r();if(g(n))return nt(n);e=setTimeout(a,function(n){var i=t-(n-o);return y?w(i,v-(n-l)):i}(n))}function nt(n){return e=void 0,d&&s?b(n):(s=h=void 0,c)}function k(){var n=r(),i=g(n);if(s=arguments,h=this,o=n,i){if(void 0===e)return it(o);if(y)return e=setTimeout(a,t),b(o)}return void 0===e&&(e=setTimeout(a,t)),c}var s,h,v,c,e,o,l=0,tt=!1,y=!1,d=!0;if("function"!=typeof n)throw new TypeError("Expected a function");return t=u(t)||0,i(f)&&(tt=!!f.leading,v=(y="maxWait"in f)?p(u(f.maxWait)||0,t):v,d="trailing"in f?!!f.trailing:d),k.cancel=function(){void 0!==e&&clearTimeout(e);l=0;s=o=h=e=void 0},k.flush=function(){return void 0===e?c:nt(r())},k}}).call(t,i(55))},function(n){var t=function(){return this}();try{t=t||Function("return this")()||eval("this")}catch(n){"object"==typeof window&&(t=window)}n.exports=t},function(n,t){"use strict";function u(n){return parseFloat(n)||0}function c(n){return Array.prototype.slice.call(arguments,1).reduce(function(t,i){return t+u(n["border-"+i+"-width"])},0)}function f(n,t,i,r){return{x:n,y:t,width:i,height:r}}var l,r,o,e,a;Object.defineProperty(t,"__esModule",{value:!0});var v=function(){function n(n,t){var i=-1;return n.some(function(n,r){return n[0]===t&&(i=r,!0)}),i}return"undefined"!=typeof Map?Map:function(){function t(){this.__entries__=[]}var i={size:{}};return i.size.get=function(){return this.__entries__.length},t.prototype.get=function(t){var r=n(this.__entries__,t),i=this.__entries__[r];return i&&i[1]},t.prototype.set=function(t,i){var r=n(this.__entries__,t);~r?this.__entries__[r][1]=i:this.__entries__.push([t,i])},t.prototype.delete=function(t){var i=this.__entries__,r=n(i,t);~r&&i.splice(r,1)},t.prototype.has=function(t){return!!~n(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(n,t){var i,r,u;for(void 0===t&&(t=null),i=0,r=this.__entries__;i<r.length;i+=1)u=r[i],n.call(t,u[1],u[0])},Object.defineProperties(t.prototype,i),t}()}(),s="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,w="function"==typeof requestAnimationFrame?requestAnimationFrame:function(n){return setTimeout(function(){return n(Date.now())},1e3/60)},b=["top","right","bottom","left","width","height","size","weight"],k="undefined"!=typeof navigator&&/Trident\/.*rv:11/.test(navigator.userAgent),d="undefined"!=typeof MutationObserver&&!k,i=function(){this.connected_=!1;this.mutationEventsAdded_=!1;this.mutationsObserver_=null;this.observers_=[];this.onTransitionEnd_=this.onTransitionEnd_.bind(this);this.refresh=function(n){function f(){t&&(t=!1,n());i&&r()}function e(){w(f)}function r(){var n=Date.now();if(t){if(n-u<2)return;i=!0}else t=!0,i=!1,setTimeout(e,20);u=n}var t=!1,i=!1,u=0;return r}(this.refresh.bind(this))};i.prototype.addObserver=function(n){~this.observers_.indexOf(n)||this.observers_.push(n);this.connected_||this.connect_()};i.prototype.removeObserver=function(n){var t=this.observers_,i=t.indexOf(n);~i&&t.splice(i,1);!t.length&&this.connected_&&this.disconnect_()};i.prototype.refresh=function(){this.updateObservers_()&&this.refresh()};i.prototype.updateObservers_=function(){var n=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return n.forEach(function(n){return n.broadcastActive()}),n.length>0};i.prototype.connect_=function(){s&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),d?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)};i.prototype.disconnect_=function(){s&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)};i.prototype.onTransitionEnd_=function(n){var t=n.propertyName;b.some(function(n){return!!~t.indexOf(n)})&&this.refresh()};i.getInstance=function(){return this.instance_||(this.instance_=new i),this.instance_};i.instance_=null;var y=function(n,t){for(var i,r=0,u=Object.keys(t);r<u.length;r+=1)i=u[r],Object.defineProperty(n,i,{value:t[i],enumerable:!1,writable:!1,configurable:!0});return n},p=f(0,0,0,0),g="undefined"!=typeof SVGGraphicsElement?function(n){return n instanceof SVGGraphicsElement}:function(n){return n instanceof SVGElement&&"function"==typeof n.getBBox},h=function(n){this.broadcastWidth=0;this.broadcastHeight=0;this.contentRect_=f(0,0,0,0);this.target=n};h.prototype.isActive=function(){var n=function(n){return s?g(n)?function(n){var t=n.getBBox();return f(0,0,t.width,t.height)}(n):function(n){var o=n.clientWidth,s=n.clientHeight,h,l;if(!o&&!s)return p;var t=getComputedStyle(n),i=function(n){for(var t,r={},i=0,f=["top","right","bottom","left"];i<f.length;i+=1)t=f[i],r[t]=u(n["padding-"+t]);return r}(t),a=i.left+i.right,v=i.top+i.bottom,r=u(t.width),e=u(t.height);return("border-box"===t.boxSizing&&(Math.round(r+a)!==o&&(r-=c(t,"left","right")+a),Math.round(e+v)!==s&&(e-=c(t,"top","bottom")+v)),function(n){return n===document.documentElement}(n))||(h=Math.round(r+a)-o,l=Math.round(e+v)-s,1!==Math.abs(h)&&(r-=h),1!==Math.abs(l)&&(e-=l)),f(i.left,i.top,r,e)}(n):p}(this.target);return this.contentRect_=n,n.width!==this.broadcastWidth||n.height!==this.broadcastHeight};h.prototype.broadcastRect=function(){var n=this.contentRect_;return this.broadcastWidth=n.width,this.broadcastHeight=n.height,n};l=function(n,t){var i=function(n){var t=n.x,i=n.y,r=n.width,u=n.height,e="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,f=Object.create(e.prototype);return y(f,{x:t,y:i,width:r,height:u,top:i,right:t+r,bottom:u+i,left:t}),f}(t);y(this,{target:n,contentRect:i})};r=function(n,t,i){if("function"!=typeof n)throw new TypeError("The callback provided as parameter 1 is not a function.");this.activeObservations_=[];this.observations_=new v;this.callback_=n;this.controller_=t;this.callbackCtx_=i};r.prototype.observe=function(n){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(n instanceof Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(n)||(t.set(n,new h(n)),this.controller_.addObserver(this),this.controller_.refresh())}};r.prototype.unobserve=function(n){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(n instanceof Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(n)&&(t.delete(n),t.size||this.controller_.removeObserver(this))}};r.prototype.disconnect=function(){this.clearActive();this.observations_.clear();this.controller_.removeObserver(this)};r.prototype.gatherActive=function(){var n=this;this.clearActive();this.observations_.forEach(function(t){t.isActive()&&n.activeObservations_.push(t)})};r.prototype.broadcastActive=function(){if(this.hasActive()){var n=this.callbackCtx_,t=this.activeObservations_.map(function(n){return new l(n.target,n.broadcastRect())});this.callback_.call(n,t,n);this.clearActive()}};r.prototype.clearActive=function(){this.activeObservations_.splice(0)};r.prototype.hasActive=function(){return this.activeObservations_.length>0};o="undefined"!=typeof WeakMap?new WeakMap:new v;e=function(n){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=i.getInstance(),u=new r(n,t,this);o.set(this,u)};["observe","unobserve","disconnect"].forEach(function(n){e.prototype[n]=function(){return(t=o.get(this))[n].apply(t,arguments);var t}});a="undefined"!=typeof ResizeObserver?ResizeObserver:e;t.default=a},function(){},function(n){"use strict";function i(n){if(null==n)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(n)}var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable;n.exports=function(){var i,t,n,r;try{if(!Object.assign||(i=new String("abc"),i[5]="de","5"===Object.getOwnPropertyNames(i)[0]))return!1;for(t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;return"0123456789"!==Object.getOwnPropertyNames(t).map(function(n){return t[n]}).join("")?!1:(r={},"abcdefghijklmnopqrst".split("").forEach(function(n){r[n]=n}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join(""))}catch(i){return!1}}()?Object.assign:function(n){for(var f,o,s,e,h=i(n),c=1;c<arguments.length;c++){for(s in f=Object(arguments[c]))r.call(f,s)&&(h[s]=f[s]);if(t)for(o=t(f),e=0;e<o.length;e++)u.call(f,o[e])&&(h[o[e]]=f[o[e]])}return h}}]).default},GyLc:function(n,t,i){"use strict";function r(n){return n?1===n.length?n[0]:function(t){return n.reduce(function(n,t){return t(n)},t)}:u.noop}var u=i("gRDe");t.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r(t)};t.pipeFromArray=r},H0zL:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.exhaust=function(){return function(n){return n.lift(new r)}};r=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new u(n))},n}();u=function(n){function t(t){n.call(this,t);this.hasCompleted=!1;this.hasSubscription=!1}return f(t,n),t.prototype._next=function(n){this.hasSubscription||(this.hasSubscription=!0,this.add(o.subscribeToResult(this,n)))},t.prototype._complete=function(){this.hasCompleted=!0;this.hasSubscription||this.destination.complete()},t.prototype.notifyComplete=function(n){this.remove(n);this.hasSubscription=!1;this.hasCompleted&&this.destination.complete()},t}(e.OuterSubscriber)},HH2i:function(n,t,i){"use strict";var r=i("AZf1"),u=i("4BFK");r.Observable.prototype.skipWhile=u.skipWhile},HTvz:function(n,t,i){"use strict";var r=i("AZf1"),u=i("9Zpy");r.Observable.prototype.sample=u.sample},Hbpk:function(n,t,i){"use strict";var u=i("/WK6"),r=function(){function n(n){if(this.root=n,n.setImmediate&&"function"==typeof n.setImmediate)this.setImmediate=n.setImmediate.bind(n),this.clearImmediate=n.clearImmediate.bind(n);else{this.nextHandle=1;this.tasksByHandle={};this.currentlyRunningATask=!1;this.setImmediate=this.canUseProcessNextTick()?this.createProcessNextTickSetImmediate():this.canUsePostMessage()?this.createPostMessageSetImmediate():this.canUseMessageChannel()?this.createMessageChannelSetImmediate():this.canUseReadyStateChange()?this.createReadyStateChangeSetImmediate():this.createSetTimeoutSetImmediate();var t=function n(t){delete n.instance.tasksByHandle[t]};t.instance=this;this.clearImmediate=t}}return n.prototype.identify=function(n){return this.root.Object.prototype.toString.call(n)},n.prototype.canUseProcessNextTick=function(){return"[object process]"===this.identify(this.root.process)},n.prototype.canUseMessageChannel=function(){return Boolean(this.root.MessageChannel)},n.prototype.canUseReadyStateChange=function(){var n=this.root.document;return Boolean(n&&"onreadystatechange"in n.createElement("script"))},n.prototype.canUsePostMessage=function(){var n=this.root,t,i;return n.postMessage&&!n.importScripts?(t=!0,i=n.onmessage,n.onmessage=function(){t=!1},n.postMessage("","*"),n.onmessage=i,t):!1},n.prototype.partiallyApplied=function(n){for(var t,r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];return t=function n(){var t=n.handler;"function"==typeof t?t.apply(void 0,n.args):new Function(""+t)()},t.handler=n,t.args=r,t},n.prototype.addFromSetImmediateArguments=function(n){return this.tasksByHandle[this.nextHandle]=this.partiallyApplied.apply(void 0,n),this.nextHandle++},n.prototype.createProcessNextTickSetImmediate=function(){var n=function n(){var t=n.instance,i=t.addFromSetImmediateArguments(arguments);return t.root.process.nextTick(t.partiallyApplied(t.runIfPresent,i)),i};return n.instance=this,n},n.prototype.createPostMessageSetImmediate=function(){var n=this.root,i="setImmediate$"+n.Math.random()+"$",r=function r(t){var u=r.instance;t.source===n&&"string"==typeof t.data&&0===t.data.indexOf(i)&&u.runIfPresent(+t.data.slice(i.length))},t;return r.instance=this,n.addEventListener("message",r,!1),t=function n(){var t=n,u=t.messagePrefix,i=t.instance,r=i.addFromSetImmediateArguments(arguments);return i.root.postMessage(u+r,"*"),r},t.instance=this,t.messagePrefix=i,t},n.prototype.runIfPresent=function(n){if(this.currentlyRunningATask)this.root.setTimeout(this.partiallyApplied(this.runIfPresent,n),0);else{var t=this.tasksByHandle[n];if(t){this.currentlyRunningATask=!0;try{t()}finally{this.clearImmediate(n);this.currentlyRunningATask=!1}}}},n.prototype.createMessageChannelSetImmediate=function(){var t=this,i=new this.root.MessageChannel,n;return i.port1.onmessage=function(n){t.runIfPresent(n.data)},n=function t(){var n=t,r=n.channel,u=n.instance,i=u.addFromSetImmediateArguments(arguments);return r.port2.postMessage(i),i},n.channel=i,n.instance=this,n},n.prototype.createReadyStateChangeSetImmediate=function(){var n=function n(){var i=n.instance,e=i.root,r=e.document,u=r.documentElement,f=i.addFromSetImmediateArguments(arguments),t=r.createElement("script");return t.onreadystatechange=function(){i.runIfPresent(f);t.onreadystatechange=null;u.removeChild(t);t=null},u.appendChild(t),f};return n.instance=this,n},n.prototype.createSetTimeoutSetImmediate=function(){var n=function n(){var t=n.instance,i=t.addFromSetImmediateArguments(arguments);return t.root.setTimeout(t.partiallyApplied(t.runIfPresent,i),0),i};return n.instance=this,n},n}();t.ImmediateDefinition=r;t.Immediate=new r(u.root)},Ht43:function(n,t,i){"use strict";var r=i("AZf1"),u=i("4dTV");r.Observable.prototype.race=u.race},"I+lI":function(n,t,i){"use strict";var r=i("ast0");t.windowCount=function(n,t){return void 0===t&&(t=0),r.windowCount(n,t)(this)}},IAWd:function(n,t,i){"use strict";var r=i("gcf/");t.publish=function(n){return r.publish(n)(this)}},IEzG:function(n,t,i){"use strict";var r=i("2Wg+");t.withLatestFrom=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.withLatestFrom.apply(void 0,t)(this)}},IYeR:function(n,t,i){"use strict";var r=i("AZf1"),u=i("0jD2");r.Observable.prototype.count=u.count},Irel:function(n,t,i){"use strict";var e=i("/WK6"),o=i("foHw"),s=i("RGvf"),h=i("pYXR"),c=i("AZf1"),r=i("+2+e"),u=i("D2MY"),f=i("WU5C");t.subscribeToResult=function(n,t,i,l){var a=new u.InnerSubscriber(n,i,l),v,w,b,y,p,k;if(a.closed)return null;if(t instanceof c.Observable)return t._isScalar?(a.next(t.value),a.complete(),null):(a.syncErrorThrowable=!0,t.subscribe(a));if(o.isArrayLike(t)){for(v=0,w=t.length;v<w&&!a.closed;v++)a.next(t[v]);a.closed||a.complete()}else{if(s.isPromise(t))return t.then(function(n){a.closed||(a.next(n),a.complete())},function(n){return a.error(n)}).then(null,function(n){e.root.setTimeout(function(){throw n;})}),a;if(t&&"function"==typeof t[r.iterator])for(b=t[r.iterator]();;){if(y=b.next(),y.done){a.complete();break}if(a.next(y.value),a.closed)break}else if(t&&"function"==typeof t[f.observable]){if(p=t[f.observable](),"function"==typeof p.subscribe)return p.subscribe(new u.InnerSubscriber(n,i,l));a.error(new TypeError("Provided object does not correctly implement Symbol.observable"))}else k=h.isObject(t)?"an invalid object":"'"+t+"'",a.error(new TypeError("You provided "+k+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable."))}return null}},IwEe:function(n,t,i){"use strict";var r=i("q9sB");t._finally=function(n){return r.finalize(n)(this)}},"J//a":function(n,t,i){"use strict";var r=i("AZf1"),u=i("QCDQ");r.Observable.prototype.observeOn=u.observeOn},J9JT:function(n,t,i){var u=i("PBLz").__extends,f=i("g2Fv"),e=i("FXL7"),r;t.VirtualTimeScheduler=function(n){function t(t,i){var u=this;void 0===t&&(t=r);void 0===i&&(i=Number.POSITIVE_INFINITY);n.call(this,t,function(){return u.frame});this.maxFrames=i;this.frame=0;this.index=-1}return u(t,n),t.prototype.flush=function(){for(var t,n,i=this.actions,r=this.maxFrames;(n=i.shift())&&(this.frame=n.delay)<=r&&!(t=n.execute(n.state,n.delay)););if(t){for(;n=i.shift();)n.unsubscribe();throw t;}},t.frameTimeFactor=10,t}(e.AsyncScheduler);r=function(n){function t(t,i,r){void 0===r&&(r=t.index+=1);n.call(this,t,i);this.scheduler=t;this.work=i;this.index=r;this.active=!0;this.index=t.index=r}return u(t,n),t.prototype.schedule=function(i,r){if(void 0===r&&(r=0),!this.id)return n.prototype.schedule.call(this,i,r);this.active=!1;var u=new t(this.scheduler,this.work);return this.add(u),u.schedule(i,r)},t.prototype.requestAsyncId=function(n,i,r){void 0===r&&(r=0);this.delay=n.frame+r;var u=n.actions;return u.push(this),u.sort(t.sortActions),!0},t.prototype.recycleAsyncId=function(n,t,i){void 0===i&&(i=0)},t.prototype._execute=function(t,i){if(!0===this.active)return n.prototype._execute.call(this,t,i)},t.sortActions=function(n,t){return n.delay===t.delay?n.index===t.index?0:n.index>t.index?1:-1:n.delay>t.delay?1:-1},t}(f.AsyncAction);t.VirtualAction=r},JB8t:function(n,t,i){"use strict";var r=i("bIKf"),u=i("q+iv");t.asap=new u.AsapScheduler(r.AsapAction)},JLRC:function(n,t,i){"use strict";var r=i("AZf1"),u=i("/QDG");r.Observable.prototype.flatMapTo=u.mergeMapTo;r.Observable.prototype.mergeMapTo=u.mergeMapTo},JLi8:function(n,t,i){"use strict";var r=i("od+f");t.forkJoin=r.ForkJoinObservable.create},JWmB:function(n,t,i){"use strict";var r=i("AZf1"),u=i("2Go0");r.Observable.pairs=u.pairs},JX5i:function(n,t,i){var r=i("PBLz").__extends,f=i("AZf1"),e=i("Irel"),o=i("9jZZ"),u;t.UsingObservable=function(n){function t(t,i){n.call(this);this.resourceFactory=t;this.observableFactory=i}return r(t,n),t.create=function(n,i){return new t(n,i)},t.prototype._subscribe=function(n){var t,i=this.resourceFactory,r=this.observableFactory;try{return t=i(),new u(n,t,r)}catch(f){n.error(f)}},t}(f.Observable);u=function(n){function t(t,i,r){n.call(this,t);this.resource=i;this.observableFactory=r;t.add(i);this.tryUse()}return r(t,n),t.prototype.tryUse=function(){try{var n=this.observableFactory.call(this,this.resource);n&&this.add(e.subscribeToResult(this,n))}catch(t){this._error(t)}},t}(o.OuterSubscriber)},Jmzy:function(){},Jvmm:function(n,t,i){"use strict";var r=i("AZf1"),u=i("7lXC");r.Observable.prototype.isEmpty=u.isEmpty},K4Q0:function(n,t,i){"use strict";var r=i("AZf1"),u=i("KXV8");r.Observable.prototype.ignoreElements=u.ignoreElements},"KC+j":function(n,t,i){"use strict";var r=i("+WiC");t.concatMap=function(n,t){return r.concatMap(n,t)(this)}},KHtr:function(n,t,i){"use strict";var r=i("AZf1"),u=i("78Oa");r.Observable.ajax=u.ajax},KKCa:function(n){n.exports="function"==typeof Object.create?function(n,t){n.super_=t;n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}})}:function(n,t){n.super_=t;var i=function(){};i.prototype=t.prototype;n.prototype=new i;n.prototype.constructor=n}},KXV8:function(n,t,i){"use strict";var r=i("Tb5M");t.ignoreElements=function(){return r.ignoreElements()(this)}},Kc9Z:function(n,t,i){"use strict";var r=i("6fvh");t.min=function(n){return r.reduce("function"==typeof n?function(t,i){return n(t,i)<0?t:i}:function(n,t){return n<t?n:t})}},Kqb3:function(n,t,i){var e=i("PBLz").__extends,r=i("1uGz"),u,f;t.tap=function(n,t,i){return function(r){return r.lift(new u(n,t,i))}};u=function(){function n(n,t,i){this.nextOrObserver=n;this.error=t;this.complete=i}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.nextOrObserver,this.error,this.complete))},n}();f=function(n){function t(t,i,u,f){n.call(this,t);var e=new r.Subscriber(i,u,f);e.syncErrorThrowable=!0;this.add(e);this.safeSubscriber=e}return e(t,n),t.prototype._next=function(n){var t=this.safeSubscriber;t.next(n);t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.next(n)},t.prototype._error=function(n){var t=this.safeSubscriber;t.error(n);this.destination.error(t.syncErrorThrown?t.syncErrorValue:n)},t.prototype._complete=function(){var n=this.safeSubscriber;n.complete();n.syncErrorThrown?this.destination.error(n.syncErrorValue):this.destination.complete()},t}(r.Subscriber)},Kwcu:function(n,t,i){"use strict";var r=i("7c4m");t.retry=function(n){return void 0===n&&(n=-1),r.retry(n)(this)}},"L/jt":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("2fIB"),r,u;t.first=function(n,t,i){return function(u){return u.lift(new r(n,t,i,u))}};r=function(){function n(n,t,i,r){this.predicate=n;this.resultSelector=t;this.defaultValue=i;this.source=r}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.resultSelector,this.defaultValue,this.source))},n}();u=function(n){function t(t,i,r,u,f){n.call(this,t);this.predicate=i;this.resultSelector=r;this.defaultValue=u;this.source=f;this.index=0;this.hasCompleted=!1;this._emitted=!1}return f(t,n),t.prototype._next=function(n){var t=this.index++;this.predicate?this._tryPredicate(n,t):this._emit(n,t)},t.prototype._tryPredicate=function(n,t){var i;try{i=this.predicate(n,t,this.source)}catch(r){return void this.destination.error(r)}i&&this._emit(n,t)},t.prototype._emit=function(n,t){this.resultSelector?this._tryResultSelector(n,t):this._emitFinal(n)},t.prototype._tryResultSelector=function(n,t){var i;try{i=this.resultSelector(n,t)}catch(r){return void this.destination.error(r)}this._emitFinal(i)},t.prototype._emitFinal=function(n){var t=this.destination;this._emitted||(this._emitted=!0,t.next(n),t.complete(),this.hasCompleted=!0)},t.prototype._complete=function(){var n=this.destination;this.hasCompleted||void 0===this.defaultValue?this.hasCompleted||n.error(new o.EmptyError):(n.next(this.defaultValue),n.complete())},t}(e.Subscriber)},LAU0:function(n,t){"use strict";t.identity=function(n){return n}},LLa1:function(n,t,i){"use strict";var r=i("zobD");t.buffer=function(n){return r.buffer(n)(this)}},LVa5:function(n,t,i){"use strict";var r=i("X/dC");t.share=function(){return r.share()(this)}},LWF9:function(n,t,i){"use strict";var r=i("/WK6"),u=i("/mOC");t.Map=r.root.Map||u.MapPolyfill},Lhs8:function(n,t,i){"use strict";var r=i("Kqb3");t._do=function(n,t,i){return r.tap(n,t,i)(this)}},Lj2B:function(n,t,i){"use strict";var r=i("hY8S");t._switch=function(){return r.switchAll()(this)}},LqmK:function(n,t,i){"use strict";var r=i("MdjT"),u=i("MdjT");t.mergeStatic=u.merge;t.merge=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return function(n){return n.lift.call(r.merge.apply(void 0,[n].concat(t)))}}},LvDl:function(n,t,i){(function(n){var r;(function(){function s(n,t,i){switch(i.length){case 0:return n.call(t);case 1:return n.call(t,i[0]);case 2:return n.call(t,i[0],i[1]);case 3:return n.call(t,i[0],i[1],i[2])}return n.apply(t,i)}function uf(n,t,i,r){for(var u,f=-1,e=null==n?0:n.length;++f<e;)u=n[f],t(r,u,i(u),n);return r}function c(n,t){for(var i=-1,r=null==n?0:n.length;++i<r&&!1!==t(n[i],i,n););return n}function ff(n,t){for(var i=null==n?0:n.length;i--&&!1!==t(n[i],i,n););return n}function or(n,t){for(var i=-1,r=null==n?0:n.length;++i<r;)if(!t(n[i],i,n))return!1;return!0}function b(n,t){for(var i,r=-1,f=null==n?0:n.length,e=0,u=[];++r<f;)i=n[r],t(i,r,n)&&(u[e++]=i);return u}function pt(n,t){return!(null==n||!n.length)&&g(n,t,0)>-1}function ui(n,t,i){for(var r=-1,u=null==n?0:n.length;++r<u;)if(i(t,n[r]))return!0;return!1}function e(n,t){for(var i=-1,r=null==n?0:n.length,u=Array(r);++i<r;)u[i]=t(n[i],i,n);return u}function k(n,t){for(var i=-1,r=t.length,u=n.length;++i<r;)n[u+i]=t[i];return n}function fi(n,t,i,r){var u=-1,f=null==n?0:n.length;for(r&&f&&(i=n[++u]);++u<f;)i=t(i,n[u],u,n);return i}function ef(n,t,i,r){var u=null==n?0:n.length;for(r&&u&&(i=n[--u]);u--;)i=t(i,n[u],u,n);return i}function ei(n,t){for(var i=-1,r=null==n?0:n.length;++i<r;)if(t(n[i],i,n))return!0;return!1}function sr(n,t,i){var r;return i(n,function(n,i,u){if(t(n,i,u))return r=i,!1}),r}function wt(n,t,i,r){for(var f=n.length,u=i+(r?1:-1);r?u--:++u<f;)if(t(n[u],u,n))return u;return-1}function g(n,t,i){return t==t?function(n,t,i){for(var r=i-1,u=n.length;++r<u;)if(n[r]===t)return r;return-1}(n,t,i):wt(n,hr,i)}function of(n,t,i,r){for(var u=i-1,f=n.length;++u<f;)if(r(n[u],t))return u;return-1}function hr(n){return n!=n}function cr(n,t){var i=null==n?0:n.length;return i?hi(n,t)/i:NaN}function oi(n){return function(t){if(null!=t)return t[n]}}function si(n){return function(t){if(null!=n)return n[t]}}function lr(n,t,i,r,u){return u(n,function(n,u,f){i=r?(r=!1,n):t(i,n,u,f)}),i}function hi(n,t){for(var i,r,u=-1,f=n.length;++u<f;)r=t(n[u]),void 0!==r&&(i=void 0===i?r:i+r);return i}function ci(n,t){for(var i=-1,r=Array(n);++i<n;)r[i]=t(i);return r}function h(n){return function(t){return n(t)}}function li(n,t){return e(t,function(t){return n[t]})}function ft(n,t){return n.has(t)}function ar(n,t){for(var i=-1,r=n.length;++i<r&&g(t,n[i],0)>-1;);return i}function vr(n,t){for(var i=n.length;i--&&g(t,n[i],0)>-1;);return i}function sf(n,t){for(var i=n.length,r=0;i--;)n[i]===t&&++r;return r}function hf(n){return"\\"+fo[n]}function nt(n){return to.test(n)}function ai(n){var i=-1,t=Array(n.size);return n.forEach(function(n,r){t[++i]=[r,n]}),t}function yr(n,t){return function(i){return n(t(i))}}function d(n,t){for(var r,i=-1,f=n.length,e=0,u=[];++i<f;)r=n[i],r!==t&&r!==kt||(n[i]=kt,u[e++]=i);return u}function vi(n,t){if("__proto__"!=t)return n[t]}function bt(n){var i=-1,t=Array(n.size);return n.forEach(function(n){t[++i]=n}),t}function cf(n){var i=-1,t=Array(n.size);return n.forEach(function(n){t[++i]=[n,n]}),t}function tt(n){return nt(n)?function(n){for(var t=fr.lastIndex=0;fr.test(n);)++t;return t}(n):lu(n)}function v(n){return nt(n)?function(n){return n.match(fr)||[]}(n):function(n){return n.split("")}(n)}var l="Expected a function",kt="__lodash_placeholder__",lf=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],it="[object Arguments]",dt="[object Array]",et="[object Boolean]",ot="[object Date]",gt="[object Error]",ni="[object Function]",pr="[object GeneratorFunction]",y="[object Map]",st="[object Number]",w="[object Object]",ht="[object RegExp]",p="[object Set]",ct="[object String]",ti="[object Symbol]",lt="[object WeakMap]",at="[object ArrayBuffer]",rt="[object DataView]",yi="[object Float32Array]",pi="[object Float64Array]",wi="[object Int8Array]",bi="[object Int16Array]",ki="[object Int32Array]",di="[object Uint8Array]",gi="[object Uint16Array]",nr="[object Uint32Array]",af=/\b__p \+= '';/g,vf=/\b(__p \+=) '' \+/g,yf=/(__e\(.*?\)|\b__t\)) \+\n'';/g,wr=/&(?:amp|lt|gt|quot|#39);/g,br=/[&<>"']/g,pf=RegExp(wr.source),wf=RegExp(br.source),bf=/<%-([\s\S]+?)%>/g,kf=/<%([\s\S]+?)%>/g,kr=/<%=([\s\S]+?)%>/g,df=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,gf=/^\w*$/,ne=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,tr=/[\\^$.*+?()[\]{}|]/g,te=RegExp(tr.source),dr=/^\s+|\s+$/g,gr=/^\s+/,ie=/\s+$/,re=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ue=/\{\n\/\* \[wrapped with (.+)\] \*/,fe=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,oe=/\\(\\)?/g,se=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,nu=/\w*$/,he=/^[-+]0x[0-9a-f]+$/i,ce=/^0b[01]+$/i,le=/^\[object .+?Constructor\]$/,ae=/^0o[0-7]+$/i,ve=/^(?:0|[1-9]\d*)$/,ye=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ii=/($^)/,pe=/['\n\r\u2028\u2029\\]/g,tu="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",iu="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ru="["+iu+"]",ri="["+tu+"]",uu="\\d+",fu="[a-z\\xdf-\\xf6\\xf8-\\xff]",eu="[^\\ud800-\\udfff"+iu+uu+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",ir="\\ud83c[\\udffb-\\udfff]",ou="[^\\ud800-\\udfff]",rr="(?:\\ud83c[\\udde6-\\uddff]){2}",ur="[\\ud800-\\udbff][\\udc00-\\udfff]",ut="[A-Z\\xc0-\\xd6\\xd8-\\xde]",su="(?:"+fu+"|"+eu+")",we="(?:"+ut+"|"+eu+")",hu="(?:"+ri+"|"+ir+")?",cu="[\\ufe0e\\ufe0f]?"+hu+"(?:\\u200d(?:"+[ou,rr,ur].join("|")+")[\\ufe0e\\ufe0f]?"+hu+")*",be="(?:"+["[\\u2700-\\u27bf]",rr,ur].join("|")+")"+cu,ke="(?:"+[ou+ri+"?",ri,rr,ur,"[\\ud800-\\udfff]"].join("|")+")",de=RegExp("['’]","g"),ge=RegExp(ri,"g"),fr=RegExp(ir+"(?="+ir+")|"+ke+cu,"g"),no=RegExp([ut+"?"+fu+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ru,ut,"$"].join("|")+")",we+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ru,ut+su,"$"].join("|")+")",ut+"?"+su+"+(?:['’](?:d|ll|m|re|s|t|ve))?",ut+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",uu,be].join("|"),"g"),to=RegExp("[\\u200d\\ud800-\\udfff"+tu+"\\ufe0e\\ufe0f]"),io=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ro=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],uo=-1,f={},u,lu,au,vu,yu,vt;f[yi]=f[pi]=f[wi]=f[bi]=f[ki]=f[di]=f["[object Uint8ClampedArray]"]=f[gi]=f[nr]=!0;f[it]=f[dt]=f[at]=f[et]=f[rt]=f[ot]=f[gt]=f[ni]=f[y]=f[st]=f[w]=f[ht]=f[p]=f[ct]=f[lt]=!1;u={};u[it]=u[dt]=u[at]=u[rt]=u[et]=u[ot]=u[yi]=u[pi]=u[wi]=u[bi]=u[ki]=u[y]=u[st]=u[w]=u[ht]=u[p]=u[ct]=u[ti]=u[di]=u["[object Uint8ClampedArray]"]=u[gi]=u[nr]=!0;u[gt]=u[ni]=u[lt]=!1;var fo={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},eo=parseFloat,oo=parseInt,pu="object"==typeof global&&global&&global.Object===Object&&global,so="object"==typeof self&&self&&self.Object===Object&&self,o=pu||so||Function("return this")(),wu=t&&!t.nodeType&&t,yt=wu&&"object"==typeof n&&n&&!n.nodeType&&n,bu=yt&&yt.exports===wu,er=bu&&pu.process,a=function(){try{return yt&&yt.require&&yt.require("util").types||er&&er.binding&&er.binding("util")}catch(n){}}(),ku=a&&a.isArrayBuffer,du=a&&a.isDate,gu=a&&a.isMap,nf=a&&a.isRegExp,tf=a&&a.isSet,rf=a&&a.isTypedArray;lu=oi("length");au=si({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","Ĳ":"IJ","ĳ":"ij","Œ":"Oe","œ":"oe","ŉ":"'n","ſ":"s"});vu=si({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});yu=si({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});vt=function n(t){function i(n){if(fr(n)&&!a(n)&&!(n instanceof ri)){if(n instanceof ho)return n;if(ir.call(n,"__wrapped__"))return bw(n)}return new ho(n)}function gh(){}function ho(n,t){this.__wrapped__=n;this.__actions__=[];this.__chain__=!!t;this.__index__=0;this.__values__=void 0}function ri(n){this.__wrapped__=n;this.__actions__=[];this.__dir__=1;this.__filtered__=!1;this.__iteratees__=[];this.__takeCount__=4294967295;this.__views__=[]}function hs(n){var i=-1,r=null==n?0:n.length,t;for(this.clear();++i<r;)t=n[i],this.set(t[0],t[1])}function po(n){var i=-1,r=null==n?0:n.length,t;for(this.clear();++i<r;)t=n[i],this.set(t[0],t[1])}function wo(n){var i=-1,r=null==n?0:n.length,t;for(this.clear();++i<r;)t=n[i],this.set(t[0],t[1])}function cs(n){var t=-1,i=null==n?0:n.length;for(this.__data__=new wo;++t<i;)this.add(n[t])}function co(n){var t=this.__data__=new po(n);this.size=t.size}function ay(n,t){var r=a(n),u=!r&&ps(n),f=!r&&!u&&us(n),o=!r&&!u&&!f&&uh(n),s=r||u||f||o,e=s?ci(n.length,ig):[],h=e.length,i;for(i in n)!t&&!ir.call(n,i)||s&&("length"==i||f&&("offset"==i||"parent"==i)||o&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||ns(i,h))||e.push(i);return e}function vy(n){var t=n.length;if(t)return n[oa(0,t-1)]}function cd(n,t){return vc(hu(n),ls(t,0,n.length))}function ld(n){return vc(hu(n))}function dl(n,t,i){(void 0===i||lo(n[t],i))&&(void 0!==i||t in n)||bo(n,t,i)}function fh(n,t,i){var r=n[t];ir.call(n,t)&&lo(r,i)&&(void 0!==i||t in n)||bo(n,t,i)}function nc(n,t){for(var i=n.length;i--;)if(lo(n[i][0],t))return i;return-1}function ad(n,t,i,r){return rs(n,function(n,u,f){t(r,n,i(n),f)}),r}function yy(n,t){return n&&vo(t,ru(t),n)}function bo(n,t,i){"__proto__"==t&&sl?sl(n,t,{configurable:!0,enumerable:!0,value:i,writable:!0}):n[t]=i}function gl(n,t){for(var i=-1,r=t.length,u=tu(r),f=null==n;++i<r;)u[i]=f?void 0:uv(n,t[i]);return u}function ls(n,t,i){return n==n&&(void 0!==i&&(n=n<=i?n:i),void 0!==t&&(n=n>=t?n:t)),n}function be(n,t,i,r,f,e){var o,h=1&t,l=2&t,g=4&t,v,s,b,k,d;if(i&&(o=f?i(n,r,f,e):i(n)),void 0!==o)return o;if(!ur(n))return n;if(v=a(n),v){if(o=function(n){var i=n.length,t=new n.constructor(i);return i&&"string"==typeof n[0]&&ir.call(n,"index")&&(t.index=n.index,t.input=n.input),t}(n),!h)return hu(n,o)}else{if(s=eu(n),b=s==ni||s==pr,us(n))return vp(n,h);if(s==w||s==it||b&&!f){if(o=l||b?{}:cw(n),!h)return l?function(n,t){return vo(n,fd(n),t)}(n,function(n,t){return n&&vo(t,lu(t),n)}(o,n)):function(n,t){return vo(n,oy(n),t)}(n,yy(o,n))}else{if(!u[s])return f?n:{};o=function(n,t,i){var r=n.constructor;switch(t){case at:return ya(n);case et:case ot:return new r(+n);case rt:return function(n,t){var i=t?ya(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.byteLength)}(n,i);case yi:case pi:case wi:case bi:case ki:case di:case"[object Uint8ClampedArray]":case gi:case nr:return yp(n,i);case y:return new r;case st:case ct:return new r(n);case ht:return function(n){var t=new n.constructor(n.source,nu.exec(n));return t.lastIndex=n.lastIndex,t}(n);case p:return new r;case ti:return kh?rr(kh.call(n)):{}}}(n,s,h)}}return(e||(e=new co),k=e.get(n),k)?k:(e.set(n,o),ry(n))?(n.forEach(function(r){o.add(be(r,t,i,r,n,e))}),o):iy(n)?(n.forEach(function(r,u){o.set(u,be(r,t,i,u,n,e))}),o):(d=v?void 0:(g?l?ka:ba:l?lu:ru)(n),c(d||n,function(r,u){d&&(r=n[u=r]);fh(o,u,be(r,t,i,u,n,e))}),o)}function py(n,t,i){var u=i.length,r,f;if(null==n)return!u;for(n=rr(n);u--;)if(r=i[u],f=n[r],void 0===f&&!(r in n)||!t[r](f))return!1;return!0}function wy(n,t,i){if("function"!=typeof n)throw new so(l);return dh(function(){n.apply(void 0,i)},t)}function eh(n,t,i,r){var a=-1,s=pt,c=!0,v=n.length,o=[],y=t.length,u,f,l;if(!v)return o;i&&(t=e(t,h(i)));r?(s=ui,c=!1):t.length>=200&&(s=ft,c=!1,t=new cs(t));n:for(;++a<v;)if(u=n[a],f=null==i?u:i(u),u=r||0!==u?u:0,c&&f==f){for(l=y;l--;)if(t[l]===f)continue n;o.push(u)}else s(t,f,r)||o.push(u);return o}function vd(n,t){var i=!0;return rs(n,function(n,r,u){return i=!!t(n,r,u)}),i}function tc(n,t,i){for(var u,r,f,e,o=-1,s=n.length;++o<s;)u=n[o],r=t(u),null!=r&&(void 0===f?r==r&&!we(r):i(r,f))&&(f=r,e=u);return e}function by(n,t){var i=[];return rs(n,function(n,r,u){t(n,r,u)&&i.push(n)}),i}function uu(n,t,i,r,u){var e=-1,o=n.length,f;for(i||(i=ng),u||(u=[]);++e<o;)f=n[e],t>0&&i(f)?t>1?uu(f,t-1,i,r,u):k(u,f):r||(u[u.length]=f);return u}function ao(n,t){return n&&vl(n,t,ru)}function na(n,t){return n&&bv(n,t,ru)}function ic(n,t){return b(t,function(t){return ts(n[t])})}function ws(n,t){for(var i=0,r=(t=es(t,n)).length;null!=n&&i<r;)n=n[yo(t[i++])];if(i&&i==r)return n}function ky(n,t,i){var r=t(n);return a(n)?r:k(r,i(n))}function ou(n){return null==n?void 0===n?"[object Undefined]":"[object Null]":ys&&ys in rr(n)?function(n){var r=ir.call(n,ys),u=n[ys],t,i;try{n[ys]=void 0;t=!0}catch(f){}return i=rl.call(n),t&&(r?n[ys]=u:delete n[ys]),i}(n):function(n){return rl.call(n)}(n)}function ta(n,t){return n>t}function yd(n,t){return null!=n&&ir.call(n,t)}function pd(n,t){return null!=n&&t in rr(n)}function ia(n,t,i){for(var u,l,s,f,o,a,w=i?ui:pt,b=n[0].length,v=n.length,r=v,y=tu(v),p=1/0,c=[];r--;)u=n[r],r&&t&&(u=e(u,h(t))),p=fu(u.length,p),y[r]=!i&&(t||b>=120&&u.length>=120)?new cs(r&&u):void 0;u=n[0];l=-1;s=y[0];n:for(;++l<b&&c.length<p;)if(f=u[l],o=t?t(f):f,f=i||0!==f?f:0,!(s?ft(s,o):w(c,o,i))){for(r=v;--r;)if(a=y[r],!(a?ft(a,o):w(n[r],o,i)))continue n;s&&s.push(o);c.push(f)}return c}function oh(n,t,i){var r=null==(n=yw(n,t=es(t,n)))?n:n[yo(to(t))];if(null!=r)return s(r,n,i)}function dy(n){return fr(n)&&ou(n)==it}function sh(n,t,i,r,u){return n===t||(null==n||null==t||!fr(n)&&!fr(t)?n!=n&&t!=t:function(n,t,i,r,u,f){var s=a(n),d=a(t),e=s?dt:eu(n),o=d?dt:eu(t),h=(e=e==it?w:e)==w,g=(o=o==it?w:o)==w,c=e==o,l,v,b,k;if(c&&us(n)){if(!us(t))return!1;s=!0;h=!1}return c&&!h?(f||(f=new co),s||uh(n)?sw(n,t,i,r,u,f):function(n,t,i,r,u,f,e){var o,s,h;switch(i){case rt:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer;t=t.buffer;case at:return!(n.byteLength!=t.byteLength||!f(new fl(n),new fl(t)));case et:case ot:case st:return lo(+n,+t);case gt:return n.name==t.name&&n.message==t.message;case ht:case ct:return n==t+"";case y:o=ai;case p:return(o||(o=bt),n.size!=t.size&&!(1&r))?!1:(s=e.get(n),s)?s==t:(r|=2,e.set(n,t),h=sw(o(n),o(t),r,u,f,e),e.delete(n),h);case ti:if(kh)return kh.call(n)==kh.call(t)}return!1}(n,t,e,i,r,u,f)):!(1&i)&&(l=h&&ir.call(n,"__wrapped__"),v=g&&ir.call(t,"__wrapped__"),l||v)?(b=l?n.value():n,k=v?t.value():t,f||(f=new co),u(b,k,i,r,f)):!!c&&(f||(f=new co),function(n,t,i,r,u,f){var v=1&i,p=ba(n),w=p.length,o,e,b,s,y,h,c,k,l,a;if(w!=ba(t).length&&!v)return!1;for(o=w;o--;)if(e=p[o],!(v?e in t:ir.call(t,e)))return!1;if(b=f.get(n),b&&f.get(t))return b==t;for(s=!0,f.set(n,t),f.set(t,n),y=v;++o<w;){if(h=n[e=p[o]],c=t[e],r&&(k=v?r(c,h,e,t,n,f):r(h,c,e,n,t,f)),!(void 0===k?h===c||u(h,c,i,r,f):k)){s=!1;break}y||(y="constructor"==e)}return s&&!y&&(l=n.constructor,a=t.constructor,l==a||!("constructor"in n)||!("constructor"in t)||"function"==typeof l&&l instanceof l&&"function"==typeof a&&a instanceof a||(s=!1)),f.delete(n),f.delete(t),s}(n,t,i,r,u,f))}(n,t,i,r,sh,u))}function ra(n,t,i,r){var f=i.length,c=f,l=!r,u,e,o;if(null==n)return!c;for(n=rr(n);f--;)if(u=i[f],l&&u[2]?u[1]!==n[u[0]]:!(u[0]in n))return!1;for(;++f<c;){var s=(u=i[f])[0],h=n[s],a=u[1];if(l&&u[2]){if(void 0===h&&!(s in n))return!1}else if(e=new co,r&&(o=r(h,a,s,n,t,e)),!(void 0===o?sh(a,h,3,r,e):o))return!1}return!0}function gy(n){return!(!ur(n)||(t=n,tk&&tk in t))&&(ts(n)?eg:le).test(vs(n));var t}function np(n){return"function"==typeof n?n:null==n?pu:"object"==typeof n?a(n)?rp(n[0],n[1]):ip(n):kb(n)}function ua(n){var i,t;if(!lh(n))return vg(n);i=[];for(t in rr(n))ir.call(n,t)&&"constructor"!=t&&i.push(t);return i}function fa(n,t){return n<t}function tp(n,t){var r=-1,i=cu(n)?tu(n.length):[];return rs(n,function(n,u,f){i[++r]=t(n,u,f)}),i}function ip(n){var t=da(n);return 1==t.length&&t[0][2]?aw(t[0][0],t[0][1]):function(i){return i===n||ra(i,n,t)}}function rp(n,t){return ga(n)&&lw(t)?aw(yo(n),t):function(i){var r=uv(i,n);return void 0===r&&r===t?fv(i,n):sh(t,r,3)}}function rc(n,t,i,r,u){n!==t&&vl(t,function(f,e){if(ur(f))u||(u=new co),function(n,t,i,r,u,f,e){var h=vi(n,i),o=vi(t,i),y=e.get(o),s,c;if(y)dl(n,i,y);else{if(s=f?f(h,o,i+"",n,t,e):void 0,c=void 0===s,c){var l=a(o),v=!l&&us(o),p=!l&&!v&&uh(o);s=o;l||v||p?a(h)?s=h:er(h)?s=hu(h):v?(c=!1,s=vp(o,!0)):p?(c=!1,s=yp(o,!0)):s=[]:ah(o)||ps(o)?(s=h,ps(h)?s=vb(h):(!ur(h)||r&&ts(h))&&(s=cw(o))):c=!1}c&&(e.set(o,s),u(s,o,r,f,e),e.delete(o));dl(n,i,s)}}(n,t,e,i,rc,r,u);else{var o=r?r(vi(n,e),f,e+"",n,t,u):void 0;void 0===o&&(o=f);dl(n,e,o)}},lu)}function up(n,t){var i=n.length;if(i)return ns(t+=t<0?i:0,i)?n[t]:void 0}function fp(n,t,i){var u=-1;return t=e(t.length?t:[pu],h(r())),function(n){var t=n.length;for(n.sort(function(n,t){return function(n,t,i){for(var u,r=-1,f=n.criteria,e=t.criteria,o=f.length,s=i.length;++r<o;)if(u=pp(f[r],e[r]),u)return r>=s?u:u*("desc"==i[r]?-1:1);return n.index-t.index}(n,t,i)});t--;)n[t]=n[t].value;return n}(tp(n,function(n){return{criteria:e(t,function(t){return t(n)}),index:++u,value:n}}))}function ep(n,t,i){for(var r,u,f=-1,o=t.length,e={};++f<o;)r=t[f],u=ws(n,r),i(u,r)&&hh(e,es(r,n),u);return e}function ea(n,t,i,r){var c=r?of:g,o=-1,l=t.length,u=n;for(n===t&&(t=hu(t)),i&&(u=e(n,h(i)));++o<l;)for(var f=0,s=t[o],a=i?i(s):s;(f=c(u,a,f,r))>-1;)u!==n&&ol.call(u,f,1),ol.call(n,f,1);return n}function op(n,t){for(var i,u,r=n?t.length:0,f=r-1;r--;)i=t[r],(r==f||i!==u)&&(u=i,ns(i)?ol.call(n,i,1):ca(n,i));return n}function oa(n,t){return n+cl(ek()*(t-n+1))}function sa(n,t){var i="";if(!n||t<1||t>9007199254740991)return i;do t%2&&(i+=n),(t=cl(t/2))&&(n+=n);while(t);return i}function yt(n,t){return sy(vw(n,t,pu),n+"")}function wd(n){return vy(gs(n))}function bd(n,t){var i=gs(n);return vc(i,ls(t,0,i.length))}function hh(n,t,i,r){var f,e,o;if(!ur(n))return n;for(var s=-1,h=(t=es(t,n)).length,c=h-1,u=n;null!=u&&++s<h;)f=yo(t[s]),e=i,s!=c&&(o=u[f],void 0===(e=r?r(o,f,u):void 0)&&(e=ur(o)?o:ns(t[s+1])?[]:{})),fh(u,f,e),u=u[f];return n}function kd(n){return vc(gs(n))}function ke(n,t,i){var u=-1,r=n.length,f;for(t<0&&(t=-t>r?0:r+t),(i=i>r?r:i)<0&&(i+=r),r=t>i?0:i-t>>>0,t>>>=0,f=tu(r);++u<r;)f[u]=n[u+t];return f}function dd(n,t){var i;return rs(n,function(n,r,u){return!(i=t(n,r,u))}),!!i}function uc(n,t,i){var f=0,r=null==n?f:n.length,e,u;if("number"==typeof t&&t==t&&r<=2147483647){for(;f<r;)e=f+r>>>1,u=n[e],null!==u&&!we(u)&&(i?u<=t:u<t)?f=e+1:r=e;return r}return ha(n,t,pu,i)}function ha(n,t,i,r){var l;t=i(t);for(var o=0,f=null==n?0:n.length,v=t!=t,y=null===t,p=we(t),w=void 0===t;o<f;){var s=cl((o+f)/2),u=i(n[s]),h=void 0!==u,c=null===u,e=u==u,a=we(u);l=v?r||e:w?e&&(r||h):y?e&&h&&(r||!c):p?e&&h&&!c&&(r||!a):!c&&!a&&(r?u<=t:u<t);l?o=s+1:f=s}return fu(f,4294967294)}function sp(n,t){for(var i,r,f,u=-1,o=n.length,s=0,e=[];++u<o;)i=n[u],r=t?t(i):i,u&&lo(r,f)||(f=r,e[s++]=0===i?0:i);return e}function hp(n){return"number"==typeof n?n:we(n)?NaN:+n}function wu(n){if("string"==typeof n)return n;if(a(n))return e(n,wu)+"";if(we(n))return ok?ok.call(n):"";var t=n+"";return"0"==t&&1/n==-1/0?"-0":t}function fs(n,t,i){var l=-1,o=pt,a=n.length,s=!0,e=[],r=e,h,u,f,c;if(i)s=!1,o=ui;else if(a>=200){if(h=t?null:lk(n),h)return bt(h);s=!1;o=ft;r=new cs}else r=t?[]:e;n:for(;++l<a;)if(u=n[l],f=t?t(u):u,u=i||0!==u?u:0,s&&f==f){for(c=r.length;c--;)if(r[c]===f)continue n;t&&r.push(f);e.push(u)}else o(r,f,i)||(r!==e&&r.push(f),e.push(u));return e}function ca(n,t){return null==(n=yw(n,t=es(t,n)))||delete n[yo(to(t))]}function cp(n,t,i,r){return hh(n,t,i(ws(n,t)),r)}function fc(n,t,i,r){for(var f=n.length,u=r?f:-1;(r?u--:++u<f)&&t(n[u],u,n););return i?ke(n,r?0:u,r?u+1:f):ke(n,r?u+1:0,r?f:u)}function lp(n,t){var i=n;return i instanceof ri&&(i=i.value()),fi(t,function(n,t){return t.func.apply(t.thisArg,k([n],t.args))},i)}function la(n,t,i){var u=n.length,r,f,o,e;if(u<2)return u?fs(n[0]):[];for(r=-1,f=tu(u);++r<u;)for(o=n[r],e=-1;++e<u;)e!=r&&(f[r]=eh(f[r]||o,n[e],t,i));return fs(uu(f,1),t,i)}function ap(n,t,i){for(var r=-1,f=n.length,e=t.length,u={};++r<f;)i(u,n[r],r<e?t[r]:void 0);return u}function aa(n){return er(n)?n:[]}function va(n){return"function"==typeof n?n:pu}function es(n,t){return a(n)?n:ga(n,t)?[n]:ny(si(n))}function os(n,t,i){var r=n.length;return i=void 0===i?r:i,!t&&i>=r?n:ke(n,t,i)}function vp(n,t){if(t)return n.slice();var i=n.length,r=ik?ik(i):new n.constructor(i);return n.copy(r),r}function ya(n){var t=new n.constructor(n.byteLength);return new fl(t).set(new fl(n)),t}function yp(n,t){var i=t?ya(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.length)}function pp(n,t){if(n!==t){var e=void 0!==n,o=null===n,i=n==n,r=we(n),s=void 0!==t,h=null===t,u=t==t,f=we(t);if(!h&&!f&&!r&&n>t||r&&s&&u&&!h&&!f||o&&s&&u||!e&&u||!i)return 1;if(!o&&!r&&!f&&n<t||f&&e&&i&&!o&&!r||h&&e&&i||!s&&i||!u)return-1}return 0}function wp(n,t,i,r){for(var u=-1,o=n.length,s=i.length,f=-1,h=t.length,c=iu(o-s,0),e=tu(h+c),l=!r;++f<h;)e[f]=t[f];for(;++u<s;)(l||u<o)&&(e[i[u]]=n[u]);for(;c--;)e[f++]=n[u++];return e}function bp(n,t,i,r){for(var e,u=-1,s=n.length,h=-1,c=i.length,o=-1,l=t.length,a=iu(s-c,0),f=tu(a+l),v=!r;++u<a;)f[u]=n[u];for(e=u;++o<l;)f[e+o]=t[o];for(;++h<c;)(v||u<s)&&(f[e+i[h]]=n[u++]);return f}function hu(n,t){var i=-1,r=n.length;for(t||(t=tu(r));++i<r;)t[i]=n[i];return t}function vo(n,t,i,r){var s=!i,e,o,u,f;for(i||(i={}),e=-1,o=t.length;++e<o;)u=t[e],f=r?r(i[u],n[u],u,i,n):void 0,void 0===f&&(f=n[u]),s?bo(i,u,f):fh(i,u,f);return i}function ec(n,t){return function(i,u){var f=a(i)?uf:ad,e=t?t():{};return f(i,n,r(u,2),e)}}function bs(n){return yt(function(t,i){var f=-1,r=i.length,u=r>1?i[r-1]:void 0,o=r>2?i[2]:void 0,e;for(u=n.length>3&&"function"==typeof u?(r--,u):void 0,o&&su(i[0],i[1],o)&&(u=r<3?void 0:u,r=1),t=rr(t);++f<r;)e=i[f],e&&n(t,e,f,u);return t})}function kp(n,t){return function(i,r){if(null==i)return i;if(!cu(i))return n(i,r);for(var f=i.length,u=t?f:-1,e=rr(i);(t?u--:++u<f)&&!1!==r(e[u],u,e););return i}}function dp(n){return function(t,i,r){for(var u,s=-1,f=rr(t),e=r(t),o=e.length;o--;)if(u=e[n?o:++s],!1===i(f[u],u,f))break;return t}}function gp(n){return function(t){var i=nt(t=si(t))?v(t):void 0,r=i?i[0]:t.charAt(0),u=i?os(i,1).join(""):t.slice(1);return r[n]()+u}}function ks(n){return function(t){return fi(bb(wb(t).replace(de,"")),n,"")}}function ch(n){return function(){var t=arguments,i,r;switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}return i=rh(n.prototype),r=n.apply(i,t),ur(r)?r:i}}function nw(n){return function(t,i,u){var e=rr(t),o,f;return cu(t)||(o=r(i,3),t=ru(t),i=function(n){return o(e[n],n,e)}),f=n(t,i,u),f>-1?e[o?t[f]:f]:void 0}}function tw(n){return go(function(t){var e=t.length,f=e,s=ho.prototype.thru,r,i,o,u;for(n&&t.reverse();f--;){if(r=t[f],"function"!=typeof r)throw new so(l);s&&!i&&"wrapper"==lc(r)&&(i=new ho([],!0))}for(f=i?f:e;++f<e;)o=lc(r=t[f]),u="wrapper"==o?yl(r):void 0,i=u&&nv(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?i[lc(u[0])].apply(i,u[3]):1==r.length&&nv(r)?i[o]():i.thru(r);return function(){var u=arguments,f=u[0],n,r;if(i&&1==u.length&&a(f))return i.plant(f).value();for(n=0,r=e?t[n].apply(this,u):f;++n<e;)r=t[n].call(this,r);return r}})}function oc(n,t,i,r,u,f,e,s,h,c){var y=128&t,p=1&t,v=2&t,l=24&t,w=512&t,b=v?void 0:ch(n);return function a(){for(var tt,ut,ft,it,nt,g=arguments.length,k=tu(g),rt=g;rt--;)k[rt]=arguments[rt];return(l&&(tt=ds(a),ut=sf(k,tt)),r&&(k=wp(k,r,u,l)),f&&(k=bp(k,f,e,l)),g-=ut,l&&g<c)?(ft=d(k,tt),uw(n,t,oc,a.placeholder,i,k,ft,s,h,c-g)):(it=p?i:this,nt=v?it[n]:n,g=k.length,s?k=tg(k,s):w&&g>1&&k.reverse(),y&&h<g&&(k.length=h),this&&this!==o&&this instanceof a&&(nt=b||ch(nt)),nt.apply(it,k))}}function iw(n,t){return function(i,r){return function(n,t,i,r){return ao(n,function(n,u,f){t(r,i(n),u,f)}),r}(i,n,t(r),{})}}function sc(n,t){return function(i,r){var u;if(void 0===i&&void 0===r)return t;if(void 0!==i&&(u=i),void 0!==r){if(void 0===u)return r;"string"==typeof i||"string"==typeof r?(i=wu(i),r=wu(r)):(i=hp(i),r=hp(r));u=n(i,r)}return u}}function pa(n){return go(function(t){return t=e(t,h(r())),yt(function(i){var r=this;return n(t,function(n){return s(n,r,i)})})})}function hc(n,t){var r=(t=void 0===t?" ":wu(t)).length,i;return r<2?r?sa(t,n):t:(i=sa(t,hl(n/tt(t))),nt(t)?os(v(i),0,n).join(""):i.slice(0,n))}function rw(n){return function(t,i,r){return r&&"number"!=typeof r&&su(t,i,r)&&(i=r=void 0),t=is(t),void 0===i?(i=t,t=0):i=is(i),function(n,t,i,r){for(var e=-1,u=iu(hl((t-n)/(i||1)),0),f=tu(u);u--;)f[r?u:++e]=n,n+=i;return f}(t,i,r=void 0===r?t<i?1:-1:is(r),n)}}function cc(n){return function(t,i){return"string"==typeof t&&"string"==typeof i||(t=fo(t),i=fo(i)),n(t,i)}}function uw(n,t,i,r,u,f,e,o,s,h){var c=8&t,a,l;return t|=c?32:64,4&(t&=~(c?64:32))||(t&=-4),a=[n,t,u,c?f:void 0,c?e:void 0,c?void 0:f,c?void 0:e,o,s,h],l=i.apply(void 0,a),nv(n)&&ed(l,a),l.placeholder=r,pw(l,n,t)}function wa(n){var t=nh[n];return function(n,i){if(n=fo(n),i=null==i?0:fu(ut(i),292)){var r=(si(n)+"e").split("e");return+((r=(si(t(r[0]+"e"+(+r[1]+i)))+"e").split("e"))[0]+"e"+(+r[1]-i))}return t(n)}}function fw(n){return function(t){var i=eu(t);return i==y?ai(t):i==p?cf(t):function(n,t){return e(t,function(t){return[t,n[t]]})}(t,n(t))}}function ko(n,t,i,r,u,f,e,h){var y=2&t,a,p,w,v,c,b;if(!y&&"function"!=typeof n)throw new so(l);return a=r?r.length:0,(a||(t&=-97,r=u=void 0),e=void 0===e?e:iu(ut(e),0),h=void 0===h?h:ut(h),a-=u?u.length:0,64&t)&&(p=r,w=u,r=u=void 0),v=y?void 0:yl(n),c=[n,t,i,r,u,p,w,f,e,h],b=(v&&function(n,t){var f=n[1],u=t[1],e=f|u,i,r;if(!(e<131||128==u&&8==f||128==u&&256==f&&n[7].length<=t[8]||384==u&&t[7].length<=t[8]&&8==f))return n;1&u&&(n[2]=t[2],e|=1&f?0:4);i=t[3];i&&(r=n[3],n[3]=r?wp(r,i,t[4]):i,n[4]=r?d(n[3],kt):t[4]);(i=t[5])&&(n[5]=(r=n[5])?bp(r,i,t[6]):i,n[6]=r?d(n[5],kt):t[6]);(i=t[7])&&(n[7]=i);128&u&&(n[8]=null==n[8]?t[8]:fu(n[8],t[8]));null==n[9]&&(n[9]=t[9]);n[0]=t[0];n[1]=e}(c,v),n=c[0],t=c[1],i=c[2],r=c[3],u=c[4],!(h=c[9]=void 0===c[9]?y?0:n.length:iu(c[9]-a,0))&&24&t&&(t&=-25),t&&1!=t)?8==t||16==t?function(n,t,i){var u=ch(n);return function r(){for(var h,a,f=arguments.length,e=tu(f),c=f,l=ds(r);c--;)e[c]=arguments[c];return(h=f<3&&e[0]!==l&&e[f-1]!==l?[]:d(e,l),(f-=h.length)<i)?uw(n,t,oc,r.placeholder,void 0,e,h,void 0,void 0,i-f):(a=this&&this!==o&&this instanceof r?u:n,s(a,this,e))}}(n,t,h):32!=t&&33!=t||u.length?oc.apply(void 0,c):function(n,t,i,r){var u=1&t,f=ch(n);return function t(){for(var a=-1,c=arguments.length,e=-1,l=r.length,h=tu(l+c),v=this&&this!==o&&this instanceof t?f:n;++e<l;)h[e]=r[e];for(;c--;)h[e++]=arguments[++a];return s(v,u?i:this,h)}}(n,t,i,r):function(n,t,i){var r=1&t,u=ch(n);return function t(){var f=this&&this!==o&&this instanceof t?u:n;return f.apply(r?i:this,arguments)}}(n,t,i),pw((v?kv:ed)(b,c),n,t)}function ew(n,t,i,r){return void 0===n||lo(n,th[i])&&!ir.call(r,i)?t:n}function ow(n,t,i,r,u,f){return ur(n)&&ur(t)&&(f.set(t,n),rc(n,t,void 0,ow,f),f.delete(t)),n}function gd(n){if(!ah(n))return n}function sw(n,t,i,r,u,f){var y=1&i,c=n.length,p=t.length,l,e,o,a;if(c!=p&&!(y&&p>c))return!1;if(l=f.get(n),l&&f.get(t))return l==t;var s=-1,h=!0,v=2&i?new cs:void 0;for(f.set(n,t),f.set(t,n);++s<c;){if(e=n[s],o=t[s],r&&(a=y?r(o,e,s,t,n,f):r(e,o,s,n,t,f)),void 0!==a){if(a)continue;h=!1;break}if(v){if(!ei(t,function(n,t){if(!ft(v,t)&&(e===n||u(e,n,i,r,f)))return v.push(t)})){h=!1;break}}else if(e!==o&&!u(e,o,i,r,f)){h=!1;break}}return f.delete(n),f.delete(t),h}function go(n){return sy(vw(n,void 0,gw),n+"")}function ba(n){return ky(n,ru,oy)}function ka(n){return ky(n,lu,fd)}function lc(n){for(var t,i,r=n.name+"",u=bh[r],f=ir.call(bh,r)?u.length:0;f--;)if(t=u[f],i=t.func,null==i||i==n)return t.name;return r}function ds(n){return(ir.call(i,"placeholder")?i:n).placeholder}function r(){var n=i.iteratee||ov;return n=n===ov?np:n,arguments.length?n(arguments[0],arguments[1]):n}function ac(n,t){var r,i,u=n.__data__;return("string"==(i=typeof(r=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==r:null===r)?u["string"==typeof t?"string":"hash"]:u.map}function da(n){for(var i,r,t=ru(n),u=t.length;u--;)i=t[u],r=n[i],t[u]=[i,r,lw(r)];return t}function as(n,t){var i=function(n,t){if(null!=n)return n[t]}(n,t);if(gy(i))return i}function hw(n,t,i){for(var u,f=-1,r=(t=es(t,n)).length,e=!1;++f<r;){if(u=yo(t[f]),!(e=null!=n&&i(n,u)))break;n=n[u]}return e||++f!=r?e:!!(r=null==n?0:n.length)&&kc(r)&&ns(u,r)&&(a(n)||ps(n))}function cw(n){return"function"!=typeof n.constructor||lh(n)?{}:rh(el(n))}function ng(n){return a(n)||ps(n)||!!(fk&&n&&n[fk])}function ns(n,t){var i=typeof n;return!!(t=null==t?9007199254740991:t)&&("number"==i||"symbol"!=i&&ve.test(n))&&n>-1&&n%1==0&&n<t}function su(n,t,i){if(!ur(i))return!1;var r=typeof t;return!!("number"==r?cu(i)&&ns(t,i.length):"string"==r&&t in i)&&lo(i[t],n)}function ga(n,t){if(a(n))return!1;var i=typeof n;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=n&&!we(n))||gf.test(n)||!df.test(n)||null!=t&&n in rr(t)}function nv(n){var u=lc(n),t=i[u],r;return"function"!=typeof t||!(u in ri.prototype)?!1:n===t?!0:(r=yl(t),!!r&&n===r[0])}function lh(n){var t=n&&n.constructor;return n===("function"==typeof t&&t.prototype||th)}function lw(n){return n==n&&!ur(n)}function aw(n,t){return function(i){return null!=i&&i[n]===t&&(void 0!==t||n in rr(i))}}function vw(n,t,i){return t=iu(void 0===t?n.length-1:t,0),function(){for(var u,f=arguments,r=-1,e=iu(f.length-t,0),o=tu(e);++r<e;)o[r]=f[t+r];for(r=-1,u=tu(t+1);++r<t;)u[r]=f[r];return u[t]=i(o),s(n,this,u)}}function yw(n,t){return t.length<2?n:ws(n,ke(t,0,-1))}function tg(n,t){for(var i,u=n.length,r=fu(t.length,u),f=hu(n);r--;)i=t[r],n[r]=ns(i,u)?f[i]:void 0;return n}function pw(n,t,i){var r=t+"";return sy(n,function(n,t){var i=t.length,r;return i?(r=i-1,t[r]=(i>1?"& ":"")+t[r],t=t.join(i>2?", ":" "),n.replace(re,"{\n/* [wrapped with "+t+"] */\n")):n}(r,function(n,t){return c(lf,function(i){var r="_."+i[0];t&i[1]&&!pt(n,r)&&n.push(r)}),n.sort()}(function(n){var t=n.match(ue);return t?t[1].split(fe):[]}(r),i)))}function ww(n){var t=0,i=0;return function(){var r=yg(),u=16-(r-i);if(i=r,u>0){if(++t>=800)return arguments[0]}else t=0;return n.apply(void 0,arguments)}}function vc(n,t){var i=-1,u=n.length,e=u-1,r,f;for(t=void 0===t?u:t;++i<t;)r=oa(i,e),f=n[r],n[r]=n[i],n[i]=f;return n.length=t,n}function yo(n){if("string"==typeof n||we(n))return n;var t=n+"";return"0"==t&&1/n==-1/0?"-0":t}function vs(n){if(null!=n){try{return il.call(n)}catch(t){}try{return n+""}catch(t){}}return""}function bw(n){if(n instanceof ri)return n.clone();var t=new ho(n.__wrapped__,n.__chain__);return t.__actions__=hu(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t}function kw(n,t,i){var f=null==n?0:n.length,u;return f?(u=null==i?0:ut(i),u<0&&(u=iu(f+u,0)),wt(n,r(t,3),u)):-1}function dw(n,t,i){var f=null==n?0:n.length,u;return f?(u=f-1,void 0!==i&&(u=ut(i),u=i<0?iu(f+u,0):fu(u,f-1)),wt(n,r(t,3),u,!0)):-1}function gw(n){return null!=n&&n.length?uu(n,1):[]}function nb(n){if(n&&n.length)return n[0]}function to(n){var t=null==n?0:n.length;if(t)return n[t-1]}function tb(n,t){return n&&n.length&&t&&t.length?ea(n,t):n}function tv(n){return null==n?n:wg.call(n)}function iv(n){if(!n||!n.length)return[];var t=0;return n=b(n,function(n){if(er(n))return t=iu(n.length,t),!0}),ci(t,function(t){return e(n,oi(t))})}function ib(n,t){if(!n||!n.length)return[];var i=iv(n);return null==t?i:e(i,function(n){return s(t,void 0,n)})}function rb(n){var t=i(n);return t.__chain__=!0,t}function yc(n,t){return t(n)}function ub(n,t){return(a(n)?c:rs)(n,r(t,3))}function fb(n,t){return(a(n)?ff:wv)(n,r(t,3))}function pc(n,t){return(a(n)?e:tp)(n,r(t,3))}function eb(n,t,i){return t=i?void 0:t,ko(n,128,void 0,void 0,void 0,void 0,t=n&&null==t?n.length:t)}function ob(n,t){var i;if("function"!=typeof t)throw new so(l);return n=ut(n),function(){return--n>0&&(i=t.apply(this,arguments)),n<=1&&(t=void 0),i}}function sb(n,t,i){function v(t){var i=f,r=e;return f=e=void 0,s=t,o=n.apply(r,i)}function d(n){return s=n,r=dh(h,t),k?v(n):o}function w(n){var i=n-u;return void 0===u||i>=t||i<0||a&&n-s>=c}function h(){var n=bl();if(w(n))return b(n);r=dh(h,function(n){var i=t-(n-u);return a?fu(i,c-(n-s)):i}(n))}function b(n){return r=void 0,p&&f?v(n):(f=e=void 0,o)}function y(){var n=bl(),i=w(n);if(f=arguments,e=this,u=n,i){if(void 0===r)return d(u);if(a)return r=dh(h,t),v(u)}return void 0===r&&(r=dh(h,t)),o}var f,e,c,o,r,u,s=0,k=!1,a=!1,p=!0;if("function"!=typeof n)throw new so(l);return t=fo(t)||0,ur(i)&&(k=!!i.leading,c=(a="maxWait"in i)?iu(fo(i.maxWait)||0,t):c,p="trailing"in i?!!i.trailing:p),y.cancel=function(){void 0!==r&&ck(r);s=0;f=u=e=r=void 0},y.flush=function(){return void 0===r?o:b(bl())},y}function wc(n,t){if("function"!=typeof n||null!=t&&"function"!=typeof t)throw new so(l);var i=function(){var u=arguments,f=t?t.apply(this,u):u[0],r=i.cache,e;return r.has(f)?r.get(f):(e=n.apply(this,u),i.cache=r.set(f,e)||r,e)};return i.cache=new(wc.Cache||wo),i}function bc(n){if("function"!=typeof n)throw new so(l);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}function lo(n,t){return n===t||n!=n&&t!=t}function cu(n){return null!=n&&kc(n.length)&&!ts(n)}function er(n){return fr(n)&&cu(n)}function rv(n){if(!fr(n))return!1;var t=ou(n);return t==gt||"[object DOMException]"==t||"string"==typeof n.message&&"string"==typeof n.name&&!ah(n)}function ts(n){if(!ur(n))return!1;var t=ou(n);return t==ni||t==pr||"[object AsyncFunction]"==t||"[object Proxy]"==t}function hb(n){return"number"==typeof n&&n==ut(n)}function kc(n){return"number"==typeof n&&n>-1&&n%1==0&&n<=9007199254740991}function ur(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}function fr(n){return null!=n&&"object"==typeof n}function cb(n){return"number"==typeof n||fr(n)&&ou(n)==st}function ah(n){var i,t;return!fr(n)||ou(n)!=w?!1:(i=el(n),null===i)?!0:(t=ir.call(i,"constructor")&&i.constructor,"function"==typeof t&&t instanceof t&&il.call(t)==ug)}function dc(n){return"string"==typeof n||!a(n)&&fr(n)&&ou(n)==ct}function we(n){return"symbol"==typeof n||fr(n)&&ou(n)==ti}function lb(n){if(!n)return[];if(cu(n))return dc(n)?v(n):hu(n);if(vh&&n[vh])return function(n){for(var t,i=[];!(t=n.next()).done;)i.push(t.value);return i}(n[vh]());var t=eu(n);return(t==y?ai:t==p?bt:gs)(n)}function is(n){return n?(n=fo(n))===1/0||n===-1/0?17976931348623157e292*(n<0?-1:1):n==n?n:0:0===n?n:0}function ut(n){var t=is(n),i=t%1;return t==t?i?t-i:t:0}function ab(n){return n?ls(ut(n),0,4294967295):0}function fo(n){var t,i;return"number"==typeof n?n:we(n)?NaN:(ur(n)&&(t="function"==typeof n.valueOf?n.valueOf():n,n=ur(t)?t+"":t),"string"!=typeof n)?0===n?n:+n:(n=n.replace(dr,""),i=ce.test(n),i||ae.test(n)?oo(n.slice(2),i?2:8):he.test(n)?NaN:+n)}function vb(n){return vo(n,lu(n))}function si(n){return null==n?"":wu(n)}function uv(n,t,i){var r=null==n?void 0:ws(n,t);return void 0===r?i:r}function fv(n,t){return null!=n&&hw(n,t,pd)}function ru(n){return cu(n)?ay(n):ua(n)}function lu(n){return cu(n)?ay(n,!0):function(n){var r,i,t;if(!ur(n))return function(n){var t=[],i;if(null!=n)for(i in rr(n))t.push(i);return t}(n);r=lh(n);i=[];for(t in n)("constructor"!=t||!r&&ir.call(n,t))&&i.push(t);return i}(n)}function yb(n,t){if(null==n)return{};var i=e(ka(n),function(n){return[n]});return t=r(t),ep(n,i,function(n,i){return t(n,i[0])})}function gs(n){return null==n?[]:li(n,ru(n))}function pb(n){return cy(si(n).toLowerCase())}function wb(n){return(n=si(n))&&n.replace(ye,au).replace(ge,"")}function bb(n,t,i){return n=si(n),void 0===(t=i?void 0:t)?function(n){return io.test(n)}(n)?function(n){return n.match(no)||[]}(n):function(n){return n.match(ee)||[]}(n):n.match(t)||[]}function ev(n){return function(){return n}}function pu(n){return n}function ov(n){return np("function"==typeof n?n:be(n,1))}function sv(n,t,i){var u=ru(t),r=ic(t,u),f,e;return null!=i||ur(t)&&(r.length||!u.length)||(i=t,t=n,n=this,r=ic(t,ru(t))),f=!(ur(i)&&"chain"in i&&!i.chain),e=ts(n),c(r,function(i){var r=t[i];n[i]=r;e&&(n.prototype[i]=function(){var i=this.__chain__,t,u;return f||i?(t=n(this.__wrapped__),u=t.__actions__=hu(this.__actions__),u.push({func:r,args:arguments,thisArg:n}),t.__chain__=i,t):r.apply(n,k([this.value()],arguments))})}),n}function hv(){}function kb(n){return ga(n)?oi(yo(n)):function(n){return function(t){return ws(t,n)}}(n)}function cv(){return[]}function lv(){return!1}var db,tu=(t=null==t?o:vt.defaults(o.Object(),t,vt.pick(o,ro))).Array,gc=t.Date,gb=t.Error,nk=t.Function,nh=t.Math,rr=t.Object,av=t.RegExp,ig=t.String,so=t.TypeError,nl=tu.prototype,th=rr.prototype,tl=t["__core-js_shared__"],il=nk.prototype.toString,ir=th.hasOwnProperty,rg=0,tk=(db=/[^.]+$/.exec(tl&&tl.keys&&tl.keys.IE_PROTO||""))?"Symbol(src)_1."+db:"",rl=th.toString,ug=il.call(rr),fg=o._,eg=av("^"+il.call(ir).replace(tr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ul=bu?t.Buffer:void 0,ss=t.Symbol,fl=t.Uint8Array,ik=ul?ul.allocUnsafe:void 0,el=yr(rr.getPrototypeOf,rr),rk=rr.create,uk=th.propertyIsEnumerable,ol=nl.splice,fk=ss?ss.isConcatSpreadable:void 0,vh=ss?ss.iterator:void 0,ys=ss?ss.toStringTag:void 0,sl=function(){try{var n=as(rr,"defineProperty");return n({},"",{}),n}catch(t){}}(),og=t.clearTimeout!==o.clearTimeout&&t.clearTimeout,sg=gc&&gc.now!==o.Date.now&&gc.now,hg=t.setTimeout!==o.setTimeout&&t.setTimeout,hl=nh.ceil,cl=nh.floor,vv=rr.getOwnPropertySymbols,cg=ul?ul.isBuffer:void 0,lg=t.isFinite,ag=nl.join,vg=yr(rr.keys,rr),iu=nh.max,fu=nh.min,yg=gc.now,pg=t.parseInt,ek=nh.random,wg=nl.reverse,yv=as(t,"DataView"),yh=as(t,"Map"),pv=as(t,"Promise"),ih=as(t,"Set"),ph=as(t,"WeakMap"),wh=as(rr,"create"),ll=ph&&new ph,bh={},bg=vs(yv),kg=vs(yh),dg=vs(pv),gg=vs(ih),nn=vs(ph),al=ss?ss.prototype:void 0,kh=al?al.valueOf:void 0,ok=al?al.toString:void 0,rh=function(){function n(){}return function(t){if(!ur(t))return{};if(rk)return rk(t);n.prototype=t;var i=new n;return n.prototype=void 0,i}}(),rs,wv,vl,bv,kv,sk,hk,ck,lk,yl,ak,dv,gv,ny,vk,yk,pl,ty,pk,wk,us,bk,iy,wl,ry,uy,fy,kk,ey,dk,gk,nd,td,id,rd,ud;i.templateSettings={escape:bf,evaluate:kf,interpolate:kr,variable:"",imports:{_:i}};(i.prototype=gh.prototype).constructor=i;(ho.prototype=rh(gh.prototype)).constructor=ho;(ri.prototype=rh(gh.prototype)).constructor=ri;hs.prototype.clear=function(){this.__data__=wh?wh(null):{};this.size=0};hs.prototype.delete=function(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t};hs.prototype.get=function(n){var t=this.__data__,i;return wh?(i=t[n],"__lodash_hash_undefined__"===i?void 0:i):ir.call(t,n)?t[n]:void 0};hs.prototype.has=function(n){var t=this.__data__;return wh?void 0!==t[n]:ir.call(t,n)};hs.prototype.set=function(n,t){var i=this.__data__;return this.size+=this.has(n)?0:1,i[n]=wh&&void 0===t?"__lodash_hash_undefined__":t,this};po.prototype.clear=function(){this.__data__=[];this.size=0};po.prototype.delete=function(n){var t=this.__data__,i=nc(t,n);return!(i<0||(i==t.length-1?t.pop():ol.call(t,i,1),--this.size,0))};po.prototype.get=function(n){var t=this.__data__,i=nc(t,n);if(!(i<0))return t[i][1]};po.prototype.has=function(n){return nc(this.__data__,n)>-1};po.prototype.set=function(n,t){var i=this.__data__,r=nc(i,n);return r<0?(++this.size,i.push([n,t])):i[r][1]=t,this};wo.prototype.clear=function(){this.size=0;this.__data__={hash:new hs,map:new(yh||po),string:new hs}};wo.prototype.delete=function(n){var t=ac(this,n).delete(n);return this.size-=t?1:0,t};wo.prototype.get=function(n){return ac(this,n).get(n)};wo.prototype.has=function(n){return ac(this,n).has(n)};wo.prototype.set=function(n,t){var i=ac(this,n),r=i.size;return i.set(n,t),this.size+=i.size==r?0:1,this};cs.prototype.add=cs.prototype.push=function(n){return this.__data__.set(n,"__lodash_hash_undefined__"),this};cs.prototype.has=function(n){return this.__data__.has(n)};co.prototype.clear=function(){this.__data__=new po;this.size=0};co.prototype.delete=function(n){var t=this.__data__,i=t.delete(n);return this.size=t.size,i};co.prototype.get=function(n){return this.__data__.get(n)};co.prototype.has=function(n){return this.__data__.has(n)};co.prototype.set=function(n,t){var i=this.__data__,r;if(i instanceof po){if(r=i.__data__,!yh||r.length<199)return r.push([n,t]),this.size=++i.size,this;i=this.__data__=new wo(r)}return i.set(n,t),this.size=i.size,this};rs=kp(ao);wv=kp(na,!0);vl=dp();bv=dp(!0);kv=ll?function(n,t){return ll.set(n,t),n}:pu;sk=sl?function(n,t){return sl(n,"toString",{configurable:!0,enumerable:!1,value:ev(t),writable:!0})}:pu;hk=yt;ck=og||function(n){return o.clearTimeout(n)};lk=ih&&1/bt(new ih([,-0]))[1]==1/0?function(n){return new ih(n)}:hv;yl=ll?function(n){return ll.get(n)}:hv;var oy=vv?function(n){return null==n?[]:(n=rr(n),b(vv(n),function(t){return uk.call(n,t)}))}:cv,fd=vv?function(n){for(var t=[];n;)k(t,oy(n)),n=el(n);return t}:cv,eu=ou;(yv&&eu(new yv(new ArrayBuffer(1)))!=rt||yh&&eu(new yh)!=y||pv&&"[object Promise]"!=eu(pv.resolve())||ih&&eu(new ih)!=p||ph&&eu(new ph)!=lt)&&(eu=function(n){var t=ou(n),i=t==w?n.constructor:void 0,r=i?vs(i):"";if(r)switch(r){case bg:return rt;case kg:return y;case dg:return"[object Promise]";case gg:return p;case nn:return lt}return t});ak=tl?ts:lv;var ed=ww(kv),dh=hg||function(n,t){return o.setTimeout(n,t)},sy=ww(sk);ny=(dv=wc(function(n){var t=[];return 46===n.charCodeAt(0)&&t.push(""),n.replace(ne,function(n,i,r,u){t.push(r?u.replace(oe,"$1"):i||n)}),t},function(n){return 500===gv.size&&gv.clear(),n}),gv=dv.cache,dv);var tn=yt(function(n,t){return er(n)?eh(n,uu(t,1,er,!0)):[]}),rn=yt(function(n,t){var i=to(t);return er(i)&&(i=void 0),er(n)?eh(n,uu(t,1,er,!0),r(i,2)):[]}),un=yt(function(n,t){var i=to(t);return er(i)&&(i=void 0),er(n)?eh(n,uu(t,1,er,!0),void 0,i):[]}),fn=yt(function(n){var t=e(n,aa);return t.length&&t[0]===n[0]?ia(t):[]}),en=yt(function(n){var i=to(n),t=e(n,aa);return i===to(t)?i=void 0:t.pop(),t.length&&t[0]===n[0]?ia(t,r(i,2)):[]}),on=yt(function(n){var t=to(n),i=e(n,aa);return(t="function"==typeof t?t:void 0)&&i.pop(),i.length&&i[0]===n[0]?ia(i,void 0,t):[]});vk=yt(tb);yk=go(function(n,t){var i=null==n?0:n.length,r=gl(n,t);return op(n,e(t,function(n){return ns(n,i)?+n:n}).sort(pp)),r});var sn=yt(function(n){return fs(uu(n,1,er,!0))}),hn=yt(function(n){var t=to(n);return er(t)&&(t=void 0),fs(uu(n,1,er,!0),r(t,2))}),cn=yt(function(n){var t=to(n);return t="function"==typeof t?t:void 0,fs(uu(n,1,er,!0),void 0,t)}),ln=yt(function(n,t){return er(n)?eh(n,t):[]}),an=yt(function(n){return la(b(n,er))}),vn=yt(function(n){var t=to(n);return er(t)&&(t=void 0),la(b(n,er),r(t,2))}),yn=yt(function(n){var t=to(n);return t="function"==typeof t?t:void 0,la(b(n,er),void 0,t)}),pn=yt(iv),wn=yt(function(n){var i=n.length,t=i>1?n[i-1]:void 0;return t="function"==typeof t?(n.pop(),t):void 0,ib(n,t)}),bn=go(function(n){var t=n.length,r=t?n[0]:0,i=this.__wrapped__,u=function(t){return gl(t,n)};return!(t>1||this.__actions__.length)&&i instanceof ri&&ns(r)?((i=i.slice(r,+r+(t?1:0))).__actions__.push({func:yc,args:[u],thisArg:void 0}),new ho(i,this.__chain__).thru(function(n){return t&&!n.length&&n.push(void 0),n})):this.thru(u)}),kn=ec(function(n,t,i){ir.call(n,i)?++n[i]:bo(n,i,1)}),dn=nw(kw),gn=nw(dw),ntt=ec(function(n,t,i){ir.call(n,i)?n[i].push(t):bo(n,i,[t])}),ttt=yt(function(n,t,i){var u=-1,f="function"==typeof t,r=cu(n)?tu(n.length):[];return rs(n,function(n){r[++u]=f?s(t,n,i):oh(n,t,i)}),r}),itt=ec(function(n,t,i){bo(n,i,t)}),rtt=ec(function(n,t,i){n[i?0:1].push(t)},function(){return[[],[]]}),utt=yt(function(n,t){if(null==n)return[];var i=t.length;return i>1&&su(n,t[0],t[1])?t=[]:i>2&&su(t[0],t[1],t[2])&&(t=[t[0]]),fp(n,uu(t,1),[])}),bl=sg||function(){return o.Date.now()};pl=yt(function(n,t,i){var r=1,u;return i.length&&(u=d(i,ds(pl)),r|=32),ko(n,r,t,i,u)});ty=yt(function(n,t,i){var r=3,u;return i.length&&(u=d(i,ds(ty)),r|=32),ko(t,r,n,i,u)});pk=yt(function(n,t){return wy(n,1,t)});wk=yt(function(n,t,i){return wy(n,fo(t)||0,i)});wc.Cache=wo;var ftt=hk(function(n,t){var i=(t=1==t.length&&a(t[0])?e(t[0],h(r())):e(uu(t,1),h(r()))).length;return yt(function(r){for(var u=-1,f=fu(r.length,i);++u<f;)r[u]=t[u].call(this,r[u]);return s(n,this,r)})}),hy=yt(function(n,t){return ko(n,32,void 0,t,d(t,ds(hy)))}),od=yt(function(n,t){return ko(n,64,void 0,t,d(t,ds(od)))}),ett=go(function(n,t){return ko(n,256,void 0,void 0,void 0,t)}),ott=cc(ta),stt=cc(function(n,t){return n>=t}),ps=dy(function(){return arguments}())?dy:function(n){return fr(n)&&ir.call(n,"callee")&&!uk.call(n,"callee")},a=tu.isArray,htt=ku?h(ku):function(n){return fr(n)&&ou(n)==at};us=cg||lv;bk=du?h(du):function(n){return fr(n)&&ou(n)==ot};iy=gu?h(gu):function(n){return fr(n)&&eu(n)==y};wl=nf?h(nf):function(n){return fr(n)&&ou(n)==ht};ry=tf?h(tf):function(n){return fr(n)&&eu(n)==p};var uh=rf?h(rf):function(n){return fr(n)&&kc(n.length)&&!!f[ou(n)]},ctt=cc(fa),ltt=cc(function(n,t){return n<=t}),att=bs(function(n,t){if(lh(t)||cu(t))vo(t,ru(t),n);else for(var i in t)ir.call(t,i)&&fh(n,i,t[i])}),sd=bs(function(n,t){vo(t,lu(t),n)}),kl=bs(function(n,t,i,r){vo(t,lu(t),n,r)}),vtt=bs(function(n,t,i,r){vo(t,ru(t),n,r)}),ytt=go(gl),ptt=yt(function(n,t){var i,r;n=rr(n);var f=-1,u=t.length,e=u>2?t[2]:void 0;for(e&&su(t[0],t[1],e)&&(u=1);++f<u;)for(var o=t[f],s=lu(o),h=-1,c=s.length;++h<c;)i=s[h],r=n[i],(void 0===r||lo(r,th[i])&&!ir.call(n,i))&&(n[i]=o[i]);return n}),wtt=yt(function(n){return n.push(void 0,ow),s(hd,void 0,n)}),btt=iw(function(n,t,i){null!=t&&"function"!=typeof t.toString&&(t=rl.call(t));n[t]=i},ev(pu)),ktt=iw(function(n,t,i){null!=t&&"function"!=typeof t.toString&&(t=rl.call(t));ir.call(n,t)?n[t].push(i):n[t]=[i]},r),dtt=yt(oh),gtt=bs(function(n,t,i){rc(n,t,i)}),hd=bs(function(n,t,i,r){rc(n,t,i,r)}),nit=go(function(n,t){var i={},r,u;if(null==n)return i;for(r=!1,t=e(t,function(t){return t=es(t,n),r||(r=t.length>1),t}),vo(n,ka(n),i),r&&(i=be(i,7,gd)),u=t.length;u--;)ca(i,t[u]);return i}),tit=go(function(n,t){return null==n?{}:function(n,t){return ep(n,t,function(t,i){return fv(n,i)})}(n,t)});uy=fw(ru);fy=fw(lu);kk=ks(function(n,t,i){return t=t.toLowerCase(),n+(i?pb(t):t)});var iit=ks(function(n,t,i){return n+(i?"-":"")+t.toLowerCase()}),rit=ks(function(n,t,i){return n+(i?" ":"")+t.toLowerCase()}),uit=gp("toLowerCase"),fit=ks(function(n,t,i){return n+(i?"_":"")+t.toLowerCase()}),eit=ks(function(n,t,i){return n+(i?" ":"")+cy(t)}),oit=ks(function(n,t,i){return n+(i?" ":"")+t.toUpperCase()}),cy=gp("toUpperCase");ey=yt(function(n,t){try{return s(n,void 0,t)}catch(i){return rv(i)?i:new gb(i)}});dk=go(function(n,t){return c(t,function(t){t=yo(t);bo(n,t,pl(n[t],n))}),n});gk=tw();nd=tw(!0);td=yt(function(n,t){return function(i){return oh(i,n,t)}});id=yt(function(n,t){return function(i){return oh(n,i,t)}});var sit=pa(e),hit=pa(or),cit=pa(ei);rd=rw();ud=rw(!0);var ly,lit=sc(function(n,t){return n+t},0),ait=wa("ceil"),vit=sc(function(n,t){return n/t},1),yit=wa("floor"),pit=sc(function(n,t){return n*t},1),wit=wa("round"),bit=sc(function(n,t){return n-t},0);return i.after=function(n,t){if("function"!=typeof t)throw new so(l);return n=ut(n),function(){if(--n<1)return t.apply(this,arguments)}},i.ary=eb,i.assign=att,i.assignIn=sd,i.assignInWith=kl,i.assignWith=vtt,i.at=ytt,i.before=ob,i.bind=pl,i.bindAll=dk,i.bindKey=ty,i.castArray=function(){if(!arguments.length)return[];var n=arguments[0];return a(n)?n:[n]},i.chain=rb,i.chunk=function(n,t,i){var r;if(t=(i?su(n,t,i):void 0===t)?1:iu(ut(t),0),r=null==n?0:n.length,!r||t<1)return[];for(var u=0,e=0,f=tu(hl(r/t));u<r;)f[e++]=ke(n,u,u+=t);return f},i.compact=function(n){for(var t,i=-1,u=null==n?0:n.length,f=0,r=[];++i<u;)t=n[i],t&&(r[f++]=t);return r},i.concat=function(){var n=arguments.length;if(!n)return[];for(var r=tu(n-1),t=arguments[0],i=n;i--;)r[i-1]=arguments[i];return k(a(t)?hu(t):[t],uu(r,1))},i.cond=function(n){var t=null==n?0:n.length,i=r();return n=t?e(n,function(n){if("function"!=typeof n[1])throw new so(l);return[i(n[0]),n[1]]}):[],yt(function(i){for(var r,u=-1;++u<t;)if(r=n[u],s(r[0],this,i))return s(r[1],this,i)})},i.conforms=function(n){return function(n){var t=ru(n);return function(i){return py(i,n,t)}}(be(n,1))},i.constant=ev,i.countBy=kn,i.create=function(n,t){var i=rh(n);return null==t?i:yy(i,t)},i.curry=function n(t,i,r){var u=ko(t,8,void 0,void 0,void 0,void 0,void 0,i=r?void 0:i);return u.placeholder=n.placeholder,u},i.curryRight=function n(t,i,r){var u=ko(t,16,void 0,void 0,void 0,void 0,void 0,i=r?void 0:i);return u.placeholder=n.placeholder,u},i.debounce=sb,i.defaults=ptt,i.defaultsDeep=wtt,i.defer=pk,i.delay=wk,i.difference=tn,i.differenceBy=rn,i.differenceWith=un,i.drop=function(n,t,i){var r=null==n?0:n.length;return r?ke(n,(t=i||void 0===t?1:ut(t))<0?0:t,r):[]},i.dropRight=function(n,t,i){var r=null==n?0:n.length;return r?ke(n,0,(t=r-(t=i||void 0===t?1:ut(t)))<0?0:t):[]},i.dropRightWhile=function(n,t){return n&&n.length?fc(n,r(t,3),!0,!0):[]},i.dropWhile=function(n,t){return n&&n.length?fc(n,r(t,3),!0):[]},i.fill=function(n,t,i,r){var u=null==n?0:n.length;return u?(i&&"number"!=typeof i&&su(n,t,i)&&(i=0,r=u),function(n,t,i,r){var u=n.length;for((i=ut(i))<0&&(i=-i>u?0:u+i),(r=void 0===r||r>u?u:ut(r))<0&&(r+=u),r=i>r?0:ab(r);i<r;)n[i++]=t;return n}(n,t,i,r)):[]},i.filter=function(n,t){return(a(n)?b:by)(n,r(t,3))},i.flatMap=function(n,t){return uu(pc(n,t),1)},i.flatMapDeep=function(n,t){return uu(pc(n,t),1/0)},i.flatMapDepth=function(n,t,i){return i=void 0===i?1:ut(i),uu(pc(n,t),i)},i.flatten=gw,i.flattenDeep=function(n){return null!=n&&n.length?uu(n,1/0):[]},i.flattenDepth=function(n,t){return null!=n&&n.length?uu(n,t=void 0===t?1:ut(t)):[]},i.flip=function(n){return ko(n,512)},i.flow=gk,i.flowRight=nd,i.fromPairs=function(n){for(var t,i=-1,u=null==n?0:n.length,r={};++i<u;)t=n[i],r[t[0]]=t[1];return r},i.functions=function(n){return null==n?[]:ic(n,ru(n))},i.functionsIn=function(n){return null==n?[]:ic(n,lu(n))},i.groupBy=ntt,i.initial=function(n){return null!=n&&n.length?ke(n,0,-1):[]},i.intersection=fn,i.intersectionBy=en,i.intersectionWith=on,i.invert=btt,i.invertBy=ktt,i.invokeMap=ttt,i.iteratee=ov,i.keyBy=itt,i.keys=ru,i.keysIn=lu,i.map=pc,i.mapKeys=function(n,t){var i={};return t=r(t,3),ao(n,function(n,r,u){bo(i,t(n,r,u),n)}),i},i.mapValues=function(n,t){var i={};return t=r(t,3),ao(n,function(n,r,u){bo(i,r,t(n,r,u))}),i},i.matches=function(n){return ip(be(n,1))},i.matchesProperty=function(n,t){return rp(n,be(t,1))},i.memoize=wc,i.merge=gtt,i.mergeWith=hd,i.method=td,i.methodOf=id,i.mixin=sv,i.negate=bc,i.nthArg=function(n){return n=ut(n),yt(function(t){return up(t,n)})},i.omit=nit,i.omitBy=function(n,t){return yb(n,bc(r(t)))},i.once=function(n){return ob(2,n)},i.orderBy=function(n,t,i,r){return null==n?[]:(a(t)||(t=null==t?[]:[t]),a(i=r?void 0:i)||(i=null==i?[]:[i]),fp(n,t,i))},i.over=sit,i.overArgs=ftt,i.overEvery=hit,i.overSome=cit,i.partial=hy,i.partialRight=od,i.partition=rtt,i.pick=tit,i.pickBy=yb,i.property=kb,i.propertyOf=function(n){return function(t){if(null!=n)return ws(n,t)}},i.pull=vk,i.pullAll=tb,i.pullAllBy=function(n,t,i){return n&&n.length&&t&&t.length?ea(n,t,r(i,2)):n},i.pullAllWith=function(n,t,i){return n&&n.length&&t&&t.length?ea(n,t,void 0,i):n},i.pullAt=yk,i.range=rd,i.rangeRight=ud,i.rearg=ett,i.reject=function(n,t){return(a(n)?b:by)(n,bc(r(t,3)))},i.remove=function(n,t){var u=[],f;if(!n||!n.length)return u;var i=-1,e=[],o=n.length;for(t=r(t,3);++i<o;)f=n[i],t(f,i,n)&&(u.push(f),e.push(i));return op(n,e),u},i.rest=function(n,t){if("function"!=typeof n)throw new so(l);return yt(n,t=void 0===t?t:ut(t))},i.reverse=tv,i.sampleSize=function(n,t,i){return t=(i?su(n,t,i):void 0===t)?1:ut(t),(a(n)?cd:bd)(n,t)},i.set=function(n,t,i){return null==n?n:hh(n,t,i)},i.setWith=function(n,t,i,r){return r="function"==typeof r?r:void 0,null==n?n:hh(n,t,i,r)},i.shuffle=function(n){return(a(n)?ld:kd)(n)},i.slice=function(n,t,i){var r=null==n?0:n.length;return r?(i&&"number"!=typeof i&&su(n,t,i)?(t=0,i=r):(t=null==t?0:ut(t),i=void 0===i?r:ut(i)),ke(n,t,i)):[]},i.sortBy=utt,i.sortedUniq=function(n){return n&&n.length?sp(n):[]},i.sortedUniqBy=function(n,t){return n&&n.length?sp(n,r(t,2)):[]},i.split=function(n,t,i){return i&&"number"!=typeof i&&su(n,t,i)&&(t=i=void 0),(i=void 0===i?4294967295:i>>>0)?(n=si(n))&&("string"==typeof t||null!=t&&!wl(t))&&!(t=wu(t))&&nt(n)?os(v(n),0,i):n.split(t,i):[]},i.spread=function(n,t){if("function"!=typeof n)throw new so(l);return t=null==t?0:iu(ut(t),0),yt(function(i){var r=i[t],u=os(i,0,t);return r&&k(u,r),s(n,this,u)})},i.tail=function(n){var t=null==n?0:n.length;return t?ke(n,1,t):[]},i.take=function(n,t,i){return n&&n.length?ke(n,0,(t=i||void 0===t?1:ut(t))<0?0:t):[]},i.takeRight=function(n,t,i){var r=null==n?0:n.length;return r?ke(n,(t=r-(t=i||void 0===t?1:ut(t)))<0?0:t,r):[]},i.takeRightWhile=function(n,t){return n&&n.length?fc(n,r(t,3),!1,!0):[]},i.takeWhile=function(n,t){return n&&n.length?fc(n,r(t,3)):[]},i.tap=function(n,t){return t(n),n},i.throttle=function(n,t,i){var r=!0,u=!0;if("function"!=typeof n)throw new so(l);return ur(i)&&(r="leading"in i?!!i.leading:r,u="trailing"in i?!!i.trailing:u),sb(n,t,{leading:r,maxWait:t,trailing:u})},i.thru=yc,i.toArray=lb,i.toPairs=uy,i.toPairsIn=fy,i.toPath=function(n){return a(n)?e(n,yo):we(n)?[n]:hu(ny(si(n)))},i.toPlainObject=vb,i.transform=function(n,t,i){var f=a(n),e=f||us(n)||uh(n),u;return(t=r(t,4),null==i)&&(u=n&&n.constructor,i=e?f?new u:[]:ur(n)&&ts(u)?rh(el(n)):{}),(e?c:ao)(n,function(n,r,u){return t(i,n,r,u)}),i},i.unary=function(n){return eb(n,1)},i.union=sn,i.unionBy=hn,i.unionWith=cn,i.uniq=function(n){return n&&n.length?fs(n):[]},i.uniqBy=function(n,t){return n&&n.length?fs(n,r(t,2)):[]},i.uniqWith=function(n,t){return t="function"==typeof t?t:void 0,n&&n.length?fs(n,void 0,t):[]},i.unset=function(n,t){return null==n||ca(n,t)},i.unzip=iv,i.unzipWith=ib,i.update=function(n,t,i){return null==n?n:cp(n,t,va(i))},i.updateWith=function(n,t,i,r){return r="function"==typeof r?r:void 0,null==n?n:cp(n,t,va(i),r)},i.values=gs,i.valuesIn=function(n){return null==n?[]:li(n,lu(n))},i.without=ln,i.words=bb,i.wrap=function(n,t){return hy(va(t),n)},i.xor=an,i.xorBy=vn,i.xorWith=yn,i.zip=pn,i.zipObject=function(n,t){return ap(n||[],t||[],fh)},i.zipObjectDeep=function(n,t){return ap(n||[],t||[],hh)},i.zipWith=wn,i.entries=uy,i.entriesIn=fy,i.extend=sd,i.extendWith=kl,sv(i,i),i.add=lit,i.attempt=ey,i.camelCase=kk,i.capitalize=pb,i.ceil=ait,i.clamp=function(n,t,i){return void 0===i&&(i=t,t=void 0),void 0!==i&&(i=(i=fo(i))==i?i:0),void 0!==t&&(t=(t=fo(t))==t?t:0),ls(fo(n),t,i)},i.clone=function(n){return be(n,4)},i.cloneDeep=function(n){return be(n,5)},i.cloneDeepWith=function(n,t){return be(n,5,t="function"==typeof t?t:void 0)},i.cloneWith=function(n,t){return be(n,4,t="function"==typeof t?t:void 0)},i.conformsTo=function(n,t){return null==t||py(n,t,ru(t))},i.deburr=wb,i.defaultTo=function(n,t){return null==n||n!=n?t:n},i.divide=vit,i.endsWith=function(n,t,i){n=si(n);t=wu(t);var r=n.length,u=i=void 0===i?r:ls(ut(i),0,r);return(i-=t.length)>=0&&n.slice(i,u)==t},i.eq=lo,i.escape=function(n){return(n=si(n))&&wf.test(n)?n.replace(br,vu):n},i.escapeRegExp=function(n){return(n=si(n))&&te.test(n)?n.replace(tr,"\\$&"):n},i.every=function(n,t,i){var u=a(n)?or:vd;return i&&su(n,t,i)&&(t=void 0),u(n,r(t,3))},i.find=dn,i.findIndex=kw,i.findKey=function(n,t){return sr(n,r(t,3),ao)},i.findLast=gn,i.findLastIndex=dw,i.findLastKey=function(n,t){return sr(n,r(t,3),na)},i.floor=yit,i.forEach=ub,i.forEachRight=fb,i.forIn=function(n,t){return null==n?n:vl(n,r(t,3),lu)},i.forInRight=function(n,t){return null==n?n:bv(n,r(t,3),lu)},i.forOwn=function(n,t){return n&&ao(n,r(t,3))},i.forOwnRight=function(n,t){return n&&na(n,r(t,3))},i.get=uv,i.gt=ott,i.gte=stt,i.has=function(n,t){return null!=n&&hw(n,t,yd)},i.hasIn=fv,i.head=nb,i.identity=pu,i.includes=function(n,t,i,r){n=cu(n)?n:gs(n);i=i&&!r?ut(i):0;var u=n.length;return i<0&&(i=iu(u+i,0)),dc(n)?i<=u&&n.indexOf(t,i)>-1:!!u&&g(n,t,i)>-1},i.indexOf=function(n,t,i){var u=null==n?0:n.length,r;return u?(r=null==i?0:ut(i),r<0&&(r=iu(u+r,0)),g(n,t,r)):-1},i.inRange=function(n,t,i){return t=is(t),void 0===i?(i=t,t=0):i=is(i),function(n,t,i){return n>=fu(t,i)&&n<iu(t,i)}(n=fo(n),t,i)},i.invoke=dtt,i.isArguments=ps,i.isArray=a,i.isArrayBuffer=htt,i.isArrayLike=cu,i.isArrayLikeObject=er,i.isBoolean=function(n){return!0===n||!1===n||fr(n)&&ou(n)==et},i.isBuffer=us,i.isDate=bk,i.isElement=function(n){return fr(n)&&1===n.nodeType&&!ah(n)},i.isEmpty=function(n){var t,i;if(null==n)return!0;if(cu(n)&&(a(n)||"string"==typeof n||"function"==typeof n.splice||us(n)||uh(n)||ps(n)))return!n.length;if(t=eu(n),t==y||t==p)return!n.size;if(lh(n))return!ua(n).length;for(i in n)if(ir.call(n,i))return!1;return!0},i.isEqual=function(n,t){return sh(n,t)},i.isEqualWith=function(n,t,i){var r=(i="function"==typeof i?i:void 0)?i(n,t):void 0;return void 0===r?sh(n,t,void 0,i):!!r},i.isError=rv,i.isFinite=function(n){return"number"==typeof n&&lg(n)},i.isFunction=ts,i.isInteger=hb,i.isLength=kc,i.isMap=iy,i.isMatch=function(n,t){return n===t||ra(n,t,da(t))},i.isMatchWith=function(n,t,i){return i="function"==typeof i?i:void 0,ra(n,t,da(t),i)},i.isNaN=function(n){return cb(n)&&n!=+n},i.isNative=function(n){if(ak(n))throw new gb("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return gy(n)},i.isNil=function(n){return null==n},i.isNull=function(n){return null===n},i.isNumber=cb,i.isObject=ur,i.isObjectLike=fr,i.isPlainObject=ah,i.isRegExp=wl,i.isSafeInteger=function(n){return hb(n)&&n>=-9007199254740991&&n<=9007199254740991},i.isSet=ry,i.isString=dc,i.isSymbol=we,i.isTypedArray=uh,i.isUndefined=function(n){return void 0===n},i.isWeakMap=function(n){return fr(n)&&eu(n)==lt},i.isWeakSet=function(n){return fr(n)&&"[object WeakSet]"==ou(n)},i.join=function(n,t){return null==n?"":ag.call(n,t)},i.kebabCase=iit,i.last=to,i.lastIndexOf=function(n,t,i){var u=null==n?0:n.length,r;return u?(r=u,void 0!==i&&(r=(r=ut(i))<0?iu(u+r,0):fu(r,u-1)),t==t?function(n,t,i){for(var r=i+1;r--;)if(n[r]===t)return r;return r}(n,t,r):wt(n,hr,r,!0)):-1},i.lowerCase=rit,i.lowerFirst=uit,i.lt=ctt,i.lte=ltt,i.max=function(n){if(n&&n.length)return tc(n,pu,ta)},i.maxBy=function(n,t){if(n&&n.length)return tc(n,r(t,2),ta)},i.mean=function(n){return cr(n,pu)},i.meanBy=function(n,t){return cr(n,r(t,2))},i.min=function(n){if(n&&n.length)return tc(n,pu,fa)},i.minBy=function(n,t){if(n&&n.length)return tc(n,r(t,2),fa)},i.stubArray=cv,i.stubFalse=lv,i.stubObject=function(){return{}},i.stubString=function(){return""},i.stubTrue=function(){return!0},i.multiply=pit,i.nth=function(n,t){if(n&&n.length)return up(n,ut(t))},i.noConflict=function(){return o._===this&&(o._=fg),this},i.noop=hv,i.now=bl,i.pad=function(n,t,i){var r,u;return(n=si(n),r=(t=ut(t))?tt(n):0,!t||r>=t)?n:(u=(t-r)/2,hc(cl(u),i)+n+hc(hl(u),i))},i.padEnd=function(n,t,i){n=si(n);var r=(t=ut(t))?tt(n):0;return t&&r<t?n+hc(t-r,i):n},i.padStart=function(n,t,i){n=si(n);var r=(t=ut(t))?tt(n):0;return t&&r<t?hc(t-r,i)+n:n},i.parseInt=function(n,t,i){return i||null==t?t=0:t&&(t=+t),pg(si(n).replace(gr,""),t||0)},i.random=function(n,t,i){var u,r;return((i&&"boolean"!=typeof i&&su(n,t,i)&&(t=i=void 0),void 0===i&&("boolean"==typeof t?(i=t,t=void 0):"boolean"==typeof n&&(i=n,n=void 0)),void 0===n&&void 0===t?(n=0,t=1):(n=is(n),void 0===t?(t=n,n=0):t=is(t)),n>t)&&(u=n,n=t,t=u),i||n%1||t%1)?(r=ek(),fu(n+r*(t-n+eo("1e-"+((r+"").length-1))),t)):oa(n,t)},i.reduce=function(n,t,i){var u=a(n)?fi:lr,f=arguments.length<3;return u(n,r(t,4),i,f,rs)},i.reduceRight=function(n,t,i){var u=a(n)?ef:lr,f=arguments.length<3;return u(n,r(t,4),i,f,wv)},i.repeat=function(n,t,i){return t=(i?su(n,t,i):void 0===t)?1:ut(t),sa(si(n),t)},i.replace=function(){var n=arguments,t=si(n[0]);return n.length<3?t:t.replace(n[1],n[2])},i.result=function(n,t,i){var f=-1,u=(t=es(t,n)).length,r;for(u||(u=1,n=void 0);++f<u;)r=null==n?void 0:n[yo(t[f])],void 0===r&&(f=u,r=i),n=ts(r)?r.call(n):r;return n},i.round=wit,i.runInContext=n,i.sample=function(n){return(a(n)?vy:wd)(n)},i.size=function(n){if(null==n)return 0;if(cu(n))return dc(n)?tt(n):n.length;var t=eu(n);return t==y||t==p?n.size:ua(n).length},i.snakeCase=fit,i.some=function(n,t,i){var u=a(n)?ei:dd;return i&&su(n,t,i)&&(t=void 0),u(n,r(t,3))},i.sortedIndex=function(n,t){return uc(n,t)},i.sortedIndexBy=function(n,t,i){return ha(n,t,r(i,2))},i.sortedIndexOf=function(n,t){var r=null==n?0:n.length,i;return r&&(i=uc(n,t),i<r&&lo(n[i],t))?i:-1},i.sortedLastIndex=function(n,t){return uc(n,t,!0)},i.sortedLastIndexBy=function(n,t,i){return ha(n,t,r(i,2),!0)},i.sortedLastIndexOf=function(n,t){if(null!=n&&n.length){var i=uc(n,t,!0)-1;if(lo(n[i],t))return i}return-1},i.startCase=eit,i.startsWith=function(n,t,i){return n=si(n),i=null==i?0:ls(ut(i),0,n.length),t=wu(t),n.slice(i,i+t.length)==t},i.subtract=bit,i.sum=function(n){return n&&n.length?hi(n,pu):0},i.sumBy=function(n,t){return n&&n.length?hi(n,r(t,2)):0},i.template=function(n,t,r){var s=i.templateSettings,e,f;r&&su(n,t,r)&&(t=void 0);n=si(n);t=kl({},t,s,ew);var h,o,c=kl({},t.imports,s.imports,ew),l=ru(c),y=li(c,l),a=0,v=t.interpolate||ii,u="__p += '",p=av((t.escape||ii).source+"|"+v.source+"|"+(v===kr?se:ii).source+"|"+(t.evaluate||ii).source+"|$","g"),w="//# sourceURL="+("sourceURL"in t?t.sourceURL:"lodash.templateSources["+ ++uo+"]")+"\n";if(n.replace(p,function(t,i,r,f,e,s){return r||(r=f),u+=n.slice(a,s).replace(pe,hf),i&&(h=!0,u+="' +\n__e("+i+") +\n'"),e&&(o=!0,u+="';\n"+e+";\n__p += '"),r&&(u+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),a=s+t.length,t}),u+="';\n",e=t.variable,e||(u="with (obj) {\n"+u+"\n}\n"),u=(o?u.replace(af,""):u).replace(vf,"$1").replace(yf,"$1;"),u="function("+(e||"obj")+") {\n"+(e?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(h?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+u+"return __p\n}",f=ey(function(){return nk(l,w+"return "+u).apply(void 0,y)}),f.source=u,rv(f))throw f;return f},i.times=function(n,t){var i,u,f;if((n=ut(n))<1||n>9007199254740991)return[];for(i=4294967295,u=fu(n,4294967295),n-=4294967295,f=ci(u,t=r(t));++i<n;)t(i);return f},i.toFinite=is,i.toInteger=ut,i.toLength=ab,i.toLower=function(n){return si(n).toLowerCase()},i.toNumber=fo,i.toSafeInteger=function(n){return n?ls(ut(n),-9007199254740991,9007199254740991):0===n?n:0},i.toString=si,i.toUpper=function(n){return si(n).toUpperCase()},i.trim=function(n,t,i){if((n=si(n))&&(i||void 0===t))return n.replace(dr,"");if(!n||!(t=wu(t)))return n;var r=v(n),u=v(t);return os(r,ar(r,u),vr(r,u)+1).join("")},i.trimEnd=function(n,t,i){if((n=si(n))&&(i||void 0===t))return n.replace(ie,"");if(!n||!(t=wu(t)))return n;var r=v(n);return os(r,0,vr(r,v(t))+1).join("")},i.trimStart=function(n,t,i){if((n=si(n))&&(i||void 0===t))return n.replace(gr,"");if(!n||!(t=wu(t)))return n;var r=v(n);return os(r,ar(r,v(t))).join("")},i.truncate=function(n,t){var o=30,f="...",i,s,e,r,u,l,a,h,c;if(ur(t)&&(i="separator"in t?t.separator:i,o="length"in t?ut(t.length):o,f="omission"in t?wu(t.omission):f),s=(n=si(n)).length,nt(n)&&(e=v(n),s=e.length),o>=s)return n;if(r=o-tt(f),r<1)return f;if(u=e?os(e,0,r).join(""):n.slice(0,r),void 0===i)return u+f;if(e&&(r+=u.length-r),wl(i)){if(n.slice(r).search(i)){for(a=u,i.global||(i=av(i.source,si(nu.exec(i))+"g")),i.lastIndex=0;l=i.exec(a);)h=l.index;u=u.slice(0,void 0===h?r:h)}}else n.indexOf(wu(i),r)!=r&&(c=u.lastIndexOf(i),c>-1&&(u=u.slice(0,c)));return u+f},i.unescape=function(n){return(n=si(n))&&pf.test(n)?n.replace(wr,yu):n},i.uniqueId=function(n){var t=++rg;return si(n)+t},i.upperCase=oit,i.upperFirst=cy,i.each=ub,i.eachRight=fb,i.first=nb,sv(i,(ly={},ao(i,function(n,t){ir.call(i.prototype,t)||(ly[t]=n)}),ly),{chain:!1}),i.VERSION="4.17.10",c(["bind","bindKey","curry","curryRight","partial","partialRight"],function(n){i[n].placeholder=i}),c(["drop","take"],function(n,t){ri.prototype[n]=function(i){i=void 0===i?1:iu(ut(i),0);var r=this.__filtered__&&!t?new ri(this):this.clone();return r.__filtered__?r.__takeCount__=fu(i,r.__takeCount__):r.__views__.push({size:fu(i,4294967295),type:n+(r.__dir__<0?"Right":"")}),r};ri.prototype[n+"Right"]=function(t){return this.reverse()[n](t).reverse()}}),c(["filter","map","takeWhile"],function(n,t){var i=t+1,u=1==i||3==i;ri.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:r(n,3),type:i}),t.__filtered__=t.__filtered__||u,t}}),c(["head","last"],function(n,t){var i="take"+(t?"Right":"");ri.prototype[n]=function(){return this[i](1).value()[0]}}),c(["initial","tail"],function(n,t){var i="drop"+(t?"":"Right");ri.prototype[n]=function(){return this.__filtered__?new ri(this):this[i](1)}}),ri.prototype.compact=function(){return this.filter(pu)},ri.prototype.find=function(n){return this.filter(n).head()},ri.prototype.findLast=function(n){return this.reverse().find(n)},ri.prototype.invokeMap=yt(function(n,t){return"function"==typeof n?new ri(this):this.map(function(i){return oh(i,n,t)})}),ri.prototype.reject=function(n){return this.filter(bc(r(n)))},ri.prototype.slice=function(n,t){n=ut(n);var i=this;return i.__filtered__&&(n>0||t<0)?new ri(i):(n<0?i=i.takeRight(-n):n&&(i=i.drop(n)),void 0!==t&&(i=(t=ut(t))<0?i.dropRight(-t):i.take(t-n)),i)},ri.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},ri.prototype.toArray=function(){return this.take(4294967295)},ao(ri.prototype,function(n,t){var e=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),u=i[r?"take"+("last"==t?"Right":""):t],f=r||/^find/.test(t);u&&(i.prototype[t]=function(){var o=this.__wrapped__,s=r?[1]:arguments,h=o instanceof ri,v=s[0],c=h||a(o),y=function(n){var t=u.apply(i,k([n],s));return r&&l?t[0]:t},t;c&&e&&"function"==typeof v&&1!=v.length&&(h=c=!1);var l=this.__chain__,b=!!this.__actions__.length,p=f&&!l,w=h&&!b;return!f&&c?(o=w?o:new ri(this),t=n.apply(o,s),t.__actions__.push({func:yc,args:[y],thisArg:void 0}),new ho(t,l)):p&&w?n.apply(this,s):(t=this.thru(y),p?r?t.value()[0]:t.value():t)})}),c(["pop","push","shift","sort","splice","unshift"],function(n){var t=nl[n],r=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",u=/^(?:pop|shift)$/.test(n);i.prototype[n]=function(){var i=arguments,n;return u&&!this.__chain__?(n=this.value(),t.apply(a(n)?n:[],i)):this[r](function(n){return t.apply(a(n)?n:[],i)})}}),ao(ri.prototype,function(n,t){var r=i[t],u;r&&(u=r.name+"",(bh[u]||(bh[u]=[])).push({name:t,func:r}))}),bh[oc(void 0,2).name]=[{name:"wrapper",func:void 0}],ri.prototype.clone=function(){var n=new ri(this.__wrapped__);return n.__actions__=hu(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=hu(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=hu(this.__views__),n},ri.prototype.reverse=function(){if(this.__filtered__){var n=new ri(this);n.__dir__=-1;n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},ri.prototype.value=function(){var n=this.__wrapped__.value(),f=this.__dir__,e=a(n),o=f<0,s=e?n.length:0,h=function(n,t,i){for(var u,r,f=-1,e=i.length;++f<e;){u=i[f];r=u.size;switch(u.type){case"drop":n+=r;break;case"dropRight":t-=r;break;case"take":t=fu(t,n+r);break;case"takeRight":n=iu(n,t-r)}}return{start:n,end:t}}(0,s,this.__views__),c=h.start,l=h.end,t=l-c,d=o?l:c-1,v=this.__iteratees__,g=v.length,y=0,p=fu(t,this.__takeCount__),r,u,i;if(!e||!o&&s==t&&p==t)return lp(n,this.__actions__);r=[];n:for(;t--&&y<p;){for(u=-1,i=n[d+=f];++u<g;){var w=v[u],b=w.type,k=w.iteratee(i);if(2==b)i=k;else if(!k){if(1==b)continue n;break n}}r[y++]=i}return r},i.prototype.at=bn,i.prototype.chain=function(){return rb(this)},i.prototype.commit=function(){return new ho(this.value(),this.__chain__)},i.prototype.next=function(){void 0===this.__values__&&(this.__values__=lb(this.value()));var n=this.__index__>=this.__values__.length;return{done:n,value:n?void 0:this.__values__[this.__index__++]}},i.prototype.plant=function(n){for(var r,t,u,i=this;i instanceof gh;)t=bw(i),t.__index__=0,t.__values__=void 0,r?u.__wrapped__=t:r=t,u=t,i=i.__wrapped__;return u.__wrapped__=n,r},i.prototype.reverse=function(){var t=this.__wrapped__,n;return t instanceof ri?(n=t,this.__actions__.length&&(n=new ri(this)),(n=n.reverse()).__actions__.push({func:yc,args:[tv],thisArg:void 0}),new ho(n,this.__chain__)):this.thru(tv)},i.prototype.toJSON=i.prototype.valueOf=i.prototype.value=function(){return lp(this.__wrapped__,this.__actions__)},i.prototype.first=i.prototype.head,vh&&(i.prototype[vh]=function(){return this}),i}();o._=vt;void 0===(r=function(){return vt}.call(t,i,t,n))||(n.exports=r)}).call(this)}).call(this,i("2pl3")(n))},M1gx:function(n,t,i){"use strict";var r=i("AZf1"),u=i("X7Im");r.Observable.prototype.throttleTime=u.throttleTime},M6BU:function(n,t,i){"use strict";function r(n,t,i){return 0===i?[t]:(n.push(t),n)}var u=i("6fvh");t.toArray=function(){return u.reduce(r,[])}},M8aS:function(n,t,i){var r,u;!function(f){n.exports?(f.default=f,n.exports=f):(r=[i("6n/F")],void 0===(u=function(n){return f(n),f.Highcharts=n,f}.apply(t,r))||(n.exports=u))}(function(n){function t(n,t,i,r){n.hasOwnProperty(t)||(n[t]=r.apply(null,i))}t(n=n?n._modules:{},"parts-more/Pane.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){function r(n,t){this.init(n,t)}var u=t.extend,f=t.splat,e=n.CenteredSeriesMixin,i=n.merge;u(r.prototype,{coll:"pane",init:function(n,t){this.chart=t;this.background=[];t.pane.push(this);this.setOptions(n)},setOptions:function(n){this.options=i(this.defaultOptions,this.chart.angular?{background:{}}:void 0,n)},render:function(){var r=this.options,t=this.options.background,n=this.chart.renderer;if(this.group||(this.group=n.g("pane-group").attr({zIndex:r.zIndex||0}).add()),this.updateCenter(),t)for(t=f(t),r=Math.max(t.length,this.background.length||0),n=0;n<r;n++)t[n]&&this.axis?this.renderBackground(i(this.defaultBackgroundOptions,t[n]),n):this.background[n]&&(this.background[n]=this.background[n].destroy(),this.background.splice(n,1))},renderBackground:function(n,t){var i="animate",r={"class":"highcharts-pane "+(n.className||"")};this.chart.styledMode||u(r,{fill:n.backgroundColor,stroke:n.borderColor,"stroke-width":n.borderWidth});this.background[t]||(this.background[t]=this.chart.renderer.path().add(this.group),i="attr");this.background[t][i]({d:this.axis.getPlotBandPath(n.from,n.to,n)}).attr(r)},defaultOptions:{center:["50%","50%"],size:"85%",startAngle:0},defaultBackgroundOptions:{shape:"circle",borderWidth:1,borderColor:"#cccccc",backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,"#ffffff"],[1,"#e6e6e6"]]},from:-Number.MAX_VALUE,innerRadius:0,to:Number.MAX_VALUE,outerRadius:"105%"},updateCenter:function(n){this.center=(n||this.axis||{}).center=e.getCenter.call(this)},update:function(n,t){i(!0,this.options,n);i(!0,this.chart.options.pane,n);this.setOptions(this.options);this.render();this.chart.axes.forEach(function(n){n.pane===this&&(n.pane=null,n.update({},t))},this)}});n.Pane=r});t(n,"parts-more/RadialAxis.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var f=t.extend,i=t.pick,l=t.pInt,r=n.Axis,s=n.merge,u=n.noop,e=n.Tick,a=n.wrap,h=n.correctFloat,o=r.prototype,v=e.prototype,y={getOffset:u,redraw:function(){this.isDirty=!1},render:function(){this.isDirty=!1},createLabelCollector:function(){return!1},setScale:u,setCategories:u,setTitle:u},c={defaultRadialGaugeOptions:{labels:{align:"center",x:0,y:null},minorGridLineWidth:0,minorTickInterval:"auto",minorTickLength:10,minorTickPosition:"inside",minorTickWidth:1,tickLength:10,tickPosition:"inside",tickWidth:2,title:{rotation:0},zIndex:2},defaultRadialXOptions:{gridLineWidth:1,labels:{align:null,distance:15,x:0,y:null,style:{textOverflow:"none"}},maxPadding:0,minPadding:0,showLastLabel:!1,tickLength:0},defaultRadialYOptions:{gridLineInterpolation:"circle",labels:{align:"right",x:-3,y:-2},showLastLabel:!1,title:{x:4,text:null,rotation:90}},setOptions:function(t){(t=this.options=s(this.defaultOptions,this.defaultRadialOptions,t)).plotBands||(t.plotBands=[]);n.fireEvent(this,"afterSetOptions")},getOffset:function(){o.getOffset.call(this);this.chart.axisOffset[this.side]=0},getLinePath:function(n,t){var u=this.chart,r=i(t,(n=this.center)[2]/2-this.offset);return this.isCircular||void 0!==t?((t=this.chart.renderer.symbols.arc(this.left+n[0],this.top+n[1],r,r,{start:this.startAngleRad,end:this.endAngleRad,open:!0,innerR:0})).xBounds=[this.left+n[0]],t.yBounds=[this.top+n[1]-r]):(t=this.postTranslate(this.angleRad,r),t=["M",n[0]+u.plotLeft,n[1]+u.plotTop,"L",t.x,t.y]),t},setAxisTranslation:function(){o.setAxisTranslation.call(this);this.center&&(this.transA=this.isCircular?(this.endAngleRad-this.startAngleRad)/(this.max-this.min||1):this.center[2]/2/(this.max-this.min||1),this.minPixelPadding=this.isXAxis?this.transA*this.minPointOffset:0)},beforeSetTickPositions:function(){(this.autoConnect=this.isCircular&&void 0===i(this.userMax,this.options.max)&&h(this.endAngleRad-this.startAngleRad)===h(2*Math.PI))&&(this.max+=(this.categories?1:this.pointRange)||this.closestPointRange||0)},setAxisSize:function(){o.setAxisSize.call(this);this.isRadial&&(this.pane.updateCenter(this),this.isCircular&&(this.sector=this.endAngleRad-this.startAngleRad),this.len=this.width=this.height=this.center[2]*i(this.sector,1)/2)},getPosition:function(n,t){return this.postTranslate(this.isCircular?this.translate(n):this.angleRad,i(this.isCircular?t:this.translate(n),this.center[2]/2)-this.offset)},postTranslate:function(n,t){var i=this.chart,r=this.center;return n=this.startAngleRad+n,{x:i.plotLeft+r[0]+Math.cos(n)*t,y:i.plotTop+r[1]+Math.sin(n)*t}},getPlotBandPath:function(n,t,r){var e=this.center,s=this.startAngleRad,c=e[2]/2,u=[i(r.outerRadius,"100%"),r.innerRadius,i(r.thickness,10)],o=Math.min(this.offset,0),a=/%$/,f=this.isCircular,h;return"polygon"===this.options.gridLineInterpolation?u=this.getPlotLinePath({value:n}).concat(this.getPlotLinePath({value:t,reverse:!0})):((n=Math.max(n,this.min),t=Math.min(t,this.max),f||(u[0]=this.translate(n),u[1]=this.translate(t)),u=u.map(function(n){return a.test(n)&&(n=l(n,10)*c/100),n}),"circle"!==r.shape&&f)?(n=s+this.translate(n),t=s+this.translate(t)):(n=-Math.PI/2,t=1.5*Math.PI,h=!0),u[0]-=o,u[2]-=o,u=this.chart.renderer.symbols.arc(this.left+e[0],this.top+e[1],u[0],u[0],{start:Math.min(n,t),end:Math.max(n,t),innerR:i(u[1],u[0]-u[2]),open:h}),f&&(f=(t+n)/2,o=this.left+e[0]+e[2]/2*Math.cos(f),u.xBounds=f>-Math.PI/2&&f<Math.PI/2?[o,this.chart.plotWidth]:[0,o],u.yBounds=[this.top+e[1]+e[2]/2*Math.sin(f)],u.yBounds[0]+=f>-Math.PI&&0>f||f>Math.PI?-10:10)),u},getPlotLinePath:function(t){var i=this,u=i.center,r=i.chart,o=t.value,c,l,s,h;t=t.reverse;var f=i.getPosition(o),e=i.pane.options.background?i.pane.options.background[0]||i.pane.options.background:{},a=e.innerRadius||"0%",v=e.outerRadius||"100%";return e=u[0]+r.plotLeft,u=u[1]+r.plotTop,s=f.x,(f=f.y,i.isCircular)?h=["M",e+(r="string"==typeof a?n.relativeLength(a,1):a/Math.sqrt(Math.pow(s-e,2)+Math.pow(f-u,2)))*(s-e),u-r*(u-f),"L",s-(1-(t="string"==typeof v?n.relativeLength(v,1):v/Math.sqrt(Math.pow(s-e,2)+Math.pow(f-u,2))))*(s-e),f+(1-t)*(u-f)]:"circle"===i.options.gridLineInterpolation?(o=i.translate(o),h=i.getLinePath(0,o)):(r.xAxis.forEach(function(n){n.pane===i.pane&&(c=n)}),h=[],o=i.translate(o),r=c.tickPositions,c.autoConnect&&(r=r.concat([r[0]])),t&&(r=[].concat(r).reverse()),r.forEach(function(n,t){l=c.getPosition(n,o);h.push(t?"L":"M",l.x,l.y)})),h},getTitlePosition:function(){var n=this.center,i=this.chart,t=this.options.title;return{x:i.plotLeft+n[0]+(t.x||0),y:i.plotTop+n[1]-{high:.5,middle:.25,low:0}[t.align]*n[2]+(t.y||0)}},createLabelCollector:function(){var n=this;return function(){if(n.isRadial&&n.tickPositions&&!0!==n.options.labels.allowOverlap)return n.tickPositions.map(function(t){return n.ticks[t]&&n.ticks[t].label}).filter(function(n){return!!n})}}};(t=n.addEvent)(r,"init",function(n){var i,t=this.chart,r=t.angular,e=t.polar,u=this.isXAxis,o=r&&u,h=t.options;n=n.userOptions.pane||0;n=this.pane=t.pane&&t.pane[n];"colorAxis"===this.coll?this.isRadial=!1:(r?(f(this,o?y:c),(i=!u)&&(this.defaultRadialOptions=this.defaultRadialGaugeOptions)):e&&(f(this,c),this.defaultRadialOptions=(i=u)?this.defaultRadialXOptions:s(this.defaultYAxisOptions,this.defaultRadialYOptions)),r||e?(this.isRadial=!0,t.inverted=!1,h.chart.zoomType=null,this.labelCollector||(this.labelCollector=this.createLabelCollector()),this.labelCollector&&t.labelCollectors.push(this.labelCollector)):this.isRadial=!1,n&&i&&(n.axis=this),this.isCircular=i)});t(r,"afterInit",function(){var n=this.chart,u=this.options,t=this.pane,r=t&&t.options;(!n.angular||!this.isXAxis)&&t&&(n.angular||n.polar)&&(this.angleRad=(u.angle||0)*Math.PI/180,this.startAngleRad=(r.startAngle-90)*Math.PI/180,this.endAngleRad=(i(r.endAngle,r.startAngle+360)-90)*Math.PI/180,this.offset=u.offset||0)});t(r,"autoLabelAlign",function(n){this.isRadial&&(n.align=void 0,n.preventDefault())});t(r,"destroy",function(){if(this.chart&&this.chart.labelCollectors){var n=this.chart.labelCollectors.indexOf(this.labelCollector);0<=n&&this.chart.labelCollectors.splice(n,1)}});t(e,"afterGetPosition",function(n){this.axis.getPosition&&f(n.pos,this.axis.getPosition(this.pos))});t(e,"afterGetLabelPosition",function(t){var u=this.axis,c=this.label,f=c.getBBox(),l=u.options.labels,p=l.y,y=20,h=l.align,a=(u.translate(this.pos)+u.startAngleRad+Math.PI/2)/Math.PI*180%360,e=Math.round(a),o="end",r=0>e?e+360:e,s=r,v=0,w=0,k=null===l.y?.3*-f.height:0,b;u.isRadial&&(b=u.getPosition(this.pos,u.center[2]/2+n.relativeLength(i(l.distance,-25),u.center[2]/2,-u.center[2]/2)),"auto"===l.rotation?c.attr({rotation:a}):null===p&&(p=u.chart.renderer.fontMetrics(c.styles&&c.styles.fontSize).b-f.height/2),null===h&&(u.isCircular?(f.width>u.len*u.tickInterval/(u.max-u.min)&&(y=0),h=a>y&&a<180-y?"left":a>180+y&&a<360-y?"right":"center"):h="center",c.attr({align:h})),"auto"===h&&2===u.tickPositions.length&&u.isCircular&&(90<r&&180>r?r=180-r:270<r&&360>=r&&(r=540-r),180<s&&360>=s&&(s=360-s),u.pane.options.startAngle!==e&&u.pane.options.startAngle!==e+360&&u.pane.options.startAngle!==e-360||(o="start"),h=-90<=e&&90>=e||-360<=e&&-270>=e||270<=e&&360>=e?"start"===o?"right":"left":"start"===o?"left":"right",70<s&&110>s&&(h="center"),15>r||180<=r&&195>r?v=.3*f.height:15<=r&&35>=r?v="start"===o?0:.75*f.height:195<=r&&215>=r?v="start"===o?.75*f.height:0:35<r&&90>=r?v="start"===o?.25*-f.height:f.height:215<r&&270>=r&&(v="start"===o?f.height:.25*-f.height),15>s?w="start"===o?.15*-f.height:.15*f.height:165<s&&180>=s&&(w="start"===o?.15*f.height:.15*-f.height),c.attr({align:h}),c.translate(w,v+k)),t.pos.x=b.x+l.x,t.pos.y=b.y+p)});a(v,"getMarkPath",function(n,t,i,r,u,f,e){var o=this.axis;return o.isRadial?["M",t,i,"L",(n=o.getPosition(this.pos,o.center[2]/2+r)).x,n.y]:n.call(this,t,i,r,u,f,e)})});t(n,"parts-more/AreaRangeSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var u=t.defined,f=t.extend,s=t.isArray,o=t.isNumber,h=t.pick,e=n.seriesTypes,i=n.Series.prototype,r=n.Point.prototype;(t=n.seriesType)("arearange","area",{lineWidth:1,threshold:null,tooltip:{pointFormat:'<span style="color:{series.color}">●<\/span> {series.name}: <b>{point.low}<\/b> - <b>{point.high}<\/b><br/>'},trackByArea:!0,dataLabels:{align:null,verticalAlign:null,xLow:0,xHigh:0,yLow:0,yHigh:0}},{pointArrayMap:["low","high"],pointValKey:"low",deferTranslatePolar:!0,toYData:function(n){return[n.low,n.high]},highToXY:function(n){var t=this.chart,i=this.xAxis.postTranslate(n.rectPlotX,this.yAxis.len-n.plotHigh);n.plotHighX=i.x-t.plotLeft;n.plotHigh=i.y-t.plotTop;n.plotLowX=n.plotX},translate:function(){var n=this,i=n.yAxis,t=!!n.modifyValue;e.area.prototype.translate.apply(n);n.points.forEach(function(r){var u=r.high,f=r.plotY;r.isNull?r.plotY=null:(r.plotLow=f,r.plotHigh=i.translate(t?n.modifyValue(u,r):u,0,1,0,1),t&&(r.yBottom=r.plotHigh))});this.chart.polar&&this.points.forEach(function(t){n.highToXY(t);t.tooltipPos=[(t.plotHighX+t.plotLowX)/2,(t.plotHigh+t.plotLow)/2]})},getGraphPath:function(n){for(var o=[],r=[],s=e.area.prototype.getGraphPath,i=this.options,l=this.chart.polar&&!1!==i.connectEnds,a=i.connectNulls,f=i.step,t,c,u=(n=n||this.points).length;u--;)t=n[u],t.isNull||l||a||n[u+1]&&!n[u+1].isNull||r.push({plotX:t.plotX,plotY:t.plotY,doCurve:!1}),c={polarPlotY:t.polarPlotY,rectPlotX:t.rectPlotX,yBottom:t.yBottom,plotX:h(t.plotHighX,t.plotX),plotY:t.plotHigh,isNull:t.isNull},r.push(c),o.push(c),t.isNull||l||a||n[u-1]&&!n[u-1].isNull||r.push({plotX:t.plotX,plotY:t.plotY,doCurve:!1});return n=s.call(this,n),f&&(!0===f&&(f="left"),i.step={left:"right",center:"center",right:"left"}[f]),o=s.call(this,o),r=s.call(this,r),i.step=f,i=[].concat(n,o),this.chart.polar||"M"!==r[0]||(r[0]="L"),this.graphPath=i,this.areaPath=n.concat(r),i.isArea=!0,i.xMap=n.xMap,this.areaPath.xMap=n.xMap,i},drawDataLabels:function(){var t,n,h=this.points,c=h.length,l=[],r=this.options.dataLabels,a=this.chart.inverted,u,e,o;if(s(r)?1<r.length?(u=r[0],e=r[1]):(u=r[0],e={enabled:!1}):((u=f({},r)).x=r.xHigh,u.y=r.yHigh,(e=f({},r)).x=r.xLow,e.y=r.yLow),u.enabled||this._hasPointLabels){for(t=c;t--;)(n=h[t])&&(o=u.inside?n.plotHigh<n.plotLow:n.plotHigh>n.plotLow,n.y=n.high,n._plotY=n.plotY,n.plotY=n.plotHigh,l[t]=n.dataLabel,n.dataLabel=n.dataLabelUpper,n.below=o,a?u.align||(u.align=o?"right":"left"):u.verticalAlign||(u.verticalAlign=o?"top":"bottom"));for(this.options.dataLabels=u,i.drawDataLabels&&i.drawDataLabels.apply(this,arguments),t=c;t--;)(n=h[t])&&(n.dataLabelUpper=n.dataLabel,n.dataLabel=l[t],delete n.dataLabels,n.y=n.low,n.plotY=n._plotY)}if(e.enabled||this._hasPointLabels){for(t=c;t--;)(n=h[t])&&(n.below=!(o=e.inside?n.plotHigh<n.plotLow:n.plotHigh>n.plotLow),a?e.align||(e.align=o?"left":"right"):e.verticalAlign||(e.verticalAlign=o?"bottom":"top"));this.options.dataLabels=e;i.drawDataLabels&&i.drawDataLabels.apply(this,arguments)}if(u.enabled)for(t=c;t--;)(n=h[t])&&(n.dataLabels=[n.dataLabelUpper,n.dataLabel].filter(function(n){return!!n}));this.options.dataLabels=r},alignDataLabel:function(){e.column.prototype.alignDataLabel.apply(this,arguments)},drawPoints:function(){var t,r=this.points.length,n;for(i.drawPoints.apply(this,arguments),t=0;t<r;)n=this.points[t],n.origProps={plotY:n.plotY,plotX:n.plotX,isInside:n.isInside,negative:n.negative,zone:n.zone,y:n.y},n.lowerGraphic=n.graphic,n.graphic=n.upperGraphic,n.plotY=n.plotHigh,u(n.plotHighX)&&(n.plotX=n.plotHighX),n.y=n.high,n.negative=n.high<(this.options.threshold||0),n.zone=this.zones.length&&n.getZone(),this.chart.polar||(n.isInside=n.isTopInside=void 0!==n.plotY&&0<=n.plotY&&n.plotY<=this.yAxis.len&&0<=n.plotX&&n.plotX<=this.xAxis.len),t++;for(i.drawPoints.apply(this,arguments),t=0;t<r;)(n=this.points[t]).upperGraphic=n.graphic,n.graphic=n.lowerGraphic,f(n,n.origProps),delete n.origProps,t++},setStackedPoints:n.noop},{setState:function(){var i=this.state,n=this.series,t=n.chart.polar;u(this.plotHigh)||(this.plotHigh=n.yAxis.toPixels(this.high,!0));u(this.plotLow)||(this.plotLow=this.plotY=n.yAxis.toPixels(this.low,!0));n.stateMarkerGraphic&&(n.lowerStateMarkerGraphic=n.stateMarkerGraphic,n.stateMarkerGraphic=n.upperStateMarkerGraphic);this.graphic=this.upperGraphic;this.plotY=this.plotHigh;t&&(this.plotX=this.plotHighX);r.setState.apply(this,arguments);this.state=i;this.plotY=this.plotLow;this.graphic=this.lowerGraphic;t&&(this.plotX=this.plotLowX);n.stateMarkerGraphic&&(n.upperStateMarkerGraphic=n.stateMarkerGraphic,n.stateMarkerGraphic=n.lowerStateMarkerGraphic,n.lowerStateMarkerGraphic=void 0);r.setState.apply(this,arguments)},haloPath:function(){var t=this.series.chart.polar,n=[];return this.plotY=this.plotLow,t&&(this.plotX=this.plotLowX),this.isInside&&(n=r.haloPath.apply(this,arguments)),this.plotY=this.plotHigh,t&&(this.plotX=this.plotHighX),this.isTopInside&&(n=n.concat(r.haloPath.apply(this,arguments))),n},destroyElements:function(){return["lowerGraphic","upperGraphic"].forEach(function(n){this[n]&&(this[n]=this[n].destroy())},this),this.graphic=null,r.destroyElements.apply(this,arguments)},isValid:function(){return o(this.low)&&o(this.high)}})});t(n,"parts-more/AreaSplineRangeSeries.js",[n["parts/Globals.js"]],function(n){n.seriesType("areasplinerange","arearange",null,{getPointSpline:n.seriesTypes.spline.prototype.getPointSpline})});t(n,"parts-more/ColumnRangeSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var u=t.pick,r=n.noop,i=n.seriesTypes.column.prototype;n.seriesType("columnrange","arearange",n.merge((t=n.defaultPlotOptions).column,t.arearange,{pointRange:null,marker:null,states:{hover:{halo:!1}}}),{translate:function(){var o,s,n=this,r=n.yAxis,f=n.xAxis,h=f.startAngleRad,t=n.chart,c=n.xAxis.isRadial,e=Math.max(t.chartWidth,t.chartHeight)+999;i.translate.apply(n);n.points.forEach(function(i){var v=i.shapeArgs,y=n.options.minPointLength,a,l;i.plotHigh=s=Math.min(Math.max(-e,r.translate(i.high,0,1,0,1)),e);i.plotLow=Math.min(Math.max(-e,i.plotY),e);a=s;l=u(i.rectPlotY,i.plotY)-s;Math.abs(l)<y?(l+=y-=l,a-=y/2):0>l&&(a-=l*=-1);c?(o=i.barX+h,i.shapeType="path",i.shapeArgs={d:n.polarArc(a+l,a,o,o+i.pointWidth)}):(v.height=l,v.y=a,i.tooltipPos=t.inverted?[r.len+r.pos-t.plotLeft-a-l/2,f.len+f.pos-t.plotTop-v.x-v.width/2,l]:[f.left-t.plotLeft+v.x+v.width/2,r.pos-t.plotTop+a+l/2,l])})},directTouch:!0,trackerGroups:["group","dataLabelsGroup"],drawGraph:r,getSymbol:r,crispCol:function(){return i.crispCol.apply(this,arguments)},drawPoints:function(){return i.drawPoints.apply(this,arguments)},drawTracker:function(){return i.drawTracker.apply(this,arguments)},getColumnMetrics:function(){return i.getColumnMetrics.apply(this,arguments)},pointAttribs:function(){return i.pointAttribs.apply(this,arguments)},animate:function(){return i.animate.apply(this,arguments)},polarArc:function(){return i.polarArc.apply(this,arguments)},translate3dPoints:function(){return i.translate3dPoints.apply(this,arguments)},translate3dShapes:function(){return i.translate3dShapes.apply(this,arguments)}},{setState:i.pointClass.prototype.setState})});t(n,"parts-more/ColumnPyramidSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var i=t.pick,r=n.seriesTypes.column.prototype;(t=n.seriesType)("columnpyramid","column",{},{translate:function(){var n=this,t=n.chart,f=n.options,s=n.dense=2>n.closestPointRange*n.xAxis.transA;s=n.borderWidth=i(f.borderWidth,s?0:1);var u=n.yAxis,h=f.threshold,e=n.translatedThreshold=u.getThreshold(h),o=i(f.minPointLength,5),l=n.getColumnMetrics(),a=l.width,c=n.barW=Math.max(a,1+2*s),v=n.pointXOffset=l.offset;t.inverted&&(e-=.5);f.pointPadding&&(c=Math.ceil(c));r.translate.apply(n);n.points.forEach(function(r){var y=i(r.yBottom,e),p=999+Math.abs(y),s=Math.min(Math.max(-p,r.plotY),u.len+p),l,w,tt,g,nt;p=r.plotX+v;l=c/2;w=Math.min(s,y);y=Math.max(s,y)-w;r.barX=p;r.pointWidth=a;r.tooltipPos=t.inverted?[u.len+u.pos-t.plotLeft-s,n.xAxis.len-p-l,y]:[p+l,s+u.pos-t.plotTop,y];s=h+(r.total||r.y);"percent"===f.stacking&&(s=h+(0>r.y)?-100:100);s=u.toPixels(s,!0);var b=t.plotHeight-s-(t.plotHeight-e),k=l*(w-s)/b,d=l*(w+y-s)/b;b=p-k+l;k=p+k+l;tt=p+d+l;d=p-d+l;g=w-o;nt=w+y;0>r.y&&(g=w,nt=w+y+o);t.inverted&&(d=l*(s-((tt=t.plotWidth-w)-y))/(b=s-(t.plotWidth-e)),k=(b=p+l+(k=l*(s-tt)/b))-2*k,tt=p-d+l,d=p+d+l,g=w,nt=w+y-o,0>r.y&&(nt=w+y+o));r.shapeType="path";r.shapeArgs={x:b,y:g,width:k-b,height:y,d:["M",b,g,"L",k,g,tt,nt,d,nt,"Z"]}})}})});t(n,"parts-more/GaugeSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var o=t.isNumber,i=t.pick,r=t.pInt,u=n.merge,f=n.Series,e=n.TrackerMixin;(t=n.seriesType)("gauge","line",{dataLabels:{borderColor:"#cccccc",borderRadius:3,borderWidth:1,crop:!1,defer:!1,enabled:!0,verticalAlign:"top",y:15,zIndex:2},dial:{},pivot:{},tooltip:{headerFormat:""},showInLegend:!1},{angular:!0,directTouch:!0,drawGraph:n.noop,fixedBox:!0,forceDL:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],translate:function(){var n=this.yAxis,f=this.options,t=n.center;this.generatePoints();this.points.forEach(function(e){var h=u(f.dial,e.dial),l=r(i(h.radius,"80%"))*t[2]/200,v=r(i(h.baseLength,"70%"))*l/100,y=r(i(h.rearLength,"10%"))*l/100,a=h.baseWidth||3,p=h.topWidth||1,c=f.overshoot,s=n.startAngleRad+n.translate(e.y,null,null,null,!0);o(c)?(c=c/180*Math.PI,s=Math.max(n.startAngleRad-c,Math.min(n.endAngleRad+c,s))):!1===f.wrap&&(s=Math.max(n.startAngleRad,Math.min(n.endAngleRad,s)));s=180*s/Math.PI;e.shapeType="path";e.shapeArgs={d:h.path||["M",-y,-a/2,"L",v,-a/2,l,-p/2,l,p/2,v,a/2,-y,a/2,"z"],translateX:t[0],translateY:t[1],rotation:s};e.plotX=t[0];e.plotY=t[1]})},drawPoints:function(){var n=this,f=n.chart,t=n.yAxis.center,e=n.pivot,o=n.options,r=o.pivot,s=f.renderer;n.points.forEach(function(t){var r=t.graphic,i=t.shapeArgs,h=i.d,e=u(o.dial,t.dial);r?(r.animate(i),i.d=h):t.graphic=s[t.shapeType](i).attr({rotation:i.rotation,zIndex:1}).addClass("highcharts-dial").add(n.group);f.styledMode||t.graphic[r?"animate":"attr"]({stroke:e.borderColor||"none","stroke-width":e.borderWidth||0,fill:e.backgroundColor||"#000000"})});e?e.animate({translateX:t[0],translateY:t[1]}):(n.pivot=s.circle(0,0,i(r.radius,5)).attr({zIndex:2}).addClass("highcharts-pivot").translate(t[0],t[1]).add(n.group),f.styledMode||n.pivot.attr({"stroke-width":r.borderWidth||0,stroke:r.borderColor||"#cccccc",fill:r.backgroundColor||"#000000"}))},animate:function(n){var t=this;n||(t.points.forEach(function(n){var i=n.graphic;i&&(i.attr({rotation:180*t.yAxis.startAngleRad/Math.PI}),i.animate({rotation:n.shapeArgs.rotation},t.options.animation))}),t.animate=null)},render:function(){this.group=this.plotGroup("group","series",this.visible?"visible":"hidden",this.options.zIndex,this.chart.seriesGroup);f.prototype.render.call(this);this.group.clip(this.chart.clipRect)},setData:function(n,t){f.prototype.setData.call(this,n,!1);this.processData();this.generatePoints();i(t,!0)&&this.chart.redraw()},hasData:function(){return!!this.points.length},drawTracker:e&&e.drawTrackerPoint},{setState:function(n){this.state=n}})});t(n,"parts-more/BoxPlotSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var i=t.pick,r=n.seriesTypes;n.seriesType("boxplot","column",{threshold:null,tooltip:{pointFormat:'<span style="color:{point.color}">●<\/span> <b> {series.name}<\/b><br/>Maximum: {point.high}<br/>Upper quartile: {point.q3}<br/>Median: {point.median}<br/>Lower quartile: {point.q1}<br/>Minimum: {point.low}<br/>'},whiskerLength:"50%",fillColor:"#ffffff",lineWidth:1,medianWidth:2,whiskerWidth:2},{pointArrayMap:["low","q1","median","q3","high"],toYData:function(n){return[n.low,n.q1,n.median,n.q3,n.high]},pointValKey:"high",pointAttribs:function(){return{}},drawDataLabels:t=n.noop,translate:function(){var n=this.yAxis,t=this.pointArrayMap;r.column.prototype.translate.apply(this);this.points.forEach(function(i){t.forEach(function(t){null!==i[t]&&(i[t+"Plot"]=n.translate(i[t],0,1,0,1))})})},drawPoints:function(){var o,u,h,c,p,t,w,f,y,b,l,e=this,n=e.options,k=e.chart,a=k.renderer,r=0,v=!1!==e.doQuartiles,s=e.options.whiskerLength;e.points.forEach(function(d){var g=d.graphic,tt=g?"animate":"attr",et=d.shapeArgs,it={},rt={},ut={},ft={},nt=d.color||e.color;void 0!==d.plotY&&(w=et.width,f=Math.floor(et.x),y=f+w,b=Math.round(w/2),o=Math.floor(v?d.q1Plot:d.lowPlot),u=Math.floor(v?d.q3Plot:d.lowPlot),h=Math.floor(d.highPlot),c=Math.floor(d.lowPlot),g||(d.graphic=g=a.g("point").add(e.group),d.stem=a.path().addClass("highcharts-boxplot-stem").add(g),s&&(d.whiskers=a.path().addClass("highcharts-boxplot-whisker").add(g)),v&&(d.box=a.path(void 0).addClass("highcharts-boxplot-box").add(g)),d.medianShape=a.path(void 0).addClass("highcharts-boxplot-median").add(g)),k.styledMode||(rt.stroke=d.stemColor||n.stemColor||nt,rt["stroke-width"]=i(d.stemWidth,n.stemWidth,n.lineWidth),rt.dashstyle=d.stemDashStyle||n.stemDashStyle,d.stem.attr(rt),s&&(ut.stroke=d.whiskerColor||n.whiskerColor||nt,ut["stroke-width"]=i(d.whiskerWidth,n.whiskerWidth,n.lineWidth),d.whiskers.attr(ut)),v&&(it.fill=d.fillColor||n.fillColor||nt,it.stroke=n.lineColor||nt,it["stroke-width"]=n.lineWidth||0,d.box.attr(it)),ft.stroke=d.medianColor||n.medianColor||nt,ft["stroke-width"]=i(d.medianWidth,n.medianWidth,n.lineWidth),d.medianShape.attr(ft)),t=d.stem.strokeWidth()%2/2,d.stem[tt]({d:["M",r=f+b+t,u,"L",r,h,"M",r,o,"L",r,c]}),v&&(t=d.box.strokeWidth()%2/2,o=Math.floor(o)+t,u=Math.floor(u)+t,d.box[tt]({d:["M",f+=t,u,"L",f,o,"L",y+=t,o,"L",y,u,"L",f,u,"z"]})),s&&(t=d.whiskers.strokeWidth()%2/2,h+=t,c+=t,l=/%$/.test(s)?b*parseFloat(s)/100:s/2,d.whiskers[tt]({d:["M",r-l,h,"L",r+l,h,"M",r-l,c,"L",r+l,c]})),p=Math.round(d.medianPlot),t=d.medianShape.strokeWidth()%2/2,d.medianShape[tt]({d:["M",f,p+=t,"L",y,p]}))})},setStackedPoints:t})});t(n,"parts-more/ErrorBarSeries.js",[n["parts/Globals.js"]],function(n){var t=n.seriesTypes;n.seriesType("errorbar","boxplot",{color:"#000000",grouping:!1,linkedTo:":previous",tooltip:{pointFormat:'<span style="color:{point.color}">●<\/span> {series.name}: <b>{point.low}<\/b> - <b>{point.high}<\/b><br/>'},whiskerWidth:null},{type:"errorbar",pointArrayMap:["low","high"],toYData:function(n){return[n.low,n.high]},pointValKey:"high",doQuartiles:!1,drawDataLabels:t.arearange?function(){var n=this.pointValKey;t.arearange.prototype.drawDataLabels.call(this);this.data.forEach(function(t){t.y=t[n]})}:n.noop,getColumnMetrics:function(){return this.linkedParent&&this.linkedParent.columnMetrics||t.column.prototype.getColumnMetrics.call(this)}})});t(n,"parts-more/WaterfallSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var s=t.arrayMax,h=t.arrayMin,l=t.isNumber,i=t.objectEach,r=t.pick,u=n.correctFloat,f=n.Axis,a=n.Chart,v=n.Point,e=n.Series,c=n.StackItem,y=n.seriesType,o=n.seriesTypes;(t=n.addEvent)(f,"afterInit",function(){this.isXAxis||(this.waterfallStacks={changed:!1})});t(a,"beforeRedraw",function(){for(var i=this.axes,t=this.series,n=t.length;n--;)t[n].options.stacking&&(i.forEach(function(n){n.isXAxis||(n.waterfallStacks.changed=!0)}),n=0)});t(f,"afterRender",function(){var n=this.options.stackLabels;n&&n.enabled&&this.waterfallStacks&&this.renderWaterfallStackTotals()});f.prototype.renderWaterfallStackTotals=function(){var t=this.waterfallStacks,r=this.stackTotalGroup,n=new c(this,this.options.stackLabels,!1,0,void 0);this.dummyStackItem=n;i(t,function(t){i(t,function(t){n.total=t.stackTotal;t.label&&(n.label=t.label);c.prototype.render.call(n,r);t.label=n.label;delete n.label})});n.total=null};y("waterfall","column",{dataLabels:{inside:!0},lineWidth:1,lineColor:"#333333",dashStyle:"Dot",borderColor:"#333333",states:{hover:{lineWidthPlus:0}}},{pointValKey:"y",showLine:!0,generatePoints:function(){var i,n,t;for(o.column.prototype.generatePoints.apply(this),n=0,i=this.points.length;n<i;n++)t=this.points[n],(t.isIntermediateSum||t.isSum)&&(t.y=u(this.processedYData[n]))},translate:function(){var c,a=this.options,f=this.yAxis,v=r(a.minPointLength,5),y=v/2,p=a.threshold,b=a.stacking,w=f.waterfallStacks[this.stackKey],e;o.column.prototype.translate.apply(this);var l=c=p,k=this.points,h=0;for(a=k.length;h<a;h++){var u=k[h],s=this.processedYData[h],t=u.shapeArgs,n=[0,s],i=u.y;b?(w&&((n=w[h],"overlap"===b)?(e=n.stackState[n.stateIndex--],e=0<=i?e:e-i,Object.hasOwnProperty.call(n,"absolutePos")&&delete n.absolutePos,Object.hasOwnProperty.call(n,"absoluteNeg")&&delete n.absoluteNeg):(0<=i?(e=n.threshold+n.posTotal,n.posTotal-=i):(e=n.threshold+n.negTotal,n.negTotal-=i,e-=i),!n.posTotal&&Object.hasOwnProperty.call(n,"absolutePos")&&(n.posTotal=n.absolutePos,delete n.absolutePos),!n.negTotal&&Object.hasOwnProperty.call(n,"absoluteNeg")&&(n.negTotal=n.absoluteNeg,delete n.absoluteNeg)),u.isSum||(n.connectorThreshold=n.threshold+n.stackTotal),f.reversed?(s=0<=i?e-i:e+i,i=e):(s=e,i=e-i),u.below=s<=r(p,0),t.y=f.translate(s,0,1,0,1),t.height=Math.abs(t.y-f.translate(i,0,1,0,1))),(i=f.dummyStackItem)&&(i.x=h,i.label=w[h].label,i.setOffset(this.pointXOffset||0,this.barW||0,this.stackedYNeg[h],this.stackedYPos[h]))):(e=Math.max(l,l+i)+n[0],t.y=f.translate(e,0,1,0,1),u.isSum?(t.y=f.translate(n[1],0,1,0,1),t.height=Math.min(f.translate(n[0],0,1,0,1),f.len)-t.y):u.isIntermediateSum?(0<=i?(s=n[1]+c,i=c):(s=c,i=n[1]+c),f.reversed&&(s^=i,s^=i^=s),t.y=f.translate(s,0,1,0,1),t.height=Math.abs(t.y-Math.min(f.translate(i,0,1,0,1),f.len)),c+=n[1]):(t.height=0<s?f.translate(l,0,1,0,1)-t.y:f.translate(l,0,1,0,1)-f.translate(l-s,0,1,0,1),u.below=(l+=s)<r(p,0)),0>t.height&&(t.y+=t.height,t.height*=-1));u.plotY=t.y=Math.round(t.y)-this.borderWidth%2/2;t.height=Math.max(Math.round(t.height),.001);u.yBottom=t.y+t.height;t.height<=v&&!u.isNull?(t.height=v,t.y-=y,u.plotY=t.y,u.minPointLengthOffset=0>u.y?-y:y):(u.isNull&&(t.width=0),u.minPointLengthOffset=0);t=u.plotY+(u.negative?t.height:0);this.chart.inverted?u.tooltipPos[0]=f.len-t:u.tooltipPos[1]=t}},processData:function(n){for(var f,i,o,s,c=this.options,h=this.yData,l=c.data,v=h.length,y=c.threshold||0,r,a,t=i=f=o=s=0;t<v;t++)r=h[t],a=l&&l[t]?l[t]:{},"sum"===r||a.isSum?h[t]=u(i):"intermediateSum"===r||a.isIntermediateSum?(h[t]=u(f),f=0):(i+=r,f+=r),o=Math.min(i,o),s=Math.max(i,s);e.prototype.processData.call(this,n);c.stacking||(this.dataMin=o+y,this.dataMax=s)},toYData:function(n){return n.isSum?"sum":n.isIntermediateSum?"intermediateSum":n.y},updateParallelArrays:function(n,t){e.prototype.updateParallelArrays.call(this,n,t);"sum"!==this.yData[0]&&"intermediateSum"!==this.yData[0]||(this.yData[0]=null)},pointAttribs:function(n,t){var i=this.options.upColor;return i&&!n.options.color&&(n.color=0<n.y?i:null),delete(n=o.column.prototype.pointAttribs.call(this,n,t)).dashstyle,n},getGraphPath:function(){return["M",0,0]},getCrispPath:function(){for(var u=this.data,h=this.yAxis,y=u.length,c=Math.round(this.graph.strokeWidth())%2/2,p=Math.round(this.borderWidth)%2/2,l=this.xAxis.reversed,o=this.yAxis.reversed,a=this.options.stacking,s=[],f,n=1;n<y;n++){var v=u[n].shapeArgs,e=u[n-1],t=u[n-1].shapeArgs,i=h.waterfallStacks[this.stackKey],r=0<e.y?-t.height:0;i&&(i=i[n-1],a?(i=i.connectorThreshold,r=Math.round(h.translate(i,0,1,0,1)+(o?r:0))-c):r=t.y+e.minPointLengthOffset+p-c,f=["M",t.x+(l?0:t.width),r,"L",v.x+(l?v.width:0),r]);(!a&&0>e.y&&!o||0<e.y&&o)&&(f[2]+=t.height,f[5]+=t.height);s=s.concat(f)}return s},drawGraph:function(){e.prototype.drawGraph.call(this);this.graph.attr({d:this.getCrispPath()})},setStackedPoints:function(){function v(t,i,r,u){if(s)for(;r<s;r++)n.stackState[r]+=u;else n.stackState[0]=t,s=n.stackState.length;n.stackState.push(n.stackState[s-1]+i)}var h,c,y=this.options,f=this.yAxis.waterfallStacks,l=y.threshold,t=l||0,p=t,i=this.stackKey,w=this.xData,k=w.length,a,e,r,n,u,o,b,s;if(this.yAxis.usePercentage=!1,a=h=c=t,this.visible||!this.chart.options.chart.ignoreHiddenSeries){for(f[i]||(f[i]={}),i=f[i],e=0;e<k;e++)r=w[e],i[r]&&!f.changed||(i[r]={negTotal:0,posTotal:0,stackTotal:0,threshold:0,stateIndex:0,stackState:[],label:f.changed&&i[r]?i[r].label:void 0}),n=i[r],u=this.yData[e],0<=u?n.posTotal+=u:n.negTotal+=u,o=y.data[e],r=n.absolutePos=n.posTotal,b=n.absoluteNeg=n.negTotal,n.stackTotal=r+b,s=n.stackState.length,o&&o.isIntermediateSum?(v(c,h,0,c),c=h,h=l,t^=p,t^=p^=t):o&&o.isSum?(v(l,a,s),t=l):(v(t,u,0,a),o&&(a+=u,h+=u)),n.stateIndex++,n.threshold=t,t+=n.stackTotal;f.changed=!1}},getExtremes:function(){var u=this.options.stacking,n,t,r;u&&(n=this.yAxis,n=n.waterfallStacks,t=this.stackedYNeg=[],r=this.stackedYPos=[],i(n[this.stackKey],"overlap"===u?function(n){t.push(h(n.stackState));r.push(s(n.stackState))}:function(n){t.push(n.negTotal+n.threshold);r.push(n.posTotal+n.threshold)}),this.dataMin=h(t),this.dataMax=s(r))}},{getClassName:function(){var n=v.prototype.getClassName.call(this);return this.isSum?n+=" highcharts-sum":this.isIntermediateSum&&(n+=" highcharts-intermediate-sum"),n},isValid:function(){return l(this.y)||this.isSum||this.isIntermediateSum}})});t(n,"parts-more/PolygonSeries.js",[n["parts/Globals.js"]],function(n){var t=n.Series,i=n.seriesTypes;n.seriesType("polygon","scatter",{marker:{enabled:!1,states:{hover:{enabled:!1}}},stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:""},trackByArea:!0},{type:"polygon",getGraphPath:function(){for(var n=t.prototype.getGraphPath.call(this),i=n.length+1;i--;)(i===n.length||"M"===n[i])&&0<i&&n.splice(i,0,"z");return this.areaPath=n},drawGraph:function(){this.options.fillColor=this.color;i.area.prototype.drawGraph.call(this)},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,drawTracker:t.prototype.drawTracker,setStackedPoints:n.noop})});t(n,"parts-more/BubbleLegend.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var h=t.arrayMax,c=t.arrayMin,u=t.isNumber,f=t.objectEach,i=t.pick;t=n.Series;var e=n.Legend,o=n.Chart,s=n.addEvent,l=n.wrap,a=n.color,v=n.numberFormat,r=n.merge,y=n.noop,p=n.stableSort;n.setOptions({legend:{bubbleLegend:{borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:10,color:void 0},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0}}});n.BubbleLegend=function(n,t){this.init(n,t)};n.BubbleLegend.prototype={init:function(n,t){this.options=n;this.visible=!0;this.chart=t.chart;this.legend=t},setState:y,addToLegend:function(n){n.splice(this.options.legendIndex,0,this)},drawLegendSymbol:function(n){var f=this.chart,e=this.options,o=i(n.options.itemDistance,20),t=e.ranges,r=e.connectorDistance;this.fontMetrics=f.renderer.fontMetrics(e.labels.style.fontSize.toString()+"px");t&&t.length&&u(t[0].value)?(p(t,function(n,t){return t.value-n.value}),this.ranges=t,this.setOptions(),this.render(),f=this.getMaxLabelSize(),n=2*(t=this.ranges[0].radius),r=0<(r=r-t+f.width)?r:0,this.maxLabel=f,this.movementX="left"===e.labels.align?r:0,this.legendItemWidth=n+r+o,this.legendItemHeight=n+this.fontMetrics.h/2):n.options.bubbleLegend.autoRanges=!0},setOptions:function(){var t=this.ranges,n=this.options,u=this.chart.series[n.seriesIndex],h=this.legend.baseline,f={"z-index":n.zIndex,"stroke-width":n.borderWidth},e={"z-index":n.zIndex,"stroke-width":n.connectorWidth},c=this.getLabelStyles(),o=u.options.marker.fillOpacity,s=this.chart.styledMode;t.forEach(function(l,v){s||(f.stroke=i(l.borderColor,n.borderColor,u.color),f.fill=i(l.color,n.color,1!==o?a(u.color).setOpacity(o).get("rgba"):u.color),e.stroke=i(l.connectorColor,n.connectorColor,u.color));t[v].radius=this.getRangeRadius(l.value);t[v]=r(t[v],{center:t[0].radius-t[v].radius+h});s||r(!0,t[v],{bubbleStyle:r(!1,f),connectorStyle:r(!1,e),labelStyle:c})},this)},getLabelStyles:function(){var n=this.options,t={},u="left"===n.labels.align,e=this.legend.options.rtl;return f(n.labels.style,function(n,i){"color"!==i&&"fontSize"!==i&&"z-index"!==i&&(t[i]=n)}),r(!1,t,{"font-size":n.labels.style.fontSize,fill:i(n.labels.style.color,"#000000"),"z-index":n.zIndex,align:e||u?"right":"left"})},getRangeRadius:function(n){var t=this.options;return this.chart.series[this.options.seriesIndex].getRadius.call(this,t.ranges[t.ranges.length-1].value,t.ranges[0].value,t.minSize,t.maxSize,n)},render:function(){var n=this.chart.renderer,t=this.options.zThreshold;this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]});this.legendSymbol=n.g("bubble-legend");this.legendItem=n.g("bubble-legend-item");this.legendSymbol.translateX=0;this.legendSymbol.translateY=0;this.ranges.forEach(function(n){n.value>=t&&this.renderRange(n)},this);this.legendSymbol.add(this.legendItem);this.legendItem.add(this.legendGroup);this.hideOverlappingLabels()},renderRange:function(n){var t=this.options,h=t.labels,u=this.chart.renderer,c=this.symbols,y=c.labels,a=n.center,v=Math.abs(n.radius),i=t.connectorDistance,f=h.align,e=h.style.fontSize,o,s,r,l;i=this.legend.options.rtl||"left"===f?-i:i;o=this.ranges[0].radius;s=a-v-t.borderWidth/2+(h=t.connectorWidth)/2;e=e/2-(this.fontMetrics.h-e)/2;r=u.styledMode;"center"===f&&(i=0,t.connectorDistance=0,n.labelStyle.align="center");f=s+t.labels.y;l=o+i+t.labels.x;c.bubbleItems.push(u.circle(o,a+((s%1?1:.5)-(h%2?0:.5)),v).attr(r?{}:n.bubbleStyle).addClass((r?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-symbol "+(t.className||"")).add(this.legendSymbol));c.connectors.push(u.path(u.crispLine(["M",o,s,"L",o+i,s],t.connectorWidth)).attr(r?{}:n.connectorStyle).addClass((r?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(t.connectorClassName||"")).add(this.legendSymbol));n=u.text(this.formatLabel(n),l,f+e).attr(r?{}:n.labelStyle).addClass("highcharts-bubble-legend-labels "+(t.labels.className||"")).add(this.legendSymbol);y.push(n);n.placed=!0;n.alignAttr={x:l,y:f+e}},getMaxLabelSize:function(){var n,t;return this.symbols.labels.forEach(function(i){t=i.getBBox(!0);n=n?t.width>n.width?t:n:t}),n||{}},formatLabel:function(t){var i=this.options,r=i.labels.formatter;return(i=i.labels.format)?n.format(i,t):r?r.call(t):v(t.value,1)},hideOverlappingLabels:function(){var n=this.symbols;!this.options.labels.allowOverlap&&n&&(this.chart.hideOverlappingLabels(n.labels),n.labels.forEach(function(t,i){t.newOpacity?t.newOpacity!==t.oldOpacity&&n.connectors[i].show():n.connectors[i].hide()}))},getRanges:function(){var o,s=this.legend.bubbleLegend,t=s.options.ranges,f=Number.MAX_VALUE,n=-Number.MAX_VALUE,e;return s.chart.series.forEach(function(t){t.isBubble&&!t.ignoreSeries&&(o=t.zData.filter(u)).length&&(f=i(t.options.zMin,Math.min(f,Math.max(c(o),!1===t.options.displayNegative?t.options.zThreshold:-Number.MAX_VALUE))),n=i(t.options.zMax,Math.max(n,h(o))))}),e=f===n?[{value:n}]:[{value:f},{value:(f+n)/2},{value:n,autoRanges:!0}],t.length&&t[0].radius&&e.reverse(),e.forEach(function(n,i){t&&t[i]&&(e[i]=r(!1,t[i],n))}),e},predictBubbleSizes:function(){var t=this.chart,i=this.fontMetrics,o=t.legend.options,r="horizontal"===o.layout,h=r?t.legend.lastLineHeight:0,u=t.plotSizeX,f=t.plotSizeY,n=t.series[this.options.seriesIndex],e,s;return t=Math.ceil(n.minPxSize),e=Math.ceil(n.maxPxSize),n=n.options.maxSize,s=Math.min(f,u),o.floating||!/%$/.test(n)?i=e:(n=parseFloat(n),i=(s+h-i.h/2)*n/100/(n/100+1),(r&&f-i>=u||!r&&u-i>=f)&&(i=e)),[t,Math.ceil(i)]},updateRanges:function(n,t){var i=this.legend.options.bubbleLegend;i.minSize=n;i.maxSize=t;i.ranges=this.getRanges()},correctSizes:function(){var t=this.legend,n=this.chart.series[this.options.seriesIndex];1<Math.abs(Math.ceil(n.maxPxSize)-this.options.maxSize)&&(this.updateRanges(this.options.minSize,n.maxPxSize),t.render())}};s(n.Legend,"afterGetAllItems",function(t){var r=this.bubbleLegend,u=this.options,i=u.bubbleLegend,f=this.chart.getVisibleBubbleSeriesIndex();r&&r.ranges&&r.ranges.length&&(i.ranges.length&&(i.autoRanges=!!i.ranges[0].autoRanges),this.destroyItem(r));0<=f&&u.enabled&&i.enabled&&(i.seriesIndex=f,this.bubbleLegend=new n.BubbleLegend(i,this),this.bubbleLegend.addToLegend(t.allItems))});o.prototype.getVisibleBubbleSeriesIndex=function(){for(var t=this.series,n=0;n<t.length;){if(t[n]&&t[n].isBubble&&t[n].visible&&t[n].zData.length)return n;n++}return-1};e.prototype.getLinesHeights=function(){for(var n=this.allItems,i=[],f=n.length,r=0,u,t=0;t<f;t++)if(n[t].legendItemHeight&&(n[t].itemHeight=n[t].legendItemHeight),n[t]===n[f-1]||n[t+1]&&n[t]._legendItemPos[1]!==n[t+1]._legendItemPos[1]){for(i.push({height:0}),u=i[i.length-1];r<=t;r++)n[r].itemHeight>u.height&&(u.height=n[r].itemHeight);u.step=t}return i};e.prototype.retranslateItems=function(n){var i,r,u,f=this.options.rtl,t=0;this.allItems.forEach(function(e,o){i=e.legendGroup.translateX;r=e._legendItemPos[1];((u=e.movementX)||f&&e.ranges)&&e.legendGroup.attr({translateX:u=f?i-e.options.maxSize/2:i+u});o>n[t].step&&t++;e.legendGroup.attr({translateY:Math.round(r+n[t].height/2)});e._legendItemPos[1]=r+n[t].height/2})};s(t,"legendItemClick",function(){var n=this.chart,i=this.visible,t=this.chart.legend;t&&t.bubbleLegend&&(this.visible=!i,this.ignoreSeries=i,n=0<=n.getVisibleBubbleSeriesIndex(),t.bubbleLegend.visible!==n&&(t.update({bubbleLegend:{enabled:n}}),t.bubbleLegend.visible=n),this.visible=i)});l(o.prototype,"drawChartBox",function(n,t,i){var r=this.legend,u=0<=this.getVisibleBubbleSeriesIndex(),e;r&&r.options.enabled&&r.bubbleLegend&&r.options.bubbleLegend.autoRanges&&u?(e=r.bubbleLegend.options,u=r.bubbleLegend.predictBubbleSizes(),r.bubbleLegend.updateRanges(u[0],u[1]),e.placed||(r.group.placed=!1,r.allItems.forEach(function(n){n.legendGroup.translateY=null})),r.render(),this.getMargins(),this.axes.forEach(function(n){n.visible&&n.render();e.placed||(n.setScale(),n.updateNames(),f(n.ticks,function(n){n.isNew=!0;n.isNewLabel=!0}))}),e.placed=!0,this.getMargins(),n.call(this,t,i),r.bubbleLegend.correctSizes(),r.retranslateItems(r.getLinesHeights())):(n.call(this,t,i),r&&r.options.enabled&&r.bubbleLegend&&(r.render(),r.retranslateItems(r.getLinesHeights())))})});t(n,"parts-more/BubbleSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var e=t.arrayMax,o=t.arrayMin,s=t.extend,i=t.isNumber,r=t.pick,h=t.pInt;t=n.Axis;var c=n.color,u=n.noop,l=n.Point,a=n.Series,f=n.seriesTypes;n.seriesType("bubble","scatter",{dataLabels:{formatter:function(){return this.point.z},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"},{pointArrayMap:["y","z"],parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",bubblePadding:!0,zoneAxis:"z",directTouch:!0,isBubble:!0,pointAttribs:function(n,t){var i=this.options.marker.fillOpacity;return n=a.prototype.pointAttribs.call(this,n,t),1!==i&&(n.fill=c(n.fill).setOpacity(i).get("rgba")),n},getRadii:function(n,t,i){var u=this.zData,e=this.yData,o=i.minPxSize,s=i.maxPxSize,f=[],r=0;for(i=u.length;r<i;r++)f.push(this.getRadius(n,t,o,s,u[r],e[r]));this.radii=f},getRadius:function(n,t,r,u,f,e){var s=this.options,l="width"!==s.sizeBy,h=s.zThreshold,c=t-n,o=.5;if(null===e||null===f)return null;if(i(f)){if(s.sizeByAbsoluteValue&&(f=Math.abs(f-h),c=Math.max(t-h,Math.abs(n-h)),n=0),f<n)return r/2-1;0<c&&(o=(f-n)/c)}return l&&0<=o&&(o=Math.sqrt(o)),Math.ceil(r+o*(u-r))/2},animate:function(n){!n&&this.points.length<this.options.animationLimit&&(this.points.forEach(function(n){var t=n.graphic,i;t&&t.width&&(i={x:t.x,y:t.y,width:t.width,height:t.height},t.attr({x:n.plotX,y:n.plotY,width:1,height:1}),t.animate(i,this.options.animation))},this),this.animate=null)},hasData:function(){return!!this.processedXData.length},translate:function(){var r,u=this.data,e=this.radii,t,n;for(f.scatter.prototype.translate.call(this),r=u.length;r--;)t=u[r],n=e?e[r]:0,i(n)&&n>=this.minPxSize/2?(t.marker=s(t.marker,{radius:n,width:2*n,height:2*n}),t.dlBox={x:t.plotX-n,y:t.plotY-n,width:2*n,height:2*n}):t.shapeArgs=t.plotY=t.dlBox=void 0},alignDataLabel:f.column.prototype.alignDataLabel,buildKDTree:u,applyZones:u},{haloPath:function(n){return l.prototype.haloPath.call(this,0===n?0:(this.marker&&this.marker.radius||0)+n)},ttBelow:!1});t.prototype.beforePadding=function(){var n=this,t=this.len,l=this.chart,f=0,u=t,a=this.isXAxis,k=a?"xData":"yData",v=this.min,s={},d=Math.min(l.plotWidth,l.plotHeight),y=Number.MAX_VALUE,p=-Number.MAX_VALUE,w=this.max-v,c=t/w,b=[];this.series.forEach(function(t){var u=t.options;t.bubblePadding&&(t.visible||!l.options.chart.ignoreHiddenSeries)&&(n.allowZoomOutside=!0,b.push(t),a&&(["minSize","maxSize"].forEach(function(n){var t=u[n],i=/%$/.test(t);t=h(t);s[n]=i?d*t/100:t}),t.minPxSize=s.minSize,t.maxPxSize=Math.max(s.maxSize,s.minSize),(t=t.zData.filter(i)).length&&(y=r(u.zMin,Math.min(y,Math.max(o(t),!1===u.displayNegative?u.zThreshold:-Number.MAX_VALUE))),p=r(u.zMax,Math.max(p,e(t))))))});b.forEach(function(t){var e=t[k],r=e.length,o;if(a&&t.getRadii(y,p,t),0<w)for(;r--;)i(e[r])&&n.dataMin<=e[r]&&e[r]<=n.dataMax&&(o=t.radii?t.radii[r]:0,f=Math.min((e[r]-v)*c-o,f),u=Math.max((e[r]-v)*c+o,u))});b.length&&0<w&&!this.isLog&&(u-=t,c*=(t+Math.max(0,f)-Math.min(u,t))/t,[["min","userMin",f],["max","userMax",u]].forEach(function(t){void 0===r(n.options[t[0]],n[t[1]])&&(n[t[0]]+=t[2]/c)}))}});t(n,"modules/networkgraph/integrations.js",[n["parts/Globals.js"]],function(n){n.networkgraphIntegrations={verlet:{attractiveForceFunction:function(n,t){return(t-n)/n},repulsiveForceFunction:function(n,t){return(t-n)/n*(t>n?1:0)},barycenter:function(){var i=this.options.gravitationalConstant,n=this.barycenter.xFactor,t=this.barycenter.yFactor;n=(n-(this.box.left+this.box.width)/2)*i;t=(t-(this.box.top+this.box.height)/2)*i;this.nodes.forEach(function(i){i.fixedPosition||(i.plotX-=n/i.mass/i.degree,i.plotY-=t/i.mass/i.degree)})},repulsive:function(n,t,i){t=t*this.diffTemperature/n.mass/n.degree;n.fixedPosition||(n.plotX+=i.x*t,n.plotY+=i.y*t)},attractive:function(n,t,i){var r=n.getMass(),u=-i.x*t*this.diffTemperature;t=-i.y*t*this.diffTemperature;n.fromNode.fixedPosition||(n.fromNode.plotX-=u*r.fromNode/n.fromNode.degree,n.fromNode.plotY-=t*r.fromNode/n.fromNode.degree);n.toNode.fixedPosition||(n.toNode.plotX+=u*r.toNode/n.toNode.degree,n.toNode.plotY+=t*r.toNode/n.toNode.degree)},integrate:function(n,t){var i=-n.options.friction,f=n.options.maxSpeed,r=(t.plotX+t.dispX-t.prevX)*i,u,e;i*=t.plotY+t.dispY-t.prevY;u=Math.abs;e=u(r)/(r||1);u=u(i)/(i||1);r=e*Math.min(f,Math.abs(r));i=u*Math.min(f,Math.abs(i));t.prevX=t.plotX+t.dispX;t.prevY=t.plotY+t.dispY;t.plotX+=r;t.plotY+=i;t.temperature=n.vectorLength({x:r,y:i})},getK:function(n){return Math.pow(n.box.width*n.box.height/n.nodes.length,.5)}},euler:{attractiveForceFunction:function(n,t){return n*n/t},repulsiveForceFunction:function(n,t){return t*t/n},barycenter:function(){var n=this.options.gravitationalConstant,t=this.barycenter.xFactor,i=this.barycenter.yFactor;this.nodes.forEach(function(r){if(!r.fixedPosition){var u=r.getDegree();r.dispX+=(t-r.plotX)*n*(u*=1+u/2)/r.degree;r.dispY+=(i-r.plotY)*n*u/r.degree}})},repulsive:function(n,t,i,r){n.dispX+=i.x/r*t/n.degree;n.dispY+=i.y/r*t/n.degree},attractive:function(n,t,i,r){var u=n.getMass(),f=i.x/r*t;t*=i.y/r;n.fromNode.fixedPosition||(n.fromNode.dispX-=f*u.fromNode/n.fromNode.degree,n.fromNode.dispY-=t*u.fromNode/n.fromNode.degree);n.toNode.fixedPosition||(n.toNode.dispX+=f*u.toNode/n.toNode.degree,n.toNode.dispY+=t*u.toNode/n.toNode.degree)},integrate:function(n,t){t.dispX+=t.dispX*n.options.friction;t.dispY+=t.dispY*n.options.friction;var i=t.temperature=n.vectorLength({x:t.dispX,y:t.dispY});0!==i&&(t.plotX+=t.dispX/i*Math.min(Math.abs(t.dispX),n.temperature),t.plotY+=t.dispY/i*Math.min(Math.abs(t.dispY),n.temperature))},getK:function(n){return Math.pow(n.box.width*n.box.height/n.nodes.length,.3)}}}});t(n,"modules/networkgraph/QuadTree.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){t=t.extend;var i=n.QuadTreeNode=function(n){this.box=n;this.boxSize=Math.min(n.width,n.height);this.nodes=[];this.body=this.isInternal=!1;this.isEmpty=!0};t(i.prototype,{insert:function(n,t){this.isInternal?this.nodes[this.getBoxPosition(n)].insert(n,t-1):(this.isEmpty=!1,this.body?t?(this.isInternal=!0,this.divideBox(),!0!==this.body&&(this.nodes[this.getBoxPosition(this.body)].insert(this.body,t-1),this.body=!0),this.nodes[this.getBoxPosition(n)].insert(n,t-1)):((t=new i({top:n.plotX,left:n.plotY,width:.1,height:.1})).body=n,t.isInternal=!1,this.nodes.push(t)):(this.isInternal=!1,this.body=n))},updateMassAndCenter:function(){var n=0,t=0,i=0;this.isInternal?(this.nodes.forEach(function(r){r.isEmpty||(n+=r.mass,t+=r.plotX*r.mass,i+=r.plotY*r.mass)}),t/=n,i/=n):this.body&&(n=this.body.mass,t=this.body.plotX,i=this.body.plotY);this.mass=n;this.plotX=t;this.plotY=i},divideBox:function(){var n=this.box.width/2,t=this.box.height/2;this.nodes[0]=new i({left:this.box.left,top:this.box.top,width:n,height:t});this.nodes[1]=new i({left:this.box.left+n,top:this.box.top,width:n,height:t});this.nodes[2]=new i({left:this.box.left+n,top:this.box.top+t,width:n,height:t});this.nodes[3]=new i({left:this.box.left,top:this.box.top+t,width:n,height:t})},getBoxPosition:function(n){var t=n.plotY<this.box.top+this.box.height/2;return n.plotX<this.box.left+this.box.width/2?t?0:3:t?1:2}});t((n=n.QuadTree=function(n,t,r,u){this.box={left:n,top:t,width:r,height:u};this.maxDepth=25;this.root=new i(this.box,"0");this.root.isInternal=!0;this.root.isRoot=!0;this.root.divideBox()}).prototype,{insertNodes:function(n){n.forEach(function(n){this.root.insert(n,this.maxDepth)},this)},visitNodeRecursive:function(n,t,i){var r;n||(n=this.root);n===this.root&&t&&(r=t(n));!1!==r&&(n.nodes.forEach(function(n){if(n.isInternal){if(t&&(r=t(n)),!1===r)return;this.visitNodeRecursive(n,t,i)}else n.body&&t&&t(n.body);i&&i(n)},this),n===this.root&&i&&i(n))},calculateMassAndCenter:function(){this.visitNodeRecursive(null,null,function(n){n.updateMassAndCenter()})}})});t(n,"modules/networkgraph/layouts.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var u=t.defined,f=t.extend,i=t.pick,e=t.setAnimation,r;t=n.addEvent;r=n.Chart;n.layouts={"reingold-fruchterman":function(){}};f(n.layouts["reingold-fruchterman"].prototype,{init:function(t){this.options=t;this.nodes=[];this.links=[];this.series=[];this.box={x:0,y:0,width:0,height:0};this.setInitialRendering(!0);this.integration=n.networkgraphIntegrations[t.integration];this.attractiveForce=i(t.attractiveForce,this.integration.attractiveForceFunction);this.repulsiveForce=i(t.repulsiveForce,this.integration.repulsiveForceFunction);this.approximation=t.approximation},start:function(){var n=this.series,t=this.options;this.currentStep=0;this.forces=n[0]&&n[0].forces||[];this.initialRendering&&(this.initPositions(),n.forEach(function(n){n.render()}));this.setK();this.resetSimulation(t);t.enableSimulation&&this.step()},step:function(){var t=this,i=this.series,r=this.options;t.currentStep++;"barnes-hut"===t.approximation&&(t.createQuadTree(),t.quadTree.calculateMassAndCenter());t.forces.forEach(function(n){t[n+"Forces"](t.temperature)});t.applyLimits(t.temperature);t.temperature=t.coolDown(t.startTemperature,t.diffTemperature,t.currentStep);t.prevSystemTemperature=t.systemTemperature;t.systemTemperature=t.getSystemTemperature();r.enableSimulation&&(i.forEach(function(n){n.chart&&n.render()}),t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()?(t.simulation&&n.win.cancelAnimationFrame(t.simulation),t.simulation=n.win.requestAnimationFrame(function(){t.step()})):t.simulation=!1)},stop:function(){this.simulation&&n.win.cancelAnimationFrame(this.simulation)},setArea:function(n,t,i,r){this.box={left:n,top:t,width:i,height:r}},setK:function(){this.k=this.options.linkLength||this.integration.getK(this)},addElementsToCollection:function(n,t){n.forEach(function(n){-1===t.indexOf(n)&&t.push(n)})},removeElementFromCollection:function(n,t){-1!==(n=t.indexOf(n))&&t.splice(n,1)},clear:function(){this.nodes.length=0;this.links.length=0;this.series.length=0;this.resetSimulation()},resetSimulation:function(){this.forcedStop=!1;this.systemTemperature=0;this.setMaxIterations();this.setTemperature();this.setDiffTemperature()},setMaxIterations:function(n){this.maxIterations=i(n,this.options.maxIterations)},setTemperature:function(){this.temperature=this.startTemperature=Math.sqrt(this.nodes.length)},setDiffTemperature:function(){this.diffTemperature=this.startTemperature/(this.options.maxIterations+1)},setInitialRendering:function(n){this.initialRendering=n},createQuadTree:function(){this.quadTree=new n.QuadTree(this.box.left,this.box.top,this.box.width,this.box.height);this.quadTree.insertNodes(this.nodes)},initPositions:function(){var t=this.options.initialPositions;n.isFunction(t)?(t.call(this),this.nodes.forEach(function(n){u(n.prevX)||(n.prevX=n.plotX);u(n.prevY)||(n.prevY=n.plotY);n.dispX=0;n.dispY=0})):"circle"===t?this.setCircularPositions():this.setRandomPositions()},setCircularPositions:function(){var r=this.box,t=this.nodes,u=2*Math.PI/(t.length+1),o=t.filter(function(n){return 0===n.linksTo.length}),n=[],f={},e=this.options.initialPositionRadius;o.forEach(function(t){n.push(t),function t(i){i.linksFrom.forEach(function(i){f[i.toNode.id]||(f[i.toNode.id]=!0,n.push(i.toNode),t(i.toNode))})}(t)});n.length?t.forEach(function(t){-1===n.indexOf(t)&&n.push(t)}):n=t;n.forEach(function(n,t){n.plotX=n.prevX=i(n.plotX,r.width/2+e*Math.cos(t*u));n.plotY=n.prevY=i(n.plotY,r.height/2+e*Math.sin(t*u));n.dispX=0;n.dispY=0})},setRandomPositions:function(){function n(n){return(n=n*n/Math.PI)-Math.floor(n)}var t=this.box,r=this.nodes,u=r.length+1;r.forEach(function(r,f){r.plotX=r.prevX=i(r.plotX,t.width*n(f));r.plotY=r.prevY=i(r.plotY,t.height*n(u+f));r.dispX=0;r.dispY=0})},force:function(n){this.integration[n].apply(this,Array.prototype.slice.call(arguments,1))},barycenterForces:function(){this.getBarycenter();this.force("barycenter")},getBarycenter:function(){var n=0,t=0,i=0;return this.nodes.forEach(function(r){t+=r.plotX*r.mass;i+=r.plotY*r.mass;n+=r.mass}),this.barycenter={x:t,y:i,xFactor:t/n,yFactor:i/n}},barnesHutApproximation:function(n,t){var u=this.getDistXY(n,t),i=this.vectorLength(u),r,f;return n!==t&&0!==i&&(t.isInternal?t.boxSize/i<this.options.theta&&0!==i?(r=this.repulsiveForce(i,this.k),this.force("repulsive",n,r*t.mass,u,i),f=!1):f=!0:(r=this.repulsiveForce(i,this.k),this.force("repulsive",n,r*t.mass,u,i))),f},repulsiveForces:function(){var n=this;n.nodes.forEach("barnes-hut"===n.approximation?function(t){n.quadTree.visitNodeRecursive(null,function(i){return n.barnesHutApproximation(t,i)})}:function(t){n.nodes.forEach(function(i){var u,r,f;t===i||t.fixedPosition||(u=n.getDistXY(t,i),r=n.vectorLength(u),0!==r&&(f=n.repulsiveForce(r,n.k),n.force("repulsive",t,f*i.mass,u,r)))})})},attractiveForces:function(){var t,i,r,n=this;n.links.forEach(function(u){u.fromNode&&u.toNode&&(t=n.getDistXY(u.fromNode,u.toNode),0!==(i=n.vectorLength(t))&&(r=n.attractiveForce(i,n.k),n.force("attractive",u,r,t,i)))})},applyLimits:function(){var n=this;n.nodes.forEach(function(t){t.fixedPosition||(n.integration.integrate(n,t),n.applyLimitBox(t,n.box),t.dispX=0,t.dispY=0)})},applyLimitBox:function(n,t){var i=n.radius;n.plotX=Math.max(Math.min(n.plotX,t.width-i),t.left+i);n.plotY=Math.max(Math.min(n.plotY,t.height-i),t.top+i)},coolDown:function(n,t,i){return n-t*i},isStable:function(){return 1e-5>Math.abs(this.systemTemperature-this.prevSystemTemperature)||0>=this.temperature},getSystemTemperature:function(){return this.nodes.reduce(function(n,t){return n+t.temperature},0)},vectorLength:function(n){return Math.sqrt(n.x*n.x+n.y*n.y)},getDistR:function(n,t){return n=this.getDistXY(n,t),this.vectorLength(n)},getDistXY:function(n,t){var i=n.plotX-t.plotX;return{x:i,y:n=n.plotY-t.plotY,absX:Math.abs(i),absY:Math.abs(n)}}});t(r,"predraw",function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach(function(n){n.stop()})});t(r,"render",function(){function i(i){i.maxIterations--&&isFinite(i.temperature)&&!i.isStable()&&!i.options.enableSimulation&&(i.beforeStep&&i.beforeStep(),i.step(),n=!1,t=!0)}var t=!1,n;if(this.graphLayoutsLookup){for(e(!1,this),this.graphLayoutsLookup.forEach(function(n){n.start()});!n;)n=!0,this.graphLayoutsLookup.forEach(i);t&&this.series.forEach(function(n){n&&n.layout&&n.render()})}})});t(n,"modules/networkgraph/draggable-nodes.js",[n["parts/Globals.js"]],function(n){var i=n.Chart,t=n.addEvent;n.dragNodesMixin={onMouseDown:function(n,t){t=this.chart.pointer.normalize(t);n.fixedPosition={chartX:t.chartX,chartY:t.chartY,plotX:n.plotX,plotY:n.plotY};n.inDragMode=!0},onMouseMove:function(n,t){if(n.fixedPosition&&n.inDragMode){var r=this.chart,i=r.pointer.normalize(t);t=n.fixedPosition.chartX-i.chartX;i=n.fixedPosition.chartY-i.chartY;(5<Math.abs(t)||5<Math.abs(i))&&r.isInsidePlot(t=n.fixedPosition.plotX-t,i=n.fixedPosition.plotY-i)&&(n.plotX=t,n.plotY=i,n.hasDragged=!0,this.redrawHalo(n),this.layout.simulation?this.layout.resetSimulation():(this.layout.setInitialRendering(!1),this.layout.enableSimulation?this.layout.start():this.layout.setMaxIterations(1),this.chart.redraw(),this.layout.setInitialRendering(!0)))}},onMouseUp:function(n){n.fixedPosition&&n.hasDragged&&(this.layout.enableSimulation?this.layout.start():this.chart.redraw(),n.inDragMode=n.hasDragged=!1,this.options.fixedDraggable||delete n.fixedPosition)},redrawHalo:function(n){n&&this.halo&&this.halo.attr({d:n.haloPath(this.options.states.hover.halo.size)})}};t(i,"load",function(){var i,r,u,n=this;n.container&&(i=t(n.container,"mousedown",function(i){var f=n.hoverPoint;f&&f.series&&f.series.hasDraggableNodes&&f.series.options.draggable&&(f.series.onMouseDown(f,i),r=t(n.container,"mousemove",function(n){return f&&f.series&&f.series.onMouseMove(f,n)}),u=t(n.container.ownerDocument,"mouseup",function(n){return r(),u(),f&&f.series&&f.series.onMouseUp(f,n)}))}));t(n,"destroy",function(){i()})})});t(n,"parts-more/PackedBubbleSeries.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var i=t.defined,s=t.extend,h=t.isArray,c=t.isNumber,u=t.pick;t=n.seriesType;var r=n.Series,l=n.Point,e=n.addEvent,a=n.fireEvent,v=n.Chart,y=n.Color,o=n.layouts["reingold-fruchterman"],p=n.seriesTypes.bubble.prototype.pointClass,f=n.dragNodesMixin;n.networkgraphIntegrations.packedbubble={repulsiveForceFunction:function(n,t,i,r){return Math.min(n,(i.marker.radius+r.marker.radius)/2)},barycenter:function(){var t,i,n=this,u=n.options.gravitationalConstant,f=n.box,r=n.nodes;r.forEach(function(e){n.options.splitSeries&&!e.isParentNode?(t=e.series.parentNode.plotX,i=e.series.parentNode.plotY):(t=f.width/2,i=f.height/2);e.fixedPosition||(e.plotX-=(e.plotX-t)*u/(e.mass*Math.sqrt(r.length)),e.plotY-=(e.plotY-i)*u/(e.mass*Math.sqrt(r.length)))})},repulsive:function(n,t,i,r){var u=t*this.diffTemperature/n.mass/n.degree;t=i.x*u;i=i.y*u;n.fixedPosition||(n.plotX+=t,n.plotY+=i);r.fixedPosition||(r.plotX-=t,r.plotY-=i)},integrate:n.networkgraphIntegrations.verlet.integrate,getK:n.noop};n.layouts.packedbubble=n.extendClass(o,{beforeStep:function(){this.options.marker&&this.series.forEach(function(n){n&&n.calculateParentRadius()})},setCircularPositions:function(){var t,i,n=this,r=n.box,f=n.nodes,e=2*Math.PI/(f.length+1),o=n.options.initialPositionRadius;f.forEach(function(f,s){n.options.splitSeries&&!f.isParentNode?(t=f.series.parentNode.plotX,i=f.series.parentNode.plotY):(t=r.width/2,i=r.height/2);f.plotX=f.prevX=u(f.plotX,t+o*Math.cos(f.index||s*e));f.plotY=f.prevY=u(f.plotY,i+o*Math.sin(f.index||s*e));f.dispX=0;f.dispY=0})},repulsiveForces:function(){var t,i,r,n=this,u=n.options.bubblePadding;n.nodes.forEach(function(f){f.degree=f.mass;f.neighbours=0;n.nodes.forEach(function(e){t=0;f===e||f.fixedPosition||!n.options.seriesInteraction&&f.series!==e.series||(r=n.getDistXY(f,e),0>(i=n.vectorLength(r)-(f.marker.radius+e.marker.radius+u))&&(f.degree+=.01,f.neighbours++,t=n.repulsiveForce(-i/Math.sqrt(f.neighbours),n.k,f,e)),n.force("repulsive",f,t*e.mass,r,e,i))})})},applyLimitBox:function(n){if(this.options.splitSeries&&!n.isParentNode&&this.options.parentNodeLimit){var t=this.getDistXY(n,n.series.parentNode),i=n.series.parentNodeRadius-n.marker.radius-this.vectorLength(t);0>i&&i>-2*n.marker.radius&&(n.plotX-=.01*t.x,n.plotY-=.01*t.y)}o.prototype.applyLimitBox.apply(this,arguments)},isStable:function(){return 1e-5>Math.abs(this.systemTemperature-this.prevSystemTemperature)||0>=this.temperature||0<this.systemTemperature&&.02>this.systemTemperature/this.nodes.length&&this.enableSimulation}});t("packedbubble","bubble",{minSize:"10%",maxSize:"50%",sizeBy:"area",zoneAxis:"y",tooltip:{pointFormat:"Value: {point.value}"},draggable:!0,useSimulation:!0,dataLabels:{formatter:function(){return this.point.value},parentNodeFormatter:function(){return this.name},parentNodeTextPath:{enabled:!0},padding:0},layoutAlgorithm:{initialPositions:"circle",initialPositionRadius:20,bubblePadding:5,parentNodeLimit:!1,seriesInteraction:!0,dragBetweenSeries:!1,parentNodeOptions:{maxIterations:400,gravitationalConstant:.03,maxSpeed:50,initialPositionRadius:100,seriesInteraction:!0,marker:{fillColor:null,fillOpacity:1,lineWidth:1,lineColor:null,symbol:"circle"}},enableSimulation:!0,type:"packedbubble",integration:"packedbubble",maxIterations:1e3,splitSeries:!1,maxSpeed:5,gravitationalConstant:.01,friction:-.981}},{hasDraggableNodes:!0,forces:["barycenter","repulsive"],pointArrayMap:["value"],pointValKey:"value",isCartesian:!1,axisTypes:[],noSharedTooltip:!0,accumulateAllPoints:function(n){for(var t,i=n.chart,u=[],r=0;r<i.series.length;r++)if((n=i.series[r]).visible||!i.options.chart.ignoreHiddenSeries)for(t=0;t<n.yData.length;t++)u.push([null,null,n.yData[t],n.index,t,{id:t,marker:{radius:0}}]);return u},init:function(){return r.prototype.init.apply(this,arguments),e(this,"updatedData",function(){this.chart.series.forEach(function(n){n.type===this.type&&(n.isDirty=!0)},this)}),this},render:function(){var n=[];r.prototype.render.apply(this,arguments);this.options.dataLabels.allowOverlap||(this.data.forEach(function(t){h(t.dataLabels)&&t.dataLabels.forEach(function(t){n.push(t)})}),this.chart.hideOverlappingLabels(n))},setVisible:function(){var n=this;r.prototype.setVisible.apply(n,arguments);n.parentNodeLayout&&n.graph?n.visible?(n.graph.show(),n.parentNode.dataLabel&&n.parentNode.dataLabel.show()):(n.graph.hide(),n.parentNodeLayout.removeElementFromCollection(n.parentNode,n.parentNodeLayout.nodes),n.parentNode.dataLabel&&n.parentNode.dataLabel.hide()):n.layout&&(n.visible?n.layout.addElementsToCollection(n.points,n.layout.nodes):n.points.forEach(function(t){n.layout.removeElementFromCollection(t,n.layout.nodes)}))},drawDataLabels:function(){var n=this.options.dataLabels.textPath,t=this.points;r.prototype.drawDataLabels.apply(this,arguments);this.parentNode&&(this.parentNode.formatPrefix="parentNode",this.points=[this.parentNode],this.options.dataLabels.textPath=this.options.dataLabels.parentNodeTextPath,r.prototype.drawDataLabels.apply(this,arguments),this.points=t,this.options.dataLabels.textPath=n)},seriesBox:function(){var r,t=this.chart,u=Math.max,f=Math.min,n=[t.plotLeft,t.plotLeft+t.plotWidth,t.plotTop,t.plotTop+t.plotHeight];return this.data.forEach(function(t){i(t.plotX)&&i(t.plotY)&&t.marker.radius&&(n[0]=f(n[0],t.plotX-(r=t.marker.radius)),n[1]=u(n[1],t.plotX+r),n[2]=f(n[2],t.plotY-r),n[3]=u(n[3],t.plotY+r))}),c(n.width/n.height)?n:null},calculateParentRadius:function(){var n=this.seriesBox();this.parentNodeRadius=Math.min(Math.max(Math.sqrt(2*this.parentNodeMass/Math.PI)+20,20),n?Math.max(Math.sqrt(Math.pow(n.width,2)+Math.pow(n.height,2))/2+20,20):Math.sqrt(2*this.parentNodeMass/Math.PI)+20);this.parentNode&&(this.parentNode.marker.radius=this.parentNode.radius=this.parentNodeRadius)},drawGraph:function(){var r,t,i;this.layout&&this.layout.options.splitSeries&&(r=this.chart,t=this.layout.options.parentNodeOptions.marker,t={fill:t.fillColor||y(this.color).brighten(.4).get(),opacity:t.fillOpacity,stroke:t.lineColor||this.color,"stroke-width":t.lineWidth},i=this.visible?"inherit":"hidden",this.parentNodesGroup||(this.parentNodesGroup=this.plotGroup("parentNodesGroup","parentNode",i,.1,r.seriesGroup),this.group.attr({zIndex:2})),this.calculateParentRadius(),i=n.merge({x:this.parentNode.plotX-this.parentNodeRadius,y:this.parentNode.plotY-this.parentNodeRadius,width:2*this.parentNodeRadius,height:2*this.parentNodeRadius},t),this.parentNode.graphic||(this.graph=this.parentNode.graphic=r.renderer.symbol(t.symbol).add(this.parentNodesGroup)),this.parentNode.graphic.attr(i))},createParentNodes:function(){var r,n=this,u=n.chart,t=n.parentNodeLayout,i=n.parentNode;n.parentNodeMass=0;n.points.forEach(function(t){n.parentNodeMass+=Math.PI*Math.pow(t.marker.radius,2)});n.calculateParentRadius();t.nodes.forEach(function(t){t.seriesIndex===n.index&&(r=!0)});t.setArea(0,0,u.plotWidth,u.plotHeight);r||(i||(i=(new p).init(this,{mass:n.parentNodeRadius/2,marker:{radius:n.parentNodeRadius},dataLabels:{inside:!1},dataLabelOnNull:!0,degree:n.parentNodeRadius,isParentNode:!0,seriesIndex:n.index})),n.parentNode&&(i.plotX=n.parentNode.plotX,i.plotY=n.parentNode.plotY),n.parentNode=i,t.addElementsToCollection([n],t.series),t.addElementsToCollection([i],t.nodes))},addSeriesLayout:function(){var i=this.options.layoutAlgorithm,r=this.chart.graphLayoutsStorage,u=this.chart.graphLayoutsLookup,f=n.merge(i,i.parentNodeOptions,{enableSimulation:this.layout.options.enableSimulation}),t=r[i.type+"-series"];t||(r[i.type+"-series"]=t=new n.layouts[i.type],t.init(f),u.splice(t.index,0,t));this.parentNodeLayout=t;this.createParentNodes()},addLayout:function(){var r=this.options.layoutAlgorithm,u=this.chart.graphLayoutsStorage,f=this.chart.graphLayoutsLookup,e=this.chart.options.chart,t;u||(this.chart.graphLayoutsStorage=u={},this.chart.graphLayoutsLookup=f=[]);t=u[r.type];t||(r.enableSimulation=i(e.forExport)?!e.forExport:r.enableSimulation,u[r.type]=t=new n.layouts[r.type],t.init(r),f.splice(t.index,0,t));this.layout=t;this.points.forEach(function(n){n.mass=2;n.degree=1;n.collisionNmb=1});t.setArea(0,0,this.chart.plotWidth,this.chart.plotHeight);t.addElementsToCollection([this],t.series);t.addElementsToCollection(this.points,t.nodes)},deferLayout:function(){var n=this.options.layoutAlgorithm;this.visible&&(this.addLayout(),n.splitSeries&&this.addSeriesLayout())},translate:function(){var n,t=this.chart,o=this.data,h=this.index,e=this.options.useSimulation,r,u,f;for((this.processedXData=this.xData,this.generatePoints(),i(t.allDataPoints)||(t.allDataPoints=this.accumulateAllPoints(this),this.getPointRadius()),e)?r=t.allDataPoints:(r=this.placeBubbles(t.allDataPoints),this.options.draggable=!1),n=0;n<r.length;n++)r[n][3]===h&&(u=o[r[n][4]],f=r[n][2],e||(u.plotX=r[n][0]-t.plotLeft+t.diffX,u.plotY=r[n][1]-t.plotTop+t.diffY),u.marker=s(u.marker,{radius:f,width:2*f,height:2*f}),u.radius=f);e&&this.deferLayout();a(this,"afterTranslate")},checkOverlap:function(n,t){var i=n[0]-t[0],r=n[1]-t[1];return-.001>Math.sqrt(i*i+r*r)-Math.abs(n[2]+t[2])},positionBubble:function(n,t,i){var r=Math.sqrt,f=Math.asin,e=Math.acos,u=Math.pow,o=Math.abs;return r=r(u(n[0]-t[0],2)+u(n[1]-t[1],2)),e=e((u(r,2)+u(i[2]+t[2],2)-u(i[2]+n[2],2))/(2*(i[2]+t[2])*r)),f=f(o(n[0]-t[0])/r),n=(0>n[1]-t[1]?0:Math.PI)+e+f*(0>(n[0]-t[0])*(n[1]-t[1])?1:-1),[t[0]+(t[2]+i[2])*Math.sin(n),t[1]-(t[2]+i[2])*Math.cos(n),i[2],i[3],i[4]]},placeBubbles:function(n){var r,s=this.checkOverlap,o=this.positionBubble,t=[],i=1,u=0,f=0,e=[];if((n=n.sort(function(n,t){return t[2]-n[2]})).length){if(t.push([[0,0,n[0][2],n[0][3],n[0][4]]]),1<n.length)for(t.push([[0,0-n[1][2]-n[0][2],n[1][2],n[1][3],n[1][4]]]),r=2;r<n.length;r++)n[r][2]=n[r][2]||1,s(e=o(t[i][u],t[i-1][f],n[r]),t[i][0])?(t.push([]),f=0,t[i+1].push(o(t[i][u],t[i][0],n[r])),i++,u=0):1<i&&t[i-1][f+1]&&s(e,t[i-1][f+1])?(f++,t[i].push(o(t[i][u],t[i-1][f],n[r])),u++):(u++,t[i].push(e));this.chart.stages=t;this.chart.rawPositions=[].concat.apply([],t);this.resizeRadius();e=this.chart.rawPositions}return e},resizeRadius:function(){for(var r,f,i=this.chart,t=i.rawPositions,u=Math.min,h=Math.max,c=i.plotLeft,l=i.plotTop,a=i.plotHeight,v=i.plotWidth,e=r=Number.POSITIVE_INFINITY,s=f=Number.NEGATIVE_INFINITY,o,n=0;n<t.length;n++)o=t[n][2],e=u(e,t[n][0]-o),s=h(s,t[n][0]+o),r=u(r,t[n][1]-o),f=h(f,t[n][1]+o);if(u=u.apply([],[(v-c)/(n=[s-e,f-r])[0],(a-l)/n[1]]),1e-10<Math.abs(u-1)){for(n=0;n<t.length;n++)t[n][2]*=u;this.placeBubbles(t)}else i.diffY=a/2+l-r-(f-r)/2,i.diffX=v/2+c-e-(s-e)/2},calculateZExtremes:function(){var n=this.options.zMin,t=this.options.zMax,r=1/0,f=-1/0;return n&&t?[n,t]:(this.chart.series.forEach(function(n){n.yData.forEach(function(n){i(n)&&(n>f&&(f=n),n<r&&(r=n))})}),[n=u(n,r),t=u(t,f)])},getPointRadius:function(){var f,e,h,u,n=this,t=n.chart,o=n.options,c=o.useSimulation,a=Math.min(t.plotWidth,t.plotHeight),s={},l=[],i=t.allDataPoints,r;["minSize","maxSize"].forEach(function(n){var t=parseInt(o[n],10),r=/%$/.test(o[n]);s[n]=r?a*t/100:t*Math.sqrt(i.length)});t.minRadius=f=s.minSize/Math.sqrt(i.length);t.maxRadius=e=s.maxSize/Math.sqrt(i.length);r=c?n.calculateZExtremes():[f,e];(i||[]).forEach(function(t,o){h=c?Math.max(Math.min(t[2],r[1]),r[0]):t[2];0===(u=n.getRadius(r[0],r[1],f,e,h))&&(u=null);i[o][2]=u;l.push(u)});n.radii=l},redrawHalo:f.redrawHalo,onMouseDown:f.onMouseDown,onMouseMove:f.onMouseMove,onMouseUp:function(t){if(t.fixedPosition&&!t.removed){var r,i=this.layout,u=this.parentNodeLayout;u&&i.options.dragBetweenSeries&&u.nodes.forEach(function(u){t&&t.marker&&u!==t.series.parentNode&&(r=i.getDistXY(t,u),0>i.vectorLength(r)-u.marker.radius-t.marker.radius&&(u.series.addPoint(n.merge(t.options,{plotX:t.plotX,plotY:t.plotY}),!1),i.removeElementFromCollection(t,i.nodes),t.remove()))});f.onMouseUp.apply(this,arguments)}},destroy:function(){this.chart.graphLayoutsLookup&&this.chart.graphLayoutsLookup.forEach(function(n){n.removeElementFromCollection(this,n.series)},this);this.parentNode&&(this.parentNodeLayout.removeElementFromCollection(this.parentNode,this.parentNodeLayout.nodes),this.parentNode.dataLabel&&(this.parentNode.dataLabel=this.parentNode.dataLabel.destroy()));n.Series.prototype.destroy.apply(this,arguments)},alignDataLabel:n.Series.prototype.alignDataLabel},{destroy:function(){return this.series.layout&&this.series.layout.removeElementFromCollection(this,this.series.layout.nodes),l.prototype.destroy.apply(this,arguments)}});e(v,"beforeRedraw",function(){this.allDataPoints&&delete this.allDataPoints})});t(n,"parts-more/Polar.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var e=t.pick,o=t.splat,u=n.Series,i=n.seriesTypes,r,f;t=n.wrap;r=u.prototype;f=n.Pointer.prototype;r.searchPointByAngle=function(n){var t=this.chart,i=this.xAxis.pane.center;return this.searchKDTree({clientX:180+-180/Math.PI*Math.atan2(n.chartX-i[0]-t.plotLeft,n.chartY-i[1]-t.plotTop)})};r.getConnectors=function(n,t,i,r){var u=r?1:0,f=0<=t&&t<=n.length-1?t:0>t?n.length-1+t:0,s=n[t=0>f-1?n.length-(1+u):f-1],o=s.plotX,h=(u=n[u=f+1>n.length-1?u:f+1]).plotX,c=u.plotY,e,l;return o=(1.5*(u=n[f].plotX)+o)/2.5,s=(1.5*(f=n[f].plotY)+(s=s.plotY))/2.5,h=(1.5*u+h)/2.5,e=(1.5*f+c)/2.5,c=Math.sqrt(Math.pow(o-u,2)+Math.pow(s-f,2)),l=Math.sqrt(Math.pow(h-u,2)+Math.pow(e-f,2)),o=Math.atan2(s-f,o-u),e=Math.PI/2+(o+Math.atan2(e-f,h-u))/2,Math.abs(o-e)>Math.PI/2&&(e-=Math.PI),o=u+Math.cos(e)*c,s=f+Math.sin(e)*c,u={rightContX:h=u+Math.cos(Math.PI+e)*l,rightContY:e=f+Math.sin(Math.PI+e)*l,leftContX:o,leftContY:s,plotX:u,plotY:f},i&&(u.prevPointCont=this.getConnectors(n,t,!1,r)),u};r.toXY=function(n){var t=this.chart,r=n.plotX,i=n.plotY;n.rectPlotX=r;n.rectPlotY=i;i=this.xAxis.postTranslate(n.plotX,this.yAxis.len-i);n.plotX=n.polarPlotX=i.x-t.plotLeft;n.plotY=n.polarPlotY=i.y-t.plotTop;this.kdByAngle?(0>(t=(r/Math.PI*180+this.xAxis.pane.options.startAngle)%360)&&(t+=360),n.clientX=t):n.clientX=n.plotX};i.spline&&(t(i.spline.prototype,"getPointSpline",function(n,t,i,r){return this.chart.polar?r?["C",(n=this.getConnectors(t,r,!0,this.connectEnds)).prevPointCont.rightContX,n.prevPointCont.rightContY,n.leftContX,n.leftContY,n.plotX,n.plotY]:["M",i.plotX,i.plotY]:n.call(this,t,i,r)}),i.areasplinerange&&(i.areasplinerange.prototype.getPointSpline=i.spline.prototype.getPointSpline));n.addEvent(u,"afterTranslate",function(){var i,t=this.chart,r;if(t.polar&&this.xAxis){if((this.kdByAngle=t.tooltip&&t.tooltip.shared)?this.searchPoint=this.searchPointByAngle:this.options.findNearestPointBy="xy",!this.preventPostTranslate)for(r=this.points,i=r.length;i--;)this.toXY(r[i]),!t.hasParallelCoordinates&&!this.yAxis.reversed&&r[i].y<this.yAxis.min&&(r[i].isNull=!0);this.hasClipCircleSetter||(this.hasClipCircleSetter=!!n.addEvent(this,"afterRender",function(){if(t.polar){var i=this.yAxis.center;this.group.clip(t.renderer.clipCircle(i[0],i[1],i[2]/2));this.setClip=n.noop}}))}},{order:2});t(r,"getGraphPath",function(n,t){var i,f=this,r,u;if(this.chart.polar){for(t=t||this.points,i=0;i<t.length;i++)if(!t[i].isNull){r=i;break}!1!==this.options.connectEnds&&void 0!==r&&(this.connectEnds=!0,t.splice(t.length,0,t[r]),u=!0);t.forEach(function(n){void 0===n.polarPlotY&&f.toXY(n)})}return i=n.apply(this,[].slice.call(arguments,1)),u&&t.pop(),i});u=function(n,t){var i=this.chart,r=this.options.animation,f=this.group,u=this.markerGroup,e=this.xAxis.center,o=i.plotLeft,s=i.plotTop;i.polar?i.renderer.isSVG&&(!0===r&&(r={}),t?(f.attr(n={translateX:e[0]+o,translateY:e[1]+s,scaleX:.001,scaleY:.001}),u&&u.attr(n)):(f.animate(n={translateX:o,translateY:s,scaleX:1,scaleY:1},r),u&&u.animate(n,r),this.animate=null)):n.call(this,t)};t(r,"animate",u);i.column&&((i=i.column.prototype).polarArc=function(n,t,i,r){var f=this.xAxis.center,u=this.yAxis.len;return this.chart.renderer.symbols.arc(f[0],f[1],u-t,null,{start:i,end:r,innerR:u-e(n,u)})},t(i,"animate",u),t(i,"translate",function(n){var i,r=this.xAxis,f=r.startAngleRad,u,t;if(this.preventPostTranslate=!0,n.call(this),r.isRadial)for(u=this.points,i=u.length;i--;)t=u[i],n=t.barX+f,t.shapeType="path",t.shapeArgs={d:this.polarArc(t.yBottom,t.plotY,n,n+t.pointWidth)},this.toXY(t),t.tooltipPos=[t.plotX,t.plotY],t.ttBelow=t.plotY>r.center[1]}),t(i,"alignDataLabel",function(n,t,i,u,f,e){this.chart.polar?(n=t.rectPlotX/Math.PI*180,null===u.align&&(u.align=20<n&&160>n?"left":200<n&&340>n?"right":"center"),null===u.verticalAlign&&(u.verticalAlign=45>n||315<n?"bottom":135<n&&225>n?"top":"middle"),r.alignDataLabel.call(this,t,i,u,f,e)):n.call(this,t,i,u,f,e)}));t(f,"getCoordinates",function(n,t){var i=this.chart,r={xAxis:[],yAxis:[]};return i.polar?i.axes.forEach(function(n){var e=n.isXAxis,u=n.center,f;"colorAxis"!==n.coll&&(f=t.chartX-u[0]-i.plotLeft,u=t.chartY-u[1]-i.plotTop,r[e?"xAxis":"yAxis"].push({axis:n,value:n.translate(e?Math.PI-Math.atan2(f,u):Math.sqrt(Math.pow(f,2)+Math.pow(u,2)),!0)}))}):r=n.call(this,t),r});n.SVGRenderer.prototype.clipCircle=function(t,i,r){var u=n.uniqueKey(),f=this.createElement("clipPath").attr({id:u}).add(this.defs);return(t=this.circle(t,i,r).add(f)).id=u,t.clipPath=f,t};n.addEvent(n.Chart,"getAxes",function(){this.pane||(this.pane=[]);o(this.options.pane).forEach(function(t){new n.Pane(t,this)},this)});n.addEvent(n.Chart,"afterDrawChartBox",function(){this.pane.forEach(function(n){n.render()})});t(n.Chart.prototype,"get",function(t,i){return n.find(this.pane,function(n){return n.options.id===i})||t.call(this,i)})});t(n,"masters/highcharts-more.src.js",[],function(){})})},MB5B:function(n,t,i){"use strict";var r=i("AZf1"),u=i("wEqr");r.Observable.prototype.partition=u.partition},MCLT:function(n,t,i){function u(n,i){var u={seen:[],stylize:ut};return arguments.length>=3&&(u.depth=arguments[2]),arguments.length>=4&&(u.colors=arguments[3]),p(i)?u.showHidden=i:i&&t._extend(u,i),r(u.showHidden)&&(u.showHidden=!1),r(u.depth)&&(u.depth=2),r(u.colors)&&(u.colors=!1),r(u.customInspect)&&(u.customInspect=!0),u.colors&&(u.stylize=rt),o(u,n,u.depth)}function rt(n,t){var i=u.styles[t];return i?"\x1b["+u.colors[i][0]+"m"+n+"\x1b["+u.colors[i][1]+"m":n}function ut(n){return n}function o(n,i,u){var b,it,f,rt;if(n.customInspect&&i&&a(i.inspect)&&i.inspect!==t.inspect&&(!i.constructor||i.constructor.prototype!==i))return b=i.inspect(u,n),h(b)||(b=o(n,b,u)),b;if(it=function(n,t){if(r(t))return n.stylize("undefined","undefined");if(h(t)){var i="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return n.stylize(i,"string")}return nt(t)?n.stylize(""+t,"number"):p(t)?n.stylize(""+t,"boolean"):s(t)?n.stylize("null","null"):void 0}(n,i),it)return it;if(f=Object.keys(i),rt=function(n){var t={};return n.forEach(function(n){t[n]=!0}),t}(f),n.showHidden&&(f=Object.getOwnPropertyNames(i)),l(i)&&(f.indexOf("message")>=0||f.indexOf("description")>=0))return v(i);if(0===f.length){if(a(i))return n.stylize("[Function"+(i.name?": "+i.name:"")+"]","special");if(c(i))return n.stylize(RegExp.prototype.toString.call(i),"regexp");if(w(i))return n.stylize(Date.prototype.toString.call(i),"date");if(l(i))return v(i)}var ut,e="",k=!1,d=["{","}"];return g(i)&&(k=!0,d=["[","]"]),a(i)&&(e=" [Function"+(i.name?": "+i.name:"")+"]"),c(i)&&(e=" "+RegExp.prototype.toString.call(i)),w(i)&&(e=" "+Date.prototype.toUTCString.call(i)),l(i)&&(e=" "+v(i)),0!==f.length||k&&0!=i.length?u<0?c(i)?n.stylize(RegExp.prototype.toString.call(i),"regexp"):n.stylize("[Object]","special"):(n.seen.push(i),ut=k?function(n,t,i,r,u){for(var f=[],e=0,o=t.length;e<o;++e)tt(t,String(e))?f.push(y(n,t,i,r,String(e),!0)):f.push("");return u.forEach(function(u){u.match(/^\d+$/)||f.push(y(n,t,i,r,u,!0))}),f}(n,i,u,rt,f):f.map(function(t){return y(n,i,u,rt,t,k)}),n.seen.pop(),function(n,t,i){return n.reduce(function(n,t){return t.indexOf("\n"),n+t.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?i[0]+(""===t?"":t+"\n ")+" "+n.join(",\n  ")+" "+i[1]:i[0]+t+" "+n.join(", ")+" "+i[1]}(ut,e,d)):d[0]+e+d[1]}function v(n){return"["+Error.prototype.toString.call(n)+"]"}function y(n,t,i,u,f,e){var h,c,l;if((l=Object.getOwnPropertyDescriptor(t,f)||{value:t[f]}).get?c=n.stylize(l.set?"[Getter/Setter]":"[Getter]","special"):l.set&&(c=n.stylize("[Setter]","special")),tt(u,f)||(h="["+f+"]"),c||(n.seen.indexOf(l.value)<0?(c=s(i)?o(n,l.value,null):o(n,l.value,i-1)).indexOf("\n")>-1&&(c=e?c.split("\n").map(function(n){return"  "+n}).join("\n").substr(2):"\n"+c.split("\n").map(function(n){return"   "+n}).join("\n")):c=n.stylize("[Circular]","special")),r(h)){if(e&&f.match(/^\d+$/))return c;(h=JSON.stringify(""+f)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(h=h.substr(1,h.length-2),h=n.stylize(h,"name")):(h=h.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),h=n.stylize(h,"string"))}return h+": "+c}function g(n){return Array.isArray(n)}function p(n){return"boolean"==typeof n}function s(n){return null===n}function nt(n){return"number"==typeof n}function h(n){return"string"==typeof n}function r(n){return void 0===n}function c(n){return f(n)&&"[object RegExp]"===b(n)}function f(n){return"object"==typeof n&&null!==n}function w(n){return f(n)&&"[object Date]"===b(n)}function l(n){return f(n)&&("[object Error]"===b(n)||n instanceof Error)}function a(n){return"function"==typeof n}function b(n){return Object.prototype.toString.call(n)}function k(n){return n<10?"0"+n.toString(10):n.toString(10)}function ft(){var n=new Date,t=[k(n.getHours()),k(n.getMinutes()),k(n.getSeconds())].join(":");return[n.getDate(),it[n.getMonth()],t].join(" ")}function tt(n,t){return Object.prototype.hasOwnProperty.call(n,t)}var et=/%[sdj%]/g,d,e,it;t.format=function(n){var e,t;if(!h(n)){for(e=[],t=0;t<arguments.length;t++)e.push(u(arguments[t]));return e.join(" ")}t=1;for(var i=arguments,o=i.length,c=String(n).replace(et,function(n){if("%%"===n)return"%";if(t>=o)return n;switch(n){case"%s":return String(i[t++]);case"%d":return Number(i[t++]);case"%j":try{return JSON.stringify(i[t++])}catch(r){return"[Circular]"}default:return n}}),r=i[t];t<o;r=i[++t])c+=s(r)||!f(r)?" "+r:" "+u(r);return c};t.deprecate=function(n,i){if(r(global.process))return function(){return t.deprecate(n,i).apply(this,arguments)};if(!0===process.noDeprecation)return n;var u=!1;return function(){if(!u){if(process.throwDeprecation)throw new Error(i);process.traceDeprecation?console.trace(i):console.error(i);u=!0}return n.apply(this,arguments)}};e={};t.debuglog=function(n){if(r(d)&&(d=process.env.NODE_DEBUG||""),n=n.toUpperCase(),!e[n])if(new RegExp("\\b"+n+"\\b","i").test(d)){var i=process.pid;e[n]=function(){var r=t.format.apply(t,arguments);console.error("%s %d: %s",n,i,r)}}else e[n]=function(){};return e[n]};t.inspect=u;u.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};u.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"};t.isArray=g;t.isBoolean=p;t.isNull=s;t.isNullOrUndefined=function(n){return null==n};t.isNumber=nt;t.isString=h;t.isSymbol=function(n){return"symbol"==typeof n};t.isUndefined=r;t.isRegExp=c;t.isObject=f;t.isDate=w;t.isError=l;t.isFunction=a;t.isPrimitive=function(n){return null===n||"boolean"==typeof n||"number"==typeof n||"string"==typeof n||"symbol"==typeof n||void 0===n};t.isBuffer=i("1gqn");it=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];t.log=function(){console.log("%s - %s",ft(),t.format.apply(t,arguments))};t.inherits=i("KKCa");t._extend=function(n,t){if(!t||!f(t))return n;for(var i=Object.keys(t),r=i.length;r--;)n[i[r]]=t[i[r]];return n}},MHPA:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.takeUntil=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.notifier=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.notifier))},n}();u=function(n){function t(t,i){n.call(this,t);this.notifier=i;this.add(o.subscribeToResult(this,i))}return f(t,n),t.prototype.notifyNext=function(){this.complete()},t.prototype.notifyComplete=function(){},t}(e.OuterSubscriber)},MdjT:function(n,t,i){"use strict";var r=i("AZf1"),u=i("rVFa"),f=i("NwwV"),e=i("0p2S");t.merge=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];var i=Number.POSITIVE_INFINITY,o=null,s=n[n.length-1];return f.isScheduler(s)?(o=n.pop(),n.length>1&&"number"==typeof n[n.length-1]&&(i=n.pop())):"number"==typeof s&&(i=n.pop()),null===o&&1===n.length&&n[0]instanceof r.Observable?n[0]:e.mergeAll(i)(new u.ArrayObservable(n,o))}},"Mnf/":function(n,t,i){var u=i("PBLz").__extends,f=i("zZI/"),e=i("AZf1"),r=i("Re0n");t.IntervalObservable=function(n){function t(t,i){void 0===t&&(t=0);void 0===i&&(i=r.async);n.call(this);this.period=t;this.scheduler=i;(!f.isNumeric(t)||t<0)&&(this.period=0);i&&"function"==typeof i.schedule||(this.scheduler=r.async)}return u(t,n),t.create=function(n,i){return void 0===n&&(n=0),void 0===i&&(i=r.async),new t(n,i)},t.dispatch=function(n){var t=n.subscriber,i=n.period;t.next(n.index);t.closed||(n.index+=1,this.schedule(n,i))},t.prototype._subscribe=function(n){var i=this.period;n.add(this.scheduler.schedule(t.dispatch,i,{index:0,subscriber:n,period:i}))},t}(e.Observable)},N6Zr:function(n,t,i){var e=i("PBLz").__extends,o=i("y2i3"),s=i("zKHA"),r=i("AJP0"),h=i("9jZZ"),c=i("Irel"),u,f;t.bufferWhen=function(n){return function(t){return t.lift(new u(n))}};u=function(){function n(n){this.closingSelector=n}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.closingSelector))},n}();f=function(n){function t(t,i){n.call(this,t);this.closingSelector=i;this.subscribing=!1;this.openBuffer()}return e(t,n),t.prototype._next=function(n){this.buffer.push(n)},t.prototype._complete=function(){var t=this.buffer;t&&this.destination.next(t);n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){this.buffer=null;this.subscribing=!1},t.prototype.notifyNext=function(){this.openBuffer()},t.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},t.prototype.openBuffer=function(){var n=this.closingSubscription,t;n&&(this.remove(n),n.unsubscribe());this.buffer&&this.destination.next(this.buffer);this.buffer=[];t=s.tryCatch(this.closingSelector)();t===r.errorObject?this.error(r.errorObject.e):(n=new o.Subscription,this.closingSubscription=n,this.add(n),this.subscribing=!0,n.add(c.subscribeToResult(this,t)),this.subscribing=!1)},t}(h.OuterSubscriber)},NNAl:function(n,t,i){var r=i("PBLz").__extends,u=i("y2i3");t.SubjectSubscription=function(n){function t(t,i){n.call(this);this.subject=t;this.subscriber=i;this.closed=!1}return r(t,n),t.prototype.unsubscribe=function(){var t,n,i;this.closed||(this.closed=!0,t=this.subject,n=t.observers,(this.subject=null,!n||0===n.length||t.isStopped||t.closed)||(i=n.indexOf(this.subscriber),-1!==i&&n.splice(i,1)))},t}(u.Subscription)},NeaI:function(n,t,i){"use strict";var r=i("o6MN");t.throttle=function(n,t){return void 0===t&&(t=r.defaultThrottleConfig),r.throttle(n,t)(this)}},NwwV:function(n,t){"use strict";t.isScheduler=function(n){return n&&"function"==typeof n.schedule}},"O/EN":function(n,t,i){"use strict";var r=i("8G9e"),u=i("cf1P");t.publishLast=function(){return function(n){return u.multicast(new r.AsyncSubject)(n)}}},O3Xf:function(n,t){"use strict";var i;!function(){function u(n){if(void 0===n)throw new Error('Pathformer [constructor]: "element" parameter is required');if(n.constructor===String&&!(n=document.getElementById(n)))throw new Error('Pathformer [constructor]: "element" parameter is not related to an existing ID');if(!(n instanceof window.SVGElement||n instanceof window.SVGGElement||/^svg$/i.test(n.nodeName)))throw new Error('Pathformer [constructor]: "element" parameter must be a string or a SVGelement');this.el=n;this.scan(n)}function r(n,t,i){e();this.isReady=!1;this.setElement(n,t);this.setOptions(t);this.setCallback(i);this.isReady&&this.init()}var e,o,s,f;u.prototype.TYPES=["line","ellipse","circle","polygon","polyline","rect"];u.prototype.ATTR_WATCH=["cx","cy","points","r","rx","ry","x","x1","x2","y","y1","y2"];u.prototype.scan=function(n){for(var t,r,u,f=n.querySelectorAll(this.TYPES.join(",")),i=0;i<f.length;i++)r=this[(t=f[i]).tagName.toLowerCase()+"ToPath"](this.parseAttr(t.attributes)),u=this.pathMaker(t,r),t.parentNode.replaceChild(u,t)};u.prototype.lineToPath=function(n){var t={};return t.d="M"+(n.x1||0)+","+(n.y1||0)+"L"+(n.x2||0)+","+(n.y2||0),t};u.prototype.rectToPath=function(n){var o={},i=parseFloat(n.x)||0,r=parseFloat(n.y)||0,f=parseFloat(n.width)||0,e=parseFloat(n.height)||0,t,u;return n.rx||n.ry?(t=parseInt(n.rx,10)||-1,u=parseInt(n.ry,10)||-1,t=Math.min(Math.max(t<0?u:t,0),f/2),u=Math.min(Math.max(u<0?t:u,0),e/2),o.d="M "+(i+t)+","+r+" L "+(i+f-t)+","+r+" A "+t+","+u+",0,0,1,"+(i+f)+","+(r+u)+" L "+(i+f)+","+(r+e-u)+" A "+t+","+u+",0,0,1,"+(i+f-t)+","+(r+e)+" L "+(i+t)+","+(r+e)+" A "+t+","+u+",0,0,1,"+i+","+(r+e-u)+" L "+i+","+(r+u)+" A "+t+","+u+",0,0,1,"+(i+t)+","+r):o.d="M"+i+" "+r+" L"+(i+f)+" "+r+" L"+(i+f)+" "+(r+e)+" L"+i+" "+(r+e)+" Z",o};u.prototype.polylineToPath=function(n){var t,r,f={},i=n.points.trim().split(" "),u;if(-1===n.points.indexOf(",")){for(u=[],t=0;t<i.length;t+=2)u.push(i[t]+","+i[t+1]);i=u}for(r="M"+i[0],t=1;t<i.length;t++)-1!==i[t].indexOf(",")&&(r+="L"+i[t]);return f.d=r,f};u.prototype.polygonToPath=function(n){var t=u.prototype.polylineToPath(n);return t.d+="Z",t};u.prototype.ellipseToPath=function(n){var r={},t=parseFloat(n.rx)||0,u=parseFloat(n.ry)||0,f=parseFloat(n.cx)||0,i=parseFloat(n.cy)||0,e=f-t,o=i,s=parseFloat(f)+parseFloat(t);return r.d="M"+e+","+o+"A"+t+","+u+" 0,1,1 "+s+","+i+"A"+t+","+u+" 0,1,1 "+e+","+i,r};u.prototype.circleToPath=function(n){var r={},t=parseFloat(n.r)||0,u=parseFloat(n.cx)||0,i=parseFloat(n.cy)||0,f=u-t,e=i,o=parseFloat(u)+parseFloat(t);return r.d="M"+f+","+e+"A"+t+","+t+" 0,1,1 "+o+","+i+"A"+t+","+t+" 0,1,1 "+f+","+i,r};u.prototype.pathMaker=function(n,t){for(var r,u=document.createElementNS("http://www.w3.org/2000/svg","path"),i=0;i<n.attributes.length;i++)-1===this.ATTR_WATCH.indexOf((r=n.attributes[i]).name)&&u.setAttribute(r.name,r.value);for(i in t)u.setAttribute(i,t[i]);return u};u.prototype.parseAttr=function(n){for(var t,r={},i=0;i<n.length;i++){if(-1!==this.ATTR_WATCH.indexOf((t=n[i]).name)&&-1!==t.value.indexOf("%"))throw new Error("Pathformer [parseAttr]: a SVG shape got values in percentage. This cannot be transformed into 'path' tags. Please use 'viewBox'.");r[t.name]=t.value}return r};r.LINEAR=function(n){return n};r.EASE=function(n){return-Math.cos(n*Math.PI)/2+.5};r.EASE_OUT=function(n){return 1-Math.pow(1-n,3)};r.EASE_IN=function(n){return Math.pow(n,3)};r.EASE_OUT_BOUNCE=function(n){var i=1-Math.cos(n*.5*Math.PI),r=Math.pow(i,1.5),t=Math.pow(1-n,2);return 1-t+(1-Math.abs(Math.cos(r*2.5*Math.PI)))*t};r.prototype.setElement=function(n,t){var r,u,i;if(void 0===n)throw new Error('Vivus [constructor]: "element" parameter is required');if(n.constructor===String&&!(n=document.getElementById(n)))throw new Error('Vivus [constructor]: "element" parameter is not related to an existing ID');(this.parentEl=n,t&&t.file)&&(r=document.createElement("object"),r.setAttribute("type","image/svg+xml"),r.setAttribute("data",t.file),r.setAttribute("built-by-vivus","true"),n.appendChild(r),n=r);switch(n.constructor){case window.SVGSVGElement:case window.SVGElement:case window.SVGGElement:this.el=n;this.isReady=!0;break;case window.HTMLObjectElement:i=this;(u=function(t){if(!i.isReady){if(i.el=n.contentDocument&&n.contentDocument.querySelector("svg"),!i.el&&t)throw new Error("Vivus [constructor]: object loaded does not contain any SVG");return i.el?(n.getAttribute("built-by-vivus")&&(i.parentEl.insertBefore(i.el,n),i.parentEl.removeChild(n),i.el.setAttribute("width","100%"),i.el.setAttribute("height","100%")),i.isReady=!0,i.init(),!0):void 0}})()||n.addEventListener("load",u);break;default:throw new Error('Vivus [constructor]: "element" parameter is not valid (or miss the "file" attribute)');}};r.prototype.setOptions=function(n){var t=["delayed","sync","async","nsync","oneByOne","scenario","scenario-sync"],i=["inViewport","manual","autostart"];if(void 0!==n&&n.constructor!==Object)throw new Error('Vivus [constructor]: "options" parameter must be an object');if((n=n||{}).type&&-1===t.indexOf(n.type))throw new Error("Vivus [constructor]: "+n.type+" is not an existing animation `type`");if(this.type=n.type||t[0],n.start&&-1===i.indexOf(n.start))throw new Error("Vivus [constructor]: "+n.start+" is not an existing `start` option");if(this.start=n.start||i[0],this.isIE=-1!==window.navigator.userAgent.indexOf("MSIE")||-1!==window.navigator.userAgent.indexOf("Trident/")||-1!==window.navigator.userAgent.indexOf("Edge/"),this.duration=f(n.duration,120),this.delay=f(n.delay,null),this.dashGap=f(n.dashGap,1),this.forceRender=n.hasOwnProperty("forceRender")?!!n.forceRender:this.isIE,this.reverseStack=!!n.reverseStack,this.selfDestroy=!!n.selfDestroy,this.onReady=n.onReady,this.map=[],this.frameLength=this.currentFrame=this.delayUnit=this.speed=this.handle=null,this.ignoreInvisible=!!n.hasOwnProperty("ignoreInvisible")&&!!n.ignoreInvisible,this.animTimingFunction=n.animTimingFunction||r.LINEAR,this.pathTimingFunction=n.pathTimingFunction||r.LINEAR,this.delay>=this.duration)throw new Error("Vivus [constructor]: delay must be shorter than duration");};r.prototype.setCallback=function(n){if(n&&n.constructor!==Function)throw new Error('Vivus [constructor]: "callback" parameter must be a function');this.callback=n||function(){}};r.prototype.mapping=function(){var t,e,i,r,n,u,o,s;for(s=u=o=0,e=this.el.querySelectorAll("path"),t=0;t<e.length;t++)this.isInvisible(i=e[t])||(n={el:i,length:Math.ceil(i.getTotalLength())},isNaN(n.length)?window.console&&console.warn&&console.warn("Vivus [mapping]: cannot retrieve a path element length",i):(this.map.push(n),i.style.strokeDasharray=n.length+" "+(n.length+2*this.dashGap),i.style.strokeDashoffset=n.length+this.dashGap,n.length+=this.dashGap,u+=n.length,this.renderPath(t)));for(u=0===u?1:u,this.delay=null===this.delay?this.duration/3:this.delay,this.delayUnit=this.delay/(e.length>1?e.length-1:1),this.reverseStack&&this.map.reverse(),t=0;t<this.map.length;t++){switch(n=this.map[t],this.type){case"delayed":n.startAt=this.delayUnit*t;n.duration=this.duration-this.delay;break;case"oneByOne":n.startAt=o/u*this.duration;n.duration=n.length/u*this.duration;break;case"sync":case"async":case"nsync":n.startAt=0;n.duration=this.duration;break;case"scenario-sync":r=this.parseAttr(i=n.el);n.startAt=s+(f(r["data-delay"],this.delayUnit)||0);n.duration=f(r["data-duration"],this.duration);s=void 0!==r["data-async"]?n.startAt:n.startAt+n.duration;this.frameLength=Math.max(this.frameLength,n.startAt+n.duration);break;case"scenario":r=this.parseAttr(i=n.el);n.startAt=f(r["data-start"],this.delayUnit)||0;n.duration=f(r["data-duration"],this.duration);this.frameLength=Math.max(this.frameLength,n.startAt+n.duration)}o+=n.length;this.frameLength=this.frameLength||this.duration}};r.prototype.drawer=function(){var n=this;if(this.currentFrame+=this.speed,this.currentFrame<=0)this.stop(),this.reset();else{if(!(this.currentFrame>=this.frameLength))return this.trace(),void(this.handle=o(function(){n.drawer()}));this.stop();this.currentFrame=this.frameLength;this.trace();this.selfDestroy&&this.destroy()}this.callback(this);this.instanceCallback&&(this.instanceCallback(this),this.instanceCallback=null)};r.prototype.trace=function(){for(var n,t,r=this.animTimingFunction(this.currentFrame/this.frameLength)*this.frameLength,i=0;i<this.map.length;i++)n=(r-(t=this.map[i]).startAt)/t.duration,n=this.pathTimingFunction(Math.max(0,Math.min(1,n))),t.progress!==n&&(t.progress=n,t.el.style.strokeDashoffset=Math.floor(t.length*(1-n)),this.renderPath(i))};r.prototype.renderPath=function(n){if(this.forceRender&&this.map&&this.map[n]){var t=this.map[n],i=t.el.cloneNode(!0);t.el.parentNode.replaceChild(i,t.el);t.el=i}};r.prototype.init=function(){this.frameLength=0;this.currentFrame=0;this.map=[];new u(this.el);this.mapping();this.starter();this.onReady&&this.onReady(this)};r.prototype.starter=function(){switch(this.start){case"manual":return;case"autostart":this.play();break;case"inViewport":var n=this,t=function(){n.isInViewport(n.parentEl,1)&&(n.play(),window.removeEventListener("scroll",t))};window.addEventListener("scroll",t);t()}};r.prototype.getStatus=function(){return 0===this.currentFrame?"start":this.currentFrame===this.frameLength?"end":"progress"};r.prototype.reset=function(){return this.setFrameProgress(0)};r.prototype.finish=function(){return this.setFrameProgress(1)};r.prototype.setFrameProgress=function(n){return n=Math.min(1,Math.max(0,n)),this.currentFrame=Math.round(this.frameLength*n),this.trace(),this};r.prototype.play=function(n,t){if(this.instanceCallback=null,n&&"function"==typeof n)this.instanceCallback=n,n=null;else if(n&&"number"!=typeof n)throw new Error("Vivus [play]: invalid speed");return t&&"function"==typeof t&&!this.instanceCallback&&(this.instanceCallback=t),this.speed=n||1,this.handle||this.drawer(),this};r.prototype.stop=function(){return this.handle&&(s(this.handle),this.handle=null),this};r.prototype.destroy=function(){var n,t;for(this.stop(),n=0;n<this.map.length;n++)(t=this.map[n]).el.style.strokeDashoffset=null,t.el.style.strokeDasharray=null,this.renderPath(n)};r.prototype.isInvisible=function(n){var t,i=n.getAttribute("data-ignore");return null!==i?"false"!==i:!!this.ignoreInvisible&&!(t=n.getBoundingClientRect()).width&&!t.height};r.prototype.parseAttr=function(n){var i,r={},t;if(n&&n.attributes)for(t=0;t<n.attributes.length;t++)r[(i=n.attributes[t]).name]=i.value;return r};r.prototype.isInViewport=function(n,t){var i=this.scrollY(),e=i+this.getViewportH(),r=n.getBoundingClientRect(),u=r.height,f=i+r.top;return f+u*(t=t||0)<=e&&f+u>=i};r.prototype.getViewportH=function(){var n=this.docElem.clientHeight,t=window.innerHeight;return n<t?t:n};r.prototype.scrollY=function(){return window.pageYOffset||this.docElem.scrollTop};e=function(){r.prototype.docElem||(r.prototype.docElem=window.document.documentElement,o=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(n){return window.setTimeout(n,1e3/60)},s=window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame||function(n){return window.clearTimeout(n)})};f=function(n,t){var i=parseInt(n,10);return i>=0?i:t};void 0===(i=function(){return r}.apply(t,[]))||(n.exports=i)}()},"OMR/":function(n,t,i){"use strict";var r=i("SWOv");t.combineAll=function(n){return function(t){return t.lift(new r.CombineLatestOperator(n))}}},OVX6:function(n,t,i){"use strict";var r=i("ER9c");t.every=function(n,t){return r.every(n,t)(this)}},OmKy:function(n,t,i){"use strict";var r=i("N6Zr");t.bufferWhen=function(n){return r.bufferWhen(n)(this)}},Ontn:function(n,t,i){"use strict";var r=i("C8RJ");t.retryWhen=function(n){return r.retryWhen(n)(this)}},OtNS:function(n,t,i){"use strict";var r=i("AZf1"),u=i("YJDk");r.Observable.prototype.mapTo=u.mapTo},PBLz:function(n,t,i){"use strict";function s(n,t){function i(){this.constructor=n}e(n,t);n.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}function h(n,t){var u={},i,r;for(i in n)Object.prototype.hasOwnProperty.call(n,i)&&t.indexOf(i)<0&&(u[i]=n[i]);if(null!=n&&"function"==typeof Object.getOwnPropertySymbols)for(r=0,i=Object.getOwnPropertySymbols(n);r<i.length;r++)t.indexOf(i[r])<0&&(u[i[r]]=n[i[r]]);return u}function c(n,t,i,r){var f,e=arguments.length,u=e<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r,o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(n,t,i,r);else for(o=n.length-1;o>=0;o--)(f=n[o])&&(u=(e<3?f(u):e>3?f(t,i,u):f(t,i))||u);return e>3&&u&&Object.defineProperty(t,i,u),u}function l(n,t){return function(i,r){t(i,r,n)}}function a(n,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(n,t)}function v(n,t,i,r){return new(i||(i=Promise))(function(u,f){function o(n){try{e(r.next(n))}catch(t){f(t)}}function s(n){try{e(r.throw(n))}catch(t){f(t)}}function e(n){n.done?u(n.value):new i(function(t){t(n.value)}).then(o,s)}e((r=r.apply(n,t||[])).next())})}function y(n,t){function f(f){return function(o){return function(f){if(e)throw new TypeError("Generator is already executing.");for(;r;)try{if(e=1,u&&(i=u[2&f[0]?"return":f[0]?"throw":"next"])&&!(i=i.call(u,f[1])).done)return i;switch(u=0,i&&(f=[0,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++;u=f[1];f=[0];continue;case 7:f=r.ops.pop();r.trys.pop();continue;default:if(!((i=(i=r.trys).length>0&&i[i.length-1])||6!==f[0]&&2!==f[0])){r=0;continue}if(3===f[0]&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(6===f[0]&&r.label<i[1]){r.label=i[1];i=f;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(f);break}i[2]&&r.ops.pop();r.trys.pop();continue}f=t.call(n,r)}catch(o){f=[6,o];u=0}finally{e=i=0}if(5&f[0])throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}([f,o])}}var e,u,i,o,r={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:f(0),"throw":f(1),"return":f(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o}function p(n,t){for(var i in n)t.hasOwnProperty(i)||(t[i]=n[i])}function u(n){var t="function"==typeof Symbol&&n[Symbol.iterator],i=0;return t?t.call(n):{next:function(){return n&&i>=n.length&&(n=void 0),{value:n&&n[i++],done:!n}}}}function f(n,t){var i="function"==typeof Symbol&&n[Symbol.iterator],r,f,u,e;if(!i)return n;u=i.call(n);e=[];try{for(;(void 0===t||t-->0)&&!(r=u.next()).done;)e.push(r.value)}catch(o){f={error:o}}finally{try{r&&!r.done&&(i=u.return)&&i.call(u)}finally{if(f)throw f.error;}}return e}function w(){for(var n=[],t=0;t<arguments.length;t++)n=n.concat(f(arguments[t]));return n}function r(n){return this instanceof r?(this.v=n,this):new r(n)}function b(n,t,i){function o(n){h[n]&&(e[n]=function(t){return new Promise(function(i,r){u.push([n,t,i,r])>1||f(n,t)})})}function f(n,t){try{(i=h[n](t)).value instanceof r?Promise.resolve(i.value.v).then(c,l):s(u[0][2],i)}catch(f){s(u[0][3],f)}var i}function c(n){f("next",n)}function l(n){f("throw",n)}function s(n,t){n(t);u.shift();u.length&&f(u[0][0],u[0][1])}if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,h=i.apply(n,t||[]),u=[];return e={},o("next"),o("throw"),o("return"),e[Symbol.asyncIterator]=function(){return this},e}function k(n){function i(i,f){n[i]&&(t[i]=function(t){return(u=!u)?{value:r(n[i](t)),done:"return"===i}:f?f(t):t})}var t,u;return t={},i("next"),i("throw",function(n){throw n;}),i("return"),t[Symbol.iterator]=function(){return this},t}function d(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=n[Symbol.asyncIterator];return t?t.call(n):u(n)}function g(n,t){return Object.defineProperty?Object.defineProperty(n,"raw",{value:t}):n.raw=t,n}function nt(n){var t,i;if(n&&n.__esModule)return n;if(t={},null!=n)for(i in n)Object.hasOwnProperty.call(n,i)&&(t[i]=n[i]);return t.default=n,t}function tt(n){return n&&n.__esModule?n:{"default":n}}var e,o;i.r(t);i.d(t,"__extends",function(){return s});i.d(t,"__assign",function(){return o});i.d(t,"__rest",function(){return h});i.d(t,"__decorate",function(){return c});i.d(t,"__param",function(){return l});i.d(t,"__metadata",function(){return a});i.d(t,"__awaiter",function(){return v});i.d(t,"__generator",function(){return y});i.d(t,"__exportStar",function(){return p});i.d(t,"__values",function(){return u});i.d(t,"__read",function(){return f});i.d(t,"__spread",function(){return w});i.d(t,"__await",function(){return r});i.d(t,"__asyncGenerator",function(){return b});i.d(t,"__asyncDelegator",function(){return k});i.d(t,"__asyncValues",function(){return d});i.d(t,"__makeTemplateObject",function(){return g});i.d(t,"__importStar",function(){return nt});i.d(t,"__importDefault",function(){return tt});e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i])};o=Object.assign||function(n){for(var i,t,r=1,u=arguments.length;r<u;r++)for(t in i=arguments[r])Object.prototype.hasOwnProperty.call(i,t)&&(n[t]=i[t]);return n}},PCq3:function(n,t,i){var r=i("PBLz").__extends,u=function(n){function t(){var t=n.call(this,"object unsubscribed");this.name=t.name="ObjectUnsubscribedError";this.stack=t.stack;this.message=t.message}return r(t,n),t}(Error);t.ObjectUnsubscribedError=u},"PFc+":function(n,t){"use strict";t.isFunction=function(n){return"function"==typeof n}},Pg5x:function(n,t,i){"use strict";var r=i("AZf1"),u=i("01WU");r.Observable.prototype.elementAt=u.elementAt},PqiM:function(n,t,i){"use strict";var r=i("WgKs");t.skipUntil=function(n){return r.skipUntil(n)(this)}},PxRv:function(n,t,i){var e=i("PBLz").__extends,o=i("1uGz"),r=i("8kg7"),u,f;t.elementAt=function(n,t){return function(i){return i.lift(new u(n,t))}};u=function(){function n(n,t){if(this.index=n,this.defaultValue=t,n<0)throw new r.ArgumentOutOfRangeError;}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.index,this.defaultValue))},n}();f=function(n){function t(t,i,r){n.call(this,t);this.index=i;this.defaultValue=r}return e(t,n),t.prototype._next=function(n){0==this.index--&&(this.destination.next(n),this.destination.complete())},t.prototype._complete=function(){var n=this.destination;this.index>=0&&(void 0!==this.defaultValue?n.next(this.defaultValue):n.error(new r.ArgumentOutOfRangeError));n.complete()},t}(o.Subscriber)},Q0aF:function(n,t,i){"use strict";var r=i("AZf1"),u=i("uJFK");r.Observable.prototype.max=u.max},Q6nm:function(n,t,i){var r=i("PBLz").__extends,f=i("1uGz"),e=i("y2i3"),s=i("AZf1"),h=i("4WIM"),c=i("LWF9"),l=i("Sbdl"),o;t.groupBy=function(n,t,i,r){return function(u){return u.lift(new a(n,t,i,r))}};var a=function(){function n(n,t,i,r){this.keySelector=n;this.elementSelector=t;this.durationSelector=i;this.subjectSelector=r}return n.prototype.call=function(n,t){return t.subscribe(new v(n,this.keySelector,this.elementSelector,this.durationSelector,this.subjectSelector))},n}(),v=function(n){function t(t,i,r,u,f){n.call(this,t);this.keySelector=i;this.elementSelector=r;this.durationSelector=u;this.subjectSelector=f;this.groups=null;this.attemptedToUnsubscribe=!1;this.count=0}return r(t,n),t.prototype._next=function(n){var t;try{t=this.keySelector(n)}catch(i){return void this.error(i)}this._group(n,t)},t.prototype._group=function(n,t){var r=this.groups,f,i,o,e;if(r||(r=this.groups="string"==typeof t?new l.FastMap:new c.Map),i=r.get(t),this.elementSelector)try{f=this.elementSelector(n)}catch(s){this.error(s)}else f=n;if(!i&&(i=this.subjectSelector?this.subjectSelector():new h.Subject,r.set(t,i),o=new u(t,i,this),this.destination.next(o),this.durationSelector)){e=void 0;try{e=this.durationSelector(new u(t,i))}catch(s){return void this.error(s)}this.add(e.subscribe(new y(t,i,this)))}i.closed||i.next(f)},t.prototype._error=function(n){var t=this.groups;t&&(t.forEach(function(t){t.error(n)}),t.clear());this.destination.error(n)},t.prototype._complete=function(){var n=this.groups;n&&(n.forEach(function(n){n.complete()}),n.clear());this.destination.complete()},t.prototype.removeGroup=function(n){this.groups.delete(n)},t.prototype.unsubscribe=function(){this.closed||(this.attemptedToUnsubscribe=!0,0===this.count&&n.prototype.unsubscribe.call(this))},t}(f.Subscriber),y=function(n){function t(t,i,r){n.call(this,i);this.key=t;this.group=i;this.parent=r}return r(t,n),t.prototype._next=function(){this.complete()},t.prototype._unsubscribe=function(){var n=this.parent,t=this.key;this.key=this.parent=null;n&&n.removeGroup(t)},t}(f.Subscriber),u=function(n){function t(t,i,r){n.call(this);this.key=t;this.groupSubject=i;this.refCountSubscription=r}return r(t,n),t.prototype._subscribe=function(n){var t=new e.Subscription,i=this.refCountSubscription,r=this.groupSubject;return i&&!i.closed&&t.add(new o(i)),t.add(r.subscribe(n)),t},t}(s.Observable);t.GroupedObservable=u;o=function(n){function t(t){n.call(this);this.parent=t;t.count++}return r(t,n),t.prototype.unsubscribe=function(){var t=this.parent;t.closed||this.closed||(n.prototype.unsubscribe.call(this),t.count-=1,0===t.count&&t.attemptedToUnsubscribe&&t.unsubscribe())},t}(e.Subscription)},QCDQ:function(n,t,i){"use strict";var r=i("0zyO");t.observeOn=function(n,t){return void 0===t&&(t=0),r.observeOn(n,t)(this)}},QCIY:function(n,t,i){var u=i("PBLz").__extends,f=i("Re0n"),e=i("hut+"),o=i("1uGz"),r=i("9x29");t.delay=function(n,t){void 0===t&&(t=f.async);var i=e.isDate(n)?+n-t.now():Math.abs(n);return function(n){return n.lift(new s(i,t))}};var s=function(){function n(n,t){this.delay=n;this.scheduler=t}return n.prototype.call=function(n,t){return t.subscribe(new h(n,this.delay,this.scheduler))},n}(),h=function(n){function t(t,i,r){n.call(this,t);this.delay=i;this.scheduler=r;this.queue=[];this.active=!1;this.errored=!1}return u(t,n),t.dispatch=function(n){for(var i,r=n.source,t=r.queue,u=n.scheduler,f=n.destination;t.length>0&&t[0].time-u.now()<=0;)t.shift().notification.observe(f);t.length>0?(i=Math.max(0,t[0].time-u.now()),this.schedule(n,i)):(this.unsubscribe(),r.active=!1)},t.prototype._schedule=function(n){this.active=!0;this.add(n.schedule(t.dispatch,this.delay,{source:this,destination:this.destination,scheduler:n}))},t.prototype.scheduleNotification=function(n){if(!0!==this.errored){var t=this.scheduler,i=new c(t.now()+this.delay,n);this.queue.push(i);!1===this.active&&this._schedule(t)}},t.prototype._next=function(n){this.scheduleNotification(r.Notification.createNext(n))},t.prototype._error=function(n){this.errored=!0;this.queue=[];this.destination.error(n)},t.prototype._complete=function(){this.scheduleNotification(r.Notification.createComplete())},t}(o.Subscriber),c=function(){return function(n,t){this.time=n;this.notification=t}}()},QM1w:function(n,t){"use strict";t.letProto=function(n){return n(this)}},QY9E:function(n,t,i){"use strict";var r=i("AZf1"),u=i("nxYh");r.Observable.prototype.bufferCount=u.bufferCount},QnAi:function(n,t){"use strict";t.applyMixins=function(n,t){for(var r,i=0,f=t.length;i<f;i++)for(var e=t[i],o=Object.getOwnPropertyNames(e.prototype),u=0,s=o.length;u<s;u++)r=o[u],n.prototype[r]=e.prototype[r]}},RGvf:function(n,t){"use strict";t.isPromise=function(n){return n&&"function"!=typeof n.subscribe&&"function"==typeof n.then}},RIQZ:function(n,t,i){"use strict";var r=i("AZf1"),u=i("ypDg");r.Observable.prototype.timeout=u.timeout},"RL+e":function(n,t,i){"use strict";var r=i("DKXc");t.find=function(n,t){return r.find(n,t)(this)}},RM7s:function(n,t,i){"use strict";var r=i("DFxj");t.startWith=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.startWith.apply(void 0,t)(this)}},RYdh:function(n,t,i){"use strict";var r=i("AZf1"),u=i("zLeP");r.Observable.prototype.skip=u.skip},Re0n:function(n,t,i){"use strict";var r=i("g2Fv"),u=i("FXL7");t.async=new u.AsyncScheduler(r.AsyncAction)},RkF3:function(n,t,i){"use strict";var r=i("SWOv");t.combineLatest=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.combineLatest.apply(void 0,t)(this)}},Rm1J:function(n,t,i){var e=i("PBLz").__extends,o=i("+fDQ"),u=i("G2HO"),s=i("9jZZ"),h=i("Irel"),r,f;t.onErrorResumeNext=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return 1===n.length&&u.isArray(n[0])&&(n=n[0]),function(t){return t.lift(new r(n))}};t.onErrorResumeNextStatic=function(){for(var i,n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return i=null,1===n.length&&u.isArray(n[0])&&(n=n[0]),i=n.shift(),new o.FromObservable(i,null).lift(new r(n))};r=function(){function n(n){this.nextSources=n}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.nextSources))},n}();f=function(n){function t(t,i){n.call(this,t);this.destination=t;this.nextSources=i}return e(t,n),t.prototype.notifyError=function(){this.subscribeToNextSource()},t.prototype.notifyComplete=function(){this.subscribeToNextSource()},t.prototype._error=function(){this.subscribeToNextSource()},t.prototype._complete=function(){this.subscribeToNextSource()},t.prototype.subscribeToNextSource=function(){var n=this.nextSources.shift();n?this.add(h.subscribeToResult(this,n)):this.destination.complete()},t}(s.OuterSubscriber)},S26M:function(n,t,i){"use strict";var r=i("CxhQ");t._catch=function(n){return r.catchError(n)(this)}},SQLu:function(n,t,i){var e=i("PBLz").__extends,o=i("zKHA"),f=i("AJP0"),s=i("Irel"),h=i("9jZZ"),r,u;t.mergeScan=function(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),function(u){return u.lift(new r(n,t,i))}};r=function(){function n(n,t,i){this.accumulator=n;this.seed=t;this.concurrent=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.accumulator,this.seed,this.concurrent))},n}();t.MergeScanOperator=r;u=function(n){function t(t,i,r,u){n.call(this,t);this.accumulator=i;this.acc=r;this.concurrent=u;this.hasValue=!1;this.hasCompleted=!1;this.buffer=[];this.active=0;this.index=0}return e(t,n),t.prototype._next=function(n){if(this.active<this.concurrent){var i=this.index++,t=o.tryCatch(this.accumulator)(this.acc,n);t===f.errorObject?this.destination.error(f.errorObject.e):(this.active++,this._innerSub(t,n,i))}else this.buffer.push(n)},t.prototype._innerSub=function(n,t,i){this.add(s.subscribeToResult(this,n,t,i))},t.prototype._complete=function(){this.hasCompleted=!0;0===this.active&&0===this.buffer.length&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())},t.prototype.notifyNext=function(n,t){var i=this.destination;this.acc=t;this.hasValue=!0;i.next(t)},t.prototype.notifyComplete=function(n){var t=this.buffer;this.remove(n);this.active--;t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())},t}(h.OuterSubscriber);t.MergeScanSubscriber=u},SWOv:function(n,t,i){var e=i("PBLz").__extends,o=i("rVFa"),s=i("G2HO"),h=i("9jZZ"),c=i("Irel"),f={},r,u;t.combineLatest=function(){for(var i,n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return i=null,"function"==typeof n[n.length-1]&&(i=n.pop()),1===n.length&&s.isArray(n[0])&&(n=n[0].slice()),function(t){return t.lift.call(new o.ArrayObservable([t].concat(n)),new r(i))}};r=function(){function n(n){this.project=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.project))},n}();t.CombineLatestOperator=r;u=function(n){function t(t,i){n.call(this,t);this.project=i;this.active=0;this.values=[];this.observables=[]}return e(t,n),t.prototype._next=function(n){this.values.push(f);this.observables.push(n)},t.prototype._complete=function(){var r=this.observables,t=r.length,n,i;if(0===t)this.destination.complete();else for(this.active=t,this.toRespond=t,n=0;n<t;n++)i=r[n],this.add(c.subscribeToResult(this,i,i,n))},t.prototype.notifyComplete=function(){0==(this.active-=1)&&this.destination.complete()},t.prototype.notifyNext=function(n,t,i){var r=this.values,u=this.toRespond?r[i]===f?--this.toRespond:this.toRespond:0;r[i]=t;0===u&&(this.project?this._tryProject(r):this.destination.next(r.slice()))},t.prototype._tryProject=function(n){var t;try{t=this.project.apply(this,n)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(h.OuterSubscriber);t.CombineLatestSubscriber=u},SX7S:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.skipWhile=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.predicate=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate))},n}();u=function(n){function t(t,i){n.call(this,t);this.predicate=i;this.skipping=!0;this.index=0}return f(t,n),t.prototype._next=function(n){var t=this.destination;this.skipping&&this.tryCallPredicate(n);this.skipping||t.next(n)},t.prototype.tryCallPredicate=function(n){try{var t=this.predicate(n,this.index++);this.skipping=Boolean(t)}catch(i){this.destination.error(i)}},t}(e.Subscriber)},Sbdl:function(n,t){"use strict";t.FastMap=function(){function n(){this.values={}}return n.prototype.delete=function(n){return this.values[n]=null,!0},n.prototype.set=function(n,t){return this.values[n]=t,this},n.prototype.get=function(n){return this.values[n]},n.prototype.forEach=function(n,t){var r=this.values,i;for(i in r)r.hasOwnProperty(i)&&null!==r[i]&&n.call(t,r[i],i)},n.prototype.clear=function(){this.values={}},n}()},Sevg:function(n,t,i){"use strict";var r=i("AZf1"),u=i("Etjs");r.Observable.zip=u.zip},SfWB:function(n,t,i){"use strict";var r=i("AZf1"),u=i("AI1+");r.Observable.webSocket=u.webSocket},T3D5:function(n,t,i){"use strict";var r=i("AZf1"),u=i("r9ib");r.Observable.bindCallback=u.bindCallback},T3HJ:function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1"),f=i("gRDe");t.NeverObservable=function(n){function t(){n.call(this)}return r(t,n),t.create=function(){return new t},t.prototype._subscribe=function(){f.noop()},t}(u.Observable)},Tb5M:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("gRDe"),r,u;t.ignoreElements=function(){return function(n){return n.lift(new r)}};r=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new u(n))},n}();u=function(n){function t(){n.apply(this,arguments)}return f(t,n),t.prototype._next=function(){o.noop()},t}(e.Subscriber)},TiRI:function(n,t,i){var u=i("PBLz").__extends,f=i("4WIM"),e=i("y2i3"),o=i("8t1O"),s=i("QnAi"),r=function(n){function t(t,i){n.call(this);this.messages=t;this.subscriptions=[];this.scheduler=i}return u(t,n),t.prototype._subscribe=function(t){var i=this,r=i.logSubscribedFrame();return t.add(new e.Subscription(function(){i.logUnsubscribedFrame(r)})),n.prototype._subscribe.call(this,t)},t.prototype.setup=function(){for(var n=this,i=n.messages.length,t=0;t<i;t++)!function(){var i=n.messages[t];n.scheduler.schedule(function(){i.notification.observe(n)},i.frame)}()},t}(f.Subject);t.HotObservable=r;s.applyMixins(r,[o.SubscriptionLoggable])},Tos5:function(n,t,i){var r,u;!function(f){n.exports?(f.default=f,n.exports=f):(r=[i("6n/F")],void 0===(u=function(n){return f(n),f.Highcharts=n,f}.apply(t,r))||(n.exports=u))}(function(n){function t(n,t,i,r){n.hasOwnProperty(t)||(n[t]=r.apply(null,i))}t(n=n?n._modules:{},"modules/no-data-to-display.src.js",[n["parts/Globals.js"],n["parts/Utilities.js"]],function(n,t){var r=t.extend,i;t=n.Chart.prototype;i=n.getOptions();r(i.lang,{noData:"No data to display"});i.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"},style:{fontWeight:"bold",fontSize:"12px",color:"#666666"}};t.showNoData=function(n){var t=this.options;n=n||t&&t.lang.noData;t=t&&t.noData;!this.noDataLabel&&this.renderer&&(this.noDataLabel=this.renderer.label(n,0,0,null,null,null,t.useHTML,null,"no-data"),this.styledMode||this.noDataLabel.attr(t.attr).css(t.style),this.noDataLabel.add(),this.noDataLabel.align(r(this.noDataLabel.getBBox(),t.position),!1,"plotBox"))};t.hideNoData=function(){this.noDataLabel&&(this.noDataLabel=this.noDataLabel.destroy())};t.hasData=function(){for(var n=this.series||[],t=n.length;t--;)if(n[t].hasData()&&!n[t].options.isInternal)return!0;return this.loadingShown};n.addEvent(n.Chart,"render",function(){this.hasData()?this.hideNoData():this.showNoData()})});t(n,"masters/modules/no-data-to-display.src.js",[],function(){})})},TzlO:function(n,t,i){"use strict";var r=i("zL8T");t.debounce=function(n){return r.debounce(n)(this)}},UCNy:function(n,t,i){"use strict";var r=i("AZf1"),u=i("2qLy");r.Observable.prototype.takeUntil=u.takeUntil},UGt1:function(n,t,i){"use strict";var r=i("AZf1"),u=i("h8ds");r.Observable.prototype.skipLast=u.skipLast},UUzK:function(n,t,i){"use strict";var r=i("G2HO"),u=i("6VCA");t.race=function(){for(var n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return function(t){return 1===n.length&&r.isArray(n[0])&&(n=n[0]),t.lift.call(u.race.apply(void 0,[t].concat(n)))}}},Ui6c:function(n,t,i){"use strict";var r=i("+PC9");t.repeat=function(n){return void 0===n&&(n=-1),r.repeat(n)(this)}},UqH8:function(n,t,i){"use strict";var r=i("YKi8");t.timer=r.TimerObservable.create},V9wX:function(n,t,i){"use strict";var r=i("fQTG");t.fromEvent=r.FromEventObservable.create},VIOb:function(n,t,i){"use strict";var r=i("AZf1"),u=i("onQ2");r.Observable.prototype.exhaust=u.exhaust},VLEn:function(n,t,i){"use strict";var r=i("AZf1"),u=i("RM7s");r.Observable.prototype.startWith=u.startWith},VVja:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.switchMap=function(n,t){return function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.project=n;this.resultSelector=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.project,this.resultSelector))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.project=i;this.resultSelector=r;this.index=0}return f(t,n),t.prototype._next=function(n){var t,i=this.index++;try{t=this.project(n,i)}catch(r){return void this.destination.error(r)}this._innerSub(t,n,i)},t.prototype._innerSub=function(n,t,i){var r=this.innerSubscription;r&&r.unsubscribe();this.add(this.innerSubscription=o.subscribeToResult(this,n,t,i))},t.prototype._complete=function(){var t=this.innerSubscription;t&&!t.closed||n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){this.innerSubscription=null},t.prototype.notifyComplete=function(t){this.remove(t);this.innerSubscription=null;this.isStopped&&n.prototype._complete.call(this)},t.prototype.notifyNext=function(n,t,i,r){this.resultSelector?this._tryNotifyNext(n,t,i,r):this.destination.next(t)},t.prototype._tryNotifyNext=function(n,t,i,r){var u;try{u=this.resultSelector(n,t,i,r)}catch(f){return void this.destination.error(f)}this.destination.next(u)},t}(e.OuterSubscriber)},VZMG:function(n,t,i){"use strict";var r=i("8qff"),u=i("X46/");t.queue=new u.QueueScheduler(r.QueueAction)},Vmj7:function(n,t,i){"use strict";var r=i("Re0n"),u=i("NwwV"),f=i("wELj");t.bufferTime=function(n){var t=arguments.length,o=r.async,i,e;return u.isScheduler(arguments[arguments.length-1])&&(o=arguments[arguments.length-1],t--),i=null,t>=2&&(i=arguments[1]),e=Number.POSITIVE_INFINITY,t>=3&&(e=arguments[2]),f.bufferTime(n,i,e,o)(this)}},Vo3M:function(n,t,i){"use strict";var r=i("AZf1"),u=i("9pdx");r.Observable.prototype.dematerialize=u.dematerialize},Vrlg:function(n,t,i){"use strict";var r=i("AZf1"),u=i("27EW");r.Observable.prototype.switchMapTo=u.switchMapTo},VthU:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.switchMapTo=function(n,t){return function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.observable=n;this.resultSelector=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.observable,this.resultSelector))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.inner=i;this.resultSelector=r;this.index=0}return f(t,n),t.prototype._next=function(n){var t=this.innerSubscription;t&&t.unsubscribe();this.add(this.innerSubscription=o.subscribeToResult(this,this.inner,n,this.index++))},t.prototype._complete=function(){var t=this.innerSubscription;t&&!t.closed||n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){this.innerSubscription=null},t.prototype.notifyComplete=function(t){this.remove(t);this.innerSubscription=null;this.isStopped&&n.prototype._complete.call(this)},t.prototype.notifyNext=function(n,t,i,r){var u=this.destination;this.resultSelector?this.tryResultSelector(n,t,i,r):u.next(t)},t.prototype.tryResultSelector=function(n,t,i,r){var u,e=this.resultSelector,f=this.destination;try{u=e(n,t,i,r)}catch(o){return void f.error(o)}f.next(u)},t}(e.OuterSubscriber)},"WC+f":function(n,t,i){"use strict";var r=i("6oB3"),u=i("6oB3");t.concatStatic=u.concat;t.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return function(n){return n.lift.call(r.concat.apply(void 0,[n].concat(t)))}}},WO4J:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("8kg7"),s=i("36rE"),r,u;t.takeLast=function(n){return function(t){return 0===n?new s.EmptyObservable:t.lift(new r(n))}};r=function(){function n(n){if(this.total=n,this.total<0)throw new o.ArgumentOutOfRangeError;}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.total))},n}();u=function(n){function t(t,i){n.call(this,t);this.total=i;this.ring=[];this.count=0}return f(t,n),t.prototype._next=function(n){var t=this.ring,i=this.total,r=this.count++;t.length<i?t.push(n):t[r%i]=n},t.prototype._complete=function(){var n=this.destination,t=this.count,i;if(t>0)for(var r=this.count>=this.total?this.total:this.count,f=this.ring,u=0;u<r;u++)i=t++%r,n.next(f[i]);n.complete()},t}(e.Subscriber)},WQoq:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.sample=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.notifier=n}return n.prototype.call=function(n,t){var i=new u(n),r=t.subscribe(i);return r.add(o.subscribeToResult(i,this.notifier)),r},n}();u=function(n){function t(){n.apply(this,arguments);this.hasValue=!1}return f(t,n),t.prototype._next=function(n){this.value=n;this.hasValue=!0},t.prototype.notifyNext=function(){this.emitValue()},t.prototype.notifyComplete=function(){this.emitValue()},t.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},t}(e.OuterSubscriber)},WU5C:function(n,t,i){"use strict";function r(n){var t,i=n.Symbol;return"function"==typeof i?i.observable?t=i.observable:(t=i("observable"),i.observable=t):t="@@observable",t}var u=i("/WK6");t.getSymbolObservable=r;t.observable=r(u.root);t.$$observable=t.observable},WesY:function(n,t,i){var u=i("PBLz").__extends,f=i("g2Fv"),r=i("Zn6/");t.AnimationFrameAction=function(n){function t(t,i){n.call(this,t,i);this.scheduler=t;this.work=i}return u(t,n),t.prototype.requestAsyncId=function(t,i,u){return void 0===u&&(u=0),null!==u&&u>0?n.prototype.requestAsyncId.call(this,t,i,u):(t.actions.push(this),t.scheduled||(t.scheduled=r.AnimationFrame.requestAnimationFrame(t.flush.bind(t,null))))},t.prototype.recycleAsyncId=function(t,i,u){if(void 0===u&&(u=0),null!==u&&u>0||null===u&&this.delay>0)return n.prototype.recycleAsyncId.call(this,t,i,u);0===t.actions.length&&(r.AnimationFrame.cancelAnimationFrame(i),t.scheduled=void 0)},t}(f.AsyncAction)},WgKs:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.skipUntil=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.notifier=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.notifier))},n}();u=function(n){function t(t,i){n.call(this,t);this.hasValue=!1;this.isInnerStopped=!1;this.add(o.subscribeToResult(this,i))}return f(t,n),t.prototype._next=function(t){this.hasValue&&n.prototype._next.call(this,t)},t.prototype._complete=function(){this.isInnerStopped?n.prototype._complete.call(this):this.unsubscribe()},t.prototype.notifyNext=function(){this.hasValue=!0},t.prototype.notifyComplete=function(){this.isInnerStopped=!0;this.isStopped&&n.prototype._complete.call(this)},t}(e.OuterSubscriber)},Wv9J:function(n,t,i){"use strict";var r=i("AZf1"),u=i("zMOc");r.Observable.prototype.single=u.single},"X/dC":function(n,t,i){"use strict";function r(){return new e.Subject}var u=i("cf1P"),f=i("pk/4"),e=i("4WIM");t.share=function(){return function(n){return f.refCount()(u.multicast(r)(n))}}},"X46/":function(n,t,i){var r=i("PBLz").__extends,u=i("FXL7");t.QueueScheduler=function(n){function t(){n.apply(this,arguments)}return r(t,n),t}(u.AsyncScheduler)},X7Im:function(n,t,i){"use strict";var r=i("Re0n"),u=i("o6MN"),f=i("BnoD");t.throttleTime=function(n,t,i){return void 0===t&&(t=r.async),void 0===i&&(i=u.defaultThrottleConfig),f.throttleTime(n,t,i)(this)}},XMAI:function(n,t,i){"use strict";var r=i("AZf1"),u=i("I+lI");r.Observable.prototype.windowCount=u.windowCount},XNQH:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.isEmpty=function(){return function(n){return n.lift(new r)}};r=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new u(n))},n}();u=function(n){function t(t){n.call(this,t)}return f(t,n),t.prototype.notifyComplete=function(n){var t=this.destination;t.next(n);t.complete()},t.prototype._next=function(){this.notifyComplete(!1)},t.prototype._complete=function(){this.notifyComplete(!0)},t}(e.Subscriber)},Xn12:function(n,t,i){"use strict";var r=i("AZf1"),u=i("MdjT");r.Observable.merge=u.merge},Xrsd:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("2fIB"),r,u;t.single=function(n){return function(t){return t.lift(new r(n,t))}};r=function(){function n(n,t){this.predicate=n;this.source=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.source))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.predicate=i;this.source=r;this.seenValue=!1;this.index=0}return f(t,n),t.prototype.applySingleValue=function(n){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=n)},t.prototype._next=function(n){var t=this.index++;this.predicate?this.tryNext(n,t):this.applySingleValue(n)},t.prototype.tryNext=function(n,t){try{this.predicate(n,t,this.source)&&this.applySingleValue(n)}catch(i){this.destination.error(i)}},t.prototype._complete=function(){var n=this.destination;this.index>0?(n.next(this.seenValue?this.singleValue:void 0),n.complete()):n.error(new o.EmptyError)},t}(e.Subscriber)},XzFz:function(n,t,i){"use strict";var r=i("AZf1"),u=i("fTxW");r.Observable.prototype.zipAll=u.zipAll},Y4yW:function(n,t,i){"use strict";var r=i("AZf1"),u=i("d+Tj");r.Observable.prototype.audit=u.audit},YJDk:function(n,t,i){"use strict";var r=i("saxw");t.mapTo=function(n){return r.mapTo(n)(this)}},YKi8:function(n,t,i){var u=i("PBLz").__extends,f=i("zZI/"),e=i("AZf1"),o=i("Re0n"),r=i("NwwV"),s=i("hut+");t.TimerObservable=function(n){function t(t,i,u){void 0===t&&(t=0);n.call(this);this.period=-1;this.dueTime=0;f.isNumeric(i)?this.period=Number(i)<1?1:Number(i):r.isScheduler(i)&&(u=i);r.isScheduler(u)||(u=o.async);this.scheduler=u;this.dueTime=s.isDate(t)?+t-this.scheduler.now():t}return u(t,n),t.create=function(n,i,r){return void 0===n&&(n=0),new t(n,i,r)},t.dispatch=function(n){var i=n.index,r=n.period,t=n.subscriber;if(t.next(i),!t.closed){if(-1===r)return t.complete();n.index=i+1;this.schedule(n,r)}},t.prototype._subscribe=function(n){return this.scheduler.schedule(t.dispatch,this.dueTime,{index:0,period:this.period,subscriber:n})},t}(e.Observable)},Yjb7:function(n,t,i){"use strict";var r=i("NwwV"),u=i("G2HO"),f=i("rVFa"),e=i("SWOv");t.combineLatest=function(){for(var i,o,n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return i=null,o=null,r.isScheduler(n[n.length-1])&&(o=n.pop()),"function"==typeof n[n.length-1]&&(i=n.pop()),1===n.length&&u.isArray(n[0])&&(n=n[0]),new f.ArrayObservable(n,o).lift(new e.CombineLatestOperator(i))}},Z57B:function(n,t,i){"use strict";var u=i("Re0n"),f=i("aK2G"),r;t.timestamp=function(n){return void 0===n&&(n=u.async),f.map(function(t){return new r(t,n.now())})};r=function(){return function(n,t){this.value=n;this.timestamp=t}}();t.Timestamp=r},ZCeS:function(n,t){"use strict";t.Scheduler=function(){function n(t,i){void 0===i&&(i=n.now);this.SchedulerAction=t;this.now=i}return n.prototype.schedule=function(n,t,i){return void 0===t&&(t=0),new this.SchedulerAction(this,n).schedule(i,t)},n.now=Date.now?Date.now:function(){return+new Date},n}()},ZTY5:function(n,t,i){"use strict";var r=i("M6BU");t.toArray=function(){return r.toArray()(this)}},ZXB4:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.filter=function(n,t){return function(i){return i.lift(new r(n,t))}};r=function(){function n(n,t){this.predicate=n;this.thisArg=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.thisArg))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.predicate=i;this.thisArg=r;this.count=0}return f(t,n),t.prototype._next=function(n){var t;try{t=this.predicate.call(this.thisArg,n,this.count++)}catch(i){return void this.destination.error(i)}t&&this.destination.next(n)},t}(e.Subscriber)},"Zn6/":function(n,t,i){"use strict";var u=i("/WK6"),r=function(){return function(n){n.requestAnimationFrame?(this.cancelAnimationFrame=n.cancelAnimationFrame.bind(n),this.requestAnimationFrame=n.requestAnimationFrame.bind(n)):n.mozRequestAnimationFrame?(this.cancelAnimationFrame=n.mozCancelAnimationFrame.bind(n),this.requestAnimationFrame=n.mozRequestAnimationFrame.bind(n)):n.webkitRequestAnimationFrame?(this.cancelAnimationFrame=n.webkitCancelAnimationFrame.bind(n),this.requestAnimationFrame=n.webkitRequestAnimationFrame.bind(n)):n.msRequestAnimationFrame?(this.cancelAnimationFrame=n.msCancelAnimationFrame.bind(n),this.requestAnimationFrame=n.msRequestAnimationFrame.bind(n)):n.oRequestAnimationFrame?(this.cancelAnimationFrame=n.oCancelAnimationFrame.bind(n),this.requestAnimationFrame=n.oRequestAnimationFrame.bind(n)):(this.cancelAnimationFrame=n.clearTimeout.bind(n),this.requestAnimationFrame=function(t){return n.setTimeout(t,1e3/60)})}}();t.RequestAnimationFrameDefinition=r;t.AnimationFrame=new r(u.root)},ZnfZ:function(n,t,i){var o=i("PBLz").__extends,s=i("AZf1"),r=i("9x29"),f=i("/AUE"),h=i("TiRI"),u=i("5TWj"),e=i("J9JT");t.TestScheduler=function(n){function t(t){n.call(this,e.VirtualAction,750);this.assertDeepEqual=t;this.hotObservables=[];this.coldObservables=[];this.flushTests=[]}return o(t,n),t.prototype.createTime=function(n){var i=n.indexOf("|");if(-1===i)throw new Error('marble diagram for time should have a completion marker "|"');return i*t.frameTimeFactor},t.prototype.createColdObservable=function(n,i,r){if(-1!==n.indexOf("^"))throw new Error('cold observable cannot have subscription offset "^"');if(-1!==n.indexOf("!"))throw new Error('cold observable cannot have unsubscription marker "!"');var e=t.parseMarbles(n,i,r),u=new f.ColdObservable(e,this);return this.coldObservables.push(u),u},t.prototype.createHotObservable=function(n,i,r){if(-1!==n.indexOf("!"))throw new Error('hot observable cannot have unsubscription marker "!"');var f=t.parseMarbles(n,i,r),u=new h.HotObservable(f,this);return this.hotObservables.push(u),u},t.prototype.materializeInnerObservable=function(n,t){var u=this,i=[];return n.subscribe(function(n){i.push({frame:u.frame-t,notification:r.Notification.createNext(n)})},function(n){i.push({frame:u.frame-t,notification:r.Notification.createError(n)})},function(){i.push({frame:u.frame-t,notification:r.Notification.createComplete()})}),i},t.prototype.expectObservable=function(n,i){var u=this;void 0===i&&(i=null);var o,f=[],e={actual:f,ready:!1},h=t.parseMarblesAsSubscriptions(i).unsubscribedFrame;return this.schedule(function(){o=n.subscribe(function(n){var t=n;n instanceof s.Observable&&(t=u.materializeInnerObservable(t,u.frame));f.push({frame:u.frame,notification:r.Notification.createNext(t)})},function(n){f.push({frame:u.frame,notification:r.Notification.createError(n)})},function(){f.push({frame:u.frame,notification:r.Notification.createComplete()})})},0),h!==Number.POSITIVE_INFINITY&&this.schedule(function(){return o.unsubscribe()},h),this.flushTests.push(e),{toBe:function(n,i,r){e.ready=!0;e.expected=t.parseMarbles(n,i,r,!0)}}},t.prototype.expectSubscriptions=function(n){var i={actual:n,ready:!1};return this.flushTests.push(i),{toBe:function(n){var r="string"==typeof n?[n]:n;i.ready=!0;i.expected=r.map(function(n){return t.parseMarblesAsSubscriptions(n)})}}},t.prototype.flush=function(){for(var t,i,r=this.hotObservables;r.length>0;)r.shift().setup();for(n.prototype.flush.call(this),t=this.flushTests.filter(function(n){return n.ready});t.length>0;)i=t.shift(),this.assertDeepEqual(i.actual,i.expected)},t.parseMarblesAsSubscriptions=function(n){var i,o;if("string"!=typeof n)return new u.SubscriptionLog(Number.POSITIVE_INFINITY);for(var s=n.length,t=-1,r=Number.POSITIVE_INFINITY,f=Number.POSITIVE_INFINITY,e=0;e<s;e++){i=e*this.frameTimeFactor;o=n[e];switch(o){case"-":case" ":break;case"(":t=i;break;case")":t=-1;break;case"^":if(r!==Number.POSITIVE_INFINITY)throw new Error("found a second subscription point '^' in a subscription marble diagram. There can only be one.");r=t>-1?t:i;break;case"!":if(f!==Number.POSITIVE_INFINITY)throw new Error("found a second subscription point '^' in a subscription marble diagram. There can only be one.");f=t>-1?t:i;break;default:throw new Error("there can only be '^' and '!' markers in a subscription marble diagram. Found instead '"+o+"'.");}}return f<0?new u.SubscriptionLog(r):new u.SubscriptionLog(r,f)},t.parseMarbles=function(n,t,i,u){if(void 0===u&&(u=!1),-1!==n.indexOf("!"))throw new Error('conventional marble diagrams cannot have the unsubscription marker "!"');for(var v=n.length,h=[],c=n.indexOf("^"),y=-1===c?0:c*-this.frameTimeFactor,p="object"!=typeof t?function(n){return n}:function(n){return u&&t[n]instanceof f.ColdObservable?t[n].messages:t[n]},o=-1,s=0;s<v;s++){var l=s*this.frameTimeFactor+y,e=void 0,a=n[s];switch(a){case"-":case" ":break;case"(":o=l;break;case")":o=-1;break;case"|":e=r.Notification.createComplete();break;case"^":break;case"#":e=r.Notification.createError(i||"error");break;default:e=r.Notification.createNext(p(a))}e&&h.push({frame:o>-1?o:l,notification:e})}return h},t}(e.VirtualTimeScheduler)},"Zo/K":function(n,t,i){function r(n){var t=n.index,r=n.subscriber,i;t!==n.length?(i=n.keys[t],r.next([i,n.obj[i]]),n.index=t+1,this.schedule(n)):r.complete()}var u=i("PBLz").__extends,f=i("AZf1");t.PairsObservable=function(n){function t(t,i){n.call(this);this.obj=t;this.scheduler=i;this.keys=Object.keys(t)}return u(t,n),t.create=function(n,i){return new t(n,i)},t.prototype._subscribe=function(n){var i=this.keys,f=this.scheduler,e=i.length,t,u;if(f)return f.schedule(r,0,{obj:this.obj,keys:i,length:e,index:0,subscriber:n});for(t=0;t<e;t++)u=i[t],n.next([u,this.obj[u]]);n.complete()},t}(f.Observable)},ZzdT:function(n,t,i){"use strict";var r=i("AZf1"),u=i("OmKy");r.Observable.prototype.bufferWhen=u.bufferWhen},aK2G:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.map=function(n,t){return function(i){if("function"!=typeof n)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return i.lift(new r(n,t))}};r=function(){function n(n,t){this.project=n;this.thisArg=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.project,this.thisArg))},n}();t.MapOperator=r;u=function(n){function t(t,i,r){n.call(this,t);this.project=i;this.count=0;this.thisArg=r||this}return f(t,n),t.prototype._next=function(n){var t;try{t=this.project.call(this.thisArg,n,this.count++)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(e.Subscriber)},aUw6:function(n,t,i){"use strict";var r=i("AZf1"),u=i("GHBr");r.Observable.throw=u._throw},aea6:function(n,t,i){"use strict";var r=i("Re0n"),u=i("7LGj");t.sampleTime=function(n,t){return void 0===t&&(t=r.async),u.sampleTime(n,t)(this)}},agdi:function(n,t,i){"use strict";var r=i("Re0n"),u=i("uj+q");t.timeoutWith=function(n,t,i){return void 0===i&&(i=r.async),u.timeoutWith(n,t,i)(this)}},ast0:function(n,t,i){var e=i("PBLz").__extends,o=i("1uGz"),r=i("4WIM"),u,f;t.windowCount=function(n,t){return void 0===t&&(t=0),function(i){return i.lift(new u(n,t))}};u=function(){function n(n,t){this.windowSize=n;this.startWindowEvery=t}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.windowSize,this.startWindowEvery))},n}();f=function(n){function t(t,i,u){n.call(this,t);this.destination=t;this.windowSize=i;this.startWindowEvery=u;this.windows=[new r.Subject];this.count=0;t.next(this.windows[0])}return e(t,n),t.prototype._next=function(n){for(var i,u,e=this.startWindowEvery>0?this.startWindowEvery:this.windowSize,o=this.destination,s=this.windowSize,t=this.windows,h=t.length,f=0;f<h&&!this.closed;f++)t[f].next(n);i=this.count-s+1;(i>=0&&i%e==0&&!this.closed&&t.shift().complete(),++this.count%e!=0||this.closed)||(u=new r.Subject,t.push(u),o.next(u))},t.prototype._error=function(n){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().error(n);this.destination.error(n)},t.prototype._complete=function(){var n=this.windows;if(n)for(;n.length>0&&!this.closed;)n.shift().complete();this.destination.complete()},t.prototype._unsubscribe=function(){this.count=0;this.windows=null},t}(o.Subscriber)},b4nC:function(n,t,i){"use strict";var r=i("AZf1"),u=i("uH8Z");r.Observable.prototype.timestamp=u.timestamp},bIKf:function(n,t,i){var u=i("PBLz").__extends,r=i("Hbpk"),f=i("g2Fv");t.AsapAction=function(n){function t(t,i){n.call(this,t,i);this.scheduler=t;this.work=i}return u(t,n),t.prototype.requestAsyncId=function(t,i,u){return void 0===u&&(u=0),null!==u&&u>0?n.prototype.requestAsyncId.call(this,t,i,u):(t.actions.push(this),t.scheduled||(t.scheduled=r.Immediate.setImmediate(t.flush.bind(t,null))))},t.prototype.recycleAsyncId=function(t,i,u){if(void 0===u&&(u=0),null!==u&&u>0||null===u&&this.delay>0)return n.prototype.recycleAsyncId.call(this,t,i,u);0===t.actions.length&&(r.Immediate.clearImmediate(i),t.scheduled=void 0)},t}(f.AsyncAction)},bIOw:function(n,t,i){var r;!function(u,f){n.exports?(f.default=f,n.exports=u.document?f(u):f):void 0===(r=function(){return f(u)}.call(t,i,t,n))||(n.exports=r)}("undefined"!=typeof window?window:this,function(n){function i(n,t,i,r){n.hasOwnProperty(t)||(n[t]=r.apply(null,i))}var t={};return i(t,"parts/Globals.js",[],function(){var i=void 0!==n?n:"undefined"!=typeof window?window:{},r=i.document,t=i.navigator&&i.navigator.userAgent||"",e=r&&r.createElementNS&&!!r.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,o=/(edge|msie|trident)/i.test(t)&&!i.opera,u=-1!==t.indexOf("Firefox"),f=-1!==t.indexOf("Chrome"),s=u&&4>parseInt(t.split("Firefox/")[1],10);return{product:"Highcharts",version:"7.2.1",deg2rad:Math.PI/180,doc:r,hasBidiBug:s,hasTouch:!!i.TouchEvent,isMS:o,isWebKit:-1!==t.indexOf("AppleWebKit"),isFirefox:u,isChrome:f,isSafari:!f&&-1!==t.indexOf("Safari"),isTouchDevice:/(Mobile|Android|Windows Phone)/.test(t),SVG_NS:"http://www.w3.org/2000/svg",chartCount:0,seriesTypes:{},symbolSizes:{},svg:e,win:i,marginNames:["plotTop","marginRight","marginBottom","plotLeft"],noop:function(){},charts:[],dateFormats:{}}}),i(t,"parts/Utilities.js",[t["parts/Globals.js"]],function(n){function h(n,t){return parseInt(n,t||10)}function c(n){return"string"==typeof n}function o(n){return"[object Array]"===(n=Object.prototype.toString.call(n))||"[object Array Iterator]"===n}function i(n,t){return!(!n||"object"!=typeof n||t&&o(n))}function l(n){return i(n)&&"number"==typeof n.nodeType}function v(n){var t=n&&n.constructor;return!(!i(n,!0)||l(n)||!t||!t.name||"Object"===t.name)}function e(n){return"number"==typeof n&&!isNaN(n)&&1/0>n&&-1/0<n}function a(n){return null!=n}function y(n,i,r){var u;return c(i)?a(r)?n.setAttribute(i,r):n&&n.getAttribute&&((u=n.getAttribute(i))||"class"!==i||(u=n.getAttribute(i+"Name"))):t(i,function(t,i){n.setAttribute(i,t)}),u}function u(n,t){var i;for(i in n||(n={}),t)n[i]=t[i];return n}function f(){for(var n,i=arguments,r=i.length,t=0;t<r;t++)if(n=i[t],null!=n)return n}function t(n,t,i){for(var r in n)Object.hasOwnProperty.call(n,r)&&t.call(i||n[r],n[r],r,n)}n.timers=[];var p,w,b=n.charts,s=n.doc,r=n.win;return n.error=function(t,i,u,f){var s=e(t),o=s?"Highcharts error #"+t+": www.highcharts.com/errors/"+t+"/":t.toString(),c=function(){if(i)throw Error(o);r.console&&console.log(o)},h;void 0!==f&&(h="",s&&(o+="?"),n.objectEach(f,function(n,t){h+="\n"+t+": "+n;s&&(o+=encodeURI(t)+"="+encodeURI(n))}),o+=h);u?n.fireEvent(u,"displayError",{code:t,message:o,params:f},c):c()},n.Fx=function(n,t,i){this.options=t;this.elem=n;this.prop=i},n.Fx.prototype={dSetter:function(){var f=this.paths[0],t=this.paths[1],i=[],u=this.now,n=f.length,r;if(1===u)i=this.toD;else if(n===t.length&&1>u)for(;n--;)r=parseFloat(f[n]),i[n]=isNaN(r)||"A"===t[n-4]||"A"===t[n-5]?t[n]:u*parseFloat(""+(t[n]-r))+r;else i=t;this.elem.attr("d",i,null,!0)},update:function(){var n=this.elem,t=this.prop,i=this.now,r=this.options.step;this[t+"Setter"]?this[t+"Setter"]():n.attr?n.element&&n.attr(t,i,null,!0):n.style[t]=i+this.unit;r&&r.call(n,i,this)},run:function(t,i,u){var o=this,e=o.options,f=function(n){return!f.stopped&&o.step(n)},s=r.requestAnimationFrame||function(n){setTimeout(n,13)},h=function(){for(var t=0;t<n.timers.length;t++)n.timers[t]()||n.timers.splice(t--,1);n.timers.length&&s(h)};t!==i||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=t,this.end=i,this.unit=u,this.now=this.start,this.pos=0,f.elem=this.elem,f.prop=this.prop,f()&&1===n.timers.push(f)&&s(h)):(delete e.curAnim[this.prop],e.complete&&0===Object.keys(e.curAnim).length&&e.complete.call(this.elem))},step:function(n){var f=+new Date,i=this.options,r=this.elem,e=i.complete,o=i.duration,s=i.curAnim,u;return r.attr&&!r.element?n=!1:n||f>=o+this.startTime?(this.now=this.end,this.pos=1,this.update(),u=s[this.prop]=!0,t(s,function(n){!0!==n&&(u=!1)}),u&&e&&e.call(r),n=!1):(this.pos=i.easing((f-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),n=!0),n},initPath:function(n,t,i){function y(n){for(r=n.length;r--;){var t="M"===n[r]||"L"===n[r],i=/[a-zA-Z]/.test(n[r+3]);t&&i&&n.splice(r+1,0,n[r+1],n[r+2],n[r+1],n[r+2])}}function p(n,t){for(;n.length<l;){n[0]=t[l-n.length];var i=n.slice(0,u);[].splice.apply(n,[0,0].concat(i));a&&(i=n.slice(n.length-u),[].splice.apply(n,[n.length,0].concat(i)),r--)}n[0]="M"}function w(n,t){for(var i=(l-n.length)/u;0<i&&i--;)(o=n.slice().splice(n.length/c-u,u*c))[0]=t[l-u-i*u],v&&(o[u-6]=o[u-2],o[u-5]=o[u-1]),[].splice.apply(n,[n.length/c,0].concat(o)),a&&i--}var o,r,f=n.startX,s=n.endX,v=-1<(t=t||"").indexOf("C"),u=v?7:3,a,c,h,b,l;if(t=t.split(" "),i=i.slice(),a=n.isArea,c=a?2:1,v&&(y(t),y(i)),f&&s){for(r=0;r<f.length;r++){if(f[r]===s[0]){h=r;break}if(f[0]===s[s.length-f.length+r]){h=r;b=!0;break}if(f[f.length-1]===s[s.length-f.length+r]){h=f.length-r;break}}void 0===h&&(t=[])}return t.length&&e(h)&&(l=i.length+h*c*u,b?(p(t,i),w(i,t)):(p(i,t),w(t,i))),[t,i]},fillSetter:function(){n.Fx.prototype.strokeSetter.apply(this,arguments)},strokeSetter:function(){this.elem.attr(this.prop,n.color(this.start).tweenTo(n.color(this.end),this.pos),null,!0)}},n.merge=function(){var r,n=arguments,u={},f=function(n,r){return"object"!=typeof n&&(n={}),t(r,function(t,u){n[u]=!i(t,!0)||v(t)||l(t)?r[u]:f(n[u]||{},t)}),n},e;for(!0===n[0]&&(u=n[1],n=Array.prototype.slice.call(n,2)),e=n.length,r=0;r<e;r++)u=f(u,n[r]);return u},n.clearTimeout=function(n){a(n)&&clearTimeout(n)},n.css=function(t,i){n.isMS&&!n.svg&&i&&void 0!==i.opacity&&(i.filter="alpha(opacity="+100*i.opacity+")");u(t.style,i)},n.createElement=function(t,i,r,f,e){t=s.createElement(t);var o=n.css;return i&&u(t,i),e&&o(t,{padding:"0",border:"none",margin:"0"}),r&&o(t,r),f&&f.appendChild(t),t},n.extendClass=function(n,t){var i=function(){};return u(i.prototype=new n,t),i},n.pad=function(n,t,i){return Array((t||2)+1-String(n).replace("-","").length).join(i||"0")+n},n.relativeLength=function(n,t,i){return/%$/.test(n)?t*parseFloat(n)/100+(i||0):parseFloat(n)},n.wrap=function(n,t,i){var r=n[t];n[t]=function(){var n=Array.prototype.slice.call(arguments),u=arguments,t=this;return t.proceed=function(){r.apply(t,arguments.length?arguments:u)},n.unshift(r),n=i.apply(this,n),t.proceed=null,n}},n.datePropsToTimestamps=function(r){t(r,function(t,u){i(t)&&"function"==typeof t.getTime?r[u]=t.getTime():(i(t)||o(t))&&n.datePropsToTimestamps(t)})},n.formatSingle=function(t,i,r){var u=n.defaultOptions.lang;return/f$/.test(t)?(r=(r=t.match(/\.([0-9])/))?r[1]:-1,null!==i&&(i=n.numberFormat(i,r,u.decimalPoint,-1<t.indexOf(",")?u.thousandsSep:""))):i=(r||n.time).dateFormat(t,i),i},n.format=function(t,i,r){for(var f,c,o,l,u,e="{",h=!1,s=[];t&&-1!==(e=t.indexOf(e));){if(f=t.slice(0,e),h){for(l=(c=(f=f.split(":")).shift().split(".")).length,u=i,o=0;o<l;o++)u&&(u=u[c[o]]);f.length&&(u=n.formatSingle(f.join(":"),u,r));s.push(u)}else s.push(f);t=t.slice(e+1);e=(h=!h)?"}":"{"}return s.push(t),s.join("")},n.getMagnitude=function(n){return Math.pow(10,Math.floor(Math.log(n)/Math.LN10))},n.normalizeTickInterval=function(t,i,r,u,e){var o=t,s=t/(r=f(r,1));for(i||(i=e?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===u&&(1===r?i=i.filter(function(n){return 0==n%1}):.1>=r&&(i=[1/r]))),u=0;u<i.length&&(o=i[u],!(e&&o*r>=t||!e&&s<=(i[u]+(i[u+1]||i[u]))/2));u++);return n.correctFloat(o*r,-Math.round(Math.log(.001)/Math.LN10))},n.stableSort=function(n,t){for(var r,u=n.length,i=0;i<u;i++)n[i].safeI=i;for(n.sort(function(n,i){return 0===(r=t(n,i))?n.safeI-i.safeI:r}),i=0;i<u;i++)delete n[i].safeI},n.correctFloat=function(n,t){return parseFloat(n.toPrecision(t||14))},n.animObject=function(t){return i(t)?n.merge(t):{duration:t?500:0}},n.timeUnits={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},n.numberFormat=function(t,i,r,u){var s,l;i=+i;var a=n.defaultOptions.lang,c=((t=+t||0).toString().split(".")[1]||"").split("e")[0].length,o=t.toString().split("e");return-1===i?i=Math.min(c,20):e(i)?i&&o[1]&&0>o[1]&&(s=i+ +o[1],0<=s?(o[0]=(+o[0]).toExponential(s).split("e")[0],i=s):(o[0]=o[0].split(".")[0]||0,t=20>i?(o[0]*Math.pow(10,o[1])).toFixed(i):0,o[1]=0)):i=2,l=(Math.abs(o[1]?o[0]:t)+Math.pow(10,-Math.max(i,c)-1)).toFixed(i),s=3<(c=String(h(l))).length?c.length%3:0,r=f(r,a.decimalPoint),u=f(u,a.thousandsSep),t=(0>t?"-":"")+(s?c.substr(0,s)+u:""),t+=c.substr(s).replace(/(\d{3})(?=\d)/g,"$1"+u),i&&(t+=r+l.slice(-i)),o[1]&&0!=+t&&(t+="e"+o[1]),t},Math.easeInOutSine=function(n){return-.5*(Math.cos(Math.PI*n)-1)},n.getStyle=function(t,i,u){return"width"===i?(i=Math.min(t.offsetWidth,t.scrollWidth),(u=t.getBoundingClientRect&&t.getBoundingClientRect().width)<i&&u>=i-1&&(i=Math.floor(u)),Math.max(0,i-n.getStyle(t,"padding-left")-n.getStyle(t,"padding-right"))):"height"===i?Math.max(0,Math.min(t.offsetHeight,t.scrollHeight)-n.getStyle(t,"padding-top")-n.getStyle(t,"padding-bottom")):(r.getComputedStyle||n.error(27,!0),(t=r.getComputedStyle(t,void 0))&&(t=t.getPropertyValue(i),f(u,"opacity"!==i)&&(t=h(t))),t)},n.inArray=function(n,t,i){return t.indexOf(n,i)},n.find=Array.prototype.find?function(n,t){return n.find(t)}:function(n,t){for(var r=n.length,i=0;i<r;i++)if(t(n[i],i))return n[i]},n.keys=Object.keys,n.offset=function(n){var t=s.documentElement;return{top:(n=n.parentElement||n.parentNode?n.getBoundingClientRect():{top:0,left:0}).top+(r.pageYOffset||t.scrollTop)-(t.clientTop||0),left:n.left+(r.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}},n.stop=function(t,i){for(var r=n.timers.length;r--;)n.timers[r].elem!==t||i&&i!==n.timers[r].prop||(n.timers[r].stopped=!0)},t({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},function(t,i){n[i]=function(n){return Array.prototype[t].apply(n,[].slice.call(arguments,1))}}),n.addEvent=function(t,i,r,u){void 0===u&&(u={});var e=t.addEventListener||n.addEventListenerPolyfill,f="function"==typeof t&&t.prototype?t.prototype.protoEvents=t.prototype.protoEvents||{}:t.hcEvents=t.hcEvents||{};return n.Point&&t instanceof n.Point&&t.series&&t.series.chart&&(t.series.chart.runTrackerClick=!0),e&&e.call(t,i,r,!1),f[i]||(f[i]=[]),f[i].push({fn:r,order:"number"==typeof u.order?u.order:1/0}),f[i].sort(function(n,t){return n.order-t.order}),function(){n.removeEvent(t,i,r)}},n.removeEvent=function(i,r,u){function f(t,r){var u=i.removeEventListener||n.removeEventListenerPolyfill;u&&u.call(i,t,r,!1)}function e(n){var e,u;i.nodeName&&(r?(u={},u[r]=!0):u=n,t(u,function(t,i){if(n[i])for(e=n[i].length;e--;)f(i,n[i][e].fn)}))}var o;["protoEvents","hcEvents"].forEach(function(n,t){var s=(t=t?i:i.prototype)&&t[n];s&&(r?(o=s[r]||[],u?(s[r]=o.filter(function(n){return u!==n.fn}),f(r,u)):(e(s),s[r]=[])):(e(s),t[n]={}))})},n.fireEvent=function(n,t,i,r){var e,f;(i=i||{},s.createEvent&&(n.dispatchEvent||n.fireEvent))?(f=s.createEvent("Events"),f.initEvent(t,!0,!0),u(f,i),n.dispatchEvent?n.dispatchEvent(f):n.fireEvent(t,f)):(i.target||u(i,{preventDefault:function(){i.defaultPrevented=!0},target:n,type:t}),function(t,r){void 0===t&&(t=[]);void 0===r&&(r=[]);var u=0,f=0,o=t.length+r.length;for(e=0;e<o;e++)!1===(t[u]?r[f]?t[u].order<=r[f].order?t[u++]:r[f++]:t[u++]:r[f++]).fn.call(n,i)&&i.preventDefault()}(n.protoEvents&&n.protoEvents[t],n.hcEvents&&n.hcEvents[t]));r&&!i.defaultPrevented&&r.call(n,i)},n.animate=function(r,u,f){var h,o,s,l="",c;i(f)||(c=arguments,f={duration:c[2],easing:c[3],complete:c[4]});e(f.duration)||(f.duration=400);f.easing="function"==typeof f.easing?f.easing:Math[f.easing]||Math.easeInOutSine;f.curAnim=n.merge(u);t(u,function(t,i){n.stop(r,i);s=new n.Fx(r,f,i);o=null;"d"===i?(s.paths=s.initPath(r,r.d,u.d),s.toD=u.d,h=0,o=1):r.attr?h=r.attr(i):(h=parseFloat(n.getStyle(r,i))||0,"opacity"!==i&&(l="px"));o||(o=t);o&&o.match&&o.match("px")&&(o=o.replace(/px/g,""));s.run(h,o,l)})},n.seriesType=function(t,i,r,u,f){var o=n.getOptions(),e=n.seriesTypes;return o.plotOptions[t]=n.merge(o.plotOptions[i],r),e[t]=n.extendClass(e[i]||function(){},u),e[t].prototype.type=t,f&&(e[t].prototype.pointClass=n.extendClass(n.Point,f)),e[t]},n.uniqueKey=(p=Math.random().toString(36).substring(2,9),w=0,function(){return"highcharts-"+p+"-"+w++}),n.isFunction=function(n){return"function"==typeof n},r.jQuery&&(r.jQuery.fn.highcharts=function(){var t=[].slice.call(arguments);if(this[0])return t[0]?(new n[c(t[0])?t.shift():"Chart"](this[0],t[0],t[1]),this):b[y(this[0],"data-highcharts-chart")]}),{arrayMax:function(n){for(var t=n.length,i=n[0];t--;)n[t]>i&&(i=n[t]);return i},arrayMin:function(n){for(var t=n.length,i=n[0];t--;)n[t]<i&&(i=n[t]);return i},attr:y,defined:a,destroyObjectProperties:function(n,i){t(n,function(t,r){t&&t!==i&&t.destroy&&t.destroy();delete n[r]})},discardElement:function(t){var i=n.garbageBin;i||(i=n.createElement("div"));t&&i.appendChild(t);i.innerHTML=""},erase:function(n,t){for(var i=n.length;i--;)if(n[i]===t){n.splice(i,1);break}},extend:u,isArray:o,isClass:v,isDOMElement:l,isNumber:e,isObject:i,isString:c,objectEach:t,pick:f,pInt:h,setAnimation:function(n,t){t.renderer.globalAnimation=f(n,t.options.chart.animation,!0)},splat:function(n){return o(n)?n:[n]},syncTimeout:function(n,t,i){return 0<t?setTimeout(n,t,i):(n.call(0,i),-1)}}}),i(t,"parts/Color.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.isNumber,i=t.pInt,u=n.merge;n.Color=function(t){if(!(this instanceof n.Color))return new n.Color(t);this.init(t)};n.Color.prototype={parsers:[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(n){return[i(n[1]),i(n[2]),i(n[3]),parseFloat(n[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(n){return[i(n[1]),i(n[2]),i(n[3]),1]}}],names:{white:"#ffffff",black:"#000000"},init:function(t){var i,u,r,f;if((this.input=t=this.names[t&&t.toLowerCase?t.toLowerCase():""]||t)&&t.stops)this.stops=t.stops.map(function(t){return new n.Color(t[1])});else if(t&&t.charAt&&"#"===t.charAt()&&(r=t.length,t=parseInt(t.substr(1),16),7===r?i=[(16711680&t)>>16,(65280&t)>>8,255&t,1]:4===r&&(i=[(3840&t)>>4|(3840&t)>>8,(240&t)>>4|240&t,(15&t)<<4|15&t,1])),!i)for(u=this.parsers.length;u--&&!i;)f=this.parsers[u],(r=f.regex.exec(t))&&(i=f.parse(r));this.rgba=i||[]},get:function(n){var f=this.input,t=this.rgba,i;return this.stops?(i=u(f),i.stops=[].concat(i.stops),this.stops.forEach(function(t,r){i.stops[r]=[i.stops[r][0],t.get(n)]})):i=t&&r(t[0])?"rgb"===n||!n&&1===t[3]?"rgb("+t[0]+","+t[1]+","+t[2]+")":"a"===n?t[3]:"rgba("+t.join(",")+")":f,i},brighten:function(n){var t,u=this.rgba;if(this.stops)this.stops.forEach(function(t){t.brighten(n)});else if(r(n)&&0!==n)for(t=0;3>t;t++)u[t]+=i(255*n),0>u[t]&&(u[t]=0),255<u[t]&&(u[t]=255);return this},setOpacity:function(n){return this.rgba[3]=n,this},tweenTo:function(n,t){var r=this.rgba,i=n.rgba;return i.length&&r&&r.length?((n=1!==i[3]||1!==r[3])?"rgba(":"rgb(")+Math.round(i[0]+(r[0]-i[0])*(1-t))+","+Math.round(i[1]+(r[1]-i[1])*(1-t))+","+Math.round(i[2]+(r[2]-i[2])*(1-t))+(n?","+(i[3]+(r[3]-i[3])*(1-t)):"")+")":n.input||"none"}};n.color=function(t){return new n.Color(t)}}),i(t,"parts/SvgRenderer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.attr,i=t.defined,ot=t.destroyObjectProperties,b=t.erase,o=t.extend,d=t.isArray,st=t.isNumber,v=t.isObject,g=t.isString,s=t.objectEach,r=t.pick,c=t.pInt,ht=t.splat,p=n.addEvent,ct=n.animate,lt=n.charts,at=n.color,l=n.css,nt=n.createElement,k=n.deg2rad,e=n.doc,vt=n.hasTouch,tt=n.isFirefox,it=n.isMS,yt=n.isWebKit,h=n.merge,rt=n.noop,ut=n.removeEvent,ft=n.stop,et=n.svg,w=n.SVG_NS,y=n.symbolSizes,a=n.win,u=n.SVGElement=function(){return this};o(u.prototype,{opacity:1,SVG_NS:w,textProps:"direction fontSize fontWeight fontFamily fontStyle color lineHeight width textAlign textDecoration textOverflow textOutline cursor".split(" "),init:function(t,i){this.element="span"===i?nt(i):e.createElementNS(this.SVG_NS,i);this.renderer=t;n.fireEvent(this,"afterInit")},animate:function(t,i,u){var f=n.animObject(r(i,this.renderer.globalAnimation,!0));return r(e.hidden,e.msHidden,e.webkitHidden,!1)&&(f.duration=0),0!==f.duration?(u&&(f.complete=u),ct(this,t,f)):(this.attr(t,void 0,u),s(t,function(n,t){f.step&&f.step.call(this,n,{prop:t,pos:1})},this)),this},complexColor:function(t,r,u){var v,o,f,g,a,l,y,p,w,b,k,nt,c=this.renderer,e=[];n.fireEvent(this.renderer,"complexColor",{args:arguments},function(){t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient");o&&(a=c.gradients,y=t.stops,b=u.radialReference,d(f=t[o])&&(t[o]=f={x1:f[0],y1:f[1],x2:f[2],y2:f[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&b&&!i(f.gradientUnits)&&(f=h(f,c.getRadialAttr(b,g=f),{gradientUnits:"userSpaceOnUse"})),s(f,function(n,t){"id"!==t&&e.push(t,n)}),s(y,function(n){e.push(n)}),e=e.join(","),a[e]?k=a[e].attr("id"):(f.id=k=n.uniqueKey(),a[e]=l=c.createElement(o).attr(f).add(c.defs),l.radAttr=g,l.stops=[],y.forEach(function(t){0===t[1].indexOf("rgba")?(v=n.color(t[1]),p=v.get("rgb"),w=v.get("a")):(p=t[1],w=1);t=c.createElement("stop").attr({offset:t[0],"stop-color":p,"stop-opacity":w}).add(l);l.stops.push(t)})),u.setAttribute(r,nt="url("+c.url+"#"+k+")"),u.gradient=e,t.toString=function(){return nt})})},applyTextOutline:function(t){var r,i=this.element,u,e;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(i.style.fill)));u=(t=t.split(" "))[t.length-1];(r=t[0])&&"none"!==r&&n.svg&&(this.fakeTS=!0,t=[].slice.call(i.getElementsByTagName("tspan")),this.ySetter=this.xSetter,r=r.replace(/(^[\d\.]+)(.*?)$/g,function(n,t,i){return 2*t+i}),this.removeTextOutline(t),e=i.firstChild,t.forEach(function(n,t){0===t&&(n.setAttribute("x",i.getAttribute("x")),t=i.getAttribute("y"),n.setAttribute("y",t||0),null===t&&i.setAttribute("y",0));n=n.cloneNode(1);f(n,{"class":"highcharts-text-outline",fill:u,stroke:u,"stroke-width":r,"stroke-linejoin":"round"});i.insertBefore(n,e)}))},removeTextOutline:function(n){for(var t,i=n.length;i--;)"highcharts-text-outline"===(t=n[i]).getAttribute("class")&&b(n,this.element.removeChild(t))},symbolCustomAttribs:"x y width height r start end innerR anchorX anchorY rounded".split(" "),attr:function(t,i,r,u){var e,f,o,h=this.element,c=this,a=this.symbolCustomAttribs,l;return"string"==typeof t&&void 0!==i&&(l=t,(t={})[l]=i),"string"==typeof t?c=(this[t+"Getter"]||this._defaultGetter).call(this,t,h):(s(t,function(i,r){f=!1;u||ft(this,r);this.symbolName&&-1!==n.inArray(r,a)&&(e||(this.symbolAttr(t),e=!0),f=!0);this.rotation&&("x"===r||"y"===r)&&(this.doTransform=!0);f||((o=this[r+"Setter"]||this._defaultSetter).call(this,i,r,h),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(r)&&this.updateShadows(r,i,o))},this),this.afterSetters()),r&&r.call(this),c},afterSetters:function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},updateShadows:function(n,t,i){for(var r=this.shadows,u=r.length;u--;)i.call(r[u],"height"===n?Math.max(t-(r[u].cutHeight||0),0):"d"===n?this.d:t,n,r[u])},addClass:function(n,t){var i=t?"":this.attr("class")||"";return(n=(n||"").split(/ /g).reduce(function(n,t){return-1===i.indexOf(t)&&n.push(t),n},i?[i]:[]).join(" "))!==i&&this.attr("class",n),this},hasClass:function(n){return-1!==(this.attr("class")||"").split(" ").indexOf(n)},removeClass:function(n){return this.attr("class",(this.attr("class")||"").replace(g(n)?new RegExp(" ?"+n+" ?"):n,""))},symbolAttr:function(n){var t=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach(function(i){t[i]=r(n[i],t[i])});t.attr({d:t.renderer.symbols[t.symbolName](t.x,t.y,t.width,t.height,t)})},clip:function(n){return this.attr("clip-path",n?"url("+this.renderer.url+"#"+n.id+")":"none")},crisp:function(n,t){t=t||n.strokeWidth||0;var r=Math.round(t)%2/2;return n.x=Math.floor(n.x||this.x||0)+r,n.y=Math.floor(n.y||this.y||0)+r,n.width=Math.floor((n.width||this.width||0)-2*r),n.height=Math.floor((n.height||this.height||0)-2*r),i(n.strokeWidth)&&(n.strokeWidth=t),n},css:function(n){var t=this.styles,u={},i=this.element,r="",e=!t,v=["textOutline","textOverflow","width"],h,a;return(n&&n.color&&(n.fill=n.color),t&&s(n,function(n,i){n!==t[i]&&(u[i]=n,e=!0)}),e)&&((t&&(n=o(t,u)),n)&&(null===n.width||"auto"===n.width?delete this.textWidth:"text"===i.nodeName.toLowerCase()&&n.width&&(h=this.textWidth=c(n.width))),(this.styles=n,h&&!et&&this.renderer.forExport&&delete n.width,i.namespaceURI===this.SVG_NS)?(a=function(n,t){return"-"+t.toLowerCase()},s(n,function(n,t){-1===v.indexOf(t)&&(r+=t.replace(/([A-Z])/g,a)+":"+n+";")}),r&&f(i,"style",r)):l(i,n),this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),n&&n.textOutline&&this.applyTextOutline(n.textOutline))),this},getStyle:function(n){return a.getComputedStyle(this.element||this,"").getPropertyValue(n)},strokeWidth:function(){var n,t;return this.renderer.styledMode?(n=this.getStyle("stroke-width"),n.indexOf("px")===n.length-2?n=c(n):(t=e.createElementNS(w,"rect"),f(t,{width:n,"stroke-width":0}),this.element.parentNode.appendChild(t),n=t.getBBox().width,t.parentNode.removeChild(t)),n):this["stroke-width"]||0},on:function(n,t){var r=this,i=r.element;return vt&&"click"===n?(i.ontouchstart=function(n){r.touchEventFired=Date.now();n.preventDefault();t.call(i,n)},i.onclick=function(n){(-1===a.navigator.userAgent.indexOf("Android")||1100<Date.now()-(r.touchEventFired||0))&&t.call(i,n)}):i["on"+n]=t,this},setRadialReference:function(n){var t=this.renderer.gradients[this.element.gradient];return this.element.radialReference=n,t&&t.radAttr&&t.animate(this.renderer.getRadialAttr(n,t.radAttr)),this},translate:function(n,t){return this.attr({translateX:n,translateY:t})},invert:function(n){return this.inverted=n,this.updateTransform(),this},updateTransform:function(){var n=this.translateX||0,u=this.translateY||0,f=this.scaleX,e=this.scaleY,o=this.inverted,s=this.rotation,h=this.matrix,t=this.element;o&&(n+=this.width,u+=this.height);n=["translate("+n+","+u+")"];i(h)&&n.push("matrix("+h.join(",")+")");o?n.push("rotate(90) scale(-1,1)"):s&&n.push("rotate("+s+" "+r(this.rotationOriginX,t.getAttribute("x"),0)+" "+r(this.rotationOriginY,t.getAttribute("y")||0)+")");(i(f)||i(e))&&n.push("scale("+r(f,1)+" "+r(e,1)+")");n.length&&t.setAttribute("transform",n.join(" "))},toFront:function(){var n=this.element;return n.parentNode.appendChild(n),this},align:function(n,t,i){var f,o,s,h={},u=this.renderer,e=u.alignedObjects,c;return n?(this.alignOptions=n,this.alignByTranslate=t,(!i||g(i))&&(this.alignTo=f=i||"renderer",b(e,this),e.push(this),i=null)):(n=this.alignOptions,t=this.alignByTranslate,f=this.alignTo),i=r(i,u[f],u),u=n.verticalAlign,e=(i.x||0)+(n.x||0),c=(i.y||0)+(n.y||0),"right"===(f=n.align)?o=1:"center"===f&&(o=2),o&&(e+=(i.width-(n.width||0))/o),h[t?"translateX":"x"]=Math.round(e),"bottom"===u?s=1:"middle"===u&&(s=2),s&&(c+=(i.height-(n.height||0))/s),h[t?"translateY":"y"]=Math.round(c),this[this.placed?"animate":"attr"](h),this.placed=!0,this.alignAttr=h,this},getBBox:function(n,t){var f,l,e=this.renderer,c=this.element,s=this.styles,y=this.textStr,a=e.cache,v=e.cacheKeys,p=c.namespaceURI===this.SVG_NS,w,h;if(t=r(t,this.rotation,0),w=e.styledMode?c&&u.prototype.getStyle.call(c,"font-size"):s&&s.fontSize,i(y)&&(h=y.toString(),-1===h.indexOf("<")&&(h=h.replace(/[0-9]/g,"0")),h+=["",t,w,this.textWidth,s&&s.textOverflow].join()),h&&!n&&(f=a[h]),!f){if(p||e.forExport){try{(l=this.fakeTS&&function(n){[].forEach.call(c.querySelectorAll(".highcharts-text-outline"),function(t){t.style.display=n})})&&l("none");f=c.getBBox?o({},c.getBBox()):{width:c.offsetWidth,height:c.offsetHeight};l&&l("")}catch(b){}(!f||0>f.width)&&(f={width:0,height:0})}else f=this.htmlGetBBox();if(e.isSVG&&(n=f.width,e=f.height,p&&(f.height=e={"11px,17":14,"13px,20":16}[s&&s.fontSize+","+Math.round(e)]||e),t&&(s=t*k,f.width=Math.abs(e*Math.sin(s))+Math.abs(n*Math.cos(s)),f.height=Math.abs(e*Math.cos(s))+Math.abs(n*Math.sin(s)))),h&&0<f.height){for(;250<v.length;)delete a[v.shift()];a[h]||v.push(h);a[h]=f}}return f},show:function(n){return this.attr({visibility:n?"inherit":"visible"})},hide:function(n){return this.attr(n?{y:-9999}:{visibility:"hidden"}),this},fadeOut:function(n){var t=this;t.animate({opacity:0},{duration:n||150,complete:function(){t.attr({y:-9999})}})},add:function(n){var t=this.renderer,r=this.element,i;return(n&&(this.parentGroup=n),this.parentInverted=n&&n.inverted,void 0!==this.textStr&&t.buildText(this),this.added=!0,!n||n.handleZ||this.zIndex)&&(i=this.zIndexSetter()),i||(n?n.element:t.box).appendChild(r),this.onAdd&&this.onAdd(),this},safeRemoveChild:function(n){var t=n.parentNode;t&&t.removeChild(n)},destroy:function(){var n=this,t=n.element||{},u=n.renderer,i=u.isSVG&&"SPAN"===t.nodeName&&n.parentGroup,r=t.ownerSVGElement,f=n.clipPath;if(t.onclick=t.onmouseout=t.onmouseover=t.onmousemove=t.point=null,ft(n),f&&r&&([].forEach.call(r.querySelectorAll("[clip-path],[CLIP-PATH]"),function(n){-1<n.getAttribute("clip-path").indexOf(f.element.id)&&n.removeAttribute("clip-path")}),n.clipPath=f.destroy()),n.stops){for(r=0;r<n.stops.length;r++)n.stops[r]=n.stops[r].destroy();n.stops=null}for(n.safeRemoveChild(t),u.styledMode||n.destroyShadows();i&&i.div&&0===i.div.childNodes.length;)t=i.parentGroup,n.safeRemoveChild(i.div),delete i.div,i=t;n.alignTo&&b(u.alignedObjects,n);s(n,function(t,i){n[i]&&n[i].parentGroup===n&&n[i].destroy&&n[i].destroy();delete n[i]})},shadow:function(n,t,i){var e,c=[],o=this.element,u,s;if(n){if(!this.shadows){var h=r(n.width,3),l=(n.opacity||.15)/h,a=this.parentInverted?"(-1,-1)":"("+r(n.offsetX,1)+", "+r(n.offsetY,1)+")";for(e=1;e<=h;e++)u=o.cloneNode(0),s=2*h+1-2*e,f(u,{stroke:n.color||"#000000","stroke-opacity":l*e,"stroke-width":s,transform:"translate"+a,fill:"none"}),u.setAttribute("class",(u.getAttribute("class")||"")+" highcharts-shadow"),i&&(f(u,"height",Math.max(f(u,"height")-s,0)),u.cutHeight=s),t?t.element.appendChild(u):o.parentNode&&o.parentNode.insertBefore(u,o),c.push(u);this.shadows=c}}else this.destroyShadows();return this},destroyShadows:function(){(this.shadows||[]).forEach(function(n){this.safeRemoveChild(n)},this);this.shadows=void 0},xGetter:function(n){return"circle"===this.element.nodeName&&("x"===n?n="cx":"y"===n&&(n="cy")),this._defaultGetter(n)},_defaultGetter:function(n){return n=r(this[n+"Value"],this[n],this.element?this.element.getAttribute(n):null,0),/^[\-0-9\.]+$/.test(n)&&(n=parseFloat(n)),n},dSetter:function(n,t,i){n&&n.join&&(n=n.join(" "));/(NaN| {2}|^$)/.test(n)&&(n="M 0 0");this[t]!==n&&(i.setAttribute(t,n),this[t]=n)},dashstyleSetter:function(n){var t,i=this["stroke-width"];if("inherit"===i&&(i=1),n=n&&n.toLowerCase()){for(t=(n=n.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",")).length;t--;)n[t]=c(n[t])*i;n=n.join(",").replace(/NaN/g,"none");this.element.setAttribute("stroke-dasharray",n)}},alignSetter:function(n){var t={left:"start",center:"middle",right:"end"};t[n]&&(this.alignValue=n,this.element.setAttribute("text-anchor",t[n]))},opacitySetter:function(n,t,i){this[t]=n;i.setAttribute(t,n)},titleSetter:function(n){var t=this.element.getElementsByTagName("title")[0];t||(t=e.createElementNS(this.SVG_NS,"title"),this.element.appendChild(t));t.firstChild&&t.removeChild(t.firstChild);t.appendChild(e.createTextNode(String(r(n,"")).replace(/<[^>]*>/g,"").replace(/&lt;/g,"<").replace(/&gt;/g,">")))},textSetter:function(n){n!==this.textStr&&(delete this.bBox,delete this.textPxLength,this.textStr=n,this.added&&this.renderer.buildText(this))},setTextPath:function(t,r){var o=this.element,l={textAnchor:"text-anchor"},c=!1,f=this.textPathWrapper,a=!f,u=(r=h(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},r)).attributes,e;if(t&&r&&r.enabled){if(this.options&&this.options.padding&&(u.dx=-this.options.padding),f||(this.textPathWrapper=f=this.renderer.createElement("textPath"),c=!0),e=f.element,(r=t.element.getAttribute("id"))||t.element.setAttribute("id",r=n.uniqueKey()),a)for(t=o.getElementsByTagName("tspan");t.length;)t[0].setAttribute("y",0),e.appendChild(t[0]);c&&f.add({element:this.text?this.text.element:o});e.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+r);i(u.dy)&&(e.parentNode.setAttribute("dy",u.dy),delete u.dy);i(u.dx)&&(e.parentNode.setAttribute("dx",u.dx),delete u.dx);s(u,function(n,t){e.setAttribute(l[t]||t,n)});o.removeAttribute("transform");this.removeTextOutline.call(f,[].slice.call(o.getElementsByTagName("tspan")));this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0});this.applyTextOutline=this.updateTransform=rt}else f&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(o,t));return this},destroyTextPath:function(n,t){var i;for(t.element.setAttribute("id",""),i=this.textPathWrapper.element.childNodes;i.length;)n.firstChild.appendChild(i[0]);n.firstChild.removeChild(this.textPathWrapper.element);delete t.textPathWrapper},fillSetter:function(n,t,i){"string"==typeof n?i.setAttribute(t,n):n&&this.complexColor(n,t,i)},visibilitySetter:function(n,t,i){"inherit"===n?i.removeAttribute(t):this[t]!==n&&i.setAttribute(t,n);this[t]=n},zIndexSetter:function(n,t){var u=this.renderer,s=this.parentGroup,h=(s||u).element||u.box,f=this.element,e=!1,r,o,l;if(u=h===u.box,o=this.added,i(n)?(f.setAttribute("data-z-index",n),this[t]===(n=+n)&&(o=!1)):i(this[t])&&f.removeAttribute("data-z-index"),this[t]=n,o){for((n=this.zIndex)&&s&&(s.handleZ=!0),r=(t=h.childNodes).length-1;0<=r&&!e;r--)o=(s=t[r]).getAttribute("data-z-index"),l=!i(o),s!==f&&(0>n&&l&&!u&&!r?(h.insertBefore(f,t[r]),e=!0):(c(o)<=n||l&&(!i(n)||0<=n))&&(h.insertBefore(f,t[r+1]||null),e=!0));e||(h.insertBefore(f,t[u?3:0]||null),e=!0)}return e},_defaultSetter:function(n,t,i){i.setAttribute(t,n)}});u.prototype.yGetter=u.prototype.xGetter;u.prototype.translateXSetter=u.prototype.translateYSetter=u.prototype.rotationSetter=u.prototype.verticalAlignSetter=u.prototype.rotationOriginXSetter=u.prototype.rotationOriginYSetter=u.prototype.scaleXSetter=u.prototype.scaleYSetter=u.prototype.matrixSetter=function(n,t){this[t]=n;this.doTransform=!0};u.prototype["stroke-widthSetter"]=u.prototype.strokeSetter=function(n,t,i){this[t]=n;this.stroke&&this["stroke-width"]?(u.prototype.fillSetter.call(this,this.stroke,"stroke",i),i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===t&&0===n&&this.hasStroke?(i.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)};t=n.SVGRenderer=function(){this.init.apply(this,arguments)};o(t.prototype,{Element:u,SVG_NS:w,init:function(n,t,i,r,u,o,s){var h,c=this.createElement("svg").attr({version:"1.1","class":"highcharts-root"});s||c.css(this.getStyle(r));n.appendChild(r=c.element);f(n,"dir","ltr");-1===n.innerHTML.indexOf("xmlns")&&f(r,"xmlns",this.SVG_NS);this.isSVG=!0;this.box=r;this.boxWrapper=c;this.alignedObjects=[];this.url=(tt||yt)&&e.getElementsByTagName("base").length?a.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20"):"";this.createElement("desc").add().element.appendChild(e.createTextNode("Created with Highcharts 7.2.1"));this.defs=this.createElement("defs").add();this.allowHTML=o;this.forExport=u;this.styledMode=s;this.gradients={};this.cache={};this.cacheKeys=[];this.imgCount=0;this.setSize(t,i,!1);tt&&n.getBoundingClientRect&&((t=function(){l(n,{left:0,top:0});h=n.getBoundingClientRect();l(n,{left:Math.ceil(h.left)-h.left+"px",top:Math.ceil(h.top)-h.top+"px"})})(),this.unSubPixelFix=p(a,"resize",t))},definition:function(n){var t=this;return function n(i,r){var u;return ht(i).forEach(function(i){var f=t.createElement(i.tagName),o={};s(i,function(n,t){"tagName"!==t&&"children"!==t&&"textContent"!==t&&(o[t]=n)});f.attr(o);f.add(r||t.defs);i.textContent&&f.element.appendChild(e.createTextNode(i.textContent));n(i.children||[],f);u=f}),u}(n)},getStyle:function(n){return this.style=o({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},n)},setStyle:function(n){this.boxWrapper.css(this.getStyle(n))},isHidden:function(){return!this.boxWrapper.getBBox().width},destroy:function(){var n=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),ot(this.gradients||{}),this.gradients=null,n&&(this.defs=n.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},createElement:function(n){var t=new this.Element;return t.init(this,n),t},draw:rt,getRadialAttr:function(n,t){return{cx:n[0]-n[2]/2+t.cx*n[2],cy:n[1]-n[2]/2+t.cy*n[2],r:t.r*n[2]}},truncate:function(n,t,i,r,u,f,o){var a,p,w=this,k=n.rotation,c=r?1:0,s=(i||r).length,h=s,v=[],y=function(n){t.firstChild&&t.removeChild(t.firstChild);n&&t.appendChild(e.createTextNode(n))},b=function(f,e){if(void 0===v[e=e||f])if(t.getSubStringLength)try{v[e]=u+t.getSubStringLength(0,r?e+1:e)}catch(s){}else w.getSpanWidth&&(y(o(i||r,f)),v[e]=u+w.getSpanWidth(n,t));return v[e]},l;if(n.rotation=0,l=b(t.textContent.length),p=u+l>f){for(;c<=s;)h=Math.ceil((c+s)/2),r&&(a=o(r,h)),l=b(h,a&&a.length-1),c===s?c=s+1:l>f?s=h-1:c=h;0===s?y(""):i&&s===i.length-1||y(a||o(i||r,h))}return r&&r.splice(0,h),n.actualWidth=l,n.rotation=k,p},escapes:{"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#39;",'"':"&quot;"},buildText:function(n){var tt,p,u=n.element,o=this,it=o.forExport,i=r(n.textStr,"").toString(),rt=-1!==i.indexOf("<"),ut=u.childNodes,b=f(u,"x"),t=n.styles,h=n.textWidth,k=t&&t.lineHeight,a=t&&t.textOutline,v=t&&"ellipsis"===t.textOverflow,y=t&&"nowrap"===t.whiteSpace,d=t&&t.fontSize,ft=ut.length;t=h&&!n.added&&this.box;var ot=function(n){var t;return o.styledMode||(t=/(px|em)$/.test(n&&n.style.fontSize)?n.style.fontSize:d||o.style.fontSize||12),k?c(k):o.fontMetrics(t,n.getAttribute("style")?n:u).h},g=function(n,t){return s(o.escapes,function(i,r){t&&-1!==t.indexOf(i)||(n=n.toString().replace(new RegExp(i,"g"),r))}),n},nt=function(n,t){var i=n.indexOf("<");if(-1!==(i=(n=n.substring(i,n.indexOf(">")-i)).indexOf(t+"="))&&('"'===(t=n.charAt(i=i+t.length+1))||"'"===t))return(n=n.substring(i+1)).substring(0,n.indexOf(t))},st=/<br.*?>/g,ht=[i,v,y,k,a,d,h].join();if(ht!==n.textCache){for(n.textCache=ht;ft--;)u.removeChild(ut[ft]);rt||a||v||h||-1!==i.indexOf(" ")&&(!y||st.test(i))?(t&&t.appendChild(u),(i=(i=rt?(i=o.styledMode?i.replace(/<(b|strong)>/g,'<span class="highcharts-strong">').replace(/<(i|em)>/g,'<span class="highcharts-emphasized">'):i.replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">')).replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,"<\/span>").split(st):[i]).filter(function(n){return""!==n})).forEach(function(t,i){var r=0,c=0,s=(t=t.replace(/^\s+|\s+$/g,"").replace(/<span/g,"|||<span").replace(/<\/span>/g,"<\/span>|||")).split("|||");s.forEach(function(t){var k,ut,ft,a,rt,st;if((""!==t||1===s.length)&&(ft={},a=e.createElementNS(o.SVG_NS,"tspan"),(k=nt(t,"class"))&&f(a,"class",k),(k=nt(t,"style"))&&(k=k.replace(/(;| |^)color([ :])/,"$1fill$2"),f(a,"style",k)),(ut=nt(t,"href"))&&!it&&(f(a,"onclick",'location.href="'+ut+'"'),f(a,"class","highcharts-anchor"),o.styledMode||l(a,{cursor:"pointer"}))," "!==(t=g(t.replace(/<[a-zA-Z\/](.|\n)*?>/g,"")||" ")))){if(a.appendChild(e.createTextNode(t)),r?ft.dx=0:i&&null!==b&&(ft.x=b),f(a,ft),u.appendChild(a),!r&&p&&(!et&&it&&l(a,{display:"block"}),f(a,"dy",ot(a))),h)if(rt=t.replace(/([^\^])-/g,"$1- ").split(" "),ft=!y&&(1<s.length||i||1<rt.length),ut=0,st=ot(a),v)tt=o.truncate(n,a,t,void 0,0,Math.max(0,h-parseInt(d||12,10)),function(n,t){return n.substring(0,t)+"…"});else if(ft)for(;rt.length;)rt.length&&!y&&0<ut&&(a=e.createElementNS(w,"tspan"),f(a,{dy:st,x:b}),k&&f(a,"style",k),a.appendChild(e.createTextNode(rt.join(" ").replace(/- /g,"-"))),u.appendChild(a)),o.truncate(n,a,null,rt,0===ut?c:0,h,function(n,t){return rt.slice(0,t).join(" ").replace(/- /g,"-")}),c=n.actualWidth,ut++;r++}});p=p||u.childNodes.length}),v&&tt&&n.attr("title",g(n.textStr,["&lt;","&gt;"])),t&&t.removeChild(u),a&&n.applyTextOutline&&n.applyTextOutline(a)):u.appendChild(e.createTextNode(g(i)))}},getContrast:function(n){return(n=at(n).rgba)[0]*=1,n[1]*=1.2,n[2]*=.5,459<n[0]+n[1]+n[2]?"#000000":"#FFFFFF"},button:function(n,t,i,r,u,f,e,s,c,l){var a=this.label(n,t,i,c,null,null,l,null,"button"),v=0,y=this.styledMode,w,b,k,d;return(a.attr(h({padding:8,r:2},u)),y)||(w=(u=h({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},u)).style,delete u.style,b=(f=h(u,{fill:"#e6e6e6"},f)).style,delete f.style,k=(e=h(u,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},e)).style,delete e.style,d=(s=h(u,{style:{color:"#cccccc"}},s)).style,delete s.style),p(a.element,it?"mouseover":"mouseenter",function(){3!==v&&a.setState(1)}),p(a.element,it?"mouseout":"mouseleave",function(){3!==v&&a.setState(v)}),a.setState=function(n){1!==n&&(a.state=v=n);a.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][n||0]);y||a.attr([u,f,e,s][n||0]).css([w,b,k,d][n||0])},y||a.attr(u).css(o({cursor:"default"},w)),a.on("click",function(n){3!==v&&r.call(a,n)})},crispLine:function(n,t){return n[1]===n[4]&&(n[1]=n[4]=Math.round(n[1])-t%2/2),n[2]===n[5]&&(n[2]=n[5]=Math.round(n[2])+t%2/2),n},path:function(n){var t=this.styledMode?{}:{fill:"none"};return d(n)?t.d=n:v(n)&&o(t,n),this.createElement("path").attr(t)},circle:function(n,t,i){return n=v(n)?n:void 0===n?{}:{x:n,y:t,r:i},(t=this.createElement("circle")).xSetter=t.ySetter=function(n,t,i){i.setAttribute("c"+t,n)},t.attr(n)},arc:function(n,t,i,r,u,f){return v(n)?(t=(r=n).y,i=r.r,n=r.x):r={innerR:r,start:u,end:f},(n=this.symbol("arc",n,t,i,i,r)).r=i,n},rect:function(n,t,i,r,u,e){u=v(n)?n.r:u;var o=this.createElement("rect");return n=v(n)?n:void 0===n?{}:{x:n,y:t,width:Math.max(i,0),height:Math.max(r,0)},this.styledMode||(void 0!==e&&(n.strokeWidth=e,n=o.crisp(n)),n.fill="none"),u&&(n.r=u),o.rSetter=function(n,t,i){o.r=n;f(i,{rx:n,ry:n})},o.rGetter=function(){return o.r},o.attr(n)},setSize:function(n,t,i){var u=this.alignedObjects,f=u.length;for(this.width=n,this.height=t,this.boxWrapper.animate({width:n,height:t},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:r(i,!0)?void 0:0});f--;)u[f].align()},g:function(n){var t=this.createElement("g");return n?t.attr({"class":"highcharts-"+n}):t},image:function(n,t,i,r,u,f){var e={preserveAspectRatio:"none"},h=function(n,t){n.setAttributeNS?n.setAttributeNS("http://www.w3.org/1999/xlink","href",t):n.setAttribute("hc-svg-href",t)},c=function(t){h(s.element,n);f.call(s,t)},s;return 1<arguments.length&&o(e,{x:t,y:i,width:r,height:u}),s=this.createElement("image").attr(e),f?(h(s.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),e=new a.Image,p(e,"load",c),e.src=n,e.complete&&c({})):h(s.element,n),s},symbol:function(n,t,u,f,s,h){var v=this,k=/^url\((.*?)\)$/,d=k.test(n),p=!d&&(this.symbols[n]?n:"circle"),w=p&&this.symbols[p],g=i(t)&&w&&w.call(this.symbols,Math.round(t),Math.round(u),f,s,h),c,a,b;return w?(c=this.path(g),v.styledMode||c.attr("fill","none"),o(c,{symbolName:p,x:t,y:u,width:f,height:s}),h&&o(c,h)):d&&(a=n.match(k)[1],(c=this.image(a)).imgwidth=r(y[a]&&y[a].width,h&&h.width),c.imgheight=r(y[a]&&y[a].height,h&&h.height),b=function(){c.attr({width:c.width,height:c.height})},["width","height"].forEach(function(n){c[n+"Setter"]=function(n,t){var u={},r=this["img"+t],f="width"===t?"translateX":"translateY";this[t]=n;i(r)&&(h&&"within"===h.backgroundSize&&this.width&&this.height&&(r=Math.round(r*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(t,r),this.alignByTranslate||(u[f]=((this[t]||0)-r)/2,this.attr(u)))}}),i(t)&&c.attr({x:t,y:u}),c.isImg=!0,i(c.imgwidth)&&i(c.imgheight)?b():(c.attr({width:0,height:0}),nt("img",{onload:function(){var n=lt[v.chartIndex];0===this.width&&(l(this,{position:"absolute",top:"-999em"}),e.body.appendChild(this));y[a]={width:this.width,height:this.height};c.imgwidth=this.width;c.imgheight=this.height;c.element&&b();this.parentNode&&this.parentNode.removeChild(this);v.imgCount--;!v.imgCount&&n&&n.onload&&n.onload()},src:a}),this.imgCount++)),c},symbols:{circle:function(n,t,i,r){return this.arc(n+i/2,t+r/2,i/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},square:function(n,t,i,r){return["M",n,t,"L",n+i,t,n+i,t+r,n,t+r,"Z"]},triangle:function(n,t,i,r){return["M",n+i/2,t,"L",n+i,t+r,n,t+r,"Z"]},"triangle-down":function(n,t,i,r){return["M",n,t,"L",n+i,t,n+i/2,t+r,"Z"]},diamond:function(n,t,i,r){return["M",n+i/2,t,"L",n+i,t+r/2,n+i/2,t+r,n,t+r/2,"Z"]},arc:function(n,t,u,f,e){var o=e.start,h=e.r||u,c=e.r||f||u,s=e.end-.001;u=e.innerR;f=r(e.open,.001>Math.abs(e.end-e.start-2*Math.PI));var l=Math.cos(o),a=Math.sin(o),v=Math.cos(s);return s=Math.sin(s),e=["M",n+h*l,t+c*a,"A",h,c,0,o=.001>e.end-o-Math.PI?0:1,r(e.clockwise,1),n+h*v,t+c*s],i(u)&&e.push(f?"M":"L",n+u*v,t+u*s,"A",u,u,0,o,0,n+u*l,t+u*a),e.push(f?"":"Z"),e},callout:function(n,t,i,r,u){var f=Math.min(u&&u.r||0,i,r),o=f+6,e=u&&u.anchorX,s;return u=u&&u.anchorY,s=["M",n+f,t,"L",n+i-f,t,"C",n+i,t,n+i,t,n+i,t+f,"L",n+i,t+r-f,"C",n+i,t+r,n+i,t+r,n+i-f,t+r,"L",n+f,t+r,"C",n,t+r,n,t+r,n,t+r-f,"L",n,t+f,"C",n,t,n,t,n+f,t],e&&e>i?u>t+o&&u<t+r-o?s.splice(13,3,"L",n+i,u-6,n+i+6,u,n+i,u+6,n+i,t+r-f):s.splice(13,3,"L",n+i,r/2,e,u,n+i,r/2,n+i,t+r-f):e&&0>e?u>t+o&&u<t+r-o?s.splice(33,3,"L",n,u+6,n-6,u,n,u-6,n,t+f):s.splice(33,3,"L",n,r/2,e,u,n,r/2,n,t+f):u&&u>r&&e>n+o&&e<n+i-o?s.splice(23,3,"L",e+6,t+r,e,t+r+6,e-6,t+r,n+f,t+r):u&&0>u&&e>n+o&&e<n+i-o&&s.splice(3,3,"L",e-6,t,e,t-6,e+6,t,i-f,t),s}},clipRect:function(t,i,r,u){var f=n.uniqueKey()+"-",e=this.createElement("clipPath").attr({id:f}).add(this.defs);return(t=this.rect(t,i,r,u,0).add(e)).id=f,t.clipPath=e,t.count=0,t},text:function(n,t,r,u){var f={};return!u||!this.allowHTML&&this.forExport?(f.x=Math.round(t||0),r&&(f.y=Math.round(r)),i(n)&&(f.text=n),n=this.createElement("text").attr(f),u||(n.xSetter=function(n,t,i){for(var f=i.getElementsByTagName("tspan"),e=i.getAttribute(t),r,u=0;u<f.length;u++)r=f[u],r.getAttribute(t)===e&&r.setAttribute(t,n);i.setAttribute(t,n)}),n):this.html(n,t,r)},fontMetrics:function(n,t){return n=!this.styledMode&&/px/.test(n)||!a.getComputedStyle?n||t&&t.style&&t.style.fontSize||this.style&&this.style.fontSize:t&&u.prototype.getStyle.call(t,"font-size"),{h:t=24>(n=/px/.test(n)?c(n):12)?n+3:Math.round(1.2*n),b:Math.round(.8*t),f:n}},rotCorr:function(n,t,i){var r=n;return t&&i&&(r=Math.max(r*Math.cos(t*k),4)),{x:-n/3*Math.sin(t*k),y:r}},label:function(n,t,r,f,e,s,c,l,a){var p,w,d,ht,rt,ct,tt,lt,at,k=this,ft=k.styledMode,v=k.g("button"!==a&&"label"),y=v.text=k.text("",0,0,c).attr({zIndex:1}),et=0,b=3,ot=0,vt={},pt=/^url\((.*?)\)$/.test(f),yt=ft||pt,wt=function(){return ft?p.strokeWidth()%2/2:(lt?parseInt(lt,10):0)%2/2},bt;a&&v.addClass("highcharts-"+a);var g=function(){var n=y.element.style,t={};w=(void 0===d||void 0===ht||tt)&&i(y.textStr)&&y.getBBox();v.width=(d||w.width||0)+2*b+ot;v.height=(ht||w.height||0)+2*b;at=b+Math.min(k.fontMetrics(n&&n.fontSize,y).b,w?w.height:1/0);yt&&(p||(v.box=p=k.symbols[f]||pt?k.symbol(f):k.rect(),p.addClass(("button"===a?"":"highcharts-label-box")+(a?" highcharts-"+a+"-box":"")),p.add(v),n=wt(),t.x=n,t.y=(l?-at:0)+n),t.width=Math.round(v.width),t.height=Math.round(v.height),p.attr(o(t,vt)),vt={})},it=function(){var n=ot+b,t=l?0:at;i(d)&&w&&("center"===tt||"right"===tt)&&(n+={center:.5,right:1}[tt]*(d-w.width));n===y.x&&t===y.y||(y.attr("x",n),y.hasBoxWidthChanged&&(w=y.getBBox(!0),g()),void 0!==t&&y.attr("y",t));y.x=n;y.y=t},nt=function(n,t){p?p.attr(n,t):vt[n]=t};return v.onAdd=function(){y.add(v);v.attr({text:n||0===n?n:"",x:t,y:r});p&&i(e)&&v.attr({anchorX:e,anchorY:s})},v.widthSetter=function(n){d=st(n)?n:null},v.heightSetter=function(n){ht=n},v["text-alignSetter"]=function(n){tt=n},v.paddingSetter=function(n){i(n)&&n!==b&&(b=v.padding=n,it())},v.paddingLeftSetter=function(n){i(n)&&n!==ot&&(ot=n,it())},v.alignSetter=function(n){(n={left:0,center:.5,right:1}[n])!==et&&(et=n,w&&v.attr({x:rt}))},v.textSetter=function(n){void 0!==n&&y.attr({text:n});g();it()},v["stroke-widthSetter"]=function(n,t){n&&(yt=!0);lt=this["stroke-width"]=n;nt(t,n)},ft?v.rSetter=function(n,t){nt(t,n)}:v.strokeSetter=v.fillSetter=v.rSetter=function(n,t){"r"!==t&&("fill"===t&&n&&(yt=!0),v[t]=n);nt(t,n)},v.anchorXSetter=function(n,t){e=v.anchorX=n;nt(t,Math.round(n)-wt()-rt)},v.anchorYSetter=function(n,t){s=v.anchorY=n;nt(t,n-ct)},v.xSetter=function(n){v.x=n;et&&(n-=et*((d||w.width)+2*b),v["forceAnimate:x"]=!0);rt=Math.round(n);v.attr("translateX",rt)},v.ySetter=function(n){ct=v.y=Math.round(n);v.attr("translateY",ct)},bt=v.css,c={css:function(n){if(n){var t={};n=h(n);v.textProps.forEach(function(i){void 0!==n[i]&&(t[i]=n[i],delete n[i])});y.css(t);"width"in t&&g();"fontSize"in t&&(g(),it())}return bt.call(v,n)},getBBox:function(){return{width:w.width+2*b,height:w.height+2*b,x:w.x-b,y:w.y-b}},destroy:function(){ut(v.element,"mouseenter");ut(v.element,"mouseleave");y&&(y=y.destroy());p&&(p=p.destroy());u.prototype.destroy.call(v);v=k=g=it=nt=null}},ft||(c.shadow=function(n){return n&&(g(),p&&p.shadow(n)),v}),o(v,c)}});n.Renderer=t}),i(t,"parts/Html.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var h=t.attr,f=t.defined,r=t.extend,e=t.pick,c=t.pInt,l=n.createElement,i=n.css,o=n.isFirefox,a=n.isMS,v=n.isWebKit,s=n.SVGElement,u;t=n.SVGRenderer;u=n.win;r(s.prototype,{htmlCss:function(n){var t="SPAN"===this.element.tagName&&n&&"width"in n,f=e(t&&n.width,void 0),u;return t&&(delete n.width,this.textWidth=f,u=!0),n&&"ellipsis"===n.textOverflow&&(n.whiteSpace="nowrap",n.overflow="hidden"),this.styles=r(this.styles,n),i(this.element,n),u&&this.htmlUpdateTransform(),this},htmlGetBBox:function(){var n=this.element;return{x:n.offsetLeft,y:n.offsetTop,width:n.offsetWidth,height:n.offsetHeight}},htmlUpdateTransform:function(){var r,u,s;if(this.added){var h=this.renderer,n=this.element,l=this.translateX||0,a=this.translateY||0,y=this.x||0,p=this.y||0,e=this.textAlign||"left",v={left:0,center:.5,right:1}[e],t=this.styles,o=t&&t.whiteSpace;(i(n,{marginLeft:l,marginTop:a}),!h.styledMode&&this.shadows&&this.shadows.forEach(function(n){i(n,{marginLeft:l+1,marginTop:a+1})}),this.inverted&&[].forEach.call(n.childNodes,function(t){h.invertChild(t,n)}),"SPAN"===n.tagName)&&(t=this.rotation,u=this.textWidth&&c(this.textWidth),s=[t,e,n.innerHTML,this.textWidth,this.textAlign].join(),!(r=u!==this.oldTextWidth)||(r=u>this.oldTextWidth)||((r=this.textPxLength)||(i(n,{width:"",whiteSpace:o||"nowrap"}),r=n.offsetWidth),r=r>u),r&&(/[ \-]/.test(n.textContent||n.innerText)||"ellipsis"===n.style.textOverflow)?(i(n,{width:u+"px",display:"block",whiteSpace:o||"normal"}),this.oldTextWidth=u,this.hasBoxWidthChanged=!0):this.hasBoxWidthChanged=!1,s!==this.cTT&&(o=h.fontMetrics(n.style.fontSize,n).b,!f(t)||t===(this.oldRotation||0)&&e===this.oldAlign||this.setSpanRotation(t,v,o),this.getSpanCorrection(!f(t)&&this.textPxLength||n.offsetWidth,o,v,t,e)),i(n,{left:y+(this.xCorr||0)+"px",top:p+(this.yCorr||0)+"px"}),this.cTT=s,this.oldRotation=t,this.oldAlign=e)}else this.alignOnAdd=!0},setSpanRotation:function(n,t,r){var u={},f=this.renderer.getTransformKey();u[f]=u.transform="rotate("+n+"deg)";u[f+(o?"Origin":"-origin")]=u.transformOrigin=100*t+"% "+r+"px";i(this.element,u)},getSpanCorrection:function(n,t,i){this.xCorr=-n*i;this.yCorr=-t}});r(t.prototype,{getTransformKey:function(){return a&&!/Edge/.test(u.navigator.userAgent)?"-ms-transform":v?"-webkit-transform":o?"MozTransform":u.opera?"-o-transform":""},html:function(n,t,i){var u=this.createElement("span"),f=u.element,o=u.renderer,c=o.isSVG,a=function(n,t){["opacity","visibility"].forEach(function(i){n[i+"Setter"]=function(r,u,f){var e=n.div?n.div.style:t;s.prototype[i+"Setter"].call(this,r,u,f);e&&(e[u]=r)}});n.addedSetters=!0};return u.textSetter=function(n){n!==f.innerHTML&&(delete this.bBox,delete this.oldTextWidth);this.textStr=n;f.innerHTML=e(n,"");u.doTransform=!0},c&&a(u,u.element.style),u.xSetter=u.ySetter=u.alignSetter=u.rotationSetter=function(n,t){"align"===t&&(t="textAlign");u[t]=n;u.doTransform=!0},u.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},u.attr({text:n,x:Math.round(t),y:Math.round(i)}).css({position:"absolute"}),o.styledMode||u.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),f.style.whiteSpace="nowrap",u.css=u.htmlCss,c&&(u.add=function(n){var e=o.box.parentNode,i=[],t;if(this.parentGroup=n){if(t=n.div,!t){for(;n;)i.push(n),n=n.parentGroup;i.reverse().forEach(function(n){function f(t,i){n[i]=t;"translateX"===i?s.left=t+"px":s.top=t+"px";n.doTransform=!0}var o=h(n.element,"class"),s=(t=n.div=n.div||l("div",o?{className:o}:void 0,{position:"absolute",left:(n.translateX||0)+"px",top:(n.translateY||0)+"px",display:n.display,opacity:n.opacity,pointerEvents:n.styles&&n.styles.pointerEvents},t||e)).style;r(n,{classSetter:function(n){return function(t){this.element.setAttribute("class",t);n.className=t}}(t),on:function(){return i[0].div&&u.on.apply({element:i[0].div},arguments),n},translateXSetter:f,translateYSetter:f});n.addedSetters||a(n)})}}else t=e;return t.appendChild(f),u.added=!0,u.alignOnAdd&&u.htmlUpdateTransform(),u}),u}})}),i(t,"parts/Time.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var u=t.defined,f=t.extend,o=t.isObject,s=t.objectEach,r=t.pick,h=t.splat,c=n.merge,i=n.timeUnits,e=n.win;n.Time=function(n){this.update(n,!1)};n.Time.prototype={defaultOptions:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},update:function(n){var t=r(n&&n.useUTC,!0),i=this;this.options=n=c(!0,this.options||{},n);this.Date=n.Date||e.Date||Date;this.timezoneOffset=(this.useUTC=t)&&n.timezoneOffset;this.getTimezoneOffset=this.timezoneOffsetFunction();(this.variableTimezone=!(t&&!n.getTimezoneOffset&&!n.timezone))||this.timezoneOffset?(this.get=function(n,t){var r=t.getTime(),u=r-i.getTimezoneOffset(t);return t.setTime(u),n=t["getUTC"+n](),t.setTime(r),n},this.set=function(n,t,r){if("Milliseconds"===n||"Seconds"===n||"Minutes"===n&&0==t.getTimezoneOffset()%60)t["set"+n](r);else{var u=i.getTimezoneOffset(t);u=t.getTime()-u;t.setTime(u);t["setUTC"+n](r);n=i.getTimezoneOffset(t);u=t.getTime()+n;t.setTime(u)}}):t?(this.get=function(n,t){return t["getUTC"+n]()},this.set=function(n,t,i){return t["setUTC"+n](i)}):(this.get=function(n,t){return t["get"+n]()},this.set=function(n,t,i){return t["set"+n](i)})},makeTime:function(t,i,u,f,e,o){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),h=this.getTimezoneOffset(s),c=this.getTimezoneOffset(s+=h);h!==c?s+=c-h:h-36e5!==this.getTimezoneOffset(s-36e5)||n.isSafari||(s-=36e5)}else s=new this.Date(t,i,r(u,1),r(f,0),r(e,0),r(o,0)).getTime();return s},timezoneOffsetFunction:function(){var r=this,t=this.options,i=e.moment;if(!this.useUTC)return function(n){return 6e4*new Date(n).getTimezoneOffset()};if(t.timezone){if(i)return function(n){return 6e4*-i.tz(n,t.timezone).utcOffset()};n.error(25)}return this.useUTC&&t.getTimezoneOffset?function(n){return 6e4*t.getTimezoneOffset(n)}:function(){return 6e4*(r.timezoneOffset||0)}},dateFormat:function(t,i,e){if(!u(i)||isNaN(i))return n.defaultOptions.lang.invalidDate||"";t=r(t,"%Y-%m-%d %H:%M:%S");var y=this,o=new this.Date(i),c=this.get("Hours",o),l=this.get("Day",o),p=this.get("Date",o),a=this.get("Month",o),w=this.get("FullYear",o),v=n.defaultOptions.lang,b=v.weekdays,k=v.shortWeekdays,h=n.pad;return o=f({a:k?k[l]:b[l].substr(0,3),A:b[l],d:h(p),e:h(p,2," "),w:l,b:v.shortMonths[a],B:v.months[a],m:h(a+1),o:a+1,y:w.toString().substr(2,2),Y:w,H:h(c),k:c,I:h(c%12||12),l:c%12||12,M:h(y.get("Minutes",o)),p:12>c?"AM":"PM",P:12>c?"am":"pm",S:h(o.getSeconds()),L:h(Math.floor(i%1e3),3)},n.dateFormats),s(o,function(n,r){for(;-1!==t.indexOf("%"+r);)t=t.replace("%"+r,"function"==typeof n?n.call(y,i):n)}),e?t.substr(0,1).toUpperCase()+t.substr(1):t},resolveDTLFormat:function(n){return o(n,!0)?n:{main:(n=h(n))[0],from:n[1],to:n[2]}},getTimeTicks:function(n,t,e,o){var y,s=this,v=[],w={},h=new s.Date(t),c=n.unitRange,l=n.count||1,a,p,b;if(o=r(o,1),u(t)){for((s.set("Milliseconds",h,c>=i.second?0:l*Math.floor(s.get("Milliseconds",h)/l)),c>=i.second&&s.set("Seconds",h,c>=i.minute?0:l*Math.floor(s.get("Seconds",h)/l)),c>=i.minute&&s.set("Minutes",h,c>=i.hour?0:l*Math.floor(s.get("Minutes",h)/l)),c>=i.hour&&s.set("Hours",h,c>=i.day?0:l*Math.floor(s.get("Hours",h)/l)),c>=i.day&&s.set("Date",h,c>=i.month?1:Math.max(1,l*Math.floor(s.get("Date",h)/l))),c>=i.month)&&(s.set("Month",h,c>=i.year?0:l*Math.floor(s.get("Month",h)/l)),a=s.get("FullYear",h)),c>=i.year&&s.set("FullYear",h,a-a%l),c===i.week&&(a=s.get("Day",h),s.set("Date",h,s.get("Date",h)-a+o+(a<o?-7:0))),a=s.get("FullYear",h),o=s.get("Month",h),p=s.get("Date",h),b=s.get("Hours",h),t=h.getTime(),s.variableTimezone&&(y=e-t>4*i.month||s.getTimezoneOffset(t)!==s.getTimezoneOffset(e)),t=h.getTime(),h=1;t<e;)v.push(t),t=c===i.year?s.makeTime(a+h*l,0):c===i.month?s.makeTime(a,o+h*l):!y||c!==i.day&&c!==i.week?y&&c===i.hour&&1<l?s.makeTime(a,o,p,b+h*l):t+c*l:s.makeTime(a,o,p+h*l*(c===i.day?1:7)),h++;v.push(t);c<=i.hour&&1e4>v.length&&v.forEach(function(n){0==n%18e5&&"000000000"===s.dateFormat("%H%M%S%L",n)&&(w[n]="day")})}return v.info=f(n,{higherRanks:w,totalRange:c*l}),v}}}),i(t,"parts/Options.js",[t["parts/Globals.js"]],function(n){var i=n.color,t=n.merge;n.defaultOptions={colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" "),symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:n.Time.prototype.defaultOptions,chart:{styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:n.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:n.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}<\/span><br/>',pointFormat:'<span style="color:{point.color}">●<\/span> {series.name}: <b>{point.y}<\/b><br/>',backgroundColor:i("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,style:{color:"#333333",cursor:"default",fontSize:"12px",pointerEvents:"none",whiteSpace:"nowrap"}},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};n.setOptions=function(i){return n.defaultOptions=t(!0,n.defaultOptions,i),(i.time||i.global)&&n.time.update(t(n.defaultOptions.global,n.defaultOptions.time,i.global,i.time)),n.defaultOptions};n.getOptions=function(){return n.defaultOptions};n.defaultPlotOptions=n.defaultOptions.plotOptions;n.time=new n.Time(t(n.defaultOptions.global,n.defaultOptions.time));n.dateFormat=function(t,i,r){return n.time.dateFormat(t,i,r)}}),i(t,"parts/Tick.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.defined,o=t.destroyObjectProperties,s=t.extend,f=t.isNumber,i=t.pick,h=n.correctFloat,e=n.fireEvent,c=n.merge,u=n.deg2rad;n.Tick=function(n,t,i,r,u){this.axis=n;this.pos=t;this.type=i||"";this.isNewLabel=this.isNew=!0;this.parameters=u||{};this.tickmarkOffset=this.parameters.tickmarkOffset;this.options=this.parameters.options;i||r||this.addLabel()};n.Tick.prototype={addLabel:function(){var t=this,u=t.axis,e=u.options,v=u.chart,a=u.categories,g=u.names,o=t.pos,l=i(t.options&&t.options.labels,e.labels),f=u.tickPositions,b=o===f[0],k=o===f[f.length-1],y,w,n,p,d;a=this.parameters.category||(a?i(a[o],g[o],o):o);n=t.label;(f=f.info,u.isDatetimeAxis&&f)&&(p=v.time.resolveDTLFormat(e.dateTimeLabelFormats[!e.grid&&f.higherRanks[o]||f.unitName]),d=p.main);t.isFirst=b;t.isLast=k;t.formatCtx={axis:u,chart:v,isFirst:b,isLast:k,dateTimeLabelFormat:d,tickPositionInfo:f,value:u.isLog?h(u.lin2log(a)):a,pos:o};e=u.labelFormatter.call(t.formatCtx,this.formatCtx);(w=p&&p.list)&&(t.shortenLabel=function(){for(y=0;y<w.length;y++)if(n.attr({text:u.labelFormatter.call(s(t.formatCtx,{dateTimeLabelFormat:w[y]}))}),n.getBBox().width<u.getSlotWidth(t)-2*i(l.padding,5))return;n.attr({text:""})});r(n)?n&&n.textStr!==e&&(!n.textWidth||l.style&&l.style.width||n.styles.width||n.css({width:null}),n.attr({text:e}),n.textPxLength=n.getBBox().width):((t.label=n=r(e)&&l.enabled?v.renderer.text(e,0,0,l.useHTML).add(u.labelGroup):null)&&(v.styledMode||n.css(c(l.style)),n.textPxLength=n.getBBox().width),t.rotation=0)},getLabelSize:function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},handleOverflow:function(n){var t=this.axis,w=t.options.labels,e=n.x,a=t.chart.chartWidth,o=t.chart.spacing,v=i(t.labelLeft,Math.min(t.pos,o[3]));o=i(t.labelRight,Math.max(t.isRadial?0:t.pos+t.len,a-o[1]));var h,y=this.label,c=this.rotation,f={left:0,center:.5,right:1}[t.labelAlign||y.attr("align")],s=y.getBBox().width,l=t.getSlotWidth(this),r=l,b=1,p={};c||"justify"!==i(w.overflow,"justify")?0>c&&e-f*s<v?h=Math.round(e/Math.cos(c*u)-v):0<c&&e+f*s>o&&(h=Math.round((a-e)/Math.cos(c*u))):(a=e+(1-f)*s,e-f*s<v?r=n.x+r*(1-f)-v:a>o&&(r=o-n.x+r*f,b=-1),(r=Math.min(l,r))<l&&"center"===t.labelAlign&&(n.x+=b*(l-r-f*(l-Math.min(s,r)))),(s>r||t.autoRotation&&(y.styles||{}).width)&&(h=r));h&&(this.shortenLabel?this.shortenLabel():(p.width=Math.floor(h),(w.style||{}).textOverflow||(p.textOverflow="ellipsis"),y.css(p)))},getPosition:function(t,i,r,u){var f=this.axis,o=f.chart,s=u&&o.oldChartHeight||o.chartHeight;return(t={x:t?n.correctFloat(f.translate(i+r,null,null,u)+f.transB):f.left+f.offset+(f.opposite?(u&&o.oldChartWidth||o.chartWidth)-f.right-f.left:0),y:t?s-f.bottom+f.offset-(f.opposite?f.height:0):n.correctFloat(s-f.translate(i+r,null,null,u)-f.transB)}).y=Math.max(Math.min(t.y,1e5),-1e5),e(this,"afterGetPosition",{pos:t}),t},getLabelPosition:function(n,t,i,f,o,s,h,c){var l=this.axis,w=l.transA,b=l.isLinked&&l.linkedParent?l.linkedParent.reversed:l.reversed,a=l.staggerLines,y=l.tickRotCorr||{x:0,y:0},p=o.y,k=f||l.reserveSpaceDefault?0:-l.labelOffset*("center"===l.labelAlign?.5:1),v={};return r(p)||(p=0===l.side?i.rotation?-8:-i.getBBox().height:2===l.side?y.y+8:Math.cos(i.rotation*u)*(y.y-i.getBBox(!1,0).height/2)),t=t+p-(s&&!f?s*w*(b?1:-1):0),a&&(i=h/(c||1)%a,l.opposite&&(i=a-i-1),t+=l.labelOffset/a*i),v.x=n=n+o.x+k+y.x-(s&&f?s*w*(b?-1:1):0),v.y=Math.round(t),e(this,"afterGetLabelPosition",{pos:v,tickmarkOffset:s,index:h}),v},getMarkPath:function(n,t,i,r,u,f){return f.crispLine(["M",n,t,"L",n+(u?0:-i),t+(u?i:0)],r)},renderGridLine:function(n,t,r){var u=this.axis,f=u.options,e=this.gridLine,o={},c=this.pos,s=this.type,l=i(this.tickmarkOffset,u.tickmarkOffset),a=u.chart.renderer,h=s?s+"Grid":"grid",v=f[h+"LineWidth"],y=f[h+"LineColor"];f=f[h+"LineDashStyle"];e||(u.chart.styledMode||(o.stroke=y,o["stroke-width"]=v,f&&(o.dashstyle=f)),s||(o.zIndex=1),n&&(t=0),this.gridLine=e=a.path().attr(o).addClass("highcharts-"+(s?s+"-":"")+"grid-line").add(u.gridGroup));e&&(r=u.getPlotLinePath({value:c+l,lineWidth:e.strokeWidth()*r,force:"pass",old:n}))&&e[n||this.isNew?"attr":"animate"]({d:r,opacity:t})},renderMark:function(n,t,r){var u=this.axis,o=u.options,c=u.chart.renderer,f=this.type,h=f?f+"Tick":"tick",s=u.tickSize(h),e=this.mark,l=!e,v=n.x,a;n=n.y;a=i(o[h+"Width"],!f&&u.isXAxis?1:0);o=o[h+"Color"];s&&(u.opposite&&(s[0]=-s[0]),l&&(this.mark=e=c.path().addClass("highcharts-"+(f?f+"-":"")+"tick").add(u.axisGroup),u.chart.styledMode||e.attr({stroke:o,"stroke-width":a})),e[l?"attr":"animate"]({d:this.getMarkPath(v,n,s[0],e.strokeWidth()*r,u.horiz,c),opacity:t}))},renderLabel:function(n,t,r,u){var e=this.axis,v=e.horiz,c=e.options,o=this.label,s=c.labels,l=s.step,h,a;e=i(this.tickmarkOffset,e.tickmarkOffset);h=!0;a=n.x;n=n.y;o&&f(a)&&(o.xy=n=this.getLabelPosition(a,n,o,v,s,e,u,l),this.isFirst&&!this.isLast&&!i(c.showFirstLabel,1)||this.isLast&&!this.isFirst&&!i(c.showLastLabel,1)?h=!1:!v||s.step||s.rotation||t||0===r||this.handleOverflow(n),l&&u%l&&(h=!1),h&&f(n.y)?(n.opacity=r,o[this.isNewLabel?"attr":"animate"](n),this.isNewLabel=!1):(o.attr("y",-9999),this.isNewLabel=!0))},render:function(t,r,u){var f=this.axis,o=f.horiz,e=this.pos,s=i(this.tickmarkOffset,f.tickmarkOffset);s=(e=this.getPosition(o,e,s,r)).x;f=o&&s===f.pos+f.len||!o&&e.y===f.pos?-1:1;u=i(u,1);this.isActive=!0;this.renderGridLine(r,u,f);this.renderMark(e,u,f);this.renderLabel(e,r,u,t);this.isNew=!1;n.fireEvent(this,"afterRender")},destroy:function(){o(this,this.axis)}}}),i(t,"parts/Axis.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var c=t.arrayMax,w=t.arrayMin,r=t.defined,l=t.destroyObjectProperties,a=t.extend,b=t.isArray,f=t.isNumber,v=t.isString,o=t.objectEach,i=t.pick,k=t.splat,d=t.syncTimeout,g=n.addEvent,nt=n.animObject,tt=n.color,e=n.correctFloat,y=n.defaultOptions,it=n.deg2rad,u=n.fireEvent,rt=n.format,ut=n.getMagnitude,h=n.merge,ft=n.normalizeTickInterval,et=n.removeEvent,p=n.seriesTypes,s=n.Tick;return a((t=function(){this.init.apply(this,arguments)}).prototype,{defaultOptions:{dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,labels:{enabled:!0,indentation:10,x:0,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorTickLength:2,minorTickPosition:"outside",minPadding:.01,showEmpty:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",style:{color:"#666666"}},type:"linear",minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",tickColor:"#ccd6eb"},defaultYAxisOptions:{endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return n.numberFormat(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},defaultLeftAxisOptions:{labels:{x:-15},title:{rotation:270}},defaultRightAxisOptions:{labels:{x:15},title:{rotation:90}},defaultBottomAxisOptions:{labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},defaultTopAxisOptions:{labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},init:function(t,f){var h=f.isX,e=this,s,c;e.chart=t;e.horiz=t.inverted&&!e.isZAxis?!h:h;e.isXAxis=h;e.coll=e.coll||(h?"xAxis":"yAxis");u(this,"init",{userOptions:f});e.opposite=f.opposite;e.side=f.side||(e.horiz?e.opposite?0:2:e.opposite?1:3);e.setOptions(f);s=this.options;c=s.type;e.labelFormatter=s.labels.formatter||e.defaultLabelFormatter;e.userOptions=f;e.minPixelPadding=0;e.reversed=s.reversed;e.visible=!1!==s.visible;e.zoomEnabled=!1!==s.zoomEnabled;e.hasNames="category"===c||!0===s.categories;e.categories=s.categories||e.hasNames;e.names||(e.names=[],e.names.keys={});e.plotLinesAndBandsGroups={};e.isLog="logarithmic"===c;e.isDatetimeAxis="datetime"===c;e.positiveValuesOnly=e.isLog&&!e.allowNegativeLog;e.isLinked=r(s.linkedTo);e.ticks={};e.labelEdge=[];e.minorTicks={};e.plotLinesAndBands=[];e.alternateBands={};e.len=0;e.minRange=e.userMinRange=s.minRange||s.maxZoom;e.range=s.range;e.offset=s.offset||0;e.stacks={};e.oldStacks={};e.stacksTouched=0;e.max=null;e.min=null;e.crosshair=i(s.crosshair,k(t.options.tooltip.crosshairs)[h?0:1],!1);f=e.options.events;-1===t.axes.indexOf(e)&&(h?t.axes.splice(t.xAxis.length,0,e):t.axes.push(e),t[e.coll].push(e));e.series=e.series||[];t.inverted&&!e.isZAxis&&h&&void 0===e.reversed&&(e.reversed=!0);o(f,function(t,i){n.isFunction(t)&&g(e,i,t)});e.lin2log=s.linearToLogConverter||e.lin2log;e.isLog&&(e.val2lin=e.log2lin,e.lin2val=e.lin2log);u(this,"afterInit")},setOptions:function(n){this.options=h(this.defaultOptions,"yAxis"===this.coll&&this.defaultYAxisOptions,[this.defaultTopAxisOptions,this.defaultRightAxisOptions,this.defaultBottomAxisOptions,this.defaultLeftAxisOptions][this.side],h(y[this.coll],n));u(this,"afterSetOptions",{userOptions:n})},defaultLabelFormatter:function(){var i=this.axis,t=this.value,f=i.chart.time,c=i.categories,h=this.dateTimeLabelFormat,e=y.lang,o=e.numericSymbols,u,s,r;if(e=e.numericSymbolMagnitude||1e3,u=o&&o.length,s=i.options.labels.format,i=i.isLog?Math.abs(t):i.tickInterval,s)r=rt(s,this,f);else if(c)r=t;else if(h)r=f.dateFormat(h,t);else if(u&&1e3<=i)for(;u--&&void 0===r;)i>=(f=Math.pow(e,u+1))&&0==10*t%f&&null!==o[u]&&0!==t&&(r=n.numberFormat(t/f,-1)+o[u]);return void 0===r&&(r=1e4<=Math.abs(t)?n.numberFormat(t,-1):n.numberFormat(t,-1,void 0,"")),r},getSeriesExtremes:function(){var t,n=this,e=n.chart;u(this,"getSeriesExtremes",null,function(){n.hasVisibleSeries=!1;n.dataMin=n.dataMax=n.threshold=null;n.softThreshold=!n.isXAxis;n.buildStacks&&n.buildStacks();n.series.forEach(function(u){var o,c,s,h;(u.visible||!e.options.chart.ignoreHiddenSeries)&&(o=u.options,c=o.threshold,(n.hasVisibleSeries=!0,n.positiveValuesOnly&&0>=c&&(c=null),n.isXAxis)?(o=u.xData).length&&(s=(t=u.getXExtremes(o)).min,h=t.max,f(s)||s instanceof Date||(o=o.filter(f),s=(t=u.getXExtremes(o)).min,h=t.max),o.length&&(n.dataMin=Math.min(i(n.dataMin,s),s),n.dataMax=Math.max(i(n.dataMax,h),h))):(u.getExtremes(),h=u.dataMax,r(s=u.dataMin)&&r(h)&&(n.dataMin=Math.min(i(n.dataMin,s),s),n.dataMax=Math.max(i(n.dataMax,h),h)),r(c)&&(n.threshold=c),(!o.softThreshold||n.positiveValuesOnly)&&(n.softThreshold=!1)))})});u(this,"afterGetSeriesExtremes")},translate:function(n,t,i,r,u,e){var o=this.linkedParent||this,s=1,c=0,h=r?o.oldTransA:o.transA,l;return r=r?o.oldMin:o.min,l=o.minPixelPadding,u=(o.isOrdinal||o.isBroken||o.isLog&&u)&&o.lin2val,h||(h=o.transA),i&&(s*=-1,c=o.len),o.reversed&&(c-=(s*=-1)*(o.sector||o.len)),t?(n=(n*s+c-l)/h+r,u&&(n=o.lin2val(n))):(u&&(n=o.val2lin(n)),n=f(r)?s*(n-r)*h+c+s*l+(f(e)?h*e:0):void 0),n},toPixels:function(n,t){return this.translate(n,!1,!this.horiz,null,!0)+(t?0:this.pos)},toValue:function(n,t){return this.translate(n-(t?0:this.pos),!0,!this.horiz,null,!0)},getPlotLinePath:function(n){var e,o,c,l,v,t=this,s=t.chart,y=t.left,p=t.top,a=n.old,w=n.value,r=n.translatedValue,b=n.lineWidth,h=n.force,k=a&&s.oldChartHeight||s.chartHeight,nt=a&&s.oldChartWidth||s.chartWidth,d=t.transB,g=function(n,t,i){return("pass"!==h&&n<t||n>i)&&(h?n=Math.min(Math.max(t,n),i):v=!0),n};return u(this,"getPlotLinePath",n={value:w,lineWidth:b,old:a,force:h,acrossPanes:n.acrossPanes,translatedValue:r},function(n){r=i(r,t.translate(w,null,null,a));r=Math.min(Math.max(-1e5,r),1e5);e=c=Math.round(r+d);o=l=Math.round(k-r-d);f(r)?t.horiz?(o=p,l=k-t.bottom,e=c=g(e,y,y+t.width)):(e=y,c=nt-t.right,o=l=g(o,p,p+t.height)):(v=!0,h=!1);n.path=v&&!h?null:s.renderer.crispLine(["M",e,o,"L",c,l],b||1)}),n.path},getLinearTickPositions:function(n,t,i){var r=e(Math.floor(t/n)*n),f,u,o;if(i=e(Math.ceil(i/n)*n),u=[],e(r+n)===r&&(f=20),this.single)return[t];for(t=r;t<=i&&(u.push(t),(t=e(t+n,f))!==o);)o=t;return u},getMinorTickInterval:function(){var n=this.options;return!0===n.minorTicks?i(n.minorTickInterval,"auto"):!1===n.minorTicks?null:n.minorTickInterval},getMinorTickPositions:function(){var n=this,i=n.options,o=n.tickPositions,r=n.minorTickInterval,t=[],u=n.pointRangePadding||0,f=n.min-u,e=(u=n.max+u)-f;if(e&&e/r<n.len/3)if(n.isLog)this.paddedTicks.forEach(function(i,u,f){u&&t.push.apply(t,n.getLogTickPositions(r,f[u-1],f[u],!0))});else if(n.isDatetimeAxis&&"auto"===this.getMinorTickInterval())t=t.concat(n.getTimeTicks(n.normalizeTimeTickInterval(r),f,u,i.startOfWeek));else for(i=f+(o[0]-f)%r;i<=u&&i!==t[0];i+=r)t.push(i);return 0!==t.length&&n.trimTicks(t),t},adjustForMinRange:function(){var s,e,l,h,o=this.options,n=this.min,t=this.max;if(this.isXAxis&&void 0===this.minRange&&!this.isLog&&(r(o.min)||r(o.max)?this.minRange=null:(this.series.forEach(function(n){for(h=n.xData,e=n.xIncrement?1:h.length-1;0<e;e--)l=h[e]-h[e-1],(void 0===s||l<s)&&(s=l)}),this.minRange=Math.min(5*s,this.dataMax-this.dataMin))),t-n<this.minRange){var a=this.dataMax-this.dataMin>=this.minRange,f=this.minRange,u=(f-t+n)/2;u=[n-u,i(o.min,n-u)];a&&(u[2]=this.isLog?this.log2lin(this.dataMin):this.dataMin);t=[(n=c(u))+f,i(o.max,n+f)];a&&(t[2]=this.isLog?this.log2lin(this.dataMax):this.dataMax);(t=w(t))-n<f&&(u[0]=t-f,u[1]=i(o.min,t-f),n=c(u))}this.min=n;this.max=t},getClosest:function(){var n;return this.categories?n=1:this.series.forEach(function(t){var i=t.closestPointRange,u=t.visible||!t.chart.options.chart.ignoreHiddenSeries;!t.noSharedTooltip&&r(i)&&u&&(n=r(n)?Math.min(n,i):i)}),n},nameToX:function(n){var f=b(this.categories),e=f?this.categories:this.names,u=n.options.x,t;return(n.series.requireSorting=!1,r(u)||(u=!1===this.options.uniqueNames?n.series.autoIncrement():f?e.indexOf(n.name):i(e.keys[n.name],-1)),-1===u)?f||(t=e.length):t=u,void 0!==t&&(this.names[t]=n.name,this.names.keys[n.name]=t),t},updateNames:function(){var t=this,n=this.names;0<n.length&&(Object.keys(n.keys).forEach(function(t){delete n.keys[t]}),n.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach(function(n){n.xIncrement=null;n.points&&!n.isDirtyData||(t.max=Math.max(t.max,n.xData.length-1),n.processData(),n.generatePoints());n.data.forEach(function(i,r){if(i&&i.options&&void 0!==i.name){var u=t.nameToX(i);void 0!==u&&u!==i.x&&(i.x=u,n.xData[r]=u)}})}))},setAxisTranslation:function(n){var t=this,a=t.max-t.min,h=t.axisPointRange||0,r=0,f=0,e=t.linkedParent,c=!!t.categories,l=t.transA,o=t.isXAxis,s;(o||c||h)&&(s=t.getClosest(),e?(r=e.minPointOffset,f=e.pointRangePadding):t.series.forEach(function(n){var u=c?1:o?i(n.options.pointRange,s,0):t.axisPointRange||0,e=n.options.pointPlacement;h=Math.max(h,u);t.single&&!c||(n=p.xrange&&n instanceof p.xrange?!o:o,r=Math.max(r,n&&v(e)?0:u/2),f=Math.max(f,n&&"on"===e?0:u))}),t.minPointOffset=r*=e=t.ordinalSlope&&s?t.ordinalSlope/s:1,t.pointRangePadding=f*=e,t.pointRange=Math.min(h,t.single&&c?1:a),o&&(t.closestPointRange=s));n&&(t.oldTransA=l);t.translationSlope=t.transA=l=t.staticScale||t.len/(a+f||1);t.transB=t.horiz?t.left:t.bottom;t.minPixelPadding=l*r;u(this,"afterSetAxisTranslation")},minFromRange:function(){return this.max-this.range},setTickInterval:function(t){var o=this,l=o.chart,s=o.options,g=o.isLog,nt=o.isDatetimeAxis,rt=o.isXAxis,p=o.isLinked,w=s.maxPadding,b=s.minPadding,a=s.tickInterval,k=s.tickPixelInterval,d=o.categories,h=f(o.threshold)?o.threshold:null,tt=o.softThreshold,v,y,c,it;nt||d||p||this.getTickAmount();v=i(o.userMin,s.min);y=i(o.userMax,s.max);p?(o.linkedParent=l[o.coll][s.linkedTo],c=o.linkedParent.getExtremes(),o.min=i(c.min,c.dataMin),o.max=i(c.max,c.dataMax),s.type!==o.linkedParent.options.type&&n.error(11,1,l)):(!tt&&r(h)&&(o.dataMin>=h?(c=h,b=0):o.dataMax<=h&&(it=h,w=0)),o.min=i(v,c,o.dataMin),o.max=i(y,it,o.dataMax));g&&(o.positiveValuesOnly&&!t&&0>=Math.min(o.min,i(o.dataMin,o.min))&&n.error(10,1,l),o.min=e(o.log2lin(o.min),16),o.max=e(o.log2lin(o.max),16));o.range&&r(o.max)&&(o.userMin=o.min=v=Math.max(o.dataMin,o.minFromRange()),o.userMax=y=o.max,o.range=null);u(o,"foundExtremes");o.beforePadding&&o.beforePadding();o.adjustForMinRange();!(d||o.axisPointRange||o.usePercentage||p)&&r(o.min)&&r(o.max)&&(l=o.max-o.min)&&(!r(v)&&b&&(o.min-=l*b),!r(y)&&w&&(o.max+=l*w));f(s.softMin)&&!f(o.userMin)&&s.softMin<o.min&&(o.min=v=s.softMin);f(s.softMax)&&!f(o.userMax)&&s.softMax>o.max&&(o.max=y=s.softMax);f(s.floor)&&(o.min=Math.min(Math.max(o.min,s.floor),Number.MAX_VALUE));f(s.ceiling)&&(o.max=Math.max(Math.min(o.max,s.ceiling),i(o.userMax,-Number.MAX_VALUE)));tt&&r(o.dataMin)&&(h=h||0,!r(v)&&o.min<h&&o.dataMin>=h?o.min=o.options.minRange?Math.min(h,o.max-o.minRange):h:!r(y)&&o.max>h&&o.dataMax<=h&&(o.max=o.options.minRange?Math.max(h,o.min+o.minRange):h));o.tickInterval=o.min===o.max||void 0===o.min||void 0===o.max?1:p&&!a&&k===o.linkedParent.options.tickPixelInterval?a=o.linkedParent.tickInterval:i(a,this.tickAmount?(o.max-o.min)/Math.max(this.tickAmount-1,1):void 0,d?1:(o.max-o.min)*k/Math.max(o.len,k));rt&&!t&&o.series.forEach(function(n){n.processData(o.min!==o.oldMin||o.max!==o.oldMax)});o.setAxisTranslation(!0);o.beforeSetTickPositions&&o.beforeSetTickPositions();o.postProcessTickInterval&&(o.tickInterval=o.postProcessTickInterval(o.tickInterval));o.pointRange&&!a&&(o.tickInterval=Math.max(o.pointRange,o.tickInterval));t=i(s.minTickInterval,o.isDatetimeAxis&&o.closestPointRange);!a&&o.tickInterval<t&&(o.tickInterval=t);nt||g||a||(o.tickInterval=ft(o.tickInterval,null,ut(o.tickInterval),i(s.allowDecimals,!(.5<o.tickInterval&&5>o.tickInterval&&1e3<o.max&&9999>o.max)),!!this.tickAmount));this.tickAmount||(o.tickInterval=o.unsquish());this.setTickPositions()},setTickPositions:function(){var i=this.options,e=i.tickPositions,t=this.getMinorTickInterval(),f=i.tickPositioner,o=i.startOnTick,s=i.endOnTick;this.tickmarkOffset=this.categories&&"between"===i.tickmarkPlacement&&1===this.tickInterval?.5:0;this.minorTickInterval="auto"===t&&this.tickInterval?this.tickInterval/5:t;this.single=this.min===this.max&&r(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==i.allowDecimals);this.tickPositions=t=e&&e.slice();!t&&(!this.ordinalPositions&&(this.max-this.min)/this.tickInterval>Math.max(2*this.len,200)?(t=[this.min,this.max],n.error(19,!1,this.chart)):t=this.isDatetimeAxis?this.getTimeTicks(this.normalizeTimeTickInterval(this.tickInterval,i.units),this.min,this.max,i.startOfWeek,this.ordinalPositions,this.closestPointRange,!0):this.isLog?this.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max),t.length>this.len&&(t=[t[0],t.pop()])[0]===t[1]&&(t.length=1),this.tickPositions=t,f&&(f=f.apply(this,[this.min,this.max])))&&(this.tickPositions=t=f);this.paddedTicks=t.slice(0);this.trimTicks(t,o,s);this.isLinked||(this.single&&2>t.length&&!this.categories&&(this.min-=.5,this.max+=.5),e||f||this.adjustTickAmount());u(this,"afterSetTickPositions")},trimTicks:function(n,t,i){var f=n[0],e=n[n.length-1],o=this.minPointOffset||0;if(u(this,"trimTicks"),!this.isLinked){if(t&&-1/0!==f)this.min=f;else for(;this.min-o>n[0];)n.shift();if(i)this.max=e;else for(;this.max+o<n[n.length-1];)n.pop();0===n.length&&r(f)&&!this.options.tickPositions&&n.push((e+f)/2)}},alignToOthers:function(){var t,i={},n=this.options;return!1===this.chart.options.chart.alignTicks||!1===n.alignTicks||!1===n.startOnTick||!1===n.endOnTick||this.isLog||this.chart[this.coll].forEach(function(n){var r=n.options;r=[n.horiz?r.left:r.top,r.width,r.height,r.pane].join();n.series.length&&(i[r]?t=!0:i[r]=1)}),t},getTickAmount:function(){var t=this.options,n=t.tickAmount,i=t.tickPixelInterval;!r(t.tickInterval)&&this.len<i&&!this.isRadial&&!this.isLog&&t.startOnTick&&t.endOnTick&&(n=2);!n&&this.alignToOthers()&&(n=Math.ceil(this.len/i)+1);4>n&&(this.finalTickAmt=n,n=5);this.tickAmount=n},adjustTickAmount:function(){var h,u=this.options,t=this.tickInterval,n=this.tickPositions,f=this.tickAmount,o=this.finalTickAmt,s=n&&n.length,c=i(this.threshold,this.softThreshold?0:null);if(this.hasData()){if(s<f){for(h=this.min;n.length<f;)n.length%2||h===c?n.push(e(n[n.length-1]+t)):n.unshift(e(n[0]-t));this.transA*=(s-1)/(f-1);this.min=u.startOnTick?n[0]:Math.min(this.min,n[0]);this.max=u.endOnTick?n[n.length-1]:Math.max(this.max,n[n.length-1])}else s>f&&(this.tickInterval*=2,this.setTickPositions());if(r(o)){for(t=u=n.length;t--;)(3===o&&1==t%2||2>=o&&0<t&&t<u-1)&&n.splice(t,1);this.finalTickAmt=void 0}}},setScale:function(){var n,t=this.series.some(function(n){return n.isDirtyData||n.isDirty||n.xAxis&&n.xAxis.isDirty});this.oldMin=this.min;this.oldMax=this.max;this.oldAxisLength=this.len;this.setAxisSize();(n=this.len!==this.oldAxisLength)||t||this.isLinked||this.forceRedraw||this.userMin!==this.oldUserMin||this.userMax!==this.oldUserMax||this.alignToOthers()?(this.resetStacks&&this.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.oldUserMin=this.userMin,this.oldUserMax=this.userMax,this.isDirty||(this.isDirty=n||this.min!==this.oldMin||this.max!==this.oldMax)):this.cleanStacks&&this.cleanStacks();u(this,"afterSetScale")},setExtremes:function(n,t,r,f,e){var o=this,s=o.chart;r=i(r,!0);o.series.forEach(function(n){delete n.kdTree});e=a(e,{min:n,max:t});u(o,"setExtremes",e,function(){o.userMin=n;o.userMax=t;o.eventArgs=e;r&&s.redraw(f)})},zoom:function(n,t){var o=this.dataMin,s=this.dataMax,h=this.options,f=Math.min(o,i(h.min,o)),e=Math.max(s,i(h.max,s));return u(this,"zoom",n={newMin:n,newMax:t},function(n){var t=n.newMin,i=n.newMax;t===this.min&&i===this.max||(this.allowZoomOutside||(r(o)&&(t<f&&(t=f),t>e&&(t=e)),r(s)&&(i<f&&(i=f),i>e&&(i=e))),this.displayBtn=void 0!==t||void 0!==i,this.setExtremes(t,i,!1,void 0,{trigger:"zoom"}));n.zoomed=!0}),n.zoomed},setAxisSize:function(){var t=this.chart,r=this.options,u=r.offsets||[0,0,0,0],f=this.horiz,e=this.width=Math.round(n.relativeLength(i(r.width,t.plotWidth-u[3]+u[1]),t.plotWidth)),o=this.height=Math.round(n.relativeLength(i(r.height,t.plotHeight-u[0]+u[2]),t.plotHeight)),s=this.top=Math.round(n.relativeLength(i(r.top,t.plotTop+u[0]),t.plotHeight,t.plotTop));r=this.left=Math.round(n.relativeLength(i(r.left,t.plotLeft+u[3]),t.plotWidth,t.plotLeft));this.bottom=t.chartHeight-o-s;this.right=t.chartWidth-e-r;this.len=Math.max(f?e:o,0);this.pos=f?r:s},getExtremes:function(){var n=this.isLog;return{min:n?e(this.lin2log(this.min)):this.min,max:n?e(this.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},getThreshold:function(n){var t=this.isLog,i=t?this.lin2log(this.min):this.min;return t=t?this.lin2log(this.max):this.max,null===n||-1/0===n?n=i:1/0===n?n=t:i>n?n=i:t<n&&(n=t),this.translate(n,0,1,0,1)},autoLabelAlign:function(n){var t=(i(n,0)-90*this.side+720)%360;return u(this,"autoLabelAlign",n={align:"center"},function(n){15<t&&165>t?n.align="right":195<t&&345>t&&(n.align="left")}),n.align},tickSize:function(n){var r=this.options,t=r[n+"Length"],f=i(r[n+"Width"],"tick"===n&&this.isXAxis&&!this.categories?1:0),e;return f&&t&&("inside"===r[n+"Position"]&&(t=-t),e=[t,f]),u(this,"afterTickSize",n={tickSize:e}),n.tickSize},labelMetrics:function(){var n=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style&&this.options.labels.style.fontSize,this.ticks[n]&&this.ticks[n].label)},unsquish:function(){var c,l,f,n=this.options.labels,p=this.horiz,t=this.tickInterval,o=t,s=this.len/(((this.categories?1:0)+this.max-this.min)/t),u=n.rotation,a=this.labelMetrics(),v=Number.MAX_VALUE,h=this.max-this.min,y=function(n){var i=n/(s||1);return(i=1<i?Math.ceil(i):1)*t>h&&1/0!==n&&1/0!==s&&h&&(i=Math.ceil(h/t)),e(i*t)};return p?(f=!n.staggerLines&&!n.step&&(r(u)?[u]:s<i(n.autoRotationLimit,80)&&n.autoRotation))&&f.forEach(function(n){if(n===u||n&&-90<=n&&90>=n){var t=(l=y(Math.abs(a.h/Math.sin(it*n))))+Math.abs(n/360);t<v&&(v=t,c=n,o=l)}}):n.step||(o=y(a.h)),this.autoRotation=f,this.labelRotation=i(c,u),o},getSlotWidth:function(n){var i=this.chart,r=this.horiz,t=this.options.labels,f=Math.max(this.tickPositions.length-(this.categories?0:1),1),u=i.margin[3];return n&&n.slotWidth||r&&2>(t.step||0)&&!t.rotation&&(this.staggerLines||1)*this.len/f||!r&&(t.style&&parseInt(t.style.width,10)||u&&u-i.spacing[3]||.33*i.chartWidth)},renderUnsquish:function(){var h=this.chart,p=h.renderer,u=this.tickPositions,c=this.ticks,t=this.options.labels,y=t&&t.style||{},w=this.horiz,o=this.getSlotWidth(),f=Math.max(1,Math.round(o-2*(t.padding||5))),r={},s=this.labelMetrics(),l=t.style&&t.style.textOverflow,i=0,e,a,n;if(v(t.rotation)||(r.rotation=t.rotation||0),u.forEach(function(n){(n=c[n])&&n.label&&n.label.textPxLength>i&&(i=n.label.textPxLength)}),this.maxLabelLength=i,this.autoRotation)i>f&&i>s.h?r.rotation=this.labelRotation:this.labelRotation=0;else if(o&&(e=f,!l))for(a="clip",f=u.length;!w&&f--;)n=u[f],(n=c[n].label)&&(n.styles&&"ellipsis"===n.styles.textOverflow?n.css({textOverflow:"clip"}):n.textPxLength>o&&n.css({width:o+"px"}),n.getBBox().height>this.len/u.length-(s.h-s.f)&&(n.specificTextOverflow="ellipsis"));r.rotation&&(e=i>.5*h.chartHeight?.33*h.chartHeight:i,l||(a="ellipsis"));(this.labelAlign=t.align||this.autoLabelAlign(this.labelRotation))&&(r.align=this.labelAlign);u.forEach(function(n){var t=(n=c[n])&&n.label,u=y.width,i={};t&&(t.attr(r),n.shortenLabel?n.shortenLabel():e&&!u&&"nowrap"!==y.whiteSpace&&(e<t.textPxLength||"SPAN"===t.element.tagName)?(i.width=e,l||(i.textOverflow=t.specificTextOverflow||a),t.css(i)):t.styles&&t.styles.width&&!i.width&&!u&&t.css({width:null}),delete t.specificTextOverflow,n.rotation=r.rotation)},this);this.tickRotCorr=p.rotCorr(s.b,this.labelRotation||0,0!==this.side)},hasData:function(){return this.series.some(function(n){return n.hasData()})||this.options.showEmpty&&r(this.min)&&r(this.max)},addTitle:function(n){var i,r=this.opposite,t=this.options.title,u=this.chart.styledMode;this.axisTitle||((i=t.textAlign)||(i=(this.horiz?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[t.align]),this.axisTitle=this.chart.renderer.text(t.text,0,0,t.useHTML).attr({zIndex:7,rotation:t.rotation||0,align:i}).addClass("highcharts-axis-title"),u||this.axisTitle.css(h(t.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0);u||t.style.width||this.isRadial||this.axisTitle.css({width:this.len});this.axisTitle[n?"show":"hide"](n)},generateTick:function(n){var t=this.ticks;t[n]?t[n].addLabel():t[n]=new s(this,n)},getOffset:function(){var k,n=this,e=n.chart,a=e.renderer,f=n.options,v=n.tickPositions,w=n.ticks,h=n.horiz,t=n.side,tt=e.inverted&&!n.isZAxis?[1,0,3,2][t]:t,it=0,s=0,c=f.title,y=f.labels,l=0,b=e.axisOffset,d;e=e.clipOffset;var p=[-1,1,1,-1][t],g=f.className,nt=n.axisParent,rt=n.hasData();(n.showAxis=k=rt||i(f.showEmpty,!0),n.staggerLines=n.horiz&&y.staggerLines,n.axisGroup||(n.gridGroup=a.g("grid").attr({zIndex:f.gridZIndex||1}).addClass("highcharts-"+this.coll.toLowerCase()+"-grid "+(g||"")).add(nt),n.axisGroup=a.g("axis").attr({zIndex:f.zIndex||2}).addClass("highcharts-"+this.coll.toLowerCase()+" "+(g||"")).add(nt),n.labelGroup=a.g("axis-labels").attr({zIndex:y.zIndex||7}).addClass("highcharts-"+n.coll.toLowerCase()+"-labels "+(g||"")).add(nt)),rt||n.isLinked?(v.forEach(function(t,i){n.generateTick(t,i)}),n.renderUnsquish(),n.reserveSpaceDefault=0===t||2===t||{1:"left",3:"right"}[t]===n.labelAlign,i(y.reserveSpace,"center"===n.labelAlign||null,n.reserveSpaceDefault)&&v.forEach(function(n){l=Math.max(w[n].getLabelSize(),l)}),n.staggerLines&&(l*=n.staggerLines),n.labelOffset=l*(n.opposite?-1:1)):o(w,function(n,t){n.destroy();delete w[t]}),c&&c.text&&!1!==c.enabled&&(n.addTitle(k),k&&!1!==c.reserveSpace))&&(n.titleOffset=it=n.axisTitle.getBBox()[h?"height":"width"],d=c.offset,s=r(d)?0:i(c.margin,h?5:10));n.renderLine();n.offset=p*i(f.offset,b[t]?b[t]+(f.margin||0):0);n.tickRotCorr=n.tickRotCorr||{x:0,y:0};a=0===t?-n.labelMetrics().h:2===t?n.tickRotCorr.y:0;s=Math.abs(l)+s;l&&(s=s-a+p*(h?i(y.y,n.tickRotCorr.y+8*p):y.x));n.axisTitleMargin=i(d,s);n.getMaxLabelDimensions&&(n.maxLabelDimensions=n.getMaxLabelDimensions(w,v));h=this.tickSize("tick");b[t]=Math.max(b[t],n.axisTitleMargin+it+p*n.offset,s,v&&v.length&&h?h[0]+p*n.offset:0);f=f.offset?0:2*Math.floor(n.axisLine.strokeWidth()/2);e[tt]=Math.max(e[tt],f);u(this,"afterGetOffset")},getLinePath:function(n){var i=this.chart,u=this.opposite,t=this.offset,r=this.horiz,f=this.left+(u?this.width:0)+t;return t=i.chartHeight-this.bottom-(u?this.height:0)+t,u&&(n*=-1),i.renderer.crispLine(["M",r?this.left:f,r?t:this.top,"L",r?i.chartWidth-this.right:f,r?t:i.chartHeight-this.bottom],n)},renderLine:function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},getTitlePosition:function(){var n=this.horiz,r=this.left,s=this.top,t=this.len,f=this.options.title,e=n?r:s,o=this.opposite,h=this.offset,c=f.x||0,l=f.y||0,i=this.axisTitle,a=this.chart.renderer.fontMetrics(f.style&&f.style.fontSize,i);return i=Math.max(i.getBBox(null,0).height-a.h-1,0),t={low:e+(n?0:t),middle:e+t/2,high:e+(n?t:0)}[f.align],r=(n?s+this.height:r)+(n?1:-1)*(o?-1:1)*this.axisTitleMargin+[-i,i,a.f,-i][this.side],u(this,"afterGetTitlePosition",{titlePosition:n={x:n?t+c:r+(o?this.width:0)+h+c,y:n?r+l-(o?this.height:0)+h:t+l}}),n},renderMinorTick:function(n){var i=this.chart.hasRendered&&f(this.oldMin),t=this.minorTicks;t[n]||(t[n]=new s(this,n,"minor"));i&&t[n].isNew&&t[n].render(null,!0);t[n].render(null,!1,1)},renderTick:function(n,t){var r=this.isLinked,i=this.ticks,u=this.chart.hasRendered&&f(this.oldMin);(!r||n>=this.min&&n<=this.max)&&(i[n]||(i[n]=new s(this,n)),u&&i[n].isNew&&i[n].render(t,!0,-1),i[n].render(t))},render:function(){var y,v,t=this,p=t.chart,r=t.options,b=t.isLog,it=t.isLinked,l=t.tickPositions,e=t.axisTitle,a=t.ticks,k=t.minorTicks,i=t.alternateBands,g=r.stackLabels,tt=r.alternateGridColor,h=t.tickmarkOffset,c=t.axisLine,w=t.showAxis,rt=nt(p.renderer.globalAnimation);t.labelEdge.length=0;t.overlap=!1;[a,k,i].forEach(function(n){o(n,function(n){n.isActive=!1})});(t.hasData()||it)&&(t.minorTickInterval&&!t.categories&&t.getMinorTickPositions().forEach(function(n){t.renderMinorTick(n)}),l.length&&(l.forEach(function(n,i){t.renderTick(n,i)}),h&&(0===t.min||t.single)&&(a[-1]||(a[-1]=new s(t,-1,null,!0)),a[-1].render(-1))),tt&&l.forEach(function(r,u){v=void 0!==l[u+1]?l[u+1]+h:t.max-h;0==u%2&&r<t.max&&v<=t.max+(p.polar?-h:h)&&(i[r]||(i[r]=new n.PlotLineOrBand(t)),y=r+h,i[r].options={from:b?t.lin2log(y):y,to:b?t.lin2log(v):v,color:tt},i[r].render(),i[r].isActive=!0)}),t._addedPlotLB||((r.plotLines||[]).concat(r.plotBands||[]).forEach(function(n){t.addPlotBandOrLine(n)}),t._addedPlotLB=!0));[a,k,i].forEach(function(n){var t,r=[],u=rt.duration;o(n,function(n,t){n.isActive||(n.render(t,!1,0),n.isActive=!1,r.push(t))});d(function(){for(t=r.length;t--;)n[r[t]]&&!n[r[t]].isActive&&(n[r[t]].destroy(),delete n[r[t]])},n!==i&&p.hasRendered&&u?u:0)});c&&(c[c.isPlaced?"animate":"attr"]({d:this.getLinePath(c.strokeWidth())}),c.isPlaced=!0,c[w?"show":"hide"](w));e&&w&&(r=t.getTitlePosition(),f(r.y)?(e[e.isNew?"attr":"animate"](r),e.isNew=!1):(e.attr("y",-9999),e.isNew=!0));g&&g.enabled&&t.renderStackTotals();t.isDirty=!1;u(this,"afterRender")},redraw:function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach(function(n){n.render()}));this.series.forEach(function(n){n.isDirty=!0})},keepProps:"extKey hcEvents names series userMax userMin".split(" "),destroy:function(n){var i,t=this,f=t.stacks,r=t.plotLinesAndBands;if(u(this,"destroy",{keepEvents:n}),n||et(t),o(f,function(n,t){l(n);f[t]=null}),[t.ticks,t.minorTicks,t.alternateBands].forEach(function(n){l(n)}),r)for(n=r.length;n--;)r[n].destroy();for(i in"stackTotalGroup axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach(function(n){t[n]&&(t[n]=t[n].destroy())}),t.plotLinesAndBandsGroups)t.plotLinesAndBandsGroups[i]=t.plotLinesAndBandsGroups[i].destroy();o(t,function(n,i){-1===t.keepProps.indexOf(i)&&delete t[i]})},drawCrosshair:function(n,t){var h,s,f=this.crosshair,e=i(f.snap,!0),o=this.cross;if(u(this,"drawCrosshair",{e:n,point:t}),n||(n=this.cross&&this.cross.e),this.crosshair&&!1!==(r(t)||!e)){if(e?r(t)&&(s=i("colorAxis"!==this.coll?t.crosshairPos:null,this.isXAxis?t.plotX:this.len-t.plotY)):s=n&&(this.horiz?n.chartX-this.pos:this.len-n.chartY+this.pos),r(s)&&(h=this.getPlotLinePath({value:t&&(this.isXAxis?t.x:i(t.stackY,t.y)),translatedValue:s})||null),!r(h))return void this.hideCrosshair();e=this.categories&&!this.isRadial;o||(this.cross=o=this.chart.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(e?"category ":"thin ")+f.className).attr({zIndex:i(f.zIndex,2)}).add(),this.chart.styledMode||(o.attr({stroke:f.color||(e?tt("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":i(f.width,1)}).css({"pointer-events":"none"}),f.dashStyle&&o.attr({dashstyle:f.dashStyle})));o.show().attr({d:h});e&&!f.width&&o.attr({"stroke-width":this.transA});this.cross.e=n}else this.hideCrosshair();u(this,"afterDrawCrosshair",{e:n,point:t})},hideCrosshair:function(){this.cross&&this.cross.hide();u(this,"afterHideCrosshair")}}),n.Axis=t}),i(t,"parts/DateTimeAxis.js",[t["parts/Globals.js"]],function(n){var i=n.Axis,r=n.getMagnitude,u=n.normalizeTickInterval,t=n.timeUnits;i.prototype.getTimeTicks=function(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)};i.prototype.normalizeTimeTickInterval=function(n,i){for(var e=i||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]],f=t[(i=e[e.length-1])[0]],o=i[1],s=0;s<e.length&&(f=t[(i=e[s])[0]],o=i[1],!(e[s+1]&&n<=(f*o[o.length-1]+t[e[s+1][0]])/2));s++);return f===t.year&&n<5*f&&(o=[1,2,5]),{unitRange:f,count:n=u(n/f,o,"year"===i[0]?Math.max(r(n/f),1):1),unitName:i[0]}}}),i(t,"parts/LogarithmicAxis.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.pick,r=n.getMagnitude,u=n.normalizeTickInterval;(t=n.Axis).prototype.getLogTickPositions=function(n,t,f,e){var s=this.options,o=this.len,c=[],l,a,y,v,h;if(e||(this._minorAutoInterval=null),.5<=n)n=Math.round(n),c=this.getLinearTickPositions(n,t,f);else if(.08<=n)for(o=Math.floor(t),s=.3<n?[1,2,4]:.15<n?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];o<f+1&&!a;o++)for(y=s.length,l=0;l<y&&!a;l++)v=this.log2lin(this.lin2log(o)*s[l]),v>t&&(!e||h<=f)&&void 0!==h&&c.push(h),h>f&&(a=!0),h=v;else t=this.lin2log(t),f=this.lin2log(f),n=e?this.getMinorTickInterval():s.tickInterval,n=i("auto"===n?null:n,this._minorAutoInterval,s.tickPixelInterval/(e?5:1)*(f-t)/((e?o/this.tickPositions.length:o)||1)),n=u(n,null,r(n)),c=this.getLinearTickPositions(n,t,f).map(this.log2lin),e||(this._minorAutoInterval=n/5);return e||(this.tickInterval=n),c};t.prototype.log2lin=function(n){return Math.log(n)/Math.LN10};t.prototype.lin2log=function(n){return Math.pow(10,n)}}),i(t,"parts/PlotLineOrBand.js",[t["parts/Globals.js"],t["parts/Axis.js"],t["parts/Utilities.js"]],function(n,t,i){var u=i.arrayMax,f=i.arrayMin,r=i.defined,s=i.destroyObjectProperties,e=i.erase,h=i.extend,c=i.objectEach,o=i.pick,l=n.merge;n.PlotLineOrBand=function(n,t){this.axis=n;t&&(this.options=t,this.id=t.id)};n.PlotLineOrBand.prototype={render:function(){n.fireEvent(this,"render");var s=this,u=s.axis,a=u.horiz,i=s.options,h=i.label,v=s.label,p=i.to,w=i.from,b=i.value,f=r(w)&&r(p),nt=r(b),e=s.svgElem,tt=!e,t=[],y=i.color,k=o(i.zIndex,0),d=i.events;t={"class":"highcharts-plot-"+(f?"band ":"line ")+(i.className||"")};var it={},rt=u.chart.renderer,g=f?"bands":"lines";if(u.isLog&&(w=u.log2lin(w),p=u.log2lin(p),b=u.log2lin(b)),u.chart.styledMode||(nt?(t.stroke=y||"#999999",t["stroke-width"]=o(i.width,1),i.dashStyle&&(t.dashstyle=i.dashStyle)):f&&(t.fill=y||"#e6ebf5",i.borderWidth&&(t.stroke=i.borderColor,t["stroke-width"]=i.borderWidth))),it.zIndex=k,(y=u.plotLinesAndBandsGroups[g+="-"+k])||(u.plotLinesAndBandsGroups[g]=y=rt.g("plot-"+g).attr(it).add()),tt&&(s.svgElem=e=rt.path().attr(t).add(y)),nt)t=u.getPlotLinePath({value:b,lineWidth:e.strokeWidth(),acrossPanes:i.acrossPanes});else{if(!f)return;t=u.getPlotBandPath(w,p,i)}return(tt||!e.d)&&t&&t.length?(e.attr({d:t}),d&&c(d,function(n,t){e.on(t,function(n){d[t].apply(s,[n])})})):e&&(t?(e.show(!0),e.animate({d:t})):e.d&&(e.hide(),v&&(s.label=v=v.destroy()))),h&&(r(h.text)||r(h.formatter))&&t&&t.length&&0<u.width&&0<u.height&&!t.isFlat?(h=l({align:a&&f&&"center",x:a?!f&&4:10,verticalAlign:!a&&f&&"middle",y:a?f?16:10:f?6:-4,rotation:a&&!f&&90},h),this.renderLabel(h,t,f,k)):v&&v.hide(),s},renderLabel:function(n,t,i,r){var e=this.label,o=this.axis.chart.renderer;e||((e={align:n.textAlign||n.align,rotation:n.rotation,"class":"highcharts-plot-"+(i?"band":"line")+"-label "+(n.className||"")}).zIndex=r,r=this.getLabelText(n),this.label=e=o.text(r,0,0,n.useHTML).attr(e).add(),this.axis.chart.styledMode||e.css(n.style));o=t.xBounds||[t[1],t[4],i?t[6]:t[1]];t=t.yBounds||[t[2],t[5],i?t[7]:t[2]];i=f(o);r=f(t);e.align(n,!1,{x:i,y:r,width:u(o)-i,height:u(t)-r});e.show(!0)},getLabelText:function(n){return r(n.formatter)?n.formatter.call(this):n.text},destroy:function(){e(this.axis.plotLinesAndBands,this);delete this.axis;s(this)}};h(t.prototype,{getPlotBandPath:function(n,t){var i=this.getPlotLinePath({value:t,force:!0,acrossPanes:this.options.acrossPanes}),r=this.getPlotLinePath({value:n,force:!0,acrossPanes:this.options.acrossPanes}),f=[],e=this.horiz,u=1,o;if(n=n<this.min&&t<this.min||n>this.max&&t>this.max,r&&i)for(n&&(o=r.toString()===i.toString(),u=0),n=0;n<r.length;n+=6)e&&i[n+1]===r[n+1]?(i[n+1]+=u,i[n+4]+=u):e||i[n+2]!==r[n+2]||(i[n+2]+=u,i[n+5]+=u),f.push("M",r[n+1],r[n+2],"L",r[n+4],r[n+5],i[n+4],i[n+5],i[n+1],i[n+2],"z"),f.isFlat=o;return f},addPlotBand:function(n){return this.addPlotBandOrLine(n,"plotBands")},addPlotLine:function(n){return this.addPlotBandOrLine(n,"plotLines")},addPlotBandOrLine:function(t,i){var r=new n.PlotLineOrBand(this,t).render(),f=this.userOptions,u;return r&&(i&&(u=f[i]||[],u.push(t),f[i]=u),this.plotLinesAndBands.push(r)),r},removePlotBandOrLine:function(n){for(var i=this.plotLinesAndBands,r=this.options,u=this.userOptions,t=i.length;t--;)i[t].id===n&&i[t].destroy();[r.plotLines||[],u.plotLines||[],r.plotBands||[],u.plotBands||[]].forEach(function(i){for(t=i.length;t--;)i[t].id===n&&e(i,i[t])})},removePlotBand:function(n){this.removePlotBandOrLine(n)},removePlotLine:function(n){this.removePlotBandOrLine(n)}})}),i(t,"parts/Tooltip.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var o=t.defined,s=t.discardElement,h=t.extend,c=t.isNumber,l=t.isString,i=t.pick,u=t.splat,a=t.syncTimeout,r=n.doc,v=n.format,e=n.merge,f=n.timeUnits;n.Tooltip=function(){this.init.apply(this,arguments)};n.Tooltip.prototype={init:function(n,t){this.chart=n;this.options=t;this.crosshairs=[];this.now={x:0,y:0};this.isHidden=!0;this.split=t.split&&!n.inverted;this.shared=t.shared||this.split;this.outside=i(t.outside,!(!n.scrollablePixelsX&&!n.scrollablePixelsY))},cleanSplit:function(n){this.chart.series.forEach(function(t){var i=t&&t.tt;i&&(!i.isActive||n?t.tt=i.destroy():i.isActive=!1)})},applyFilter:function(){var n=this.chart;n.renderer.definition({tagName:"filter",id:"drop-shadow-"+n.index,opacity:.5,children:[{tagName:"feGaussianBlur","in":"SourceAlpha",stdDeviation:1},{tagName:"feOffset",dx:1,dy:1},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",type:"linear",slope:.3}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode","in":"SourceGraphic"}]}]});n.renderer.definition({tagName:"style",textContent:".highcharts-tooltip-"+n.index+"{filter:url(#drop-shadow-"+n.index+")}"})},getLabel:function(){var i,r=this,u=this.chart.renderer,e=this.chart.styledMode,t=this.options,s="tooltip"+(o(t.className)?" "+t.className:""),f;return this.label||((this.outside&&(this.container=i=n.doc.createElement("div"),i.className="highcharts-tooltip-container",n.css(i,{position:"absolute",top:"1px",pointerEvents:t.style&&t.style.pointerEvents,zIndex:3}),n.doc.body.appendChild(i),this.renderer=u=new n.Renderer(i,0,0,{},void 0,void 0,u.styledMode)),this.split?this.label=u.g(s):(this.label=u.label("",0,0,t.shape||"callout",null,null,t.useHTML,null,s).attr({padding:t.padding,r:t.borderRadius}),e||this.label.attr({fill:t.backgroundColor,"stroke-width":t.borderWidth}).css(t.style).shadow(t.shadow)),e&&(this.applyFilter(),this.label.addClass("highcharts-tooltip-"+this.chart.index)),r.outside&&!r.split)&&(f={x:this.label.xSetter,y:this.label.ySetter},this.label.xSetter=function(n,t){f[t].call(this.label,r.distance);i.style.left=n+"px"},this.label.ySetter=function(n,t){f[t].call(this.label,r.distance);i.style.top=n+"px"}),this.label.attr({zIndex:8}).add()),this.label},update:function(n){this.destroy();e(!0,this.chart.options.tooltip.userOptions,n);this.init(this.chart,e(!0,this.options,n))},destroy:function(){this.label&&(this.label=this.label.destroy());this.split&&this.tt&&(this.cleanSplit(this.chart,!0),this.tt=this.tt.destroy());this.renderer&&(this.renderer=this.renderer.destroy(),s(this.container));n.clearTimeout(this.hideTimer);n.clearTimeout(this.tooltipTimeout)},move:function(t,i,r,u){var f=this,e=f.now,o=!1!==f.options.animation&&!f.isHidden&&(1<Math.abs(t-e.x)||1<Math.abs(i-e.y)),s=f.followPointer||1<f.len;h(e,{x:o?(2*e.x+t)/3:t,y:o?(e.y+i)/2:i,anchorX:s?void 0:o?(2*e.anchorX+r)/3:r,anchorY:s?void 0:o?(e.anchorY+u)/2:u});f.getLabel().attr(e);o&&(n.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout(function(){f&&f.move(t,i,r,u)},32))},hide:function(t){var r=this;n.clearTimeout(this.hideTimer);t=i(t,this.options.hideDelay,500);this.isHidden||(this.hideTimer=a(function(){r.getLabel()[t?"fadeOut":"hide"]();r.isHidden=!0},t))},getAnchor:function(n,t){var o,s,i=this.chart,c=i.pointer,r=i.inverted,h=i.plotTop,l=i.plotLeft,f=0,e=0;return n=u(n),this.followPointer&&t?(void 0===t.chartX&&(t=c.normalize(t)),n=[t.chartX-i.plotLeft,t.chartY-h]):n[0].tooltipPos?n=n[0].tooltipPos:(n.forEach(function(n){o=n.series.yAxis;s=n.series.xAxis;f+=n.plotX+(!r&&s?s.left-l:0);e+=(n.plotLow?(n.plotLow+n.plotHigh)/2:n.plotY)+(!r&&o?o.top-h:0)}),f/=n.length,e/=n.length,n=[r?i.plotWidth-e:f,this.shared&&!r&&1<n.length&&t?t.chartY-h:r?i.plotHeight-f:e]),n.map(Math.round)},getPosition:function(n,t,u){var c,f=this.chart,e=this.distance,o={},s=f.inverted&&u.h||0,l=this.outside,k=l?r.documentElement.clientWidth-2*e:f.chartWidth,d=l?Math.max(r.body.scrollHeight,r.documentElement.scrollHeight,r.body.offsetHeight,r.documentElement.offsetHeight,r.documentElement.clientHeight):f.chartHeight,g=f.pointer.getChartPosition(),h=f.containerScaling,a=function(n){return h?n*h.scaleX:n},v=function(n){return h?n*h.scaleY:n},nt=function(i){var r="x"===i;return[i,r?k:d,r?n:t].concat(l?[r?a(n):v(t),r?g.left-e+a(u.plotX+f.plotLeft):g.top-e+v(u.plotY+f.plotTop),0,r?k:d]:[r?n:t,r?u.plotX+f.plotLeft:u.plotY+f.plotTop,r?f.plotLeft:f.plotTop,r?f.plotLeft+f.plotWidth:f.plotTop+f.plotHeight])},y=nt("y"),p=nt("x"),tt=!this.followPointer&&i(u.ttBelow,!f.inverted==!!u.negative),it=function(n,t,i,r,u,f,h){var l="y"===n?v(e):a(e),y=(i-r)/2,p=r<u-e,w=u+e+r<t,c=u-l-i+y;if(u=u+l-y,tt&&w)o[n]=u;else if(!tt&&p)o[n]=c;else if(p)o[n]=Math.min(h-r,0>c-s?c:c-s);else{if(!w)return!1;o[n]=Math.max(f,u+s+i>t?u:u+s)}},rt=function(n,t,i,r,u){var f;return u<e||u>t-e?f=!1:o[n]=u<i/2?1:u>t-r/2?t-r-2:u-i/2,f},w=function(n){var t=y;y=p;p=t;c=n},b=function(){!1!==it.apply(0,y)?!1!==rt.apply(0,p)||c||(w(!0),b()):c?o.x=o.y=0:(w(!0),b())};return(f.inverted||1<this.len)&&w(),b(),o},defaultFormatter:function(n){var t=this.points||u(this),i=[n.tooltipFooterHeaderFormatter(t[0])];return(i=i.concat(n.bodyFormatter(t))).push(n.tooltipFooterHeaderFormatter(t[0],!0)),i},refresh:function(t,r){var e=this.chart,s=this.options,f=t,o={},l=[],h=s.formatter||this.defaultFormatter,a,c,v;o=this.shared;a=e.styledMode;s.enabled&&(n.clearTimeout(this.hideTimer),this.followPointer=u(f)[0].series.tooltipOptions.followPointer,c=this.getAnchor(f,r),r=c[0],v=c[1],!o||f.series&&f.series.noSharedTooltip?o=f.getLabelConfig():(e.pointer.applyInactiveState(f),f.forEach(function(n){n.setState("hover");l.push(n.getLabelConfig())}),(o={x:f[0].category,y:f[0].y}).points=l,f=f[0]),this.len=l.length,e=h.call(o,this),this.distance=i((h=f.series).tooltipOptions.distance,16),!1===e?this.hide():(this.split?this.renderSplit(e,u(t)):(t=this.getLabel(),s.style.width&&!a||t.css({width:this.chart.spacingBox.width}),t.attr({text:e&&e.join?e.join(""):e}),t.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+i(f.colorIndex,h.colorIndex)),a||t.attr({stroke:s.borderColor||f.color||h.color||"#666666"}),this.updatePosition({plotX:r,plotY:v,negative:f.negative,ttBelow:f.ttBelow,h:c[2]||0})),this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1),n.fireEvent(this,"refresh"))},renderSplit:function(t,r){var v,o=this,h=[],u=this.chart,w=u.renderer,y=!0,f=this.options,s=0,p=this.getLabel(),c=u.plotTop,e,a;l(t)&&(t=[!1,t]);t.slice(0,r.length+1).forEach(function(n,t){if(!1!==n&&""!==n){var b=(t=r[t-1]||{isHeader:!0,plotX:r[0].plotX,plotY:u.plotHeight}).series||o,e=b.tt,l=t.series||{},a="highcharts-color-"+i(t.colorIndex,l.colorIndex,"none");e||(e={padding:f.padding,r:f.borderRadius},u.styledMode||(e.fill=f.backgroundColor,e["stroke-width"]=f.borderWidth),b.tt=e=w.label(null,null,null,(t.isHeader?f.headerShape:f.shape)||"callout",null,null,f.useHTML).addClass(t.isHeader?"highcharts-tooltip-header ":"highcharts-tooltip-box "+a).attr(e).add(p));e.isActive=!0;e.attr({text:n});u.styledMode||e.css(f.style).shadow(f.shadow).attr({stroke:f.borderColor||t.color||l.color||"#333333"});a=(n=e.getBBox()).width+e.strokeWidth();t.isHeader?(s=n.height,u.xAxis[0].opposite&&(v=!0,c-=s),n=Math.max(0,Math.min(t.plotX+u.plotLeft-a/2,u.chartWidth+(u.scrollablePixelsX?u.scrollablePixelsX-u.marginRight:0)-a))):n=t.plotX+u.plotLeft-i(f.distance,16)-a;0>n&&(y=!1);l=t.isHeader?v?-s:u.plotHeight+s:(l=l.yAxis).pos-c+Math.max(0,Math.min(t.plotY||0,l.len));h.push({target:l,rank:t.isHeader?1:0,size:b.tt.getBBox().height+1,point:t,x:n,tt:e})}});this.cleanSplit();f.positioner&&h.forEach(function(n){var t=f.positioner.call(o,n.tt.getBBox().width,n.size,n.point);n.x=t.x;n.align=0;n.target=t.y;n.rank=i(t.rank,n.rank)});n.distribute(h,u.plotHeight+s);h.forEach(function(n){var t=n.point,i=t.series,r=i&&i.yAxis;n.tt.attr({visibility:void 0===n.pos?"hidden":"inherit",x:y||t.isHeader||f.positioner?n.x:t.plotX+u.plotLeft+o.distance,y:n.pos+c,anchorX:t.isHeader?t.plotX+u.plotLeft:t.plotX+i.xAxis.pos,anchorY:t.isHeader?u.plotTop+u.plotHeight/2:r.pos+Math.max(0,Math.min(t.plotY,r.len))})});e=o.container;(t=o.renderer,o.outside&&e&&t)&&(a=u.pointer.getChartPosition(),e.style.left=a.left+"px",e.style.top=a.top+"px",e=p.getBBox(),t.setSize(e.width+e.x,e.height+e.y,!1))},updatePosition:function(t){var i=this.chart,r=i.pointer,u=this.getLabel(),f=t.plotX+i.plotLeft,e=t.plotY+i.plotTop,o;(r=r.getChartPosition(),t=(this.options.positioner||this.getPosition).call(this,u.width,u.height,t),this.outside)&&(o=(this.options.borderWidth||0)+2*this.distance,this.renderer.setSize(u.width+o,u.height+o,!1),(i=i.containerScaling)&&(n.css(this.container,{transform:"scale("+i.scaleX+", "+i.scaleY+")"}),f*=i.scaleX,e*=i.scaleY),f+=r.left-t.x,e+=r.top-t.y);this.move(Math.round(t.x),Math.round(t.y||0),f,e)},getDateFormat:function(n,t,i,r){var e=this.chart.time,s=e.dateFormat("%m-%d %H:%M:%S.%L",t),o={millisecond:15,second:12,minute:9,hour:6,day:3},h="millisecond",u,c;for(u in f){if(n===f.week&&+e.dateFormat("%w",t)===i&&"00:00:00.000"===s.substr(6)){u="week";break}if(f[u]>n){u=h;break}if(o[u]&&s.substr(o[u])!=="01-01 00:00:00.000".substr(o[u]))break;"week"!==u&&(h=u)}return u&&(c=e.resolveDTLFormat(r[u]).main),c},getXDateFormat:function(n,t,i){t=t.dateTimeLabelFormats;var r=i&&i.closestPointRange;return(r?this.getDateFormat(r,n.x,i.options.startOfWeek,t):t.day)||t.year},tooltipFooterHeaderFormatter:function(t,i){var h=i?"footer":"header",u=t.series,e=u.tooltipOptions,f=e.xDateFormat,o=u.xAxis,s=o&&"datetime"===o.options.type&&c(t.key),r=e[h+"Format"];return n.fireEvent(this,"headerFormatter",i={isFooter:i,labelConfig:t},function(n){s&&!f&&(f=this.getXDateFormat(t,e,o));s&&f&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach(function(n){r=r.replace("{point."+n+"}","{point."+n+":"+f+"}")});u.chart.styledMode&&(r=this.styledModeFormat(r));n.text=v(r,{point:t,series:u},this.chart.time)}),i.text},bodyFormatter:function(n){return n.map(function(n){var t=n.series.tooltipOptions;return(t[(n.point.formatPrefix||"point")+"Formatter"]||n.point.tooltipFormatter).call(n.point,t[(n.point.formatPrefix||"point")+"Format"]||"")})},styledModeFormat:function(n){return n.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')}}}),i(t,"parts/Pointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var a=t.attr,s=t.defined,f=t.extend,h=t.isNumber,e=t.isObject,v=t.objectEach,i=t.pick,c=t.splat,r=n.addEvent,u=n.charts,y=n.color,p=n.css,w=n.find,o=n.fireEvent,b=n.offset,l=n.Tooltip;n.Pointer=function(n,t){this.init(n,t)};n.Pointer.prototype={init:function(n,t){this.options=t;this.chart=n;this.runChartClick=t.chart.events&&!!t.chart.events.click;this.pinchDown=[];this.lastValidTouch={};l&&(n.tooltip=new l(n,t.tooltip),this.followTouchMove=i(t.tooltip.followTouchMove,!0));this.setDOMEvents()},zoomOption:function(n){var r=this.chart,u=r.options.chart,t=u.zoomType||"";r=r.inverted;/touch/.test(n.type)&&(t=i(u.pinchType,t));this.zoomX=n=/x/.test(t);this.zoomY=t=/y/.test(t);this.zoomHor=n&&!r||t&&r;this.zoomVert=t&&!r||n&&r;this.hasZoom=n||t},getChartPosition:function(){return this.chartPosition||(this.chartPosition=b(this.chart.container))},normalize:function(n,t){var i=n.touches?n.touches.length?n.touches.item(0):n.changedTouches[0]:n,r;return t||(t=this.getChartPosition()),r=i.pageX-t.left,t=i.pageY-t.top,(i=this.chart.containerScaling)&&(r/=i.scaleX,t/=i.scaleY),f(n,{chartX:Math.round(r),chartY:Math.round(t)})},getCoordinates:function(n){var t={xAxis:[],yAxis:[]};return this.chart.axes.forEach(function(i){t[i.isXAxis?"xAxis":"yAxis"].push({axis:i,value:i.toValue(n[i.horiz?"chartX":"chartY"])})}),t},findNearestKDPoint:function(n,t,i){var r;return n.forEach(function(n){var u=!(n.noSharedTooltip&&t)&&0>n.options.findNearestPointBy.indexOf("y"),f,o;(n=n.searchPoint(i,u),(u=e(n,!0))&&!(u=!e(r,!0)))&&(f=r.dist-n.dist,o=(n.series.group&&n.series.group.zIndex)-(r.series.group&&r.series.group.zIndex),u=0<(0!=(u=r.distX-n.distX)&&t?u:0!==f?f:0!==o?o:r.series.index>n.series.index?-1:1));u&&(r=n)}),r},getPointFromEvent:function(n){n=n.target;for(var t;n&&!t;)t=n.point,n=n.parentNode;return t},getChartCoordinatesFromPoint:function(n,t){var r=n.series,f=r.xAxis,e,u;return r=r.yAxis,e=i(n.clientX,n.plotX),u=n.shapeArgs,f&&r?t?{chartX:f.len+f.pos-e,chartY:r.len+r.pos-n.plotY}:{chartX:e+f.pos,chartY:n.plotY+r.pos}:u&&u.x&&u.y?{chartX:u.x,chartY:u.y}:void 0},getHoverData:function(n,t,r,u,f,o){var s,h=[],c;return u=!(!u||!n),c=t&&!t.stickyTracking?[t]:r.filter(function(n){return n.visible&&!(!f&&n.directTouch)&&i(n.options.enableMouseTracking,!0)&&n.stickyTracking}),t=(s=u||!o?n:this.findNearestKDPoint(c,f,o))&&s.series,s&&(f&&!t.noSharedTooltip?(c=r.filter(function(n){return n.visible&&!(!f&&n.directTouch)&&i(n.options.enableMouseTracking,!0)&&!n.noSharedTooltip})).forEach(function(n){var t=w(n.points,function(n){return n.x===s.x&&!n.isNull});e(t)&&(n.chart.isBoosting&&(t=n.getPoint(t)),h.push(t))}):h.push(s)),{hoverPoint:s,hoverSeries:t,hoverPoints:h}},runPointActions:function(t,f){var e=this.chart,h=e.tooltip&&e.tooltip.options.enabled?e.tooltip:void 0,l=!!h&&h.shared,o=f||e.hoverPoint,s=o&&o.series||e.hoverSeries,c;if(o=(s=this.getHoverData(o,s,e.series,(!t||"touchmove"!==t.type)&&(!!f||s&&s.directTouch&&this.isDirectTouch),l,t)).hoverPoint,c=s.hoverPoints,f=(s=s.hoverSeries)&&s.tooltipOptions.followPointer,l=l&&s&&!s.noSharedTooltip,o&&(o!==e.hoverPoint||h&&h.isHidden)){if((e.hoverPoints||[]).forEach(function(n){-1===c.indexOf(n)&&n.setState()}),e.hoverSeries!==s&&s.onMouseOver(),this.applyInactiveState(c),(c||[]).forEach(function(n){n.setState("hover")}),e.hoverPoint&&e.hoverPoint.firePointEvent("mouseOut"),!o.series)return;o.firePointEvent("mouseOver");e.hoverPoints=c;e.hoverPoint=o;h&&h.refresh(l?c:o,t)}else f&&h&&!h.isHidden&&(o=h.getAnchor([{}],t),h.updatePosition({plotX:o[0],plotY:o[1]}));this.unDocMouseMove||(this.unDocMouseMove=r(e.container.ownerDocument,"mousemove",function(t){var i=u[n.hoverChartIndex];i&&i.pointer.onDocumentMouseMove(t)}));e.axes.forEach(function(r){var u=i(r.crosshair.snap,!0),f=u?n.find(c,function(n){return n.series[r.coll]===r}):void 0;f||!u?r.drawCrosshair(t,f):r.hideCrosshair()})},applyInactiveState:function(n){var t,i=[];(n||[]).forEach(function(n){i.push(t=n.series);t.linkedParent&&i.push(t.linkedParent);t.linkedSeries&&(i=i.concat(t.linkedSeries));t.navigatorSeries&&i.push(t.navigatorSeries)});this.chart.series.forEach(function(n){-1===i.indexOf(n)?n.setState("inactive",!0):n.options.inactiveOtherPoints&&n.setAllPointsToState("inactive")})},reset:function(n,t){var i=this.chart,o=i.hoverSeries,r=i.hoverPoint,f=i.hoverPoints,u=i.tooltip,e=u&&u.shared?f:r;n&&e&&c(e).forEach(function(t){t.series.isCartesian&&void 0===t.plotX&&(n=!1)});n?u&&e&&c(e).length&&(u.refresh(e),u.shared&&f?f.forEach(function(n){n.setState(n.state,!0);n.series.isCartesian&&(n.series.xAxis.crosshair&&n.series.xAxis.drawCrosshair(null,n),n.series.yAxis.crosshair&&n.series.yAxis.drawCrosshair(null,n))}):r&&(r.setState(r.state,!0),i.axes.forEach(function(n){n.crosshair&&n.drawCrosshair(null,r)}))):(r&&r.onMouseOut(),f&&f.forEach(function(n){n.setState()}),o&&o.onMouseOut(),u&&u.hide(t),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),i.axes.forEach(function(n){n.hideCrosshair()}),this.hoverX=i.hoverPoints=i.hoverPoint=null)},scaleGroups:function(n,t){var i,r=this.chart;r.series.forEach(function(u){i=n||u.getPlotBox();u.xAxis&&u.xAxis.zoomEnabled&&u.group&&(u.group.attr(i),u.markerGroup&&(u.markerGroup.attr(i),u.markerGroup.clip(t?r.clipRect:null)),u.dataLabelsGroup&&u.dataLabelsGroup.attr(i))});r.clipRect.attr(t||r.clipBox)},dragStart:function(n){var t=this.chart;t.mouseIsDown=n.type;t.cancelClick=!1;t.mouseDownX=this.mouseDownX=n.chartX;t.mouseDownY=this.mouseDownY=n.chartY},drag:function(n){var i=this.chart,o=i.options.chart,t=n.chartX,u=n.chartY,v=this.zoomHor,p=this.zoomVert,f=i.plotLeft,e=i.plotTop,c=i.plotWidth,l=i.plotHeight,r=this.selectionMarker,s=this.mouseDownX,h=this.mouseDownY,w=o.panKey&&n[o.panKey+"Key"],a;(!r||!r.touch)&&(t<f?t=f:t>f+c&&(t=f+c),u<e?u=e:u>e+l&&(u=e+l),this.hasDragged=Math.sqrt(Math.pow(s-t,2)+Math.pow(h-u,2)),10<this.hasDragged)&&(a=i.isInsidePlot(s-f,h-e),i.hasCartesianSeries&&(this.zoomX||this.zoomY)&&a&&!w&&!r&&(this.selectionMarker=r=i.renderer.rect(f,e,v?1:c,p?1:l,0).attr({"class":"highcharts-selection-marker",zIndex:7}).add(),i.styledMode||r.attr({fill:o.selectionMarkerFill||y("#335cad").setOpacity(.25).get()})),r&&v&&(t-=s,r.attr({width:Math.abs(t),x:(0<t?0:t)+s})),r&&p&&(t=u-h,r.attr({height:Math.abs(t),y:(0<t?0:t)+h})),a&&!r&&o.panning&&i.pan(n,o.panning))},drop:function(n){var a=this,i=this.chart,r=this.hasPinched;if(this.selectionMarker){var u,e={originalEvent:n,xAxis:[],yAxis:[]},t=this.selectionMarker,c=t.attr?t.attr("x"):t.x,l=t.attr?t.attr("y"):t.y,v=t.attr?t.attr("width"):t.width,y=t.attr?t.attr("height"):t.height;(this.hasDragged||r)&&(i.axes.forEach(function(t){if(t.zoomEnabled&&s(t.min)&&(r||a[{xAxis:"zoomX",yAxis:"zoomY"}[t.coll]])){var i=t.horiz,f="touchend"===n.type?t.minPixelPadding:0,o=t.toValue((i?c:l)+f);i=t.toValue((i?c+v:l+y)-f);e[t.coll].push({axis:t,min:Math.min(o,i),max:Math.max(o,i)});u=!0}}),u&&o(i,"selection",e,function(n){i.zoom(f(n,r?{animation:!1}:null))}));h(i.index)&&(this.selectionMarker=this.selectionMarker.destroy());r&&this.scaleGroups()}i&&h(i.index)&&(p(i.container,{cursor:i._cursor}),i.cancelClick=10<this.hasDragged,i.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},onContainerMouseDown:function(n){2!==(n=this.normalize(n)).button&&(this.zoomOption(n),n.preventDefault&&n.preventDefault(),this.dragStart(n))},onDocumentMouseUp:function(t){u[n.hoverChartIndex]&&u[n.hoverChartIndex].pointer.drop(t)},onDocumentMouseMove:function(n){var t=this.chart,i=this.chartPosition;n=this.normalize(n,i);!i||this.inClass(n.target,"highcharts-tracker")||t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)||this.reset()},onContainerMouseLeave:function(t){var i=u[n.hoverChartIndex];i&&(t.relatedTarget||t.toElement)&&(i.pointer.reset(),i.pointer.chartPosition=void 0)},onContainerMouseMove:function(t){var i=this.chart;s(n.hoverChartIndex)&&u[n.hoverChartIndex]&&u[n.hoverChartIndex].mouseIsDown||(n.hoverChartIndex=i.index);(t=this.normalize(t)).preventDefault||(t.returnValue=!1);"mousedown"===i.mouseIsDown&&this.drag(t);(this.inClass(t.target,"highcharts-tracker")||i.isInsidePlot(t.chartX-i.plotLeft,t.chartY-i.plotTop))&&!i.openMenu&&this.runPointActions(t)},inClass:function(n,t){for(var i;n;){if(i=a(n,"class")){if(-1!==i.indexOf(t))return!0;if(-1!==i.indexOf("highcharts-container"))return!1}n=n.parentNode}},onTrackerMouseOut:function(n){var t=this.chart.hoverSeries;n=n.relatedTarget||n.toElement;this.isDirectTouch=!1;!t||!n||t.stickyTracking||this.inClass(n,"highcharts-tooltip")||this.inClass(n,"highcharts-series-"+t.index)&&this.inClass(n,"highcharts-tracker")||t.onMouseOut()},onContainerClick:function(n){var t=this.chart,i=t.hoverPoint,r=t.plotLeft,u=t.plotTop;n=this.normalize(n);t.cancelClick||(i&&this.inClass(n.target,"highcharts-tracker")?(o(i.series,"click",f(n,{point:i})),t.hoverPoint&&i.firePointEvent("click",n)):(f(n,this.getCoordinates(n)),t.isInsidePlot(n.chartX-r,n.chartY-u)&&o(t,"click",n)))},setDOMEvents:function(){var t=this,i=t.chart.container,u=i.ownerDocument;i.onmousedown=function(n){t.onContainerMouseDown(n)};i.onmousemove=function(n){t.onContainerMouseMove(n)};i.onclick=function(n){t.onContainerClick(n)};this.unbindContainerMouseLeave=r(i,"mouseleave",t.onContainerMouseLeave);n.unbindDocumentMouseUp||(n.unbindDocumentMouseUp=r(u,"mouseup",t.onDocumentMouseUp));n.hasTouch&&(r(i,"touchstart",function(n){t.onContainerTouchStart(n)}),r(i,"touchmove",function(n){t.onContainerTouchMove(n)}),n.unbindDocumentTouchEnd||(n.unbindDocumentTouchEnd=r(u,"touchend",t.onDocumentTouchEnd)))},destroy:function(){var t=this;t.unDocMouseMove&&t.unDocMouseMove();this.unbindContainerMouseLeave();n.chartCount||(n.unbindDocumentMouseUp&&(n.unbindDocumentMouseUp=n.unbindDocumentMouseUp()),n.unbindDocumentTouchEnd&&(n.unbindDocumentTouchEnd=n.unbindDocumentTouchEnd()));clearInterval(t.tooltipTimeout);v(t,function(n,i){t[i]=null})}}}),i(t,"parts/TouchPointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.extend,i=t.pick,u=n.charts,f=n.noop;r(n.Pointer.prototype,{pinchTranslate:function(n,t,i,r,u,f){this.zoomHor&&this.pinchTranslateDirection(!0,n,t,i,r,u,f);this.zoomVert&&this.pinchTranslateDirection(!1,n,t,i,r,u,f)},pinchTranslateDirection:function(n,t,i,r,u,f,e,o){var c,k,a=this.chart,l=n?"x":"y",d=n?"X":"Y",v="chart"+d,it=n?"width":"height",g=a["plot"+(n?"Left":"Top")],s=o||1,nt=a.inverted,y=a.bounds[n?"h":"v"],p=1===t.length,w=t[0][v],h=i[0][v],rt=!p&&t[1][v],b=!p&&i[1][v],tt;((i=function(){!p&&20<Math.abs(w-rt)&&(s=o||Math.abs(h-b)/Math.abs(w-rt));k=(g-h)/s+w;c=a["plot"+(n?"Width":"Height")]/s})(),(t=k)<y.min)?(t=y.min,tt=!0):t+c>y.max&&(t=y.max-c,tt=!0);tt?(h-=.8*(h-e[l][0]),p||(b-=.8*(b-e[l][1])),i()):e[l]=[h,b];nt||(f[l]=k-g,f[it]=c);f=nt?1/s:s;u[it]=c;u[l]=t;r[nt?n?"scaleY":"scaleX":"scale"+d]=s;r["translate"+d]=f*g+(h-f*w)},pinch:function(n){var t=this,e=t.chart,u=t.pinchDown,o=n.touches,s=o.length,h=t.lastValidTouch,l=t.hasZoom,c=t.selectionMarker,a={},y=1===s&&(t.inClass(n.target,"highcharts-tracker")&&e.runTrackerClick||t.runChartClick),v={};1<s&&(t.initiated=!0);l&&t.initiated&&!y&&n.preventDefault();[].map.call(o,function(n){return t.normalize(n)});"touchstart"===n.type?([].forEach.call(o,function(n,t){u[t]={chartX:n.chartX,chartY:n.chartY}}),h.x=[u[0].chartX,u[1]&&u[1].chartX],h.y=[u[0].chartY,u[1]&&u[1].chartY],e.axes.forEach(function(n){if(n.zoomEnabled){var t=e.bounds[n.horiz?"h":"v"],r=n.minPixelPadding,u=n.toPixels(Math.min(i(n.options.min,n.dataMin),n.dataMin)),f=n.toPixels(Math.max(i(n.options.max,n.dataMax),n.dataMax)),o=Math.max(u,f);t.min=Math.min(n.pos,Math.min(u,f)-r);t.max=Math.max(n.pos+n.len,o+r)}}),t.res=!0):t.followTouchMove&&1===s?this.runPointActions(t.normalize(n)):u.length&&(c||(t.selectionMarker=c=r({destroy:f,touch:!0},e.plotBox)),t.pinchTranslate(u,o,a,c,v,h),t.hasPinched=l,t.scaleGroups(a,v),t.res&&(t.res=!1,this.reset(!1,0)))},touch:function(t,r){var u=this.chart,f;(u.index!==n.hoverChartIndex&&this.onContainerMouseLeave({relatedTarget:!0}),n.hoverChartIndex=u.index,1===t.touches.length)?(t=this.normalize(t),u.isInsidePlot(t.chartX-u.plotLeft,t.chartY-u.plotTop)&&!u.openMenu)?((r&&this.runPointActions(t),"touchmove"===t.type)&&(f=!!(r=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(r[0].chartX-t.chartX,2)+Math.pow(r[0].chartY-t.chartY,2))),i(f,!0)&&this.pinch(t)):r&&this.reset():2===t.touches.length&&this.pinch(t)},onContainerTouchStart:function(n){this.zoomOption(n);this.touch(n,!0)},onContainerTouchMove:function(n){this.touch(n)},onDocumentTouchEnd:function(t){u[n.hoverChartIndex]&&u[n.hoverChartIndex].pointer.drop(t)}})}),i(t,"parts/MSPointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var s=t.extend,h=t.objectEach,c=n.addEvent,o=n.charts,l=n.css,a=n.doc,v=n.noop;t=n.Pointer;var y=n.removeEvent,r=n.win,u=n.wrap;if(!n.hasTouch&&(r.PointerEvent||r.MSPointerEvent)){var i={},f=!!r.PointerEvent,p=function(){var n=[];return n.item=function(n){return this[n]},h(i,function(t){n.push({pageX:t.pageX,pageY:t.pageY,target:t.target})}),n},e=function(t,i,r,u){("touch"===t.pointerType||t.pointerType===t.MSPOINTER_TYPE_TOUCH)&&o[n.hoverChartIndex]&&(u(t),(u=o[n.hoverChartIndex].pointer)[i]({type:r,target:t.currentTarget,preventDefault:v,touches:p()}))};s(t.prototype,{onContainerPointerDown:function(n){e(n,"onContainerTouchStart","touchstart",function(n){i[n.pointerId]={pageX:n.pageX,pageY:n.pageY,target:n.currentTarget}})},onContainerPointerMove:function(n){e(n,"onContainerTouchMove","touchmove",function(n){i[n.pointerId]={pageX:n.pageX,pageY:n.pageY};i[n.pointerId].target||(i[n.pointerId].target=n.currentTarget)})},onDocumentPointerUp:function(n){e(n,"onDocumentTouchEnd","touchend",function(n){delete i[n.pointerId]})},batchMSEvents:function(n){n(this.chart.container,f?"pointerdown":"MSPointerDown",this.onContainerPointerDown);n(this.chart.container,f?"pointermove":"MSPointerMove",this.onContainerPointerMove);n(a,f?"pointerup":"MSPointerUp",this.onDocumentPointerUp)}});u(t.prototype,"init",function(n,t,i){n.call(this,t,i);this.hasZoom&&l(t.container,{"-ms-touch-action":"none","touch-action":"none"})});u(t.prototype,"setDOMEvents",function(n){n.apply(this);(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(c)});u(t.prototype,"destroy",function(n){this.batchMSEvents(y);n.call(this)})}}),i(t,"parts/Legend.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.defined,h=t.discardElement,c=t.isNumber,i=t.pick,l=t.setAnimation,e=n.addEvent,a=n.css,u=n.fireEvent;t=n.isFirefox;var o=n.marginNames,r=n.merge,v=n.stableSort,s=n.win,y=n.wrap;n.Legend=function(n,t){this.init(n,t)};n.Legend.prototype={init:function(n,t){this.chart=n;this.setOptions(t);t.enabled&&(this.render(),e(this.chart,"endResize",function(){this.legend.positionCheckboxes()}),this.proximate?this.unchartrender=e(this.chart,"render",function(){this.legend.proximatePositions();this.legend.positionItems()}):this.unchartrender&&this.unchartrender())},setOptions:function(n){var t=i(n.padding,8);this.options=n;this.chart.styledMode||(this.itemStyle=n.itemStyle,this.itemHiddenStyle=r(this.itemStyle,n.itemHiddenStyle));this.itemMarginTop=n.itemMarginTop||0;this.itemMarginBottom=n.itemMarginBottom||0;this.padding=t;this.initialItemY=t-5;this.symbolWidth=i(n.symbolWidth,16);this.pages=[];this.proximate="proximate"===n.layout&&!this.chart.inverted},update:function(n,t){var f=this.chart;this.setOptions(r(!0,this.options,n));this.destroy();f.isDirtyLegend=f.isDirtyBox=!0;i(t,!0)&&f.redraw();u(this,"afterUpdate")},colorizeItem:function(n,t){if(n.legendGroup[t?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var i=this.options,o=n.legendItem,s=n.legendLine,f=n.legendSymbol,e=this.itemHiddenStyle.color;i=t?i.itemStyle.color:e;var h=t&&n.color||e,c=n.options&&n.options.marker,r={fill:h};o&&o.css({fill:i,color:i});s&&s.attr({stroke:h});f&&(c&&f.isMarker&&(r=n.pointAttribs(),t||(r.stroke=r.fill=e)),f.attr(r))}u(this,"afterColorizeItem",{item:n,visible:t})},positionItems:function(){this.allItems.forEach(this.positionItem,this);this.chart.isResizing||this.positionCheckboxes()},positionItem:function(n){var i=this.options,e=i.symbolPadding,t,r,u;i=!i.rtl;t=n._legendItemPos;r=t[0];t=t[1];u=n.checkbox;(n=n.legendGroup)&&n.element&&n[f(n.translateY)?"animate":"attr"]({translateX:i?r:this.legendWidth-r-2*e-4,translateY:t});u&&(u.x=r,u.y=t)},destroyItem:function(n){var t=n.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach(function(t){n[t]&&(n[t]=n[t].destroy())});t&&h(n.checkbox)},destroy:function(){function n(n){this[n]&&(this[n]=this[n].destroy())}this.getAllItems().forEach(function(t){["legendItem","legendGroup"].forEach(n,t)});"clipRect up down pager nav box title group".split(" ").forEach(n,this);this.display=null},positionCheckboxes:function(){var t=this.group&&this.group.alignAttr,i=this.clipHeight||this.legendHeight,r=this.titleHeight,n;t&&(n=t.translateY,this.allItems.forEach(function(u){var f=u.checkbox,e;f&&(e=n+r+f.y+(this.scrollOffset||0)+3,a(f,{left:t.translateX+u.checkboxOffset+f.x-20+"px",top:e+"px",display:this.proximate||e>n-6&&e<n+i-6?"":"none"}))},this))},renderTitle:function(){var n=this.options,r=this.padding,t=n.title,i=0;t.text&&(this.title||(this.title=this.chart.renderer.label(t.text,r-3,r-4,null,null,null,n.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(t.style),this.title.add(this.group)),t.width||this.title.css({width:this.maxLegendWidth+"px"}),i=(n=this.title.getBBox()).height,this.offsetWidth=n.width,this.contentGroup.attr({translateY:i}));this.titleHeight=i},setText:function(t){var i=this.options;t.legendItem.attr({text:i.labelFormat?n.format(i.labelFormat,t,this.chart.time):i.labelFormatter.call(t)})},renderItem:function(n){var u=this.chart,s=u.renderer,f=this.options,y=this.symbolWidth,h=f.symbolPadding,c=this.itemStyle,b=this.itemHiddenStyle,e="horizontal"===f.layout?i(f.itemDistance,20):0,p=!f.rtl,t=n.legendItem,w=!n.series,l=!w&&n.series.drawLegendSymbol?n.series:n,o=l.options,a,v;e=y+h+e+((o=this.createCheckboxForItem&&o&&o.showCheckbox)?20:0);a=f.useHTML;v=n.options.className;t||(n.legendGroup=s.g("legend-item").addClass("highcharts-"+l.type+"-series highcharts-color-"+n.colorIndex+(v?" "+v:"")+(w?" highcharts-series-"+n.index:"")).attr({zIndex:1}).add(this.scrollGroup),n.legendItem=t=s.text("",p?y+h:-h,this.baseline||0,a),u.styledMode||t.css(r(n.visible?c:b)),t.attr({align:p?"left":"right",zIndex:2}).add(n.legendGroup),this.baseline||(this.fontMetrics=s.fontMetrics(u.styledMode?12:c.fontSize,t),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,t.attr("y",this.baseline)),this.symbolHeight=f.symbolHeight||this.fontMetrics.f,l.drawLegendSymbol(this,n),this.setItemEvents&&this.setItemEvents(n,t,a));o&&!n.checkbox&&this.createCheckboxForItem(n);this.colorizeItem(n,n.visible);!u.styledMode&&c.width||t.css({width:(f.itemWidth||this.widthOption||u.spacingBox.width)-e});this.setText(n);u=t.getBBox();n.itemWidth=n.checkboxOffset=f.itemWidth||n.legendItemWidth||u.width+e;this.maxItemWidth=Math.max(this.maxItemWidth,n.itemWidth);this.totalItemWidth+=n.itemWidth;this.itemHeight=n.itemHeight=Math.round(n.legendItemHeight||u.height||this.symbolHeight)},layoutItem:function(n){var t=this.options,r=this.padding,u="horizontal"===t.layout,f=n.itemHeight,e=this.itemMarginBottom,o=this.itemMarginTop,h=u?i(t.itemDistance,20):0,s=this.maxLegendWidth;t=t.alignColumns&&this.totalItemWidth>s?this.maxItemWidth:n.itemWidth;u&&this.itemX-r+t>s&&(this.itemX=r,this.lastLineHeight&&(this.itemY+=o+this.lastLineHeight+e),this.lastLineHeight=0);this.lastItemY=o+this.itemY+e;this.lastLineHeight=Math.max(f,this.lastLineHeight);n._legendItemPos=[this.itemX,this.itemY];u?this.itemX+=t:(this.itemY+=o+f+e,this.lastLineHeight=f);this.offsetWidth=this.widthOption||Math.max((u?this.itemX-r-(n.checkbox?0:h):t)+r,this.offsetWidth)},getAllItems:function(){var n=[];return this.chart.series.forEach(function(t){var r=t&&t.options;t&&i(r.showInLegend,!f(r.linkedTo)&&void 0,!0)&&(n=n.concat(t.legendItems||("point"===r.legendType?t.data:t)))}),u(this,"afterGetAllItems",{allItems:n}),n},getAlignment:function(){var n=this.options;return this.proximate?n.align.charAt(0)+"tv":n.floating?"":n.align.charAt(0)+n.verticalAlign.charAt(0)+n.layout.charAt(0)},adjustMargins:function(n,t){var r=this.chart,u=this.options,e=this.getAlignment();e&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach(function(s,h){s.test(e)&&!f(n[h])&&(r[o[h]]=Math.max(r[o[h]],r.legend[(h+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][h]*u[h%2?"x":"y"]+i(u.margin,12)+t[h]+(r.titleOffset[h]||0)))})},proximatePositions:function(){var t=this.chart,i=[],r="left"===this.options.align;this.allItems.forEach(function(u){var e=r,f,o;u.yAxis&&u.points&&(u.xAxis.options.reversed&&(e=!e),f=n.find(e?u.points:u.points.slice(0).reverse(),function(n){return c(n.plotY)}),e=this.itemMarginTop+u.legendItem.getBBox().height+this.itemMarginBottom,o=u.yAxis.top-t.plotTop,u.visible?(f=f?f.plotY:u.yAxis.height,f+=o-.3*e):f=o+u.yAxis.height,i.push({target:f,size:e,item:u}))},this);n.distribute(i,t.plotHeight);i.forEach(function(n){n.item._legendItemPos[1]=t.plotTop-t.spacing[0]+n.pos})},render:function(){var l,f=this.chart,o=f.renderer,h=this.group,i=this.box,e=this.options,c=this.padding,t,s;this.itemX=c;this.itemY=this.initialItemY;this.lastItemY=this.offsetWidth=0;this.widthOption=n.relativeLength(e.width,f.spacingBox.width-c);t=f.spacingBox.width-2*c-e.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(t/=2);this.maxLegendWidth=this.widthOption||t;h||(this.group=h=o.g("legend").attr({zIndex:7}).add(),this.contentGroup=o.g().attr({zIndex:1}).add(h),this.scrollGroup=o.g().add(this.contentGroup));this.renderTitle();t=this.getAllItems();v(t,function(n,t){return(n.options&&n.options.legendIndex||0)-(t.options&&t.options.legendIndex||0)});e.reversed&&t.reverse();this.allItems=t;this.display=l=!!t.length;this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0;t.forEach(this.renderItem,this);t.forEach(this.layoutItem,this);t=(this.widthOption||this.offsetWidth)+c;s=this.lastItemY+this.lastLineHeight+this.titleHeight;s=this.handleOverflow(s);s+=c;i||(this.box=i=o.rect().addClass("highcharts-legend-box").attr({r:e.borderRadius}).add(h),i.isNew=!0);f.styledMode||i.attr({stroke:e.borderColor,"stroke-width":e.borderWidth||0,fill:e.backgroundColor||"none"}).shadow(e.shadow);0<t&&0<s&&(i[i.isNew?"attr":"animate"](i.crisp.call({},{x:0,y:0,width:t,height:s},i.strokeWidth())),i.isNew=!1);i[l?"show":"hide"]();f.styledMode&&"none"===h.getStyle("display")&&(t=s=0);this.legendWidth=t;this.legendHeight=s;l&&(i=(o=f.spacingBox).y,/(lth|ct|rth)/.test(this.getAlignment())&&0<f.titleOffset[0]?i+=f.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<f.titleOffset[2]&&(i-=f.titleOffset[2]),i!==o.y&&(o=r(o,{y:i})),h.align(r(e,{width:t,height:s,verticalAlign:this.proximate?"top":e.verticalAlign}),!0,o));this.proximate||this.positionItems();u(this,"afterRender")},handleOverflow:function(n){var t=this,a=this.chart,s=a.renderer,f=this.options,r=f.y,l=this.padding;r=a.spacingBox.height+("top"===f.verticalAlign?-r:r)-l;var v,h,w=f.maxHeight,c=this.clipRect,y=f.navigation,b=i(y.animation,!0),e=y.arrowSize||12,u=this.nav,o=this.pages,p=this.allItems,k=function(n){"number"==typeof n?c.attr({height:n}):c&&(t.clipRect=c.destroy(),t.contentGroup.clip());t.contentGroup.div&&(t.contentGroup.div.style.clip=n?"rect("+l+"px,9999px,"+(l+n)+"px,0)":"auto")},d=function(n){return t[n]=s.circle(0,0,1.3*e).translate(e/2,e/2).add(u),a.styledMode||t[n].attr("fill","rgba(0,0,0,0.0001)"),t[n]};return"horizontal"!==f.layout||"middle"===f.verticalAlign||f.floating||(r/=2),w&&(r=Math.min(r,w)),o.length=0,n>r&&!1!==y.enabled?(this.clipHeight=v=Math.max(r-20-this.titleHeight-l,0),this.currentPage=i(this.currentPage,1),this.fullHeight=n,p.forEach(function(n,t){var i=n._legendItemPos[1],u=Math.round(n.legendItem.getBBox().height),r=o.length;(!r||i-o[r-1]>v&&(h||i)!==o[r-1])&&(o.push(h||i),r++);n.pageIx=r-1;h&&(p[t-1].pageIx=r-1);t===p.length-1&&i+u-o[r-1]>v&&i!==h&&(o.push(i),n.pageIx=r);i!==h&&(h=i)}),c||(c=t.clipRect=s.clipRect(0,l,9999,0),t.contentGroup.clip(c)),k(v),u||(this.nav=u=s.g().attr({zIndex:1}).add(this.group),this.up=s.symbol("triangle",0,0,e,e).add(u),d("upTracker").on("click",function(){t.scroll(-1,b)}),this.pager=s.text("",15,10).addClass("highcharts-legend-navigation"),a.styledMode||this.pager.css(y.style),this.pager.add(u),this.down=s.symbol("triangle-down",0,0,e,e).add(u),d("downTracker").on("click",function(){t.scroll(1,b)})),t.scroll(0),n=r):u&&(k(),this.nav=u.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),n},scroll:function(n,t){var f=this.pages,r=f.length,i=this.currentPage+n;n=this.clipHeight;var u=this.options.navigation,e=this.pager,o=this.padding;i>r&&(i=r);0<i&&(void 0!==t&&l(t,this.chart),this.nav.attr({translateX:o,translateY:n+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach(function(n){n.attr({"class":1===i?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),e.attr({text:i+"/"+r}),[this.down,this.downTracker].forEach(function(n){n.attr({x:18+this.pager.getBBox().width,"class":i===r?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})},this),this.chart.styledMode||(this.up.attr({fill:1===i?u.inactiveColor:u.activeColor}),this.upTracker.css({cursor:1===i?"default":"pointer"}),this.down.attr({fill:i===r?u.inactiveColor:u.activeColor}),this.downTracker.css({cursor:i===r?"default":"pointer"})),this.scrollOffset=-f[i-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=i,this.positionCheckboxes())}};n.LegendSymbolMixin={drawRectangle:function(n,t){var r=n.symbolHeight,u=n.options.squareSymbol;t.legendSymbol=this.chart.renderer.rect(u?(n.symbolWidth-r)/2:0,n.baseline-r+1,u?r:n.symbolWidth,r,i(n.options.symbolRadius,r/2)).addClass("highcharts-point").attr({zIndex:3}).add(t.legendGroup)},drawLineMarker:function(n){var t=this.options,u=t.marker,e=n.symbolWidth,o=n.symbolHeight,s=o/2,h=this.chart.renderer,c=this.legendGroup,f;n=n.baseline-Math.round(.3*n.fontMetrics.b);f={};this.chart.styledMode||(f={"stroke-width":t.lineWidth||0},t.dashStyle&&(f.dashstyle=t.dashStyle));this.legendLine=h.path(["M",0,n,"L",e,n]).addClass("highcharts-graph").attr(f).add(c);u&&!1!==u.enabled&&e&&(t=Math.min(i(u.radius,s),s),0===this.symbol.indexOf("url")&&(u=r(u,{width:o,height:o}),t=0),this.legendSymbol=u=h.symbol(this.symbol,e/2-t,n-t,2*t,2*t,u).addClass("highcharts-point").add(c),u.isMarker=!0)}};(/Trident\/7\.0/.test(s.navigator&&s.navigator.userAgent)||t)&&y(n.Legend.prototype,"positionItem",function(n,t){var i=this,r=function(){t._legendItemPos&&n.call(i,t)};r();i.bubbleLegend||setTimeout(r)})}),i(t,"parts/Chart.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var w=t.attr,r=t.defined,ft=t.discardElement,et=t.erase,e=t.extend,ot=t.isArray,st=t.isNumber,b=t.isObject,c=t.isString,l=t.objectEach,o=t.pick,a=t.pInt,k=t.setAnimation,d=t.splat,g=t.syncTimeout,v=n.addEvent,ht=n.animate,ct=n.animObject,f=n.doc,lt=n.Axis,at=n.createElement,vt=n.defaultOptions,u=n.charts,nt=n.css,y=n.find,i=n.fireEvent,yt=n.Legend,tt=n.marginNames,s=n.merge,it=n.Pointer,rt=n.removeEvent,p=n.seriesTypes,h=n.win,ut=n.Chart=function(){this.getArgs.apply(this,arguments)};n.chart=function(n,t,i){return new ut(n,t,i)};e(ut.prototype,{callbacks:[],getArgs:function(){var n=[].slice.call(arguments);(c(n[0])||n[0].nodeName)&&(this.renderTo=n.shift());this.init(n[0],n[1])},init:function(t,r){var f,o=t.series,e=t.plotOptions||{};i(this,"init",{args:arguments},function(){var c,a,h;t.series=null;f=s(vt,t);l(f.plotOptions,function(n,t){b(n)&&(n.tooltip=e[t]&&s(e[t].tooltip)||void 0)});f.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip;f.series=t.series=o;this.userOptions=t;c=f.chart;a=c.events;this.margin=[];this.spacing=[];this.bounds={h:{},v:{}};this.labelCollectors=[];this.callback=r;this.isResizing=0;this.options=f;this.axes=[];this.series=[];this.time=t.time&&Object.keys(t.time).length?new n.Time(t.time):n.time;this.styledMode=c.styledMode;this.hasCartesianSeries=c.showAxes;h=this;h.index=u.length;u.push(h);n.chartCount++;a&&l(a,function(t,i){n.isFunction(t)&&v(h,i,t)});h.xAxis=[];h.yAxis=[];h.pointCount=h.colorCounter=h.symbolCounter=0;i(h,"afterInit");h.firstRender()})},initSeries:function(t){var i=this.options.chart,r=p[i=t.type||i.type||i.defaultSeriesType];return r||n.error(17,!0,this,{missingModuleFor:i}),(i=new r).init(this,t),i},orderSeries:function(n){var t=this.series;for(n=n||0;n<t.length;n++)t[n]&&(t[n].index=n,t[n].name=t[n].getName())},isInsidePlot:function(n,t,i){var r=i?t:n;return n=i?n:t,0<=r&&r<=this.plotWidth&&0<=n&&n<=this.plotHeight},redraw:function(n){var r,f,l;i(this,"beforeRedraw");var o=this.axes,t=this.series,a=this.pointer,s=this.legend,h=this.userOptions.legend,c=this.isDirtyLegend,v=this.hasCartesianSeries,u=this.isDirtyBox,y=this.renderer,p=y.isHidden(),w=[];for(this.setResponsive&&this.setResponsive(!1),k(n,this),p&&this.temporaryDisplay(),this.layOutTitles(),n=t.length;n--;)if(r=t[n],r.options.stacking&&(f=!0,r.isDirty)){l=!0;break}if(l)for(n=t.length;n--;)(r=t[n]).options.stacking&&(r.isDirty=!0);t.forEach(function(n){n.isDirty&&("point"===n.options.legendType?(n.updateTotals&&n.updateTotals(),c=!0):h&&(h.labelFormatter||h.labelFormat)&&(c=!0));n.isDirtyData&&i(n,"updatedData")});c&&s&&s.options.enabled&&(s.render(),this.isDirtyLegend=!1);f&&this.getStacks();v&&o.forEach(function(n){n.updateNames();n.setScale()});this.getMargins();v&&(o.forEach(function(n){n.isDirty&&(u=!0)}),o.forEach(function(n){var t=n.min+","+n.max;n.extKey!==t&&(n.extKey=t,w.push(function(){i(n,"afterSetExtremes",e(n.eventArgs,n.getExtremes()));delete n.eventArgs}));(u||f)&&n.redraw()}));u&&this.drawChartBox();i(this,"predraw");t.forEach(function(n){(u||n.isDirty)&&n.visible&&n.redraw();n.isDirtyData=!1});a&&a.reset(!0);y.draw();i(this,"redraw");i(this,"render");p&&this.temporaryDisplay(!0);w.forEach(function(n){n.call()})},get:function(n){function t(t){return t.id===n||t.options&&t.options.id===n}for(var u=this.series,i=y(this.axes,t)||y(this.series,t),r=0;!i&&r<u.length;r++)i=y(u[r].points||[],t);return i},getAxes:function(){var r=this,n=this.options,t=n.xAxis=d(n.xAxis||{});n=n.yAxis=d(n.yAxis||{});i(this,"getAxes");t.forEach(function(n,t){n.index=t;n.isX=!0});n.forEach(function(n,t){n.index=t});t.concat(n).forEach(function(n){new lt(r,n)});i(this,"afterGetAxes")},getSelectedPoints:function(){var n=[];return this.series.forEach(function(t){n=n.concat((t[t.hasGroupedData?"points":"data"]||[]).filter(function(n){return o(n.selectedStaging,n.selected)}))}),n},getSelectedSeries:function(){return this.series.filter(function(n){return n.selected})},setTitle:function(n,t,i){this.applyDescription("title",n);this.applyDescription("subtitle",t);this.applyDescription("caption",void 0);this.layOutTitles(i)},applyDescription:function(n,t){var u=this,i="title"===n?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"},r;i=this.options[n]=s(!this.styledMode&&{style:i},this.options[n],t);r=this[n];r&&t&&(this[n]=r=r.destroy());i&&!r&&((r=this.renderer.text(i.text,0,0,i.useHTML).attr({align:i.align,"class":"highcharts-"+n,zIndex:i.zIndex||4}).add()).update=function(t){u[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[n]](t)},this.styledMode||r.css(i.style),this[n]=r)},layOutTitles:function(n){var t=[0,0,0],u=this.renderer,f=this.spacingBox,r;["title","subtitle","caption"].forEach(function(n){var r=this[n],i=this.options[n],s=i.verticalAlign||"top",o,h;(n="title"===n?-3:"top"===s?t[0]+2:0,r)&&(this.styledMode||(o=i.style.fontSize),o=u.fontMetrics(o,r).b,r.css({width:(i.width||f.width+(i.widthAdjust||0))+"px"}),h=Math.round(r.getBBox(i.useHTML).height),r.align(e({y:"bottom"===s?o:n+o,height:h},i),!1,"spacingBox"),i.floating||("top"===s?t[0]=Math.ceil(t[0]+h):"bottom"===s&&(t[2]=Math.ceil(t[2]+h))))},this);t[0]&&"top"===(this.options.title.verticalAlign||"top")&&(t[0]+=this.options.title.margin);t[2]&&"bottom"===this.options.caption.verticalAlign&&(t[2]+=this.options.caption.margin);r=!this.titleOffset||this.titleOffset.join(",")!==t.join(",");this.titleOffset=t;i(this,"afterLayOutTitles");!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&o(n,!0)&&this.isDirtyBox&&this.redraw())},getChartSize:function(){var t=this.options.chart,u=t.width,i;t=t.height;i=this.renderTo;r(u)||(this.containerWidth=n.getStyle(i,"width"));r(t)||(this.containerHeight=n.getStyle(i,"height"));this.chartWidth=Math.max(0,u||this.containerWidth||600);this.chartHeight=Math.max(0,n.relativeLength(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},temporaryDisplay:function(t){var i=this.renderTo;if(t)for(;i&&i.style;)i.hcOrigStyle&&(n.css(i,i.hcOrigStyle),delete i.hcOrigStyle),i.hcOrigDetached&&(f.body.removeChild(i),i.hcOrigDetached=!1),i=i.parentNode;else for(;i&&i.style&&(f.body.contains(i)||i.parentNode||(i.hcOrigDetached=!0,f.body.appendChild(i)),("none"===n.getStyle(i,"display",!1)||i.hcOricDetached)&&(i.hcOrigStyle={display:i.style.display,height:i.style.height,overflow:i.style.overflow},t={display:"block",overflow:"hidden"},i!==this.renderTo&&(t.height=0),n.css(i,t),i.offsetWidth||i.style.setProperty("display","block","important")),(i=i.parentNode)!==f.body););},setClassName:function(n){this.container.className="highcharts-container "+(n||"")},getContainer:function(){var l,v,s=this.options,o=s.chart,t=this.renderTo,y=n.uniqueKey(),r,h;if(t||(this.renderTo=t=o.renderTo),c(t)&&(this.renderTo=t=f.getElementById(t)),t||n.error(13,!0,this),r=a(w(t,"data-highcharts-chart")),st(r)&&u[r]&&u[r].hasRendered&&u[r].destroy(),w(t,"data-highcharts-chart",this.index),t.innerHTML="",o.skipClone||t.offsetWidth||this.temporaryDisplay(),this.getChartSize(),r=this.chartWidth,h=this.chartHeight,nt(t,{overflow:"hidden"}),this.styledMode||(l=e({position:"relative",overflow:"hidden",width:r+"px",height:h+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)"},o.style)),this.container=t=at("div",{id:y},l,t),this._cursor=t.style.cursor,this.renderer=new(n[o.renderer]||n.Renderer)(t,r,h,null,o.forExport,s.exporting&&s.exporting.allowHTML,this.styledMode),this.setClassName(o.className),this.styledMode)for(v in s.defs)this.renderer.definition(s.defs[v]);else this.renderer.setStyle(o.style);this.renderer.chartIndex=this.index;i(this,"afterGetContainer")},getMargins:function(n){var u=this.spacing,f=this.margin,t=this.titleOffset;this.resetMargins();t[0]&&!r(f[0])&&(this.plotTop=Math.max(this.plotTop,t[0]+u[0]));t[2]&&!r(f[2])&&(this.marginBottom=Math.max(this.marginBottom,t[2]+u[2]));this.legend&&this.legend.display&&this.legend.adjustMargins(f,u);i(this,"getMargins");n||this.getAxisMargins()},getAxisMargins:function(){var n=this,u=n.axisOffset=[0,0,0,0],t=n.colorAxis,f=n.margin,i=function(n){n.forEach(function(n){n.visible&&n.getOffset()})};n.hasCartesianSeries?i(n.axes):t&&t.length&&i(t);tt.forEach(function(t,i){r(f[i])||(n[t]+=u[i])});n.setChartSize()},reflow:function(t){var i=this,u=i.options.chart,e=i.renderTo,s=r(u.width)&&r(u.height),o=u.width||n.getStyle(e,"width");u=u.height||n.getStyle(e,"height");e=t?t.target:h;s||i.isPrinting||!o||!u||e!==h&&e!==f||(o===i.containerWidth&&u===i.containerHeight||(n.clearTimeout(i.reflowTimeout),i.reflowTimeout=g(function(){i.container&&i.setSize(void 0,void 0,!1)},t?100:0)),i.containerWidth=o,i.containerHeight=u)},setReflow:function(n){var t=this;!1===n||this.unbindReflow?!1===n&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=v(h,"resize",function(n){t.options&&t.reflow(n)}),v(this,"destroy",this.unbindReflow))},setSize:function(n,t,r){var u=this,e=u.renderer,f;(u.isResizing+=1,k(r,u),u.oldChartHeight=u.chartHeight,u.oldChartWidth=u.chartWidth,void 0!==n&&(u.options.chart.width=n),void 0!==t&&(u.options.chart.height=t),u.getChartSize(),u.styledMode)||(f=e.globalAnimation,(f?ht:nt)(u.container,{width:u.chartWidth+"px",height:u.chartHeight+"px"},f));u.setChartSize(!0);e.setSize(u.chartWidth,u.chartHeight,r);u.axes.forEach(function(n){n.isDirty=!0;n.setScale()});u.isDirtyLegend=!0;u.isDirtyBox=!0;u.layOutTitles();u.getMargins();u.redraw(r);u.oldChartHeight=null;i(u,"resize");g(function(){u&&i(u,"endResize",null,function(){--u.isResizing})},ct(f).duration||0)},setChartSize:function(n){var h,c,e,o,u=this.inverted,f=this.renderer,t=this.chartWidth,l=this.chartHeight,a=this.options.chart,r=this.spacing,s=this.clipOffset;this.plotLeft=h=Math.round(this.plotLeft);this.plotTop=c=Math.round(this.plotTop);this.plotWidth=e=Math.max(0,Math.round(t-h-this.marginRight));this.plotHeight=o=Math.max(0,Math.round(l-c-this.marginBottom));this.plotSizeX=u?o:e;this.plotSizeY=u?e:o;this.plotBorderWidth=a.plotBorderWidth||0;this.spacingBox=f.spacingBox={x:r[3],y:r[0],width:t-r[3]-r[1],height:l-r[0]-r[2]};this.plotBox=f.plotBox={x:h,y:c,width:e,height:o};t=2*Math.floor(this.plotBorderWidth/2);u=Math.ceil(Math.max(t,s[3])/2);f=Math.ceil(Math.max(t,s[0])/2);this.clipBox={x:u,y:f,width:Math.floor(this.plotSizeX-Math.max(t,s[1])/2-u),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(t,s[2])/2-f))};n||this.axes.forEach(function(n){n.setAxisSize();n.setAxisTranslation()});i(this,"afterSetChartSize",{skipAxes:n})},resetMargins:function(){i(this,"resetMargins");var n=this,t=n.options.chart;["margin","spacing"].forEach(function(i){var r=t[i],u=b(r)?r:[r,r,r,r];["Top","Right","Bottom","Left"].forEach(function(r,f){n[i][f]=o(t[i+r],u[f])})});tt.forEach(function(t,i){n[t]=o(n.margin[i],n.spacing[i])});n.axisOffset=[0,0,0,0];n.clipOffset=[0,0,0,0]},drawChartBox:function(){var r,n=this.options.chart,o=this.renderer,g=this.chartWidth,nt=this.chartHeight,u=this.chartBackground,h=this.plotBackground,f=this.plotBorder,c=this.styledMode,a=this.plotBGImage,s=n.backgroundColor,tt=n.plotBackgroundColor,v=n.plotBackgroundImage,y=this.plotLeft,p=this.plotTop,w=this.plotWidth,b=this.plotHeight,k=this.plotBox,d=this.clipRect,l=this.clipBox,t="animate",e;(u||(this.chartBackground=u=o.rect().addClass("highcharts-background").add(),t="attr"),c)?e=r=u.strokeWidth():(r=(e=n.borderWidth||0)+(n.shadow?8:0),s={fill:s||"none"},(e||u["stroke-width"])&&(s.stroke=n.borderColor,s["stroke-width"]=e),u.attr(s).shadow(n.shadow));u[t]({x:r/2,y:r/2,width:g-r-e%2,height:nt-r-e%2,r:n.borderRadius});t="animate";h||(t="attr",this.plotBackground=h=o.rect().addClass("highcharts-plot-background").add());h[t](k);c||(h.attr({fill:tt||"none"}).shadow(n.plotShadow),v&&(a?a.animate(k):this.plotBGImage=o.image(v,y,p,w,b).add()));d?d.animate({width:l.width,height:l.height}):this.clipRect=o.clipRect(l);t="animate";f||(t="attr",this.plotBorder=f=o.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add());c||f.attr({stroke:n.plotBorderColor,"stroke-width":n.plotBorderWidth||0,fill:"none"});f[t](f.crisp({x:y,y:p,width:w,height:b},-f.strokeWidth()));this.isDirtyBox=!1;i(this,"afterDrawChartBox")},propFromSeries:function(){var n,i,t,r=this,u=r.options.chart,f=r.options.series;["inverted","angular","polar"].forEach(function(e){for(n=p[u.type||u.defaultSeriesType],t=u[e]||n&&n.prototype[e],i=f&&f.length;!t&&i--;)(n=p[f[i].type])&&n.prototype[e]&&(t=!0);r[e]=t})},linkSeries:function(){var n=this,t=n.series;t.forEach(function(n){n.linkedSeries.length=0});t.forEach(function(t){var i=t.options.linkedTo;c(i)&&(i=":previous"===i?n.series[t.index-1]:n.get(i))&&i.linkedParent!==t&&(i.linkedSeries.push(t),t.linkedParent=i,t.visible=o(t.options.visible,i.options.visible,t.visible))});i(this,"afterLinkSeries")},renderSeries:function(){this.series.forEach(function(n){n.translate();n.render()})},renderLabels:function(){var n=this,t=n.options.labels;t.items&&t.items.forEach(function(i){var r=e(t.style,i.style),u=a(r.left)+n.plotLeft,f=a(r.top)+n.plotTop+12;delete r.left;delete r.top;n.renderer.text(i.html,u,f).attr({zIndex:2}).css(r).add()})},render:function(){var n=this.axes,t=this.colorAxis,s=this.renderer,i=this.options,f=0,e=function(n){n.forEach(function(n){n.visible&&n.render()})},o,r,u;this.setTitle();this.legend=new yt(this,i.legend);this.getStacks&&this.getStacks();this.getMargins(!0);this.setChartSize();i=this.plotWidth;n.some(function(n){if(n.horiz&&n.visible&&n.options.labels.enabled&&n.series.length)return f=21,!0});o=this.plotHeight=Math.max(this.plotHeight-f,0);n.forEach(function(n){n.setScale()});this.getAxisMargins();r=1.1<i/this.plotWidth;u=1.05<o/this.plotHeight;(r||u)&&(n.forEach(function(n){(n.horiz&&r||!n.horiz&&u)&&n.setTickInterval(!0)}),this.getMargins());this.drawChartBox();this.hasCartesianSeries?e(n):t&&t.length&&e(t);this.seriesGroup||(this.seriesGroup=s.g("series-group").attr({zIndex:3}).add());this.renderSeries();this.renderLabels();this.addCredits();this.setResponsive&&this.setResponsive();this.updateContainerScaling();this.hasRendered=!0},addCredits:function(n){var t=this;(n=s(!0,this.options.credits,n)).enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",function(){n.href&&(h.location.href=n.href)}).attr({align:n.position.align,zIndex:8}),t.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(n){t.credits=t.credits.destroy();t.addCredits(n)})},updateContainerScaling:function(){var n=this.container,t,i;n.offsetWidth&&n.offsetHeight&&n.getBoundingClientRect&&(t=n.getBoundingClientRect(),i=t.width/n.offsetWidth,n=t.height/n.offsetHeight,1!==i||1!==n?this.containerScaling={scaleX:i,scaleY:n}:delete this.containerScaling)},destroy:function(){var r,t=this,e=t.axes,o=t.series,f=t.container,s=f&&f.parentNode;for(i(t,"destroy"),t.renderer.forExport?et(u,t):u[t.index]=void 0,n.chartCount--,t.renderTo.removeAttribute("data-highcharts-chart"),rt(t),r=e.length;r--;)e[r]=e[r].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),r=o.length;r--;)o[r]=o[r].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach(function(n){var i=t[n];i&&i.destroy&&(t[n]=i.destroy())});f&&(f.innerHTML="",rt(f),s&&ft(f));l(t,function(n,i){delete t[i]})},firstRender:function(){var n=this,t=n.options;n.isReadyToRender&&!n.isReadyToRender()||(n.getContainer(),n.resetMargins(),n.setChartSize(),n.propFromSeries(),n.getAxes(),(ot(t.series)?t.series:[]).forEach(function(t){n.initSeries(t)}),n.linkSeries(),i(n,"beforeRender"),it&&(n.pointer=new it(n,t)),n.render(),!n.renderer.imgCount&&n.onload&&n.onload(),n.temporaryDisplay(!0))},onload:function(){this.callbacks.concat([this.callback]).forEach(function(n){n&&void 0!==this.index&&n.apply(this,[this])},this);i(this,"load");i(this,"render");r(this.index)&&this.setReflow(this.options.chart.reflow);this.onload=null}})}),i(t,"parts/ScrollablePlotArea.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.pick,i=n.addEvent;i(t=n.Chart,"afterSetChartSize",function(t){var r=this.options.chart.scrollablePlotArea,i=r&&r.minWidth,u;(r=r&&r.minHeight,this.renderer.forExport)||(i?(this.scrollablePixelsX=i=Math.max(0,i-this.chartWidth))&&(this.plotWidth+=i,this.inverted?(this.clipBox.height+=i,this.plotBox.height+=i):(this.clipBox.width+=i,this.plotBox.width+=i),u={1:{name:"right",value:i}}):r&&(this.scrollablePixelsY=i=Math.max(0,r-this.chartHeight))&&(this.plotHeight+=i,this.inverted?(this.clipBox.width+=i,this.plotBox.width+=i):(this.clipBox.height+=i,this.plotBox.height+=i),u={2:{name:"bottom",value:i}}),u&&!t.skipAxes&&this.axes.forEach(function(t){u[t.side]?t.getPlotLinePath=function(){var i=u[t.side].name,r=this[i],f;return this[i]=r-u[t.side].value,f=n.Axis.prototype.getPlotLinePath.apply(this,arguments),this[i]=r,f}:(t.setAxisSize(),t.setAxisTranslation())}))});i(t,"render",function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()});t.prototype.setUpScrolling=function(){var t={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(t.overflowX="auto");this.scrollablePixelsY&&(t.overflowY="auto");this.scrollingContainer=n.createElement("div",{className:"highcharts-scrolling"},t,this.renderTo);this.innerContainer=n.createElement("div",{className:"highcharts-inner-container"},null,this.scrollingContainer);this.innerContainer.appendChild(this.container);this.setUpScrolling=null};t.prototype.moveFixedElements=function(){var n,r=this.container,t=this.fixedRenderer,i=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?n=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?n=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(n=".highcharts-yaxis");i.push(n,n+"-labels");i.forEach(function(n){[].forEach.call(r.querySelectorAll(n),function(n){(n.namespaceURI===t.SVG_NS?t.box:t.box.parentNode).appendChild(n);n.style.pointerEvents="auto"})})};t.prototype.applyFixed=function(){var u,e=!this.fixedDiv,f=this.options.chart.scrollablePlotArea,t,o,s;e?(this.fixedDiv=n.createElement("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:2},null,!0),this.renderTo.insertBefore(this.fixedDiv,this.renderTo.firstChild),this.renderTo.style.overflow="visible",this.fixedRenderer=u=new n.Renderer(this.fixedDiv,this.chartWidth,this.chartHeight),this.scrollableMask=u.path().attr({fill:n.color(this.options.chart.backgroundColor||"#fff").setOpacity(r(f.opacity,.85)).get(),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),this.moveFixedElements(),i(this,"afterShowResetZoom",this.moveFixedElements),i(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight);u=this.chartWidth+(this.scrollablePixelsX||0);t=this.chartHeight+(this.scrollablePixelsY||0);n.stop(this.container);this.container.style.width=u+"px";this.container.style.height=t+"px";this.renderer.boxWrapper.attr({width:u,height:t,viewBox:[0,0,u,t].join(" ")});this.chartBackground.attr({width:u,height:t});this.scrollablePixelsY&&(this.scrollingContainer.style.height=this.chartHeight+"px");e&&(f.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*f.scrollPositionX),f.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*f.scrollPositionY));e=this.plotTop-(t=this.axisOffset)[0]-1;f=this.plotLeft-t[3]-1;u=this.plotTop+this.plotHeight+t[2]+1;t=this.plotLeft+this.plotWidth+t[1]+1;o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0);s=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);e=this.scrollablePixelsX?["M",0,e,"L",this.plotLeft-1,e,"L",this.plotLeft-1,u,"L",0,u,"Z","M",o,e,"L",this.chartWidth,e,"L",this.chartWidth,u,"L",o,u,"Z"]:this.scrollablePixelsY?["M",f,0,"L",f,this.plotTop-1,"L",t,this.plotTop-1,"L",t,0,"Z","M",f,s,"L",f,this.chartHeight,"L",t,this.chartHeight,"L",t,s,"Z"]:["M",0,0];"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:e})}}),i(t,"parts/Point.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r,o=t.defined,s=t.erase,u=t.extend,h=t.isArray,f=t.isNumber,c=t.isObject,i=t.pick,e=n.fireEvent,l=n.format,a=n.uniqueKey,v=n.removeEvent;n.Point=r=function(){};n.Point.prototype={init:function(n,t,i){return this.series=n,this.applyOptions(t,i),this.id=o(this.id)?this.id:a(),this.resolveColor(),n.chart.pointCount++,e(this,"afterInit"),this},resolveColor:function(){var n=this.series,t=n.chart.options.chart.colorCount,r=n.chart.styledMode;r||this.options.color||(this.color=n.color);n.options.colorByPoint?(r||(t=n.options.colors||n.chart.options.colors,this.color=this.color||t[n.colorCounter],t=t.length),r=n.colorCounter,n.colorCounter++,n.colorCounter===t&&(n.colorCounter=0)):r=n.colorIndex;this.colorIndex=i(this.colorIndex,r)},applyOptions:function(n,t){var e=this.series,o=e.options.pointValKey||e.pointValKey;return n=r.prototype.optionsToObject.call(this,n),u(this,n),this.options=this.options?u(this.options,n):n,n.group&&delete this.group,n.dataLabels&&delete this.dataLabels,o&&(this.y=this[o]),this.formatPrefix=(this.isNull=i(this.isValid&&!this.isValid(),null===this.x||!f(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===t&&e.xAxis&&e.xAxis.hasNames&&(this.x=e.xAxis.nameToX(this)),void 0===this.x&&e&&(this.x=void 0===t?e.autoIncrement(this):t),this},setNestedProperty:function(n,t,i){return i.split(".").reduce(function(n,i,r,u){return n[i]=u.length-1===r?t:c(n[i],!0)?n[i]:{},n[i]},n),n},optionsToObject:function(t){var i={},r=this.series,s=r.options.keys,u=s||r.pointArrayMap||["y"],c=u.length,e=0,o=0;if(f(t)||null===t)i[u[0]]=t;else if(h(t))for(!s&&t.length>c&&("string"==(r=typeof t[0])?i.name=t[0]:"number"===r&&(i.x=t[0]),e++);o<c;)s&&void 0===t[e]||(0<u[o].indexOf(".")?n.Point.prototype.setNestedProperty(i,t[e],u[o]):i[u[o]]=t[e]),e++,o++;else"object"==typeof t&&(i=t,t.dataLabels&&(r._hasPointLabels=!0),t.marker&&(r._hasPointMarkers=!0));return i},getClassName:function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},getZone:function(){var t=this.series,r=t.zones,n,i;for(t=t.zoneAxis||"y",i=0,n=r[i];this[t]>=n.value;)n=r[++i];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},hasNewShapeType:function(){return this.graphic&&this.graphic.element.nodeName!==this.shapeType},destroy:function(){var i,n=this.series.chart,t=n.hoverPoints;for(i in n.pointCount--,t&&(this.setState(),s(t,this),t.length||(n.hoverPoints=null)),this===n.hoverPoint&&this.onMouseOut(),(this.graphic||this.dataLabel||this.dataLabels)&&(v(this),this.destroyElements()),this.legendItem&&n.legend.destroyItem(this),this)this[i]=null},destroyElements:function(n){var u,t=this,i=[],r;for((n=n||{graphic:1,dataLabel:1}).graphic&&i.push("graphic","shadowGroup"),n.dataLabel&&i.push("dataLabel","dataLabelUpper","connector"),u=i.length;u--;)r=i[u],t[r]&&(t[r]=t[r].destroy());["dataLabel","connector"].forEach(function(i){var r=i+"s";n[i]&&t[r]&&(t[r].forEach(function(n){n.element&&n.destroy()}),delete t[r])})},getLabelConfig:function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},tooltipFormatter:function(n){var t=this.series,r=t.tooltipOptions,e=i(r.valueDecimals,""),u=r.valuePrefix||"",f=r.valueSuffix||"";return t.chart.styledMode&&(n=t.chart.tooltip.styledModeFormat(n)),(t.pointArrayMap||["y"]).forEach(function(t){t="{point."+t;(u||f)&&(n=n.replace(RegExp(t+"}","g"),u+t+"}"+f));n=n.replace(RegExp(t+"}","g"),t+":,."+e+"f}")}),l(n,{point:this,series:this.series},t.chart.time)},firePointEvent:function(n,t,i){var r=this,u=this.series.options;(u.point.events[n]||r.options&&r.options.events&&r.options.events[n])&&this.importEvents();"click"===n&&u.allowPointSelect&&(i=function(n){r.select&&r.select(null,n.ctrlKey||n.metaKey||n.shiftKey)});e(this,n,t,i)},visible:!0}}),i(t,"parts/Series.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var l=t.arrayMax,a=t.arrayMin,r=t.defined,v=t.erase,y=t.extend,o=t.isArray,f=t.isNumber,d=t.isString,s=t.objectEach,i=t.pick,g=t.splat,p=t.syncTimeout,h=n.addEvent,w=n.animObject,b=n.correctFloat,e=n.defaultOptions,nt=n.defaultPlotOptions,u=n.fireEvent,c=n.merge,k=n.removeEvent,tt=n.SVGElement,it=n.win;n.Series=n.seriesType("line",null,{lineWidth:2,allowPointSelect:!1,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{lineWidth:0,lineColor:"#ffffff",enabledThreshold:2,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{align:"center",formatter:function(){return null===this.y?"":n.numberFormat(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"},{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,isCartesian:!0,parallelArrays:["x","y"],pointClass:n.Point,requireSorting:!0,sorted:!0,init:function(t,r){var c,f,e,o;u(this,"init",{options:r});f=this;e=t.series;this.eventOptions=this.eventOptions||{};f.chart=t;f.options=r=f.setOptions(r);f.linkedSeries=[];f.bindAxes();y(f,{name:r.name,state:"",visible:!1!==r.visible,selected:!0===r.selected});o=r.events;s(o,function(t,i){n.isFunction(t)&&f.eventOptions[i]!==t&&(n.isFunction(f.eventOptions[i])&&k(f,i,f.eventOptions[i]),f.eventOptions[i]=t,h(f,i,t))});(o&&o.click||r.point&&r.point.events&&r.point.events.click||r.allowPointSelect)&&(t.runTrackerClick=!0);f.getColor();f.getSymbol();f.parallelArrays.forEach(function(n){f[n+"Data"]||(f[n+"Data"]=[])});f.points||f.data||f.setData(r.data,!1);f.isCartesian&&(t.hasCartesianSeries=!0);e.length&&(c=e[e.length-1]);f._i=i(c&&c._i,-1)+1;t.orderSeries(this.insert(e));u(this,"afterInit")},insert:function(n){var t,r=this.options.index;if(f(r)){for(t=n.length;t--;)if(r>=i(n[t].options.index,n[t]._i)){n.splice(t+1,0,this);break}-1===t&&n.unshift(this);t+=1}else n.push(this);return i(t,n.length-1)},bindAxes:function(){var r,t=this,i=t.options,f=t.chart;u(this,"bindAxes",null,function(){(t.axisTypes||[]).forEach(function(u){f[u].forEach(function(n){(i[u]===(r=n.options).index||void 0!==i[u]&&i[u]===r.id||void 0===i[u]&&0===r.index)&&(t.insert(n.series),t[u]=n,n.isDirty=!0)});t[u]||t.optionalAxis===u||n.error(18,!0,f)})})},updateParallelArrays:function(n,t){var i=n.series,r=arguments,u=f(t)?function(r){var u="y"===r&&i.toYData?i.toYData(n):n[r];i[r+"Data"][t]=u}:function(n){Array.prototype[t].apply(i[n+"Data"],Array.prototype.slice.call(r,2))};i.parallelArrays.forEach(u)},hasData:function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},autoIncrement:function(){var r,n=this.options,u=this.xIncrement,f=n.pointIntervalUnit,t=this.chart.time;return u=i(u,n.pointStart,0),this.pointInterval=r=i(this.pointInterval,n.pointInterval,1),f&&(n=new t.Date(u),"day"===f?t.set("Date",n,t.get("Date",n)+r):"month"===f?t.set("Month",n,t.get("Month",n)+r):"year"===f&&t.set("FullYear",n,t.get("FullYear",n)+r),r=n.getTime()-u),this.xIncrement=u+r,u},setOptions:function(n){var s=this.chart,o=s.options,f=o.plotOptions,t=s.userOptions||{},l,a,h;return n=c(n),s=s.styledMode,l={plotOptions:f,userOptions:n},u(this,"setOptions",l),a=l.plotOptions[this.type],h=t.plotOptions||{},this.userOptions=l.userOptions,t=c(a,f.series,t.plotOptions&&t.plotOptions[this.type],n),this.tooltipOptions=c(e.tooltip,e.plotOptions.series&&e.plotOptions.series.tooltip,e.plotOptions[this.type].tooltip,o.tooltip.userOptions,f.series&&f.series.tooltip,f[this.type].tooltip,n.tooltip),this.stickyTracking=i(n.stickyTracking,h[this.type]&&h[this.type].stickyTracking,h.series&&h.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||t.stickyTracking),null===a.marker&&delete t.marker,this.zoneAxis=t.zoneAxis,o=this.zones=(t.zones||[]).slice(),!t.negativeColor&&!t.negativeFillColor||t.zones||(f={value:t[this.zoneAxis+"Threshold"]||t.threshold||0,className:"highcharts-negative"},s||(f.color=t.negativeColor,f.fillColor=t.negativeFillColor),o.push(f)),o.length&&r(o[o.length-1].value)&&o.push(s?{}:{color:this.color,fillColor:this.fillColor}),u(this,"afterSetOptions",{options:t}),t},getName:function(){return i(this.options.name,"Series "+(this.index+1))},getCyclic:function(n,t,u){var f=this.chart,s=this.userOptions,o=n+"Index",h=n+"Counter",c=u?u.length:i(f.options.chart[n+"Count"],f[n+"Count"]),e;t||(e=i(s[o],s["_"+o]),r(e)||(f.series.length||(f[h]=0),s["_"+o]=e=f[h]%c,f[h]+=1),u&&(t=u[e]));void 0!==e&&(this[o]=e);this[n]=t},getColor:function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.options.color=null:this.getCyclic("color",this.options.color||nt[this.type].color,this.chart.options.colors)},getSymbol:function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},findPointIndex:function(n,t){var r=n.id,e,u,i;return n=n.x,u=this.points,r&&(i=(r=this.chart.get(r))&&r.index,void 0!==i&&(e=!0)),void 0===i&&f(n)&&(i=this.xData.indexOf(n,t)),-1!==i&&void 0!==i&&this.cropped&&(i=i>=this.cropStart?i-this.cropStart:i),!e&&u[i]&&u[i].touched&&(i=void 0),i},drawLegendSymbol:n.LegendSymbolMixin.drawLineMarker,updateData:function(n){var u,i,e,c=this.options,t=this.points,o=[],l=this.requireSorting,s=n.length===t.length,h=!0;if(this.xIncrement=null,n.forEach(function(n,i){var a=r(n)&&this.pointClass.prototype.optionsToObject.call({series:this},n)||{},h=a.x;(a.id||f(h))&&(-1===(h=this.findPointIndex(a,e))||void 0===h?o.push(n):t[h]&&n!==c.data[h]?(t[h].update(n,!1,null,!1),t[h].touched=!0,l&&(e=h+1)):t[h]&&(t[h].touched=!0),(!s||i!==h||this.hasDerivedData)&&(u=!0))},this),u)for(n=t.length;n--;)(i=t[n])&&!i.touched&&i.remove(!1);else s?n.forEach(function(n,i){t[i].update&&n!==t[i].y&&t[i].update(n,!1,null,!1)}):h=!1;return t.forEach(function(n){n&&(n.touched=!1)}),!!h&&(o.forEach(function(n){this.addPoint(n,!1,null,null,!1)},this),!0)},setData:function(t,r,u,e){var h,s=this,c=s.points,nt=c&&c.length||0,w=s.options,v=s.chart,l=null,b=s.xAxis;l=w.turboThreshold;var tt,k=this.xData,a=this.yData,it=(h=s.pointArrayMap)&&h.length,g=w.keys,y=0,p=1;if(h=(t=t||[]).length,r=i(r,!0),!1!==e&&h&&nt&&!s.cropped&&!s.hasGroupedData&&s.visible&&!s.isSeriesBoosting&&(tt=this.updateData(t)),!tt){if(s.xIncrement=null,s.colorCounter=0,this.parallelArrays.forEach(function(n){s[n+"Data"].length=0}),l&&h>l)if(l=s.getFirstValidPoint(t),f(l))for(u=0;u<h;u++)k[u]=this.autoIncrement(),a[u]=t[u];else if(o(l))if(it)for(u=0;u<h;u++)k[u]=(e=t[u])[0],a[u]=e.slice(1,it+1);else for(g&&(y=0<=(y=g.indexOf("x"))?y:0,p=0<=(p=g.indexOf("y"))?p:1),u=0;u<h;u++)k[u]=(e=t[u])[y],a[u]=e[p];else n.error(12,!1,v);else for(u=0;u<h;u++)void 0!==t[u]&&(s.pointClass.prototype.applyOptions.apply(e={series:s},[t[u]]),s.updateParallelArrays(e,u));for(a&&d(a[0])&&n.error(14,!0,v),s.data=[],s.options.data=s.userOptions.data=t,u=nt;u--;)c[u]&&c[u].destroy&&c[u].destroy();b&&(b.minRange=b.userMinRange);s.isDirty=v.isDirtyBox=!0;s.isDirtyData=!!c;u=!1}"point"===w.legendType&&(this.processData(),this.generatePoints());r&&v.redraw(u)},processData:function(t){var i=this.xData,l=this.yData,u=i.length,e=0,f=this.xAxis,o=this.options,r=o.cropThreshold,w=this.getExtremesFromAll||o.getExtremesFromAll,v=this.isCartesian,y,a,s,h,p,c;if(o=f&&f.val2lin,y=f&&f.isLog,a=this.requireSorting,v&&!this.isDirty&&!f.isDirty&&!this.yAxis.isDirty&&!t)return!1;for(f&&(s=(t=f.getExtremes()).min,h=t.max),v&&this.sorted&&!w&&(!r||u>r||this.forceCrop)&&(i[u-1]<s||i[0]>h?(i=[],l=[]):this.yData&&(i[0]<s||i[u-1]>h)&&(i=(e=this.cropData(this.xData,this.yData,s,h)).xData,l=e.yData,e=e.start,p=!0)),r=i.length||1;--r;)0<(u=y?o(i[r])-o(i[r-1]):i[r]-i[r-1])&&(void 0===c||u<c)?c=u:0>u&&a&&(n.error(15,!1,this.chart),a=!1);this.cropped=p;this.cropStart=e;this.processedXData=i;this.processedYData=l;this.closestPointRange=this.basePointRange=c},cropData:function(n,t,r,u,f){var e,h=n.length,o=0,s=h;for(f=i(f,this.cropShoulder),e=0;e<h;e++)if(n[e]>=r){o=Math.max(0,e-f);break}for(r=e;r<h;r++)if(n[r]>u){s=r+f;break}return{xData:n.slice(o,s),yData:t.slice(o,s),start:o,end:s}},generatePoints:function(){var l,f=this.options,o=f.data,i=this.data,s=this.processedXData,p=this.processedYData,a=this.pointClass,h=s.length,v=this.cropStart||0,e=this.hasGroupedData,n,c,r,t;for(f=f.keys,c=[],i||e||((i=[]).length=o.length,i=this.data=i),f&&e&&(this.options.keys=!1),n=0;n<h;n++)r=v+n,e?(t=(new a).init(this,[s[n]].concat(g(p[n]))),t.dataGroup=this.groupMap[n],t.dataGroup.options&&(t.options=t.dataGroup.options,y(t,t.dataGroup.options),delete t.dataLabels)):(t=i[r])||void 0===o[r]||(i[r]=t=(new a).init(this,o[r],s[n])),t&&(t.index=r,c[n]=t);if(this.options.keys=f,i&&(h!==(l=i.length)||e))for(n=0;n<l;n++)n!==v||e||(n+=h),i[n]&&(i[n].destroyElements(),i[n].plotX=void 0);this.data=i;this.points=c;u(this,"afterGeneratePoints")},getXExtremes:function(n){return{min:a(n),max:l(n)}},getExtremes:function(n){var i,v=this.xAxis,e=this.yAxis,y=this.processedXData||this.xData,s=[],p=0,w=0,h=0,b=this.requireSorting?this.cropShoulder:0,k=!!e&&e.positiveValuesOnly;for(e=(n=n||this.stackedYData||this.processedYData||[]).length,v&&(w=(h=v.getExtremes()).min,h=h.max),i=0;i<e;i++){var c=y[i],t=n[i],r=(f(t)||o(t))&&(t.length||0<t||!k);if(c=this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!v||(y[i+b]||c)>=w&&(y[i-b]||c)<=h,r&&c)if(r=t.length)for(;r--;)f(t[r])&&(s[p++]=t[r]);else s[p++]=t}this.dataMin=a(s);this.dataMax=l(s);u(this,"afterGetExtremes")},getFirstValidPoint:function(n){for(var t=null,r=n.length,i=0;null===t&&i<r;)t=n[i],i++;return t},translate:function(){var v,s,y,d;this.processedXData||this.processData();this.generatePoints();for(var h,p=this.options,rt=p.stacking,w=this.xAxis,g=w.categories,e=this.yAxis,ut=this.points,ot=ut.length,st=!!this.modifyValue,nt=this.pointPlacementToXValue(),ht=f(nt),a=p.threshold,ft=p.startFromThreshold?a:0,et=this.zoneAxis||"y",tt=Number.MAX_VALUE,it=0;it<ot;it++){var n=ut[it],c=n.x,t=n.y,l=n.low,k=rt&&e.stacks[(this.negStacks&&t<(ft?0:a)?"-":"")+this.stackKey];(e.positiveValuesOnly&&null!==t&&0>=t&&(n.isNull=!0),n.plotX=h=b(Math.min(Math.max(-1e5,w.translate(c,0,0,0,1,nt,"flags"===this.type)),1e5)),rt&&this.visible&&k&&k[c])&&(v=this.getStackIndicator(v,c,this.index),n.isNull||(s=k[c],y=s.points[v.key]));(o(y)&&(t=y[1],(l=y[0])===ft&&v.key===k[c].base&&(l=i(f(a)&&a,e.min)),e.positiveValuesOnly&&0>=l&&(l=null),n.total=n.stackTotal=s.total,n.percentage=s.total&&n.y/s.total*100,n.stackY=t,this.irregularWidths||s.setOffset(this.pointXOffset||0,this.barW||0)),n.yBottom=r(l)?Math.min(Math.max(-1e5,e.translate(l,0,1,0,1)),1e5):null,st&&(t=this.modifyValue(t,n)),n.plotY=t="number"==typeof t&&1/0!==t?Math.min(Math.max(-1e5,e.translate(t,0,1,0,1)),1e5):void 0,n.isInside=void 0!==t&&0<=t&&t<=e.len&&0<=h&&h<=w.len,n.clientX=ht?b(w.translate(c,0,0,0,1,nt)):h,n.negative=n[et]<(p[et+"Threshold"]||a||0),n.category=g&&void 0!==g[n.x]?g[n.x]:n.x,n.isNull)||(void 0!==d&&(tt=Math.min(tt,Math.abs(h-d))),d=h);n.zone=this.zones.length&&n.getZone()}this.closestPointRangePx=tt;u(this,"afterTranslate")},getValidPoints:function(n,t,i){var r=this.chart;return(n||this.points||[]).filter(function(n){return!(t&&!r.isInsidePlot(n.plotX,n.plotY,r.inverted))&&(i||!n.isNull)})},getClipBox:function(n,t){var i=this.chart,r=this.xAxis,u=r&&this.yAxis;return n&&!1===this.options.clip&&u?n=i.inverted?{y:-i.chartWidth+u.len+u.pos,height:i.chartWidth,width:i.chartHeight,x:-i.chartHeight+r.len+r.pos}:{y:-u.pos,height:i.chartHeight,width:i.chartWidth,x:-r.pos}:(n=this.clipBox||i.clipBox,t&&(n.width=i.plotSizeX,n.x=0)),t?{width:n.width,x:n.x}:n},setClip:function(n){var t=this.chart,u=this.options,o=t.renderer,f=t.inverted,s=this.clipBox,e=this.getClipBox(n),i=this.sharedClipKey||["_sharedClip",n&&n.duration,n&&n.easing,e.height,u.xAxis,u.yAxis].join(),r=t[i],h=t[i+"m"];r||(n&&(e.width=0,f&&(e.x=t.plotSizeX+(!1!==u.clip?0:t.plotTop)),t[i+"m"]=h=o.clipRect(f?t.plotSizeX+99:-99,f?-t.plotLeft:-t.plotTop,99,f?t.chartWidth:t.chartHeight)),t[i]=r=o.clipRect(e),r.count={length:0});n&&!r.count[this.index]&&(r.count[this.index]=!0,r.count.length+=1);(!1!==u.clip||n)&&(this.group.clip(n||s?r:t.clipRect),this.markerGroup.clip(h),this.sharedClipKey=i);n||(r.count[this.index]&&(delete r.count[this.index],--r.count.length),0===r.count.length&&i&&t[i]&&(s||(t[i]=t[i].destroy()),t[i+"m"]&&(t[i+"m"]=t[i+"m"].destroy())))},animate:function(n){var t=this.chart,i=w(this.options.animation),r,u;n?this.setClip(i):(r=this.sharedClipKey,n=t[r],u=this.getClipBox(i,!0),n&&n.animate(u,i),t[r+"m"]&&t[r+"m"].animate({width:u.width+99,x:u.x-(t.inverted?0:99)},i),this.animate=null)},afterAnimate:function(){this.setClip();u(this,"afterAnimate");this.finishedAnimating=!0},drawPoints:function(){var t,s=this.points,h=this.chart,f=this.options.marker,l=this[this.specialGroup]||this.markerGroup,u=this.xAxis,a=i(f.enabled,!(u&&!u.isRadial)||null,this.closestPointRangePx>=f.enabledThreshold*f.radius),c;if(!1!==f.enabled||this._hasPointMarkers)for(u=0;u<s.length;u++){var n=s[u],v=(t=n.graphic)?"animate":"attr",e=n.marker||{},y=!!n.marker,r=a&&void 0===e.enabled||e.enabled,o=!1!==n.isInside;r&&!n.isNull?(c=i(e.symbol,this.symbol),r=this.markerAttribs(n,n.selected&&"select"),t?t[o?"show":"hide"](o).animate(r):o&&(0<r.width||n.hasImage)&&(n.graphic=t=h.renderer.symbol(c,r.x,r.y,r.width,r.height,y?e:f).add(l)),t&&!h.styledMode&&t[v](this.pointAttribs(n,n.selected&&"select")),t&&t.addClass(n.getClassName(),!0)):t&&(n.graphic=t.destroy())}},markerAttribs:function(n,t){var r=this.options.marker,f=n.marker||{},e=f.symbol||r.symbol,u=i(f.radius,r.radius);return t&&(r=r.states[t],u=i((t=f.states&&f.states[t])&&t.radius,r&&r.radius,u+(r&&r.radiusPlus||0))),n.hasImage=e&&0===e.indexOf("url"),n.hasImage&&(u=0),n={x:Math.floor(n.plotX)-u,y:n.plotY-u},u&&(n.width=n.height=2*u),n},pointAttribs:function(n,t){var r=this.options.marker,u=n&&n.options,e=u&&u.marker||{},f=this.color,o=u&&u.color,h=n&&n.color,s;return u=i(e.lineWidth,r.lineWidth),s=n&&n.zone&&n.zone.color,n=1,f=o||s||h||f,o=e.fillColor||r.fillColor||f,f=e.lineColor||r.lineColor||f,r=r.states[t=t||"normal"],u=i((t=e.states&&e.states[t]||{}).lineWidth,r.lineWidth,u+i(t.lineWidthPlus,r.lineWidthPlus,0)),{stroke:f=t.lineColor||r.lineColor||f,"stroke-width":u,fill:o=t.fillColor||r.fillColor||o,opacity:n=i(t.opacity,r.opacity,n)}},destroy:function(t){var e,o,r,i=this,f=i.chart,c=/AppleWebKit\/533/.test(it.navigator.userAgent),h=i.data||[];for(u(i,"destroy"),t||k(i),(i.axisTypes||[]).forEach(function(n){(r=i[n])&&r.series&&(v(r.series,i),r.isDirty=r.forceRedraw=!0)}),i.legendItem&&i.chart.legend.destroyItem(i),e=h.length;e--;)(o=h[e])&&o.destroy&&o.destroy();i.points=null;n.clearTimeout(i.animationTimeout);s(i,function(n,t){n instanceof tt&&!n.survive&&n[c&&"group"===t?"hide":"destroy"]()});f.hoverSeries===i&&(f.hoverSeries=null);v(f.series,i);f.orderSeries();s(i,function(n,r){t&&"hcEvents"===r||delete i[r]})},getGraphPath:function(n,t,i){var c,f,e=this,h=e.options,u=h.step,o=[],s=[];return(c=(n=n||e.points).reversed)&&n.reverse(),(u={right:1,center:2}[u]||u&&3)&&c&&(u=4-u),!h.connectNulls||t||i||(n=this.getValidPoints(n)),n.forEach(function(c,l){var v=c.plotX,y=c.plotY,a=n[l-1];(c.leftCliff||a&&a.rightCliff)&&!i&&(f=!0);c.isNull&&!r(t)&&0<l?f=!h.connectNulls:c.isNull&&!t?f=!0:(0===l||f?l=["M",c.plotX,c.plotY]:e.getPointSpline?l=e.getPointSpline(n,c,l):u?(l=1===u?["L",a.plotX,y]:2===u?["L",(a.plotX+v)/2,a.plotY,"L",(a.plotX+v)/2,y]:["L",v,a.plotY]).push("L",v,y):l=["L",v,y],s.push(c.x),u&&(s.push(c.x),2===u&&s.push(c.x)),o.push.apply(o,l),f=!1)}),o.xMap=s,e.graphPath=o},drawGraph:function(){var n=this,i=this.options,t=(this.gappedPath||this.getGraphPath).call(this),u=this.chart.styledMode,r=[["graph","highcharts-graph"]];u||r[0].push(i.lineColor||this.color||"#cccccc",i.dashStyle);(r=n.getZonesGraphs(r)).forEach(function(r,f){var o=r[0],e=n[o],s=e?"animate":"attr";e?(e.endX=n.preventGraphAnimation?null:t.xMap,e.animate({d:t})):t.length&&(n[o]=e=n.chart.renderer.path(t).addClass(r[1]).attr({zIndex:1}).add(n.group));e&&!u&&(o={stroke:r[2],"stroke-width":i.lineWidth,fill:n.fillGraph&&n.color||"none"},r[3]?o.dashstyle=r[3]:"square"!==i.linecap&&(o["stroke-linecap"]=o["stroke-linejoin"]="round"),e[s](o).shadow(2>f&&i.shadow));e&&(e.startX=t.xMap,e.isArea=t.isArea)})},getZonesGraphs:function(n){return this.zones.forEach(function(t,i){i=["zone-graph-"+i,"highcharts-graph highcharts-zone-graph-"+i+" "+(t.className||"")];this.chart.styledMode||i.push(t.color||this.color,t.dashStyle||this.options.dashStyle);n.push(i)},this),n},applyZones:function(){var f,u,n,p,l,a,v=this,t=this.chart,k=t.renderer,d=this.zones,e=this.clips||[],o=this.graph,s=this.area,y=Math.max(t.chartWidth,t.chartHeight),r=this[(this.zoneAxis||"y")+"Axis"],w=t.inverted,g=!1,b,h,c;d.length&&(o||s)&&r&&void 0!==r.min?(b=r.reversed,h=r.horiz,o&&!this.showLine&&o.hide(),s&&s.hide(),c=r.getExtremes(),d.forEach(function(d,nt){f=b?h?t.plotWidth:0:h?0:r.toPixels(c.min)||0;f=Math.min(Math.max(i(u,f),0),y);u=Math.min(Math.max(Math.round(r.toPixels(i(d.value,c.max),!0)||0),0),y);g&&(f=u=r.toPixels(c.max));p=Math.abs(f-u);l=Math.min(f,u);a=Math.max(f,u);r.isXAxis?(n={x:w?a:l,y:0,width:p,height:y},h||(n.x=t.plotHeight-n.x)):(n={x:0,y:w?a:l,width:y,height:p},h&&(n.y=t.plotWidth-n.y));w&&k.isVML&&(n=r.isXAxis?{x:0,y:b?l:a,height:n.width,width:t.chartWidth}:{x:n.y-t.plotLeft-t.spacingBox.x,y:0,width:n.height,height:t.chartHeight});e[nt]?e[nt].animate(n):e[nt]=k.clipRect(n);o&&v["zone-graph-"+nt].clip(e[nt]);s&&v["zone-area-"+nt].clip(e[nt]);g=d.value>c.max;v.resetZones&&0===u&&(u=void 0)}),this.clips=e):v.visible&&(o&&o.show(!0),s&&s.show(!0))},invertGroups:function(n){function i(){["group","markerGroup"].forEach(function(i){t[i]&&(r.renderer.isVML&&t[i].attr({width:t.yAxis.len,height:t.xAxis.len}),t[i].width=t.yAxis.len,t[i].height=t.xAxis.len,t[i].invert(n))})}var t=this,r=t.chart,u;t.xAxis&&(u=h(r,"resize",i),h(t,"destroy",u),i(),t.invertGroups=i)},plotGroup:function(n,t,i,u,f){var e=this[n],o=!e;return o&&(this[n]=e=this.chart.renderer.g().attr({zIndex:u||.1}).add(f)),e.addClass("highcharts-"+t+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(r(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(e.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),e.attr({visibility:i})[o?"attr":"animate"](this.getPlotBox()),e},getPlotBox:function(){var t=this.chart,i=this.xAxis,n=this.yAxis;return t.inverted&&(i=n,n=this.xAxis),{translateX:i?i.left:t.plotLeft,translateY:n?n.top:t.plotTop,scaleX:1,scaleY:1}},render:function(){var n=this,t=n.chart,i=n.options,r=!!n.animate&&t.renderer.isSVG&&w(i.animation).duration,e=n.visible?"inherit":"hidden",o=i.zIndex,s=n.hasRendered,h=t.seriesGroup,c=t.inverted,f;u(this,"render");f=n.plotGroup("group","series",e,o,h);n.markerGroup=n.plotGroup("markerGroup","markers",e,o,h);r&&n.animate(!0);f.inverted=!(!n.isCartesian&&!n.invertable)&&c;n.drawGraph&&(n.drawGraph(),n.applyZones());n.visible&&n.drawPoints();n.drawDataLabels&&n.drawDataLabels();n.redrawPoints&&n.redrawPoints();n.drawTracker&&!1!==n.options.enableMouseTracking&&n.drawTracker();n.invertGroups(c);!1===i.clip||n.sharedClipKey||s||f.clip(t.clipRect);r&&n.animate();s||(n.animationTimeout=p(function(){n.afterAnimate()},r||0));n.isDirty=!1;n.hasRendered=!0;u(n,"afterRender")},redraw:function(){var n=this.chart,f=this.isDirty||this.isDirtyData,t=this.group,r=this.xAxis,u=this.yAxis;t&&(n.inverted&&t.attr({width:n.plotWidth,height:n.plotHeight}),t.animate({translateX:i(r&&r.left,n.plotLeft),translateY:i(u&&u.top,n.plotTop)}));this.translate();this.render();f&&delete this.kdTree},kdAxisArray:["clientX","plotY"],searchPoint:function(n,t){var i=this.xAxis,r=this.yAxis,u=this.chart.inverted;return this.searchKDTree({clientX:u?i.len-n.chartY+i.pos:n.chartX-i.pos,plotY:u?r.len-n.chartX+r.pos:n.chartY-r.pos},t,n)},buildKDTree:function(n){this.buildingKdTree=!0;var t=this,i=-1<t.options.findNearestPointBy.indexOf("y")?2:1;delete t.kdTree;p(function(){t.kdTree=function n(i,r,u){var f,e;if(f=i&&i.length)return e=t.kdAxisArray[r%u],i.sort(function(n,t){return n[e]-t[e]}),{point:i[f=Math.floor(f/2)],left:n(i.slice(0,f),r+1,u),right:n(i.slice(f+1),r+1,u)}}(t.getValidPoints(null,!t.directTouch),i,i);t.buildingKdTree=!1},t.options.kdNow||n&&"touchstart"===n.type?0:1)},searchKDTree:function(n,t,i){var o=this,f=this.kdAxisArray[0],e=this.kdAxisArray[1],u=t?"distX":"dist";if(t=-1<o.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(i),this.kdTree)return function n(t,i,s,h){var c=i.point,v=o.kdAxisArray[s%h],l=c,y=r(t[f])&&r(c[f])?Math.pow(t[f]-c[f],2):null,a=r(t[e])&&r(c[e])?Math.pow(t[e]-c[e],2):null;return c.dist=r(a=(y||0)+(a||0))?Math.sqrt(a):Number.MAX_VALUE,c.distX=r(y)?Math.sqrt(y):Number.MAX_VALUE,y=0>(v=t[v]-c[v])?"right":"left",i[a=0>v?"left":"right"]&&(l=(a=n(t,i[a],s+1,h))[u]<l[u]?a:c),i[y]&&Math.sqrt(v*v)<l[u]&&(l=(t=n(t,i[y],s+1,h))[u]<l[u]?t:l),l}(n,this.kdTree,t,t)},pointPlacementToXValue:function(){var t=this.xAxis,n=this.options.pointPlacement;return"between"===n&&(n=t.reversed?-.5:.5),f(n)&&(n*=i(this.options.pointRange||t.pointRange)),n}})}),i(t,"parts/Stacking.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.defined,o=t.destroyObjectProperties,r=t.objectEach,i=t.pick;t=n.Axis;var s=n.Chart,e=n.correctFloat,h=n.format,u=n.Series;n.StackItem=function(n,t,i,r,u){var f=n.chart.inverted;this.axis=n;this.isNegative=i;this.options=t=t||{};this.x=r;this.total=null;this.points={};this.stack=u;this.rightCliff=this.leftCliff=0;this.alignOptions={align:t.align||(f?i?"left":"right":"center"),verticalAlign:t.verticalAlign||(f?"middle":i?"bottom":"top"),y:t.y,x:t.x};this.textAlign=t.textAlign||(f?i?"right":"left":"center")};n.StackItem.prototype={destroy:function(){o(this,this.axis)},render:function(n){var u=this.axis.chart,r=this.options,t=r.format;t=t?h(t,this,u.time):r.formatter.call(this);this.label?this.label.attr({text:t,visibility:"hidden"}):(this.label=u.renderer.label(t,null,null,r.shape,null,null,r.useHTML,!1,"stack-labels"),t={text:t,align:this.textAlign,rotation:r.rotation,padding:i(r.padding,0),visibility:"hidden"},this.label.attr(t),u.styledMode||this.label.css(r.style),this.label.added||this.label.add(n));this.label.labelrank=u.plotHeight},setOffset:function(n,t,r,e,o){var s=this.axis,h=s.chart,c,l;(e=s.translate(s.usePercentage?100:e||this.total,0,0,0,1),r=s.translate(r||0),r=f(e)&&Math.abs(e-r),n=i(o,h.xAxis[0].translate(this.x))+n,s=f(e)&&this.getStackBox(h,this,n,e,t,r,s),t=this.label,n=this.isNegative,o="justify"===i(this.options.overflow,"justify"),t&&s)&&(r=t.getBBox(),c=h.inverted?n?r.width:0:r.width/2,l=h.inverted?r.height/2:n?-4:r.height+4,this.alignOptions.x=i(this.options.x,0),t.align(this.alignOptions,null,s),e=t.alignAttr,t.show(),e.y-=l,o&&(e.x-=c,u.prototype.justifyDataLabel.call(this.axis,t,this.alignOptions,e,r,s),e.x+=c),e.x=t.alignAttr.x,t.attr({x:e.x,y:e.y}),i(!o&&this.options.crop,!0)&&((h=h.isInsidePlot(t.x+(h.inverted?0:-r.width/2),t.y)&&h.isInsidePlot(t.x+(h.inverted?n?-r.width:r.width:r.width/2),t.y+r.height))||t.hide()))},getStackBox:function(n,t,i,r,u,f,e){var s=t.axis.reversed,o=n.inverted;return n=e.height+e.pos-(o?n.plotLeft:n.plotTop),t=t.isNegative&&!s||!t.isNegative&&s,{x:o?t?r:r-f:i,y:o?n-i-u:t?n-r-f:n-r,width:o?f:u,height:o?u:f}}};s.prototype.getStacks=function(){var n=this,t=n.inverted;n.yAxis.forEach(function(n){n.stacks&&n.hasVisibleSeries&&(n.oldStacks=n.stacks)});n.series.forEach(function(r){var u=r.xAxis&&r.xAxis.options||{};r.options.stacking&&(!0===r.visible||!1===n.options.chart.ignoreHiddenSeries)&&(r.stackKey=[r.type,i(r.options.stack,""),t?u.top:u.left,t?u.height:u.width].join())})};t.prototype.buildStacks=function(){var n,t=this.series,u=i(this.options.reversedStacks,!0),r=t.length;if(!this.isXAxis){for(this.usePercentage=!1,n=r;n--;)t[u?n:r-n-1].setStackedPoints();for(n=0;n<r;n++)t[n].modifyStacks()}};t.prototype.renderStackTotals=function(){var t=this.chart,i=this.stacks,n=this.stackTotalGroup;n||(this.stackTotalGroup=n=t.renderer.g("stack-labels").attr({visibility:"visible",zIndex:6}).add());n.translate(t.plotLeft,t.plotTop);r(i,function(t){r(t,function(t){t.render(n)})})};t.prototype.resetStacks=function(){var n=this;n.isXAxis||r(n.stacks,function(t){r(t,function(i,r){i.touched<n.stacksTouched?(i.destroy(),delete t[r]):(i.total=null,i.cumulative=null)})})};t.prototype.cleanStacks=function(){if(!this.isXAxis){if(this.oldStacks)var n=this.stacks=this.oldStacks;r(n,function(n){r(n,function(n){n.cumulative=n.total})})}};u.prototype.setStackedPoints=function(){if(this.options.stacking&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var tt=this.processedXData,b=this.processedYData,k=[],it=b.length,h=this.options,d=h.threshold,v=i(h.startFromThreshold&&d,0),rt=h.stack;h=h.stacking;var o,l,y=this.stackKey,g="-"+y,nt=this.negStacks,s=this.yAxis,u=s.stacks,p=s.oldStacks;for(s.stacksTouched+=1,l=0;l<it;l++){var r=tt[l],c=b[l],w=this.getStackIndicator(w,r,this.index),a=w.key,t=(o=nt&&c<(v?0:d))?g:y;u[t]||(u[t]={});u[t][r]||(p[t]&&p[t][r]?(u[t][r]=p[t][r],u[t][r].total=null):u[t][r]=new n.StackItem(s,s.options.stackLabels,o,r,rt));t=u[t][r];null!==c?(t.points[a]=t.points[this.index]=[i(t.cumulative,v)],f(t.cumulative)||(t.base=a),t.touched=s.stacksTouched,0<w.index&&!1===this.singleStacks&&(t.points[a][0]=t.points[this.index+","+r+",0"][0])):t.points[a]=t.points[this.index]=null;"percent"===h?(o=o?y:g,t.total=nt&&u[o]&&u[o][r]?(o=u[o][r]).total=Math.max(o.total,t.total)+Math.abs(c)||0:e(t.total+(Math.abs(c)||0))):t.total=e(t.total+(c||0));t.cumulative=i(t.cumulative,v)+(c||0);null!==c&&(t.points[a].push(t.cumulative),k[l]=t.cumulative)}"percent"===h&&(s.usePercentage=!0);this.stackedYData=k;s.oldStacks={}}};u.prototype.modifyStacks=function(){var t,n=this,i=n.stackKey,r=n.yAxis.stacks,u=n.processedXData,f=n.options.stacking;n[f+"Stacker"]&&[i,"-"+i].forEach(function(i){for(var e,s,o=u.length;o--;)t=n.getStackIndicator(t,e=u[o],n.index,i),(s=(e=r[i]&&r[i][e])&&e.points[t.key])&&n[f+"Stacker"](s,e,o)})};u.prototype.percentStacker=function(n,t,i){n[0]=e(n[0]*(t=t.total?100/t.total:0));n[1]=e(n[1]*t);this.stackedYData[i]=n[1]};u.prototype.getStackIndicator=function(n,t,i,r){return!f(n)||n.x!==t||r&&n.key!==r?n={x:t,index:0,key:r}:n.index++,n.key=[i,t,n.index].join(),n}}),i(t,"parts/Dynamics.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var w=t.defined,c=t.erase,u=t.extend,b=t.isArray,l=t.isNumber,e=t.isObject,k=t.isString,s=t.objectEach,i=t.pick,d=t.setAnimation,a=t.splat,g=n.addEvent,v=n.animate,y=n.Axis;t=n.Chart;var p=n.createElement,o=n.css,r=n.fireEvent,f=n.merge,nt=n.Point,tt=n.Series,h=n.seriesTypes;n.cleanRecursively=function(t,i){var r={};return s(t,function(u,f){e(t[f],!0)&&!t.nodeType&&i[f]?(u=n.cleanRecursively(t[f],i[f]),Object.keys(u).length&&(r[f]=u)):(e(t[f])||t[f]!==i[f])&&(r[f]=t[f])}),r};u(t.prototype,{addSeries:function(n,t,u){var e,f=this;return n&&(t=i(t,!0),r(f,"addSeries",{options:n},function(){e=f.initSeries(n);f.isDirtyLegend=!0;f.linkSeries();r(f,"afterAddSeries",{series:e});t&&f.redraw(u)})),e},addAxis:function(n,t,i,r){return this.createAxis(t?"xAxis":"yAxis",{axis:n,redraw:i,animation:r})},addColorAxis:function(n,t,i){return this.createAxis("colorAxis",{axis:n,redraw:t,animation:i})},createAxis:function(t,r){var u=this.options,e="colorAxis"===t,s=r.redraw,h=r.animation,o;return r=f(r.axis,{index:this[t].length,isX:"xAxis"===t}),o=e?new n.ColorAxis(this,r):new y(this,r),u[t]=a(u[t]||{}),u[t].push(r),e&&(this.isDirtyLegend=!0,this.axes.forEach(function(n){n.series=[]}),this.series.forEach(function(n){n.bindAxes();n.isDirtyData=!0})),i(s,!0)&&this.redraw(h),o},showLoading:function(n){var t=this,e=t.options,r=t.loadingDiv,f=e.loading,s=function(){r&&o(r,{left:t.plotLeft+"px",top:t.plotTop+"px",width:t.plotWidth+"px",height:t.plotHeight+"px"})};r||(t.loadingDiv=r=p("div",{className:"highcharts-loading highcharts-loading-hidden"},null,t.container),t.loadingSpan=p("span",{className:"highcharts-loading-inner"},null,r),g(t,"redraw",s));r.className="highcharts-loading";t.loadingSpan.innerHTML=i(n,e.lang.loading,"");t.styledMode||(o(r,u(f.style,{zIndex:10})),o(t.loadingSpan,f.labelStyle),t.loadingShown||(o(r,{opacity:0,display:""}),v(r,{opacity:f.style.opacity||.5},{duration:f.showDuration||0})));t.loadingShown=!0;s()},hideLoading:function(){var t=this.options,n=this.loadingDiv;n&&(n.className="highcharts-loading highcharts-loading-hidden",this.styledMode||v(n,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){o(n,{display:"none"})}}));this.loadingShown=!1},propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" "),collectionsWithUpdate:"xAxis yAxis zAxis colorAxis series pane".split(" "),update:function(t,u,e,o){var c,y,p,h=this,b={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},d=t.isResponsiveOptions,g=[],v;(r(h,"update",{options:t}),d||h.setResponsive(!1,!0),t=n.cleanRecursively(t,h.options),f(!0,h.userOptions,t),c=t.chart)&&((f(!0,h.options.chart,c),"className"in c&&h.setClassName(c.className),"reflow"in c&&h.setReflow(c.reflow),"inverted"in c||"polar"in c||"type"in c)&&(h.propFromSeries(),v=!0),"alignTicks"in c&&(v=!0),s(c,function(n,t){-1!==h.propsRequireUpdateSeries.indexOf("chart."+t)&&(y=!0);-1!==h.propsRequireDirtyBox.indexOf(t)&&(h.isDirtyBox=!0);d||-1===h.propsRequireReflow.indexOf(t)||(p=!0)}),!h.styledMode&&"style"in c&&h.renderer.setStyle(c.style));!h.styledMode&&t.colors&&(this.options.colors=t.colors);t.plotOptions&&f(!0,this.options.plotOptions,t.plotOptions);t.time&&this.time===n.time&&(this.time=new n.Time(t.time));s(t,function(n,t){h[t]&&"function"==typeof h[t].update?h[t].update(n,!1):"function"==typeof h[b[t]]&&h[b[t]](n);"chart"!==t&&-1!==h.propsRequireUpdateSeries.indexOf(t)&&(y=!0)});this.collectionsWithUpdate.forEach(function(n){if(t[n]){if("series"===n){var r=[];h[n].forEach(function(n,t){n.options.isInternal||r.push(i(n.options.index,t))})}a(t[n]).forEach(function(t,i){(i=w(t.id)&&h.get(t.id)||h[n][r?r[i]:i])&&i.coll===n&&(i.update(t,!1),e&&(i.touched=!0));!i&&e&&h.collectionsWithInit[n]&&(h.collectionsWithInit[n][0].apply(h,[t].concat(h.collectionsWithInit[n][1]||[]).concat([!1])).touched=!0)});e&&h[n].forEach(function(n){n.touched||n.options.isInternal?delete n.touched:g.push(n)})}});g.forEach(function(n){n.remove&&n.remove(!1)});v&&h.axes.forEach(function(n){n.update({},!1)});y&&h.series.forEach(function(n){n.update({},!1)});t.loading&&f(!0,h.options.loading,t.loading);v=c&&c.width;k(c=c&&c.height)&&(c=n.relativeLength(c,v||h.chartWidth));p||l(v)&&v!==h.chartWidth||l(c)&&c!==h.chartHeight?h.setSize(v,c,o):i(u,!0)&&h.redraw(o);r(h,"afterUpdate",{options:t,redraw:u,animation:o})},setSubtitle:function(n,t){this.applyDescription("subtitle",n);this.layOutTitles(t)},setCaption:function(n,t){this.applyDescription("caption",n);this.layOutTitles(t)}});t.prototype.collectionsWithInit={xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],colorAxis:[t.prototype.addColorAxis,[!1]],series:[t.prototype.addSeries]};u(nt.prototype,{update:function(n,t,r,u){function a(){f.applyOptions(n);null===f.y&&s&&(f.graphic=s.destroy());e(n,!0)&&(s&&s.element&&n&&n.marker&&void 0!==n.marker.symbol&&(f.graphic=s.destroy()),n&&n.dataLabels&&f.dataLabel&&(f.dataLabel=f.dataLabel.destroy()),f.connector&&(f.connector=f.connector.destroy()));o.updateParallelArrays(f,h=f.index);c.data[h]=e(c.data[h],!0)||e(n,!0)?f.options:i(n,c.data[h]);o.isDirty=o.isDirtyData=!0;!o.fixedBox&&o.hasCartesianSeries&&(l.isDirtyBox=!0);"point"===c.legendType&&(l.isDirtyLegend=!0);t&&l.redraw(r)}var h,f=this,o=f.series,s=f.graphic,l=o.chart,c=o.options;t=i(t,!0);!1===u?a():f.firePointEvent("update",{options:n},a)},remove:function(n,t){this.series.removePoint(this.series.data.indexOf(this),n,t)}});u(tt.prototype,{addPoint:function(n,t,u,f,e){var y=this.options,c=this.data,w=this.chart,h=this.xAxis,p,v,l,o,a,s;if(h=h&&h.hasNames&&h.names,v=y.data,l=this.xData,t=i(t,!0),o={series:this},this.pointClass.prototype.applyOptions.apply(o,[n]),a=o.x,s=l.length,this.requireSorting&&a<l[s-1])for(p=!0;s&&l[s-1]>a;)s--;this.updateParallelArrays(o,"splice",s,0,0);this.updateParallelArrays(o,s);h&&o.name&&(h[a]=o.name);v.splice(s,0,n);p&&(this.data.splice(s,0,null),this.processData());"point"===y.legendType&&this.generatePoints();u&&(c[0]&&c[0].remove?c[0].remove(!1):(c.shift(),this.updateParallelArrays(o,"shift"),v.shift()));!1!==e&&r(this,"addPoint",{point:o});this.isDirtyData=this.isDirty=!0;t&&w.redraw(f)},removePoint:function(n,t,r){var u=this,e=u.data,f=e[n],o=u.points,s=u.chart,h=function(){o&&o.length===e.length&&o.splice(n,1);e.splice(n,1);u.options.data.splice(n,1);u.updateParallelArrays(f||{series:u},"splice",n,1);f&&f.destroy();u.isDirty=!0;u.isDirtyData=!0;t&&s.redraw()};d(r,s);t=i(t,!0);f?f.firePointEvent("remove",null,h):h()},remove:function(n,t,u,f){function s(){e.destroy(f);e.remove=null;o.isDirtyLegend=o.isDirtyBox=!0;o.linkSeries();i(n,!0)&&o.redraw(t)}var e=this,o=e.chart;!1!==u?r(e,"remove",null,s):s()},update:function(t,e){var y;t=n.cleanRecursively(t,this.userOptions);r(this,"update",{options:t});var k,o=this,l=o.chart,a=o.userOptions,p=o.initialType||o.type,s=t.type||a.type||l.options.chart.type,w=!(this.hasDerivedData||t.dataGrouping||s&&s!==this.type||void 0!==t.pointStart||t.pointInterval||t.pointIntervalUnit||t.keys),b=h[p].prototype,d=["group","markerGroup","dataLabelsGroup","transformGroup"],c=["eventOptions","navigatorSeries","baseSeries"],g=o.finishedAnimating&&{animation:!1},v={};for(k in w&&(c.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","_hasPointMarkers","_hasPointLabels","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&c.push("area","graph"),o.parallelArrays.forEach(function(n){c.push(n+"Data")}),t.data&&this.setData(t.data,!1)),t=f(a,g,{index:void 0===a.index?o.index:a.index,pointStart:i(a.pointStart,o.xData[0])},!w&&{data:o.options.data},t),w&&t.data&&(t.data=o.options.data),(c=d.concat(c)).forEach(function(n){c[n]=o[n];delete o[n]}),o.remove(!1,null,!1,!0),b)o[k]=void 0;(h[s||p]?u(o,h[s||p].prototype):n.error(17,!0,l,{missingModuleFor:s||p}),c.forEach(function(n){o[n]=c[n]}),o.init(l,t),w&&this.points)&&(y=o.options,!1===y.visible?(v.graphic=1,v.dataLabel=1):o._hasPointLabels||(b=y.dataLabels,(s=y.marker)&&(!1===s.enabled||"symbol"in s)&&(v.graphic=1),b&&!1===b.enabled&&(v.dataLabel=1)),this.points.forEach(function(n){n&&n.series&&(n.resolveColor(),Object.keys(v).length&&n.destroyElements(v),!1===y.showInLegend&&n.legendItem&&l.legend.destroyItem(n))},this));t.zIndex!==a.zIndex&&d.forEach(function(n){o[n]&&o[n].attr({zIndex:t.zIndex})});o.initialType=p;l.linkSeries();r(this,"afterUpdate");i(e,!0)&&l.redraw(!!w&&void 0)},setName:function(n){this.name=this.options.name=this.userOptions.name=n;this.chart.isDirtyLegend=!0}});u(y.prototype,{update:function(n,t){var r=this.chart,e=n&&n.events||{};n=f(this.userOptions,n);r.options[this.coll].indexOf&&(r.options[this.coll][r.options[this.coll].indexOf(this.userOptions)]=n);s(r.options[this.coll].events,function(n,t){void 0===e[t]&&(e[t]=void 0)});this.destroy(!0);this.init(r,u(n,{events:e}));r.isDirtyBox=!0;i(t,!0)&&r.redraw()},remove:function(n){for(var t=this.chart,r=this.coll,u=this.series,f=u.length;f--;)u[f]&&u[f].remove(!1);c(t.axes,this);c(t[r],this);b(t.options[r])?t.options[r].splice(this.options.index,1):delete t.options[r];t[r].forEach(function(n,t){n.options.index=n.userOptions.index=t});this.destroy();t.isDirtyBox=!0;i(n,!0)&&t.redraw()},setTitle:function(n,t){this.update({title:n},t)},setCategories:function(n,t){this.update({categories:n},t)}})}),i(t,"parts/AreaSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var u=t.objectEach,i=t.pick,f=n.color,r=n.Series;(t=n.seriesType)("area","line",{softThreshold:!1,threshold:0},{singleStacks:!1,getStackPoints:function(n){var t,s=[],f=[],y=this.xAxis,e=this.yAxis,o=e.stacks[this.stackKey],r={},h=this.index,c=e.series,l=c.length,a=i(e.options.reversedStacks,!0)?1:-1,v;if(n=n||this.points,this.options.stacking){for(t=0;t<n.length;t++)n[t].leftNull=n[t].rightNull=void 0,r[n[t].x]=n[t];u(o,function(n,t){null!==n.total&&f.push(t)});f.sort(function(n,t){return n-t});v=c.map(function(n){return n.visible});f.forEach(function(n,i){var c,p,u=0;if(r[n]&&!r[n].isNull)s.push(r[n]),[-1,1].forEach(function(u){var y=1===u?"rightNull":"leftNull",e=0,s=o[f[i+u]];if(s)for(t=h;0<=t&&t<l;)(c=s.points[t])||(t===h?r[n][y]=!0:v[t]&&(p=o[n].points[t])&&(e-=p[1]-p[0])),t+=a;r[n][1===u?"rightCliff":"leftCliff"]=e});else{for(t=h;0<=t&&t<l;){if(c=o[n].points[t]){u=c[1];break}t+=a}u=e.translate(u,0,1,0,1);s.push({isNull:!0,plotX:y.translate(n,0,0,0,1),x:n,plotY:u,yBottom:u})}})}return s},getGraphPath:function(n){var t,o=r.prototype.getGraphPath,u=this.options,e=u.stacking,s=this.yAxis,h=[],c=[],y=this.index,p=s.stacks[this.stackKey],w=u.threshold,l=Math.round(s.getThreshold(u.threshold)),a;for(u=i(u.connectNulls,"percent"===e),a=function(t,i,r){var u=n[t],o,f,a;t=e&&p[u.x].points[y];o=u[r+"Null"]||0;(r=u[r+"Cliff"]||0,u=!0,r||o)?(f=(o?t[0]:t[1])+r,a=t[0]+r,u=!!o):!e&&n[i]&&n[i].isNull&&(f=a=w);void 0!==f&&(c.push({plotX:v,plotY:null===f?l:s.getThreshold(f),isNull:u,isCliff:!0}),h.push({plotX:v,plotY:null===a?l:s.getThreshold(a),doCurve:!1}))},n=n||this.points,e&&(n=this.getStackPoints(n)),t=0;t<n.length;t++){e||(n[t].leftCliff=n[t].rightCliff=n[t].leftNull=n[t].rightNull=void 0);var f=n[t].isNull,v=i(n[t].rectPlotX,n[t].plotX),b=i(n[t].yBottom,l);f&&!u||(u||a(t,t-1,"left"),f&&!e&&u||(c.push(n[t]),h.push({x:t,plotX:v,plotY:b})),u||a(t,t+1,"right"))}return t=o.call(this,c,!0,!0),h.reversed=!0,(f=o.call(this,h,!0,!0)).length&&(f[0]="L"),f=t.concat(f),o=o.call(this,c,!1,u),f.xMap=t.xMap,this.areaPath=f,o},drawGraph:function(){this.areaPath=[];r.prototype.drawGraph.apply(this);var n=this,t=this.areaPath,u=this.options,e=[["area","highcharts-area",this.color,u.fillColor]];this.zones.forEach(function(t,i){e.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||n.color,t.fillColor||u.fillColor])});e.forEach(function(r){var s=r[0],e=n[s],h=e?"animate":"attr",o={};e?(e.endX=n.preventGraphAnimation?null:t.xMap,e.animate({d:t})):(o.zIndex=0,(e=n[s]=n.chart.renderer.path(t).addClass(r[1]).add(n.group)).isArea=!0);n.chart.styledMode||(o.fill=i(r[3],f(r[2]).setOpacity(i(u.fillOpacity,.75)).get()));e[h](o);e.startX=t.xMap;e.shiftUnit=u.step?2:1})},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle})}),i(t,"parts/SplineSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.pick;(n=n.seriesType)("spline","line",{},{getPointSpline:function(n,t,r){var s=t.plotX,u=t.plotY,e=n[r-1];if(r=n[r+1],e&&!e.isNull&&!1!==e.doCurve&&!t.isCliff&&r&&!r.isNull&&!1!==r.doCurve&&!t.isCliff){var h=r.plotX,c=0,l=(1.5*s+e.plotX)/2.5,o=(1.5*u+(n=e.plotY))/2.5,f=(1.5*u+(r=r.plotY))/2.5;(h=(1.5*s+h)/2.5)!==l&&(c=(f-o)*(h-s)/(h-l)+u-f);f+=c;(o+=c)>n&&o>u?f=2*u-(o=Math.max(n,u)):o<n&&o<u&&(f=2*u-(o=Math.min(n,u)));f>r&&f>u?o=2*u-(f=Math.max(r,u)):f<r&&f<u&&(o=2*u-(f=Math.min(r,u)));t.rightContX=h;t.rightContY=f}return t=["C",i(e.rightContX,e.plotX),i(e.rightContY,e.plotY),i(l,s),i(o,u),s,u],e.rightContX=e.rightContY=null,t}})}),i(t,"parts/AreaSplineSeries.js",[t["parts/Globals.js"]],function(n){var t=n.seriesTypes.area.prototype;n.seriesType("areaspline","spline",n.defaultPlotOptions.area,{getStackPoints:t.getStackPoints,getGraphPath:t.getGraphPath,drawGraph:t.drawGraph,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle})}),i(t,"parts/ColumnSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var f=t.defined,e=t.extend,o=t.isNumber,i=t.pick,s=n.animObject,h=n.color,u=n.merge,r=n.Series,c=n.svg;(t=n.seriesType)("column","line",{borderRadius:0,crisp:!0,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:null,verticalAlign:null,y:null},softThreshold:!1,startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"},{cropShoulder:0,directTouch:!0,trackerGroups:["group","dataLabelsGroup"],negStacks:!0,init:function(){r.prototype.init.apply(this,arguments);var n=this,t=n.chart;t.hasRendered&&t.series.forEach(function(t){t.type===n.type&&(t.isDirty=!0)})},getColumnMetrics:function(){var n=this,t=n.options,r=n.xAxis,c=n.yAxis,u=r.options.reversedStacks,o,e,f;u=r.reversed&&!u||!r.reversed&&u;e={};f=0;!1===t.grouping?f=1:n.chart.series.forEach(function(t){var r=t.yAxis,u=t.options,i;t.type===n.type&&(t.visible||!n.chart.options.chart.ignoreHiddenSeries)&&c.len===r.len&&c.pos===r.pos&&(u.stacking?(void 0===e[o=t.stackKey]&&(e[o]=f++),i=e[o]):!1!==u.grouping&&(i=f++),t.columnIndex=i)});var s=Math.min(Math.abs(r.transA)*(r.ordinalSlope||t.pointRange||r.closestPointRange||r.tickInterval||1),r.len),l=s*t.groupPadding,h=(s-2*l)/(f||1);return t=Math.min(t.maxPointWidth||r.len,i(t.pointWidth,h*(1-2*t.pointPadding))),n.columnMetrics={width:t,offset:(h-t)/2+(l+((n.columnIndex||0)+(u?1:0))*h-s/2)*(u?-1:1)},n.columnMetrics},crispCol:function(n,t,i,r){var e=this.chart,u=this.borderWidth,f=-(u%2?.5:0);return u=u%2?.5:1,e.inverted&&e.renderer.isVML&&(u+=1),this.options.crisp&&(i=Math.round(n+i)+f,i-=n=Math.round(n)+f),r=Math.round(t+r)+u,f=.5>=Math.abs(t)&&.5<r,r-=t=Math.round(t)+u,f&&r&&(--t,r+=1),{x:n,y:t,width:i,height:r}},translate:function(){var n=this,o=n.chart,s=n.options,c=n.dense=2>n.closestPointRange*n.xAxis.transA;c=n.borderWidth=i(s.borderWidth,c?0:1);var t=n.yAxis,h=s.threshold,e=n.translatedThreshold=t.getThreshold(h),u=i(s.minPointLength,5),v=n.getColumnMetrics(),l=v.width,a=n.barW=Math.max(l,1+2*c),y=n.pointXOffset=v.offset,p=n.dataMin,w=n.dataMax;o.inverted&&(e-=.5);s.pointPadding&&(a=Math.ceil(a));r.prototype.translate.apply(n);n.points.forEach(function(r){var k=i(r.yBottom,e),s=999+Math.abs(k),nt=l,d;s=Math.min(Math.max(-s,r.plotY),t.len+s);var c=r.plotX+y,v=a,g=Math.min(s,k),b=Math.max(s,k)-g;u&&Math.abs(b)<u&&(b=u,d=!t.reversed&&!r.negative||t.reversed&&r.negative,r.y===h&&n.dataMax<=h&&t.min<h&&p!==w&&(d=!d),g=Math.abs(g-e)>u?k-u:e-(d?u:0));f(r.options.pointWidth)&&(nt=v=Math.ceil(r.options.pointWidth),c-=Math.round((nt-l)/2));r.barX=c;r.pointWidth=nt;r.tooltipPos=o.inverted?[t.len+t.pos-o.plotLeft-s,n.xAxis.len-c-v/2,b]:[c+v/2,s+t.pos-o.plotTop,b];r.shapeType=n.pointClass.prototype.shapeType||"rect";r.shapeArgs=n.crispCol.apply(n,r.isNull?[c,e,v,0]:[c,g,v,b])})},getSymbol:n.noop,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,drawGraph:function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},pointAttribs:function(n,t){var s=this.options,r=this.pointAttrToOptions||{},e=r.stroke||"borderColor",a=r["stroke-width"]||"borderWidth",o=n&&n.color||this.color,c=n&&n[e]||s[e]||this.color||o,l=n&&n[a]||s[a]||this[a]||0,v,f;return r=n&&n.options.dashStyle||s.dashStyle,v=i(s.opacity,1),n&&this.zones.length&&(f=n.getZone(),o=n.options.color||f&&(f.color||n.nonZonedColor)||this.color,f&&(c=f.borderColor||c,r=f.dashStyle||r,l=f.borderWidth||l)),t&&(t=(n=u(s.states[t],n.options.states&&n.options.states[t]||{})).brightness,o=n.color||void 0!==t&&h(o).brighten(n.brightness).get()||o,c=n[e]||c,l=n[a]||l,r=n.dashStyle||r,v=i(n.opacity,v)),e={fill:o,stroke:c,"stroke-width":l,opacity:v},r&&(e.dashstyle=r),e},drawPoints:function(){var i,t=this,r=this.chart,n=t.options,f=r.renderer,e=n.animationLimit||250;t.points.forEach(function(s){var h=s.graphic,c=h&&r.pointCount<e?"animate":"attr";o(s.plotY)&&null!==s.y?(i=s.shapeArgs,h&&s.hasNewShapeType()&&(h=h.destroy()),h?h[c](u(i)):s.graphic=h=f[s.shapeType](i).add(s.group||t.group),n.borderRadius&&h[c]({r:n.borderRadius}),r.styledMode||h[c](t.pointAttribs(s,s.selected&&"select")).shadow(!1!==s.allowShadow&&n.shadow,null,n.stacking&&!n.borderRadius),h.addClass(s.getClassName(),!0)):h&&(s.graphic=h.destroy())})},animate:function(n){var t=this,i=this.yAxis,h=t.options,f=this.chart.inverted,r={},o=f?"translateX":"translateY",u;c&&(n?(r.scaleY=.001,n=Math.min(i.pos+i.len,Math.max(i.pos,i.toPixels(h.threshold))),f?r.translateX=n-i.len:r.translateY=n,t.clipBox&&t.setClip(),t.group.attr(r)):(u=t.group.attr(o),t.group.animate({scaleY:1},e(s(t.options.animation),{step:function(n,f){r[o]=u+f.pos*(i.pos-u);t.group.attr(r)}})),t.animate=null))},remove:function(){var n=this,t=n.chart;t.hasRendered&&t.series.forEach(function(t){t.type===n.type&&(t.isDirty=!0)});r.prototype.remove.apply(n,arguments)}})}),i(t,"parts/BarSeries.js",[t["parts/Globals.js"]],function(n){(n=n.seriesType)("bar","column",null,{inverted:!0})}),i(t,"parts/ScatterSeries.js",[t["parts/Globals.js"]],function(n){var t=n.Series;n.seriesType("scatter","line",{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●<\/span> <span style="font-size: 10px"> {series.name}<\/span><br/>',pointFormat:"x: <b>{point.x}<\/b><br/>y: <b>{point.y}<\/b><br/>"}},{sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1,drawGraph:function(){this.options.lineWidth&&t.prototype.drawGraph.call(this)},applyJitter:function(){var t=this,n=this.options.jitter,i=this.points.length;n&&this.points.forEach(function(r,u){["x","y"].forEach(function(f,e){var s="plot"+f.toUpperCase(),o,h,c;n[f]&&!r.isNull&&(o=t[f+"Axis"],h=n[f]*o.transA,o&&!o.isLog&&(c=Math.max(0,r[s]-h),o=Math.min(o.len,r[s]+h),e=1e4*Math.sin(u+e*i),r[s]=c+(o-c)*(e-Math.floor(e)),"x"===f&&(r.clientX=r.plotX)))})})}});n.addEvent(t,"afterTranslate",function(){this.applyJitter&&this.applyJitter()})}),i(t,"mixins/centered-series.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.isNumber,r=t.pick,u=n.deg2rad,f=n.relativeLength;n.CenteredSeriesMixin={getCenter:function(){var i=this.options,u=this.chart,e=2*(i.slicedOffset||0),s=u.plotWidth-2*e,n,t,h,o;for(u=u.plotHeight-2*e,n=i.center,n=[r(n[0],"50%"),r(n[1],"50%"),i.size||"100%",i.innerSize||0],h=Math.min(s,u),t=0;4>t;++t)o=n[t],i=2>t||2===t&&/%$/.test(o),n[t]=f(o,[s,u,h,n[2]][t])+(i?e:0);return n[3]>n[2]&&(n[3]=n[2]),n},getStartAndEndRadians:function(n,t){return n=i(n)?n:0,t=i(t)&&t>n&&360>t-n?t:n+360,{start:u*(n+-90),end:u*(t+-90)}}}}),i(t,"parts/PieSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var e=t.defined,o=t.isNumber,i=t.pick,s=t.setAnimation,r=n.addEvent,h=(t=n.CenteredSeriesMixin).getStartAndEndRadians,u=n.merge,f=n.noop,c=n.Point,l=n.Series,a=n.fireEvent;n.seriesType("pie","line",{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,distance:30,enabled:!0,formatter:function(){if(!this.point.isNull)return this.point.name},softConnector:!0,x:0,connectorShape:"fixedOffset",crookDistance:"70%"},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}},{isCartesian:!1,requireSorting:!1,directTouch:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],axisTypes:[],pointAttribs:n.seriesTypes.column.prototype.pointAttribs,animate:function(n){var t=this,i=t.startAngleRad;n||(t.points.forEach(function(n){var r=n.graphic,u=n.shapeArgs;r&&(r.attr({r:n.startR||t.center[3]/2,start:i,end:i}),r.animate({r:u.r,start:u.start,end:u.end},t.options.animation))}),t.animate=null)},hasData:function(){return!!this.processedXData.length},updateTotals:function(){for(var i=0,r=this.points,u=r.length,f=this.options.ignoreHiddenPoint,n,t=0;t<u;t++)n=r[t],i+=f&&!n.visible||n.isNull?0:n.y;for(this.total=i,t=0;t<u;t++)(n=r[t]).percentage=0<i&&(n.visible||!f)?n.y/i*100:0,n.total=i},generatePoints:function(){l.prototype.generatePoints.call(this);this.updateTotals()},getX:function(n,t,i){var r=this.center,u=this.radii?this.radii[i.index]:r[2]/2;return r[0]+(t?-1:1)*Math.cos(Math.asin(Math.max(Math.min((n-r[1])/(u+i.labelDistance),1),-1)))*(u+i.labelDistance)+(0<i.labelDistance?(t?-1:1)*this.options.dataLabels.padding:0)},translate:function(t){var v,b,l,k,r,e,u,o,s;this.generatePoints();var y=0,f=this.options,p=f.slicedOffset,d=p+(f.borderWidth||0),c=h(f.startAngle,f.endAngle),w=this.startAngleRad=c.start;for(c=(this.endAngleRad=c.end)-w,v=this.points,b=f.dataLabels.distance,f=f.ignoreHiddenPoint,k=v.length,t||(this.center=t=this.getCenter()),l=0;l<k;l++)r=v[l],e=w+y*c,f&&!r.visible||(y+=r.percentage/100),u=w+y*c,r.shapeType="arc",r.shapeArgs={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*e)/1e3,end:Math.round(1e3*u)/1e3},r.labelDistance=i(r.options.dataLabels&&r.options.dataLabels.distance,b),r.labelDistance=n.relativeLength(r.labelDistance,r.shapeArgs.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,r.labelDistance),(u=(u+e)/2)>1.5*Math.PI?u-=2*Math.PI:u<-Math.PI/2&&(u+=2*Math.PI),r.slicedTranslation={translateX:Math.round(Math.cos(u)*p),translateY:Math.round(Math.sin(u)*p)},o=Math.cos(u)*t[2]/2,s=Math.sin(u)*t[2]/2,r.tooltipPos=[t[0]+.7*o,t[1]+.7*s],r.half=u<-Math.PI/2||u>Math.PI/2?1:0,r.angle=u,e=Math.min(d,r.labelDistance/5),r.labelPosition={natural:{x:t[0]+o+Math.cos(u)*r.labelDistance,y:t[1]+s+Math.sin(u)*r.labelDistance},final:{},alignment:0>r.labelDistance?"center":r.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+o+Math.cos(u)*e,y:t[1]+s+Math.sin(u)*e},touchingSliceAt:{x:t[0]+o,y:t[1]+s}}};a(this,"afterTranslate")},drawEmpty:function(){var n=this.options,t,i;0===this.total?(t=this.center[0],i=this.center[1],this.graph||(this.graph=this.chart.renderer.circle(t,i,0).addClass("highcharts-graph").add(this.group)),this.graph.animate({"stroke-width":n.borderWidth,cx:t,cy:i,r:this.center[2]/2,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})):this.graph&&(this.graph=this.graph.destroy())},redrawPoints:function(){var r,n,f,e,t=this,i=t.chart,s=i.renderer,o=t.options.shadow;this.drawEmpty();!o||t.shadowGroup||i.styledMode||(t.shadowGroup=s.g("shadow").attr({zIndex:-1}).add(t.group));t.points.forEach(function(h){var l={},c;(n=h.graphic,!h.isNull&&n)?((e=h.shapeArgs,r=h.getTranslate(),i.styledMode)||(c=h.shadowGroup,o&&!c&&(c=h.shadowGroup=s.g("shadow").add(t.shadowGroup)),c&&c.attr(r),f=t.pointAttribs(h,h.selected&&"select")),h.delayedRendering?(n.setRadialReference(t.center).attr(e).attr(r),i.styledMode||n.attr(f).attr({"stroke-linejoin":"round"}).shadow(o,c),h.delayedRendering=!1):(n.setRadialReference(t.center),i.styledMode||u(!0,l,f),u(!0,l,e,r),n.animate(l)),n.attr({visibility:h.visible?"inherit":"hidden"}),n.addClass(h.getClassName())):n&&(h.graphic=n.destroy())})},drawPoints:function(){var n=this.chart.renderer;this.points.forEach(function(t){t.graphic||(t.graphic=n[t.shapeType](t.shapeArgs).add(t.series.group),t.delayedRendering=!0)})},searchPoint:f,sortByAngle:function(n,t){n.sort(function(n,i){return void 0!==n.angle&&(i.angle-n.angle)*t})},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,getCenter:t.getCenter,getSymbol:f,drawGraph:null},{init:function(){var n,t;return c.prototype.init.apply(this,arguments),n=this,n.name=i(n.name,"Slice"),t=function(t){n.slice("select"===t.type)},r(n,"select",t),r(n,"unselect",t),n},isValid:function(){return o(this.y)&&0<=this.y},setVisible:function(n,t){var r=this,u=r.series,f=u.chart,e=u.options.ignoreHiddenPoint;t=i(t,e);n!==r.visible&&(r.visible=r.options.visible=n=void 0===n?!r.visible:n,u.options.data[u.data.indexOf(r)]=r.options,["graphic","dataLabel","connector","shadowGroup"].forEach(function(t){r[t]&&r[t][n?"show":"hide"](!0)}),r.legendItem&&f.legend.colorizeItem(r,n),n||"hover"!==r.state||r.setState(""),e&&(u.isDirty=!0),t&&f.redraw())},slice:function(n,t,r){var u=this.series;s(r,u.chart);i(t,!0);this.sliced=this.options.sliced=e(n)?n:!this.sliced;u.options.data[u.data.indexOf(this)]=this.options;this.graphic.animate(this.getTranslate());this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},getTranslate:function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},haloPath:function(n){var t=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(t.x,t.y,t.r+n,t.r+n,{innerR:t.r-1,start:t.start,end:t.end})},connectorShapes:{fixedOffset:function(n,t,i){var r=t.breakAt;return t=t.touchingSliceAt,["M",n.x,n.y].concat(i.softConnector?["C",n.x+("left"===n.alignment?-5:5),n.y,2*r.x-t.x,2*r.y-t.y,r.x,r.y]:["L",r.x,r.y]).concat(["L",t.x,t.y])},straight:function(n,t){return["M",n.x,n.y,"L",(t=t.touchingSliceAt).x,t.y]},crookedLine:function(t,i,r){var e;i=i.touchingSliceAt;var u=this.series,f=u.center[0],s=u.chart.plotWidth,o=u.chart.plotLeft;return u=t.alignment,e=this.shapeArgs.r,r=n.relativeLength(r.crookDistance,1),f=["L",r="left"===u?f+e+(s+o-f-e)*(1-r):o+(f-e)*r,t.y],("left"===u?r>t.x||r<i.x:r<t.x||r>i.x)&&(f=[]),["M",t.x,t.y].concat(f).concat(["L",i.x,i.y])}},getConnectorPath:function(){var n=this.labelPosition,i=this.series.options.dataLabels,t=i.connectorShape,r=this.connectorShapes;return r[t]&&(t=r[t]),t.call(this,{x:n.final.x,y:n.final.y,alignment:n.alignment},n.connectorPosition,i)}})}),i(t,"parts/DataLabels.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var c=t.arrayMax,u=t.defined,h=t.extend,f=t.isArray,l=t.objectEach,i=t.pick,a=t.splat,v=n.format,e=n.merge;t=n.noop;var y=n.relativeLength,o=n.Series,r=n.seriesTypes,s=n.stableSort;n.distribute=function(t,r,u){function c(n,t){return n.target-t.target}for(var o=!0,e=t,l=[],h=0,a=e.reducedLen||r,f=t.length;f--;)h+=t[f].size;if(h>a){for(s(t,function(n,t){return(t.rank||0)-(n.rank||0)}),h=f=0;h<=a;)h+=t[f].size,f++;l=t.splice(f-1,t.length)}for(s(t,c),t=t.map(function(n){return{size:n.size,targets:[n.target],align:i(n.align,.5)}});o;){for(f=t.length;f--;)o=t[f],h=(Math.min.apply(0,o.targets)+Math.max.apply(0,o.targets))/2,o.pos=Math.min(Math.max(0,h-o.size*o.align),r-o.size);for(f=t.length,o=!1;f--;)0<f&&t[f-1].pos+t[f-1].size>t[f].pos&&(t[f-1].size+=t[f].size,t[f-1].targets=t[f-1].targets.concat(t[f].targets),t[f-1].align=.5,t[f-1].pos+t[f-1].size>r&&(t[f-1].pos=r-t[f-1].size),t.splice(f,1),o=!0)}e.push.apply(e,l);f=0;t.some(function(t){var i=0;if(t.targets.some(function(){if(e[f].pos=t.pos+i,Math.abs(e[f].pos-e[f].target)>u)return e.slice(0,f+1).forEach(function(n){delete n.pos}),e.reducedLen=(e.reducedLen||r)-.1*r,e.reducedLen>.1*r&&n.distribute(e,r,u),!0;i+=e[f].size;f++}))return!0});s(e,c)};o.prototype.drawDataLabels=function(){function c(n,t){var i,r=[];if(f(n)&&!f(t))r=n.map(function(n){return e(n,t)});else if(f(t)&&!f(n))r=t.map(function(t){return e(n,t)});else if(f(n)||f(t))for(i=Math.max(n.length,t.length);i--;)r[i]=e(n[i],t[i]);else r=e(n,t);return r}var t=this,r=t.chart,s=t.options,o=s.dataLabels,d=t.points,y=t.hasRendered||0,b=n.animObject(s.animation).duration,p=Math.min(b,200),k=!r.renderer.forExport&&i(o.defer,0<p),w=r.renderer,h;(o=c(c(r.options.plotOptions&&r.options.plotOptions.series&&r.options.plotOptions.series.dataLabels,r.options.plotOptions&&r.options.plotOptions[t.type]&&r.options.plotOptions[t.type].dataLabels),o),n.fireEvent(this,"drawDataLabels"),f(o)||o.enabled||t._hasPointLabels)&&(h=t.plotGroup("dataLabelsGroup","data-labels",k&&!y?"hidden":"inherit",o.zIndex||6),k&&(h.attr({opacity:+y}),y||setTimeout(function(){var n=t.dataLabelsGroup;n&&(t.visible&&h.show(!0),n[s.animation?"animate":"attr"]({opacity:1},{duration:p}))},b-p)),d.forEach(function(n){a(c(o,n.dlOptions||n.options&&n.options.dataLabels)).forEach(function(f,e){var p=f.enabled&&(!n.isNull||n.dataLabelOnNull)&&function(n,t){var i=t.filter;return!i||(t=i.operator,n=n[i.property],i=i.value,">"===t&&n>i||"<"===t&&n<i||">="===t&&n>=i||"<="===t&&n<=i||"=="===t&&n==i||"==="===t&&n===i)}(n,f),o=n.dataLabels?n.dataLabels[e]:n.dataLabel,d=n.connectors?n.connectors[e]:n.connector,k=i(f.distance,n.labelDistance),g=!o,a,c,b,y;p&&(a=n.getLabelConfig(),c=i(f[n.formatPrefix+"Format"],f.format),a=u(c)?v(c,a,r.time):(f[n.formatPrefix+"Formatter"]||f.formatter).call(a,f),c=f.style,b=f.rotation,r.styledMode||(c.color=i(f.color,c.color,t.color,"#000000"),"contrast"===c.color&&(n.contrastColor=w.getContrast(n.color||t.color),c.color=!u(k)&&f.inside||0>k||s.stacking?n.contrastColor:"#000000"),s.cursor&&(c.cursor=s.cursor)),y={r:f.borderRadius||0,rotation:b,padding:f.padding,zIndex:1},r.styledMode||(y.fill=f.backgroundColor,y.stroke=f.borderColor,y["stroke-width"]=f.borderWidth),l(y,function(n,t){void 0===n&&delete y[t]}));!o||p&&u(a)?p&&u(a)&&(o?y.text=a:(n.dataLabels=n.dataLabels||[],o=n.dataLabels[e]=b?w.text(a,0,-9999).addClass("highcharts-data-label"):w.label(a,0,-9999,f.shape,null,null,f.useHTML,null,"data-label"),e||(n.dataLabel=o),o.addClass(" highcharts-data-label-color-"+n.colorIndex+" "+(f.className||"")+(f.useHTML?" highcharts-tracker":""))),o.options=f,o.attr(y),r.styledMode||o.css(c).shadow(f.shadow),o.added||o.add(h),f.textPath&&!f.useHTML&&o.setTextPath(n.getDataLabelPath&&n.getDataLabelPath(o)||n.graphic,f.textPath),t.alignDataLabel(n,o,f,null,g)):(n.dataLabel=n.dataLabel&&n.dataLabel.destroy(),n.dataLabels&&(1===n.dataLabels.length?delete n.dataLabels:delete n.dataLabels[e]),e||delete n.dataLabel,d&&(n.connector=n.connector.destroy(),n.connectors&&(1===n.connectors.length?delete n.connectors:delete n.connectors[e])))})}));n.fireEvent(this,"afterDrawDataLabels")};o.prototype.alignDataLabel=function(n,t,r,u,f){var o=this.chart,l=this.isCartesian&&o.inverted,e=i(n.dlBox&&n.dlBox.centerX,n.plotX,-9999),c=i(n.plotY,-9999),s=t.getBBox(),a=r.rotation,v=r.align,y=this.visible&&(n.series.forceDL||o.isInsidePlot(e,Math.round(c),l)||u&&o.isInsidePlot(e,l?u.x+1:u.y+u.height-1,l)),p="justify"===i(r.overflow,"justify"),w;y&&(w=o.renderer.fontMetrics(o.styledMode?void 0:r.style.fontSize,t).b,u=h({x:l?this.yAxis.len-c:e,y:Math.round(l?this.xAxis.len-e:c),width:0,height:0},u),h(r,{width:s.width,height:s.height}),a?(p=!1,e=o.renderer.rotCorr(w,a),t[f?"attr":"animate"](e={x:u.x+r.x+u.width/2+e.x,y:u.y+r.y+{top:0,middle:.5,bottom:1}[r.verticalAlign]*u.height}).attr({align:v}),c=180<(c=(a+720)%360)&&360>c,"left"===v?e.y-=c?s.height:0:"center"===v?(e.x-=s.width/2,e.y-=s.height/2):"right"===v&&(e.x-=s.width,e.y-=c?0:s.height),t.placed=!0,t.alignAttr=e):(t.align(r,null,u),e=t.alignAttr),p&&0<=u.height?this.justifyDataLabel(t,r,e,s,u,f):i(r.crop,!0)&&(y=o.isInsidePlot(e.x,e.y)&&o.isInsidePlot(e.x+s.width,e.y+s.height)),r.shape&&!a&&t[f?"attr":"animate"]({anchorX:l?o.plotWidth-n.plotY:n.plotX,anchorY:l?o.plotHeight-n.plotX:n.plotY}));y||(t.hide(!0),t.placed=!1)};o.prototype.justifyDataLabel=function(n,t,i,r,u,f){var s=this.chart,c=t.align,l=t.verticalAlign,h=n.box?0:n.padding||0,e=i.x+h,o;return 0>e&&("right"===c?(t.align="left",t.inside=!0):t.x=-e,o=!0),(e=i.x+r.width-h)>s.plotWidth&&("left"===c?(t.align="right",t.inside=!0):t.x=s.plotWidth-e,o=!0),0>(e=i.y+h)&&("bottom"===l?(t.verticalAlign="top",t.inside=!0):t.y=-e,o=!0),(e=i.y+r.height-h)>s.plotHeight&&("top"===l?(t.verticalAlign="bottom",t.inside=!0):t.y=s.plotHeight-e,o=!0),o&&(n.placed=!f,n.align(t,null,u)),o};r.pie&&(r.pie.prototype.dataLabelPositioners={radialDistributionY:function(n){return n.top+n.distributeBox.pos},radialDistributionX:function(n,t,i,r){return n.getX(i<t.top+2||i>t.bottom-2?r:i,t.half,t)},justify:function(n,t,i){return i[0]+(n.half?-1:1)*(t+n.labelDistance)},alignToPlotEdges:function(n,t,i,r){return n=n.getBBox().width,t?n+r:i-n-r},alignToConnectors:function(n,t,i,r){var f,u=0;return n.forEach(function(n){(f=n.dataLabel.getBBox().width)>u&&(u=f)}),t?u+r:i-u-r}},r.pie.prototype.drawDataLabels=function(){var r,et,v,h,w,b,k,f,l,d,tt,ut,t=this,ot=t.data,y=t.chart,a=t.options.dataLabels,p=a.connectorPadding,it=y.plotWidth,st=y.plotHeight,ht=y.plotLeft,ct=Math.round(y.chartWidth/3),ft=t.center,g=ft[2]/2,rt=ft[1],lt=[[],[]],s=[0,0,0,0],nt=t.dataLabelPositioners;t.visible&&(a.enabled||t._hasPointLabels)&&(ot.forEach(function(n){n.dataLabel&&n.visible&&n.dataLabel.shortened&&(n.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),n.dataLabel.shortened=!1)}),o.prototype.drawDataLabels.apply(t),ot.forEach(function(n){n.dataLabel&&(n.visible?(lt[n.half].push(n),n.dataLabel._pos=null,!u(a.style.width)&&!u(n.options.dataLabels&&n.options.dataLabels.style&&n.options.dataLabels.style.width)&&n.dataLabel.getBBox().width>ct&&(n.dataLabel.css({width:.7*ct}),n.dataLabel.shortened=!0)):(n.dataLabel=n.dataLabel.destroy(),n.dataLabels&&1===n.dataLabels.length&&delete n.dataLabels))}),lt.forEach(function(e,o){var v,et=e.length,ut=[],c,ot;if(et)for((t.sortByAngle(e,o-.5),0<t.maxLabelDistance)&&(c=Math.max(0,rt-g-t.maxLabelDistance),ot=Math.min(rt+g+t.maxLabelDistance,y.plotHeight),e.forEach(function(n){0<n.labelDistance&&n.dataLabel&&(n.top=Math.max(0,rt-g-n.labelDistance),n.bottom=Math.min(rt+g+n.labelDistance,y.plotHeight),v=n.dataLabel.getBBox().height||21,n.distributeBox={target:n.labelPosition.natural.y-n.top+v/2,size:v,rank:n.y},ut.push(n.distributeBox))}),n.distribute(ut,c=ot+v-c,c/5)),tt=0;tt<et;tt++){if(h=(r=e[tt]).dataLabel,d=!1===r.visible?"hidden":"inherit",l=c=(b=r.labelPosition).natural.y,ut&&u(r.distributeBox)&&(void 0===r.distributeBox.pos?d="hidden":(k=r.distributeBox.size,l=nt.radialDistributionY(r))),delete r.positionIndex,a.justify)f=nt.justify(r,g,ft);else switch(a.alignTo){case"connectors":f=nt.alignToConnectors(e,o,it,ht);break;case"plotEdges":f=nt.alignToPlotEdges(h,o,it,ht);break;default:f=nt.radialDistributionX(t,r,l,c)}h._attr={visibility:d,align:b.alignment};h._pos={x:f+a.x+({left:p,right:-p}[b.alignment]||0),y:l+a.y-10};b.final.x=f;b.final.y=l;i(a.crop,!0)&&(w=h.getBBox().width,c=null,f-w<p&&1===o?(c=Math.round(w-f+p),s[3]=Math.max(c,s[3])):f+w>it-p&&0===o&&(c=Math.round(f+w-it+p),s[1]=Math.max(c,s[1])),0>l-k/2?s[0]=Math.max(Math.round(k/2-l),s[0]):l+k/2>st&&(s[2]=Math.max(Math.round(l+k/2-st),s[2])),h.sideOverflow=c)}}),0===c(s)||this.verifyDataLabelOverflow(s))&&(this.placeDataLabels(),this.points.forEach(function(n){var r;ut=e(a,n.options.dataLabels);(et=i(ut.connectorWidth,1))&&(v=n.connector,(h=n.dataLabel)&&h._pos&&n.visible&&0<n.labelDistance?(d=h._attr.visibility,(r=!v)&&(n.connector=v=y.renderer.path().addClass("highcharts-data-label-connector  highcharts-color-"+n.colorIndex+(n.className?" "+n.className:"")).add(t.dataLabelsGroup),y.styledMode||v.attr({"stroke-width":et,stroke:ut.connectorColor||n.color||"#666666"})),v[r?"attr":"animate"]({d:n.getConnectorPath()}),v.attr("visibility",d)):v&&(n.connector=v.destroy()))}))},r.pie.prototype.placeDataLabels=function(){this.points.forEach(function(n){var i,t=n.dataLabel;t&&n.visible&&((i=t._pos)?(t.sideOverflow&&(t._attr.width=Math.max(t.getBBox().width-t.sideOverflow,0),t.css({width:t._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),t.shortened=!0),t.attr(t._attr),t[t.moved?"animate":"attr"](i),t.moved=!0):t&&t.attr({y:-9999}));delete n.distributeBox},this)},r.pie.prototype.alignDataLabel=t,r.pie.prototype.verifyDataLabelOverflow=function(n){var t=this.center,r=this.options,e=r.center,u=r.minSize||80,f=null!==r.size,i;return f||(null!==e[0]?i=Math.max(t[2]-Math.max(n[1],n[3]),u):(i=Math.max(t[2]-n[1]-n[3],u),t[0]+=(n[3]-n[1])/2),null!==e[1]?i=Math.max(Math.min(i,t[2]-Math.max(n[0],n[2])),u):(i=Math.max(Math.min(i,t[2]-n[0]-n[2]),u),t[1]+=(n[0]-n[2])/2),i<t[2]?(t[2]=i,t[3]=Math.min(y(r.innerSize||0,i),i),this.translate(t),this.drawDataLabels&&this.drawDataLabels()):f=!0),f});r.column&&(r.column.prototype.alignDataLabel=function(n,t,r,u,f){var s=this.chart.inverted,h=n.series,c=n.dlBox||n.shapeArgs,l=i(n.below,n.plotY>i(this.translatedThreshold,h.yAxis.len)),a=i(r.inside,!!this.options.stacking);c&&(0>(u=e(c)).y&&(u.height+=u.y,u.y=0),0<(c=u.y+u.height-h.yAxis.len)&&(u.height-=c),s&&(u={x:h.yAxis.len-u.y-u.height,y:h.xAxis.len-u.x-u.width,width:u.height,height:u.width}),a||(s?(u.x+=l?0:u.width,u.width=0):(u.y+=l?u.height:0,u.height=0)));r.align=i(r.align,!s||a?"center":l?"right":"left");r.verticalAlign=i(r.verticalAlign,s||a?"middle":l?"top":"bottom");o.prototype.alignDataLabel.call(this,n,t,r,u,f);r.inside&&n.contrastColor&&t.css({color:n.contrastColor})})}),i(t,"modules/overlapping-datalabels.src.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.isArray,i=t.objectEach,u=t.pick,f=n.fireEvent;n.addEvent(t=n.Chart,"render",function(){var n=[];(this.labelCollectors||[]).forEach(function(t){n=n.concat(t())});(this.yAxis||[]).forEach(function(t){t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&i(t.stacks,function(t){i(t,function(t){n.push(t.label)})})});(this.series||[]).forEach(function(t){t.visible&&(!1!==t.options.dataLabels.enabled||t._hasPointLabels)&&t.points.forEach(function(t){t.visible&&(r(t.dataLabels)?t.dataLabels:t.dataLabel?[t.dataLabel]:[]).forEach(function(i){var r=i.options;i.labelrank=u(r.labelrank,t.labelrank,t.shapeArgs&&t.shapeArgs.height);r.allowOverlap||n.push(i)})})});this.hideOverlappingLabels(n)});t.prototype.hideOverlappingLabels=function(n){for(var t,o,h=this,s=n.length,c=h.renderer,e=function(n){var u=n.box?0:n.padding||0,r=0,t,i;if(n&&(!n.alignAttr||n.placed))return t=n.attr("x"),i=n.attr("y"),t="number"==typeof t&&"number"==typeof i?{x:t,y:i}:n.alignAttr,i=n.parentGroup,n.width||(r=n.getBBox(),n.width=r.width,n.height=r.height,r=c.fontMetrics(null,n.element).h),{x:t.x+(i.translateX||0)+u,y:t.y+(i.translateY||0)+u-r,width:n.width-2*u,height:n.height-2*u}},i,r,u=0;u<s;u++)(t=n[u])&&(t.oldOpacity=t.opacity,t.newOpacity=1,t.absoluteBox=e(t));for(n.sort(function(n,t){return(t.labelrank||0)-(n.labelrank||0)}),u=0;u<s;u++)for(i=(e=n[u])&&e.absoluteBox,t=u+1;t<s;++t)r=(o=n[t])&&o.absoluteBox,!i||!r||e===o||0===e.newOpacity||0===o.newOpacity||r.x>i.x+i.width||r.x+r.width<i.x||r.y>i.y+i.height||r.y+r.height<i.y||((e.labelrank<o.labelrank?e:o).newOpacity=0);n.forEach(function(n){var i,t;n&&(t=n.newOpacity,n.oldOpacity!==t&&(n.alignAttr&&n.placed?(t?n.show(!0):i=function(){n.hide(!0);n.placed=!1},n.alignAttr.opacity=t,n[n.isOld?"animate":"attr"](n.alignAttr,null,i),f(h,"afterHideOverlappingLabels")):n.attr({opacity:t})),n.isOld=!0)})}}),i(t,"parts/Interaction.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var a=t.defined,f=t.extend,v=t.isArray,y=t.isObject,p=t.objectEach,r=t.pick,o=n.addEvent;t=n.Chart;var w=n.createElement,s=n.css,b=n.defaultOptions,k=n.defaultPlotOptions,i=n.fireEvent,h=n.hasTouch,d=n.Legend,c=n.merge,l=n.Point,g=n.Series,u=n.seriesTypes,nt=n.svg,e=n.TrackerMixin={drawTrackerPoint:function(){var r,n=this,u=n.chart,t=u.pointer,f=function(n){var i=t.getPointFromEvent(n);void 0!==i&&(t.isDirectTouch=!0,i.onMouseOver(n))};n.points.forEach(function(n){r=v(n.dataLabels)?n.dataLabels:n.dataLabel?[n.dataLabel]:[];n.graphic&&(n.graphic.element.point=n);r.forEach(function(t){t.div?t.div.point=n:t.element.point=n})});n._hasTracking||(n.trackerGroups.forEach(function(i){n[i]&&(n[i].addClass("highcharts-tracker").on("mouseover",f).on("mouseout",function(n){t.onTrackerMouseOut(n)}),h&&n[i].on("touchstart",f),!u.styledMode&&n.options.cursor&&n[i].css(s).css({cursor:n.options.cursor}))}),n._hasTracking=!0);i(this,"afterDrawTracker")},drawTrackerGraph:function(){var t,n=this,e=n.options,f=e.trackByArea,r=[].concat(f?n.areaPath:n.graphPath),o=r.length,u=n.chart,v=u.pointer,y=u.renderer,s=u.options.tooltip.snap,c=n.tracker,l=function(){u.hoverSeries!==n&&n.onMouseOver()},a="rgba(192,192,192,"+(nt?.0001:.002)+")";if(o&&!f)for(t=o+1;t--;)"M"===r[t]&&r.splice(t+1,0,r[t+1]-s,r[t+2],"L"),(t&&"M"===r[t]||t===o)&&r.splice(t,0,"L",r[t-2]+s,r[t-1]);c?c.attr({d:r}):n.graph&&(n.tracker=y.path(r).attr({visibility:n.visible?"visible":"hidden",zIndex:2}).addClass(f?"highcharts-tracker-area":"highcharts-tracker-line").add(n.group),u.styledMode||n.tracker.attr({"stroke-linejoin":"round",stroke:a,fill:f?a:"none","stroke-width":n.graph.strokeWidth()+(f?0:2*s)}),[n.tracker,n.markerGroup].forEach(function(n){n.addClass("highcharts-tracker").on("mouseover",l).on("mouseout",function(n){v.onTrackerMouseOut(n)});e.cursor&&!u.styledMode&&n.css({cursor:e.cursor});h&&n.on("touchstart",l)}));i(this,"afterDrawTracker")}};u.column&&(u.column.prototype.drawTracker=e.drawTrackerPoint);u.pie&&(u.pie.prototype.drawTracker=e.drawTrackerPoint);u.scatter&&(u.scatter.prototype.drawTracker=e.drawTrackerPoint);f(d.prototype,{setItemEvents:function(n,t,r){var u=this,e=u.chart.renderer.boxWrapper,f=n instanceof l,o="highcharts-legend-"+(f?"point":"series")+"-active",s=u.chart.styledMode;(r?t:n.legendGroup).on("mouseover",function(){n.visible&&u.allItems.forEach(function(t){n!==t&&t.setState("inactive",!f)});n.setState("hover");n.visible&&e.addClass(o);s||t.css(u.options.itemHoverStyle)}).on("mouseout",function(){u.chart.styledMode||t.css(c(n.visible?u.itemStyle:u.itemHiddenStyle));u.allItems.forEach(function(t){n!==t&&t.setState("",!f)});e.removeClass(o);n.setState()}).on("click",function(t){var r=function(){n.setVisible&&n.setVisible();u.allItems.forEach(function(t){n!==t&&t.setState(n.visible?"inactive":"",!f)})};e.removeClass(o);t={browserEvent:t};n.firePointEvent?n.firePointEvent("legendItemClick",t,r):i(n,"legendItemClick",t,r)})},createCheckboxForItem:function(n){n.checkbox=w("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:n.selected,defaultChecked:n.selected},this.options.itemCheckboxStyle,this.chart.container);o(n.checkbox,"click",function(t){i(n.series||n,"checkboxClick",{checked:t.target.checked,item:n},function(){n.select()})})}});f(t.prototype,{showResetZoom:function(){function e(){t.zoomOut()}var t=this,r=b.lang,n=t.options.chart.resetZoomButton,u=n.theme,f=u.states,o="chart"===n.relativeTo||"spaceBox"===n.relativeTo?null:"plotBox";i(this,"beforeShowResetZoom",null,function(){t.resetZoomButton=t.renderer.button(r.resetZoom,null,null,e,u,f&&f.hover).attr({align:n.position.align,title:r.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(n.position,!1,o)});i(this,"afterShowResetZoom")},zoomOut:function(){i(this,"selection",{resetSelection:!0},this.zoom)},zoom:function(n){var f,t=this,i=t.pointer,e=!1,o=t.inverted?i.mouseDownX:i.mouseDownY,u;!n||n.resetSelection?(t.axes.forEach(function(n){f=n.zoom()}),i.initiated=!1):n.xAxis.concat(n.yAxis).forEach(function(n){var r=n.axis,u=t.inverted?r.left:r.top,s=r.isXAxis,h=!1;(!s&&o>=u&&o<=(t.inverted?u+r.width:u+r.height)||s||!a(o))&&(h=!0);i[s?"zoomX":"zoomY"]&&h&&(f=r.zoom(n.min,n.max),r.displayBtn&&(e=!0))});u=t.resetZoomButton;e&&!u?t.showResetZoom():!e&&y(u)&&(t.resetZoomButton=u.destroy());f&&t.redraw(r(t.options.chart.animation,n&&n.animation,100>t.pointCount))},pan:function(n,t){var u,r=this,f=r.hoverPoints;i(this,"pan",{originalEvent:n},function(){f&&f.forEach(function(n){n.setState()});("xy"===t?[1,0]:[1]).forEach(function(t){var c=(t=r[t?"xAxis":"yAxis"][0]).horiz,l=n[c?"chartX":"chartY"],f=r[c=c?"mouseDownX":"mouseDownY"],s=(t.pointRange||0)/2,o=t.reversed&&!r.inverted||!t.reversed&&r.inverted?-1:1,e=t.getExtremes(),i=t.toValue(f-l,!0)+s*o,h=(o=t.toValue(f+t.len-l,!0)-s*o)<i;f=h?o:i;i=h?i:o;0<(h=(o=Math.min(e.dataMin,s?e.min:t.toValue(t.toPixels(e.min)-t.minPixelPadding)))-f)&&(i+=h,f=o);0<(h=i-(s=Math.max(e.dataMax,s?e.max:t.toValue(t.toPixels(e.max)+t.minPixelPadding))))&&(i=s,f-=h);t.series.length&&f!==e.min&&i!==e.max&&(t.setExtremes(f,i,!1,!1,{trigger:"pan"}),u=!0);r[c]=l});u&&r.redraw(!1);s(r.container,{cursor:"move"})})}});f(l.prototype,{select:function(n,t){var i=this,u=i.series,f=u.chart;this.selectedStaging=n=r(n,!i.selected);i.firePointEvent(n?"select":"unselect",{accumulate:t},function(){i.selected=i.options.selected=n;u.options.data[u.data.indexOf(i)]=i.options;i.setState(n&&"select");t||f.getSelectedPoints().forEach(function(n){var t=n.series;n.selected&&n!==i&&(n.selected=n.options.selected=!1,t.options.data[t.data.indexOf(n)]=n.options,n.setState(f.hoverPoints&&t.options.inactiveOtherPoints?"inactive":""),n.firePointEvent("unselect"))})});delete this.selectedStaging},onMouseOver:function(n){var i=this.series.chart,t=i.pointer;n=n?t.normalize(n):t.getChartCoordinatesFromPoint(this,i.inverted);t.runPointActions(n,this)},onMouseOut:function(){var n=this.series.chart;this.firePointEvent("mouseOut");this.series.options.inactiveOtherPoints||(n.hoverPoints||[]).forEach(function(n){n.setState()});n.hoverPoints=n.hoverPoint=null},importEvents:function(){if(!this.hasImportedEvents){var t=this,i=c(t.series.options.point,t.options).events;t.events=i;p(i,function(i,r){n.isFunction(i)&&o(t,r,i)});this.hasImportedEvents=!0}},setState:function(n,t){var s,e=this.series,h=this.state,a=e.options.states[n||"normal"]||{},c=k[e.type].marker&&e.options.marker,v=c&&c.states&&c.states[n||"normal"]||{},u=e.stateMarkerGraphic,y=this.marker||{},l=e.chart,o=e.halo,b=c&&e.markerAttribs,p,w;(n=n||"")===this.state&&!t||this.selected&&"select"!==n||!1===a.enabled||n&&(!1===v.enabled||c&&!1===c.enabled&&!1===v.enabled)||n&&y.states&&y.states[n]&&!1===y.states[n].enabled||((this.state=n,b&&(s=e.markerAttribs(this,n)),this.graphic)?((h&&this.graphic.removeClass("highcharts-point-"+h),n&&this.graphic.addClass("highcharts-point-"+n),l.styledMode)||(p=e.pointAttribs(this,n),w=r(l.options.chart.animation,a.animation),e.options.inactiveOtherPoints&&((this.dataLabels||[]).forEach(function(n){n&&n.animate({opacity:p.opacity},w)}),this.connector&&this.connector.animate({opacity:p.opacity},w)),this.graphic.animate(p,w)),s&&this.graphic.animate(s,r(l.options.chart.animation,v.animation,c.animation)),u&&u.hide()):(n&&v&&(h=y.symbol||e.symbol,u&&u.currentSymbol!==h&&(u=u.destroy()),s&&(u?u[t?"animate":"attr"]({x:s.x,y:s.y}):h&&(e.stateMarkerGraphic=u=l.renderer.symbol(h,s.x,s.y,s.width,s.height).add(e.markerGroup),u.currentSymbol=h)),!l.styledMode&&u&&u.attr(e.pointAttribs(this,n))),u&&(u[n&&this.isInside?"show":"hide"](),u.element.point=this)),n=a.halo,a=(u=this.graphic||u)&&u.visibility||"inherit",n&&n.size&&u&&"hidden"!==a?(o||(e.halo=o=l.renderer.path().add(u.parentGroup)),o.show()[t?"animate":"attr"]({d:this.haloPath(n.size)}),o.attr({"class":"highcharts-halo highcharts-color-"+r(this.colorIndex,e.colorIndex)+(this.className?" "+this.className:""),visibility:a,zIndex:-1}),o.point=this,l.styledMode||o.attr(f({fill:this.color||e.color,"fill-opacity":n.opacity},n.attributes))):o&&o.point&&o.point.haloPath&&o.animate({d:o.point.haloPath(0)},null,o.hide),i(this,"afterSetState"))},haloPath:function(n){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-n,this.plotY-n,2*n,2*n)}});f(g.prototype,{onMouseOver:function(){var t=this.chart,n=t.hoverSeries;n&&n!==this&&n.onMouseOut();this.options.events.mouseOver&&i(this,"mouseOver");this.setState("hover");t.hoverSeries=this},onMouseOut:function(){var u=this.options,n=this.chart,t=n.tooltip,r=n.hoverPoint;n.hoverSeries=null;r&&r.onMouseOut();this&&u.events.mouseOut&&i(this,"mouseOut");!t||this.stickyTracking||t.shared&&!this.noSharedTooltip||t.hide();n.series.forEach(function(n){n.setState("",!0)})},setState:function(n,t){var i=this,f=i.options,e=i.graph,h=f.inactiveOtherPoints,u=f.states,o=f.lineWidth,s=f.opacity,c=r(u[n||"normal"]&&u[n||"normal"].animation,i.chart.options.chart.animation);if(f=0,i.state!==(n=n||"")&&([i.group,i.markerGroup,i.dataLabelsGroup].forEach(function(t){t&&(i.state&&t.removeClass("highcharts-series-"+i.state),n&&t.addClass("highcharts-series-"+n))}),i.state=n,!i.chart.styledMode)){if(u[n]&&!1===u[n].enabled)return;if(n&&(o=u[n].lineWidth||o+(u[n].lineWidthPlus||0),s=r(u[n].opacity,s)),e&&!e.dashstyle)for(e.animate(u={"stroke-width":o},c);i["zone-graph-"+f];)i["zone-graph-"+f].attr(u),f+=1;h||[i.group,i.markerGroup,i.dataLabelsGroup,i.labelBySeries].forEach(function(n){n&&n.animate({opacity:s},c)})}t&&h&&i.points&&i.setAllPointsToState(n)},setAllPointsToState:function(n){this.points.forEach(function(t){t.setState&&t.setState(n)})},setVisible:function(n,t){var r=this,u=r.chart,e=r.legendItem,o=u.options.chart.ignoreHiddenSeries,f=(r.visible=n=r.options.visible=r.userOptions.visible=void 0===n?!r.visible:n)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach(function(n){r[n]&&r[n][f]()});u.hoverSeries!==r&&(u.hoverPoint&&u.hoverPoint.series)!==r||r.onMouseOut();e&&u.legend.colorizeItem(r,n);r.isDirty=!0;r.options.stacking&&u.series.forEach(function(n){n.options.stacking&&n.visible&&(n.isDirty=!0)});r.linkedSeries.forEach(function(t){t.setVisible(n,!1)});o&&(u.isDirtyBox=!0);i(r,f);!1!==t&&u.redraw()},show:function(){this.setVisible(!0)},hide:function(){this.setVisible(!1)},select:function(n){this.selected=n=this.options.selected=void 0===n?!this.selected:n;this.checkbox&&(this.checkbox.checked=n);i(this,n?"select":"unselect")},drawTracker:e.drawTrackerGraph})}),i(t,"parts/Responsive.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.isArray,u=t.isObject,f=t.objectEach,i=t.pick,e=t.splat;(t=n.Chart).prototype.setResponsive=function(t,i){var f=this.options.responsive,r=[],u=this.currentResponsive;!i&&f&&f.rules&&f.rules.forEach(function(t){void 0===t._id&&(t._id=n.uniqueKey());this.matchResponsiveRule(t,r)},this);(i=n.merge.apply(0,r.map(function(t){return n.find(f.rules,function(n){return n._id===t}).chartOptions}))).isResponsiveOptions=!0;(r=r.toString()||void 0)!==(u&&u.ruleIds)&&(u&&this.update(u.undoOptions,t,!0),r?((u=this.currentOptions(i)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:r,mergedOptions:i,undoOptions:u},this.update(i,t,!0)):this.currentResponsive=void 0)};t.prototype.matchResponsiveRule=function(n,t){var r=n.condition;(r.callback||function(){return this.chartWidth<=i(r.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=i(r.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=i(r.minWidth,0)&&this.chartHeight>=i(r.minHeight,0)}).call(this)&&t.push(n._id)};t.prototype.currentOptions=function(n){var i=this,t={};return function n(t,o,s,h){var c;f(t,function(t,f){if(!h&&-1<i.collectionsWithUpdate.indexOf(f))for(t=e(t),s[f]=[],c=0;c<t.length;c++)o[f][c]&&(s[f][c]={},n(t[c],o[f][c],s[f][c],h+1));else u(t)?(s[f]=r(t)?[]:{},n(t,o[f]||{},s[f],h+1)):s[f]=void 0===o[f]?null:o[f]})}(n,this.options,t,0),t}}),i(t,"masters/highcharts.src.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){return t.extend(n,{arrayMax:t.arrayMax,arrayMin:t.arrayMin,attr:t.attr,defined:t.defined,erase:t.erase,extend:t.extend,isArray:t.isArray,isClass:t.isClass,isDOMElement:t.isDOMElement,isNumber:t.isNumber,isObject:t.isObject,isString:t.isString,objectEach:t.objectEach,pick:t.pick,pInt:t.pInt,setAnimation:t.setAnimation,splat:t.splat,syncTimeout:t.syncTimeout}),n}),i(t,"parts-map/MapAxis.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.pick;(t=n.addEvent)(n=n.Axis,"getSeriesExtremes",function(){var n=[];this.isXAxis&&(this.series.forEach(function(t,i){t.useMapGeometry&&(n[i]=t.xData,t.xData=[])}),this.seriesXData=n)});t(n,"afterGetSeriesExtremes",function(){var r,u=this.seriesXData,n,t;this.isXAxis&&(n=i(this.dataMin,Number.MAX_VALUE),t=i(this.dataMax,-Number.MAX_VALUE),this.series.forEach(function(f,e){f.useMapGeometry&&(n=Math.min(n,i(f.minX,n)),t=Math.max(t,i(f.maxX,t)),f.xData=u[e],r=!0)}),r&&(this.dataMin=n,this.dataMax=t),delete this.seriesXData)});t(n,"afterSetAxisTranslation",function(){var i,n=this.chart,t=n.plotWidth/n.plotHeight;n=n.xAxis[0];"yAxis"===this.coll&&void 0!==n.transA&&this.series.forEach(function(n){n.preserveAspectRatio&&(i=!0)});i&&(this.transA=n.transA=Math.min(this.transA,n.transA),(t=1>(t/=(n.max-n.min)/(this.max-this.min))?this:n).pixelPadding=t.len-(n=(t.max-t.min)*t.transA),t.minPixelPadding=t.pixelPadding/2,n=t.fixTo)&&(n=n[1]-t.toValue(n[0],!0),n*=t.transA,(Math.abs(n)>t.minPixelPadding||t.min===t.dataMin&&t.max===t.dataMax)&&(n=0),t.minPixelPadding-=n)});t(n,"render",function(){this.fixTo=null})}),i(t,"parts-map/ColorSeriesMixin.js",[t["parts/Globals.js"]],function(n){n.colorPointMixin={setVisible:function(n){var t=this,i=n?"show":"hide";t.visible=!!n;["graphic","dataLabel"].forEach(function(n){t[n]&&t[n][i]()})}};n.colorSeriesMixin={optionalAxis:"colorAxis",colorAxis:0,translateColors:function(){var t=this,i=this.options.nullColor,n=this.colorAxis,r=this.colorKey;(this.data.length?this.data:this.points).forEach(function(u){var f=u[r];(f=u.options.color||(u.isNull?i:n&&void 0!==f?n.toColor(f,u):u.color||t.color))&&(u.color=f)})}}}),i(t,"parts-map/ColorAxis.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var c=t.erase,u=t.extend,a=t.isNumber,r=t.pick,v=t.splat,o;t=n.addEvent;var i=n.Axis,y=n.Chart,f=n.Series,p=n.Point,e=n.color,s=n.Legend,w=n.LegendSymbolMixin,b=n.colorPointMixin,l=n.noop,h=n.merge;u(f.prototype,n.colorSeriesMixin);u(p.prototype,b);o=n.ColorAxis=function(){this.init.apply(this,arguments)};u(o.prototype,i.prototype);u(o.prototype,{defaultColorAxisOptions:{lineWidth:0,minPadding:0,maxPadding:0,gridLineWidth:1,tickPixelInterval:72,startOnTick:!0,endOnTick:!0,offset:0,marker:{animation:{duration:50},width:.01,color:"#999999"},labels:{overflow:"justify",rotation:0},minColor:"#e6ebf5",maxColor:"#003399",tickLength:5,showInLegend:!0},keepProps:["legendGroup","legendItemHeight","legendItemWidth","legendItem","legendSymbol"].concat(i.prototype.keepProps),init:function(n,t){this.coll="colorAxis";var r=this.buildOptions.call(n,this.defaultColorAxisOptions,t);i.prototype.init.call(this,n,r);t.dataClasses&&this.initDataClasses(t);this.initStops();this.horiz=!r.opposite;this.zoomEnabled=!1;this.defaultLegendLength=200},initDataClasses:function(n){var u,t=this.chart,i=0,f=t.options.chart.colorCount,r=this.options,o=n.dataClasses.length;this.dataClasses=u=[];this.legendItems=[];n.dataClasses.forEach(function(n,s){n=h(n);u.push(n);!t.styledMode&&n.color||("category"===r.dataClassColor?(t.styledMode||(f=(s=t.options.colors).length,n.color=s[i]),n.colorIndex=i,++i===f&&(i=0)):n.color=e(r.minColor).tweenTo(e(r.maxColor),2>o?.5:s/(o-1)))})},hasData:function(){return!(!this.tickPositions||!this.tickPositions.length)},setTickPositions:function(){if(!this.dataClasses)return i.prototype.setTickPositions.call(this)},initStops:function(){this.stops=this.options.stops||[[0,this.options.minColor],[1,this.options.maxColor]];this.stops.forEach(function(n){n.color=e(n[1])})},buildOptions:function(n,t){var r=this.options.legend,i=t.layout?"vertical"!==t.layout:"vertical"!==r.layout;return h(n,{side:i?2:1,reversed:!i},t,{opposite:!i,showEmpty:!1,title:null,visible:r.enabled&&(!t||!1!==t.visible)})},setOptions:function(n){i.prototype.setOptions.call(this,n);this.options.crosshair=this.options.marker},setAxisSize:function(){var i,r,n=this.legendSymbol,u=this.chart,t=u.options.legend||{};n?(this.left=t=n.attr("x"),this.top=i=n.attr("y"),this.width=r=n.attr("width"),this.height=n=n.attr("height"),this.right=u.chartWidth-t-r,this.bottom=u.chartHeight-i-n,this.len=this.horiz?r:n,this.pos=this.horiz?t:i):this.len=(this.horiz?t.symbolWidth:t.symbolHeight)||this.defaultLegendLength},normalizedValue:function(n){return this.isLog&&(n=this.val2lin(n)),1-(this.max-n)/(this.max-this.min||1)},toColor:function(n,t){var r,i=this.stops,e=this.dataClasses,f,u,o;if(e){for(r=e.length;r--;)if(f=e[r],u=f.from,i=f.to,(void 0===u||n>=u)&&(void 0===i||n<=i)){o=f.color;t&&(t.dataClass=r,t.colorIndex=f.colorIndex);break}}else{for(n=this.normalizedValue(n),r=i.length;r--&&!(n>i[r][0]););o=(u=i[r]||i[r+1]).color.tweenTo((i=i[r+1]||u).color,n=1-(i[0]-n)/(i[0]-u[0]||1))}return o},getOffset:function(){var n=this.legendGroup,t=this.chart.axisOffset[this.side];n&&(this.axisParent=n,i.prototype.getOffset.call(this),this.added||(this.added=!0,this.labelLeft=0,this.labelRight=this.width),this.chart.axisOffset[this.side]=t)},setLegendColor:function(){var t=this.reversed,n=t?1:0;t=t?0:1;this.legendColor={linearGradient:{x1:(n=this.horiz?[n,0,t,0]:[0,t,0,n])[0],y1:n[1],x2:n[2],y2:n[3]},stops:this.stops}},drawLegendSymbol:function(n,t){var f=n.padding,i=n.options,u=this.horiz,e=r(i.symbolWidth,u?this.defaultLegendLength:12),o=r(i.symbolHeight,u?12:this.defaultLegendLength),s=r(i.labelPadding,u?16:30);i=r(i.itemDistance,10);this.setLegendColor();t.legendSymbol=this.chart.renderer.rect(0,n.baseline-11,e,o).attr({zIndex:1}).add(t.legendGroup);this.legendItemWidth=e+f+(u?i:s);this.legendItemHeight=o+f+(u?s:0)},setState:function(n){this.series.forEach(function(t){t.setState(n)})},visible:!0,setVisible:l,getSeriesExtremes:function(){var i,s=this.series,h=s.length,u,e;for(this.dataMin=1/0,this.dataMax=-1/0;h--;){var n=s[h],t=n.colorKey=r(n.options.colorKey,n.colorKey,n.pointValKey,n.zoneAxis,"y"),o=n.pointArrayMap,c=n[t+"Min"]&&n[t+"Max"];if(n[t+"Data"])u=n[t+"Data"];else if(o){if(u=[],o=o.indexOf(t),e=n.yData,0<=o&&e)for(i=0;i<e.length;i++)u.push(r(e[i][o],e[i]))}else u=n.yData;c?(n.minColorValue=n[t+"Min"],n.maxColorValue=n[t+"Max"]):(f.prototype.getExtremes.call(n,u),n.minColorValue=n.dataMin,n.maxColorValue=n.dataMax);void 0!==n.minColorValue&&(this.dataMin=Math.min(this.dataMin,n.minColorValue),this.dataMax=Math.max(this.dataMax,n.maxColorValue));c||f.prototype.getExtremes.call(n)}},drawCrosshair:function(n,t){var e=t&&t.plotX,o=t&&t.plotY,u=this.pos,f=this.len,r;t&&(r=this.toPixels(t[t.series.colorKey]),r<u?r=u-2:r>u+f&&(r=u+f+2),t.plotX=r,t.plotY=this.len-r,i.prototype.drawCrosshair.call(this,n,t),t.plotX=e,t.plotY=o,this.cross&&!this.cross.addedToColorAxis&&this.legendGroup&&(this.cross.addClass("highcharts-coloraxis-marker").add(this.legendGroup),this.cross.addedToColorAxis=!0,this.chart.styledMode||this.cross.attr({fill:this.crosshair.color})))},getPlotLinePath:function(n){var t=n.translatedValue;return a(t)?this.horiz?["M",t-4,this.top-6,"L",t+4,this.top-6,t,this.top,"Z"]:["M",this.left,t,"L",this.left-6,t+6,this.left-6,t-6,"Z"]:i.prototype.getPlotLinePath.apply(this,arguments)},update:function(n,t){var r=this.chart,u=r.legend,f=this.buildOptions.call(r,{},n);this.series.forEach(function(n){n.isDirtyData=!0});(n.dataClasses&&u.allItems||this.dataClasses)&&this.destroyItems();r.options[this.coll]=h(this.userOptions,f);i.prototype.update.call(this,f,t);this.legendItem&&(this.setLegendColor(),u.colorizeItem(this,!0))},destroyItems:function(){var n=this.chart;this.legendItem?n.legend.destroyItem(this):this.legendItems&&this.legendItems.forEach(function(t){n.legend.destroyItem(t)});n.isDirtyLegend=!0},remove:function(n){this.destroyItems();i.prototype.remove.call(this,n)},getDataClassLegendSymbols:function(){var t,s=this,i=this.chart,r=this.legendItems,f=i.options.legend,e=f.valueDecimals,o=f.valueSuffix||"";return r.length||this.dataClasses.forEach(function(f,h){var c=!0,a=f.from,v=f.to;t="";void 0===a?t="< ":void 0===v&&(t="> ");void 0!==a&&(t+=n.numberFormat(a,e)+o);void 0!==a&&void 0!==v&&(t+=" - ");void 0!==v&&(t+=n.numberFormat(v,e)+o);r.push(u({chart:i,name:t,options:{},drawLegendSymbol:w.drawRectangle,visible:!0,setState:l,isDataClass:!0,setVisible:function(){c=this.visible=!c;s.series.forEach(function(n){n.points.forEach(function(n){n.dataClass===h&&n.setVisible(c)})});i.legend.colorizeItem(this,c)}},f))}),r},beforePadding:!1,name:""});["fill","stroke"].forEach(function(t){n.Fx.prototype[t+"Setter"]=function(){this.elem.attr(t,e(this.start).tweenTo(e(this.end),this.pos),null,!0)}});t(y,"afterGetAxes",function(){var t=this,n=t.options;this.colorAxis=[];n.colorAxis&&(n.colorAxis=v(n.colorAxis),n.colorAxis.forEach(function(n,i){n.index=i;new o(t,n)}))});t(f,"bindAxes",function(){var n=this.axisTypes;n?-1===n.indexOf("colorAxis")&&n.push("colorAxis"):this.axisTypes=["colorAxis"]});t(s,"afterGetAllItems",function(n){var t,r,i=[];for((this.chart.colorAxis||[]).forEach(function(r){(t=r.options)&&t.showInLegend&&(t.dataClasses&&t.visible?i=i.concat(r.getDataClassLegendSymbols()):t.visible&&i.push(r),r.series.forEach(function(i){i.options.showInLegend&&!t.dataClasses||("point"===i.options.legendType?i.points.forEach(function(t){c(n.allItems,t)}):c(n.allItems,i))}))}),r=i.length;r--;)n.allItems.unshift(i[r])});t(s,"afterColorizeItem",function(n){n.visible&&n.item.legendColor&&n.item.legendSymbol.attr({fill:n.item.legendColor})});t(s,"afterUpdate",function(){var n=this.chart.colorAxis;n&&n.forEach(function(n,t,i){n.update({},i)})});t(f,"afterTranslate",function(){(this.chart.colorAxis&&this.chart.colorAxis.length||this.colorAttribs)&&this.translateColors()})}),i(t,"parts-map/ColorMapSeriesMixin.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var r=t.defined,i;t=n.noop;i=n.seriesTypes;n.colorMapPointMixin={dataLabelOnNull:!0,isValid:function(){return null!==this.value&&1/0!==this.value&&-1/0!==this.value},setState:function(t){n.Point.prototype.setState.call(this,t);this.graphic&&this.graphic.attr({zIndex:"hover"===t?1:0})}};n.colorMapSeriesMixin={pointArrayMap:["value"],axisTypes:["xAxis","yAxis","colorAxis"],trackerGroups:["group","markerGroup","dataLabelsGroup"],getSymbol:t,parallelArrays:["x","y","value"],colorKey:"value",pointAttribs:i.column.prototype.pointAttribs,colorAttribs:function(n){var t={};return r(n.color)&&(t[this.colorProp||"fill"]=n.color),t}}}),i(t,"parts-map/MapNavigation.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){function e(n){n&&(n.preventDefault&&n.preventDefault(),n.stopPropagation&&n.stopPropagation(),n.cancelBubble=!0)}function i(n){this.init(n)}var o=t.extend,h=t.objectEach,r=t.pick,u=n.addEvent,s,f;t=n.Chart;s=n.doc;f=n.merge;i.prototype.init=function(n){this.chart=n;n.mapNavButtons=[]};i.prototype.update=function(n){var t,l,c,v,y,i=this.chart,s=i.options.mapNavigation,p=function(n){this.handler.call(i,n);e(n)},a=i.mapNavButtons;for(n&&(s=i.options.mapNavigation=f(i.options.mapNavigation,n));a.length;)a.pop().destroy();r(s.enableButtons,s.enabled)&&!i.renderer.forExport&&h(s.buttons,function(n,r){t=f(s.buttonOptions,n);i.styledMode||((l=t.theme).style=f(t.theme.style,t.style),v=(c=l.states)&&c.hover,y=c&&c.select);(n=i.renderer.button(t.text,0,0,p,l,v,y,0,"zoomIn"===r?"topbutton":"bottombutton").addClass("highcharts-map-navigation highcharts-"+{zoomIn:"zoom-in",zoomOut:"zoom-out"}[r]).attr({width:t.width,height:t.height,title:i.options.lang[r],padding:t.padding,zIndex:5}).add()).handler=t.onclick;n.align(o(t,{width:n.width,height:2*n.height}),null,t.alignTo);u(n.element,"dblclick",e);a.push(n)});this.updateEvents(s)};i.prototype.updateEvents=function(n){var t=this.chart;r(n.enableDoubleClickZoom,n.enabled)||n.enableDoubleClickZoomTo?this.unbindDblClick=this.unbindDblClick||u(t.container,"dblclick",function(n){t.pointer.onContainerDblClick(n)}):this.unbindDblClick&&(this.unbindDblClick=this.unbindDblClick());r(n.enableMouseWheelZoom,n.enabled)?this.unbindMouseWheel=this.unbindMouseWheel||u(t.container,void 0===s.onmousewheel?"DOMMouseScroll":"mousewheel",function(n){return t.pointer.onContainerMouseWheel(n),e(n),!1}):this.unbindMouseWheel&&(this.unbindMouseWheel=this.unbindMouseWheel())};o(t.prototype,{fitToBox:function(n,t){return[["x","width"],["y","height"]].forEach(function(i){var r=i[0];n[r]+n[i=i[1]]>t[r]+t[i]&&(n[i]>t[i]?(n[i]=t[i],n[r]=t[r]):n[r]=t[r]+t[i]-n[i]);n[i]>t[i]&&(n[i]=t[i]);n[r]<t[r]&&(n[r]=t[r])}),n},mapZoom:function(n,t,i,u,f){var o=this.xAxis[0],e=o.max-o.min,s=r(t,o.min+e/2),h=e*n,c=(e=this.yAxis[0]).max-e.min,l=r(i,e.min+c/2);h=(s=this.fitToBox({x:s-h*(u?(u-o.pos)/o.len:.5),y:l-(c*=n)*(f?(f-e.pos)/e.len:.5),width:h,height:c},{x:o.dataMin,y:e.dataMin,width:o.dataMax-o.dataMin,height:e.dataMax-e.dataMin})).x<=o.dataMin&&s.width>=o.dataMax-o.dataMin&&s.y<=e.dataMin&&s.height>=e.dataMax-e.dataMin;u&&(o.fixTo=[u-o.pos,t]);f&&(e.fixTo=[f-e.pos,i]);void 0===n||h?(o.setExtremes(void 0,void 0,!1),e.setExtremes(void 0,void 0,!1)):(o.setExtremes(s.x,s.x+s.width,!1),e.setExtremes(s.y,s.y+s.height,!1));this.redraw()}});u(t,"beforeRender",function(){this.mapNavigation=new i(this);this.mapNavigation.update()});n.MapNavigation=i}),i(t,"parts-map/MapPointer.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var i=t.extend,r=t.pick;t=n.Pointer;n=n.wrap;i(t.prototype,{onContainerDblClick:function(n){var t=this.chart;n=this.normalize(n);t.options.mapNavigation.enableDoubleClickZoomTo?t.pointer.inClass(n.target,"highcharts-tracker")&&t.hoverPoint&&t.hoverPoint.zoomTo():t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)&&t.mapZoom(.5,t.xAxis[0].toValue(n.chartX),t.yAxis[0].toValue(n.chartY),n.chartX,n.chartY)},onContainerMouseWheel:function(n){var t=this.chart,i=(n=this.normalize(n)).detail||-n.wheelDelta/120;t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)&&t.mapZoom(Math.pow(t.options.mapNavigation.mouseWheelSensitivity,i),t.xAxis[0].toValue(n.chartX),t.yAxis[0].toValue(n.chartY),n.chartX,n.chartY)}});n(t.prototype,"zoomOption",function(n){var t=this.chart.options.mapNavigation;r(t.enableTouchZoom,t.enabled)&&(this.chart.options.chart.pinchType="xy");n.apply(this,[].slice.call(arguments,1))});n(t.prototype,"pinchTranslate",function(n,t,i,r,u,f,e){n.call(this,t,i,r,u,f,e);"map"===this.chart.options.chart.type&&this.hasZoom&&this.pinchTranslateDirection(!(n=r.scaleX>r.scaleY),t,i,r,u,f,e,n?r.scaleX:r.scaleY)})}),i(t,"parts-map/MapSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var o=t.extend,c=t.isArray,r=t.isNumber,l=t.objectEach,i=t.pick,a=t.splat;t=n.colorMapPointMixin;var s=n.merge,e=n.noop,v=n.fireEvent,h=n.Point,u=n.Series,f=n.seriesTypes;n.seriesType("map","scatter",{animation:!1,dataLabels:{crop:!1,formatter:function(){return this.point.value},inside:!0,overflow:!1,padding:0,verticalAlign:"middle"},marker:null,nullColor:"#f7f7f7",stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:"{point.name}: {point.value}<br/>"},turboThreshold:0,allAreas:!0,borderColor:"#cccccc",borderWidth:1,joinBy:"hc-key",states:{hover:{halo:null,brightness:.2},normal:{animation:!0},select:{color:"#cccccc"},inactive:{opacity:1}}},s(n.colorMapSeriesMixin,{type:"map",getExtremesFromAll:!0,useMapGeometry:!0,forceDL:!0,searchPoint:e,directTouch:!0,preserveAspectRatio:!0,pointArrayMap:["value"],setOptions:function(n){var t=(n=u.prototype.setOptions.call(this,n)).joinBy;return null===t&&(t="_i"),(t=this.joinBy=a(t))[1]||(t[1]=t[0]),n},getBox:function(t){var a,u=Number.MAX_VALUE,s=-u,h=u,c=-u,l=u,f=u,e=this.xAxis,o=this.yAxis;(t||[]).forEach(function(t){if(t.path){"string"==typeof t.path&&(t.path=n.splitPath(t.path));var e=t.path||[],o=e.length,k=!1,p=-u,v=u,w=-u,y=u,b=t.properties;if(!t._foundBox){for(;o--;)r(e[o])&&(k?(p=Math.max(p,e[o]),v=Math.min(v,e[o])):(w=Math.max(w,e[o]),y=Math.min(y,e[o])),k=!k);t._midX=v+(p-v)*i(t.middleX,b&&b["hc-middle-x"],.5);t._midY=y+(w-y)*i(t.middleY,b&&b["hc-middle-y"],.5);t._maxX=p;t._minX=v;t._maxY=w;t._minY=y;t.labelrank=i(t.labelrank,(p-v)*(w-y));t._foundBox=!0}s=Math.max(s,t._maxX);h=Math.min(h,t._minX);c=Math.max(c,t._maxY);l=Math.min(l,t._minY);f=Math.min(t._maxX-t._minX,t._maxY-t._minY,f);a=!0}});a&&(this.minY=Math.min(l,i(this.minY,u)),this.maxY=Math.max(c,i(this.maxY,-u)),this.minX=Math.min(h,i(this.minX,u)),this.maxX=Math.max(s,i(this.maxX,-u)),e&&void 0===e.options.minRange&&(e.minRange=Math.min(5*f,(this.maxX-this.minX)/5,e.minRange||u)),o&&void 0===o.options.minRange&&(o.minRange=Math.min(5*f,(this.maxY-this.minY)/5,o.minRange||u)))},hasData:function(){return!!this.processedXData.length},getExtremes:function(){u.prototype.getExtremes.call(this,this.valueData);this.chart.hasRendered&&this.isDirtyData&&this.getBox(this.options.data);this.valueMin=this.dataMin;this.valueMax=this.dataMax;this.dataMin=this.minY;this.dataMax=this.maxY},translatePath:function(n){var e=!1,i=this.xAxis,u=this.yAxis,h=i.min,c=i.transA,o,s,t,f;if(i=i.minPixelPadding,o=u.min,s=u.transA,u=u.minPixelPadding,f=[],n)for(t=n.length;t--;)r(n[t])?(f[t]=e?(n[t]-h)*c+i:(n[t]-o)*s+u,e=!e):f[t]=n[t];return f},setData:function(t,i,f,e){var b=this.options,a=this.chart.options.chart,v=a&&a.map,h=b.mapData,o=this.joinBy,p=b.keys||this.pointArrayMap,w=[],k={},y=this.chart.mapTransforms;if(!h&&v&&(h="string"==typeof v?n.maps[v]:v),t&&t.forEach(function(i,u){var e=0,f;if(r(i))t[u]={value:i};else if(c(i))for(t[u]={},!b.keys&&i.length>p.length&&"string"==typeof i[0]&&(t[u]["hc-key"]=i[0],++e),f=0;f<p.length;++f,++e)p[f]&&void 0!==i[e]&&(0<p[f].indexOf(".")?n.Point.prototype.setNestedProperty(t[u],i[e],p[f]):t[u][p[f]]=i[e]);o&&"_i"===o[0]&&(t[u]._i=u)}),this.getBox(t),(this.chart.mapTransforms=y=a&&a.mapTransforms||h&&h["hc-transform"]||y)&&l(y,function(n){n.rotation&&(n.cosAngle=Math.cos(n.rotation),n.sinAngle=Math.sin(n.rotation))}),h){for("FeatureCollection"===h.type&&(this.mapTitle=h.title,h=n.geojson(h,this.type,this)),this.mapData=h,this.mapMap={},y=0;y<h.length;y++)v=(a=h[y]).properties,a._i=y,o[0]&&v&&v[o[0]]&&(a[o[0]]=v[o[0]]),k[a[o[0]]]=a;this.mapMap=k;t&&o[1]&&t.forEach(function(n){k[n[o[1]]]&&w.push(k[n[o[1]]])});b.allAreas?(this.getBox(h),t=t||[],o[1]&&t.forEach(function(n){w.push(n[o[1]])}),w="|"+w.map(function(n){return n&&n[o[0]]}).join("|")+"|",h.forEach(function(n){o[0]&&-1!==w.indexOf("|"+n[o[0]]+"|")||(t.push(s(n,{value:null})),e=!1)})):this.getBox(w)}u.prototype.setData.call(this,t,i,f,e)},drawGraph:e,drawDataLabels:e,doFullTranslate:function(){return this.isDirtyData||this.chart.isResizing||this.chart.renderer.isVML||!this.baseTrans},translate:function(){var n=this,t=n.xAxis,i=n.yAxis,u=n.doFullTranslate();n.generatePoints();n.data.forEach(function(f){r(f._midX)&&r(f._midY)&&(f.plotX=t.toPixels(f._midX,!0),f.plotY=i.toPixels(f._midY,!0));u&&(f.shapeType="path",f.shapeArgs={d:n.translatePath(f.path)})});v(n,"afterTranslate")},pointAttribs:function(n,t){return(t=n.series.chart.styledMode?this.colorAttribs(n):f.column.prototype.pointAttribs.call(this,n,t))["stroke-width"]=i(n.options[this.pointAttrToOptions&&this.pointAttrToOptions["stroke-width"]||"borderWidth"],"inherit"),t},drawPoints:function(){var n=this,u=n.xAxis,t=n.yAxis,a=n.group,e=n.chart,h=this.baseTrans,r;if(n.transformGroup||(n.transformGroup=e.renderer.g().attr({scaleX:1,scaleY:1}).add(a),n.transformGroup.survive=!0),n.doFullTranslate())e.hasRendered&&!e.styledMode&&n.points.forEach(function(t){t.shapeArgs&&(t.shapeArgs.fill=n.pointAttribs(t,t.state).fill)}),n.group=n.transformGroup,f.column.prototype.drawPoints.apply(n),n.group=a,n.points.forEach(function(t){if(t.graphic){var i="";t.name&&(i+="highcharts-name-"+t.name.replace(/ /g,"-").toLowerCase());t.properties&&t.properties["hc-key"]&&(i+=" highcharts-key-"+t.properties["hc-key"].toLowerCase());i&&t.graphic.addClass(i);e.styledMode&&t.graphic.css(n.pointAttribs(t,t.selected&&"select"))}}),this.baseTrans={originX:u.min-u.minPixelPadding/u.transA,originY:t.min-t.minPixelPadding/t.transA+(t.reversed?0:t.len/t.transA),transAX:u.transA,transAY:t.transA},this.transformGroup.animate({translateX:0,translateY:0,scaleX:1,scaleY:1});else{var o=u.transA/h.transAX,s=t.transA/h.transAY,c=u.toPixels(h.originX,!0),l=t.toPixels(h.originY,!0);if(.99<o&&1.01>o&&.99<s&&1.01>s&&(s=o=1,c=Math.round(c),l=Math.round(l)),r=this.transformGroup,e.renderer.globalAnimation){var v=r.attr("translateX"),y=r.attr("translateY"),p=r.attr("scaleX"),w=r.attr("scaleY");r.attr({animator:0}).animate({animator:1},{step:function(n,t){r.attr({translateX:v+(c-v)*t.pos,translateY:y+(l-y)*t.pos,scaleX:p+(o-p)*t.pos,scaleY:w+(s-w)*t.pos})}})}else r.attr({translateX:c,translateY:l,scaleX:o,scaleY:s})}e.styledMode||a.element.setAttribute("stroke-width",i(n.options[n.pointAttrToOptions&&n.pointAttrToOptions["stroke-width"]||"borderWidth"],1)/(o||1));this.drawMapDataLabels()},drawMapDataLabels:function(){u.prototype.drawDataLabels.call(this);this.dataLabelsGroup&&this.dataLabelsGroup.clip(this.chart.clipRect)},render:function(){var n=this,t=u.prototype.render;n.chart.renderer.isVML&&3e3<n.data.length?setTimeout(function(){t.call(n)}):t.call(n)},animate:function(n){var t=this.options.animation,i=this.group,r=this.xAxis,u=this.yAxis,f=r.pos,e=u.pos;this.chart.renderer.isSVG&&(!0===t&&(t={duration:1e3}),n?i.attr({translateX:f+r.len/2,translateY:e+u.len/2,scaleX:.001,scaleY:.001}):(i.animate({translateX:f,translateY:e,scaleX:1,scaleY:1},t),this.animate=null))},animateDrilldown:function(n){var r=this.chart.plotBox,i=this.chart.drilldownLevels[this.chart.drilldownLevels.length-1],t=i.bBox,u=this.chart.options.drilldown.animation;n||(n=Math.min(t.width/r.width,t.height/r.height),i.shapeArgs={scaleX:n,scaleY:n,translateX:t.x,translateY:t.y},this.points.forEach(function(n){n.graphic&&n.graphic.attr(i.shapeArgs).animate({scaleX:1,scaleY:1,translateX:0,translateY:0},u)}),this.animate=null)},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,animateDrillupFrom:function(n){f.column.prototype.animateDrillupFrom.call(this,n)},animateDrillupTo:function(n){f.column.prototype.animateDrillupTo.call(this,n)}}),o({applyOptions:function(n,t){var i=this.series;return n=h.prototype.applyOptions.call(this,n,t),t=i.joinBy,i.mapData&&((t=void 0!==n[t[1]]&&i.mapMap[n[t[1]]])?(i.xyFromShape&&(n.x=t._midX,n.y=t._midY),o(n,t)):n.value=n.value||null),n},onMouseOver:function(t){n.clearTimeout(this.colorInterval);null!==this.value||this.series.options.nullInteraction?h.prototype.onMouseOver.call(this,t):this.series.onMouseOut(t)},zoomTo:function(){var n=this.series;n.xAxis.setExtremes(this._minX,this._maxX,!1);n.yAxis.setExtremes(this._minY,this._maxY,!1);n.chart.redraw()}},t))}),i(t,"parts-map/MapLineSeries.js",[t["parts/Globals.js"]],function(n){var t=n.seriesTypes;n.seriesType("mapline","map",{lineWidth:1,fillColor:"none"},{type:"mapline",colorProp:"stroke",pointAttrToOptions:{stroke:"color","stroke-width":"lineWidth"},pointAttribs:function(n,i){return(n=t.map.prototype.pointAttribs.call(this,n,i)).fill=this.options.fillColor,n},drawLegendSymbol:t.line.prototype.drawLegendSymbol})}),i(t,"parts-map/MapPointSeries.js",[t["parts/Globals.js"]],function(n){var t=n.merge,i=n.Point;(n=n.seriesType)("mappoint","scatter",{dataLabels:{crop:!1,defer:!1,enabled:!0,formatter:function(){return this.point.name},overflow:!1,style:{color:"#000000"}}},{type:"mappoint",forceDL:!0},{applyOptions:function(n,r){return n=void 0!==n.lat&&void 0!==n.lon?t(n,this.series.chart.fromLatLonToPoint(n)):n,i.prototype.applyOptions.call(this,n,r)}})}),i(t,"parts-more/BubbleLegend.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var h=t.arrayMax,c=t.arrayMin,u=t.isNumber,f=t.objectEach,i=t.pick;t=n.Series;var e=n.Legend,o=n.Chart,s=n.addEvent,l=n.wrap,a=n.color,v=n.numberFormat,r=n.merge,y=n.noop,p=n.stableSort;n.setOptions({legend:{bubbleLegend:{borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:10,color:void 0},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0}}});n.BubbleLegend=function(n,t){this.init(n,t)};n.BubbleLegend.prototype={init:function(n,t){this.options=n;this.visible=!0;this.chart=t.chart;this.legend=t},setState:y,addToLegend:function(n){n.splice(this.options.legendIndex,0,this)},drawLegendSymbol:function(n){var f=this.chart,e=this.options,o=i(n.options.itemDistance,20),t=e.ranges,r=e.connectorDistance;this.fontMetrics=f.renderer.fontMetrics(e.labels.style.fontSize.toString()+"px");t&&t.length&&u(t[0].value)?(p(t,function(n,t){return t.value-n.value}),this.ranges=t,this.setOptions(),this.render(),f=this.getMaxLabelSize(),n=2*(t=this.ranges[0].radius),r=0<(r=r-t+f.width)?r:0,this.maxLabel=f,this.movementX="left"===e.labels.align?r:0,this.legendItemWidth=n+r+o,this.legendItemHeight=n+this.fontMetrics.h/2):n.options.bubbleLegend.autoRanges=!0},setOptions:function(){var t=this.ranges,n=this.options,u=this.chart.series[n.seriesIndex],h=this.legend.baseline,f={"z-index":n.zIndex,"stroke-width":n.borderWidth},e={"z-index":n.zIndex,"stroke-width":n.connectorWidth},c=this.getLabelStyles(),o=u.options.marker.fillOpacity,s=this.chart.styledMode;t.forEach(function(l,v){s||(f.stroke=i(l.borderColor,n.borderColor,u.color),f.fill=i(l.color,n.color,1!==o?a(u.color).setOpacity(o).get("rgba"):u.color),e.stroke=i(l.connectorColor,n.connectorColor,u.color));t[v].radius=this.getRangeRadius(l.value);t[v]=r(t[v],{center:t[0].radius-t[v].radius+h});s||r(!0,t[v],{bubbleStyle:r(!1,f),connectorStyle:r(!1,e),labelStyle:c})},this)},getLabelStyles:function(){var n=this.options,t={},u="left"===n.labels.align,e=this.legend.options.rtl;return f(n.labels.style,function(n,i){"color"!==i&&"fontSize"!==i&&"z-index"!==i&&(t[i]=n)}),r(!1,t,{"font-size":n.labels.style.fontSize,fill:i(n.labels.style.color,"#000000"),"z-index":n.zIndex,align:e||u?"right":"left"})},getRangeRadius:function(n){var t=this.options;return this.chart.series[this.options.seriesIndex].getRadius.call(this,t.ranges[t.ranges.length-1].value,t.ranges[0].value,t.minSize,t.maxSize,n)},render:function(){var n=this.chart.renderer,t=this.options.zThreshold;this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]});this.legendSymbol=n.g("bubble-legend");this.legendItem=n.g("bubble-legend-item");this.legendSymbol.translateX=0;this.legendSymbol.translateY=0;this.ranges.forEach(function(n){n.value>=t&&this.renderRange(n)},this);this.legendSymbol.add(this.legendItem);this.legendItem.add(this.legendGroup);this.hideOverlappingLabels()},renderRange:function(n){var t=this.options,h=t.labels,u=this.chart.renderer,c=this.symbols,y=c.labels,a=n.center,v=Math.abs(n.radius),i=t.connectorDistance,f=h.align,e=h.style.fontSize,o,s,r,l;i=this.legend.options.rtl||"left"===f?-i:i;o=this.ranges[0].radius;s=a-v-t.borderWidth/2+(h=t.connectorWidth)/2;e=e/2-(this.fontMetrics.h-e)/2;r=u.styledMode;"center"===f&&(i=0,t.connectorDistance=0,n.labelStyle.align="center");f=s+t.labels.y;l=o+i+t.labels.x;c.bubbleItems.push(u.circle(o,a+((s%1?1:.5)-(h%2?0:.5)),v).attr(r?{}:n.bubbleStyle).addClass((r?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-symbol "+(t.className||"")).add(this.legendSymbol));c.connectors.push(u.path(u.crispLine(["M",o,s,"L",o+i,s],t.connectorWidth)).attr(r?{}:n.connectorStyle).addClass((r?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(t.connectorClassName||"")).add(this.legendSymbol));n=u.text(this.formatLabel(n),l,f+e).attr(r?{}:n.labelStyle).addClass("highcharts-bubble-legend-labels "+(t.labels.className||"")).add(this.legendSymbol);y.push(n);n.placed=!0;n.alignAttr={x:l,y:f+e}},getMaxLabelSize:function(){var n,t;return this.symbols.labels.forEach(function(i){t=i.getBBox(!0);n=n?t.width>n.width?t:n:t}),n||{}},formatLabel:function(t){var i=this.options,r=i.labels.formatter;return(i=i.labels.format)?n.format(i,t):r?r.call(t):v(t.value,1)},hideOverlappingLabels:function(){var n=this.symbols;!this.options.labels.allowOverlap&&n&&(this.chart.hideOverlappingLabels(n.labels),n.labels.forEach(function(t,i){t.newOpacity?t.newOpacity!==t.oldOpacity&&n.connectors[i].show():n.connectors[i].hide()}))},getRanges:function(){var o,s=this.legend.bubbleLegend,t=s.options.ranges,f=Number.MAX_VALUE,n=-Number.MAX_VALUE,e;return s.chart.series.forEach(function(t){t.isBubble&&!t.ignoreSeries&&(o=t.zData.filter(u)).length&&(f=i(t.options.zMin,Math.min(f,Math.max(c(o),!1===t.options.displayNegative?t.options.zThreshold:-Number.MAX_VALUE))),n=i(t.options.zMax,Math.max(n,h(o))))}),e=f===n?[{value:n}]:[{value:f},{value:(f+n)/2},{value:n,autoRanges:!0}],t.length&&t[0].radius&&e.reverse(),e.forEach(function(n,i){t&&t[i]&&(e[i]=r(!1,t[i],n))}),e},predictBubbleSizes:function(){var t=this.chart,i=this.fontMetrics,o=t.legend.options,r="horizontal"===o.layout,h=r?t.legend.lastLineHeight:0,u=t.plotSizeX,f=t.plotSizeY,n=t.series[this.options.seriesIndex],e,s;return t=Math.ceil(n.minPxSize),e=Math.ceil(n.maxPxSize),n=n.options.maxSize,s=Math.min(f,u),o.floating||!/%$/.test(n)?i=e:(n=parseFloat(n),i=(s+h-i.h/2)*n/100/(n/100+1),(r&&f-i>=u||!r&&u-i>=f)&&(i=e)),[t,Math.ceil(i)]},updateRanges:function(n,t){var i=this.legend.options.bubbleLegend;i.minSize=n;i.maxSize=t;i.ranges=this.getRanges()},correctSizes:function(){var t=this.legend,n=this.chart.series[this.options.seriesIndex];1<Math.abs(Math.ceil(n.maxPxSize)-this.options.maxSize)&&(this.updateRanges(this.options.minSize,n.maxPxSize),t.render())}};s(n.Legend,"afterGetAllItems",function(t){var r=this.bubbleLegend,u=this.options,i=u.bubbleLegend,f=this.chart.getVisibleBubbleSeriesIndex();r&&r.ranges&&r.ranges.length&&(i.ranges.length&&(i.autoRanges=!!i.ranges[0].autoRanges),this.destroyItem(r));0<=f&&u.enabled&&i.enabled&&(i.seriesIndex=f,this.bubbleLegend=new n.BubbleLegend(i,this),this.bubbleLegend.addToLegend(t.allItems))});o.prototype.getVisibleBubbleSeriesIndex=function(){for(var t=this.series,n=0;n<t.length;){if(t[n]&&t[n].isBubble&&t[n].visible&&t[n].zData.length)return n;n++}return-1};e.prototype.getLinesHeights=function(){for(var n=this.allItems,i=[],f=n.length,r=0,u,t=0;t<f;t++)if(n[t].legendItemHeight&&(n[t].itemHeight=n[t].legendItemHeight),n[t]===n[f-1]||n[t+1]&&n[t]._legendItemPos[1]!==n[t+1]._legendItemPos[1]){for(i.push({height:0}),u=i[i.length-1];r<=t;r++)n[r].itemHeight>u.height&&(u.height=n[r].itemHeight);u.step=t}return i};e.prototype.retranslateItems=function(n){var i,r,u,f=this.options.rtl,t=0;this.allItems.forEach(function(e,o){i=e.legendGroup.translateX;r=e._legendItemPos[1];((u=e.movementX)||f&&e.ranges)&&e.legendGroup.attr({translateX:u=f?i-e.options.maxSize/2:i+u});o>n[t].step&&t++;e.legendGroup.attr({translateY:Math.round(r+n[t].height/2)});e._legendItemPos[1]=r+n[t].height/2})};s(t,"legendItemClick",function(){var n=this.chart,i=this.visible,t=this.chart.legend;t&&t.bubbleLegend&&(this.visible=!i,this.ignoreSeries=i,n=0<=n.getVisibleBubbleSeriesIndex(),t.bubbleLegend.visible!==n&&(t.update({bubbleLegend:{enabled:n}}),t.bubbleLegend.visible=n),this.visible=i)});l(o.prototype,"drawChartBox",function(n,t,i){var r=this.legend,u=0<=this.getVisibleBubbleSeriesIndex(),e;r&&r.options.enabled&&r.bubbleLegend&&r.options.bubbleLegend.autoRanges&&u?(e=r.bubbleLegend.options,u=r.bubbleLegend.predictBubbleSizes(),r.bubbleLegend.updateRanges(u[0],u[1]),e.placed||(r.group.placed=!1,r.allItems.forEach(function(n){n.legendGroup.translateY=null})),r.render(),this.getMargins(),this.axes.forEach(function(n){n.visible&&n.render();e.placed||(n.setScale(),n.updateNames(),f(n.ticks,function(n){n.isNew=!0;n.isNewLabel=!0}))}),e.placed=!0,this.getMargins(),n.call(this,t,i),r.bubbleLegend.correctSizes(),r.retranslateItems(r.getLinesHeights())):(n.call(this,t,i),r&&r.options.enabled&&r.bubbleLegend&&(r.render(),r.retranslateItems(r.getLinesHeights())))})}),i(t,"parts-more/BubbleSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var e=t.arrayMax,o=t.arrayMin,s=t.extend,i=t.isNumber,r=t.pick,h=t.pInt;t=n.Axis;var c=n.color,u=n.noop,l=n.Point,a=n.Series,f=n.seriesTypes;n.seriesType("bubble","scatter",{dataLabels:{formatter:function(){return this.point.z},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"},{pointArrayMap:["y","z"],parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",bubblePadding:!0,zoneAxis:"z",directTouch:!0,isBubble:!0,pointAttribs:function(n,t){var i=this.options.marker.fillOpacity;return n=a.prototype.pointAttribs.call(this,n,t),1!==i&&(n.fill=c(n.fill).setOpacity(i).get("rgba")),n},getRadii:function(n,t,i){var u=this.zData,e=this.yData,o=i.minPxSize,s=i.maxPxSize,f=[],r=0;for(i=u.length;r<i;r++)f.push(this.getRadius(n,t,o,s,u[r],e[r]));this.radii=f},getRadius:function(n,t,r,u,f,e){var s=this.options,l="width"!==s.sizeBy,h=s.zThreshold,c=t-n,o=.5;if(null===e||null===f)return null;if(i(f)){if(s.sizeByAbsoluteValue&&(f=Math.abs(f-h),c=Math.max(t-h,Math.abs(n-h)),n=0),f<n)return r/2-1;0<c&&(o=(f-n)/c)}return l&&0<=o&&(o=Math.sqrt(o)),Math.ceil(r+o*(u-r))/2},animate:function(n){!n&&this.points.length<this.options.animationLimit&&(this.points.forEach(function(n){var t=n.graphic,i;t&&t.width&&(i={x:t.x,y:t.y,width:t.width,height:t.height},t.attr({x:n.plotX,y:n.plotY,width:1,height:1}),t.animate(i,this.options.animation))},this),this.animate=null)},hasData:function(){return!!this.processedXData.length},translate:function(){var r,u=this.data,e=this.radii,t,n;for(f.scatter.prototype.translate.call(this),r=u.length;r--;)t=u[r],n=e?e[r]:0,i(n)&&n>=this.minPxSize/2?(t.marker=s(t.marker,{radius:n,width:2*n,height:2*n}),t.dlBox={x:t.plotX-n,y:t.plotY-n,width:2*n,height:2*n}):t.shapeArgs=t.plotY=t.dlBox=void 0},alignDataLabel:f.column.prototype.alignDataLabel,buildKDTree:u,applyZones:u},{haloPath:function(n){return l.prototype.haloPath.call(this,0===n?0:(this.marker&&this.marker.radius||0)+n)},ttBelow:!1});t.prototype.beforePadding=function(){var n=this,t=this.len,l=this.chart,f=0,u=t,a=this.isXAxis,k=a?"xData":"yData",v=this.min,s={},d=Math.min(l.plotWidth,l.plotHeight),y=Number.MAX_VALUE,p=-Number.MAX_VALUE,w=this.max-v,c=t/w,b=[];this.series.forEach(function(t){var u=t.options;t.bubblePadding&&(t.visible||!l.options.chart.ignoreHiddenSeries)&&(n.allowZoomOutside=!0,b.push(t),a&&(["minSize","maxSize"].forEach(function(n){var t=u[n],i=/%$/.test(t);t=h(t);s[n]=i?d*t/100:t}),t.minPxSize=s.minSize,t.maxPxSize=Math.max(s.maxSize,s.minSize),(t=t.zData.filter(i)).length&&(y=r(u.zMin,Math.min(y,Math.max(o(t),!1===u.displayNegative?u.zThreshold:-Number.MAX_VALUE))),p=r(u.zMax,Math.max(p,e(t))))))});b.forEach(function(t){var e=t[k],r=e.length,o;if(a&&t.getRadii(y,p,t),0<w)for(;r--;)i(e[r])&&n.dataMin<=e[r]&&e[r]<=n.dataMax&&(o=t.radii?t.radii[r]:0,f=Math.min((e[r]-v)*c-o,f),u=Math.max((e[r]-v)*c+o,u))});b.length&&0<w&&!this.isLog&&(u-=t,c*=(t+Math.max(0,f)-Math.min(u,t))/t,[["min","userMin",f],["max","userMax",u]].forEach(function(t){void 0===r(n.options[t[0]],n[t[1]])&&(n[t[0]]+=t[2]/c)}))}}),i(t,"parts-map/MapBubbleSeries.js",[t["parts/Globals.js"]],function(n){var i=n.merge,r=n.Point,t=n.seriesTypes;t.bubble&&n.seriesType("mapbubble","bubble",{animationLimit:500,tooltip:{pointFormat:"{point.name}: {point.z}"}},{xyFromShape:!0,type:"mapbubble",pointArrayMap:["z"],getMapData:t.map.prototype.getMapData,getBox:t.map.prototype.getBox,setData:t.map.prototype.setData,setOptions:t.map.prototype.setOptions},{applyOptions:function(n,u){return n&&void 0!==n.lat&&void 0!==n.lon?r.prototype.applyOptions.call(this,i(n,this.series.chart.fromLatLonToPoint(n)),u):t.map.prototype.pointClass.prototype.applyOptions.call(this,n,u)},isValid:function(){return"number"==typeof this.z},ttBelow:!1})}),i(t,"parts-map/HeatmapSeries.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){var e=t.extend,u=t.pick;t=n.colorMapPointMixin;var f=n.noop,o=n.fireEvent,i=n.Series,r=n.seriesTypes;n.seriesType("heatmap","scatter",{animation:!1,borderWidth:0,nullColor:"#f7f7f7",dataLabels:{formatter:function(){return this.point.value},inside:!0,verticalAlign:"middle",crop:!1,overflow:!1,padding:0},marker:null,pointRange:null,tooltip:{pointFormat:"{point.x}, {point.y}: {point.value}<br/>"},states:{hover:{halo:!1,brightness:.2}}},n.merge(n.colorMapSeriesMixin,{pointArrayMap:["y","value"],hasPointSpecificOptions:!0,getExtremesFromAll:!0,directTouch:!0,init:function(){r.scatter.prototype.init.apply(this,arguments);var n=this.options;n.pointRange=u(n.pointRange,n.colsize||1);this.yAxis.axisPointRange=n.rowsize||1},translate:function(){var r=this.options,n=this.xAxis,t=this.yAxis,e=r.pointPadding||0,i=function(n,t,i){return Math.min(Math.max(t,n),i)},f=this.pointPlacementToXValue();this.generatePoints();this.points.forEach(function(o){var s=(r.colsize||1)/2,h=(r.rowsize||1)/2,a=i(Math.round(n.len-n.translate(o.x-s,0,1,0,1,-f)),-n.len,2*n.len),l,c;s=i(Math.round(n.len-n.translate(o.x+s,0,1,0,1,-f)),-n.len,2*n.len);l=i(Math.round(t.translate(o.y-h,0,1,0,1)),-t.len,2*t.len);h=i(Math.round(t.translate(o.y+h,0,1,0,1)),-t.len,2*t.len);c=u(o.pointPadding,e);o.plotX=o.clientX=(a+s)/2;o.plotY=(l+h)/2;o.shapeType="rect";o.shapeArgs={x:Math.min(a,s)+c,y:Math.min(l,h)+c,width:Math.max(Math.abs(s-a)-2*c,0),height:Math.max(Math.abs(h-l)-2*c,0)}});o(this,"afterTranslate")},drawPoints:function(){var n=this.chart.styledMode?"css":"animate";r.column.prototype.drawPoints.call(this);this.points.forEach(function(t){t.graphic[n](this.colorAttribs(t))},this)},hasData:function(){return!!this.processedXData.length},getValidPoints:function(n,t){return i.prototype.getValidPoints.call(this,n,t,!0)},animate:f,getBox:f,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,alignDataLabel:r.column.prototype.alignDataLabel,getExtremes:function(){i.prototype.getExtremes.call(this,this.valueData);this.valueMin=this.dataMin;this.valueMax=this.dataMax;i.prototype.getExtremes.call(this)}}),e({haloPath:function(n){if(!n)return[];var t=this.shapeArgs;return["M",t.x-n,t.y-n,"L",t.x-n,t.y+t.height+n,t.x+t.width+n,t.y+t.height+n,t.x+t.width+n,t.y-n,"Z"]}},t))}),i(t,"parts-map/GeoJSON.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){function r(n,t){var i,r=!1,f=n.x,u=n.y;for(n=0,i=t.length-1;n<t.length;i=n++)t[n][1]>u!=t[i][1]>u&&f<(t[i][0]-t[n][0])*(u-t[n][1])/(t[i][1]-t[n][1])+t[n][0]&&(r=!r);return r}var f=t.extend,u=n.format,e=n.merge,i=n.win,o=n.wrap;(t=n.Chart).prototype.transformFromLatLon=function(t,r){if(void 0===i.proj4)return n.error(21,!1,this),{x:0,y:null};t=i.proj4(r.crs,[t.lon,t.lat]);var u=r.cosAngle||r.rotation&&Math.cos(r.rotation),f=r.sinAngle||r.rotation&&Math.sin(r.rotation);return{x:(((t=r.rotation?[t[0]*u+t[1]*f,-t[0]*f+t[1]*u]:t)[0]-(r.xoffset||0))*(r.scale||1)+(r.xpan||0))*(r.jsonres||1)+(r.jsonmarginX||0),y:(((r.yoffset||0)-t[1])*(r.scale||1)+(r.ypan||0))*(r.jsonres||1)-(r.jsonmarginY||0)}};t.prototype.transformToLatLon=function(t,r){if(void 0!==i.proj4){t={x:((t.x-(r.jsonmarginX||0))/(r.jsonres||1)-(r.xpan||0))/(r.scale||1)+(r.xoffset||0),y:((-t.y-(r.jsonmarginY||0))/(r.jsonres||1)+(r.ypan||0))/(r.scale||1)+(r.yoffset||0)};var u=r.cosAngle||r.rotation&&Math.cos(r.rotation),f=r.sinAngle||r.rotation&&Math.sin(r.rotation);return{lat:(r=i.proj4(r.crs,"WGS84",r.rotation?{x:t.x*u+t.y*-f,y:t.x*f+t.y*u}:t)).y,lon:r.x}}n.error(21,!1,this)};t.prototype.fromPointToLatLon=function(t){var u,i=this.mapTransforms;if(i){for(u in i)if(Object.hasOwnProperty.call(i,u)&&i[u].hitZone&&r({x:t.x,y:-t.y},i[u].hitZone.coordinates[0]))return this.transformToLatLon(t,i[u]);return this.transformToLatLon(t,i.default)}n.error(22,!1,this)};t.prototype.fromLatLonToPoint=function(t){var u,i=this.mapTransforms,f;if(!i)return n.error(22,!1,this),{x:0,y:null};for(u in i)if(Object.hasOwnProperty.call(i,u)&&i[u].hitZone&&(f=this.transformFromLatLon(t,i[u]),r({x:f.x,y:-f.y},i[u].hitZone.coordinates[0])))return f;return this.transformFromLatLon(t,i.default)};n.geojson=function(n,t,i){var o=[],r=[],e=function(n){var t,i=n.length;for(r.push("M"),t=0;t<i;t++)1===t&&r.push("L"),r.push(n[t][0],-n[t][1])};return t=t||"map",n.features.forEach(function(n){var u,i=n.geometry,s=i.type;i=i.coordinates;n=n.properties;r=[];"map"===t||"mapbubble"===t?("Polygon"===s?(i.forEach(e),r.push("Z")):"MultiPolygon"===s&&(i.forEach(function(n){n.forEach(e)}),r.push("Z")),r.length&&(u={path:r})):"mapline"===t?("LineString"===s?e(i):"MultiLineString"===s&&i.forEach(e),r.length&&(u={path:r})):"mappoint"===t&&"Point"===s&&(u={x:i[0],y:-i[1]});u&&o.push(f(u,{name:n.name||n.NAME,properties:n}))}),i&&n.copyrightShort&&(i.chart.mapCredits=u(i.chart.options.credits.mapText,{geojson:n}),i.chart.mapCreditsFull=u(i.chart.options.credits.mapTextFull,{geojson:n})),o};o(t.prototype,"addCredits",function(n,t){t=e(!0,this.options.credits,t);this.mapCredits&&(t.href=null);n.call(this,t);this.credits&&this.mapCreditsFull&&this.credits.attr({title:this.mapCreditsFull})})}),i(t,"parts-map/Map.js",[t["parts/Globals.js"],t["parts/Utilities.js"]],function(n,t){function r(n,t,i,r,u,f,e,o){return["M",n+u,t,"L",n+i-f,t,"C",n+i-f/2,t,n+i,t+f/2,n+i,t+f,"L",n+i,t+r-e,"C",n+i,t+r-e/2,n+i-e/2,t+r,n+i-e,t+r,"L",n+o,t+r,"C",n+o/2,t+r,n,t+r-o/2,n,t+r-o,"L",n,t+u,"C",n,t+u/2,n+u/2,t,n+u,t,"Z"]}var u=t.pick,f=n.Chart,e=n.merge,s=n.Renderer,i=n.SVGRenderer,o=n.VMLRenderer;t.extend((t=n.defaultOptions).lang,{zoomIn:"Zoom in",zoomOut:"Zoom out"});t.mapNavigation={buttonOptions:{alignTo:"plotBox",align:"left",verticalAlign:"top",x:0,width:18,height:18,padding:5,style:{fontSize:"15px",fontWeight:"bold"},theme:{"stroke-width":1,"text-align":"center"}},buttons:{zoomIn:{onclick:function(){this.mapZoom(.5)},text:"+",y:0},zoomOut:{onclick:function(){this.mapZoom(2)},text:"-",y:28}},mouseWheelSensitivity:1.1};n.splitPath=function(n){var t;for(n=(n=(n=n.replace(/([A-Za-z])/g," $1 ")).replace(/^\s*/,"").replace(/\s*$/,"")).split(/[ ,]+/),t=0;t<n.length;t++)/[a-zA-Z]/.test(n[t])||(n[t]=parseFloat(n[t]));return n};n.maps={};i.prototype.symbols.topbutton=function(n,t,i,u,f){return r(n-1,t-1,i,u,f.r,f.r,0,0)};i.prototype.symbols.bottombutton=function(n,t,i,u,f){return r(n-1,t-1,i,u,0,0,f.r,f.r)};s===o&&["topbutton","bottombutton"].forEach(function(n){o.prototype.symbols[n]=i.prototype.symbols[n]});n.Map=n.mapChart=function(t,i,r){var s="string"==typeof t||t.nodeName,o=arguments[s?1:0],l=o,h={endOnTick:!1,visible:!1,minPadding:0,maxPadding:0,startOnTick:!1},c=n.getOptions().credits,a=o.series;return o.series=null,(o=e({chart:{panning:"xy",type:"map"},credits:{mapText:u(c.mapText,' © <a href="{geojson.copyrightUrl}">{geojson.copyrightShort}<\/a>'),mapTextFull:u(c.mapTextFull,"{geojson.copyright}")},tooltip:{followTouchMove:!1},xAxis:h,yAxis:e(h,{reversed:!0})},o,{chart:{inverted:!1,alignTicks:!1}})).series=l.series=a,s?new f(t,o,r):new f(o,i)}}),i(t,"masters/modules/map.src.js",[],function(){}),i(t,"masters/highmaps.src.js",[t["masters/highcharts.src.js"]],function(n){return n.product="Highmaps",n}),t["masters/highmaps.src.js"]._modules=t,t["masters/highmaps.src.js"]})},bZxC:function(n,t,i){"use strict";var r=i("AZf1"),u=i("7W5b");r.Observable.prototype.mergeMap=u.mergeMap;r.Observable.prototype.flatMap=u.mergeMap},bq7C:function(n,t){"use strict";t.not=function(n,t){function i(){return!i.pred.apply(i.thisArg,arguments)}return i.pred=n,i.thisArg=t,i}},"c/6p":function(n,t,i){"use strict";var r=i("cf1P");t.multicast=function(n,t){return r.multicast(n,t)(this)}},c4YM:function(n,t,i){"use strict";var r=i("rgOj");t.distinctUntilKeyChanged=function(n,t){return r.distinctUntilChanged(function(i,r){return t?t(i[n],r[n]):i[n]===r[n]})}},cIDA:function(n,t,i){"use strict";var r=i("fImS");t.fromEventPattern=r.FromEventPatternObservable.create},cP0Y:function(n,t,i){"use strict";var r=i("AZf1"),u=i("svOU");r.Observable.prototype.windowTime=u.windowTime},cUCP:function(n,t,i){"use strict";var r=i("Re0n"),u=i("mdQD"),f=i("UqH8");t.auditTime=function(n,t){return void 0===t&&(t=r.async),u.audit(function(){return f.timer(n,t)})}},cWud:function(n,t,i){"use strict";var r=i("+djB");t.windowWhen=function(n){return r.windowWhen(n)(this)}},cdxN:function(n,t,i){"use strict";var r=i("AZf1"),u=i("Lj2B");r.Observable.prototype.switch=u._switch;r.Observable.prototype._switch=u._switch},cf1P:function(n,t,i){"use strict";var u=i("3VCA"),r;t.multicast=function(n,t){return function(i){var e,f;return(e="function"==typeof n?n:function(){return n},"function"==typeof t)?i.lift(new r(e,t)):(f=Object.create(i,u.connectableObservableDescriptor),f.source=i,f.subjectFactory=e,f)}};r=function(){function n(n,t){this.subjectFactory=n;this.selector=t}return n.prototype.call=function(n,t){var u=this.selector,i=this.subjectFactory(),r=u(i).subscribe(n);return r.add(t.subscribe(i)),r},n}();t.MulticastOperator=r},codN:function(n,t,i){"use strict";var r=i("3zH1");t.bindNodeCallback=r.BoundNodeCallbackObservable.create},crnd:function(n){function t(n){return Promise.resolve().then(function(){var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t;})}t.keys=function(){return[]};t.resolve=t;n.exports=t;t.id="crnd"},czP3:function(n,t,i){"use strict";function r(n,t){return function(i){for(var r,u=i,f=0;f<t;f++){if(r=u[n[f]],void 0===r)return;u=r}return u}}var u=i("aK2G");t.pluck=function(){for(var t,i=[],n=0;n<arguments.length;n++)i[+n]=arguments[n];if(t=i.length,0===t)throw new Error("list of properties cannot be empty.");return function(n){return u.map(r(i,t))(n)}}},"d+Tj":function(n,t,i){"use strict";var r=i("mdQD");t.audit=function(n){return r.audit(n)(this)}},dAHb:function(n,t,i){"use strict";var r=i("AZf1"),u=i("hw8L");r.Observable.prototype.exhaustMap=u.exhaustMap},dxsx:function(n,t,i){"use strict";var r=i("AZf1"),u=i("qJ4/");r.Observable.prototype.publishReplay=u.publishReplay},"e7/H":function(n,t,i){"use strict";var r=i("DxGp");t.subscribeOn=function(n,t){return void 0===t&&(t=0),r.subscribeOn(n,t)(this)}},e7R1:function(n,t,i){"use strict";var r=i("0p2S");t.mergeAll=function(n){return void 0===n&&(n=Number.POSITIVE_INFINITY),r.mergeAll(n)(this)}},eBTF:function(n,t,i){"use strict";function r(){return function(){function n(){this._values=[]}return n.prototype.add=function(n){this.has(n)||this._values.push(n)},n.prototype.has=function(n){return-1!==this._values.indexOf(n)},Object.defineProperty(n.prototype,"size",{get:function(){return this._values.length},enumerable:!0,configurable:!0}),n.prototype.clear=function(){this._values.length=0},n}()}var u=i("/WK6");t.minimalSetImpl=r;t.Set=u.root.Set||r()},eeyt:function(n,t,i){"use strict";var r=i("qN2p");t.findIndex=function(n,t){return r.findIndex(n,t)(this)}},f0q5:function(n,t,i){"use strict";var du=i("mdQD"),r,u,f,e,o,s,h,c,l,a,v,y,p,w,b,k,d,g,nt,tt,it,rt,ut,ft,et,ot,st,ht,ct,lt,at,vt,yt,pt,wt,bt,kt,dt,gt,ni,ti,ii,ri,ui,fi,ei,oi,si,hi,ci,li,ai,vi,yi,pi,wi,bi,ki,di,gi,nr,tr,ir,rr,ur,fr,er,or,sr,hr,cr,lr,ar,vr,yr,pr,wr,br,kr,dr,gr,nu,tu,iu,ru,uu,fu,eu,ou,su,hu,cu,lu,au,vu,yu,pu,wu,bu,ku;t.audit=du.audit;r=i("cUCP");t.auditTime=r.auditTime;u=i("zobD");t.buffer=u.buffer;f=i("16yF");t.bufferCount=f.bufferCount;e=i("wELj");t.bufferTime=e.bufferTime;o=i("re5B");t.bufferToggle=o.bufferToggle;s=i("N6Zr");t.bufferWhen=s.bufferWhen;h=i("CxhQ");t.catchError=h.catchError;c=i("OMR/");t.combineAll=c.combineAll;l=i("SWOv");t.combineLatest=l.combineLatest;a=i("WC+f");t.concat=a.concat;v=i("A0iX");t.concatAll=v.concatAll;y=i("+WiC");t.concatMap=y.concatMap;p=i("zVww");t.concatMapTo=p.concatMapTo;w=i("iYe0");t.count=w.count;b=i("zL8T");t.debounce=b.debounce;k=i("AzqM");t.debounceTime=k.debounceTime;d=i("2Tbn");t.defaultIfEmpty=d.defaultIfEmpty;g=i("QCIY");t.delay=g.delay;nt=i("4GoQ");t.delayWhen=nt.delayWhen;tt=i("mO1z");t.dematerialize=tt.dematerialize;it=i("nQov");t.distinct=it.distinct;rt=i("rgOj");t.distinctUntilChanged=rt.distinctUntilChanged;ut=i("c4YM");t.distinctUntilKeyChanged=ut.distinctUntilKeyChanged;ft=i("PxRv");t.elementAt=ft.elementAt;et=i("ER9c");t.every=et.every;ot=i("H0zL");t.exhaust=ot.exhaust;st=i("GEfX");t.exhaustMap=st.exhaustMap;ht=i("we3k");t.expand=ht.expand;ct=i("ZXB4");t.filter=ct.filter;lt=i("q9sB");t.finalize=lt.finalize;at=i("DKXc");t.find=at.find;vt=i("qN2p");t.findIndex=vt.findIndex;yt=i("L/jt");t.first=yt.first;pt=i("Q6nm");t.groupBy=pt.groupBy;wt=i("Tb5M");t.ignoreElements=wt.ignoreElements;bt=i("XNQH");t.isEmpty=bt.isEmpty;kt=i("ffiR");t.last=kt.last;dt=i("aK2G");t.map=dt.map;gt=i("saxw");t.mapTo=gt.mapTo;ni=i("oGc9");t.materialize=ni.materialize;ti=i("5aaB");t.max=ti.max;ii=i("LqmK");t.merge=ii.merge;ri=i("0p2S");t.mergeAll=ri.mergeAll;ui=i("lf2g");t.mergeMap=ui.mergeMap;fi=i("lf2g");t.flatMap=fi.mergeMap;ei=i("fEEN");t.mergeMapTo=ei.mergeMapTo;oi=i("SQLu");t.mergeScan=oi.mergeScan;si=i("Kc9Z");t.min=si.min;hi=i("cf1P");t.multicast=hi.multicast;ci=i("0zyO");t.observeOn=ci.observeOn;li=i("Rm1J");t.onErrorResumeNext=li.onErrorResumeNext;ai=i("ABAE");t.pairwise=ai.pairwise;vi=i("gSfb");t.partition=vi.partition;yi=i("czP3");t.pluck=yi.pluck;pi=i("gcf/");t.publish=pi.publish;wi=i("7f6I");t.publishBehavior=wi.publishBehavior;bi=i("O/EN");t.publishLast=bi.publishLast;ki=i("f947");t.publishReplay=ki.publishReplay;di=i("UUzK");t.race=di.race;gi=i("6fvh");t.reduce=gi.reduce;nr=i("+PC9");t.repeat=nr.repeat;tr=i("0j0j");t.repeatWhen=tr.repeatWhen;ir=i("7c4m");t.retry=ir.retry;rr=i("C8RJ");t.retryWhen=rr.retryWhen;ur=i("pk/4");t.refCount=ur.refCount;fr=i("WQoq");t.sample=fr.sample;er=i("7LGj");t.sampleTime=er.sampleTime;or=i("n8Qg");t.scan=or.scan;sr=i("3Ind");t.sequenceEqual=sr.sequenceEqual;hr=i("X/dC");t.share=hr.share;cr=i("0Qin");t.shareReplay=cr.shareReplay;lr=i("Xrsd");t.single=lr.single;ar=i("1DV/");t.skip=ar.skip;vr=i("7Nkz");t.skipLast=vr.skipLast;yr=i("WgKs");t.skipUntil=yr.skipUntil;pr=i("SX7S");t.skipWhile=pr.skipWhile;wr=i("DFxj");t.startWith=wr.startWith;br=i("hY8S");t.switchAll=br.switchAll;kr=i("VVja");t.switchMap=kr.switchMap;dr=i("VthU");t.switchMapTo=dr.switchMapTo;gr=i("3hIw");t.take=gr.take;nu=i("WO4J");t.takeLast=nu.takeLast;tu=i("MHPA");t.takeUntil=tu.takeUntil;iu=i("3jsl");t.takeWhile=iu.takeWhile;ru=i("Kqb3");t.tap=ru.tap;uu=i("o6MN");t.throttle=uu.throttle;fu=i("BnoD");t.throttleTime=fu.throttleTime;eu=i("BTim");t.timeInterval=eu.timeInterval;ou=i("9BwH");t.timeout=ou.timeout;su=i("uj+q");t.timeoutWith=su.timeoutWith;hu=i("Z57B");t.timestamp=hu.timestamp;cu=i("M6BU");t.toArray=cu.toArray;lu=i("0Iwa");t.window=lu.window;au=i("ast0");t.windowCount=au.windowCount;vu=i("3WZS");t.windowTime=vu.windowTime;yu=i("8pnh");t.windowToggle=yu.windowToggle;pu=i("+djB");t.windowWhen=pu.windowWhen;wu=i("2Wg+");t.withLatestFrom=wu.withLatestFrom;bu=i("oQYR");t.zip=bu.zip;ku=i("FBtj");t.zipAll=ku.zipAll},f947:function(n,t,i){"use strict";var r=i("BjeI"),u=i("cf1P");t.publishReplay=function(n,t,i,f){i&&"function"!=typeof i&&(f=i);var e="function"==typeof i?i:void 0,o=new r.ReplaySubject(n,t,f);return function(n){return u.multicast(function(){return o},e)(n)}}},fEEN:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.mergeMapTo=function(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),"number"==typeof t&&(i=t,t=null),function(u){return u.lift(new r(n,t,i))}};r=function(){function n(n,t,i){void 0===i&&(i=Number.POSITIVE_INFINITY);this.ish=n;this.resultSelector=t;this.concurrent=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.ish,this.resultSelector,this.concurrent))},n}();t.MergeMapToOperator=r;u=function(n){function t(t,i,r,u){void 0===u&&(u=Number.POSITIVE_INFINITY);n.call(this,t);this.ish=i;this.resultSelector=r;this.concurrent=u;this.hasCompleted=!1;this.buffer=[];this.active=0;this.index=0}return f(t,n),t.prototype._next=function(n){if(this.active<this.concurrent){var t=this.resultSelector,i=this.index++,r=this.ish,u=this.destination;this.active++;this._innerSub(r,u,t,n,i)}else this.buffer.push(n)},t.prototype._innerSub=function(n,t,i,r,u){this.add(o.subscribeToResult(this,n,r,u))},t.prototype._complete=function(){this.hasCompleted=!0;0===this.active&&0===this.buffer.length&&this.destination.complete()},t.prototype.notifyNext=function(n,t,i,r){var u=this.destination;this.resultSelector?this.trySelectResult(n,t,i,r):u.next(t)},t.prototype.trySelectResult=function(n,t,i,r){var u,e=this.resultSelector,f=this.destination;try{u=e(n,t,i,r)}catch(o){return void f.error(o)}f.next(u)},t.prototype.notifyError=function(n){this.destination.error(n)},t.prototype.notifyComplete=function(n){var t=this.buffer;this.remove(n);this.active--;t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},t}(e.OuterSubscriber);t.MergeMapToSubscriber=u},fImS:function(n,t,i){var r=i("PBLz").__extends,u=i("PFc+"),f=i("AZf1"),e=i("y2i3");t.FromEventPatternObservable=function(n){function t(t,i,r){n.call(this);this.addHandler=t;this.removeHandler=i;this.selector=r}return r(t,n),t.create=function(n,i,r){return new t(n,i,r)},t.prototype._subscribe=function(n){var r=this,t=this.removeHandler,i=this.selector?function(){for(var i=[],t=0;t<arguments.length;t++)i[+t]=arguments[t];r._callSelector(n,i)}:function(t){n.next(t)},f=this._callAddHandler(i,n);u.isFunction(t)&&n.add(new e.Subscription(function(){t(i,f)}))},t.prototype._callSelector=function(n,t){try{var i=this.selector.apply(this,t);n.next(i)}catch(r){n.error(r)}},t.prototype._callAddHandler=function(n,t){try{return this.addHandler(n)||null}catch(i){t.error(i)}},t}(f.Observable)},fQTG:function(n,t,i){var f=i("PBLz").__extends,e=i("AZf1"),o=i("zKHA"),s=i("PFc+"),r=i("AJP0"),h=i("y2i3"),u=Object.prototype.toString;t.FromEventObservable=function(n){function t(t,i,r,u){n.call(this);this.sourceObj=t;this.eventName=i;this.selector=r;this.options=u}return f(t,n),t.create=function(n,i,r,u){return s.isFunction(r)&&(u=r,r=void 0),new t(n,i,u,r)},t.setupSubscription=function(n,i,r,f,e){var o,s,c,l,a,v;if(function(n){return!!n&&"[object NodeList]"===u.call(n)}(n)||function(n){return!!n&&"[object HTMLCollection]"===u.call(n)}(n))for(s=0,c=n.length;s<c;s++)t.setupSubscription(n[s],i,r,f,e);else if(function(n){return!!n&&"function"==typeof n.addEventListener&&"function"==typeof n.removeEventListener}(n))l=n,n.addEventListener(i,r,e),o=function(){return l.removeEventListener(i,r,e)};else if(function(n){return!!n&&"function"==typeof n.on&&"function"==typeof n.off}(n))a=n,n.on(i,r),o=function(){return a.off(i,r)};else{if(!function(n){return!!n&&"function"==typeof n.addListener&&"function"==typeof n.removeListener}(n))throw new TypeError("Invalid event target");v=n;n.addListener(i,r);o=function(){return v.removeListener(i,r)}}f.add(new h.Subscription(o))},t.prototype._subscribe=function(n){var i=this.selector;t.setupSubscription(this.sourceObj,this.eventName,i?function(){for(var u,f=[],t=0;t<arguments.length;t++)f[+t]=arguments[t];u=o.tryCatch(i).apply(void 0,f);u===r.errorObject?n.error(r.errorObject.e):n.next(u)}:function(t){return n.next(t)},n,this.options)},t}(e.Observable)},fTxW:function(n,t,i){"use strict";var r=i("FBtj");t.zipAll=function(n){return r.zipAll(n)(this)}},ffiR:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("2fIB"),r,u;t.last=function(n,t,i){return function(u){return u.lift(new r(n,t,i,u))}};r=function(){function n(n,t,i,r){this.predicate=n;this.resultSelector=t;this.defaultValue=i;this.source=r}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.resultSelector,this.defaultValue,this.source))},n}();u=function(n){function t(t,i,r,u,f){n.call(this,t);this.predicate=i;this.resultSelector=r;this.defaultValue=u;this.source=f;this.hasValue=!1;this.index=0;void 0!==u&&(this.lastValue=u,this.hasValue=!0)}return f(t,n),t.prototype._next=function(n){var t=this.index++;if(this.predicate)this._tryPredicate(n,t);else{if(this.resultSelector)return void this._tryResultSelector(n,t);this.lastValue=n;this.hasValue=!0}},t.prototype._tryPredicate=function(n,t){var i;try{i=this.predicate(n,t,this.source)}catch(r){return void this.destination.error(r)}if(i){if(this.resultSelector)return void this._tryResultSelector(n,t);this.lastValue=n;this.hasValue=!0}},t.prototype._tryResultSelector=function(n,t){var i;try{i=this.resultSelector(n,t)}catch(r){return void this.destination.error(r)}this.lastValue=i;this.hasValue=!0},t.prototype._complete=function(){var n=this.destination;this.hasValue?(n.next(this.lastValue),n.complete()):n.error(new o.EmptyError)},t}(e.Subscriber)},fmye:function(n,t,i){"use strict";var r=i("ffiR");t.last=function(n,t,i){return r.last(n,t,i)(this)}},foHw:function(n,t){"use strict";t.isArrayLike=function(n){return n&&"number"==typeof n.length}},g1x8:function(n,t,i){"use strict";var r=i("AZf1"),u=i("cIDA");r.Observable.fromEventPattern=u.fromEventPattern},g2Fv:function(n,t,i){var u=i("PBLz").__extends,r=i("/WK6"),f=i("8JYq");t.AsyncAction=function(n){function t(t,i){n.call(this,t,i);this.scheduler=t;this.pending=!1;this.work=i}return u(t,n),t.prototype.schedule=function(n,t){if(void 0===t&&(t=0),this.closed)return this;this.state=n;this.pending=!0;var i=this.id,r=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(r,i,t)),this.delay=t,this.id=this.id||this.requestAsyncId(r,this.id,t),this},t.prototype.requestAsyncId=function(n,t,i){return void 0===i&&(i=0),r.root.setInterval(n.flush.bind(n,this),i)},t.prototype.recycleAsyncId=function(n,t,i){if(void 0===i&&(i=0),null!==i&&this.delay===i&&!1===this.pending)return t;r.root.clearInterval(t)},t.prototype.execute=function(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(n,t);if(i)return i;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(n){var i=!1,r=void 0;try{this.work(n)}catch(t){i=!0;r=!!t&&t||new Error(t)}if(i)return this.unsubscribe(),r},t.prototype._unsubscribe=function(){var n=this.id,t=this.scheduler,i=t.actions,r=i.indexOf(this);this.work=null;this.state=null;this.pending=!1;this.scheduler=null;-1!==r&&i.splice(r,1);null!=n&&(this.id=this.recycleAsyncId(t,n,null));this.delay=null},t}(f.Action)},gIzs:function(n,t,i){"use strict";var r=i("LqmK"),u=i("MdjT");t.mergeStatic=u.merge;t.merge=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.merge.apply(void 0,t)(this)}},gRDe:function(n,t){"use strict";t.noop=function(){}},gSfb:function(n,t,i){"use strict";var u=i("bq7C"),r=i("ZXB4");t.partition=function(n,t){return function(i){return[r.filter(n,t)(i),r.filter(u.not(n,t))(i)]}}},"gcf/":function(n,t,i){"use strict";var r=i("4WIM"),u=i("cf1P");t.publish=function(n){return n?u.multicast(function(){return new r.Subject},n):u.multicast(new r.Subject)}},gugg:function(n,t,i){"use strict";var r=i("AZf1"),u=i("rOew");r.Observable.prototype.shareReplay=u.shareReplay},h8ds:function(n,t,i){"use strict";var r=i("7Nkz");t.skipLast=function(n){return r.skipLast(n)(this)}},hV2K:function(n,t,i){"use strict";var r=i("Re0n"),u=i("cUCP");t.auditTime=function(n,t){return void 0===t&&(t=r.async),u.auditTime(n,t)(this)}},hY8S:function(n,t,i){"use strict";var r=i("VVja"),u=i("LAU0");t.switchAll=function(){return r.switchMap(u.identity)}},hgYf:function(n,t,i){"use strict";var r=i("AZf1"),u=i("BWyk");r.Observable.prototype.delay=u.delay},"hut+":function(n,t){"use strict";t.isDate=function(n){return n instanceof Date&&!isNaN(+n)}},hw8L:function(n,t,i){"use strict";var r=i("GEfX");t.exhaustMap=function(n,t){return r.exhaustMap(n,t)(this)}},i45a:function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1");t.ErrorObservable=function(n){function t(t,i){n.call(this);this.error=t;this.scheduler=i}return r(t,n),t.create=function(n,i){return new t(n,i)},t.dispatch=function(n){n.subscriber.error(n.error)},t.prototype._subscribe=function(n){var i=this.error,r=this.scheduler;if(n.syncErrorThrowable=!0,r)return r.schedule(t.dispatch,0,{error:i,subscriber:n});n.error(i)},t}(u.Observable)},iYe0:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.count=function(n){return function(t){return t.lift(new r(n,t))}};r=function(){function n(n,t){this.predicate=n;this.source=t}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.predicate,this.source))},n}();u=function(n){function t(t,i,r){n.call(this,t);this.predicate=i;this.source=r;this.count=0;this.index=0}return f(t,n),t.prototype._next=function(n){this.predicate?this._tryPredicate(n):this.count++},t.prototype._tryPredicate=function(n){var t;try{t=this.predicate(n,this.index++,this.source)}catch(i){return void this.destination.error(i)}t&&this.count++},t.prototype._complete=function(){this.destination.next(this.count);this.destination.complete()},t}(e.Subscriber)},iaCc:function(n,t,i){"use strict";var r=i("+UM1");t.range=r.RangeObservable.create},jNrO:function(n,t,i){"use strict";var r=i("AZf1"),u=i("aea6");r.Observable.prototype.sampleTime=u.sampleTime},"jRt/":function(n,t,i){"use strict";var r=i("Kc9Z");t.min=function(n){return r.min(n)(this)}},jc2T:function(n,t,i){"use strict";var r=i("AZf1"),u=i("8ywx");r.Observable.prototype.pluck=u.pluck},klBC:function(n,t,i){"use strict";var r=i("aK2G");t.map=function(n,t){return r.map(n,t)(this)}},ks6M:function(n,t,i){"use strict";var r=i("re5B");t.bufferToggle=function(n,t){return r.bufferToggle(n,t)(this)}},kwlx:function(n,t,i){var r=i("PBLz").__extends,u=function(n){function t(t){n.call(this);this.errors=t;var i=Error.call(this,t?t.length+" errors occurred during unsubscription:\n  "+t.map(function(n,t){return t+1+") "+n.toString()}).join("\n  "):"");this.name=i.name="UnsubscriptionError";this.stack=i.stack;this.message=i.message}return r(t,n),t}(Error);t.UnsubscriptionError=u},"l/bX":function(n,t,i){"use strict";var r=i("AZf1"),u=i("agdi");r.Observable.prototype.timeoutWith=u.timeoutWith},l1g9:function(n,t,i){"use strict";var r=i("AZf1"),u=i("5sLA");r.Observable.prototype.takeLast=u.takeLast},l6Ej:function(n,t,i){"use strict";var r=i("c4YM");t.distinctUntilKeyChanged=function(n,t){return r.distinctUntilKeyChanged(n,t)(this)}},l9aY:function(n,t,i){"use strict";var r=i("rgOj");t.distinctUntilChanged=function(n,t){return r.distinctUntilChanged(n,t)(this)}},lBaL:function(n,t,i){"use strict";var r=i("AZf1"),u=i("RkF3");r.Observable.prototype.combineLatest=u.combineLatest},lCqY:function(n,t,i){"use strict";var r=i("AZf1"),u=i("S26M");r.Observable.prototype.catch=u._catch;r.Observable.prototype._catch=u._catch},laXh:function(n,t,i){"use strict";var r=i("AZf1"),u=i("+1VR");r.Observable.prototype.mergeScan=u.mergeScan},lf2g:function(n,t,i){var f=i("PBLz").__extends,e=i("Irel"),o=i("9jZZ"),r,u;t.mergeMap=function(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),function(u){return"number"==typeof t&&(i=t,t=null),u.lift(new r(n,t,i))}};r=function(){function n(n,t,i){void 0===i&&(i=Number.POSITIVE_INFINITY);this.project=n;this.resultSelector=t;this.concurrent=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.project,this.resultSelector,this.concurrent))},n}();t.MergeMapOperator=r;u=function(n){function t(t,i,r,u){void 0===u&&(u=Number.POSITIVE_INFINITY);n.call(this,t);this.project=i;this.resultSelector=r;this.concurrent=u;this.hasCompleted=!1;this.buffer=[];this.active=0;this.index=0}return f(t,n),t.prototype._next=function(n){this.active<this.concurrent?this._tryNext(n):this.buffer.push(n)},t.prototype._tryNext=function(n){var t,i=this.index++;try{t=this.project(n,i)}catch(r){return void this.destination.error(r)}this.active++;this._innerSub(t,n,i)},t.prototype._innerSub=function(n,t,i){this.add(e.subscribeToResult(this,n,t,i))},t.prototype._complete=function(){this.hasCompleted=!0;0===this.active&&0===this.buffer.length&&this.destination.complete()},t.prototype.notifyNext=function(n,t,i,r){this.resultSelector?this._notifyResultSelector(n,t,i,r):this.destination.next(t)},t.prototype._notifyResultSelector=function(n,t,i,r){var u;try{u=this.resultSelector(n,t,i,r)}catch(f){return void this.destination.error(f)}this.destination.next(u)},t.prototype.notifyComplete=function(n){var t=this.buffer;this.remove(n);this.active--;t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},t}(o.OuterSubscriber);t.MergeMapSubscriber=u},loW1:function(n,t,i){var r=i("PBLz").__extends,u=i("FXL7");t.AnimationFrameScheduler=function(n){function t(){n.apply(this,arguments)}return r(t,n),t.prototype.flush=function(n){this.active=!0;this.scheduled=void 0;var i,t=this.actions,r=-1,u=t.length;n=n||t.shift();do if(i=n.execute(n.state,n.delay))break;while(++r<u&&(n=t.shift()));if(this.active=!1,i){for(;++r<u&&(n=t.shift());)n.unsubscribe();throw i;}},t}(u.AsyncScheduler)},"m+NU":function(n,t,i){var f=i("PBLz").__extends,e=i("/WK6"),o=i("AZf1"),r=i("+2+e");t.IteratorObservable=function(n){function t(t,i){if(n.call(this),this.scheduler=i,null==t)throw new Error("iterator cannot be null.");this.iterator=function(n){var t=n[r.iterator];if(!t&&"string"==typeof n)return new s(n);if(!t&&void 0!==n.length)return new h(n);if(!t)throw new TypeError("object is not iterable");return n[r.iterator]()}(t)}return f(t,n),t.create=function(n,i){return new t(n,i)},t.dispatch=function(n){var u=n.index,i=n.iterator,t=n.subscriber,r;n.hasError?t.error(n.error):(r=i.next(),r.done?t.complete():(t.next(r.value),n.index=u+1,t.closed?"function"==typeof i.return&&i.return():this.schedule(n)))},t.prototype._subscribe=function(n){var i=this.iterator,u=this.scheduler,r;if(u)return u.schedule(t.dispatch,0,{index:0,iterator:i,subscriber:n});for(;;){if(r=i.next(),r.done){n.complete();break}if(n.next(r.value),n.closed){"function"==typeof i.return&&i.return();break}}},t}(o.Observable);var s=function(){function n(n,t,i){void 0===t&&(t=0);void 0===i&&(i=n.length);this.str=n;this.idx=t;this.len=i}return n.prototype[r.iterator]=function(){return this},n.prototype.next=function(){return this.idx<this.len?{done:!1,value:this.str.charAt(this.idx++)}:{done:!0,value:void 0}},n}(),h=function(){function n(n,t,i){void 0===t&&(t=0);void 0===i&&(i=function(n){var i,t=+n.length;return isNaN(t)?0:0!==t&&"number"==typeof(i=t)&&e.root.isFinite(i)?(t=function(n){var t=+n;return 0===t||isNaN(t)?t:t<0?-1:1}(t)*Math.floor(Math.abs(t)))<=0?0:t>u?u:t:t}(n));this.arr=n;this.idx=t;this.len=i}return n.prototype[r.iterator]=function(){return this},n.prototype.next=function(){return this.idx<this.len?{done:!1,value:this.arr[this.idx++]}:{done:!0,value:void 0}},n}(),u=Math.pow(2,53)-1},m8PH:function(n,t,i){var h=i("PBLz").__extends,e=i("4WIM"),c=i("1uGz"),o=i("AZf1"),s=i("y2i3"),l=i("/WK6"),u=i("BjeI"),f=i("zKHA"),r=i("AJP0"),a=i("2gSr");t.WebSocketSubject=function(n){function t(t,i){if(t instanceof o.Observable)n.call(this,i,t);else{if(n.call(this),this.WebSocketCtor=l.root.WebSocket,this._output=new e.Subject,"string"==typeof t?this.url=t:a.assign(this,t),!this.WebSocketCtor)throw new Error("no WebSocket constructor can be found");this.destination=new u.ReplaySubject}}return h(t,n),t.prototype.resultSelector=function(n){return JSON.parse(n.data)},t.create=function(n){return new t(n)},t.prototype.lift=function(n){var i=new t(this,this.destination);return i.operator=n,i},t.prototype._resetState=function(){this.socket=null;this.source||(this.destination=new u.ReplaySubject);this._output=new e.Subject},t.prototype.multiplex=function(n,t,i){var u=this;return new o.Observable(function(e){var o=f.tryCatch(n)(),s;return o===r.errorObject?e.error(r.errorObject.e):u.next(o),s=u.subscribe(function(n){var t=f.tryCatch(i)(n);t===r.errorObject?e.error(r.errorObject.e):t&&e.next(n)},function(n){return e.error(n)},function(){return e.complete()}),function(){var n=f.tryCatch(t)();n===r.errorObject?e.error(r.errorObject.e):u.next(n);s.unsubscribe()}})},t.prototype._connectSocket=function(){var n=this,e=this.WebSocketCtor,i=this._output,t=null,o;try{t=this.protocol?new e(this.url,this.protocol):new e(this.url);this.socket=t;this.binaryType&&(this.socket.binaryType=this.binaryType)}catch(h){return void i.error(h)}o=new s.Subscription(function(){n.socket=null;t&&1===t.readyState&&t.close()});t.onopen=function(r){var e=n.openObserver,f;e&&e.next(r);f=n.destination;n.destination=c.Subscriber.create(function(n){return 1===t.readyState&&t.send(n)},function(r){var u=n.closingObserver;u&&u.next(void 0);r&&r.code?t.close(r.code,r.reason):i.error(new TypeError("WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }"));n._resetState()},function(){var i=n.closingObserver;i&&i.next(void 0);t.close();n._resetState()});f&&f instanceof u.ReplaySubject&&o.add(f.subscribe(n.destination))};t.onerror=function(t){n._resetState();i.error(t)};t.onclose=function(t){n._resetState();var r=n.closeObserver;r&&r.next(t);t.wasClean?i.complete():i.error(t)};t.onmessage=function(t){var u=f.tryCatch(n.resultSelector)(t);u===r.errorObject?i.error(r.errorObject.e):i.next(u)}},t.prototype._subscribe=function(n){var i=this,r=this.source,t;return r?r.subscribe(n):(this.socket||this._connectSocket(),t=new s.Subscription,t.add(this._output.subscribe(n)),t.add(function(){var n=i.socket;0===i._output.observers.length&&(n&&1===n.readyState&&n.close(),i._resetState())}),t)},t.prototype.unsubscribe=function(){var i=this.source,t=this.socket;t&&1===t.readyState&&(t.close(),this._resetState());n.prototype.unsubscribe.call(this);i||(this.destination=new u.ReplaySubject)},t}(e.AnonymousSubject)},mO1z:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.dematerialize=function(){return function(n){return n.lift(new r)}};r=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new u(n))},n}();u=function(n){function t(t){n.call(this,t)}return f(t,n),t.prototype._next=function(n){n.observe(this.destination)},t}(e.Subscriber)},mSFr:function(n,t,i){"use strict";var r=i("AZf1"),u=i("Kwcu");r.Observable.prototype.retry=u.retry},mXuN:function(n,t,i){"use strict";var r=i("AZf1"),u=i("PqiM");r.Observable.prototype.skipUntil=u.skipUntil},mdQD:function(n,t,i){var e=i("PBLz").__extends,o=i("zKHA"),r=i("AJP0"),s=i("9jZZ"),h=i("Irel"),u,f;t.audit=function(n){return function(t){return t.lift(new u(n))}};u=function(){function n(n){this.durationSelector=n}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.durationSelector))},n}();f=function(n){function t(t,i){n.call(this,t);this.durationSelector=i;this.hasValue=!1}return e(t,n),t.prototype._next=function(n){var t,i;(this.value=n,this.hasValue=!0,this.throttled)||(t=o.tryCatch(this.durationSelector)(n),t===r.errorObject?this.destination.error(r.errorObject.e):(i=h.subscribeToResult(this,t),i.closed?this.clearThrottle():this.add(this.throttled=i)))},t.prototype.clearThrottle=function(){var t=this.value,i=this.hasValue,n=this.throttled;n&&(this.remove(n),this.throttled=null,n.unsubscribe());i&&(this.value=null,this.hasValue=!1,this.destination.next(t))},t.prototype.notifyNext=function(){this.clearThrottle()},t.prototype.notifyComplete=function(){this.clearThrottle()},t}(s.OuterSubscriber)},mz1d:function(n,t,i){"use strict";var r=i("AZf1"),u=i("qnn9");r.Observable.prototype.concatMapTo=u.concatMapTo},n8Qg:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.scan=function(n,t){var i=!1;return arguments.length>=2&&(i=!0),function(u){return u.lift(new r(n,t,i))}};r=function(){function n(n,t,i){void 0===i&&(i=!1);this.accumulator=n;this.seed=t;this.hasSeed=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.accumulator,this.seed,this.hasSeed))},n}();u=function(n){function t(t,i,r,u){n.call(this,t);this.accumulator=i;this._seed=r;this.hasSeed=u;this.index=0}return f(t,n),Object.defineProperty(t.prototype,"seed",{get:function(){return this._seed},set:function(n){this.hasSeed=!0;this._seed=n},enumerable:!0,configurable:!0}),t.prototype._next=function(n){if(this.hasSeed)return this._tryNext(n);this.seed=n;this.destination.next(n)},t.prototype._tryNext=function(n){var t,i=this.index++;try{t=this.accumulator(this.seed,n,i)}catch(r){this.destination.error(r)}this.seed=t;this.destination.next(t)},t}(e.Subscriber)},nD5C:function(n,t,i){"use strict";var r=i("AZf1"),u=i("6GWt");r.Observable.prototype.reduce=u.reduce},nQov:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),s=i("eBTF"),u,r;t.distinct=function(n,t){return function(i){return i.lift(new u(n,t))}};u=function(){function n(n,t){this.keySelector=n;this.flushes=t}return n.prototype.call=function(n,t){return t.subscribe(new r(n,this.keySelector,this.flushes))},n}();r=function(n){function t(t,i,r){n.call(this,t);this.keySelector=i;this.values=new s.Set;r&&this.add(o.subscribeToResult(this,r))}return f(t,n),t.prototype.notifyNext=function(){this.values.clear()},t.prototype.notifyError=function(n){this._error(n)},t.prototype._next=function(n){this.keySelector?this._useKeySelector(n):this._finalizeNext(n,n)},t.prototype._useKeySelector=function(n){var t,i=this.destination;try{t=this.keySelector(n)}catch(r){return void i.error(r)}this._finalizeNext(t,n)},t.prototype._finalizeNext=function(n,t){var i=this.values;i.has(n)||(i.add(n),this.destination.next(t))},t}(e.OuterSubscriber);t.DistinctSubscriber=r},nXmG:function(n,t,i){"use strict";var r=i("AZf1"),u=i("onNu");r.Observable.prototype.onErrorResumeNext=u.onErrorResumeNext},nfiU:function(n,t,i){"use strict";var r=i("AZf1"),u=i("KC+j");r.Observable.prototype.concatMap=u.concatMap},nkkL:function(n,t,i){"use strict";var r=i("/WK6").root.Symbol;t.rxSubscriber="function"==typeof r&&"function"==typeof r.for?r.for("rxSubscriber"):"@@rxSubscriber";t.$$rxSubscriber=t.rxSubscriber},nxYh:function(n,t,i){"use strict";var r=i("16yF");t.bufferCount=function(n,t){return void 0===t&&(t=null),r.bufferCount(n,t)(this)}},"o/sf":function(n,t,i){"use strict";var r=i("AZf1"),u=i("9A9s");r.Observable.never=u.never},o6MN:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.defaultThrottleConfig={leading:!0,trailing:!1};t.throttle=function(n,i){return void 0===i&&(i=t.defaultThrottleConfig),function(t){return t.lift(new r(n,i.leading,i.trailing))}};r=function(){function n(n,t,i){this.durationSelector=n;this.leading=t;this.trailing=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.durationSelector,this.leading,this.trailing))},n}();u=function(n){function t(t,i,r,u){n.call(this,t);this.destination=t;this.durationSelector=i;this._leading=r;this._trailing=u;this._hasTrailingValue=!1}return f(t,n),t.prototype._next=function(n){if(this.throttled)this._trailing&&(this._hasTrailingValue=!0,this._trailingValue=n);else{var t=this.tryDurationSelector(n);t&&this.add(this.throttled=o.subscribeToResult(this,t));this._leading&&(this.destination.next(n),this._trailing&&(this._hasTrailingValue=!0,this._trailingValue=n))}},t.prototype.tryDurationSelector=function(n){try{return this.durationSelector(n)}catch(t){return this.destination.error(t),null}},t.prototype._unsubscribe=function(){var n=this.throttled;this._trailingValue=null;this._hasTrailingValue=!1;n&&(this.remove(n),this.throttled=null,n.unsubscribe())},t.prototype._sendTrailing=function(){var n=this;n.throttled&&n._trailing&&n._hasTrailingValue&&(n.destination.next(n._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1)},t.prototype.notifyNext=function(){this._sendTrailing();this._unsubscribe()},t.prototype.notifyComplete=function(){this._sendTrailing();this._unsubscribe()},t}(e.OuterSubscriber)},oGc9:function(n,t,i){var e=i("PBLz").__extends,o=i("1uGz"),r=i("9x29"),u,f;t.materialize=function(){return function(n){return n.lift(new u)}};u=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new f(n))},n}();f=function(n){function t(t){n.call(this,t)}return e(t,n),t.prototype._next=function(n){this.destination.next(r.Notification.createNext(n))},t.prototype._error=function(n){var t=this.destination;t.next(r.Notification.createError(n));t.complete()},t.prototype._complete=function(){var n=this.destination;n.next(r.Notification.createComplete());n.complete()},t}(o.Subscriber)},oQYR:function(n,t,i){function e(){for(var i,n=[],t=0;t<arguments.length;t++)n[+t]=arguments[t];return i=n[n.length-1],"function"==typeof i&&n.pop(),new s.ArrayObservable(n).lift(new u(i))}var o=i("PBLz").__extends,s=i("rVFa"),h=i("G2HO"),c=i("1uGz"),l=i("9jZZ"),a=i("Irel"),r=i("+2+e"),u,f;t.zip=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return function(n){return n.lift.call(e.apply(void 0,[n].concat(t)))}};t.zipStatic=e;u=function(){function n(n){this.project=n}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.project))},n}();t.ZipOperator=u;f=function(n){function t(t,i,r){void 0===r&&(r=Object.create(null));n.call(this,t);this.iterators=[];this.active=0;this.project="function"==typeof i?i:null;this.values=r}return o(t,n),t.prototype._next=function(n){var t=this.iterators;h.isArray(n)?t.push(new y(n)):t.push("function"==typeof n[r.iterator]?new v(n[r.iterator]()):new p(this.destination,this,n))},t.prototype._complete=function(){var r=this.iterators,i=r.length,n,t;if(0!==i)for(this.active=i,n=0;n<i;n++)t=r[n],t.stillUnsubscribed?this.add(t.subscribe(t,n)):this.active--;else this.destination.complete()},t.prototype.notifyInactive=function(){this.active--;0===this.active&&this.destination.complete()},t.prototype.checkIterators=function(){for(var r,t,i,u,f=this.iterators,o=f.length,e=this.destination,n=0;n<o;n++)if("function"==typeof(i=f[n]).hasValue&&!i.hasValue())return;for(r=!1,t=[],n=0;n<o;n++){if(u=(i=f[n]).next(),i.hasCompleted()&&(r=!0),u.done)return void e.complete();t.push(u.value)}this.project?this._tryProject(t):e.next(t);r&&e.complete()},t.prototype._tryProject=function(n){var t;try{t=this.project.apply(this,n)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(c.Subscriber);t.ZipSubscriber=f;var v=function(){function n(n){this.iterator=n;this.nextResult=n.next()}return n.prototype.hasValue=function(){return!0},n.prototype.next=function(){var n=this.nextResult;return this.nextResult=this.iterator.next(),n},n.prototype.hasCompleted=function(){var n=this.nextResult;return n&&n.done},n}(),y=function(){function n(n){this.array=n;this.index=0;this.length=0;this.length=n.length}return n.prototype[r.iterator]=function(){return this},n.prototype.next=function(){var n=this.index++;return n<this.length?{value:this.array[n],done:!1}:{value:null,done:!0}},n.prototype.hasValue=function(){return this.array.length>this.index},n.prototype.hasCompleted=function(){return this.array.length===this.index},n}(),p=function(n){function t(t,i,r){n.call(this,t);this.parent=i;this.observable=r;this.stillUnsubscribed=!0;this.buffer=[];this.isComplete=!1}return o(t,n),t.prototype[r.iterator]=function(){return this},t.prototype.next=function(){var n=this.buffer;return 0===n.length&&this.isComplete?{value:null,done:!0}:{value:n.shift(),done:!1}},t.prototype.hasValue=function(){return this.buffer.length>0},t.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},t.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},t.prototype.notifyNext=function(n,t){this.buffer.push(t);this.parent.checkIterators()},t.prototype.subscribe=function(n,t){return a.subscribeToResult(this,this.observable,this,t)},t}(l.OuterSubscriber)},"od+f":function(n,t,i){var r=i("PBLz").__extends,e=i("AZf1"),u=i("36rE"),o=i("G2HO"),s=i("Irel"),h=i("9jZZ"),f;t.ForkJoinObservable=function(n){function t(t,i){n.call(this);this.sources=t;this.resultSelector=i}return r(t,n),t.create=function(){for(var r,n=[],i=0;i<arguments.length;i++)n[+i]=arguments[i];return null===n||0===arguments.length?new u.EmptyObservable:(r=null,"function"==typeof n[n.length-1]&&(r=n.pop()),1===n.length&&o.isArray(n[0])&&(n=n[0]),0===n.length?new u.EmptyObservable:new t(n,r))},t.prototype._subscribe=function(n){return new f(n,this.sources,this.resultSelector)},t}(e.Observable);f=function(n){function t(t,i,r){var f,u,e;for(n.call(this,t),this.sources=i,this.resultSelector=r,this.completed=0,this.haveValues=0,f=i.length,this.total=f,this.values=new Array(f),u=0;u<f;u++)e=s.subscribeToResult(this,i[u],null,u),e&&(e.outerIndex=u,this.add(e))}return r(t,n),t.prototype.notifyNext=function(n,t,i,r,u){this.values[i]=t;u._hasValue||(u._hasValue=!0,this.haveValues++)},t.prototype.notifyComplete=function(n){var t=this.destination,e=this.haveValues,r=this.resultSelector,i=this.values,u=i.length,f;n._hasValue?(this.completed++,this.completed===u)&&(e===u&&(f=r?r.apply(this,i):i,t.next(f)),t.complete()):t.complete()},t}(h.OuterSubscriber)},oemf:function(n,t,i){function g(){if(r.root.XMLHttpRequest)return new r.root.XMLHttpRequest;if(r.root.XDomainRequest)return new r.root.XDomainRequest;throw new Error("CORS is not supported by your browser");}function a(n,t){return void 0===t&&(t=null),new u({method:"GET",url:n,headers:t})}function v(n,t,i){return new u({method:"POST",url:n,body:t,headers:i})}function y(n,t){return new u({method:"DELETE",url:n,headers:t})}function p(n,t,i){return new u({method:"PUT",url:n,body:t,headers:i})}function w(n,t,i){return new u({method:"PATCH",url:n,body:t,headers:i})}function b(n,t){return d(new u({method:"GET",url:n,responseType:"json",headers:t}))}function k(n,t){switch(n){case"json":return"response"in t?t.responseType?t.response:JSON.parse(t.response||t.responseText||"null"):JSON.parse(t.responseText||"null");case"xml":return t.responseXML;case"text":default:return"response"in t?t.response:t.responseText}}var s=i("PBLz").__extends,r=i("/WK6"),f=i("zKHA"),e=i("AJP0"),nt=i("AZf1"),tt=i("1uGz"),it=i("aK2G"),d,u,h,c,o,l;t.ajaxGet=a;t.ajaxPost=v;t.ajaxDelete=y;t.ajaxPut=p;t.ajaxPatch=w;d=it.map(function(n){return n.response});t.ajaxGetJSON=b;u=function(n){function i(t){var i,u;if(n.call(this),i={async:!0,createXHR:function(){return this.crossDomain?g.call(this):function(){var t,i,n;if(r.root.XMLHttpRequest)return new r.root.XMLHttpRequest;t=void 0;try{for(i=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"],n=0;n<3;n++)try{if(new r.root.ActiveXObject(t=i[n]))break}catch(u){}return new r.root.ActiveXObject(t)}catch(u){throw new Error("XMLHttpRequest is not supported by your browser");}}()},crossDomain:!1,withCredentials:!1,headers:{},method:"GET",responseType:"json",timeout:0},"string"==typeof t)i.url=t;else for(u in t)t.hasOwnProperty(u)&&(i[u]=t[u]);this.request=i}var t;return s(i,n),i.prototype._subscribe=function(n){return new h(n,this.request)},i.create=((t=function(n){return new i(n)}).get=a,t.post=v,t.delete=y,t.put=p,t.patch=w,t.getJSON=b,t),i}(nt.Observable);t.AjaxObservable=u;h=function(n){function t(t,i){n.call(this,t);this.request=i;this.done=!1;var u=i.headers=i.headers||{};i.crossDomain||u["X-Requested-With"]||(u["X-Requested-With"]="XMLHttpRequest");"Content-Type"in u||r.root.FormData&&i.body instanceof r.root.FormData||void 0===i.body||(u["Content-Type"]="application/x-www-form-urlencoded; charset=UTF-8");i.body=this.serializeBody(i.body,i.headers["Content-Type"]);this.send()}return s(t,n),t.prototype.next=function(n){this.done=!0;var t=this.destination,i=new c(n,this.xhr,this.request);t.next(i)},t.prototype.send=function(){var i=this.request,t=this.request,u=t.user,o=t.method,s=t.url,r=t.async,c=t.password,l=t.headers,h=t.body,n=f.tryCatch(i.createXHR).call(i);if(n===e.errorObject)this.error(e.errorObject.e);else if((this.xhr=n,this.setupEvents(n,i),(u?f.tryCatch(n.open).call(n,o,s,r,u,c):f.tryCatch(n.open).call(n,o,s,r))===e.errorObject)||(r&&(n.timeout=i.timeout,n.responseType=i.responseType),"withCredentials"in n&&(n.withCredentials=!!i.withCredentials),this.setHeaders(n,l),(h?f.tryCatch(n.send).call(n,h):f.tryCatch(n.send).call(n))===e.errorObject))return this.error(e.errorObject.e),null;return n},t.prototype.serializeBody=function(n,t){if(!n||"string"==typeof n||r.root.FormData&&n instanceof r.root.FormData)return n;if(t){var i=t.indexOf(";");-1!==i&&(t=t.substring(0,i))}switch(t){case"application/x-www-form-urlencoded":return Object.keys(n).map(function(t){return encodeURIComponent(t)+"="+encodeURIComponent(n[t])}).join("&");case"application/json":return JSON.stringify(n);default:return n}},t.prototype.setHeaders=function(n,t){for(var i in t)t.hasOwnProperty(i)&&n.setRequestHeader(i,t[i])},t.prototype.setupEvents=function(n,t){function i(n){var r=i.subscriber,t=i.progressSubscriber,u=i.request;t&&t.error(n);r.error(new l(this,u))}function u(n){var r=u.subscriber,i=u.progressSubscriber,f=u.request,t;4===this.readyState&&(t=1223===this.status?204:this.status,0===t&&(t=("text"===this.responseType?this.response||this.responseText:this.response)?200:0),200<=t&&t<300?(i&&i.complete(),r.next(n),r.complete()):(i&&i.error(n),r.error(new o("ajax error "+t,this,f))))}var e,f,s=t.progressSubscriber;n.ontimeout=i;i.request=t;i.subscriber=this;i.progressSubscriber=s;n.upload&&"withCredentials"in n&&(s&&(e=function(n){e.progressSubscriber.next(n)},r.root.XDomainRequest?n.onprogress=e:n.upload.onprogress=e,e.progressSubscriber=s),n.onerror=f=function(n){var t=f.progressSubscriber,i=f.subscriber,r=f.request;t&&t.error(n);i.error(new o("ajax error",this,r))},f.request=t,f.subscriber=this,f.progressSubscriber=s);n.onreadystatechange=u;u.subscriber=this;u.progressSubscriber=s;u.request=t},t.prototype.unsubscribe=function(){var t=this.xhr;!this.done&&t&&4!==t.readyState&&"function"==typeof t.abort&&t.abort();n.prototype.unsubscribe.call(this)},t}(tt.Subscriber);t.AjaxSubscriber=h;c=function(){return function(n,t,i){this.originalEvent=n;this.xhr=t;this.request=i;this.status=t.status;this.responseType=t.responseType||i.responseType;this.response=k(this.responseType,t)}}();t.AjaxResponse=c;o=function(n){function t(t,i,r){n.call(this,t);this.message=t;this.xhr=i;this.request=r;this.status=i.status;this.responseType=i.responseType||r.responseType;this.response=k(this.responseType,i)}return s(t,n),t}(Error);t.AjaxError=o;l=function(n){function t(t,i){n.call(this,"ajax timeout",t,i)}return s(t,n),t}(o);t.AjaxTimeoutError=l},onNu:function(n,t,i){"use strict";var r=i("Rm1J");t.onErrorResumeNext=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.onErrorResumeNext.apply(void 0,t)(this)}},onQ2:function(n,t,i){"use strict";var r=i("H0zL");t.exhaust=function(){return r.exhaust()(this)}},oonV:function(n,t,i){"use strict";var r=i("AZf1"),u=i("+Whv");r.Observable.using=u.using},pNQw:function(n,t,i){"use strict";var r=i("AZf1"),u=i("UqH8");r.Observable.timer=u.timer},pYXR:function(n,t){"use strict";t.isObject=function(n){return null!=n&&"object"==typeof n}},pZ8H:function(n,t,i){"use strict";var r=i("2Tbn");t.defaultIfEmpty=function(n){return void 0===n&&(n=null),r.defaultIfEmpty(n)(this)}},"pi/U":function(n,t,i){"use strict";var r=i("AZf1"),u=i("D4pF");r.Observable.prototype.debounceTime=u.debounceTime},"pk/4":function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.refCount=function(){return function(n){return n.lift(new r(n))}};r=function(){function n(n){this.connectable=n}return n.prototype.call=function(n,t){var r=this.connectable,i,f;return r._refCount++,i=new u(n,r),f=t.subscribe(i),i.closed||(i.connection=r.connect()),f},n}();u=function(n){function t(t,i){n.call(this,t);this.connectable=i}return f(t,n),t.prototype._unsubscribe=function(){var n=this.connectable,t,r,i;n?(this.connectable=null,t=n._refCount,t<=0?this.connection=null:(n._refCount=t-1,t>1)?this.connection=null:(r=this.connection,i=n._connection,this.connection=null,!i||r&&i!==r||i.unsubscribe())):this.connection=null},t}(e.Subscriber)},puri:function(n,t,i){"use strict";var r=i("AZf1"),u=i("1nIg");r.Observable.prototype.publishLast=u.publishLast},"q+iv":function(n,t,i){var r=i("PBLz").__extends,u=i("FXL7");t.AsapScheduler=function(n){function t(){n.apply(this,arguments)}return r(t,n),t.prototype.flush=function(n){this.active=!0;this.scheduled=void 0;var i,t=this.actions,r=-1,u=t.length;n=n||t.shift();do if(i=n.execute(n.state,n.delay))break;while(++r<u&&(n=t.shift()));if(this.active=!1,i){for(;++r<u&&(n=t.shift());)n.unsubscribe();throw i;}},t}(u.AsyncScheduler)},q6z3:function(n,t,i){"use strict";var r=i("AZf1"),u=i("IEzG");r.Observable.prototype.withLatestFrom=u.withLatestFrom},q9sB:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),o=i("y2i3"),r,u;t.finalize=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.callback=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.callback))},n}();u=function(n){function t(t,i){n.call(this,t);this.add(new o.Subscription(i))}return f(t,n),t}(e.Subscriber)},"qJ4/":function(n,t,i){"use strict";var r=i("f947");t.publishReplay=function(n,t,i,u){return r.publishReplay(n,t,i,u)(this)}},qKmH:function(n,t,i){"use strict";var r=i("yl3g");t.generate=r.GenerateObservable.create},qN2p:function(n,t,i){"use strict";var r=i("DKXc");t.findIndex=function(n,t){return function(i){return i.lift(new r.FindValueOperator(n,i,!0,t))}}},qQIA:function(n,t,i){"use strict";var r=i("Mnf/");t.interval=r.IntervalObservable.create},qnU5:function(n,t,i){"use strict";var r=i("AZf1"),u=i("JLi8");r.Observable.forkJoin=u.forkJoin},qnn9:function(n,t,i){"use strict";var r=i("zVww");t.concatMapTo=function(n,t){return r.concatMapTo(n,t)(this)}},r2oo:function(n,t,i){function r(n){var t=n.subscriber;t.closed||(t.next(n.value),t.complete())}function f(n){var t=n.subscriber;t.closed||t.error(n.err)}var e=i("PBLz").__extends,u=i("/WK6"),o=i("AZf1");t.PromiseObservable=function(n){function t(t,i){n.call(this);this.promise=t;this.scheduler=i}return e(t,n),t.create=function(n,i){return new t(n,i)},t.prototype._subscribe=function(n){var t=this,e=this.promise,i=this.scheduler;if(null==i)this._isScalar?n.closed||(n.next(this.value),n.complete()):e.then(function(i){t.value=i;t._isScalar=!0;n.closed||(n.next(i),n.complete())},function(t){n.closed||n.error(t)}).then(null,function(n){u.root.setTimeout(function(){throw n;})});else if(this._isScalar){if(!n.closed)return i.schedule(r,0,{value:this.value,subscriber:n})}else e.then(function(u){t.value=u;t._isScalar=!0;n.closed||n.add(i.schedule(r,0,{value:u,subscriber:n}))},function(t){n.closed||n.add(i.schedule(f,0,{err:t,subscriber:n}))}).then(null,function(n){u.root.setTimeout(function(){throw n;})})},t}(o.Observable)},r9ib:function(n,t,i){"use strict";var r=i("w1ve");t.bindCallback=r.BoundCallbackObservable.create},rOew:function(n,t,i){"use strict";var r=i("0Qin");t.shareReplay=function(n,t,i){return r.shareReplay(n,t,i)(this)}},rPn0:function(n,t,i){"use strict";var r=i("7f6I");t.publishBehavior=function(n){return r.publishBehavior(n)(this)}},rVFa:function(n,t,i){var r=i("PBLz").__extends,u=i("AZf1"),f=i("8x9D"),e=i("36rE"),o=i("NwwV");t.ArrayObservable=function(n){function t(t,i){n.call(this);this.array=t;this.scheduler=i;i||1!==t.length||(this._isScalar=!0,this.value=t[0])}return r(t,n),t.create=function(n,i){return new t(n,i)},t.of=function(){for(var i,u,n=[],r=0;r<arguments.length;r++)n[+r]=arguments[r];return i=n[n.length-1],o.isScheduler(i)?n.pop():i=null,u=n.length,u>1?new t(n,i):1===u?new f.ScalarObservable(n[0],i):new e.EmptyObservable(i)},t.dispatch=function(n){var r=n.array,t=n.index,i=n.subscriber;t>=n.count?i.complete():(i.next(r[t]),i.closed||(n.index=t+1,this.schedule(n)))},t.prototype._subscribe=function(n){var r=this.array,u=r.length,f=this.scheduler,i;if(f)return f.schedule(t.dispatch,0,{array:r,index:0,count:u,subscriber:n});for(i=0;i<u&&!n.closed;i++)n.next(r[i]);n.complete()},t}(u.Observable)},rYxE:function(n,t,i){"use strict";var r=i("AZf1"),u=i("fmye");r.Observable.prototype.last=u.last},re5B:function(n,t,i){var e=i("PBLz").__extends,o=i("y2i3"),r=i("Irel"),s=i("9jZZ"),u,f;t.bufferToggle=function(n,t){return function(i){return i.lift(new u(n,t))}};u=function(){function n(n,t){this.openings=n;this.closingSelector=t}return n.prototype.call=function(n,t){return t.subscribe(new f(n,this.openings,this.closingSelector))},n}();f=function(n){function t(t,i,u){n.call(this,t);this.openings=i;this.closingSelector=u;this.contexts=[];this.add(r.subscribeToResult(this,i))}return e(t,n),t.prototype._next=function(n){for(var i=this.contexts,r=i.length,t=0;t<r;t++)i[t].buffer.push(n)},t.prototype._error=function(t){for(var i,r=this.contexts;r.length>0;)i=r.shift(),i.subscription.unsubscribe(),i.buffer=null,i.subscription=null;this.contexts=null;n.prototype._error.call(this,t)},t.prototype._complete=function(){for(var t,i=this.contexts;i.length>0;)t=i.shift(),this.destination.next(t.buffer),t.subscription.unsubscribe(),t.buffer=null,t.subscription=null;this.contexts=null;n.prototype._complete.call(this)},t.prototype.notifyNext=function(n,t){n?this.closeBuffer(n):this.openBuffer(t)},t.prototype.notifyComplete=function(n){this.closeBuffer(n.context)},t.prototype.openBuffer=function(n){try{var t=this.closingSelector.call(this,n);t&&this.trySubscribe(t)}catch(i){this._error(i)}},t.prototype.closeBuffer=function(n){var t=this.contexts,i;t&&n&&(i=n.subscription,this.destination.next(n.buffer),t.splice(t.indexOf(n),1),this.remove(i),i.unsubscribe())},t.prototype.trySubscribe=function(n){var f=this.contexts,u=new o.Subscription,i={buffer:[],subscription:u},t;f.push(i);t=r.subscribeToResult(this,n,i);!t||t.closed?this.closeBuffer(i):(t.context=i,this.add(t),u.add(t))},t}(s.OuterSubscriber)},rgOj:function(n,t,i){var o=i("PBLz").__extends,s=i("1uGz"),u=i("zKHA"),r=i("AJP0"),f,e;t.distinctUntilChanged=function(n,t){return function(i){return i.lift(new f(n,t))}};f=function(){function n(n,t){this.compare=n;this.keySelector=t}return n.prototype.call=function(n,t){return t.subscribe(new e(n,this.compare,this.keySelector))},n}();e=function(n){function t(t,i,r){n.call(this,t);this.keySelector=r;this.hasKey=!1;"function"==typeof i&&(this.compare=i)}return o(t,n),t.prototype.compare=function(n,t){return n===t},t.prototype._next=function(n){var t=n,i;if(this.keySelector&&(t=u.tryCatch(this.keySelector)(n))===r.errorObject)return this.destination.error(r.errorObject.e);if(i=!1,this.hasKey){if((i=u.tryCatch(this.compare)(this.key,t))===r.errorObject)return this.destination.error(r.errorObject.e)}else this.hasKey=!0;!1===Boolean(i)&&(this.key=t,this.destination.next(n))},t}(s.Subscriber)},rgyr:function(n,t,i){"use strict";var r=i("AZf1"),u=i("8rll");r.Observable.prototype.scan=u.scan},ri69:function(n,t,i){"use strict";var r=i("AZf1"),u=i("NeaI");r.Observable.prototype.throttle=u.throttle},"s3E+":function(n,t,i){"use strict";var r=i("AZf1"),u=i("Lhs8");r.Observable.prototype.do=u._do;r.Observable.prototype._do=u._do},s6Xu:function(n,t,i){"use strict";var r=i("AZf1"),u=i("e7R1");r.Observable.prototype.mergeAll=u.mergeAll},sBlj:function(n,t,i){"use strict";var r=i("AZf1"),u=i("TzlO");r.Observable.prototype.debounce=u.debounce},sUHN:function(n,t,i){"use strict";var r=i("AZf1"),u=i("ZTY5");r.Observable.prototype.toArray=u.toArray},sYdX:function(n,t,i){"use strict";var r=i("36rE");t.empty=r.EmptyObservable.create},saxw:function(n,t,i){var f=i("PBLz").__extends,e=i("1uGz"),r,u;t.mapTo=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.value=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.value))},n}();u=function(n){function t(t,i){n.call(this,t);this.value=i}return f(t,n),t.prototype._next=function(){this.destination.next(this.value)},t}(e.Subscriber)},skK3:function(n,t,i){"use strict";var r=i("oQYR");t.zipProto=function(){for(var t=[],n=0;n<arguments.length;n++)t[+n]=arguments[n];return r.zip.apply(void 0,t)(this)}},suOF:function(n,t,i){"use strict";var u=i("Re0n"),r=i("BTim");t.TimeInterval=r.TimeInterval;t.timeInterval=function(n){return void 0===n&&(n=u.async),r.timeInterval(n)(this)}},svOU:function(n,t,i){"use strict";var f=i("Re0n"),u=i("zZI/"),r=i("NwwV"),e=i("3WZS");t.windowTime=function(n){var t=f.async,i=null,o=Number.POSITIVE_INFINITY;return r.isScheduler(arguments[3])&&(t=arguments[3]),r.isScheduler(arguments[2])?t=arguments[2]:u.isNumeric(arguments[2])&&(o=arguments[2]),r.isScheduler(arguments[1])?t=arguments[1]:u.isNumeric(arguments[1])&&(i=arguments[1]),e.windowTime(n,i,o,t)(this)}},t4k3:function(n,t,i){"use strict";var r=i("AZf1"),u=i("9Kp9");r.Observable.from=u.from},tHdp:function(n,t,i){"use strict";var r=i("rVFa");t.of=r.ArrayObservable.of},tTnh:function(n,t,i){"use strict";var r=i("AZf1"),u=i("FEB/");r.Observable.prototype.distinct=u.distinct},tq08:function(n,t,i){"use strict";var r=i("AZf1"),u=i("tHdp");r.Observable.of=u.of},tyYb:function(n,t,i){"use strict";var r=i("AZf1"),u=i("codN");r.Observable.bindNodeCallback=u.bindNodeCallback},uH8Z:function(n,t,i){"use strict";var r=i("Re0n"),u=i("Z57B");t.timestamp=function(n){return void 0===n&&(n=r.async),u.timestamp(n)(this)}},uJFK:function(n,t,i){"use strict";var r=i("5aaB");t.max=function(n){return r.max(n)(this)}},uQuL:function(n,t,i){"use strict";var r=i("AZf1"),u=i("IwEe");r.Observable.prototype.finally=u._finally;r.Observable.prototype._finally=u._finally},"uj+q":function(n,t,i){var f=i("PBLz").__extends,e=i("Re0n"),o=i("hut+"),s=i("9jZZ"),h=i("Irel"),r,u;t.timeoutWith=function(n,t,i){return void 0===i&&(i=e.async),function(u){var f=o.isDate(n),e=f?+n-i.now():Math.abs(n);return u.lift(new r(e,f,t,i))}};r=function(){function n(n,t,i,r){this.waitFor=n;this.absoluteTimeout=t;this.withObservable=i;this.scheduler=r}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.absoluteTimeout,this.waitFor,this.withObservable,this.scheduler))},n}();u=function(n){function t(t,i,r,u,f){n.call(this,t);this.absoluteTimeout=i;this.waitFor=r;this.withObservable=u;this.scheduler=f;this.action=null;this.scheduleTimeout()}return f(t,n),t.dispatchTimeout=function(n){var t=n.withObservable;n._unsubscribeAndRecycle();n.add(h.subscribeToResult(n,t))},t.prototype.scheduleTimeout=function(){var n=this.action;n?this.action=n.schedule(this,this.waitFor):this.add(this.action=this.scheduler.schedule(t.dispatchTimeout,this.waitFor,this))},t.prototype._next=function(t){this.absoluteTimeout||this.scheduleTimeout();n.prototype._next.call(this,t)},t.prototype._unsubscribe=function(){this.action=null;this.scheduler=null;this.withObservable=null},t}(s.OuterSubscriber)},un7O:function(n,t,i){"use strict";var r=i("A0iX");t.concatAll=function(){return r.concatAll()(this)}},urEZ:function(n,t,i){"use strict";var r=i("0j0j");t.repeatWhen=function(n){return r.repeatWhen(n)(this)}},"v/g4":function(n,t,i){"use strict";var r=i("AZf1"),u=i("cWud");r.Observable.prototype.windowWhen=u.windowWhen},vIOj:function(n,t,i){"use strict";var r=i("AZf1"),u=i("LLa1");r.Observable.prototype.buffer=u.buffer},vqpL:function(n,t,i){"use strict";var r=i("AZf1"),u=i("8tnl");r.Observable.if=u._if},w1ve:function(n,t,i){function f(n){var t=n.subject;t.next(n.value);t.complete()}function o(n){n.subject.error(n.err)}var s=i("PBLz").__extends,h=i("AZf1"),u=i("zKHA"),r=i("AJP0"),e=i("8G9e");t.BoundCallbackObservable=function(n){function t(t,i,r,u,f){n.call(this);this.callbackFunc=t;this.selector=i;this.args=r;this.context=u;this.scheduler=f}return s(t,n),t.create=function(n,i,r){return void 0===i&&(i=void 0),function(){for(var f=[],u=0;u<arguments.length;u++)f[+u]=arguments[u];return new t(n,i,f,this,r)}},t.prototype._subscribe=function(n){var s=this.callbackFunc,h=this.args,o=this.scheduler,i=this.subject,f;return o?o.schedule(t.dispatch,0,{source:this,subscriber:n,context:this.context}):(i||(i=this.subject=new e.AsyncSubject,f=function n(){for(var e,t=[],i=0;i<arguments.length;i++)t[+i]=arguments[i];var o=n.source,s=o.selector,f=o.subject;s?(e=u.tryCatch(s).apply(this,t),e===r.errorObject?f.error(r.errorObject.e):(f.next(e),f.complete())):(f.next(t.length<=1?t[0]:t),f.complete())},f.source=this,u.tryCatch(s).apply(this.context,h.concat(f))===r.errorObject&&i.error(r.errorObject.e)),i.subscribe(n))},t.dispatch=function(n){var s=this,t=n.source,l=n.subscriber,a=n.context,v=t.callbackFunc,y=t.args,h=t.scheduler,i=t.subject,c;i||(i=t.subject=new e.AsyncSubject,c=function n(){for(var e,l,t=[],i=0;i<arguments.length;i++)t[+i]=arguments[i];var a=n.source,v=a.selector,c=a.subject;v?(e=u.tryCatch(v).apply(this,t),s.add(e===r.errorObject?h.schedule(o,0,{err:r.errorObject.e,subject:c}):h.schedule(f,0,{value:e,subject:c}))):(l=t.length<=1?t[0]:t,s.add(h.schedule(f,0,{value:l,subject:c})))},c.source=t,u.tryCatch(v).apply(a,y.concat(c))===r.errorObject&&i.error(r.errorObject.e));s.add(i.subscribe(l))},t}(h.Observable)},wELj:function(n,t,i){function r(n){var t=n.subscriber,i=n.context;i&&t.closeContext(i);t.closed||(n.context=t.openContext(),n.context.closeAction=this.schedule(n,n.bufferTimeSpan))}function f(n){var r=n.bufferCreationInterval,f=n.bufferTimeSpan,t=n.subscriber,e=n.scheduler,i=t.openContext();t.closed||(t.add(i.closeAction=e.schedule(u,f,{subscriber:t,context:i})),this.schedule(n,r))}function u(n){n.subscriber.closeContext(n.context)}var e=i("PBLz").__extends,o=i("Re0n"),s=i("1uGz"),h=i("NwwV");t.bufferTime=function(n){var t=arguments.length,u=o.async,i,r;return h.isScheduler(arguments[arguments.length-1])&&(u=arguments[arguments.length-1],t--),i=null,t>=2&&(i=arguments[1]),r=Number.POSITIVE_INFINITY,t>=3&&(r=arguments[2]),function(t){return t.lift(new c(n,i,r,u))}};var c=function(){function n(n,t,i,r){this.bufferTimeSpan=n;this.bufferCreationInterval=t;this.maxBufferSize=i;this.scheduler=r}return n.prototype.call=function(n,t){return t.subscribe(new a(n,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))},n}(),l=function(){return function(){this.buffer=[]}}(),a=function(n){function t(t,i,e,o,s){var h,c;n.call(this,t);this.bufferTimeSpan=i;this.bufferCreationInterval=e;this.maxBufferSize=o;this.scheduler=s;this.contexts=[];h=this.openContext();(this.timespanOnly=null==e||e<0,this.timespanOnly)?this.add(h.closeAction=s.schedule(r,i,{subscriber:this,context:h,bufferTimeSpan:i})):(c={bufferTimeSpan:i,bufferCreationInterval:e,subscriber:this,scheduler:s},this.add(h.closeAction=s.schedule(u,i,{subscriber:this,context:h})),this.add(s.schedule(f,e,c)))}return e(t,n),t.prototype._next=function(n){for(var t,i,r,f=this.contexts,e=f.length,u=0;u<e;u++)t=f[u],i=t.buffer,i.push(n),i.length==this.maxBufferSize&&(r=t);r&&this.onBufferFull(r)},t.prototype._error=function(t){this.contexts.length=0;n.prototype._error.call(this,t)},t.prototype._complete=function(){for(var t,i=this.contexts,r=this.destination;i.length>0;)t=i.shift(),r.next(t.buffer);n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){this.contexts=null},t.prototype.onBufferFull=function(n){var t,i;this.closeContext(n);t=n.closeAction;(t.unsubscribe(),this.remove(t),!this.closed&&this.timespanOnly)&&(n=this.openContext(),i=this.bufferTimeSpan,this.add(n.closeAction=this.scheduler.schedule(r,i,{subscriber:this,context:n,bufferTimeSpan:i})))},t.prototype.openContext=function(){var n=new l;return this.contexts.push(n),n},t.prototype.closeContext=function(n){this.destination.next(n.buffer);var t=this.contexts;(t?t.indexOf(n):-1)>=0&&t.splice(t.indexOf(n),1)},t}(s.Subscriber)},wEqr:function(n,t,i){"use strict";var r=i("gSfb");t.partition=function(n,t){return r.partition(n,t)(this)}},wR93:function(n,t,i){"use strict";var r=i("1uGz"),u=i("nkkL"),f=i("yz70");t.toSubscriber=function(n,t,i){if(n){if(n instanceof r.Subscriber)return n;if(n[u.rxSubscriber])return n[u.rxSubscriber]()}return n||t||i?new r.Subscriber(n,t,i):new r.Subscriber(f.empty)}},we3k:function(n,t,i){var e=i("PBLz").__extends,o=i("zKHA"),f=i("AJP0"),s=i("9jZZ"),h=i("Irel"),r,u;t.expand=function(n,t,i){return void 0===t&&(t=Number.POSITIVE_INFINITY),void 0===i&&(i=void 0),t=(t||0)<1?Number.POSITIVE_INFINITY:t,function(u){return u.lift(new r(n,t,i))}};r=function(){function n(n,t,i){this.project=n;this.concurrent=t;this.scheduler=i}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.project,this.concurrent,this.scheduler))},n}();t.ExpandOperator=r;u=function(n){function t(t,i,r,u){n.call(this,t);this.project=i;this.concurrent=r;this.scheduler=u;this.index=0;this.active=0;this.hasCompleted=!1;r<Number.POSITIVE_INFINITY&&(this.buffer=[])}return e(t,n),t.dispatch=function(n){n.subscriber.subscribeToProjection(n.result,n.value,n.index)},t.prototype._next=function(n){var u=this.destination,i,r;u.closed?this._complete():(i=this.index++,this.active<this.concurrent?(u.next(n),r=o.tryCatch(this.project)(n,i),r===f.errorObject?u.error(f.errorObject.e):this.scheduler?this.add(this.scheduler.schedule(t.dispatch,0,{subscriber:this,result:r,value:n,index:i})):this.subscribeToProjection(r,n,i)):this.buffer.push(n))},t.prototype.subscribeToProjection=function(n,t,i){this.active++;this.add(h.subscribeToResult(this,n,t,i))},t.prototype._complete=function(){this.hasCompleted=!0;this.hasCompleted&&0===this.active&&this.destination.complete()},t.prototype.notifyNext=function(n,t){this._next(t)},t.prototype.notifyComplete=function(n){var t=this.buffer;this.remove(n);this.active--;t&&t.length>0&&this._next(t.shift());this.hasCompleted&&0===this.active&&this.destination.complete()},t}(s.OuterSubscriber);t.ExpandSubscriber=u},wowj:function(n,t,i){"use strict";var r=i("0Iwa");t.window=function(n){return r.window(n)(this)}},wqBB:function(n,t,i){"use strict";var r=i("AZf1"),u=i("8FKM");r.Observable.prototype.sequenceEqual=u.sequenceEqual},xFrw:function(n,t,i){"use strict";var r=i("Q6nm");t.GroupedObservable=r.GroupedObservable;t.groupBy=function(n,t,i,u){return r.groupBy(n,t,i,u)(this)}},"xL+R":function(n,t,i){"use strict";var r=i("AZf1"),u=i("jRt/");r.Observable.prototype.min=u.min},xLgF:function(n,t,i){"use strict";var r=i("AZf1"),u=i("iaCc");r.Observable.range=u.range},xQMj:function(n,t,i){"use strict";var r=i("ZXB4");t.filter=function(n,t){return r.filter(n,t)(this)}},xxrh:function(n,t,i){"use strict";var r=i("r2oo");t.fromPromise=r.PromiseObservable.create},xzWc:function(n,t,i){"use strict";var u=i("4WIM"),f,e,o,s,h,c,l,a,v,y,p,w,b,k,d,g,nt,r,tt;t.Subject=u.Subject;t.AnonymousSubject=u.AnonymousSubject;f=i("AZf1");t.Observable=f.Observable;i("T3D5");i("tyYb");i("7qd/");i("zSqD");i("BbYg");i("1BBg");i("qnU5");i("t4k3");i("EeVn");i("g1x8");i("DsW9");i("07YY");i("vqpL");i("BPHu");i("Xn12");i("y7vd");i("o/sf");i("tq08");i("90cS");i("JWmB");i("xLgF");i("oonV");i("aUw6");i("pNQw");i("Sevg");i("KHtr");i("SfWB");i("vIOj");i("QY9E");i("/Gz8");i("zlBQ");i("ZzdT");i("lCqY");i("A17Z");i("lBaL");i("DAeC");i("D9at");i("nfiU");i("mz1d");i("IYeR");i("Vo3M");i("sBlj");i("pi/U");i("yP7H");i("hgYf");i("53d5");i("tTnh");i("1xzA");i("AF4n");i("s3E+");i("VIOb");i("dAHb");i("A1NZ");i("Pg5x");i("6Tb1");i("uQuL");i("z1j8");i("zIAK");i("8SF3");i("6m09");i("K4Q0");i("Jvmm");i("Y4yW");i("zbiA");i("rYxE");i("GCyh");i("yA04");i("7bsd");i("OtNS");i("2FQM");i("Q0aF");i("1jHa");i("s6Xu");i("bZxC");i("JLRC");i("laXh");i("xL+R");i("G7wb");i("J//a");i("nXmG");i("2HR8");i("MB5B");i("jc2T");i("BQYW");i("4JC2");i("dxsx");i("puri");i("Ht43");i("nD5C");i("5/1k");i("/mgN");i("mSFr");i("0U/2");i("HTvz");i("jNrO");i("rgyr");i("wqBB");i("DbqF");i("gugg");i("Wv9J");i("RYdh");i("UGt1");i("mXuN");i("HH2i");i("VLEn");i("1G/o");i("cdxN");i("FYEZ");i("Vrlg");i("98qG");i("l1g9");i("UCNy");i("Bgoh");i("ri69");i("M1gx");i("Fgpt");i("RIQZ");i("l/bX");i("b4nC");i("sUHN");i("Jmzy");i("zZax");i("XMAI");i("cP0Y");i("zrM/");i("v/g4");i("q6z3");i("GJlw");i("XzFz");e=i("y2i3");t.Subscription=e.Subscription;o=i("1uGz");t.Subscriber=o.Subscriber;s=i("8G9e");t.AsyncSubject=s.AsyncSubject;h=i("BjeI");t.ReplaySubject=h.ReplaySubject;c=i("Bx9r");t.BehaviorSubject=c.BehaviorSubject;l=i("3VCA");t.ConnectableObservable=l.ConnectableObservable;a=i("9x29");t.Notification=a.Notification;v=i("2fIB");t.EmptyError=v.EmptyError;y=i("8kg7");t.ArgumentOutOfRangeError=y.ArgumentOutOfRangeError;p=i("PCq3");t.ObjectUnsubscribedError=p.ObjectUnsubscribedError;w=i("4qOA");t.TimeoutError=w.TimeoutError;b=i("kwlx");t.UnsubscriptionError=b.UnsubscriptionError;k=i("suOF");t.TimeInterval=k.TimeInterval;d=i("Z57B");t.Timestamp=d.Timestamp;g=i("ZnfZ");t.TestScheduler=g.TestScheduler;nt=i("J9JT");t.VirtualTimeScheduler=nt.VirtualTimeScheduler;r=i("oemf");t.AjaxResponse=r.AjaxResponse;t.AjaxError=r.AjaxError;t.AjaxTimeoutError=r.AjaxTimeoutError;tt=i("GyLc");t.pipe=tt.pipe;var it=i("JB8t"),rt=i("Re0n"),ut=i("VZMG"),ft=i("BoXX"),et=i("nkkL"),ot=i("+2+e"),st=i("WU5C"),ht=i("f0q5");t.operators=ht;t.Scheduler={asap:it.asap,queue:ut.queue,animationFrame:ft.animationFrame,async:rt.async};t.Symbol={rxSubscriber:et.rxSubscriber,observable:st.observable,iterator:ot.iterator}},y2i3:function(n,t,i){"use strict";function f(n){return n.reduce(function(n,t){return n.concat(t instanceof u.UnsubscriptionError?t.errors:t)},[])}var o=i("G2HO"),s=i("pYXR"),h=i("PFc+"),e=i("zKHA"),r=i("AJP0"),u=i("kwlx");t.Subscription=function(){function n(n){this.closed=!1;this._parent=null;this._parents=null;this._subscriptions=null;n&&(this._unsubscribe=n)}var t;return n.prototype.unsubscribe=function(){var n,a=!1,t,i,c,l;if(!this.closed){var v=this._parent,y=this._parents,w=this._unsubscribe,p=this._subscriptions;for(this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null,t=-1,i=y?y.length:0;v;)v.remove(this),v=++t<i&&y[t]||null;if(h.isFunction(w)&&e.tryCatch(w).call(this)===r.errorObject&&(a=!0,n=n||(r.errorObject.e instanceof u.UnsubscriptionError?f(r.errorObject.e.errors):[r.errorObject.e])),o.isArray(p))for(t=-1,i=p.length;++t<i;)c=p[t],s.isObject(c)&&e.tryCatch(c.unsubscribe).call(c)===r.errorObject&&(a=!0,n=n||[],l=r.errorObject.e,l instanceof u.UnsubscriptionError?n=n.concat(f(l.errors)):n.push(l));if(a)throw new u.UnsubscriptionError(n);}},n.prototype.add=function(t){var i,r;if(!t||t===n.EMPTY)return n.EMPTY;if(t===this)return this;i=t;switch(typeof t){case"function":i=new n(t);case"object":if(i.closed||"function"!=typeof i.unsubscribe)return i;if(this.closed)return i.unsubscribe(),i;"function"!=typeof i._addParent&&(r=i,(i=new n)._subscriptions=[r]);break;default:throw new Error("unrecognized teardown "+t+" added to Subscription.");}return(this._subscriptions||(this._subscriptions=[])).push(i),i._addParent(this),i},n.prototype.remove=function(n){var t=this._subscriptions,i;t&&(i=t.indexOf(n),-1!==i&&t.splice(i,1))},n.prototype._addParent=function(n){var i=this._parent,t=this._parents;i&&i!==n?t?-1===t.indexOf(n)&&t.push(n):this._parents=[n]:this._parent=n},n.EMPTY=((t=new n).closed=!0,t),n}()},y7vd:function(n,t,i){"use strict";var r=i("AZf1"),u=i("6VCA");r.Observable.race=u.race},yA04:function(n,t,i){"use strict";var r=i("AZf1"),u=i("OVX6");r.Observable.prototype.every=u.every},yP7H:function(n,t,i){"use strict";var r=i("AZf1"),u=i("pZ8H");r.Observable.prototype.defaultIfEmpty=u.defaultIfEmpty},yl3g:function(n,t,i){var u=i("PBLz").__extends,f=i("AZf1"),e=i("NwwV"),r=function(n){return n};t.GenerateObservable=function(n){function t(t,i,r,u,f){n.call(this);this.initialState=t;this.condition=i;this.iterate=r;this.resultSelector=u;this.scheduler=f}return u(t,n),t.create=function(n,i,u,f,o){return 1==arguments.length?new t(n.initialState,n.condition,n.iterate,n.resultSelector||r,n.scheduler):void 0===f||e.isScheduler(f)?new t(n,i,u,r,f):new t(n,i,u,f,o)},t.prototype._subscribe=function(n){var i=this.initialState,r,u;if(this.scheduler)return this.scheduler.schedule(t.dispatch,0,{subscriber:n,iterate:this.iterate,condition:this.condition,resultSelector:this.resultSelector,state:i});for(var e=this.condition,o=this.resultSelector,s=this.iterate;;){if(e){r=void 0;try{r=e(i)}catch(f){return void n.error(f)}if(!r){n.complete();break}}u=void 0;try{u=o(i)}catch(f){return void n.error(f)}if(n.next(u),n.closed)break;try{i=s(i)}catch(f){return void n.error(f)}}},t.dispatch=function(n){var t=n.subscriber,u=n.condition,i,f;if(!t.closed){if(n.needIterate)try{n.state=n.iterate(n.state)}catch(r){return void t.error(r)}else n.needIterate=!0;if(u){i=void 0;try{i=u(n.state)}catch(r){return void t.error(r)}if(!i)return void t.complete();if(t.closed)return}try{f=n.resultSelector(n.state)}catch(r){return void t.error(r)}if(!t.closed&&(t.next(f),!t.closed))return this.schedule(n)}},t}(f.Observable)},ypDg:function(n,t,i){"use strict";var r=i("Re0n"),u=i("9BwH");t.timeout=function(n,t){return void 0===t&&(t=r.async),u.timeout(n,t)(this)}},yz70:function(n,t){"use strict";t.empty={closed:!0,next:function(){},error:function(n){throw n;},complete:function(){}}},z1j8:function(n,t,i){"use strict";var r=i("AZf1"),u=i("RL+e");r.Observable.prototype.find=u.find},zIAK:function(n,t,i){"use strict";var r=i("AZf1"),u=i("eeyt");r.Observable.prototype.findIndex=u.findIndex},zKHA:function(n,t,i){"use strict";function f(){try{return r.apply(this,arguments)}catch(n){return u.errorObject.e=n,u.errorObject}}var r,u=i("AJP0");t.tryCatch=function(n){return r=n,f}},zL8T:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.debounce=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.durationSelector=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.durationSelector))},n}();u=function(n){function t(t,i){n.call(this,t);this.durationSelector=i;this.hasValue=!1;this.durationSubscription=null}return f(t,n),t.prototype._next=function(n){try{var t=this.durationSelector.call(this,n);t&&this._tryNext(n,t)}catch(i){this.destination.error(i)}},t.prototype._complete=function(){this.emitValue();this.destination.complete()},t.prototype._tryNext=function(n,t){var i=this.durationSubscription;this.value=n;this.hasValue=!0;i&&(i.unsubscribe(),this.remove(i));(i=o.subscribeToResult(this,t)).closed||this.add(this.durationSubscription=i)},t.prototype.notifyNext=function(){this.emitValue()},t.prototype.notifyComplete=function(){this.emitValue()},t.prototype.emitValue=function(){if(this.hasValue){var i=this.value,t=this.durationSubscription;t&&(this.durationSubscription=null,t.unsubscribe(),this.remove(t));this.value=null;this.hasValue=!1;n.prototype._next.call(this,i)}},t}(e.OuterSubscriber)},zLeP:function(n,t,i){"use strict";var r=i("1DV/");t.skip=function(n){return r.skip(n)(this)}},zMOc:function(n,t,i){"use strict";var r=i("Xrsd");t.single=function(n){return r.single(n)(this)}},zSqD:function(n,t,i){"use strict";var r=i("AZf1"),u=i("6oB3");r.Observable.concat=u.concat},zUnb:function(n,t,i){"use strict";function b(n,t){function i(){this.constructor=n}ttt(n,t);n.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}function fc(n,t,i,r){var f,e=arguments.length,u=e<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r,o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(n,t,i,r);else for(o=n.length-1;o>=0;o--)(f=n[o])&&(u=(e<3?f(u):e>3?f(t,i,u):f(t,i))||u);return e>3&&u&&Object.defineProperty(t,i,u),u}function ec(n,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(n,t)}function ue(n){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&n[t],r=0;if(i)return i.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.");}function si(n,t){var i="function"==typeof Symbol&&n[Symbol.iterator],r,f,u,e;if(!i)return n;u=i.call(n);e=[];try{for(;(void 0===t||t-->0)&&!(r=u.next()).done;)e.push(r.value)}catch(o){f={error:o}}finally{try{r&&!r.done&&(i=u.return)&&i.call(u)}finally{if(f)throw f.error;}}return e}function kt(){for(var n=[],t=0;t<arguments.length;t++)n=n.concat(si(arguments[t]));return n}function ak(n){return null!==n&&"object"==typeof n}function oc(n){return"function"==typeof n}function lst(n){return n.reduce(function(n,t){return n.concat(t instanceof pa?t.errors:t)},[])}function sc(n){setTimeout(function(){throw n;},0)}function ast(n){return n}function rsi(n){return 0===n.length?ast:1===n.length?n[0]:function(t){return n.reduce(function(n,t){return t(n)},t)}}function vst(n){if(n||(n=ff.Promise||Promise),!n)throw new Error("no Promise impl found");return n}function iy(n){return n&&"function"==typeof n.schedule}function usi(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}function yst(n){return!!n&&"function"!=typeof n.subscribe&&"function"==typeof n.then}function ks(n,t,i,r,u){if(void 0===u&&(u=new nl(n,i,r)),!u.closed)return t instanceof ii?t.subscribe(u):ftt(t)(u)}function yt(n,t){return function(i){if("function"!=typeof n)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return i.lift(new upt(n,t))}}function vk(n,t){return new ii(function(i){var r=new tu,u=0;return r.add(t.schedule(function(){u!==n.length?(i.next(n[u++]),i.closed||r.add(this.schedule())):i.complete()})),r})}function kl(n,t){return t?function(n,t){if(null!=n){if(function(n){return n&&"function"==typeof n[uv]}(n))return function(n,t){return new ii(function(i){var r=new tu;return r.add(t.schedule(function(){var u=n[uv]();r.add(u.subscribe({next:function(n){r.add(t.schedule(function(){return i.next(n)}))},error:function(n){r.add(t.schedule(function(){return i.error(n)}))},complete:function(){r.add(t.schedule(function(){return i.complete()}))}}))})),r})}(n,t);if(yst(n))return function(n,t){return new ii(function(i){var r=new tu;return r.add(t.schedule(function(){return n.then(function(n){r.add(t.schedule(function(){i.next(n);r.add(t.schedule(function(){return i.complete()}))}))},function(n){r.add(t.schedule(function(){return i.error(n)}))})})),r})}(n,t);if(utt(n))return vk(n,t);if(function(n){return n&&"function"==typeof n[wa]}(n)||"string"==typeof n)return function(n,t){if(!n)throw new Error("Iterable cannot be null");return new ii(function(i){var r,u=new tu;return u.add(function(){r&&"function"==typeof r.return&&r.return()}),u.add(t.schedule(function(){r=n[wa]();u.add(t.schedule(function(){var t,u,n;if(!i.closed){try{n=r.next();t=n.value;u=n.done}catch(f){return void i.error(f)}u?i.complete():(i.next(t),this.schedule())}}))})),u})}(n,t)}throw new TypeError((null!==n&&typeof n||n)+" is not observable");}(n,t):n instanceof ii?n:new ii(ftt(n))}function be(n,t,i){return void 0===i&&(i=Number.POSITIVE_INFINITY),"function"==typeof t?function(r){return r.pipe(be(function(i,r){return kl(n(i,r)).pipe(yt(function(n,u){return t(i,n,r,u)}))},i))}:("number"==typeof t&&(i=t),function(t){return t.lift(new ept(n,i))})}function pst(n){return void 0===n&&(n=Number.POSITIVE_INFINITY),be(ast,n)}function yk(n,t){return t?vk(n,t):new ii(rtt(n))}function pk(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var i=Number.POSITIVE_INFINITY,r=null,u=n[n.length-1];return iy(u)?(r=n.pop(),n.length>1&&"number"==typeof n[n.length-1]&&(i=n.pop())):"number"==typeof u&&(i=n.pop()),null===r&&1===n.length&&n[0]instanceof ii?n[0]:pst(i)(yk(n,r))}function wst(){return function(n){return n.lift(new cgr(n))}}function fsi(){return new fo}function bst(){return function(n){return wst()((t=fsi,function(n){var r,i;return r="function"==typeof t?t:function(){return t},i=Object.create(n,vgr),i.source=n,i.subjectFactory=r,i})(n));var t}}function ke(n){for(var t in n)if(n[t]===ke)return t;throw Error("Could not find renamed property on target object.");}function ou(n){return{providedIn:n.providedIn||null,factory:n.factory,value:void 0}}function hc(n){return n&&n.hasOwnProperty(ett)?n[ett]:null}function kst(n,t,i,r,u){function f(){for(var i,o,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return this instanceof f?(e.call.apply(e,kt([this],n)),this):(o=new((i=f).bind.apply(i,kt([void 0],n))),function(t){return u&&u.apply(void 0,kt([t],n)),(t.hasOwnProperty(sl)?t[sl]:Object.defineProperty(t,sl,{value:[]})[sl]).push(o),r&&r(t),t})}var e=dst(t);return i&&(f.prototype=Object.create(i.prototype)),f.prototype.ngMetadataName=n,f.annotationCls=f,f}function dst(n){return function(){for(var i,r,u=[],t=0;t<arguments.length;t++)u[t]=arguments[t];if(n){i=n.apply(void 0,kt(u));for(r in i)this[r]=i[r]}}}function ry(n,t,i){function r(){function f(n,i,r){for(var u=n.hasOwnProperty(hl)?n[hl]:Object.defineProperty(n,hl,{value:[]})[hl];u.length<=r;)u.push(null);return(u[r]=u[r]||[]).push(t),n}for(var e,t,i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];return this instanceof r?(u.apply(this,i),this):(t=new((e=r).bind.apply(e,kt([void 0],i))),f.annotation=t,f)}var u=dst(t);return i&&(r.prototype=Object.create(i.prototype)),r.prototype.ngMetadataName=n,r.annotationCls=r,r}function cc(){var t,r,i,n;if(!ib)if(t=cu.Symbol,t&&t.iterator)ib=t.iterator;else for(r=Object.getOwnPropertyNames(Map.prototype),i=0;i<r.length;++i)n=r[i],"entries"!==n&&"size"!==n&&Map.prototype[n]===Map.prototype.entries&&(ib=n);return ib}function wk(n){"undefined"==typeof Zone?bgr.then(function(){n&&n.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",n)}function au(n,t){return n===t||"number"==typeof n&&"number"==typeof t&&isNaN(n)&&isNaN(t)}function sr(n){var t,i;return"string"==typeof n?n:n instanceof Array?"["+n.map(sr).join(", ")+"]":null==n?""+n:n.overriddenName?""+n.overriddenName:n.name?""+n.name:(t=n.toString(),null==t)?""+t:(i=t.indexOf("\n"),-1===i?t:t.substring(0,i))}function bk(n){return n.__forward_ref__=bk,n.toString=function(){return sr(this())},n}function de(n){var t=n;return"function"==typeof t&&t.hasOwnProperty(spt)&&t.__forward_ref__===bk?t():n}function gst(n){var t=ev;return ev=n,t}function su(n,t){return void 0===t&&(t=ru.Default),function(n,t){if(void 0===t&&(t=ru.Default),void 0===ev)throw new Error("inject() must be called from an injection context");return null===ev?function(n,t,i){var r=hc(n);if(r&&"root"==r.providedIn)return void 0===r.value?r.value=r.factory():r.value;if(i&ru.Optional)return null;throw new Error("Injector: NOT_FOUND ["+sr(n)+"]");}(n,0,t):ev.get(n,t&ru.Optional?null:void 0,t)}(n,t)}function uy(n){for(var i,t,r=[],u=0;u<n.length;u++)if(i=n[u],Array.isArray(i)){if(0===i.length)throw new Error("Arguments array must have arguments.");for(var o=void 0,f=ru.Default,e=0;e<i.length;e++)t=i[e],t instanceof ah||"Optional"===t.ngMetadataName?f|=ru.Optional:t instanceof fv||"SkipSelf"===t.ngMetadataName?f|=ru.SkipSelf:t instanceof lit||"Self"===t.ngMetadataName?f|=ru.Self:o=t instanceof rb?t.token:t;r.push(su(o,f))}else r.push(su(i));return r}function esi(n){try{return null!=n?n.toString().slice(0,30):n}catch(t){return"[ERROR] Exception while trying to serialize the value"}}function nht(n,t){var i=dl(n),r=dl(t);return i&&r?function(n,t,i){for(var r,u,f=n[cc()](),e=t[cc()]();;){if(r=f.next(),u=e.next(),r.done&&u.done)return!0;if(r.done||u.done||!i(r.value,u.value))return!1}}(n,t,nht):!(i||!n||"object"!=typeof n&&"function"!=typeof n||r||!t||"object"!=typeof t&&"function"!=typeof t)||au(n,t)}function dl(n){return!!kk(n)&&(Array.isArray(n)||!(n instanceof Map)&&cc()in n)}function kk(n){return null!==n&&("function"==typeof n||"object"==typeof n)}function gl(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n]}function tht(n){return na("Cannot mix multi providers and regular providers",n)}function iht(n,t,i){var r,e,u,f;if(void 0===i&&(i=null),n=n&&"\n"===n.charAt(0)&&"ɵ"==n.charAt(1)?n.substr(2):n,r=sr(t),t instanceof Array)r=t.map(sr).join(" -> ");else if("object"==typeof t){e=[];for(u in t)t.hasOwnProperty(u)&&(f=t[u],e.push(u+":"+("string"==typeof f?JSON.stringify(f):sr(f))));r="{"+e.join(", ")+"}"}return"StaticInjectorError"+(i?"("+i+")":"")+"["+r+"]: "+n.replace(ggr,"\n  ")}function na(n,t){return new Error(iht(n,t))}function rht(n){var t=Error("No component factory found for "+sr(n)+". Did you add it to @NgModule.entryComponents?");return t[tnr]=n,t}function fe(){return kti=!0,bti}function fy(n){return(n=String(n)).match(cnr)||n.match(lnr)?n:(fe()&&console.warn("WARNING: sanitizing unsafe URL value "+n+" (see http://g.co/ng/security#xss)"),"unsafe:"+n)}function ge(n){var r,u,f={},i,t;try{for(i=ue(n.split(",")),t=i.next();!t.done;t=i.next())f[t.value]=!0}catch(e){r={error:e}}finally{try{t&&!t.done&&(u=i.return)&&u.call(i)}finally{if(r)throw r.error;}}return f}function ta(){for(var r,o,u,t,n,f,e,s=[],i=0;i<arguments.length;i++)s[i]=arguments[i];u={};try{for(t=ue(s),n=t.next();!n.done;n=t.next()){f=n.value;for(e in f)f.hasOwnProperty(e)&&(u[e]=!0)}}catch(h){r={error:h}}finally{try{n&&!n.done&&(o=t.return)&&o.call(t)}finally{if(r)throw r.error;}}return u}function uht(n){return n.replace(/&/g,"&amp;").replace(wnr,function(n){return"&#"+(1024*(n.charCodeAt(0)-55296)+(n.charCodeAt(1)-56320)+65536)+";"}).replace(bnr,function(n){return"&#"+n.charCodeAt(0)+";"}).replace(/</g,"&lt;").replace(/>/g,"&gt;")}function fht(n){return"content"in n&&function(n){return n.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===n.nodeName}(n)?n.content:null}function dk(n){return"function"==typeof n}function gk(n){return n?n.map(function(n){var t=n.type.annotationCls;return new(t.bind.apply(t,kt([void 0],n.args?n.args:[])))}):[]}function nd(n){var t=n.prototype?Object.getPrototypeOf(n.prototype):null;return(t?t.constructor:null)||Object}function eht(n,t){var e,o,s,r,h,u,i,f;return t?cpt in t?(o=t,function(){return o.useValue}):t.useExisting?(s=t,function(){return su(s.useExisting)}):t.useFactory?(r=t,function(){return r.useFactory.apply(r,kt(uy(r.deps||lpt)))}):t.useClass?(h=t,u=t.deps,u||(i=new kit,u=i.parameters(n)),function(){var n;return new((n=h.useClass).bind.apply(n,kt([void 0],uy(u))))}):(f=t.deps,f||(i=new kit,f=i.parameters(n)),function(){return new(n.bind.apply(n,kt([void 0],uy(f))))}):(e=(i=new kit).parameters(n),function(){return new(n.bind.apply(n,kt([void 0],uy(e))))})}function td(n){return n.ngDebugContext}function ey(n){return n.ngOriginalError}function osi(n){for(var i=[],t=1;t<arguments.length;t++)i[t-1]=arguments[t];n.error.apply(n,kt(i))}function oy(n){return!!n&&"function"==typeof n.then}function id(n){return!!n&&"function"==typeof n.subscribe}function ssi(){return""+rd()+rd()+rd()}function rd(){return String.fromCharCode(97+Math.floor(25*Math.random()))}function sy(){throw new Error("Runtime compiler is not loaded");}function hsi(){var n=cu.wtf;return!(!n||!(nrt=n.trace)||(eii=nrt.events,0))}function csi(){return null}function oht(){}function sht(n){if(0==n._nesting&&!n.hasPendingMicrotasks&&!n.isStable)try{n._nesting++;n.onMicrotaskEmpty.emit(null)}finally{if(n._nesting--,!n.hasPendingMicrotasks)try{n.runOutsideAngular(function(){return n.onStable.emit(null)})}finally{n.isStable=!0}}}function hht(n){n._nesting++;n.isStable&&(n.isStable=!1,n.onUnstable.emit(null))}function cht(n){n._nesting--;sht(n)}function lht(n,t,i){void 0===i&&(i=[]);var u="Platform: "+t,r=new ri(u);return function(t){var f,e;return void 0===t&&(t=[]),f=aht(),(!f||f.injector.get(hii,!1))&&(n?n(i.concat(t).concat({provide:r,useValue:!0})):(e=i.concat(t).concat({provide:r,useValue:!0}),!function(n){if(ph&&!ph.destroyed&&!ph.injector.get(hii,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");ph=n.get(htt);var t=n.get(fii,null);t&&t.forEach(function(n){return n()})}(er.create({providers:e,name:u})))),function(n){var t=aht();if(!t)throw new Error("No platform exists!");if(!t.injector.get(n,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return t}(r)}}function aht(){return ph&&!ph.destroyed?ph:null}function vht(n,t){return Array.isArray(t)?t.reduce(vht,n):vt({},n,t)}function ud(n,t){var i=n.indexOf(t);i>-1&&n.splice(i,1)}function hy(n){urt.set(n.nativeNode,n)}function yht(n,t,i){var r=n.previousIndex,u;return null===r?r:(u=0,i&&r<i.length&&(u=i[r]),r+t+u)}function lsi(){return oiu}function asi(){return siu}function vsi(n){return n||"en-US"}function cy(n,t,i){var r=n.state,u=1792&r;return u===t?(n.state=-1793&r|i,n.initIndex=-1,!0):u===i}function ly(n,t,i){return(1792&n.state)===t&&n.initIndex<=i&&(n.initIndex=i+1,!0)}function ia(n,t){return n.nodes[t]}function oi(n,t){return n.nodes[t]}function yo(n,t){return n.nodes[t]}function lc(n,t){return n.nodes[t]}function ra(n,t){return n.nodes[t]}function pht(n,t,i,r){var u="ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '"+t+"'. Current value: '"+i+"'.";return r&&(u+=" It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?"),function(n,t){var i=new Error(n);return wht(i,t),i}(u,n)}function wht(n,t){n.ngDebugContext=t;n.ngErrorLogger=t.logError.bind(t)}function bht(n){return new Error("ViewDestroyedError: Attempt to use a destroyed view: "+n)}function yr(n){var t=fw.get(n);return t||(t=sr(n)+"_"+fw.size,fw.set(n,t)),t}function w(n,t,i,r){if(eh.isWrapped(r)){r=eh.unwrap(r);var u=n.def.nodes[t].bindingIndex+i,f=eh.unwrap(n.oldValues[u]);n.oldValues[u]=new eh(f)}return r}function tt(n){return{id:"$$undefined",styles:n.styles,encapsulation:n.encapsulation,data:n.data}}function nf(n,t,i,r){return!(!(2&n.state)&&au(n.oldValues[t.bindingIndex+i],r))}function ir(n,t,i,r){return!!nf(n,t,i,r)&&(n.oldValues[t.bindingIndex+i]=r,!0)}function yf(n,t,i,r){var f=n.oldValues[t.bindingIndex+i],u;if(1&n.state||!nht(f,r)){u=t.bindings[i].name;throw pht(ti.createDebugContext(n,t.nodeIndex),u+": "+f,u+": "+r,0!=(1&n.state));}}function kht(n){for(var t=n;t;)2&t.def.flags&&(t.state|=8),t=t.viewContainerParent||t.parent}function ysi(n,t){for(var i=n;i&&i!==t;)i.state|=64,i=i.viewContainerParent||i.parent}function dht(n,t,i,r){try{return kht(33554432&n.def.nodes[t].flags?oi(n,t).componentView:n),ti.handleEvent(n,t,i,r)}catch(u){n.root.errorHandler.handleError(u)}}function fd(n){return n.parent?oi(n.parent,n.parentNodeDef.nodeIndex):null}function ac(n){return n.parent?n.parentNodeDef.parent:null}function ua(n,t){switch(201347067&t.flags){case 1:return oi(n,t.nodeIndex).renderElement;case 2:return ia(n,t.nodeIndex).renderText}}function ds(n){return!!n.parent&&!!(32768&n.parentNodeDef.flags)}function psi(n){return!(!n.parent||32768&n.parentNodeDef.flags)}function ght(n){return 1<<n%32}function ed(n){var t={},i=0,r={};return n&&n.forEach(function(n){var f=si(n,2),u=f[0],e=f[1];"number"==typeof u?(t[u]=e,i|=ght(u)):r[u]=e}),{matchedQueries:t,references:r,matchedQueryIds:i}}function fa(n,t){return n.map(function(n){var u,i,r;return Array.isArray(n)?(r=(u=si(n,2))[0],i=u[1]):(r=0,i=n),i&&("function"==typeof i||"object"==typeof i)&&t&&Object.defineProperty(i,"__source",{value:t,configurable:!0}),{flags:r,token:i,tokenKey:yr(i)}})}function od(n,t,i){var r=i.renderParent;return r?0==(1&r.flags)||0==(33554432&r.flags)||r.element.componentRendererType&&r.element.componentRendererType.encapsulation===es.Native?oi(n,i.renderParent.nodeIndex).renderElement:void 0:t}function vc(n){var t=ltt.get(n);return t||((t=n(function(){return bu})).factory=n,ltt.set(n,t)),t}function ay(n,t,i,r,u){3===t&&(i=n.renderer.parentNode(ua(n,n.def.lastRenderRootNode)));nct(n,t,0,n.def.nodes.length-1,i,r,u)}function nct(n,t,i,r,u,f,e){for(var o,s=i;s<=r;s++)o=n.def.nodes[s],11&o.flags&&ict(n,o,t,u,f,e),s+=o.childCount}function tct(n,t,i,r,u,f){for(var s,h,o=n;o&&!ds(o);)o=o.parent;for(var c=o.parent,l=ac(o),a=l.nodeIndex+l.childCount,e=l.nodeIndex+1;e<=a;e++)s=c.def.nodes[e],s.ngContentIndex===t&&ict(c,s,i,r,u,f),e+=s.childCount;if(!c.parent&&(h=n.root.projectableNodes[t],h))for(e=0;e<h.length;e++)vy(n,h[e],i,r,u,f)}function ict(n,t,i,r,u,f){var e,s,o;if(8&t.flags)tct(n,t.ngContent.index,i,r,u,f);else{if(e=ua(n,t),3===i&&33554432&t.flags&&48&t.bindingFlags?(16&t.bindingFlags&&vy(n,e,i,r,u,f),32&t.bindingFlags&&vy(oi(n,t.nodeIndex).componentView,e,i,r,u,f)):vy(n,e,i,r,u,f),16777216&t.flags)for(s=oi(n,t.nodeIndex).viewContainer._embeddedViews,o=0;o<s.length;o++)ay(s[o],i,r,u,f);1&t.flags&&!t.element.name&&nct(n,i,t.nodeIndex+1,t.nodeIndex+t.childCount,r,u,f)}}function vy(n,t,i,r,u,f){var e=n.renderer;switch(i){case 1:e.appendChild(r,t);break;case 2:e.insertBefore(r,t,u);break;case 3:e.removeChild(r,t);break;case 0:f.push(t)}}function ea(n){if(":"===n[0]){var t=n.match(ypt);return[t[1],t[2]]}return["",n]}function sd(n){for(var i=0,t=0;t<n.length;t++)i|=n[t].flags;return i}function ai(n,t,i,r,u,f,e,o,s,h,c,l,a,v,y,p,w,b,k,d){switch(n){case 1:return t+dt(i)+r;case 2:return t+dt(i)+r+dt(u)+f;case 3:return t+dt(i)+r+dt(u)+f+dt(e)+o;case 4:return t+dt(i)+r+dt(u)+f+dt(e)+o+dt(s)+h;case 5:return t+dt(i)+r+dt(u)+f+dt(e)+o+dt(s)+h+dt(c)+l;case 6:return t+dt(i)+r+dt(u)+f+dt(e)+o+dt(s)+h+dt(c)+l+dt(a)+v;case 7:return t+dt(i)+r+dt(u)+f+dt(e)+o+dt(s)+h+dt(c)+l+dt(a)+v+dt(y)+p;case 8:return t+dt(i)+r+dt(u)+f+dt(e)+o+dt(s)+h+dt(c)+l+dt(a)+v+dt(y)+p+dt(w)+b;case 9:return t+dt(i)+r+dt(u)+f+dt(e)+o+dt(s)+h+dt(c)+l+dt(a)+v+dt(y)+p+dt(w)+b+dt(k)+d;default:throw new Error("Does not support more than 9 expressions");}}function dt(n){return null!=n?n.toString():""}function s(n,t,i,r,u,f){n|=1;var e=ed(t);return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,flags:n,checkIndex:-1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:e.matchedQueries,matchedQueryIds:e.matchedQueryIds,references:e.references,ngContentIndex:i,childCount:r,bindings:[],bindingFlags:0,outputs:[],element:{ns:null,name:null,attrs:null,template:f?vc(f):null,componentProvider:null,componentView:null,componentRendererType:null,publicProviders:null,allProviders:null,handleEvent:u||bu},provider:null,text:null,query:null,ngContent:null}}function r(n,t,i,r,u,f,e,o,s,h,c,l){var k,v,a,y,p,d;void 0===e&&(e=[]);h||(h=bu);var w=ed(i),ot=w.matchedQueries,st=w.references,ht=w.matchedQueryIds,g=null,nt=null;for(f&&(g=(k=si(ea(f),2))[0],nt=k[1]),o=o||[],v=new Array(o.length),a=0;a<o.length;a++){var b=si(o[a],3),tt=b[0],it=b[2],rt=si(ea(b[1]),2),ct=rt[0],ut=rt[1],ft=void 0,et=void 0;switch(15&tt){case 4:et=it;break;case 1:case 8:ft=it}v[a]={flags:tt,ns:ct,name:ut,nonMinifiedName:ut,securityContext:ft,suffix:et}}for(s=s||[],y=new Array(s.length),a=0;a<s.length;a++)p=si(s[a],2),y[a]={type:0,target:p[0],eventName:p[1],propName:null};return d=(e=e||[]).map(function(n){var t=si(n,2),r=t[1],i=si(ea(t[0]),2);return[i[0],i[1],r]}),l=function(n){if(n&&"$$undefined"===n.id){var t=null!=n.encapsulation&&n.encapsulation!==es.None||n.styles.length||Object.keys(n.data).length;n.id=t?"c"+vpt++:"$$empty"}return n&&"$$empty"===n.id&&(n=null),n||null}(l),c&&(t|=33554432),{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:n,flags:t|=1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:ot,matchedQueryIds:ht,references:st,ngContentIndex:r,childCount:u,bindings:v,bindingFlags:sd(v),outputs:y,element:{ns:g,name:nt,attrs:d,template:null,componentProvider:null,componentView:c||null,componentRendererType:l,publicProviders:null,allProviders:null,handleEvent:h||bu},provider:null,text:null,query:null,ngContent:null}}function wsi(n,t,i){var u,r=i.element,h=n.root.selectorOrNode,f=n.renderer,s,e,o;if(n.parent||!h?(u=r.name?f.createElement(r.name,r.ns):f.createComment(""),s=od(n,t,i),s&&f.appendChild(s,u)):u=f.selectRootElement(h,!!r.componentRendererType&&r.componentRendererType.encapsulation===es.ShadowDom),r.attrs)for(e=0;e<r.attrs.length;e++)o=si(r.attrs[e],3),f.setAttribute(u,o[1],o[2],o[0]);return u}function bsi(n,t,i,r){for(var o,s,e,u=0;u<i.outputs.length;u++){var f=i.outputs[u],l=ksi(n,i.nodeIndex,(e=f.eventName,(s=f.target)?s+":"+e:e)),h=f.target,c=n;"component"===f.target&&(h=null,c=t);o=c.renderer.listen(h||r,f.eventName,l);n.disposables[i.outputIndex+u]=o}}function ksi(n,t,i){return function(r){return dht(n,t,i,r)}}function pf(n,t,i,r){if(!ir(n,t,i,r))return!1;var u=t.bindings[i],o=oi(n,t.nodeIndex),f=o.renderElement,e=u.name;switch(15&u.flags){case 1:!function(n,t,i,r,u,f){var s=t.securityContext,e=s?n.root.sanitizer.sanitize(s,f):f,o;e=null!=e?e.toString():null;o=n.renderer;null!=f?o.setAttribute(i,u,e,r):o.removeAttribute(i,u,r)}(n,u,f,u.ns,e,r);break;case 2:!function(n,t,i,r){var u=n.renderer;r?u.addClass(t,i):u.removeClass(t,i)}(n,f,e,r);break;case 4:!function(n,t,i,r,u){var f=n.root.sanitizer.sanitize(yh.STYLE,u),e,o;null!=f?(f=f.toString(),e=t.suffix,null!=e&&(f+=e)):f=null;o=n.renderer;null!=f?o.setStyle(i,r,f):o.removeStyle(i,r)}(n,u,f,e,r);break;case 8:!function(n,t,i,r,u){var f=t.securityContext,e=f?n.root.sanitizer.sanitize(f,u):u;n.renderer.setProperty(i,r,e)}(33554432&t.flags&&32&u.flags?o.componentView:n,u,f,e,r)}return!0}function g(n,t,i,r){return i=de(i),{index:-1,deps:fa(r,sr(t)),flags:n,token:t,value:i}}function gr(n,t,i){var e,o,c,s,h,r,u,f;void 0===i&&(i=er.THROW_IF_NOT_FOUND);c=gst(n);try{if(8&t.flags)return t.token;if(2&t.flags&&(i=null),1&t.flags)return n._parent.get(t.token,i);s=t.tokenKey;switch(s){case ciu:case liu:case aiu:return n}return(r=n._def.providersByKey[s],r)?(u=n._providers[r.index],void 0===u&&(u=n._providers[r.index]=hd(n,r)),u===cv?void 0:u):(h=hc(t.token))&&(e=n,null!=(o=h).providedIn&&(function(n,t){return n._def.modules.indexOf(t)>-1}(e,o.providedIn)||"root"===o.providedIn&&e._def.isRoot))?(f=n._providers.length,n._def.providersByKey[t.tokenKey]={flags:5120,value:h.factory,deps:[],index:f,token:t.token},n._providers[f]=cv,n._providers[f]=hd(n,n._def.providersByKey[t.tokenKey])):4&t.flags?i:n._parent.get(t.token,i)}finally{gst(c)}}function hd(n,t){var i;switch(201347067&t.flags){case 512:i=function(n,t,i){var u=i.length,f,r;switch(u){case 0:return new t;case 1:return new t(gr(n,i[0]));case 2:return new t(gr(n,i[0]),gr(n,i[1]));case 3:return new t(gr(n,i[0]),gr(n,i[1]),gr(n,i[2]));default:for(f=new Array(u),r=0;r<u;r++)f[r]=gr(n,i[r]);return new(t.bind.apply(t,kt([void 0],f)))}}(n,t.value,t.deps);break;case 1024:i=function(n,t,i){var u=i.length,f,r;switch(u){case 0:return t();case 1:return t(gr(n,i[0]));case 2:return t(gr(n,i[0]),gr(n,i[1]));case 3:return t(gr(n,i[0]),gr(n,i[1]),gr(n,i[2]));default:for(f=Array(u),r=0;r<u;r++)f[r]=gr(n,i[r]);return t.apply(void 0,kt(f))}}(n,t.value,t.deps);break;case 2048:i=gr(n,t.deps[0]);break;case 256:i=t.value}return i===cv||null==i||"object"!=typeof i||131072&t.flags||"function"!=typeof i.ngOnDestroy||(t.flags|=131072),void 0===i?cv:i}function cd(n,t){var r=n.viewContainer._embeddedViews,i;return((null==t||t>=r.length)&&(t=r.length-1),t<0)?null:(i=r[t],i.viewContainerParent=null,ad(r,t),ti.dirtyParentQueries(i),ld(i),i)}function rct(n,t,i){var r=t?ua(t,t.def.lastRenderRootNode):n.renderElement,u=i.renderer.parentNode(r),f=i.renderer.nextSibling(r);ay(i,2,u,f,void 0)}function ld(n){ay(n,3,null,null,void 0)}function uct(n,t,i){t>=n.length?n.push(i):n.splice(t,0,i)}function ad(n,t){t>=n.length-1?n.pop():n.splice(t,1)}function wt(n,t,i,r,u,f){return new wpt(n,t,i,r,u,f)}function dsi(n,t,i){return new kpt(n,t,i)}function gsi(n){return new tl(n)}function nhi(n,t){return new dpt(n,t)}function fct(n,t){return new il(n,t)}function f(n,t){var i=n.def.nodes[t],r;if(1&i.flags)return r=oi(n,i.nodeIndex),i.element.template?r.template:r.renderElement;if(2&i.flags)return ia(n,i.nodeIndex).renderText;if(20240&i.flags)return yo(n,i.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t);}function thi(n){return new gpt(n.renderer)}function ect(n,t,i,r){return new viu(n,t,i,r)}function u(n,t,i,r,u,f,e,o){var a=[],s,h,c,l;if(e)for(s in e)h=si(e[s],2),a[h[0]]={flags:8,name:s,nonMinifiedName:h[1],ns:null,securityContext:null,suffix:null};if(c=[],o)for(l in o)c.push({type:1,propName:l,target:null,eventName:o[l]});return vd(n,t|=16384,i,r,u,u,f,a,c)}function it(n,t,i){return vd(-1,n|=16,null,0,t,t,i)}function rt(n,t,i,r,u){return vd(-1,n,t,0,i,r,u)}function vd(n,t,i,r,u,f,e,o,s){var h=ed(i),l=h.matchedQueries,a=h.references,v=h.matchedQueryIds,c;return s||(s=[]),o||(o=[]),f=de(f),c=fa(e,sr(u)),{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:n,flags:t,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:l,matchedQueryIds:v,references:a,ngContentIndex:-1,childCount:r,bindings:o,bindingFlags:sd(o),outputs:s,element:null,provider:{token:u,value:f,deps:c},text:null,query:null,ngContent:null}}function ihi(n,t){return oct(n,t)}function rhi(n,t){for(var i=n;i.parent&&!ds(i);)i=i.parent;return yd(i.parent,ac(i),!0,t.provider.value,t.provider.deps)}function uhi(n,t){var u=yd(n,t.parent,(32768&t.flags)>0,t.provider.value,t.provider.deps),i,r,f,e;if(t.outputs.length)for(i=0;i<t.outputs.length;i++){if(r=t.outputs[i],f=u[r.propName],!id(f))throw new Error("@Output "+r.propName+" not initialized in '"+u.constructor.name+"'.");e=f.subscribe(fhi(n,t.parent.nodeIndex,r.eventName));n.disposables[t.outputIndex+i]=e.unsubscribe.bind(e)}return u}function fhi(n,t,i){return function(r){return dht(n,t,i,r)}}function oct(n,t){var r=(8192&t.flags)>0,i=t.provider;switch(201347067&t.flags){case 512:return yd(n,t.parent,r,i.value,i.deps);case 1024:return function(n,t,i,r,u){var e=u.length,o,f;switch(e){case 0:return r();case 1:return r(nu(n,t,i,u[0]));case 2:return r(nu(n,t,i,u[0]),nu(n,t,i,u[1]));case 3:return r(nu(n,t,i,u[0]),nu(n,t,i,u[1]),nu(n,t,i,u[2]));default:for(o=Array(e),f=0;f<e;f++)o[f]=nu(n,t,i,u[f]);return r.apply(void 0,kt(o))}}(n,t.parent,r,i.value,i.deps);case 2048:return nu(n,t.parent,r,i.deps[0]);case 256:return i.value}}function yd(n,t,i,r,u){var e=u.length,o,f;switch(e){case 0:return new r;case 1:return new r(nu(n,t,i,u[0]));case 2:return new r(nu(n,t,i,u[0]),nu(n,t,i,u[1]));case 3:return new r(nu(n,t,i,u[0]),nu(n,t,i,u[1]),nu(n,t,i,u[2]));default:for(o=new Array(e),f=0;f<e;f++)o[f]=nu(n,t,i,u[f]);return new(r.bind.apply(r,kt([void 0],o)))}}function nu(n,t,i,r,u){var h,s,f,e,o,c;if(void 0===u&&(u=er.THROW_IF_NOT_FOUND),8&r.flags)return r.token;for(h=n,2&r.flags&&(u=null),s=r.tokenKey,s===vii&&(i=!(!t||!t.element.componentView)),t&&1&r.flags&&(i=!1,t=t.parent),f=n;f;){if(t)switch(s){case yiu:return thi(pd(f,t,i));case piu:return pd(f,t,i).renderer;case wiu:return new v(oi(f,t.nodeIndex).renderElement);case biu:return oi(f,t.nodeIndex).viewContainer;case kiu:if(t.element.template)return oi(f,t.nodeIndex).template;break;case vii:return gsi(pd(f,t,i));case diu:case giu:return fct(f,t);default:if(e=(i?t.element.allProviders:t.element.publicProviders)[s],e)return o=yo(f,e.nodeIndex),o||(o={instance:oct(f,e)},f.nodes[e.nodeIndex]=o),o.instance}i=ds(f);t=ac(f);f=f.parent;4&r.flags&&(f=null)}return c=h.root.injector.get(r.token,ew),c!==ew||u===ew?c:h.root.ngModule.injector.get(r.token,u)}function pd(n,t,i){var r;if(i)r=oi(n,t.nodeIndex).componentView;else for(r=n;r.parent&&!ds(r);)r=r.parent;return r}function wf(n,t,i,r,u,f){var e,o;return 32768&i.flags&&(e=oi(n,i.parent.nodeIndex).componentView,2&e.def.flags&&(e.state|=8)),(t.instance[i.bindings[r].name]=u,524288&i.flags)&&(f=f||{},o=eh.unwrap(n.oldValues[i.bindingIndex+r]),f[i.bindings[r].nonMinifiedName]=new ott(o,u,0!=(2&n.state))),n.oldValues[i.bindingIndex+r]=u,f}function wd(n,t){var r,i;if(n.def.nodeFlags&t)for(var e=n.def.nodes,f=0,u=0;u<e.length;u++)for(r=e[u],i=r.parent,!i&&r.flags&t&&sct(n,u,r.flags&t,f++),0==(r.childFlags&t)&&(u+=r.childCount);i&&1&i.flags&&u===i.nodeIndex+i.childCount;)i.directChildFlags&t&&(f=ehi(n,i,t,f)),i=i.parent}function ehi(n,t,i,r){for(var f,u=t.nodeIndex+1;u<=t.nodeIndex+t.childCount;u++)f=n.def.nodes[u],f.flags&i&&sct(n,u,f.flags&i,r++),u+=f.childCount;return r}function sct(n,t,i,r){var f=yo(n,t),u;f&&(u=f.instance,u&&(ti.setCurrentNode(n,t),1048576&i&&ly(n,512,r)&&u.ngAfterContentInit(),2097152&i&&u.ngAfterContentChecked(),4194304&i&&ly(n,768,r)&&u.ngAfterViewInit(),8388608&i&&u.ngAfterViewChecked(),131072&i&&u.ngOnDestroy()))}function bt(n,t,i){var u=[],r;for(r in i)u.push({propName:r,bindingType:i[r]});return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:-1,flags:n,childFlags:0,directChildFlags:0,childMatchedQueries:0,ngContentIndex:-1,matchedQueries:{},matchedQueryIds:0,references:{},childCount:0,bindings:[],bindingFlags:0,outputs:[],element:null,provider:null,text:null,query:{id:t,filterId:ght(t),bindings:u},ngContent:null}}function ohi(n){for(var r,u,t,i,f=n.def.nodeMatchedQueries;n.parent&&psi(n);)for(r=n.parentNodeDef,n=n.parent,u=r.nodeIndex+r.childCount,t=0;t<=u;t++)67108864&(i=n.def.nodes[t]).flags&&536870912&i.flags&&(i.query.filterId&f)===i.query.filterId&&ra(n,t).setDirty(),!(1&i.flags&&t+i.childCount<r.nodeIndex)&&67108864&i.childFlags&&536870912&i.childFlags||(t+=i.childCount);if(134217728&n.def.nodeFlags)for(t=0;t<n.def.nodes.length;t++)134217728&(i=n.def.nodes[t]).flags&&536870912&i.flags&&ra(n,t).setDirty(),t+=i.childCount}function shi(n,t){var i=ra(n,t.nodeIndex),e,r,u,o,f;if(i.dirty){r=void 0;67108864&t.flags?(u=t.parent.parent,r=oa(n,u.nodeIndex,u.nodeIndex+u.childCount,t.query,[]),e=yo(n,t.parent.nodeIndex).instance):134217728&t.flags&&(r=oa(n,0,n.def.nodes.length-1,t.query,[]),e=n.component);i.reset(r);for(var h=t.query.bindings,c=!1,s=0;s<h.length;s++){o=h[s];f=void 0;switch(o.bindingType){case 0:f=i.first;break;case 1:f=i;c=!0}e[o.propName]=f}c&&i.notifyOnChanges()}}function oa(n,t,i,r,u){for(var f,l,s,a,e,h,v,c,y,o=t;o<=i;o++){if(f=n.def.nodes[o],l=f.matchedQueries[r.id],null!=l&&u.push(hct(n,f,l)),1&f.flags&&f.element.template&&(f.element.template.nodeMatchedQueries&r.filterId)===r.filterId){if(s=oi(n,o),(f.childMatchedQueries&r.filterId)===r.filterId&&(oa(n,o+1,o+f.childCount,r,u),o+=f.childCount),16777216&f.flags)for(a=s.viewContainer._embeddedViews,e=0;e<a.length;e++)h=a[e],v=fd(h),v&&v===s&&oa(h,0,h.def.nodes.length-1,r,u);if(c=s.template._projectedViews,c)for(e=0;e<c.length;e++)y=c[e],oa(y,0,y.def.nodes.length-1,r,u)}(f.childMatchedQueries&r.filterId)!==r.filterId&&(o+=f.childCount)}return u}function hct(n,t,i){if(null!=i)switch(i){case 1:return oi(n,t.nodeIndex).renderElement;case 0:return new v(oi(n,t.nodeIndex).renderElement);case 2:return oi(n,t.nodeIndex).template;case 3:return oi(n,t.nodeIndex).viewContainer;case 4:return yo(n,t.nodeIndex).instance}}function yc(n,t){return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:-1,flags:8,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:n,childCount:0,bindings:[],bindingFlags:0,outputs:[],element:null,provider:null,text:null,query:null,ngContent:{index:t}}}function hhi(n,t,i){var r=od(n,t,i);r&&tct(n,i.ngContent.index,1,r,null,void 0)}function ct(n,t){return bd(128,n,new Array(t+1))}function cct(n,t){return bd(32,n,new Array(t))}function ni(n,t){for(var i,u=Object.keys(t),f=u.length,e=new Array(f),r=0;r<f;r++)i=u[r],e[t[i]]=i;return bd(64,n,e)}function bd(n,t,i){for(var u,f=new Array(i.length),r=0;r<i.length;r++)u=i[r],f[r]={flags:8,name:u,ns:null,nonMinifiedName:u,securityContext:null,suffix:null};return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:t,flags:n,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:-1,childCount:0,bindings:f,bindingFlags:sd(f),outputs:[],element:null,provider:null,text:null,query:null,ngContent:null}}function o(n,t,i){for(var u=new Array(i.length-1),r=1;r<i.length;r++)u[r-1]={flags:8,name:null,ns:null,nonMinifiedName:null,securityContext:null,suffix:i[r]};return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:n,flags:2,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:t,childCount:0,bindings:u,bindingFlags:8,outputs:[],element:null,provider:null,text:{prefix:i[0]},query:null,ngContent:null}}function chi(n,t,i){var r,f=n.renderer,u;return r=f.createText(i.text.prefix),u=od(n,t,i),u&&f.appendChild(u,r),{renderText:r}}function bf(n,t){return(null!=n?n.toString():"")+t.suffix}function e(n,t,i,r){for(var u,s,c,e,l=0,a=0,w=0,b=0,v=0,f=null,h=null,y=!1,p=!1,k=null,o=0;o<t.length;o++)if(u=t[o],(u.nodeIndex=o,u.parent=f,u.bindingIndex=l,u.outputIndex=a,u.renderParent=h,w|=u.flags,v|=u.matchedQueryIds,u.element)&&(s=u.element,s.publicProviders=f?f.element.publicProviders:Object.create(null),s.allProviders=s.publicProviders,y=!1,p=!1,u.element.template&&(v|=u.element.template.nodeMatchedQueries)),(lhi(f,u,t.length),l+=u.bindings.length,a+=u.outputs.length,!h&&3&u.flags&&(k=u),20224&u.flags)&&(y||(y=!0,f.element.publicProviders=Object.create(f.element.publicProviders),f.element.allProviders=f.element.publicProviders),c=0!=(32768&u.flags),0==(8192&u.flags)||c?f.element.publicProviders[yr(u.provider.token)]=u:(p||(p=!0,f.element.allProviders=Object.create(f.element.publicProviders)),f.element.allProviders[yr(u.provider.token)]=u),c&&(f.element.componentProvider=u)),f?(f.childFlags|=u.flags,f.directChildFlags|=u.flags,f.childMatchedQueries|=u.matchedQueryIds,u.element&&u.element.template&&(f.childMatchedQueries|=u.element.template.nodeMatchedQueries)):b|=u.flags,u.childCount>0)f=u,lct(u)||(h=u);else for(;f&&o===f.nodeIndex+f.childCount;)e=f.parent,e&&(e.childFlags|=f.childFlags,e.childMatchedQueries|=f.childMatchedQueries),h=(f=e)&&lct(f)?f.renderParent:f;return{factory:null,nodeFlags:w,rootNodeFlags:b,nodeMatchedQueries:v,flags:n,nodes:t,updateDirectives:i||bu,updateRenderer:r||bu,handleEvent:function(n,i,r,u){return t[i].element.handleEvent(n,r,u)},bindingCount:l,outputCount:a,lastRenderRootNode:k}}function lct(n){return 0!=(1&n.flags)&&null===n.element.name}function lhi(n,t,i){var r=t.element&&t.element.template,u;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!");}if(20224&t.flags&&0==(1&(n?n.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!n||0==(16384&n.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&n)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!");}if(t.childCount&&(u=n?n.nodeIndex+n.childCount:i-1,t.nodeIndex<=u&&t.nodeIndex+t.childCount>u))throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!");}function act(n,t,i,r){var u=kd(n.root,n.renderer,n,t,i);return dd(u,n.component,r),gd(u),u}function vct(n,t,i){var r=kd(n,n.renderer,null,null,t);return dd(r,i,i),gd(r),r}function yct(n,t,i,r){var u,f=t.element.componentRendererType;return u=f?n.root.rendererFactory.createRenderer(r,f):n.root.renderer,kd(n.root,u,n,t.element.componentProvider,i)}function kd(n,t,i,r,u){var f=new Array(u.nodes.length),e=u.outputCount?new Array(u.outputCount):null;return{def:u,parent:i,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:f,state:13,root:n,renderer:t,oldValues:new Array(u.bindingCount),disposables:e,initIndex:-1}}function dd(n,t,i){n.component=t;n.context=i}function gd(n){var u,t,i,f,e,s;ds(n)&&(u=oi(n.parent,n.parentNodeDef.parent.nodeIndex).renderElement);for(var h=n.def,o=n.nodes,r=0;r<h.nodes.length;r++){t=h.nodes[r];ti.setCurrentNode(n,r);i=void 0;switch(201347067&t.flags){case 1:f=wsi(n,u,t);e=void 0;33554432&t.flags&&(s=vc(t.element.componentView),e=ti.createComponentView(n,t,s,f));bsi(n,e,t,f);i={renderElement:f,componentView:e,viewContainer:null,template:t.element.template?nhi(n,t):void 0};16777216&t.flags&&(i.viewContainer=dsi(n,t,i));break;case 2:i=chi(n,u,t);break;case 512:case 1024:case 2048:case 256:(i=o[r])||4096&t.flags||(i={instance:ihi(n,t)});break;case 16:i={instance:rhi(n,t)};break;case 16384:(i=o[r])||(i={instance:uhi(n,t)});32768&t.flags&&dd(oi(n,t.parent.nodeIndex).componentView,i.instance,i.instance);break;case 32:case 64:case 128:i={value:void 0};break;case 67108864:case 134217728:i=new btu;break;case 8:hhi(n,u,t);i=void 0}o[r]=i}sa(n,iu.CreateViewNodes);tg(n,201326592,268435456,0)}function yy(n){wct(n);ti.updateDirectives(n,1);wy(n,iu.CheckNoChanges);ti.updateRenderer(n,1);sa(n,iu.CheckNoChanges);n.state&=-97}function py(n){1&n.state?(n.state&=-2,n.state|=2):n.state&=-3;cy(n,0,256);wct(n);ti.updateDirectives(n,0);wy(n,iu.CheckAndUpdate);tg(n,67108864,536870912,0);var t=cy(n,256,512);wd(n,2097152|(t?1048576:0));ti.updateRenderer(n,0);sa(n,iu.CheckAndUpdate);tg(n,134217728,536870912,0);wd(n,8388608|((t=cy(n,512,768))?4194304:0));2&n.def.flags&&(n.state&=-9);n.state&=-97;cy(n,768,1024)}function pct(n,t,i,r,u,f,e,o,s,h,c,l,a){return 0===i?function(n,t,i,r,u,f,e,o,s,h,c,l){switch(201347067&t.flags){case 1:return function(n,t,i,r,u,f,e,o,s,h,c,l){var v=t.bindings.length,a=!1;return v>0&&pf(n,t,0,i)&&(a=!0),v>1&&pf(n,t,1,r)&&(a=!0),v>2&&pf(n,t,2,u)&&(a=!0),v>3&&pf(n,t,3,f)&&(a=!0),v>4&&pf(n,t,4,e)&&(a=!0),v>5&&pf(n,t,5,o)&&(a=!0),v>6&&pf(n,t,6,s)&&(a=!0),v>7&&pf(n,t,7,h)&&(a=!0),v>8&&pf(n,t,8,c)&&(a=!0),v>9&&pf(n,t,9,l)&&(a=!0),a}(n,t,i,r,u,f,e,o,s,h,c,l);case 2:return function(n,t,i,r,u,f,e,o,s,h,c,l){var v=!1,p=t.bindings,a=p.length,y,w;return(a>0&&ir(n,t,0,i)&&(v=!0),a>1&&ir(n,t,1,r)&&(v=!0),a>2&&ir(n,t,2,u)&&(v=!0),a>3&&ir(n,t,3,f)&&(v=!0),a>4&&ir(n,t,4,e)&&(v=!0),a>5&&ir(n,t,5,o)&&(v=!0),a>6&&ir(n,t,6,s)&&(v=!0),a>7&&ir(n,t,7,h)&&(v=!0),a>8&&ir(n,t,8,c)&&(v=!0),a>9&&ir(n,t,9,l)&&(v=!0),v)&&(y=t.text.prefix,a>0&&(y+=bf(i,p[0])),a>1&&(y+=bf(r,p[1])),a>2&&(y+=bf(u,p[2])),a>3&&(y+=bf(f,p[3])),a>4&&(y+=bf(e,p[4])),a>5&&(y+=bf(o,p[5])),a>6&&(y+=bf(s,p[6])),a>7&&(y+=bf(h,p[7])),a>8&&(y+=bf(c,p[8])),a>9&&(y+=bf(l,p[9])),w=ia(n,t.nodeIndex).renderText,n.renderer.setValue(w,y)),v}(n,t,i,r,u,f,e,o,s,h,c,l);case 16384:return function(n,t,i,r,u,f,e,o,s,h,c,l){var v=yo(n,t.nodeIndex),w=v.instance,y=!1,a=void 0,p=t.bindings.length;return p>0&&nf(n,t,0,i)&&(y=!0,a=wf(n,v,t,0,i,a)),p>1&&nf(n,t,1,r)&&(y=!0,a=wf(n,v,t,1,r,a)),p>2&&nf(n,t,2,u)&&(y=!0,a=wf(n,v,t,2,u,a)),p>3&&nf(n,t,3,f)&&(y=!0,a=wf(n,v,t,3,f,a)),p>4&&nf(n,t,4,e)&&(y=!0,a=wf(n,v,t,4,e,a)),p>5&&nf(n,t,5,o)&&(y=!0,a=wf(n,v,t,5,o,a)),p>6&&nf(n,t,6,s)&&(y=!0,a=wf(n,v,t,6,s,a)),p>7&&nf(n,t,7,h)&&(y=!0,a=wf(n,v,t,7,h,a)),p>8&&nf(n,t,8,c)&&(y=!0,a=wf(n,v,t,8,c,a)),p>9&&nf(n,t,9,l)&&(y=!0,a=wf(n,v,t,9,l,a)),a&&w.ngOnChanges(a),65536&t.flags&&ly(n,256,t.nodeIndex)&&w.ngOnInit(),262144&t.flags&&w.ngDoCheck(),y}(n,t,i,r,u,f,e,o,s,h,c,l);case 32:case 64:case 128:return function(n,t,i,r,u,f,e,o,s,h,c,l){var y=t.bindings,p=!1,v=y.length,b,a,w;if(v>0&&ir(n,t,0,i)&&(p=!0),v>1&&ir(n,t,1,r)&&(p=!0),v>2&&ir(n,t,2,u)&&(p=!0),v>3&&ir(n,t,3,f)&&(p=!0),v>4&&ir(n,t,4,e)&&(p=!0),v>5&&ir(n,t,5,o)&&(p=!0),v>6&&ir(n,t,6,s)&&(p=!0),v>7&&ir(n,t,7,h)&&(p=!0),v>8&&ir(n,t,8,c)&&(p=!0),v>9&&ir(n,t,9,l)&&(p=!0),p){b=lc(n,t.nodeIndex);a=void 0;switch(201347067&t.flags){case 32:a=new Array(y.length);v>0&&(a[0]=i);v>1&&(a[1]=r);v>2&&(a[2]=u);v>3&&(a[3]=f);v>4&&(a[4]=e);v>5&&(a[5]=o);v>6&&(a[6]=s);v>7&&(a[7]=h);v>8&&(a[8]=c);v>9&&(a[9]=l);break;case 64:a={};v>0&&(a[y[0].name]=i);v>1&&(a[y[1].name]=r);v>2&&(a[y[2].name]=u);v>3&&(a[y[3].name]=f);v>4&&(a[y[4].name]=e);v>5&&(a[y[5].name]=o);v>6&&(a[y[6].name]=s);v>7&&(a[y[7].name]=h);v>8&&(a[y[8].name]=c);v>9&&(a[y[9].name]=l);break;case 128:w=i;switch(v){case 1:a=w.transform(i);break;case 2:a=w.transform(r);break;case 3:a=w.transform(r,u);break;case 4:a=w.transform(r,u,f);break;case 5:a=w.transform(r,u,f,e);break;case 6:a=w.transform(r,u,f,e,o);break;case 7:a=w.transform(r,u,f,e,o,s);break;case 8:a=w.transform(r,u,f,e,o,s,h);break;case 9:a=w.transform(r,u,f,e,o,s,h,c);break;case 10:a=w.transform(r,u,f,e,o,s,h,c,l)}}b.value=a}return p}(n,t,i,r,u,f,e,o,s,h,c,l);default:throw"unreachable";}}(n,t,r,u,f,e,o,s,h,c,l,a):function(n,t,i){switch(201347067&t.flags){case 1:return function(n,t,i){for(var u=!1,r=0;r<i.length;r++)pf(n,t,r,i[r])&&(u=!0);return u}(n,t,i);case 2:return function(n,t,i){for(var u,e,o=t.bindings,f=!1,r=0;r<i.length;r++)ir(n,t,r,i[r])&&(f=!0);if(f){for(u="",r=0;r<i.length;r++)u+=bf(i[r],o[r]);u=t.text.prefix+u;e=ia(n,t.nodeIndex).renderText;n.renderer.setValue(e,u)}return f}(n,t,i);case 16384:return function(n,t,i){for(var e=yo(n,t.nodeIndex),f=e.instance,o=!1,u=void 0,r=0;r<i.length;r++)nf(n,t,r,i[r])&&(o=!0,u=wf(n,e,t,r,i[r],u));return u&&f.ngOnChanges(u),65536&t.flags&&ly(n,256,t.nodeIndex)&&f.ngOnInit(),262144&t.flags&&f.ngDoCheck(),o}(n,t,i);case 32:case 64:case 128:return function(n,t,i){for(var o,u,f,s,h=t.bindings,e=!1,r=0;r<i.length;r++)ir(n,t,r,i[r])&&(e=!0);if(e){o=lc(n,t.nodeIndex);u=void 0;switch(201347067&t.flags){case 32:u=i;break;case 64:for(u={},r=0;r<i.length;r++)u[h[r].name]=i[r];break;case 128:f=i[0];s=i.slice(1);u=f.transform.apply(f,kt(s))}o.value=u}return e}(n,t,i);default:throw"unreachable";}}(n,t,r)}function wct(n){var f=n.def,t,i,r,u,e;if(4&f.nodeFlags)for(t=0;t<f.nodes.length;t++)if(i=f.nodes[t],4&i.flags){if(r=oi(n,t).template._projectedViews,r)for(u=0;u<r.length;u++)e=r[u],e.state|=32,ysi(e,n)}else 0==(4&i.childFlags)&&(t+=i.childCount)}function bct(n,t,i,r,u,f,e,o,s,h,c,l,a){return 0===i?function(n,t,i,r,u,f,e,o,s,h,c,l){var a=t.bindings.length;a>0&&yf(n,t,0,i);a>1&&yf(n,t,1,r);a>2&&yf(n,t,2,u);a>3&&yf(n,t,3,f);a>4&&yf(n,t,4,e);a>5&&yf(n,t,5,o);a>6&&yf(n,t,6,s);a>7&&yf(n,t,7,h);a>8&&yf(n,t,8,c);a>9&&yf(n,t,9,l)}(n,t,r,u,f,e,o,s,h,c,l,a):function(n,t,i){for(var r=0;r<i.length;r++)yf(n,t,r,i[r])}(n,t,r),!1}function ahi(n,t){if(ra(n,t.nodeIndex).dirty)throw pht(ti.createDebugContext(n,t.nodeIndex),"Query "+t.query.id+" not dirty","Query "+t.query.id+" dirty",0!=(1&n.state));}function ng(n){if(!(128&n.state)){if(wy(n,iu.Destroy),sa(n,iu.Destroy),wd(n,131072),n.disposables)for(var t=0;t<n.disposables.length;t++)n.disposables[t]();!function(n){var i,t;16&n.state&&(i=fd(n),i&&(t=i.template._projectedViews,t&&(ad(t,t.indexOf(n)),ti.dirtyParentQueries(n))))}(n);n.renderer.destroyNode&&function(n){for(var i,r=n.def.nodes.length,t=0;t<r;t++)i=n.def.nodes[t],1&i.flags?n.renderer.destroyNode(oi(n,t).renderElement):2&i.flags?n.renderer.destroyNode(ia(n,t).renderText):(67108864&i.flags||134217728&i.flags)&&ra(n,t).destroy()}(n);ds(n)&&n.renderer.destroy();n.state|=128}}function sa(n,t){var u=n.def,i,r;if(33554432&u.nodeFlags)for(i=0;i<u.nodes.length;i++)r=u.nodes[i],33554432&r.flags?kct(oi(n,i).componentView,t):0==(33554432&r.childFlags)&&(i+=r.childCount)}function wy(n,t){var f=n.def,i,r,e,u;if(16777216&f.nodeFlags)for(i=0;i<f.nodes.length;i++)if(r=f.nodes[i],16777216&r.flags)for(e=oi(n,i).viewContainer._embeddedViews,u=0;u<e.length;u++)kct(e[u],t);else 0==(16777216&r.childFlags)&&(i+=r.childCount)}function kct(n,t){var i=n.state;switch(t){case iu.CheckNoChanges:0==(128&i)&&(12==(12&i)?yy(n):64&i&&by(n,iu.CheckNoChangesProjectedViews));break;case iu.CheckNoChangesProjectedViews:0==(128&i)&&(32&i?yy(n):64&i&&by(n,t));break;case iu.CheckAndUpdate:0==(128&i)&&(12==(12&i)?py(n):64&i&&by(n,iu.CheckAndUpdateProjectedViews));break;case iu.CheckAndUpdateProjectedViews:0==(128&i)&&(32&i?py(n):64&i&&by(n,t));break;case iu.Destroy:ng(n);break;case iu.CreateViewNodes:gd(n)}}function by(n,t){wy(n,t);sa(n,t)}function tg(n,t,i,r){var e,f,u;if(n.def.nodeFlags&t&&n.def.nodeFlags&i)for(e=n.def.nodes.length,f=0;f<e;f++){if(u=n.def.nodes[f],u.flags&t&&u.flags&i)switch(ti.setCurrentNode(n,u.nodeIndex),r){case 0:shi(n,u);break;case 1:ahi(n,u)}u.childFlags&t&&u.childFlags&i||(f+=u.childCount)}}function vhi(n,t,i,r,u,f){var e=u.injector.get(eb);return vct(dct(n,u,e,t,i),r,f)}function yhi(n,t,i,r,u,f){var e=u.injector.get(eb),o=dct(n,u,new nwt(e),t,i),s=ig(r);return gs(he.create,vct,null,[o,s,f])}function dct(n,t,i,r,u){var f=t.injector.get(wti),e=t.injector.get(is),o=i.createRenderer(null,null);return{ngModule:t,injector:n,projectableNodes:r,selectorOrNode:u,sanitizer:f,rendererFactory:i,renderer:o,errorHandler:e}}function phi(n,t,i,r){var u=ig(i);return gs(he.create,act,null,[n,t,u,r])}function whi(n,t,i,r){return i=frt.get(t.element.componentProvider.provider.token)||ig(i),gs(he.create,yct,null,[n,t,i,r])}function bhi(n,t,i,r){return ect(n,t,i,function(n){var t=function(n){var i=!1,t=!1;return 0===ss.size||(n.providers.forEach(function(n){var r=ss.get(n.token);3840&n.flags&&r&&(i=!0,t=t||r.deprecatedBehavior)}),n.modules.forEach(function(n){lv.forEach(function(r,u){hc(u).providedIn===n&&(i=!0,t=t||r.deprecatedBehavior)})})),{hasOverrides:i,hasDeprecatedOverrides:t}}(n),i=t.hasDeprecatedOverrides;return t.hasOverrides?(function(n){for(var t,r,f,u=0;u<n.providers.length;u++)t=n.providers[u],i&&(t.flags|=4096),r=ss.get(t.token),r&&(t.flags=-3841&t.flags|r.flags,t.deps=fa(r.deps),t.value=r.value);lv.size>0&&(f=new Set(n.modules),lv.forEach(function(t,r){if(f.has(hc(r).providedIn)){var u={token:r,flags:t.flags|(i?4096:0),deps:fa(t.deps),value:t.value,index:n.providers.length};n.providers.push(u);n.providersByKey[yr(r)]=u}}))}(n=n.factory(function(){return bu})),n):n}(r))}function khi(n){var t;ss.set(n.token,n);"function"==typeof n.token&&(t=hc(n.token))&&"function"==typeof t.providedIn&&lv.set(n.token,n)}function dhi(n,t){var i=vc(t.viewDefFactory),r=vc(i.nodes[0].element.componentView);frt.set(n,r)}function ghi(){ss.clear();lv.clear();frt.clear()}function ig(n){function r(n,t){for(var i,u,r,f=t+1;f<n.nodes.length;f++){if(i=n.nodes[f],1&i.flags)return;3840&i.flags&&(u=i.provider,r=ss.get(u.token),r&&(i.flags=-3841&i.flags|r.flags,u.deps=fa(r.deps),u.value=r.value))}}var t,i;if(0===ss.size||(t=function(n){for(var t,u=[],i=null,r=0;r<n.nodes.length;r++)t=n.nodes[r],1&t.flags&&(i=t),i&&3840&t.flags&&ss.has(t.provider.token)&&(u.push(i.nodeIndex),i=null);return u}(n),0===t.length))return n;for(n=n.factory(function(){return bu}),i=0;i<t.length;i++)r(n,t[i]);return n}function gct(n,t,i,r,u,f,e,o,s,h,c,l,a){var v=n.def.nodes[t];return pct(n,v,i,r,u,f,e,o,s,h,c,l,a),224&v.flags?lc(n,t).value:void 0}function nlt(n,t,i,r,u,f,e,o,s,h,c,l,a){var v=n.def.nodes[t];return bct(n,v,i,r,u,f,e,o,s,h,c,l,a),224&v.flags?lc(n,t).value:void 0}function nci(n){return gs(he.detectChanges,py,null,[n])}function tci(n){return gs(he.checkNoChanges,yy,null,[n])}function ici(n){return gs(he.destroy,ng,null,[n])}function pc(n,t){rl=n;ow=t}function rci(n,t,i,r){return pc(n,t),gs(he.handleEvent,n.def.handleEvent,null,[n,t,i,r])}function uci(n,t){if(128&n.state)throw bht(he[ba]);return pc(n,rlt(n,0)),n.def.updateDirectives(function(n,i,r){for(var u,e=[],f=3;f<arguments.length;f++)e[f-3]=arguments[f];return u=n.def.nodes[i],0===t?tlt(n,u,r,e):ilt(n,u,r,e),16384&u.flags&&pc(n,rlt(n,i)),224&u.flags?lc(n,u.nodeIndex).value:void 0},n)}function fci(n,t){if(128&n.state)throw bht(he[ba]);return pc(n,ult(n,0)),n.def.updateRenderer(function(n,i,r){for(var u,e=[],f=3;f<arguments.length;f++)e[f-3]=arguments[f];return u=n.def.nodes[i],0===t?tlt(n,u,r,e):ilt(n,u,r,e),3&u.flags&&pc(n,ult(n,i)),224&u.flags?lc(n,u.nodeIndex).value:void 0},n)}function tlt(n,t,i,r){var l,u,f,h,e,c,o,s,a;if(pct.apply(void 0,kt([n,t,i],r))&&(l=1===i?r[0]:r,16384&t.flags)){for(u={},f=0;f<t.bindings.length;f++)h=t.bindings[f],e=l[f],8&h.flags&&(u[(a=h.nonMinifiedName,"ng-reflect-"+a.replace(/[$@]/g,"_").replace(hpt,function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return"-"+t[1].toLowerCase()}))]=esi(e));if(c=t.parent,o=oi(n,c.nodeIndex).renderElement,c.element.name)for(s in u)null!=(e=u[s])?n.renderer.setAttribute(o,s,e):n.renderer.removeAttribute(o,s);else n.renderer.setValue(o,"bindings="+JSON.stringify(u,null,2))}}function ilt(n,t,i,r){bct.apply(void 0,kt([n,t,i],r))}function rlt(n,t){for(var i,r=t;r<n.def.nodes.length;r++)if(i=n.def.nodes[r],16384&i.flags&&i.bindings&&i.bindings.length)return r;return null}function ult(n,t){for(var i,r=t;r<n.def.nodes.length;r++)if(i=n.def.nodes[r],3&i.flags&&i.bindings&&i.bindings.length)return r;return null}function eci(n,t){for(var r=-1,i=0;i<=t;i++)3&n.nodes[i].flags&&r++;return r}function flt(n,t,i){for(var r in t.references)i[r]=hct(n,t,t.references[r])}function gs(n,t,i,r){var e=ba,o=rl,s=ow,f;try{return ba=n,f=t.apply(i,r),rl=o,ow=s,ba=e,f}catch(u){if(td(u)||!rl)throw u;throw function(n,t){return n instanceof Error||(n=new Error(n.toString())),wht(n,t),n}(u,rg());}}function rg(){return rl?new sw(rl,ow):null}function oci(n,t,i){return new nru(n,t,i)}function sci(n,t,i){var r=i;return function(n){return!!n&&n.nodeType===Node.ELEMENT_NODE}(n)&&t.some(function(t,i){return!("*"===t||!function(n,t){return suu.call(n,t)}(n,t)||(r=i,0))}),r}function elt(n,t){n.forEach(function(n){var i=n.propName;Object.defineProperty(t,i,{get:function(){return this.ngElementStrategy.getInputValue(i)},set:function(n){this.ngElementStrategy.setInputValue(i,n)},configurable:!0,enumerable:!0})})}function vu(){for(var i,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return i=n[n.length-1],iy(i)?(n.pop(),vk(n,i)):yk(n)}function ky(n,t){return new ii(t?function(i){return t.schedule(hci,0,{error:n,subscriber:i})}:function(t){return t.error(n)})}function hci(n){n.subscriber.error(n.error)}function ha(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return function(t){var i;return"function"==typeof n[n.length-1]&&(i=n.pop()),t.lift(new kuu(n,i))}}function ug(){for(var t,i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];if(t=i.length,0===t)throw new Error("list of properties cannot be empty.");return function(n){return yt(cci(i,t))(n)}}function cci(n,t){return function(i){for(var r,u=i,f=0;f<t;f++){if(r=u[n[f]],void 0===r)return;u=r}return u}}function dy(n,t){return function(i){return i.lift(new tfu(n,t))}}function lci(n,t){var i,r;void 0===t&&(t={});for(var e=Object.keys(n),u={},f=0;f<e.length;f++)i=e[f],"function"==typeof n[i]&&(u[i]=n[i]);return r=Object.keys(u),function(n,i){n=void 0===n?t:n;for(var f=!1,s={},e=0;e<r.length;e++){var o=r[e],h=n[o],c=u[o](h,i);s[o]=c;f=f||c!==h}return f?s:n}}function fg(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return function(t){if(0===n.length)return t;var i=n[n.length-1];return n.slice(0,-1).reduceRight(function(n,t){return t(n)},i(t))}}function olt(n,t){return Array.isArray(t)&&t.length>0&&(n=fg.apply(null,kt(t,[n]))),function(t,i){var r=n(t);return function(n,t){return r(n=void 0===n?i:n,t)}}}function aci(n,t){void 0===n&&(n={state:void 0});var i=si(t,2),r=i[0];return{state:i[1](n.state,r),action:r}}function ui(n,t){for(var r=[],i=2;i<arguments.length;i++)r[i-2]=arguments[i];return function(i){var u,f;if("string"==typeof n)f=kt([t],r).filter(Boolean),u=i.pipe(ug.apply(void 0,kt([n],f)));else{if("function"!=typeof n)throw new TypeError("Unexpected type '"+typeof n+"' in select operator, expected 'string' or 'function'");u=i.pipe(yt(function(i){return n(i,t)}))}return u.pipe(dy())}}function slt(n,t){return n===t}function vci(n,t,i){for(var r=0;r<n.length;r++)if(!i(n[r],t[r]))return!0;return!1}function hlt(n,t,i){void 0===t&&(t=slt);void 0===i&&(i=slt);var f,u=null,r=null;return{memoized:function(){if(void 0!==f)return f.result;if(!u)return r=n.apply(null,arguments),u=arguments,r;if(!vci(arguments,u,t))return r;var e=n.apply(null,arguments);return u=arguments,i(r,e)?r:(r=e,e)},reset:function(){u=null;r=null},setResult:function(n){void 0===n&&(n=void 0);f={result:n}},clearResult:function(){f=void 0}}}function ee(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return pci(hlt).apply(void 0,kt(t))}function yci(n,t,i,r){var u,f;return void 0===i?(u=t.map(function(t){return t(n)}),r.memoized.apply(null,u)):(f=t.map(function(t){return t(n,i)}),r.memoized.apply(null,kt(f,[i])))}function pci(n,t){return void 0===t&&(t={stateFn:yci}),function(){function h(){u.reset();e.reset();v.forEach(function(n){return n.release()})}for(var i,f=[],r=0;r<arguments.length;r++)f[r]=arguments[r];if(i=f,Array.isArray(i[0])){var o=si(i),c=o[0],l=o.slice(1);i=kt(c,l)}var s=i.slice(0,i.length-1),a=i[i.length-1],v=s.filter(function(n){return n.release&&"function"==typeof n.release}),e=n(function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return a.apply(null,t)}),u=hlt(function(n,i){return t.stateFn.apply(null,[n,s,i,e])});return Object.assign(u.memoized,{release:h,projector:e.memoized,setResult:u.setResult,clearResult:u.clearResult})}}function clt(n){return void 0===n}function llt(n){return null===n}function alt(n){return Array.isArray(n)}function vlt(n){return"object"==typeof n&&null!==n}function eg(n){return"function"==typeof n}function og(n){Object.freeze(n);var t=eg(n);return Object.getOwnPropertyNames(n).forEach(function(i){if(!i.startsWith("ɵ")&&function(n,t){return Object.prototype.hasOwnProperty.call(n,t)}(n,i)&&(!t||"caller"!==i&&"callee"!==i&&"arguments"!==i)){var r=n[i];(vlt(r)||eg(r))&&!Object.isFrozen(r)&&og(r)}}),n}function sg(n,t){return void 0===t&&(t=[]),(clt(n)||llt(n))&&0===t.length?{path:["root"],value:n}:Object.keys(n).reduce(function(i,r){if(i)return i;var u=n[r];return function(n){return eg(n)&&n.hasOwnProperty("ɵcmp")}(u)?i:!(clt(u)||llt(u)||function(n){return"number"==typeof n}(u)||function(n){return"boolean"==typeof n}(u)||function(n){return"string"==typeof n}(u)||alt(u))&&(function(n){if(!function(n){return vlt(n)&&!alt(n)}(n))return!1;var t=Object.getPrototypeOf(n);return t===Object.prototype||null===t}(u)?sg(u,kt(t,[r])):{path:kt(t,[r]),value:u})},!1)}function ylt(n,t){if(!1!==n){var r=n.path.join("."),i=new Error("Detected unserializable "+t+' at "'+r+'". '+hw+"#strict"+t+"serializability");throw i.value=n.value,i.unserializablePath=r,i;}}function wci(n){return fe()?vt({strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!0,strictActionImmutability:!0,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1},n):{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!1,strictActionImmutability:!1,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1}}function bci(n){var t=n.strictActionSerializability,i=n.strictStateSerializability;return function(n){return t||i?function(n,t){return function(i,r){t.action(r)&&ylt(sg(r),"action");var u=n(i,r);return t.state()&&ylt(sg(u),"state"),u}}(n,{action:function(n){return t&&!hg(n)},state:function(){return i}}):n}}function hg(n){return n.type.startsWith("@ngrx")}function kci(n){var t=n.strictActionWithinNgZone;return function(n){return t?function(n,t){return function(i,r){if(t.action(r)&&!tr.isInAngularZone())throw new Error("Action '"+r.type+"' running outside NgZone. "+hw+"#strictactionwithinngzone");return n(i,r)}}(n,{action:function(n){return t&&!hg(n)}}):n}}function dci(n){return n}function gci(n){if(n.strictActionTypeUniqueness){var t=Object.entries(rfu).filter(function(n){return si(n,2)[1]>1}).map(function(n){return si(n,1)[0]});if(t.length)throw new Error("Action types are registered more than once, "+t.map(function(n){return'"'+n+'"'}).join(", ")+". "+hw+"#strictactiontypeuniqueness");}}function nli(n,t){return t instanceof ri?n.get(t):t}function plt(n){return"function"==typeof n?n():n}function tli(n,t){return n.concat(t)}function ili(n){if(n)throw new TypeError("StoreModule.forRoot() called twice. Feature modules should use StoreModule.forFeature() instead.");return"guarded"}function hr(n,t,i,r,u){var o,h,c,l,a,s,e,v,f,y,w,p;if(void 0===i&&(i=100),void 0===r&&(r=null),void 0===u&&(u=!1),null===t||""===t||void 0===t)return{classes:"",value:"--",symbol:"",rawvalue:t};switch(n){case"Comma":return Object(ufu.isArray)(t)?{classes:"nuv-display-style__comma",value:t||"",symbol:"",rawvalue:t}:isNaN(t)?{classes:"nuv-display-style__novalue",value:t||"",symbol:"",rawvalue:t}:{classes:"nuv-display-style__comma",value:(w=t,p=w.toString().split("."),p[0]=p[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),p.join(".")),symbol:"",rawvalue:t};case"Date":return t?(o=new Date(t.toString()),"Invalid Date"==o.toString())?{classes:"nuv-display-style__novalue",value:t,symbol:"",rawvalue:t}:(h=dri.format(o)+" "+kri.format(o)+" "+bri.format(o),u)?(c=new Date(o.getTime()+6e4*o.getTimezoneOffset()),l=dri.format(c)+" "+kri.format(c)+" "+bri.format(c),console.log("utctime",l,"gmttime",h),{classes:"nuv-display-style__date",value:l,symbol:"",rawvalue:l}):{classes:"nuv-display-style__date",value:h,symbol:"",rawvalue:h}:{classes:"nuv-display-style__novalue",value:t,symbol:"",rawvalue:t};case"Dollar":return{classes:"nuv-display-style__dollar--2",value:e=ca(t,0),symbol:"$",rawvalue:(t=""===t||null===t?"0":t).toString().replace("$","")};case"Dollar 2 decimals":return{classes:"nuv-display-style__dollar--2",value:e=ca(t,2),symbol:"$",rawvalue:gy(t,2)};case"Dollar 3 decimals":return{classes:"nuv-display-style__dollar--3",value:e=ca(t,3),symbol:"$",rawvalue:gy(t,3)};case"Dollar 4 decimals":return{classes:"nuv-display-style__dollar--4",value:e=ca(t,4),symbol:"$",rawvalue:gy(t,4)};case"Dollar Billion":return{classes:"nuv-display-style__dollar--billion",value:cg(t),symbol:"$B",rawvalue:lg(t)};case"Dollar Colour":return{classes:"nuv-display-style__dollar--"+(t>=0?"green":"red"),value:e=ca(t,2),symbol:"$",rawvalue:gy(t,2)};case"Dollar Million":return{classes:"nuv-display-style__dollar--million",value:cg(t),symbol:"$M",rawvalue:lg(t)};case"Dollar Million Billion":return{classes:"nuv-display-style__dollar--million-billion",value:cg(t),symbol:"$K",rawvalue:lg(t)};case"Fund Link":return a=gri.getProductUrl(t),"#"===a&&r&&(a=gri.getProductUrl(r.fundcode)),{"class":"nuv-display-style__fund_symbol",value:t||"#",url:a,symbol:"",rawvalue:""};case"PDF":return{classes:"nuv-display-style__pdf",value:t||"#",symbol:"",rawvalue:t};case"Percentage":return t&&null!=t&&t.toString().includes("%")?{classes:"nuv-display-style__percentage",value:t,symbol:"%",rawvalue:t.toString().replace("%","")}:"*"===t?{classes:"nuv-display-style__percentage",value:t,symbol:"%",rawvalue:t}:{classes:"nuv-display-style__percentage",value:(e=ar(t,2))+"%",symbol:"%",rawvalue:""+e};case"Show 2 decimals":return s=void 0,t&&null!=t?(f=String(t)).indexOf("$")>-1?{classes:"nuv-display-style__dollar--2",value:(s=ag(f,2))+"$",symbol:"$",rawvalue:""+s}:f.indexOf("%")>-1?{classes:"nuv-display-style__percentage",value:(s=ag(f,2))+"%",symbol:"%",rawvalue:""+s}:{classes:"",value:""+(s=ag(t,2)),symbol:"",rawvalue:""+s}:{classes:"",value:"",symbol:"",rawvalue:""};case"Percentage Colour":return t&&null!=t&&t.toString().includes("%")?{classes:"nuv-display-style__percentage",value:t,symbol:"%",rawvalue:t.toString().replace("%","")}:{classes:"nuv-display-style__percentage--green",value:(e=ar(t,2))+"%",symbol:"%",rawvalue:""+e};case"Show Colour":return{classes:"nuv-display-style__show-green",value:t||"",symbol:"",rawvalue:t};case"Star Rating":return t?(v="",1==i?v=wlt(da.PRODUCTHEROSTARRATING):2==i&&(v=wlt(da.DATACALLOUTSTARRATING)),{classes:v,value:t,symbol:"",rawvalue:t}):{classes:"nuv-display-style__novalue",value:t,symbol:"",rawvalue:t};default:return y="",(f=String(t)).indexOf("$")>-1?(y="$",f=f.replace("$","")):f.indexOf("%")>-1&&(y="%",f=f.replace("%","")),{classes:"nuv-display-style__default",value:t,symbol:y,rawvalue:f}}}function wlt(n){switch(n){case da.PRODUCTHEROSTARRATING:return"nuv-product-detail-hero__featured-data-point-rating";case da.DATACALLOUTSTARRATING:return"nuv-data-callout__featured-data-point-rating";default:return""}}function cg(n){return""==n?ar(0,2):isNaN(n)?n:Math.abs(Number(n))>=1e9?"$"+parseFloat(parseFloat(ar(Math.abs(Number(n))/1e9,1)).toFixed(1))+" B":Math.abs(Number(n))>=1e6?"$"+parseFloat(parseFloat(ar(Math.abs(Number(n))/1e6,1)).toFixed(1))+" M":Math.abs(Number(n))>=1e3?"$"+parseFloat(parseFloat(ar(Math.abs(Number(n))/1e3,1)).toFixed(1))+" K":"$"+parseFloat(parseFloat(ar(Math.abs(Number(n)),1)).toFixed(1))}function ca(n,t){return isNaN(n)?n:(n=""==n?"0":n,new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",minimumFractionDigits:t}).format(Number.parseFloat(n.toString())))}function ar(n,t){return isNaN(n)?n:(n=""==n||null==n?"0":n,new Intl.NumberFormat("en-US",{minimumFractionDigits:t}).format(Number.parseFloat(n.toString())))}function gy(n,t){return isNaN(n)?n:(n=""==n||null==n?"0":n,Number.parseFloat(n.toString()).toFixed(t))}function lg(n){return""==n?ar(0,2):isNaN(n)?n:Math.abs(Number(n))>=1e9?""+parseFloat(parseFloat(ar(Math.abs(Number(n))/1e9,1)).toFixed(1)):Math.abs(Number(n))>=1e6?""+parseFloat(parseFloat(ar(Math.abs(Number(n))/1e6,1)).toFixed(1)):Math.abs(Number(n))>=1e3?""+parseFloat(parseFloat(ar(Math.abs(Number(n))/1e3,1)).toFixed(1)):""+parseFloat(parseFloat(ar(Math.abs(Number(n)),1)).toFixed(1))}function ag(n,t){var r,i,u;return n&&null!=n?(r=new Intl.NumberFormat("en-US",{minimumFractionDigits:t}),i=""==n||null==n?"0":String(n).replace("%",""),i=i.replace("$",""),u=Number.parseFloat(i).toFixed(t),r.format(parseFloat(u))):"0"}function yu(n){return function(t){var i=new efu(n),r=t.lift(i);return i.caught=r}}function vg(){for(var t,r,u,n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(1===n.length){if(t=n[0],ns(t))return np(t,null);if(ak(t)&&Object.getPrototypeOf(t)===Object.prototype)return r=Object.keys(t),np(r.map(function(n){return t[n]}),r)}return"function"==typeof n[n.length-1]?(u=n.pop(),np(n=1===n.length&&ns(n[0])?n[0]:n,null).pipe(yt(function(n){return u.apply(void 0,n)}))):np(n,null)}function np(n,t){return new ii(function(i){var r=n.length;if(0!==r)for(var u=new Array(r),o=0,e=0,s=function(f){var h=kl(n[f]),s=!1;i.add(h.subscribe({next:function(n){s||(s=!0,e++);u[f]=n},error:function(n){return i.error(n)},complete:function(){++o!==r&&s||(e===r&&i.next(t?t.reduce(function(n,t,i){return n[t]=u[i],n},{}):u),i.complete())}}))},f=0;f<r;f++)s(f);else i.complete()})}function tp(n,t){return tf(rf(n)[10],t)}function ip(n,t){return tf(rf(n)[11],t)}function rp(n,t){return tf(rf(n)[12],t)}function yg(n,t){var i=rf(n),r=i[13][t];if(void 0===r){if(t===nc.CurrencyDecimal)return i[13][nc.Decimal];if(t===nc.CurrencyGroup)return i[13][nc.Group]}return r}function blt(n){if(!n[19])throw new Error('Missing extra locale data for the locale "'+n[0]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.');}function tf(n,t){for(var i=t;i>-1;i--)if(void 0!==n[i])return n[i];throw new Error("Locale data API: locale data undefined");}function pg(n){var t=si(n.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function rf(n){var r=n.toLowerCase().replace(/_/g,"-"),t=iui[r],i;if(t||(i=r.split("-")[0],t=iui[i]))return t;if("en"===i)return sfu;throw new Error('Missing locale data for the locale "'+n+'".');}function up(n,t){return t&&(n=n.replace(/\{([^}]+)}/g,function(n,i){return null!=t&&i in t?t[i]:n})),n}function oe(n,t,i,r,u){var e,f;for(void 0===i&&(i="-"),e="",(n<0||u&&n<=0)&&(u?n=1-n:(n=-n,e=i)),f=String(n);f.length<t;)f="0"+f;return r&&(f=f.substr(f.length-t)),e+f}function vr(n,t,i,r,u){return void 0===i&&(i=0),void 0===r&&(r=!1),void 0===u&&(u=!1),function(f,e){var s,o=function(n,t){switch(n){case hi.FullYear:return t.getFullYear();case hi.Month:return t.getMonth();case hi.Date:return t.getDate();case hi.Hours:return t.getHours();case hi.Minutes:return t.getMinutes();case hi.Seconds:return t.getSeconds();case hi.FractionalSeconds:return t.getMilliseconds();case hi.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+n+'".');}}(n,f),h;if((i>0||o>-i)&&(o+=i),n===hi.Hours)0===o&&-12===i&&(o=12);else if(n===hi.FractionalSeconds)return s=t,oe(o,3).substr(0,s);return h=yg(e,nc.MinusSign),oe(o,t,h,r,u)}}function ur(n,t,i,r){return void 0===i&&(i=ve.Format),void 0===r&&(r=!1),function(u,f){return function(n,t,i,r,u,f){var e,o,s,c,h;switch(i){case ki.Months:return function(n,t,i){var r=rf(n),u=tf([r[5],r[6]],t);return tf(u,i)}(t,u,r)[n.getMonth()];case ki.Days:return function(n,t,i){var r=rf(n),u=tf([r[3],r[4]],t);return tf(u,i)}(t,u,r)[n.getDay()];case ki.DayPeriods:return(e=n.getHours(),o=n.getMinutes(),f&&(c=function(n){var t=rf(n);return blt(t),(t[19][2]||[]).map(function(n){return"string"==typeof n?pg(n):[pg(n[0]),pg(n[1])]})}(t),h=function(n,t,i){var r=rf(n),u;return blt(r),u=tf([r[19][0],r[19][1]],t)||[],tf(u,i)||[]}(t,u,r),c.forEach(function(n,t){if(Array.isArray(n)){var i=n[0],r=n[1],u=r.hours;e>=i.hours&&o>=i.minutes&&(e<u||e===u&&o<r.minutes)&&(s=h[t])}else n.hours===e&&n.minutes===o&&(s=h[t])}),s))?s:function(n,t,i){var r=rf(n),u=tf([r[1],r[2]],t);return tf(u,i)}(t,u,r)[e<12?0:1];case ki.Eras:return function(n,t){return tf(rf(n)[7],t)}(t,r)[n.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+i);}}(u,f,n,t,i,r)}}function fp(n){return function(t,i,r){var u=-1*r,f=yg(i,nc.MinusSign),e=u>0?Math.floor(u/60):Math.ceil(u/60);switch(n){case as.Short:return(u>=0?"+":"")+oe(e,2,f)+oe(Math.abs(u%60),2,f);case as.ShortGMT:return"GMT"+(u>=0?"+":"")+oe(e,1,f);case as.Long:return"GMT"+(u>=0?"+":"")+oe(e,2,f)+":"+oe(Math.abs(u%60),2,f);case as.Extended:return 0===r?"Z":(u>=0?"+":"")+oe(e,2,f)+":"+oe(Math.abs(u%60),2,f);default:throw new Error('Unknown zone width "'+n+'"');}}}function wg(n,t){return void 0===t&&(t=!1),function(i,r){var f,u,e,o,s,h,c,l;return t?(s=new Date(i.getFullYear(),i.getMonth(),1).getDay()-1,h=i.getDate(),f=1+Math.floor((h+s)/7)):(c=(e=i.getFullYear(),o=new Date(e,0,1).getDay(),new Date(e,0,1+(o<=4?4:11)-o)),l=(u=i,new Date(u.getFullYear(),u.getMonth(),u.getDate()+(4-u.getDay()))).getTime()-c.getTime(),f=1+Math.round(l/6048e5)),oe(f,n,yg(r,nc.MinusSign))}}function klt(n,t){n=n.replace(/:/g,"");var i=Date.parse("Jan 01, 1970 00:00:00 "+n)/6e4;return isNaN(i)?t:i}function dlt(n){return n instanceof Date&&!isNaN(n.valueOf())}function glt(n,t){var f,o,r,i;t=encodeURIComponent(t);try{for(r=ue(n.split(";")),i=r.next();!i.done;i=r.next()){var u=i.value,e=u.indexOf("="),s=si(-1==e?[u,""]:[u.slice(0,e),u.slice(e+1)],2),h=s[1];if(s[0].trim()===t)return decodeURIComponent(h)}}catch(c){f={error:c}}finally{try{i&&!i.done&&(o=r.return)&&o.call(r)}finally{if(f)throw f.error;}}return null}function nat(n,t){if(t&&!t.createEmbeddedView)throw new Error(n+" must be a TemplateRef, but received '"+sr(t)+"'.");}function tat(n,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+sr(n)+"'")}function eu(){return drt}function iat(){return!!window.history.pushState}function rat(n,t){"undefined"!=typeof COMPILED&&COMPILED||((cu.ng=cu.ng||{})[n]=t)}function uat(n){return dr(n)}function ep(n,t,i){for(var r,u=0;u<t.length;u++)r=t[u],Array.isArray(r)?ep(n,r,i):(r=r.replace(iut,n),i.push(r));return i}function fat(n){return function(t){!1===n(t)&&(t.preventDefault(),t.returnValue=!1)}}function eat(n,t){if(n.charCodeAt(0)===feu)throw new Error("Found the synthetic "+t+" "+n+'. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application.');}function rli(){return new is}function po(n){return null==n||0===n.length}function oat(n){return null!=n}function sat(n){var t=oy(n)?kl(n):n;if(!id(t))throw new Error("Expected validator to return Promise or Observable.");return t}function hat(n){var t=n.reduce(function(n,t){return null!=t?vt({},n,t):n},{});return 0===Object.keys(t).length?null:t}function uli(n){return n.validate?function(t){return n.validate(t)}:n}function fli(n){return n.validate?function(t){return n.validate(t)}:n}function cat(){throw new Error("unimplemented");}function lat(n,t){return null==n?""+t:(t&&"object"==typeof t&&(t="Object"),(n+": "+t).slice(0,50))}function aat(n,t){return null==n?""+t:("string"==typeof t&&(t="'"+t+"'"),t&&"object"==typeof t&&(t="Object"),(n+": "+t).slice(0,50))}function op(n,t){return kt(t.path,[n])}function sp(n,t){n||wo(t,"Cannot find control with");t.valueAccessor||wo(t,"No value accessor for form control with");n.validator=vi.compose([n.validator,t.validator]);n.asyncValidator=vi.composeAsync([n.asyncValidator,t.asyncValidator]);t.valueAccessor.writeValue(n.value),function(n,t){t.valueAccessor.registerOnChange(function(i){n._pendingValue=i;n._pendingChange=!0;n._pendingDirty=!0;"change"===n.updateOn&&vat(n,t)})}(n,t),function(n,t){n.registerOnChange(function(n,i){t.valueAccessor.writeValue(n);i&&t.viewToModelUpdate(n)})}(n,t),function(n,t){t.valueAccessor.registerOnTouched(function(){n._pendingTouched=!0;"blur"===n.updateOn&&n._pendingChange&&vat(n,t);"submit"!==n.updateOn&&n.markAsTouched()})}(n,t);t.valueAccessor.setDisabledState&&n.registerOnDisabledChange(function(n){t.valueAccessor.setDisabledState(n)});t._rawValidators.forEach(function(t){t.registerOnValidatorChange&&t.registerOnValidatorChange(function(){return n.updateValueAndValidity()})});t._rawAsyncValidators.forEach(function(t){t.registerOnValidatorChange&&t.registerOnValidatorChange(function(){return n.updateValueAndValidity()})})}function vat(n,t){n._pendingDirty&&n.markAsDirty();n.setValue(n._pendingValue,{emitModelToViewChange:!1});t.viewToModelUpdate(n._pendingValue);n._pendingChange=!1}function bg(n,t){null==n&&wo(t,"Cannot find control with");n.validator=vi.compose([n.validator,t.validator]);n.asyncValidator=vi.composeAsync([n.asyncValidator,t.asyncValidator])}function yat(n){return wo(n,"There is no FormControl instance attached to form control element with")}function wo(n,t){var i;throw i=n.path.length>1?"path: '"+n.path.join(" -> ")+"'":n.path[0]?"name: '"+n.path+"'":"unspecified name attribute",new Error(t+" "+i);}function nh(n){return null!=n?vi.compose(n.map(uli)):null}function th(n){return null!=n?vi.composeAsync(n.map(fli)):null}function pat(n,t){if(!n.hasOwnProperty("model"))return!1;var i=n.model;return!!i.isFirstChange()||!au(t,i.currentValue)}function wat(n,t){n._syncPendingControls();t.forEach(function(n){var t=n.control;"submit"===t.updateOn&&t._pendingChange&&(n.viewToModelUpdate(t._pendingValue),t._pendingChange=!1)})}function bat(n,t){if(!t)return null;Array.isArray(t)||wo(n,"Value accessor was not provided as an array for form control with");var u=void 0,i=void 0,r=void 0;return t.forEach(function(t){var f;t.constructor===ci?u=t:(f=t,ewt.some(function(n){return f.constructor===n})?(i&&wo(n,"More than one built-in value accessor matches form control with"),i=t):(r&&wo(n,"More than one custom value accessor matches form control with"),r=t))}),r||i||u||(wo(n,"No valid value accessor for form control with"),null)}function kat(n,t){var i=n.indexOf(t);i>-1&&n.splice(i,1)}function hp(n){var t=kg(n)?n.validators:n;return Array.isArray(t)?nh(t):t||null}function cp(n,t){var i=kg(t)?t.asyncValidators:n;return Array.isArray(i)?th(i):i||null}function kg(n){return null!=n&&!Array.isArray(n)&&"object"==typeof n}function dat(n){return!(n instanceof aut||n instanceof pr||n instanceof ys)}function lp(n,t,i){var r=new RegExp("([?&])"+t+"=.*?(&|$)","i"),u=-1!==n.indexOf("?")?"&":"?";return n.match(r)?n.replace(r,"$1"+t+"="+i+"$2"):n+u+t+"="+i}function gat(n){for(var t,r=window.location.search.substring(1).split("&"),i=0;i<r.length;i++)if(t=r[i].split("="),t[0].toLowerCase()==n.toLowerCase())return t[1];return""}function nvt(n,t,i,r){if(void 0===r&&(r=8),null!=n&&""!=n){var e={cusip:n,label:t,productpath:i,link:window.location.href},u=[],f=window.localStorage.getItem("recentproducts");f&&(((u=JSON.parse(f))?u.find(function(t){return t.cusip==n}):[])&&(u=u.filter(function(t){return t.cusip!=n})),u.length==r&&u.shift());u.push(e);window.localStorage.setItem("recentproducts",JSON.stringify(u))}}function la(n){return void 0===n||null==n||"N/A"==n||n.toString().replace(/\s/g,"").length<1}function dg(n,t){return void 0===t&&(t="asc"),function(i,r){if(!i.hasOwnProperty(n)||!r.hasOwnProperty(n))return 0;var f="string"==typeof i[n]?i[n].toUpperCase():i[n],e="string"==typeof r[n]?r[n].toUpperCase():r[n],u=0;return f>e?u=1:f<e&&(u=-1),"desc"===t?-1*u:u}}function gg(){return!!/iphone|ipod|ipad|android|mobile/.test(owt)}function aa(n,t){return function(i){return i.lift(new swt(n,t))}}function nn(n,t,i,r){return function(u){return u.lift(new oou(n,t,i,r))}}function eli(n){return n.constructor.hasOwnProperty(wl)?n.constructor[wl]:[]}function ap(n){var t=(void 0===n?{}:n).dispatch,i=void 0===t||t;return function(n,t){var u,r,f;u=[{propertyName:t,dispatch:i}];f=(r=n.constructor).hasOwnProperty(wl)?r[wl]:Object.defineProperty(r,wl,{value:[]})[wl];Array.prototype.push.apply(f,u)}}function vp(n){return Object.getPrototypeOf(n)}function yp(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return aa(function(n){return t.some(function(t){return t===n.type})})}function oli(n){return"ngrxOnIdentifyEffects"in n&&"function"==typeof n.ngrxOnIdentifyEffects?n.ngrxOnIdentifyEffects():""}function sli(n){var t=function(n){var t,i=vp(n).constructor.name,r=(t=n,fg(eli,vp)(t)).map(function(t){var r=t.propertyName,f=t.dispatch,u="function"==typeof n[r]?n[r]():n[r];return!1===f?u.pipe(function(n){return n.lift(new rou)}):u.pipe(function(n){return n.lift(new fou)}).pipe(yt(function(t){return{effect:n[r],notification:t,propertyName:r,sourceName:i,sourceInstance:n}}))});return pk.apply(void 0,function(){for(var n=[],t=0;t<arguments.length;t++)n=n.concat(cwt(arguments[t]));return n}(r))}(n);return function(n){var t=vp(n);return"ngrxOnRunEffects"in t&&"function"==typeof t.ngrxOnRunEffects}(n)?n.ngrxOnRunEffects(t):t}function hli(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t}function tn(n,t){return t=vt({},t,window.urlTokens),Object.keys(t).reduce(function(n,i){return n.replace("{"+i+"}",t[i])},n)}function wc(n,t,i,r){return oc(i)&&(r=i,i=void 0),r?wc(n,t,i).pipe(yt(function(n){return ns(n)?r.apply(void 0,n):r(n)})):new ii(function(r){!function n(t,i,r,u,f){var e,s,h,c,o,l;if(function(n){return n&&"function"==typeof n.addEventListener&&"function"==typeof n.removeEventListener}(t))s=t,t.addEventListener(i,r,f),e=function(){return s.removeEventListener(i,r,f)};else if(function(n){return n&&"function"==typeof n.on&&"function"==typeof n.off}(t))h=t,t.on(i,r),e=function(){return h.off(i,r)};else if(function(n){return n&&"function"==typeof n.addListener&&"function"==typeof n.removeListener}(t))c=t,t.addListener(i,r),e=function(){return c.removeListener(i,r)};else{if(!t||!t.length)throw new TypeError("Invalid event target");for(o=0,l=t.length;o<l;o++)n(t[o],i,r,u,f)}u.add(e)}(n,t,function(n){r.next(arguments.length>1?Array.prototype.slice.call(arguments):n)},r,i)})}function pp(n,t,i){return void 0===t&&(t=pfi),void 0===i&&(i=uhu),function(r){return r.lift(new lwt(n,t,i.leading,i.trailing))}}function cli(n){n.subscriber.clearThrottle()}function lli(n){return e(0,[(n()(),r(0,0,null,null,1,"h2",[["class","main-title"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.title)})}function ali(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","slider-option-vertical-line"]],null,null,null,null,null))],null,null)}function vli(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","slider-option-vertical-line-mask"]],null,null,null,null,null))],null,null)}function yli(n){return e(0,[(n()(),r(0,0,null,null,9,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,8,"li",[["class","slider-option"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"slider-option--active":0}),(n()(),s(16777216,null,null,1,null,ali)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vli)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,1,"a",[["class","slider-option-link"]],[[8,"href",4],[8,"target",0]],[[null,"mouseover"]],function(n,t){var i=!0;return"mouseover"===t&&(i=!1!==n.component.goTo(n.context.index)&&i),i},null,null)),(n()(),o(9,null,[" "," "]))],function(n,t){var i=t.component,r=n(t,3,0,t.context.index==i.sliderIndex);n(t,2,0,"slider-option",r);n(t,5,0,t.context.index==i.sliderIndex);n(t,7,0,t.context.index==i.sliderIndex)},function(n,t){n(t,8,0,null==t.context.$implicit.link?null:t.context.$implicit.link.href,null==t.context.$implicit.link?null:t.context.$implicit.link.target);n(t,9,0,t.context.$implicit.title)})}function pli(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source1x)})}function wli(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 764px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source2x)})}function bli(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 0px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source3x)})}function kli(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","feature-text-author"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=w(t,0,0,n(t,1,0,f(t.parent.parent,0),t.context.$implicit));n(t,0,0,i)})}function dli(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","callout-button"]],[[8,"href",4],[8,"target",0]],null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.link?null:t.parent.context.$implicit.link.href,null==t.parent.context.$implicit.link?null:t.parent.context.$implicit.link.target);n(t,1,0,t.parent.context.$implicit.buttonName)})}function gli(n){return e(0,[(n()(),r(0,0,null,null,29,"div",[["class","slide-item"]],[[1,"data-item",0]],null,null,null,null)),(n()(),r(1,0,null,null,18,"div",[["class","feature"]],null,null,null,null,null)),(n()(),r(2,0,null,null,17,"div",[["class","feature-content"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(4,{"feature--before":0,"feature--after":1}),(n()(),r(5,0,null,null,8,"div",[["class","feature-cover"]],null,null,null,null,null)),(n()(),r(6,0,null,null,7,"picture",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pli)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wli)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,bli)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(13,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(n()(),r(14,0,null,null,5,"div",[["class","feature-text"]],null,null,null,null,null)),(n()(),r(15,0,null,null,2,"div",[["class","feature-text-title"]],null,null,null,null,null)),(n()(),r(16,0,null,null,1,"a",[],[[8,"href",4],[8,"target",0]],null,null,null,null)),(n()(),o(17,null,[" "," "])),(n()(),s(16777216,null,null,1,null,kli)),u(19,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(20,0,null,null,9,"div",[["class","callout"]],null,null,null,null,null)),u(21,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(22,{"callout--visible":0}),(n()(),r(23,0,null,null,1,"div",[["class","callout-eyebrow"]],null,null,null,null,null)),(n()(),o(24,null,["",""])),(n()(),r(25,0,null,null,2,"div",[["class","callout-title"]],null,null,null,null,null)),(n()(),r(26,0,null,null,1,"a",[],[[8,"href",4],[8,"target",0],[8,"innerHTML",1]],null,null,null,null)),ct(27,1),(n()(),s(16777216,null,null,1,null,dli)),u(29,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,u=n(t,4,0,t.context.index<i.sliderIndex,t.context.index>i.sliderIndex),r;n(t,3,0,"feature-content",u);n(t,8,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source1x);n(t,10,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source2x);n(t,12,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source3x);n(t,19,0,t.context.$implicit.featureAuthors);r=n(t,22,0,t.context.index==i.sliderIndex);n(t,21,0,"callout",r);n(t,29,0,t.context.$implicit.buttonName)},function(n,t){n(t,0,0,t.component.analyticsDataSlideItem(t.context.$implicit));n(t,13,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source1x,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.altText);n(t,16,0,null==t.context.$implicit.featureLink?null:t.context.$implicit.featureLink.href,(null==t.context.$implicit.featureLink?null:t.context.$implicit.featureLink.target)||"_self");n(t,17,0,t.context.$implicit.featureTitle);n(t,24,0,t.context.$implicit.calloutEyebrow);var i=null==t.context.$implicit.link?null:t.context.$implicit.link.href,r=null==t.context.$implicit.link?null:t.context.$implicit.link.target,u=w(t,26,2,n(t,27,0,f(t.parent,0),t.context.$implicit.calloutTitle));n(t,26,0,i,r,u)})}function nai(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","slider-dot"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.goTo(n.context.index)&&i),i},null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"slider-dot--active":0})],function(n,t){var i=n(t,3,0,t.context.index==t.component.sliderIndex);n(t,2,0,"slider-dot",i)},null)}function tai(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,31,"div",[["class","wrapper"]],[[1,"data-content",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,lli)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(4,0,null,null,2,"ul",[["class","slider-options"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,yli)),u(6,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(7,0,null,null,4,"div",[["class","slider-container-vertical-line-container"]],null,null,null,null,null)),(n()(),r(8,0,null,null,3,"div",[["class","slider-aspect-ratio"]],null,null,null,null,null)),(n()(),r(9,0,null,null,1,"div",[["class","slider-aspect-ratio-feature"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,"div",[["class","slider-aspect-ratio-cover"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,"div",[["class","slider-aspect-ratio-vertical-line"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,"div",[["class","background-pattern"]],null,null,null,null,null)),(n()(),r(13,0,null,null,15,"div",[["class","slider-container"]],[[4,"transform",null]],[[null,"swipeleft"],[null,"swiperight"]],function(n,t){var i=!0,r=n.component;return"swipeleft"===t&&(i=!1!==r.goNext()&&i),"swiperight"===t&&(i=!1!==r.goPrevious()&&i),i},null,null)),(n()(),s(16777216,null,null,1,null,gli)),u(15,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(16,0,null,null,12,"div",[["class","slider-aspect-ratio"]],null,null,null,null,null)),(n()(),r(17,0,null,null,11,"div",[["class","slider-aspect-ratio-feature"]],null,null,null,null,null)),(n()(),r(18,0,null,null,10,"div",[["class","slider-aspect-ratio-cover"]],null,null,null,null,null)),(n()(),r(19,0,null,null,2,"button",[["class","previous-slide-button"],["data-action","click carousel prev"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.goPrevious()&&i),i},null,null)),(n()(),r(20,0,null,null,1,":svg:svg",[["height","10"],["viewBox","0 0 17 10"],["width","17"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(21,0,null,null,0,":svg:path",[["d","M15.565645 8.47812L8.53993 1.434355 1.478118 8.47812"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-width","1.75"]],null,null,null,null,null)),(n()(),r(22,0,null,null,2,"button",[["class","next-slide-button"],["data-action","click carousel next"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.goNext()&&i),i},null,null)),(n()(),r(23,0,null,null,1,":svg:svg",[["height","10"],["viewBox","0 0 17 10"],["width","17"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(24,0,null,null,0,":svg:path",[["d","M1.47812 1.434355l7.025714 7.043763 7.061812-7.043763"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-width","1.75"]],null,null,null,null,null)),(n()(),r(25,0,null,null,3,"div",[["class","timeline-container"]],null,null,null,null,null)),(n()(),r(26,0,null,null,2,"div",[["class","timeline-bar"]],null,null,null,null,null)),u(27,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(28,{"timeline-bar--active":0}),(n()(),r(29,0,null,null,3,"div",[["class","slider-dots"]],null,null,null,null,null)),(n()(),r(30,0,null,null,2,"div",[["class","slider-dots-content"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,nai)),u(32,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component,r;n(t,3,0,i.title);n(t,6,0,i.slides);n(t,15,0,i.slides);r=n(t,28,0,i.activateTimer);n(t,27,0,"timeline-bar",r);n(t,32,0,i.slides)},function(n,t){var i=t.component;n(t,1,0,i.activeTitle);n(t,13,0,i.sliderTransform)})}function iai(){return e(0,[yc(null,0)],null,null)}function rai(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","structural nuv-clear"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),i.htmlStr));n(t,0,0,r)})}function uai(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","structural nuv-clear"]],null,null,null,null,null)),yc(null,0)],null,null)}function wi(n){return e(0,[it(0,lr,[gi]),(n()(),s(16777216,null,null,1,null,rai)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,uai)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.htmlStr);n(t,4,0,!i.htmlStr)},null)}function fai(n){return e(0,[(n()(),r(0,0,null,null,0,"p",[["class","main-description"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,null==i.properties?null:i.properties.description)})}function eai(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","main-button"]],[[8,"href",4],[8,"target",0]],null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,0,0,null==i.properties||null==i.properties.button?null:i.properties.button.href,null==i.properties||null==i.properties.button?null:i.properties.button.target);n(t,1,0,null==i.properties||null==i.properties.button?null:i.properties.button.text)})}function oai(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","links-list-link-sub-text"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.subText)})}function sai(n){return e(0,[(n()(),r(0,0,null,null,5,"li",[["class","links-list-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,4,"a",[["class","links-list-link"]],[[8,"href",4],[8,"target",0],[2,"disable",null]],null,null,null,null)),(n()(),r(2,0,null,null,1,"span",[["class","links-list-link-text"]],null,null,null,null,null)),(n()(),o(3,null,["",""])),(n()(),s(16777216,null,null,1,null,oai)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,5,0,t.context.$implicit.subText)},function(n,t){n(t,1,0,t.context.$implicit.href?t.context.$implicit.href:" ",t.context.$implicit.target,!t.context.$implicit.href);n(t,3,0,t.context.$implicit.text)})}function wp(n){return e(0,[bt(402653184,1,{overflowElement:0}),bt(402653184,2,{linkList:0}),(n()(),r(2,0,null,null,20,"div",[["class","wrapper"]],null,[["window","resize"]],function(n,t){var i=!0;return"window:resize"===t&&(i=!1!==n.component.handleResize()&&i),i},null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(4,{"wrapper--with-gradient-left":0,"wrapper--with-gradient-right":1,"wrapper--before-hero-big":2,"wrapper--before-hero-small":3,"wrapper--hide-scrollbar":4}),(n()(),r(5,0,null,null,5,"div",[["class","background-letter"]],null,null,null,null,null)),(n()(),r(6,0,null,null,4,"div",[["class","background-letter-svg-container"]],null,null,null,null,null)),(n()(),r(7,0,null,null,3,"div",[["class","background-letter-svg-aspect-ratio"]],null,null,null,null,null)),(n()(),r(8,0,null,null,2,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["class","background-letter-svg"],["version","1.1"],["viewBox","0 0 770 591"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(9,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["opacity","1"],["stroke","none"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["class","nuv-homepage-header__picture-letter-path"],["d","M762.851922,590 L422.919652,590 L422.919652,547.852895 C430.20256,547.074453 439.037243,546.112847 449.397619,544.961537 C459.757996,543.803686 467.614669,541.887016 473.000239,539.185363 C481.052514,534.95299 486.809728,528.790865 490.26536,520.698987 C493.714472,512.620192 495.442288,500.694976 495.442288,484.903712 L495.442288,214.633687 C495.442288,175.358315 488.218061,145.816747 473.795686,125.982816 C459.373312,106.161967 438.104874,96.2450012 410.022972,96.2450012 C394.629109,96.2450012 380.298015,98.5541628 367.023171,103.172486 C353.748328,107.797351 340.760367,114.535131 328.065808,123.385826 C316.903464,131.091754 307.951421,138.980844 301.222718,147.06618 C294.487495,155.144975 288.815042,162.275247 284.198839,168.430831 L284.198839,478.551882 C284.198839,492.027443 286.115737,503.285423 289.956053,512.332365 C293.789849,521.379307 300.114308,528.21521 308.94899,532.833533 C315.084367,536.300546 322.764999,539.381609 331.977845,542.076721 C341.184171,544.771833 350.194895,546.688502 359.029577,547.852895 L359.029577,590 L9.05879511,590 L9.05879511,547.852895 C18.6498045,547.074453 28.3451349,546.021266 38.1317461,544.667168 C47.9118372,543.326154 56.2640351,541.494524 63.1687794,539.185363 C75.4460538,534.95299 83.8895325,528.404914 88.4926954,519.547677 C93.0958583,510.696981 95.4039598,499.144632 95.4039598,484.903712 L95.4039598,148.793145 C95.4039598,136.867928 92.3264912,125.119333 86.191114,113.566984 C80.0492167,102.021176 71.9904216,92.5882836 62.0147287,85.2683069 C55.1099843,80.6499838 46.3731029,76.8035617 35.8301646,73.7224991 C25.2676662,70.6414365 13.6684781,68.5219794 1,67.3706694 L1,25.2104817 L275.566279,10.1976608 L284.198839,18.858652 L284.198839,102.596831 C297.238961,92.9807757 310.285603,81.4284263 325.640346,67.9463244 C340.982049,54.4773056 355.189261,43.5006112 368.235903,35.0293245 C382.430075,25.7926783 401.044848,17.9035881 424.073703,11.3489708 C447.096038,4.80743666 471.650586,1.53666958 497.74387,1.53666958 C560.290813,1.53666958 607.20265,19.3492671 638.479381,54.9548376 C669.749593,90.5669496 685.391219,137.822992 685.391219,196.729508 L685.391219,479.703192 C685.391219,493.944112 687.497198,505.306757 691.722198,513.778044 C695.940677,522.249331 703.81039,528.987111 715.324818,533.984843 C721.453675,536.686497 729.043025,539.381609 738.060269,542.076721 C747.070993,544.771833 757.340089,546.688502 768.854516,547.852895 L762.851922,590 Z"],["fill","#0083a9"]],null,null,null,null,null)),(n()(),r(11,0,null,null,6,"div",[["class","container-main"]],null,null,null,null,null)),(n()(),r(12,0,null,null,1,"h3",[["class","main-title"]],null,null,null,null,null)),(n()(),o(13,null,["",""])),(n()(),s(16777216,null,null,1,null,fai)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,eai)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(18,0,null,null,4,"div",[["class","container-links"],["ontouchstart",""]],null,null,null,null,null)),(n()(),r(19,0,[[1,0],["scrollElement",1]],null,3,"div",[["class","container-links-overflow"]],null,null,null,null,null)),(n()(),r(20,0,[[2,0],["linkList",1]],null,2,"ul",[["class","links-list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,sai)),u(22,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component,r=n(t,4,0,i.scrolledLeft,i.scrolledRight,"big"==(null==i.properties?null:i.properties.beforeHero),"small"==(null==i.properties?null:i.properties.beforeHero),!i.checkForOverflow());n(t,3,0,"wrapper",r);n(t,15,0,null==i.properties?null:i.properties.description);n(t,17,0,null==i.properties||null==i.properties.button?null:i.properties.button.href);n(t,22,0,null==i.properties?null:i.properties.linksList)},function(n,t){var i=t.component;n(t,13,0,null==i.properties?null:i.properties.title)})}function hai(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","container-description"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.properties?null:i.properties.description));n(t,0,0,r)})}function cai(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","feature-eyebrow"]],[[8,"href",4]],null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureEyebrow?null:t.parent.context.$implicit.featureEyebrow.href);n(t,1,0,null==t.parent.context.$implicit.featureEyebrow?null:t.parent.context.$implicit.featureEyebrow.text)})}function lai(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","feature-eyebrow"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,null==t.parent.context.$implicit.featureEyebrow?null:t.parent.context.$implicit.featureEyebrow.text)})}function aai(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source1x)})}function vai(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 764px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source2x)})}function yai(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 0px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source3x)})}function pai(n){return e(0,[(n()(),r(0,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.source1x,null==t.parent.context.$implicit.featureBackground?null:t.parent.context.$implicit.featureBackground.altText)})}function wai(n){return e(0,[(n()(),r(0,0,null,null,19,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,18,"div",[["class","content-feature-item"]],null,null,null,null,null)),(n()(),r(2,0,null,null,7,"div",[["class","feature-text"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,cai)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lai)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(7,0,null,null,2,"div",[["class","feature-title"]],null,null,null,null,null)),(n()(),r(8,0,null,null,1,"a",[],[[8,"href",4]],null,null,null,null)),(n()(),o(9,null,[" "," "])),(n()(),r(10,0,null,null,9,"div",[["class","feature-background"]],null,null,null,null,null)),(n()(),r(11,0,null,null,8,"picture",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,aai)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vai)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,yai)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pai)),u(19,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,4,0,null==t.context.$implicit.featureEyebrow?null:t.context.$implicit.featureEyebrow.href);n(t,6,0,!(null!=t.context.$implicit.featureEyebrow&&t.context.$implicit.featureEyebrow.href));n(t,13,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source1x);n(t,15,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source2x);n(t,17,0,null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source3x);n(t,19,0,(null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source1x)||(null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source2x)||(null==t.context.$implicit.featureBackground?null:t.context.$implicit.featureBackground.source3x))},function(n,t){n(t,8,0,t.context.$implicit.link);n(t,9,0,t.context.$implicit.featureTitle)})}function bai(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"button",[["class","previous-slide-button"],["data-action","click carousel prev"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.goPrevious()&&i),i},null,null)),(n()(),r(2,0,null,null,1,":svg:svg",[["height","10"],["viewBox","0 0 17 10"],["width","17"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M15.565645 8.47812L8.53993 1.434355 1.478118 8.47812"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-width","1.75"]],null,null,null,null,null)),(n()(),r(4,0,null,null,2,"button",[["class","next-slide-button"],["data-action","click carousel next"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.goNext()&&i),i},null,null)),(n()(),r(5,0,null,null,1,":svg:svg",[["height","10"],["viewBox","0 0 17 10"],["width","17"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M1.47812 1.434355l7.025714 7.043763 7.061812-7.043763"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-width","1.75"]],null,null,null,null,null))],null,null)}function kai(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,4,"li",[["class","links-list-item"]],null,[[null,"mouseover"]],function(n,t){var i=!0,r=n.component;return"mouseover"===t&&(i=!1!==r.goTo(r.evenOddIndexOffset(n.parent.context.$implicit,n.context.index))&&i),i},null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"links-list-item--active":0}),(n()(),r(4,0,null,null,1,"a",[["class","links-list-link"],["onclick","return createTimedLink(this, TeaserLink, 1000);"]],[[8,"href",4]],null,null,null,null)),(n()(),o(5,null,["",""]))],function(n,t){var i=t.component,r=n(t,3,0,i.activeSlideIndex==i.evenOddIndexOffset(t.parent.context.$implicit,t.context.index));n(t,2,0,"links-list-item",r)},function(n,t){n(t,4,0,t.context.$implicit.link);n(t,5,0,t.context.$implicit.title)})}function dai(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"ul",[["class","links-list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,kai)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),ct(4,2)],function(n,t){var i=t.component,r=w(t,3,0,n(t,4,0,f(t.parent,1),null==i.properties?null:i.properties.slides,t.context.$implicit));n(t,3,0,r)},null)}function rn(n){return e(0,[it(0,lr,[gi]),it(0,whu,[]),(n()(),r(2,0,null,null,15,"div",[["class","wrapper"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"h2",[["class","main-title"]],null,null,null,null,null)),(n()(),o(4,null,["",""])),(n()(),s(16777216,null,null,1,null,hai)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(7,0,null,null,10,"div",[["class","container-bottom"]],null,null,null,null,null)),(n()(),r(8,0,null,null,5,"div",[["class","container-feature-items"]],null,null,null,null,null)),(n()(),r(9,0,null,null,2,"div",[["class","container-feature-items-strip"]],[[4,"transform",null]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,wai)),u(11,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,bai)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(14,0,null,null,3,"div",[["class","container-links"]],[[2,"single-link",null]],null,null,null,null)),(n()(),s(16777216,null,null,2,null,dai)),u(16,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),cct(17,2)],function(n,t){var i=t.component,r;n(t,6,0,null==i.properties?null:i.properties.description);n(t,11,0,null==i.properties?null:i.properties.slides);n(t,13,0,(null==i.properties?null:i.properties.slides.length)>1);r=n(t,17,0,"even","odd");n(t,16,0,r)},function(n,t){var i=t.component;n(t,4,0,null==i.properties?null:i.properties.title);n(t,9,0,i.sliderTransform);n(t,14,0,(null==i.properties?null:i.properties.slides.length)<=1)})}function gai(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.properties.picture.source1x)})}function nvi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 764px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.properties.picture.source2x)})}function tvi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 0px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.properties.picture.source3x)})}function ivi(n){return e(0,[(n()(),r(0,0,null,null,1,"h5",[["class","main-eyebrow"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.component.properties.eyebrow)})}function rvi(n){return e(0,[(n()(),r(0,0,null,null,1,"p",[["class","main-copy"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),i.properties.copy));n(t,0,0,r)})}function uvi(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","cta"]],[[8,"href",4],[8,"title",0],[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=i.properties.cta.url,u=i.ctaTitle,e=w(t,0,2,n(t,1,0,f(t.parent,0),i.properties.cta.text));n(t,0,0,r,u,e)})}function bo(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,21,"div",[["class","wrapper"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"wrapper--size-body-article":0,"wrapper--align-right":1,"wrapper--with-gradient":2,"wrapper--orange":3,"wrapper--green":4}),(n()(),r(4,0,null,null,8,"div",[["class","container-background"]],null,null,null,null,null)),(n()(),r(5,0,null,null,7,"picture",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,gai)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,nvi)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,tvi)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(12,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(n()(),r(13,0,null,null,9,"div",[["class","container-collapse-copy"]],null,null,null,null,null)),(n()(),r(14,0,null,null,8,"div",[["class","container-copy"]],null,null,null,null,null)),(n()(),r(15,0,null,null,1,"h4",[["class","main-title"]],null,null,null,null,null)),(n()(),o(16,null,[" "," "])),(n()(),s(16777216,null,null,1,null,ivi)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,rvi)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,uvi)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,3,0,"body-article"==i.properties.size,"right"==i.properties.align,i.properties.withGradient,"orange"===i.properties.color,"green"===i.properties.color);n(t,2,0,"wrapper",r);n(t,7,0,i.properties.picture.source1x);n(t,9,0,i.properties.picture.source2x);n(t,11,0,i.properties.picture.source3x);n(t,18,0,i.properties.eyebrow);n(t,20,0,i.properties.copy);n(t,22,0,i.properties.cta)},function(n,t){var i=t.component;n(t,12,0,i.properties.picture.source1x,i.properties.picture.altText);n(t,16,0,i.properties.title)})}function fvi(n){return e(0,[(n()(),r(0,0,null,null,1,"h3",[["class","main-title"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.properties?null:i.properties.title));n(t,0,0,r)})}function evi(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","footer-legal"]],[[8,"innerHTML",1]],null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(2,{"footer-legal--mobile-hidden":0}),ct(3,1)],function(n,t){var i=n(t,2,0,t.component.legalHidden);n(t,1,0,"footer-legal",i)},function(n,t){var i=t.component,r=w(t,0,0,n(t,3,0,f(t.parent.parent,0),null==i.properties?null:i.properties.legalMarkup));n(t,0,0,r)})}function ovi(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","button-download"]],[[8,"href",4],[8,"target",0]],null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,0,0,null==i.properties||null==i.properties.download?null:i.properties.download.href,null==i.properties||null==i.properties.download?null:i.properties.download.target);n(t,1,0,null==i.properties||null==i.properties.download?null:i.properties.download.text)})}function svi(n){return e(0,[(n()(),r(0,0,null,null,1,"button",[["class","button-toggle-legal"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.toggleLegal()&&i),i},null,null)),(n()(),o(-1,null,[" View Legal "]))],null,null)}function hvi(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[["class","container-footer"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,evi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,4,"div",[["class","footer-buttons"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ovi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,svi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,null==i.properties?null:i.properties.legalMarkup);n(t,5,0,(null==i.properties||null==i.properties.download?null:i.properties.download.href)&&(null==i.properties||null==i.properties.download?null:i.properties.download.text));n(t,7,0,null==i.properties?null:i.properties.legalMarkup)},null)}function no(n){return e(0,[it(0,lr,[gi]),(n()(),s(16777216,null,null,1,null,fvi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,1,"div",[["class","container-table"]],[[8,"innerHTML",1]],null,null,null,null)),ct(4,1),(n()(),s(16777216,null,null,1,null,hvi)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,null==i.properties?null:i.properties.title);n(t,6,0,(null==i.properties?null:i.properties.legalMarkup)||(null==i.properties||null==i.properties.download?null:i.properties.download.href)&&(null==i.properties||null==i.properties.download?null:i.properties.download.text))},function(n,t){var i=t.component,r=w(t,3,0,n(t,4,0,f(t,0),null==i.properties?null:i.properties.tableMarkup));n(t,3,0,r)})}function cvi(n){return e(0,[(n()(),r(0,0,null,null,422,"nuv-body-article",[],null,null,null,iai,ywt)),u(1,114688,null,0,vwt,[],null,null),(n()(),r(2,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(3,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(4,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(5,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(6,0,null,0,61,"other-contents",[],null,null,null,wi,pi)),u(7,114688,null,0,yi,[],null,null),(n()(),r(8,0,null,0,1,"h3",[["class","nuv-issue-outline-title"]],null,null,null,null,null)),(n()(),o(-1,null,[" Executive Summary "])),(n()(),r(10,0,null,0,16,"ul",[["class","featured-list"]],null,null,null,null,null)),(n()(),r(11,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,[" Concerns about "])),(n()(),r(13,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["higher interest"])),(n()(),o(-1,null,[" rates, inflation and U.S. trade policy produced a notable increase in market volatility during the first quarter of 2018 "])),(n()(),r(16,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,[" Economic fundamentals, however, look quite strong both at home and around the world, creating a stable backdrop for investors "])),(n()(),r(18,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,[" Stronger earnings "])),(n()(),r(20,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["estimates—the product"])),(n()(),o(-1,null,[" of improving growth and lower U.S. corporate tax rates—should help stocks recover from their recent correction "])),(n()(),r(23,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,[" Even so, this economic expansion will not last forever. Recession risks, while low, are rising—thanks in part to an overabundance of federal stimulus that will help in the near term but presents risk in future years "])),(n()(),r(25,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,[" Mis-valuations both within and across markets are no longer as prevalent, making it more difficult to capitalize on inefficient pricing. As a result, we are focusing more on other factors to determine our asset allocation strategy "])),(n()(),r(27,0,null,0,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Title of Section of Article"])),(n()(),r(29,0,null,0,13,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem "])),(n()(),r(31,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["show link style"])),(n()(),o(-1,null,[" ipsum dolor sit amet, "])),(n()(),r(34,0,null,null,1,"span",[["class","nuv-underlined"]],null,null,null,null,null)),(n()(),o(-1,null,["underlined text"])),(n()(),o(-1,null,[" consectetur adipiscing elit. Integer nec odio. "])),(n()(),r(37,0,null,null,1,"sup",[],null,null,null,null,null)),(n()(),o(-1,null,["superscript"])),(n()(),o(-1,null,[" Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. "])),(n()(),r(40,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing elit"])),(n()(),o(-1,null,[". Mauris massa. Vestibulum lacinia arcu eget nulla. "])),(n()(),r(43,0,null,0,7,"div",[["class","nuv-institutional-modal__sub-copy"],["data-tag","p"]],null,null,null,null,null)),(n()(),o(-1,null,[" Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(45,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(48,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(51,0,null,0,6,"ol",[["class","featured-list"]],null,null,null,null,null)),(n()(),r(52,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(54,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(56,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(58,0,null,0,7,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(60,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(63,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(66,0,null,0,1,"div",[["class","nuv-institutional-modal__sub-copy"],["data-tag","p"]],null,null,null,null,null)),(n()(),o(-1,null,[" Investments in fixed income securities are not guaranteed and are subject to interest rate, inflation, and credit risks. "])),(n()(),r(68,0,null,0,1,"nuv-strategy-breaker",[],null,null,null,wp,fk)),u(69,4308992,null,0,uk,[tr],{properties:[0,"properties"]},null),(n()(),r(70,0,null,0,3,"other-contents",[],null,null,null,wi,pi)),u(71,114688,null,0,yi,[],null,null),(n()(),r(72,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet."])),(n()(),r(74,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(75,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(76,0,null,0,1,"nuv-teaser-link-carousel",[],null,null,null,rn,eot)),u(77,4308992,null,0,fot,[],{properties:[0,"properties"]},null),(n()(),r(78,0,null,0,8,"other-contents",[],null,null,null,wi,pi)),u(79,114688,null,0,yi,[],null,null),(n()(),r(80,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet."])),(n()(),r(82,0,null,0,2,"picture",[["class","nuv-picture--with-gradient"]],null,null,null,null,null)),(n()(),r(83,0,null,null,0,"source",[["media","(min-width: 1023px)"],["srcset","https://placeimg.com/1725/900/arch/sepia"]],null,null,null,null,null)),(n()(),r(84,0,null,null,0,"img",[["alt","Sepia Archs"],["src","https://placeimg.com/1725/900/arch/sepia"],["style","outline: none;"]],null,null,null,null,null)),(n()(),r(85,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet."])),(n()(),r(87,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(88,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(89,0,null,0,5,"other-contents",[],null,null,null,wi,pi)),u(90,114688,null,0,yi,[],null,null),(n()(),r(91,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(93,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(95,0,null,0,1,"nuv-teaser-link-carousel",[],null,null,null,rn,eot)),u(96,4308992,null,0,fot,[],{properties:[0,"properties"]},null),(n()(),r(97,0,null,0,12,"other-contents",[],null,null,null,wi,pi)),u(98,114688,null,0,yi,[],null,null),(n()(),r(99,0,null,0,1,"h4",[],null,null,null,null,null)),(n()(),o(-1,null,["Media Embed with gradient and caption"])),(n()(),r(101,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(103,0,null,0,6,"ol",[],null,null,null,null,null)),(n()(),r(104,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(106,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(108,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(110,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(111,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(112,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(113,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(114,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(115,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(116,0,null,0,8,"other-contents",[],null,null,null,wi,pi)),u(117,114688,null,0,yi,[],null,null),(n()(),r(118,0,null,0,6,"p",[],null,null,null,null,null)),(n()(),r(119,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing elit"])),(n()(),o(-1,null,[". Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. "])),(n()(),r(122,0,null,null,1,"i",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing elit"])),(n()(),o(-1,null,[". Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. "])),(n()(),r(125,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(126,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(127,0,null,0,3,"other-contents",[],null,null,null,wi,pi)),u(128,114688,null,0,yi,[],null,null),(n()(),r(129,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(131,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(132,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(133,0,null,0,3,"other-contents",[],null,null,null,wi,pi)),u(134,114688,null,0,yi,[],null,null),(n()(),r(135,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(137,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(138,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(139,0,null,0,5,"other-contents",[],null,null,null,wi,pi)),u(140,114688,null,0,yi,[],null,null),(n()(),r(141,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(143,0,null,0,1,"h4",[],null,null,null,null,null)),(n()(),o(-1,null,["Media Embed with video, gradient and caption"])),(n()(),r(145,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(146,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(147,0,null,0,26,"other-contents",[],null,null,null,wi,pi)),u(148,114688,null,0,yi,[],null,null),(n()(),r(149,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(151,0,null,0,6,"ul",[],null,null,null,null,null)),(n()(),r(152,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Summary issue lorem ipsum dolor sit amet, consectetur adipiscing. Lorem ipsum dolor set amit."])),(n()(),r(154,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Summary issue lorem ipsum dolor sit amet, consectetur adipiscing."])),(n()(),r(156,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Summary issue lorem ipsum dolor sit amet, consectetur adipiscing."])),(n()(),r(158,0,null,0,1,"h2",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 2"])),(n()(),r(160,0,null,0,6,"p",[],null,null,null,null,null)),(n()(),r(161,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing elit"])),(n()(),o(-1,null,[". Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. "])),(n()(),r(164,0,null,null,1,"i",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing elit"])),(n()(),o(-1,null,[". Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. "])),(n()(),r(167,0,null,0,6,"ul",[["class","featured-list"]],null,null,null,null,null)),(n()(),r(168,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Summary issue lorem ipsum dolor sit amet, consectetur adipiscing. Lorem ipsum dolor set amit."])),(n()(),r(170,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Summary issue lorem ipsum dolor sit amet, consectetur adipiscing."])),(n()(),r(172,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Summary issue lorem ipsum dolor sit amet, consectetur adipiscing."])),(n()(),r(174,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(175,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(176,0,null,0,5,"other-contents",[],null,null,null,wi,pi)),u(177,114688,null,0,yi,[],null,null),(n()(),r(178,0,null,0,1,"h3",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 3"])),(n()(),r(180,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. "])),(n()(),r(182,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(183,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(184,0,null,0,7,"other-contents",[],null,null,null,wi,pi)),u(185,114688,null,0,yi,[],null,null),(n()(),r(186,0,null,0,1,"h4",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 4"])),(n()(),r(188,0,null,0,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 5"])),(n()(),r(190,0,null,0,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum sapien. Proin quam. Etiam ultrices. Suspendisse in justo eu magna luctus suscipit. Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum. "])),(n()(),r(192,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(193,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(194,0,null,0,12,"other-contents",[],null,null,null,wi,pi)),u(195,114688,null,0,yi,[],null,null),(n()(),r(196,0,null,0,2,"h6",[],null,null,null,null,null)),(n()(),r(197,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 6"])),(n()(),r(199,0,null,0,7,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(201,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(204,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(207,0,null,0,9,"other-contents",[],null,null,null,wi,pi)),u(208,114688,null,0,yi,[],null,null),(n()(),r(209,0,null,0,7,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(211,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(214,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(217,0,null,0,1,"other-contents",[],null,null,null,wi,pi)),u(218,114688,null,0,yi,[],{htmlStr:[0,"htmlStr"]},null),(n()(),r(219,0,null,0,121,"other-contents",[],null,null,null,wi,pi)),u(220,114688,null,0,yi,[],null,null),(n()(),r(221,0,null,0,7,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(223,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(226,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(229,0,null,0,103,"table",[],null,null,null,null,null)),(n()(),r(230,0,null,null,1,"caption",[],null,null,null,null,null)),(n()(),o(-1,null,["Caption Tag of Table"])),(n()(),r(232,0,null,null,21,"thead",[],null,null,null,null,null)),(n()(),r(233,0,null,null,20,"tr",[],null,null,null,null,null)),(n()(),r(234,0,null,null,1,"th",[],null,null,null,null,null)),(n()(),o(-1,null,["Name"])),(n()(),r(236,0,null,null,3,"th",[],null,null,null,null,null)),(n()(),o(-1,null,["% of"])),(n()(),r(238,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["portfolio"])),(n()(),r(240,0,null,null,3,"th",[],null,null,null,null,null)),(n()(),o(-1,null,["% of"])),(n()(),r(242,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["portfolio"])),(n()(),r(244,0,null,null,1,"th",[],null,null,null,null,null)),(n()(),o(-1,null,["coupon"])),(n()(),r(246,0,null,null,3,"th",[],null,null,null,null,null)),(n()(),o(-1,null,["% of"])),(n()(),r(248,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["portfolio"])),(n()(),r(250,0,null,null,3,"th",[],null,null,null,null,null)),(n()(),o(-1,null,["% of"])),(n()(),r(252,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["portfolio"])),(n()(),r(254,0,null,null,78,"tbody",[],null,null,null,null,null)),(n()(),r(255,0,null,null,12,"tr",[],null,null,null,null,null)),(n()(),r(256,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet"])),(n()(),r(258,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(260,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(262,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(264,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(266,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(268,0,null,null,12,"tr",[],null,null,null,null,null)),(n()(),r(269,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet"])),(n()(),r(271,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(273,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(275,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(277,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(279,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(281,0,null,null,12,"tr",[],null,null,null,null,null)),(n()(),r(282,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet"])),(n()(),r(284,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(286,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(288,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(290,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(292,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(294,0,null,null,12,"tr",[],null,null,null,null,null)),(n()(),r(295,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet"])),(n()(),r(297,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(299,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(301,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(303,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(305,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(307,0,null,null,12,"tr",[],null,null,null,null,null)),(n()(),r(308,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet"])),(n()(),r(310,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(312,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(314,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(316,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(318,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(320,0,null,null,12,"tr",[],null,null,null,null,null)),(n()(),r(321,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet"])),(n()(),r(323,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(325,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(327,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(329,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["0.9%"])),(n()(),r(331,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["7.50"])),(n()(),r(333,0,null,0,7,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(335,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(338,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(341,0,null,0,1,"nuv-html-table",[],null,null,null,no,le)),u(342,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(343,0,null,0,9,"other-contents",[],null,null,null,wi,pi)),u(344,114688,null,0,yi,[],null,null),(n()(),r(345,0,null,0,7,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. "])),(n()(),r(347,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Suspendisse in justo eu magna luctus suscipit"])),(n()(),o(-1,null,[". Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. "])),(n()(),r(350,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui"])),(n()(),o(-1,null,[". Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. "])),(n()(),r(353,0,null,0,1,"nuv-html-table",[],null,null,null,no,le)),u(354,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(355,0,null,0,63,"other-contents",[],null,null,null,wi,pi)),u(356,114688,null,0,yi,[],null,null),(n()(),r(357,0,null,0,1,"h3",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 3 Before a featured ordered List"])),(n()(),r(359,0,null,0,12,"ol",[["class","featured-list"]],null,null,null,null,null)),(n()(),r(360,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum "])),(n()(),r(362,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["dolor sit amet"])),(n()(),o(-1,null,[", consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(365,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(367,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem "])),(n()(),r(369,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["ipsum dolor sit"])),(n()(),o(-1,null,[" amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(372,0,null,0,1,"h4",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 4 Before a regular ordered List"])),(n()(),r(374,0,null,0,12,"ol",[],null,null,null,null,null)),(n()(),r(375,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem "])),(n()(),r(377,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["ipsum dolor sit amet"])),(n()(),o(-1,null,[", consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(380,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(382,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur "])),(n()(),r(384,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["adipiscing aliquet aliquet"])),(n()(),o(-1,null,[" elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(387,0,null,0,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 5 Before a featured unordered List"])),(n()(),r(389,0,null,0,12,"ul",[["class","featured-list"]],null,null,null,null,null)),(n()(),r(390,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, "])),(n()(),r(392,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["adipiscing aliquet"])),(n()(),o(-1,null,[" aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(395,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, "])),(n()(),r(397,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["consectetur adipiscing"])),(n()(),o(-1,null,[" aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(400,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(402,0,null,0,1,"h6",[],null,null,null,null,null)),(n()(),o(-1,null,["Heading 6 Before a regular unordered List"])),(n()(),r(404,0,null,0,12,"ul",[],null,null,null,null,null)),(n()(),r(405,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum "])),(n()(),r(407,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(n()(),o(-1,null,["dolor sit amet"])),(n()(),o(-1,null,[", consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(410,0,null,null,4,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, "])),(n()(),r(412,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["adipiscing aliquet aliquet"])),(n()(),o(-1,null,[" elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(415,0,null,null,1,"li",[],null,null,null,null,null)),(n()(),o(-1,null,["Lorem ipsum dolor sit amet, consectetur adipiscing aliquet aliquet elementum. Aliquam erat volutpat. Morbi a consectetur sem. Nam posuere eu dolor vitae."])),(n()(),r(417,0,null,0,1,"h3",[],null,null,null,null,null)),(n()(),o(-1,null,["Breaker Embeds without gradient"])),(n()(),r(419,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(420,114688,null,0,ro,[],{properties:[0,"properties"]},null),(n()(),r(421,0,null,0,1,"nuv-breaker-embed",[],null,null,null,bo,uo)),u(422,114688,null,0,ro,[],{properties:[0,"properties"]},null)],function(n,t){var i=t.component;n(t,1,0);n(t,3,0,i.socialShareLinks);n(t,5,0,i.imageBreakerEmbed);n(t,7,0);n(t,69,0,i.strategyBreaker);n(t,71,0);n(t,75,0,i.pullQuoteEmbed);n(t,77,0,i.teaserLinkCarouselDefault);n(t,79,0);n(t,88,0,i.pictureTag);n(t,90,0);n(t,96,0,i.teaserLinkCarouselExtreme);n(t,98,0);n(t,111,0,i.breakerEmbedFullWidthSampleLeft);n(t,113,0,i.breakerEmbedFullWidthSampGreenRight);n(t,115,0,i.breakerEmbedBodyWidthSampleOrangeLeft);n(t,117,0);n(t,126,0,i.registerInlineEmbed);n(t,128,0);n(t,132,0,i.mediaEmbedWithVideoNoGradientNoCaption);n(t,134,0);n(t,138,0,i.mediaEmbedWithVideoWithGradientNoCaption);n(t,140,0);n(t,146,0,i.mediaEmbedWithVideoWithGradientAndCaption);n(t,148,0);n(t,175,0,i.breakerEmbedBodyWidthSampleRight);n(t,177,0);n(t,183,0,i.breakerEmbedBodyWidthSampleLeft);n(t,185,0);n(t,193,0,i.breakerEmbedFullWidthSampleRight);n(t,195,0);n(t,208,0);n(t,218,0,i.imageBreakerEmbedWithGradient);n(t,220,0);n(t,342,0,i.htmlTableEmbed);n(t,344,0);n(t,354,0,i.htmlTableEmbedNoFooter);n(t,356,0);n(t,420,0,i.breakerEmbedFullWidthSampleWithoutGradient);n(t,422,0,i.breakerEmbedBodyWidthSampleWithoutGradient)},null)}function lvi(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[],[[8,"href",4]],null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,0,0,ai(1,"",t.parent.context.$implicit.authorProfile,""));n(t,1,0,t.parent.context.$implicit.authorName)})}function avi(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-header-article__tout-author"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-header-article__tout-author-name"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,lvi)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(4,0,null,null,1,"div",[["class","nuv-header-article__tout-author-title"]],null,null,null,null,null)),(n()(),o(5,null,["",""]))],function(n,t){n(t,3,0,t.context.$implicit.authorName)},function(n,t){n(t,5,0,t.context.$implicit.authorTitle)})}function vvi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source1x)})}function yvi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 764px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source2x)})}function pvi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 0px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source3x)})}function wvi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","play-button"],["data-action","play"],["data-track-hover",""]],null,[[null,"click"]],function(n,t){var i=!0,r=n.component;return"click"===t&&(i=!1!==r.openVideoModal(null==r.properties?null:r.properties.videoId)&&i),i},null,null)),(n()(),r(1,0,null,null,1,":svg:svg",[["class","play-icon"],["data-action","play"],["height","17"],["viewBox","0 0 15 17"],["width","15"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M.714.893l13.5 7.714-13.5 7.714"],["data-action","play"],["fill","#FFF"],["fill-rule","evenodd"]],null,null,null,null,null))],null,null)}function bvi(n){return e(0,[(n()(),r(0,0,null,null,11,"div",[["class","nuv-header-article__content__image-container"]],null,null,null,null,null)),(n()(),r(1,0,null,null,8,"div",[["class","nuv-header-article__content__image"]],null,null,null,null,null)),(n()(),r(2,0,null,null,7,"picture",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vvi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,yvi)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pvi)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(9,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,wvi)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,4,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source1x);n(t,6,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source2x);n(t,8,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source3x);n(t,11,0,null==i.properties?null:i.properties.videoId)},function(n,t){var i=t.component;n(t,9,0,null==i.properties||null==i.properties.picture?null:i.properties.picture.source1x,null==i.properties||null==i.properties.picture?null:i.properties.picture.altText)})}function kvi(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","nuv-header-article__publish-date no-outline"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,1,0,null==i.properties?null:i.properties.date)})}function dvi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","nuv-button__btn nuv-article-hero-unit__download-pdf-link"],["data-action","download"],["data-track-hover",""]],[[8,"href",4],[8,"target",0]],null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,1,0,null==i.properties||null==i.properties.button?null:i.properties.button.href,null==i.properties||null==i.properties.button?null:i.properties.button.target);n(t,2,0,null==i.properties||null==i.properties.button?null:i.properties.button.text)})}function gvi(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-header-article__publish-date-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kvi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,dvi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,null==i.properties?null:i.properties.date);n(t,4,0,null==i.properties?null:i.properties.button)},null)}function va(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","nuv-header-article"]],[[1,"data-theme-title",0],[1,"data-theme-url",0],[1,"data-headline",0],[1,"data-component",0]],null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(2,{"nuv-header-article-no-image":0,"nuv-header-article-has-background":1}),(n()(),r(3,0,null,null,5,"div",[["class","nuv-header-article__tout"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"a",[["class","nuv-header-article__tout-theme-title"]],[[8,"href",4],[2,"disable",null],[8,"target",0]],null,null,null,null)),(n()(),o(5,null,[" "," "])),(n()(),r(6,0,null,null,0,"h1",[["class","nuv-header-article__tout-headline"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,avi)),u(8,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(9,0,null,null,5,"div",[["class","nuv-header-article__content"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bvi)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(12,0,null,null,2,"div",[["class","nuv-header-article__article-content-metadata"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,gvi)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,2,0,0==(null==i.properties?null:i.properties.withPicture),1==(null==i.properties?null:i.properties.withBackground));n(t,1,0,"nuv-header-article",r);n(t,8,0,null==i.properties?null:i.properties.authors);n(t,11,0,null==i.properties?null:i.properties.withPicture);n(t,14,0,(null==i.properties?null:i.properties.date)||(null==i.properties?null:i.properties.button))},function(n,t){var i=t.component;n(t,0,0,null==i.properties||null==i.properties.eyebrow?null:i.properties.eyebrow.text,null==i.properties||null==i.properties.eyebrow?null:i.properties.eyebrow.href,null==i.properties?null:i.properties.headline,i.dataComponent);n(t,4,0,null==i.properties||null==i.properties.eyebrow?null:i.properties.eyebrow.href,!(null!=i.properties&&null!=i.properties.eyebrow&&i.properties.eyebrow.href),null==i.properties||null==i.properties.eyebrow?null:i.properties.eyebrow.target);n(t,5,0,null==i.properties||null==i.properties.eyebrow?null:i.properties.eyebrow.text);n(t,6,0,null==i.properties?null:i.properties.headline)})}function nyi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.properties.source1x)})}function tyi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 764px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.properties.source2x)})}function iyi(n){return e(0,[(n()(),r(0,0,null,null,0,"source",[["media","(min-width: 0px)"]],[[8,"srcset",4]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.properties.source3x)})}function bc(n){return e(0,[(n()(),r(0,0,null,null,8,"picture",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),s(16777216,null,null,1,null,nyi)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,tyi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,iyi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null))],function(n,t){var i=t.component;n(t,1,0,i.pictureClasses);n(t,3,0,i.properties.source1x);n(t,5,0,i.properties.source2x);n(t,7,0,i.properties.source3x)},function(n,t){var i=t.component;n(t,8,0,i.properties.source1x,i.properties.altText)})}function ryi(n){return e(0,[(n()(),r(0,0,null,null,5,"h3",[["class","main-title"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "])),(n()(),r(2,0,null,null,3,":svg:svg",[["class","icon-lock"],["height","20"],["width","15"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M12.143 19.2H2.857C1.832 19.2 1 18.313 1 17.219v-6.438C1 9.687 1.832 8.8 2.857 8.8h9.286c1.025 0 1.857.887 1.857 1.981v6.438c0 1.094-.832 1.981-1.857 1.981zM3.6 8.8V5.387C3.6 2.965 5.54 1 7.933 1c2.394 0 4.334 1.964 4.334 4.388V8.8"],["stroke","#253746"],["stroke-width","1.5"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M8.8 13.41c0-.631-.388-1.143-.867-1.143-.478 0-.866.512-.866 1.143 0 .503.248.926.59 1.078L7.413 16.6h1.04l-.214-2.124c.327-.163.561-.577.561-1.066"],["fill","#253746"]],null,null,null,null,null))],null,function(n,t){var i=t.component;n(t,1,0,null==i.properties?null:i.properties.title)})}function uyi(n){return e(0,[(n()(),r(0,0,null,null,1,"h4",[["class","login-text"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent.parent,0),i.properties.loginText));n(t,0,0,r)})}function fyi(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","login-ui"]],null,null,null,null,null)),(n()(),r(1,0,null,null,4,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,uyi)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(4,0,null,null,1,"a",[["class","login-link"]],[[8,"href",4],[8,"innerHTML",1]],null,null,null,null)),ct(5,1)],function(n,t){n(t,3,0,t.component.properties.loginText)},function(n,t){var i=t.component,r=i.properties.loginURL,u=w(t,4,1,n(t,5,0,f(t.parent,0),i.properties.loginButtonInnerMarkup));n(t,4,0,r,u)})}function eyi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","message"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h4",[["class","message-text"]],[[8,"innerHTML",1]],null,null,null,null)),ct(2,1)],null,function(n,t){var i=t.component,r=w(t,1,0,n(t,2,0,f(t.parent,0),i.properties.messageText));n(t,1,0,r)})}function oyi(n){return e(0,[it(0,lr,[gi]),(n()(),s(16777216,null,null,1,null,ryi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,7,"div",[["class","container-table"]],null,null,null,null,null)),(n()(),r(4,0,null,null,2,"div",[["class","table-image-wrapper"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"nuv-picture",[["class","table-image"]],null,null,null,bc,hh)),u(6,114688,null,0,sh,[],{properties:[0,"properties"]},null),(n()(),s(16777216,null,null,1,null,fyi)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,eyi)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,null==i.properties?null:i.properties.title);n(t,6,0,i.properties.pictureData);n(t,8,0,!i.userLoggedIn);n(t,10,0,i.userLoggedIn)},null)}function syi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-contact-card__thumb"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-picture",[],null,null,null,bc,hh)),u(2,114688,null,0,sh,[],{properties:[0,"properties"]},null)],function(n,t){n(t,2,0,t.component.contact.thumb)},null)}function hyi(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","nuv-contact-card__name"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),i.contact.name));n(t,0,0,r)})}function cyi(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","nuv-contact-card__title"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),i.contact.title));n(t,0,0,r)})}function lyi(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-contact-card__email"],["data-track-hover",""]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-contact-card__icon"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,":svg:svg",[["height","16"],["viewBox","0 0 22 16"],["width","22"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M20.831.18l-10.016 9.928L.984.277A1.99 1.99 0 0 1 2 0h18c.297 0 .578.065.831.18zm.78.635c.245.332.389.742.389 1.185v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2c0-.37.101-.718.277-1.016l10.535 10.535L21.612.815z"],["fill","#012E3D"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(4,0,null,null,2,"a",[["data-action","email"],["target","_self"]],[[8,"href",4]],null,null,null,null)),(n()(),r(5,0,null,null,1,"span",[["data-action","email"]],null,null,null,null,null)),(n()(),o(-1,null,["Email"]))],null,function(n,t){n(t,4,0,"mailto:"+t.component.contact.email)})}function ayi(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[["class","nuv-contact-card__phone"],["data-track-hover",""]],null,null,null,null,null)),(n()(),r(1,0,null,null,4,"div",[["class","nuv-contact-card__icon"]],null,null,null,null,null)),(n()(),r(2,0,null,null,3,":svg:svg",[["height","24"],["viewBox","0 0 16 24"],["width","16"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M0 19.889h15.928V19H0V2C0 .897 1.133 0 2.526 0h10.877c1.394 0 2.527.897 2.527 2v19.833c0 1.103-1.133 2-2.527 2H2.526c-1.393 0-2.526-.897-2.526-2V19.89z"],["fill","#012E3D"],["fill-rule","nonzero"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M6.857 21.667h2.105M6.857 21.667h2.105"],["stroke","#F6F6F6"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(6,0,null,null,1,"span",[],[[8,"innerHTML",1]],null,null,null,null)),ct(7,1)],null,function(n,t){var i=t.component,r=w(t,6,0,n(t,7,0,f(t.parent,0),i.contact.phone));n(t,6,0,r)})}function tvt(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,11,"div",[["class","nuv-contact-card"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,syi)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(4,0,null,null,8,"div",[["class","nuv-contact-card__info"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hyi)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cyi)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lyi)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ayi)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,3,0,i.contact.thumb);n(t,6,0,i.contact.name);n(t,8,0,i.contact.title);n(t,10,0,i.contact.email);n(t,12,0,i.contact.phone)},null)}function vyi(n){return e(0,[(n()(),r(0,0,null,null,2,"li",[["class","nuv-institutional-contacts__item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-contact-card",[],null,null,null,tvt,wtt)),u(2,114688,null,0,ptt,[],{contact:[0,"contact"]},null)],function(n,t){n(t,2,0,t.context.$implicit)},null)}function yyi(n){return e(0,[(n()(),r(0,0,null,null,3,"section",[["class","nuv-institutional-contacts__list-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"ul",[["class","nuv-institutional-contacts__list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vyi)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,3,0,t.component.properties.contacts)},null)}function pyi(n){return e(0,[(n()(),r(0,0,null,null,2,"li",[["class","nuv-institutional-contacts__item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-contact-card",[],null,null,null,tvt,wtt)),u(2,114688,null,0,ptt,[],{contact:[0,"contact"]},null)],function(n,t){n(t,2,0,t.context.$implicit)},null)}function wyi(n){return e(0,[(n()(),r(0,0,null,null,6,"section",[["class","nuv-institutional-contacts__section"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"h4",[["class","nuv-institutional-contacts__header"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(3,null,["",""])),(n()(),r(4,0,null,null,2,"ul",[["class","nuv-institutional-contacts__list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pyi)),u(6,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,6,0,t.context.$implicit.contacts)},function(n,t){n(t,3,0,t.context.$implicit.heading)})}function byi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-institutional-contacts__sections-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wyi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.properties.sections)},null)}function ivt(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,10,"div",[["class","nuv-institutional-contacts"],["id","contact"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"span",[],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(4,0,null,null,7,"div",[["class","nuv-institutional-contacts__content"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"h3",[["class","nuv-institutional-contacts__title"]],[[8,"innerHTML",1]],null,null,null,null)),ct(6,1),(n()(),r(7,0,null,null,4,"div",[["class","nuv-institutional-contacts__contacts"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,yyi)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,byi)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,3,0,i.colorBarClasses);n(t,9,0,i.properties.contacts);n(t,11,0,i.properties.sections)},function(n,t){var i=t.component,r=w(t,5,0,n(t,6,0,f(t,0),i.properties.title));n(t,5,0,r)})}function kyi(n){return e(0,[(n()(),r(0,0,[["loadingSvgElement1",1]],null,2,":svg:svg",[["class","svg-circle svg-circle--loading svg-circle--loading-quadrant-group-1"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.svgViewBox);n(t,1,0,i.arcPathLoadingQ1,i.strokeWidth);n(t,2,0,i.arcPathLoadingQ2,i.strokeWidth)})}function dyi(n){return e(0,[(n()(),r(0,0,[["loadingSvgElement1",1]],null,2,":svg:svg",[["class","svg-circle svg-circle--loading svg-circle--loading-quadrant-group-2"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.svgViewBox);n(t,1,0,i.arcPathLoadingQ1,i.strokeWidth);n(t,2,0,i.arcPathLoadingQ2,i.strokeWidth)})}function gyi(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:circle",[["fill","black"],["fill-rule","evenodd"]],[[1,"cx",0],[1,"cy",0],[1,"r",0]],null,null,null,null))],null,function(n,t){n(t,1,0,t.context.$implicit.x,t.context.$implicit.y,t.component.smallRadius)})}function npi(n){return e(0,[(n()(),r(0,0,null,null,0,":svg:circle",[["fill","rgba(0, 0, 0, 0)"],["fill-rule","evenodd"],["stroke","#BDC3C7"]],[[1,"cx",0],[1,"cy",0],[1,"r",0],[1,"stroke-width",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.circles[i.activeItemIndex].x,i.circles[i.activeItemIndex].y,i.smallRadius,i.strokeWidth)})}function tpi(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,":svg:a",[["class","svg-circle-dot"]],[[1,":xlink:href",0]],null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"svg-circle-dot--selected":0,"svg-circle-dot--active":1}),(n()(),r(4,0,null,null,0,":svg:circle",[["fill","rgba(0, 0, 0, 0)"],["fill-rule","evenodd"],["stroke","#BDC3C7"]],[[1,"cx",0],[1,"cy",0],[1,"r",0],[1,"stroke-width",0]],null,null,null,null))],function(n,t){var i=t.component,r=n(t,3,0,i.activeItemIndex>=t.context.index,i.activeItemFrameIndex>=t.context.index);n(t,2,0,"svg-circle-dot",r)},function(n,t){var i=t.component;n(t,1,0,null==t.context.$implicit.label.link?null:t.context.$implicit.label.link.href);n(t,4,0,t.context.$implicit.x,t.context.$implicit.y,i.smallRadius,i.strokeWidth)})}function ipi(n){return e(0,[(n()(),r(0,0,[[1,0],["greenLineSvgElement",1]],null,1,":svg:svg",[["class","svg-circle svg-circle--green-line"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:path",[["fill","none"],["stroke","#2ba824"],["stroke-width","4"]],[[1,"d",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.svgViewBox);n(t,1,0,i.arcPath)})}function rpi(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,4,"div",[["class","circle-element"]],[[4,"left","%"],[4,"top","%"]],null,null,null,null)),(n()(),r(2,0,[["labelElement",1]],null,3,"div",[["class","circle-label"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(4,0,null,null,1,"a",[["class","circle-label-link"]],[[8,"href",4]],null,null,null,null)),(n()(),o(5,null,["",""]))],function(n,t){n(t,3,0,"circle-label",t.context.$implicit.labelLocation?"circle-label--position-"+t.context.$implicit.labelLocation:"")},function(n,t){n(t,1,0,t.context.$implicit.percentLeft,t.context.$implicit.percentTop);n(t,4,0,null==t.context.$implicit.label.link?null:t.context.$implicit.label.link.href);n(t,5,0,t.context.$implicit.label.title)})}function upi(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rpi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.circles)},null)}function fpi(n){return e(0,[bt(671088640,1,{greenLineSvgElement:0}),(n()(),r(1,0,null,null,21,"div",[["class","circle-wrapper"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"circle-wrapper--view-initialized":0,"circle-wrapper--with-labels":1,"circle-wrapper--in-ie11":2,"circle-wrapper--overview-initialized":3}),(n()(),r(4,0,null,null,18,"div",[["class","circle-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kyi)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,dyi)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(9,0,null,null,9,":svg:svg",[["class","svg-circle"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(10,0,null,null,3,":svg:mask",[["id","myMask"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:rect",[["fill","white"],["x","0"],["y","0"]],[[1,"width",0],[1,"height",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,gyi)),u(13,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(14,0,null,null,0,":svg:circle",[["fill","none"],["fill-rule","evenodd"],["mask","url(#myMask)"],["stroke","#BDC3C7"]],[[1,"cx",0],[1,"cy",0],[1,"r",0],[1,"stroke-width",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,npi)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,tpi)),u(18,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,ipi)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,upi)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,3,0,i.viewInitialized,i.withLabels,i.isIE11,i.overviewInitialized);n(t,2,0,"circle-wrapper",r);n(t,6,0,i.withLabels);n(t,8,0,i.withLabels);n(t,13,0,i.circles);n(t,16,0,i.isIE11&&i.activeItemIndex>-1);n(t,18,0,i.circles);n(t,20,0,i.activeItemIndex>-1);n(t,22,0,i.withLabels)},function(n,t){var i=t.component;n(t,9,0,i.svgViewBox);n(t,11,0,i.svgSquareSize,i.svgSquareSize);n(t,14,0,.5*i.svgSquareSize,.5*i.svgSquareSize,i.bigRadius,i.strokeWidth)})}function epi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-picture",[],null,null,null,bc,hh)),u(1,114688,null,0,sh,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.backgroundPicture)},null)}function opi(n){return e(0,[(n()(),r(0,0,null,null,0,"video",[["autoplay",""],["class","video-js"],["data-embed","default"],["loop",""],["muted",""],["playsinline",""]],[[1,"data-video-id",0],[1,"data-account",0],[1,"data-player",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.backgroundVideoId,i.properties.videoAccountId,i.properties.videoPlayerId)})}function spi(n){return e(0,[(n()(),r(0,0,null,null,1,"h1",[["class","overview-main-title"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,1,0,null==i.properties.overview?null:i.properties.overview.title)})}function hpi(n){return e(0,[(n()(),r(0,0,null,null,2,"li",[["class","strategy-associated-links__list-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","strategy-associated-links__list-item-link"]],[[8,"href",4]],null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){n(t,1,0,t.context.$implicit.href);n(t,2,0,t.context.$implicit.text)})}function cpi(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"ul",[["class","strategy-associated-links"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hpi)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,3,0,t.component.selectedSubNavItem.associatedLinks)},null)}function lpi(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,7,"div",[["class","container-strategy-text"]],null,null,null,null,null)),(n()(),r(2,0,null,null,4,"div",[["class","statretgy-content-text"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"h1",[["class","strategy-main-title"]],null,null,null,null,null)),(n()(),o(4,null,[" "," "])),(n()(),r(5,0,null,null,1,"div",[["class","strategy-description"]],[[8,"innerHTML",1]],null,null,null,null)),ct(6,1),(n()(),s(16777216,null,null,1,null,cpi)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,8,0,t.component.selectedSubNavItem.associatedLinks)},function(n,t){var i=t.component,r;n(t,4,0,i.selectedSubNavItem.title);r=w(t,5,0,n(t,6,0,f(t.parent,0),i.selectedSubNavItem.description));n(t,5,0,r)})}function api(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","overview-description"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.properties.overview?null:i.properties.overview.description));n(t,0,0,r)})}function vpi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-picture",[],null,null,null,bc,hh)),u(1,114688,null,0,sh,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.selectedSubNavItem.featuredPage.picture)},null)}function ypi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","play-button"],["data-action","play"],["data-track-hover",""]],null,[[null,"click"]],function(n,t){var i=!0,r=n.component;return"click"===t&&(i=!1!==r.openVideoModal(null==r.selectedSubNavItem.featuredPage?null:r.selectedSubNavItem.featuredPage.videoId)&&i),i},null,null)),(n()(),r(1,0,null,null,1,":svg:svg",[["class","play-icon"],["data-action","play"],["height","17"],["viewBox","0 0 15 17"],["width","15"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M.714.893l13.5 7.714-13.5 7.714"],["data-action","play"],["fill","#FFF"],["fill-rule","evenodd"]],null,null,null,null,null))],null,null)}function ppi(n){return e(0,[(n()(),r(0,0,null,null,10,"div",[["class","strategy-featured-page"]],null,null,null,null,null)),(n()(),r(1,0,null,null,9,"div",[["class","strategy-featured-page__container-aspect-ratio"]],null,null,null,null,null)),(n()(),r(2,0,null,null,8,"div",[["class","strategy-featured-page__container-content"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,"div",[["class","strategy-featured-page__background-picture"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vpi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ypi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,2,"h2",[["class","strategy-featured-page__main-title"]],null,null,null,null,null)),(n()(),r(9,0,null,null,1,"a",[],[[8,"href",4]],null,null,null,null)),(n()(),o(10,null,["",""]))],function(n,t){var i=t.component;n(t,5,0,i.selectedSubNavItem.featuredPage.picture);n(t,7,0,null==i.selectedSubNavItem.featuredPage?null:i.selectedSubNavItem.featuredPage.videoId)},function(n,t){var i=t.component;n(t,9,0,i.selectedSubNavItem.featuredPage.link.href);n(t,10,0,i.selectedSubNavItem.featuredPage.link.text)})}function wpi(n){return e(0,[(n()(),r(0,0,null,null,11,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,10,"li",[["class","sub-nav__list-item"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"sub-nav__list-item--selected":0}),(n()(),r(4,0,null,null,7,"a",[["class","sub-nav__list-item-link"]],[[8,"href",4]],null,null,null,null)),(n()(),r(5,0,null,null,1,"span",[["class","sub-nav__list-item-title"]],null,null,null,null,null)),(n()(),o(6,null,["",""])),(n()(),r(7,0,null,null,1,"span",[["class","sub-nav__list-item-aum"]],null,null,null,null,null)),(n()(),o(8,null,["","*"])),(n()(),r(9,0,null,null,2,"div",[["class","sub-nav__list-item-icon"]],null,null,null,null,null)),(n()(),r(10,0,null,null,1,":svg:svg",[["style","width: 16px; height: 10px"],["viewBox","0 0 16 10"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M1 1l6.982 7L15 1"],["fill","none"],["fill-rule","evenodd"],["opacity",".8"],["stroke","#FFF"],["stroke-width","2"]],null,null,null,null,null))],function(n,t){var i=n(t,3,0,t.component.properties.activeItemIndex==t.context.index);n(t,2,0,"sub-nav__list-item",i)},function(n,t){n(t,4,0,t.context.$implicit.link.href);n(t,6,0,t.context.$implicit.title);n(t,8,0,t.context.$implicit.aumTitle)})}function ih(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,34,"header",[["class","wrapper"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"wrapper--view-initialized":0,"wrapper--strategy-page":1,"wrapper--with-background":2,"wrapper--theme-reverse-order":3,"wrapper--theme-light":4}),(n()(),r(4,0,null,null,9,"div",[["class","container-background"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,epi)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,opi)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(9,0,null,null,3,"div",[["class","background-letter-svg-container"]],null,null,null,null,null)),(n()(),r(10,0,null,null,2,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["class","background-letter-svg"],["version","1.1"],["viewBox","0 0 770 591"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(11,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["opacity","1"],["stroke","none"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M762.851922,590 L422.919652,590 L422.919652,547.852895 C430.20256,547.074453 439.037243,546.112847 449.397619,544.961537 C459.757996,543.803686 467.614669,541.887016 473.000239,539.185363 C481.052514,534.95299 486.809728,528.790865 490.26536,520.698987 C493.714472,512.620192 495.442288,500.694976 495.442288,484.903712 L495.442288,214.633687 C495.442288,175.358315 488.218061,145.816747 473.795686,125.982816 C459.373312,106.161967 438.104874,96.2450012 410.022972,96.2450012 C394.629109,96.2450012 380.298015,98.5541628 367.023171,103.172486 C353.748328,107.797351 340.760367,114.535131 328.065808,123.385826 C316.903464,131.091754 307.951421,138.980844 301.222718,147.06618 C294.487495,155.144975 288.815042,162.275247 284.198839,168.430831 L284.198839,478.551882 C284.198839,492.027443 286.115737,503.285423 289.956053,512.332365 C293.789849,521.379307 300.114308,528.21521 308.94899,532.833533 C315.084367,536.300546 322.764999,539.381609 331.977845,542.076721 C341.184171,544.771833 350.194895,546.688502 359.029577,547.852895 L359.029577,590 L9.05879511,590 L9.05879511,547.852895 C18.6498045,547.074453 28.3451349,546.021266 38.1317461,544.667168 C47.9118372,543.326154 56.2640351,541.494524 63.1687794,539.185363 C75.4460538,534.95299 83.8895325,528.404914 88.4926954,519.547677 C93.0958583,510.696981 95.4039598,499.144632 95.4039598,484.903712 L95.4039598,148.793145 C95.4039598,136.867928 92.3264912,125.119333 86.191114,113.566984 C80.0492167,102.021176 71.9904216,92.5882836 62.0147287,85.2683069 C55.1099843,80.6499838 46.3731029,76.8035617 35.8301646,73.7224991 C25.2676662,70.6414365 13.6684781,68.5219794 1,67.3706694 L1,25.2104817 L275.566279,10.1976608 L284.198839,18.858652 L284.198839,102.596831 C297.238961,92.9807757 310.285603,81.4284263 325.640346,67.9463244 C340.982049,54.4773056 355.189261,43.5006112 368.235903,35.0293245 C382.430075,25.7926783 401.044848,17.9035881 424.073703,11.3489708 C447.096038,4.80743666 471.650586,1.53666958 497.74387,1.53666958 C560.290813,1.53666958 607.20265,19.3492671 638.479381,54.9548376 C669.749593,90.5669496 685.391219,137.822992 685.391219,196.729508 L685.391219,479.703192 C685.391219,493.944112 687.497198,505.306757 691.722198,513.778044 C695.940677,522.249331 703.81039,528.987111 715.324818,533.984843 C721.453675,536.686497 729.043025,539.381609 738.060269,542.076721 C747.070993,544.771833 757.340089,546.688502 768.854516,547.852895 L762.851922,590 Z"],["fill","#000000"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,"div",[["class","background-pattern"]],null,null,null,null,null)),(n()(),r(14,0,null,null,21,"div",[["class","wrapper-overflow-content"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,spi)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lpi)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(19,0,null,null,12,"div",[["class","container-center"]],null,null,null,null,null)),u(20,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(21,{"container-center--with-label-top":0,"container-center--with-label-bottom":1}),(n()(),r(22,0,null,null,9,"div",[["class","center-content"]],null,null,null,null,null)),(n()(),r(23,0,null,null,5,"div",[["class","aum-container"]],null,null,null,null,null)),(n()(),r(24,0,null,null,4,"div",[["class","aum-content"]],null,null,null,null,null)),(n()(),r(25,0,null,null,1,"strong",[["class","aum-title"]],null,null,null,null,null)),(n()(),o(26,null,["",""])),(n()(),r(27,0,null,null,1,"span",[["class","aum-eyebrow"]],null,null,null,null,null)),(n()(),o(28,null,["",""])),(n()(),r(29,0,null,null,2,"div",[["class","strategies-circle-wrapper"]],null,null,null,null,null)),(n()(),r(30,0,null,null,1,"nuv-hero-strategies-circle",[],null,[[null,"hasLabel"]],function(n,t,i){var r=!0;return"hasLabel"===t&&(r=!1!==n.component.addLabelClasses(i)&&r),r},fpi,kwt)),u(31,4308992,null,0,bwt,[],{withLabels:[0,"withLabels"],viewInitialized:[1,"viewInitialized"],overviewInitialized:[2,"overviewInitialized"],activeItemIndex:[3,"activeItemIndex"],isIE11:[4,"isIE11"],subNavItems:[5,"subNavItems"]},{hasLabel:"hasLabel"}),(n()(),s(16777216,null,null,1,null,api)),u(33,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ppi)),u(35,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(36,0,null,null,18,"nav",[["class","sub-nav"]],null,null,null,null,null)),u(37,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(38,{"sub-nav--scroll-ended":0,"sub-nav--scroll-start":1}),(n()(),r(39,0,null,null,0,"div",[["class","sub-nav__background-bar"]],null,null,null,null,null)),(n()(),r(40,0,null,null,14,"div",[["class","sub-nav__wrapper"]],null,[[null,"scroll"]],function(n,t,i){var r=!0;return"scroll"===t&&(r=!1!==n.component.subNavScroll(i,f(n,41))&&r),r},null,null)),(n()(),r(41,0,[["childList",1]],null,13,"ul",[["class","sub-nav__list"]],null,null,null,null,null)),(n()(),r(42,0,null,null,10,"li",[["class","sub-nav__list-item"]],null,null,null,null,null)),u(43,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(44,{"sub-nav__list-item--selected":0}),(n()(),r(45,0,null,null,7,"a",[["class","sub-nav__list-item-link"]],[[8,"href",4]],null,null,null,null)),(n()(),r(46,0,null,null,1,"span",[["class","sub-nav__list-item-title"]],null,null,null,null,null)),(n()(),o(47,null,["",""])),(n()(),r(48,0,null,null,1,"span",[["class","sub-nav__list-item-aum"]],null,null,null,null,null)),(n()(),o(49,null,["","*"])),(n()(),r(50,0,null,null,2,"div",[["class","sub-nav__list-item-icon"]],null,null,null,null,null)),(n()(),r(51,0,null,null,1,":svg:svg",[["style","width: 16px; height: 10px"],["viewBox","0 0 16 10"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(52,0,null,null,0,":svg:path",[["d","M1 1l6.982 7L15 1"],["fill","none"],["fill-rule","evenodd"],["opacity",".8"],["stroke","#FFF"],["stroke-width","2"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wpi)),u(54,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component,e=n(t,3,0,i.viewInitialized,!i.overviewPage,i.backgroundVideoId||i.backgroundPicture,i.themeReverseOrder,i.themeLight),r,u,f;n(t,2,0,"wrapper",e);n(t,6,0,i.backgroundPicture);n(t,8,0,i.backgroundVideoId);n(t,16,0,i.overviewPage);n(t,18,0,!i.overviewPage&&i.selectedSubNavItem);r=n(t,21,0,i.hasLabelTop,i.hasLabelBottom);n(t,20,0,"container-center",r);n(t,31,0,i.overviewPage,i.viewInitialized,i.overviewInitialized,i.properties.activeItemIndex,i.isIE11,i.properties.subNavItems);n(t,33,0,i.overviewPage);n(t,35,0,!i.overviewPage&&i.selectedSubNavItem&&i.selectedSubNavItem.featuredPage);u=n(t,38,0,i.subNavScrollEnded,i.subNavScrollStarted);n(t,37,0,"sub-nav",u);f=n(t,44,0,i.overviewPage);n(t,43,0,"sub-nav__list-item",f);n(t,54,0,i.properties.subNavItems)},function(n,t){var i=t.component;n(t,26,0,i.aumTitle);n(t,28,0,i.aumEyebrow);n(t,45,0,i.properties.overview.link.href);n(t,47,0,i.properties.overview.link.text||"overview");n(t,49,0,i.properties.overview.aumTitle)})}function bpi(n){return e(0,[(n()(),r(0,0,null,null,1,"p",[["class","nuv-data-callout__disclaimer-text"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.component.properties.disclaimerText)})}function kpi(n){return e(0,[(n()(),r(0,0,null,null,1,"p",[["class","nuv-data-callout__disclaimer-note"]],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.component.properties.disclaimerNote)})}function dpi(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-data-callout__disclaimer-text-and-note"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bpi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,kpi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.properties.disclaimerText);n(t,4,0,i.properties.disclaimerNote)},null)}function gpi(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-data-callout__item__direction"],["data-direction","increase"]],null,null,null,null,null))],null,null)}function nwi(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-data-callout__item__direction"],["data-direction","decrease"]],null,null,null,null,null))],null,null)}function twi(n){return e(0,[(n()(),r(0,0,null,null,11,"li",[["class","nuv-data-callout__item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-data-callout__item__label"]],null,null,null,null,null)),(n()(),o(2,null,[" "," "])),(n()(),r(3,0,null,null,8,"div",[["class","nuv-data-callout__item__value-and-date"]],null,null,null,null,null)),(n()(),r(4,0,null,null,5,"div",[["class","nuv-data-callout__item__value"]],null,null,null,null,null)),(n()(),o(5,null,[" "," "])),(n()(),s(16777216,null,null,1,null,gpi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,nwi)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(10,0,null,null,1,"div",[["class","nuv-data-callout__item__date"]],null,null,null,null,null)),(n()(),o(11,null,[" "," "]))],function(n,t){n(t,7,0,"INCR"==t.context.$implicit.direction);n(t,9,0,"DECR"==t.context.$implicit.direction)},function(n,t){n(t,2,0,t.context.$implicit.label);n(t,5,0,t.context.$implicit.value);n(t,11,0,t.context.$implicit.date)})}function iwi(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","nuv-data-callout__footer-text"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),i.properties.footerText));n(t,0,0,r)})}function rvt(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,14,"div",[["class","nuv-data-callout"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,"div",[["class","nuv-data-callout__background"]],null,null,null,null,null)),(n()(),r(3,0,null,null,12,"div",[["class","nuv-data-callout__container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,dpi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(6,0,null,null,4,"div",[["class","nuv-data-callout__title-and-date"]],null,null,null,null,null)),(n()(),r(7,0,null,null,1,"h2",[["class","nuv-data-callout__title"]],null,null,null,null,null)),(n()(),o(8,null,[" "," "])),(n()(),r(9,0,null,null,1,"div",[["class","nuv-data-callout__date"]],null,null,null,null,null)),(n()(),o(10,null,[" "," "])),(n()(),r(11,0,null,null,2,"ul",[["class","nuv-data-callout__items"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,twi)),u(13,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,iwi)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,5,0,i.properties.disclaimerText||i.properties.disclaimerNote);n(t,13,0,i.properties.items);n(t,15,0,i.properties.footerText)},function(n,t){var i=t.component;n(t,8,0,i.properties.title);n(t,10,0,i.properties.date)})}function uvt(n){return n in oot&&(delete oot[n],!0)}function rwi(n){n.debouncedNext()}function uwi(){return pst(1)}function fvt(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return uwi()(vu.apply(void 0,t))}function evt(n){return Array.isArray(n)?n:[n]}function fwi(n){return{matches:"all"===n||""===n,media:n,addListener:function(){},removeListener:function(){}}}function ovt(n){return n.map(function(n){return n.split(",")}).reduce(function(n,t){return n.concat(t)}).map(function(n){return n.trim()})}function ewi(n){return e(0,[(n()(),r(0,0,null,null,1,"h3",[["class","nuv-accordion__title"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent.parent,0),i.properties.title));n(t,0,0,r)})}function owi(n){return e(0,[(n()(),r(0,0,null,null,7,"button",[["class","nuv-accordion__expand-all-button"]],null,[[null,"click"]],function(n,t){var i=!0,r=n.component;return"click"===t&&(i=!1!==(r.checkAllItemsExpanded()?r.collapseAll():r.expandAll())&&i),i},null,null)),(n()(),r(1,0,null,null,1,"span",[["class","nuv-accordion__expand-item-button-text"]],null,null,null,null,null)),(n()(),o(2,null,[""," All"])),(n()(),r(3,0,null,null,4,"span",[],null,null,null,null,null)),u(4,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(5,{"nuv-accordion__expand-item-button-graphic":0,"nuv-accordion__expand-item-button-graphic--expanded":1}),(n()(),r(6,0,null,null,0,"span",[["class","nuv-accordion__expand-item-button-graphic-bg"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,"span",[["class","nuv-accordion__expand-item-button-graphic-border"]],null,null,null,null,null))],function(n,t){var i=n(t,5,0,!0,t.component.checkAllItemsExpanded());n(t,4,0,i)},function(n,t){n(t,2,0,t.component.checkAllItemsExpanded()?"Collapse":"Expand")})}function swi(n){return e(0,[(n()(),r(0,0,null,null,4,"header",[["class","nuv-accordion__header"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ewi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,owi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.properties.title);n(t,4,0,i.properties.items.length>1&&i.isTabletOrHigher)},null)}function hwi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-accordion__svg-icon-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-picture",[],null,null,null,bc,hh)),u(2,114688,null,0,sh,[],{properties:[0,"properties"]},null)],function(n,t){n(t,2,0,t.parent.context.$implicit.icon)},null)}function cwi(n){return e(0,[(n()(),r(0,0,null,null,1,"h4",[["class","nuv-accordion__item-title"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=w(t,0,0,n(t,1,0,f(t.parent.parent,0),t.parent.context.$implicit.title));n(t,0,0,i)})}function lwi(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,7,"button",[["class","nuv-accordion__expand-item-button"],["type","button"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"span",[["class","nuv-accordion__expand-item-button-text"]],null,null,null,null,null)),(n()(),o(3,null,["",""])),(n()(),r(4,0,null,null,4,"span",[],null,null,null,null,null)),u(5,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(6,{"nuv-accordion__expand-item-button-graphic":0,"nuv-accordion__expand-item-button-graphic--expanded":1}),(n()(),r(7,0,null,null,0,"span",[["class","nuv-accordion__expand-item-button-graphic-bg"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,"span",[["class","nuv-accordion__expand-item-button-graphic-border"]],null,null,null,null,null))],function(n,t){var i=n(t,6,0,!0,t.component.itemsExpanded[t.parent.context.index]);n(t,5,0,i)},function(n,t){n(t,3,0,t.component.itemsExpanded[t.parent.context.index]?"Collapse":t.parent.context.$implicit.count+" Strategies")})}function awi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-accordion__svg-icon-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-picture",[],null,null,null,bc,hh)),u(2,114688,null,0,sh,[],{properties:[0,"properties"]},null)],function(n,t){n(t,2,0,t.parent.parent.context.$implicit.icon)},null)}function vwi(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-accordion__item-description"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.parent.parent.context.$implicit.description)})}function ywi(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-accordion__item-description-wrapper"]],[[24,"@expandable",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,awi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vwi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.parent.context.$implicit.icon&&!t.component.isTabletOrHigher);n(t,4,0,t.parent.context.$implicit.description)},function(n,t){var i=t.component;n(t,0,0,i.isDesktop||i.itemsExpanded[t.parent.context.index])})}function pwi(n){return e(0,[(n()(),r(0,0,null,null,0,"h5",[["class","nuv-accordion__list-title"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.parent.parent.parent.parent.context.$implicit.lists.featured.title)})}function wwi(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","nuv-accordion__list-item-link"]],[[8,"href",4],[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.parent.context.$implicit.url,r=w(t,0,1,n(t,1,0,f(t.parent.parent.parent.parent.parent.parent,0),t.parent.context.$implicit.text));n(t,0,0,i,r)})}function bwi(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-accordion__list-item-text"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=w(t,0,0,n(t,1,0,f(t.parent.parent.parent.parent.parent.parent,0),t.parent.context.$implicit.text));n(t,0,0,i)})}function kwi(n){return e(0,[(n()(),r(0,0,null,null,4,"li",[["class","nuv-accordion__list-item"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wwi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,bwi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.context.$implicit.url);n(t,4,0,!t.context.$implicit.url)},null)}function dwi(n){return e(0,[(n()(),r(0,0,null,null,5,"section",[["class","nuv-accordion__list-wrapper nuv-accordion__list-wrapper--featured"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pwi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,2,"ul",[["class","nuv-accordion__list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kwi)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.parent.parent.parent.context.$implicit.lists.featured.title);n(t,5,0,t.parent.parent.parent.context.$implicit.lists.featured.items)},null)}function gwi(n){return e(0,[(n()(),r(0,0,null,null,2,"li",[["class","nuv-accordion__list-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"span",[["class","nuv-accordion__list-item-text"]],[[8,"innerHTML",1]],null,null,null,null)),ct(2,1)],null,function(n,t){var i=w(t,1,0,n(t,2,0,f(t.parent.parent.parent.parent.parent,0),t.context.$implicit));n(t,1,0,i)})}function nbi(n){return e(0,[(n()(),r(0,0,null,null,3,"section",[["class","nuv-accordion__list-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"ul",[["class","nuv-accordion__list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,gwi)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,3,0,t.parent.parent.parent.context.$implicit.lists.general.items)},null)}function tbi(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-accordion__expanded-content"]],[[24,"@expandable",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,dwi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,nbi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.parent.parent.context.$implicit.lists.featured);n(t,4,0,t.parent.parent.context.$implicit.lists.general)},function(n,t){n(t,0,0,t.component.itemsExpanded[t.parent.parent.context.index])})}function ibi(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,tbi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.itemsExpanded[t.parent.context.index])},null)}function rbi(n){return e(0,[(n()(),r(0,0,null,null,11,"section",[["class","nuv-accordion__item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"header",[["class","nuv-accordion__item-header"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.toggleItem(n.context.index)&&i),i},null,null)),(n()(),s(16777216,null,null,1,null,hwi)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cwi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lwi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ywi)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ibi)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,3,0,t.context.$implicit.icon&&i.isTabletOrHigher);n(t,5,0,t.context.$implicit.title);n(t,7,0,i.properties.items.length>1);n(t,9,0,(t.context.$implicit.description&&i.isTabletOrHigher||!i.isTabletOrHigher)&&(i.isDesktop||i.itemsExpanded[t.context.index]));n(t,11,0,t.context.$implicit.lists)},null)}function ubi(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,5,"section",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),s(16777216,null,null,1,null,swi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,rbi)),u(6,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.wrapperClasses);n(t,4,0,i.properties.items.length>1||i.properties.title);n(t,6,0,i.properties.items)},null)}function fbi(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"th",[],[[4,"width",null],[4,"text-align",null],[1,"rowspan",0],[1,"colspan",0]],null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(3,{"parent-table-header":0}),(n()(),o(4,null,[" "," "]))],function(n,t){var i=n(t,3,0,null!=t.context.$implicit.children);n(t,2,0,i)},function(n,t){n(t,1,0,t.component.thsWidth[0][t.context.index],null==t.context.$implicit?null:t.context.$implicit.textAlign,t.context.$implicit.children?1:2,t.context.$implicit.children?t.context.$implicit.children.length:1);n(t,4,0,t.context.$implicit.title)})}function ebi(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"th",[],[[4,"width",null],[4,"text-align",null]],null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,1,0,i.thsWidth[1][i.i],null==t.context.$implicit?null:t.context.$implicit.textAlign);n(t,2,0,t.context.$implicit.title)})}function obi(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ebi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.columns[t.context.$implicit].children)},null)}function sbi(n){return e(0,[(n()(),r(0,0,null,null,2,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,obi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.parsedColumns.childrenHeaderRow)},null)}function svt(n){return e(0,[(n()(),r(0,0,null,null,4,"tr",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(2,{"parent-table-header-first-child":0}),(n()(),s(16777216,null,null,1,null,fbi)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,sbi)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,2,0,null!=i.columns[0].children);n(t,1,0,r);n(t,4,0,i.columns);n(t,6,0,i.parsedColumns.childrenHeaderRow)},null)}function hbi(n){return e(0,[(n()(),r(0,0,null,null,1,"thead",[["class","thead-reference"],["nuv-product-table-body-thead",""]],[[4,"width",null]],[["window","resize"],[null,"theadResize"]],function(n,t,i){var r=!0,u=n.component;return"window:resize"===t&&(r=!1!==u.onTheadRefResize(f(n,1))&&r),"theadResize"===t&&(r=!1!==u.onTheadRefSize(i)&&r),r},svt,fei)),u(1,4833280,[[1,4],["theadReference",4]],0,uei,[v],{parsedColumns:[0,"parsedColumns"],columns:[1,"columns"]},{theadResize:"theadResize"})],function(n,t){var i=t.component;n(t,1,0,i.parsedColumns,null==i.data?null:i.data.columns)},function(n,t){n(t,0,0,f(t,1).width)})}function cbi(n){return e(0,[(n()(),r(0,0,null,null,3,"thead",[["nuv-product-table-body-thead",""]],[[4,"width",null]],null,null,svt,fei)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(2,{"thead-sticky":0}),u(3,4833280,null,0,uei,[v],{parsedColumns:[0,"parsedColumns"],columns:[1,"columns"],theadWidth:[2,"theadWidth"],thsWidth:[3,"thsWidth"]},null)],function(n,t){var i=t.component,r=n(t,2,0,null==i.data?null:i.data.lockHeaders);n(t,1,0,r);n(t,3,0,i.parsedColumns,null==i.data?null:i.data.columns,i.theadWidth,i.thsWidth)},function(n,t){n(t,0,0,f(t,3).width)})}function lbi(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"tr",[["class","asset-class-breaker"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"td",[],[[1,"colspan",0]],null,null,null,null)),(n()(),o(3,null,[" "," "]))],null,function(n,t){n(t,2,0,t.component.parsedColumns.trueColumnTotal);n(t,3,0,t.parent.context.$implicit.value)})}function abi(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,(null==t.parent.parent.context.$implicit?null:t.parent.parent.context.$implicit.value)||"-")})}function vbi(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[],[[8,"href",4]],null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,0,0,null==t.parent.parent.context.$implicit?null:t.parent.parent.context.$implicit.link);n(t,1,0,(null==t.parent.parent.context.$implicit?null:t.parent.parent.context.$implicit.value)||"-")})}function ybi(n){return e(0,[(n()(),r(0,0,null,null,4,"td",[],[[4,"text-align",null]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,abi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vbi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,!(null!=t.parent.context.$implicit&&t.parent.context.$implicit.link));n(t,4,0,null==t.parent.context.$implicit?null:t.parent.context.$implicit.link)},function(n,t){n(t,0,0,null==t.parent.context.$implicit?null:t.parent.context.$implicit.textAlign)})}function pbi(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],[[4,"text-align",null],[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=null==t.parent.context.$implicit?null:t.parent.context.$implicit.textAlign,r=w(t,0,1,n(t,1,0,f(t.parent.parent.parent.parent,0),t.parent.context.$implicit.html));n(t,0,0,i,r)})}function wbi(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ybi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pbi)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,!(null!=t.context.$implicit&&t.context.$implicit.html));n(t,4,0,null==t.context.$implicit?null:t.context.$implicit.html)},null)}function bbi(n){return e(0,[(n()(),r(0,0,null,null,4,"tr",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(2,{"tr-alternate-color":0}),(n()(),s(16777216,null,null,1,null,wbi)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=n(t,2,0,t.parent.context.$implicit.alternateColor);n(t,1,0,i);n(t,4,0,t.parent.context.$implicit.values)},null)}function kbi(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,lbi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["rowData",2]],null,0,null,bbi))],function(n,t){n(t,2,0,t.context.$implicit.assetClassBreaker,f(t,3))},null)}function hvt(n){return e(0,[it(0,lr,[gi]),bt(671088640,1,{theadReference:0}),(n()(),r(2,0,null,null,8,"div",[["class","wrapper"]],null,null,null,null,null)),(n()(),r(3,0,null,null,7,"table",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hbi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cbi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,2,"tbody",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kbi)),u(10,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,5,0,null==i.data?null:i.data.lockHeaders);n(t,7,0,null==i.data?null:i.data.columns);n(t,10,0,i.parsedColumns.rowsArray)},null)}function dbi(n){return e(0,[(n()(),r(0,0,null,null,1,"h2",[],null,null,null,null,null)),(n()(),o(-1,null,["Colors"])),(n()(),r(2,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,[" Use color variables to change the color of elements on both dynamic inline styles (Typescript) or SCSS stylesheets.\n"])),(n()(),r(4,0,null,null,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["SCSS:"])),(n()(),r(6,0,null,null,1,"pre",[],null,null,null,null,null)),(n()(),o(-1,null,["@import '../../styles/init';\n"])),(n()(),r(8,0,null,null,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Typescript:"])),(n()(),r(10,0,null,null,1,"pre",[],null,null,null,null,null)),(n()(),o(-1,null,["import colors from '../../nuv/styles/colors/colors.util';\n"])),(n()(),r(12,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"nuv-product-table-body",[],null,null,null,hvt,tit)),u(14,1163264,null,0,rei,[],{data:[0,"data"]},null),(n()(),r(15,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(16,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(17,0,null,null,0,"br",[],null,null,null,null,null))],function(n,t){n(t,14,0,t.component.tableData)},null)}function gbi(n){return e(0,[(n()(),r(0,0,null,null,1,"h2",[],null,null,null,null,null)),(n()(),o(-1,null,["Typography"])),(n()(),r(2,0,null,null,4,"p",[],null,null,null,null,null)),(n()(),o(-1,null,[" Listed below are the font-bases used throughout the site. A font-base mostly encapsules the font-family, font-sizes "])),(n()(),r(4,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["(mobile, tablet, desktop)"])),(n()(),o(-1,null,[", letter-spacing, default color, font-weight, and font-style (normal vs italic).\n"])),(n()(),r(7,0,null,null,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Design Guidelines"])),(n()(),r(9,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(10,0,null,null,1,"nuv-product-table-body",[],null,null,null,hvt,tit)),u(11,1163264,null,0,rei,[],{data:[0,"data"]},null),(n()(),r(12,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Special Treatments"])),(n()(),r(15,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,[" There are few special treatments for typography, mostly used headings. Note that the examples below only showcase selected headings, but these streatments can be applied to any of the typographical elements in the table above, with any colors.\n"])),(n()(),r(17,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(-1,null,["Small color bar"])),(n()(),r(19,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["This is a small fixed size bar that can be applied on top of the headings."])),(n()(),r(21,0,null,null,1,"h1",[["class","nuv-typography-heading-1 nuv-typography-color-bar-small--green"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 1"])),(n()(),r(23,0,null,null,1,"h4",[["class","nuv-typography-heading-4 nuv-typography-color-bar-small--white"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 4"])),(n()(),r(25,0,null,null,22,"ul",[["class","specs-list"]],null,null,null,null,null)),(n()(),r(26,0,null,null,10,"li",[],null,null,null,null,null)),(n()(),r(27,0,null,null,9,"p",[],null,null,null,null,null)),(n()(),r(28,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Mobile:"])),(n()(),r(30,0,null,null,6,"em",[],null,null,null,null,null)),(n()(),r(31,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["40px width, "])),(n()(),r(33,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["3px height, "])),(n()(),r(35,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["18px from the top of text bounding box "])),(n()(),r(37,0,null,null,10,"li",[],null,null,null,null,null)),(n()(),r(38,0,null,null,9,"p",[],null,null,null,null,null)),(n()(),r(39,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Tablet & Desktop:"])),(n()(),r(41,0,null,null,6,"em",[],null,null,null,null,null)),(n()(),r(42,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["60px width, "])),(n()(),r(44,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["3px height, "])),(n()(),r(46,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["18px from top of text bounding box "])),(n()(),r(48,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(-1,null,["Block color bar"])),(n()(),r(50,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["This is a color bar that can be applied on top of the headings, and will spam the entire parent block level."])),(n()(),r(52,0,null,null,1,"h3",[["class","nuv-typography-heading-3 nuv-typography-color-bar-block--green"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 3"])),(n()(),r(54,0,null,null,6,"div",[["class","flex-justify-space-between"]],null,null,null,null,null)),(n()(),r(55,0,null,null,2,"div",[["class","half-width-column"]],null,null,null,null,null)),(n()(),r(56,0,null,null,1,"h3",[["class","nuv-typography-heading-3 nuv-typography-color-bar-block--blue"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 3"])),(n()(),r(58,0,null,null,2,"div",[["class","half-width-column"]],null,null,null,null,null)),(n()(),r(59,0,null,null,1,"h3",[["class","nuv-typography-heading-3 nuv-typography-color-bar-block--orange"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 3"])),(n()(),r(61,0,null,null,23,"ul",[["class","specs-list"]],null,null,null,null,null)),(n()(),r(62,0,null,null,8,"li",[],null,null,null,null,null)),(n()(),r(63,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),r(64,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["All Breakpoints:"])),(n()(),r(66,0,null,null,4,"em",[],null,null,null,null,null)),(n()(),r(67,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["100% width, "])),(n()(),r(69,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["4px height "])),(n()(),r(71,0,null,null,6,"li",[],null,null,null,null,null)),(n()(),r(72,0,null,null,5,"p",[],null,null,null,null,null)),(n()(),r(73,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Mobile:"])),(n()(),r(75,0,null,null,2,"em",[],null,null,null,null,null)),(n()(),r(76,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["18px from top of text bounding box "])),(n()(),r(78,0,null,null,6,"li",[],null,null,null,null,null)),(n()(),r(79,0,null,null,5,"p",[],null,null,null,null,null)),(n()(),r(80,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Tablet & Desktop:"])),(n()(),r(82,0,null,null,2,"em",[],null,null,null,null,null)),(n()(),r(83,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["15px from top of text bounding box "])),(n()(),r(85,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(-1,null,["Text color bar"])),(n()(),r(87,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["This is a color bar that can be applied on top of the headings, and will spam the entire text based on the content."])),(n()(),r(89,0,null,null,1,"h3",[["class","nuv-typography-heading-3 nuv-typography-color-bar-text--dark"]],null,null,null,null,null)),(n()(),o(-1,null,["Heading 3"])),(n()(),r(91,0,null,null,23,"ul",[["class","specs-list"]],null,null,null,null,null)),(n()(),r(92,0,null,null,8,"li",[],null,null,null,null,null)),(n()(),r(93,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),r(94,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["All Breakpoints:"])),(n()(),r(96,0,null,null,4,"em",[],null,null,null,null,null)),(n()(),r(97,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["Width is as wide as text, "])),(n()(),r(99,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["4px height "])),(n()(),r(101,0,null,null,6,"li",[],null,null,null,null,null)),(n()(),r(102,0,null,null,5,"p",[],null,null,null,null,null)),(n()(),r(103,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Mobile:"])),(n()(),r(105,0,null,null,2,"em",[],null,null,null,null,null)),(n()(),r(106,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["20px from top of text bounding box "])),(n()(),r(108,0,null,null,6,"li",[],null,null,null,null,null)),(n()(),r(109,0,null,null,5,"p",[],null,null,null,null,null)),(n()(),r(110,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Tablet & Desktop:"])),(n()(),r(112,0,null,null,2,"em",[],null,null,null,null,null)),(n()(),r(113,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["30px from top of text bounding box "])),(n()(),r(115,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(-1,null,["Watermark Text"])),(n()(),r(117,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,[" This is a special text style added to the bottom of certain components. All watermarks are consistent for all components as far as distance from the left, and amount that they are cutoff from the bottom of the component.\n"])),(n()(),r(119,0,null,null,2,"div",[["class","watermark-container"]],null,null,null,null,null)),(n()(),r(120,0,null,null,1,"div",[["class","watermark"]],null,null,null,null,null)),(n()(),o(-1,null,["Watermark Text"])),(n()(),r(122,0,null,null,20,"ul",[["class","specs-list"]],null,null,null,null,null)),(n()(),r(123,0,null,null,12,"li",[],null,null,null,null,null)),(n()(),r(124,0,null,null,11,"p",[],null,null,null,null,null)),(n()(),r(125,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["All Breakpoints:"])),(n()(),r(127,0,null,null,8,"em",[],null,null,null,null,null)),(n()(),r(128,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["Width is as wide as text, "])),(n()(),r(130,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["160px font-size, "])),(n()(),r(132,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["dark-navy--30 color with 80% transparency, "])),(n()(),r(134,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["20 viewport units from the left "])),(n()(),r(136,0,null,null,6,"li",[],null,null,null,null,null)),(n()(),r(137,0,null,null,5,"p",[],null,null,null,null,null)),(n()(),r(138,0,null,null,1,"strong",[],null,null,null,null,null)),(n()(),o(-1,null,["Mobile:"])),(n()(),r(140,0,null,null,2,"em",[],null,null,null,null,null)),(n()(),r(141,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),o(-1,null,["Hidden "])),(n()(),r(143,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(144,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(145,0,null,null,1,"h5",[],null,null,null,null,null)),(n()(),o(-1,null,["Code Implementation"])),(n()(),r(147,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(-1,null,["SCSS:"])),(n()(),r(149,0,null,null,1,"pre",[],null,null,null,null,null)),(n()(),o(150,null,["@import ../../styles/init;\n\n// Default Values\n... ","\n  @include typography(font-base(heading-5));\n","\n\n// Override Color Only\n... ","\n  @include typography(font-base(heading-5), color(dark-navy));\n","\n\n... ","\n  @include typography(font-base(heading-5), $color: color(dark-navy));\n","\n\n// Override Style Only\n... ","\n  @include typography(font-base(heading-5), $style: italic);\n","\n\n// Override Weight Only\n... ","\n  @include typography(font-base(heading-5), $weight: $font-weight-normal);\n","\n\n// Override Transform Only\n... ","\n  @include typography(font-base(heading-5), $transform: uppercase);\n","\n\n// Override All\n... ","\n  @include typography(font-base(heading-5), color(dark-navy), italic, $font-weight-normal, uppercase);\n","\n\n// Add Small Color Bar\n... ","\n  @include typography-color-bar('small', color(green));\n","\n\n// Add Block Color Bar\n... ","\n  @include typography-color-bar('block', color(green));\n","\n\n// Add Text Color Bar\n... ","\n  @include typography-color-bar('text', color(green));\n","\n"])),(n()(),r(151,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(152,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(153,0,null,null,0,"br",[],null,null,null,null,null))],function(n,t){n(t,11,0,t.component.tableData)},function(n,t){n(t,150,1,["{","}","{","}","{","}","{","}","{","}","{","}","{","}","{","}","{","}","{","}"])})}function cvt(n){return e(0,[(n()(),r(0,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,[" content-two-up works!\n"]))],null,null)}function nki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-content-two-up",[],null,null,null,cvt,iit)),u(1,114688,null,0,lb,[],null,null)],function(n,t){n(t,1,0)},null)}function tki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-theme-carousel",[["title","Our Perspective"]],[[1,"data-component",0]],null,null,tai,yhu)),u(1,4308992,null,0,vhu,[],{title:[0,"title"],slides:[1,"slides"]},null)],function(n,t){n(t,1,0,"Our Perspective",t.component.slides)},function(n,t){n(t,0,0,f(t,1).analyticsDataComponent)})}function iki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-story-body-copy",[],null,null,null,cvi,ghu)),u(1,114688,null,0,dhu,[],null,null)],function(n,t){n(t,1,0)},null)}function rki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-strategy-breaker",[],null,null,null,wp,fk)),u(1,4308992,null,0,uk,[tr],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategyBreakerBeforeHero)},null)}function uki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-strategy-breaker",[],null,null,null,wp,fk)),u(1,4308992,null,0,uk,[tr],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategyBreakerBeforeLanding)},null)}function fki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-header-article",[],null,null,null,va,fl)),u(1,114688,null,0,ul,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.headerArticleWithImage)},null)}function eki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-header-article",[],null,null,null,va,fl)),u(1,114688,null,0,ul,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.headerArticleWithBackground)},null)}function oki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-header-article",[],null,null,null,va,fl)),u(1,114688,null,0,ul,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.headerArticleWithoutImage)},null)}function ski(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-header-article",[],null,null,null,va,fl)),u(1,114688,null,0,ul,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.headerArticleWithVideo)},null)}function hki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-html-table-security",[],null,null,null,oyi,wwt)),u(1,114688,null,0,pwt,[],{properties:[0,"properties"],userLoggedIn:[1,"userLoggedIn"]},null)],function(n,t){n(t,1,0,t.component.htmlTableSecurity,!1)},null)}function cki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-institutional-contact",[],null,null,null,ivt,ktt)),u(1,114688,null,0,btt,[],{properties:[0,"properties"],colorTheme:[1,"colorTheme"]},null)],function(n,t){n(t,1,0,t.component.institutionalContact,"green")},null)}function lki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-institutional-contact",[],null,null,null,ivt,ktt)),u(1,114688,null,0,btt,[],{properties:[0,"properties"],colorTheme:[1,"colorTheme"]},null)],function(n,t){n(t,1,0,t.component.institutionalContactMultisection,"blue")},null)}function aki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategyOverview)},null)}function vki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategy1)},null)}function yki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategy2)},null)}function pki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategy3)},null)}function wki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategy4)},null)}function bki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategy5)},null)}function kki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-hero-strategies",[],null,null,null,ih,us)),u(1,4308992,null,0,rs,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.strategiesBreakerStrategy6)},null)}function dki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-data-callout",[],null,null,null,rvt,gtt)),u(1,114688,null,0,dtt,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.dataCallout)},null)}function gki(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-data-callout",[],null,null,null,rvt,gtt)),u(1,114688,null,0,dtt,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.dataCalloutWithDisclaimerAndBody)},null)}function ndi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-icon-accordion-list",[],null,null,null,ubi,ibt)),u(1,114688,null,0,dwt,[tbt],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.iconAccordionListMany)},null)}function tdi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-story-colors",[],null,null,null,dbi,ycu)),u(1,114688,null,0,vcu,[],null,null)],function(n,t){n(t,1,0)},null)}function idi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-story-typography",[],null,null,null,gbi,bcu)),u(1,114688,null,0,wcu,[],null,null)],function(n,t){n(t,1,0)},null)}function rdi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-content-two-up",[],null,null,null,cvt,iit)),u(1,114688,null,0,lb,[],null,null)],function(n,t){n(t,1,0)},null)}function udi(n){return e(0,[(n()(),r(0,0,null,null,48,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,tki)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,iki)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,rki)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,uki)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,fki)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,eki)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,oki)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ski)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,hki)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cki)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lki)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,aki)),u(24,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vki)),u(26,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,yki)),u(28,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pki)),u(30,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wki)),u(32,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,bki)),u(34,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,kki)),u(36,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,dki)),u(38,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gki)),u(40,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ndi)),u(42,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,tdi)),u(44,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,idi)),u(46,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,rdi)),u(48,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,"theme-carousel"==t.context.$implicit);n(t,4,0,"story-body-copy"==t.context.$implicit);n(t,6,0,"strategy-breaker-before-hero-big"==t.context.$implicit);n(t,8,0,"strategy-breaker-before-hero-small"==t.context.$implicit);n(t,10,0,"header-article"==t.context.$implicit);n(t,12,0,"header-article-with-background"==t.context.$implicit);n(t,14,0,"header-article-without-image"==t.context.$implicit);n(t,16,0,"header-article-with-video"==t.context.$implicit);n(t,18,0,"html-table-security"==t.context.$implicit);n(t,20,0,"institutional-contact"==t.context.$implicit);n(t,22,0,"institutional-contact-multisection"==t.context.$implicit);n(t,24,0,"hero-strategies-strategy-overview"==t.context.$implicit);n(t,26,0,"hero-strategies-strategy-1"==t.context.$implicit);n(t,28,0,"hero-strategies-strategy-2"==t.context.$implicit);n(t,30,0,"hero-strategies-strategy-3"==t.context.$implicit);n(t,32,0,"hero-strategies-strategy-4"==t.context.$implicit);n(t,34,0,"hero-strategies-strategy-5"==t.context.$implicit);n(t,36,0,"hero-strategies-strategy-6"==t.context.$implicit);n(t,38,0,"data-callout"==t.context.$implicit);n(t,40,0,"data-callout-with-disclaimer-and-body"==t.context.$implicit);n(t,42,0,"icon-accordion-list"===t.context.$implicit);n(t,44,0,"styleguide-colors"===t.context.$implicit);n(t,46,0,"styleguide-typography"===t.context.$implicit);n(t,48,0,"content-two-up"==t.context.$implicit)},null)}function fdi(n){return e(0,[(n()(),s(16777216,null,null,1,null,udi)),u(1,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,1,0,t.component.components)},null)}function edi(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-root",[],null,null,null,fdi,ubt)),u(1,114688,null,0,ort,[],null,null)],function(n,t){n(t,1,0)},null)}function odi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["Class","nuv-product-detail-hero__featured-data-point-rating-star"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,":svg:svg",[["height","19"],["viewBox","0 0 21 19"],["width","21"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M10.538 14.39L4.358 19l2.48-7.296-6.3-4.447 7.714.102L10.538 0l2.287 7.36 7.713-.103-6.3 4.447L16.718 19"],["fill","#C4D600"],["fill-rule","evenodd"]],null,null,null,null,null))],null,null)}function sdi(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"span",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),s(16777216,null,null,1,null,odi)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.datapointValueClass);n(t,4,0,i.convertToIntArray(i.datapointValue))},null)}function hdi(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["Class","nuv-data-callout__featured-data-point-rating-star"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,":svg:svg",[["height","19"],["viewBox","0 0 21 19"],["width","21"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M10.538 14.39L4.358 19l2.48-7.296-6.3-4.447 7.714.102L10.538 0l2.287 7.36 7.713-.103-6.3 4.447L16.718 19"],["fill","#C4D600"],["fill-rule","evenodd"]],null,null,null,null,null))],null,null)}function cdi(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"span",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),s(16777216,null,null,1,null,hdi)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.datapointValueClass);n(t,4,0,i.convertToIntArray(i.datapointValue))},null)}function ldi(n){return e(0,[(n()(),s(16777216,null,null,1,null,cdi)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component;n(t,1,0,"Star Rating"===i.displayStyle&&i.isNumber(i.datapointValue)&&"DATACALLOUT"===i.callerType,f(t.parent,4))},null)}function adi(n){return e(0,[(n()(),r(0,0,null,null,2,"li",[],null,null,null,null,null)),(n()(),r(1,0,null,null,1,":svg:svg",[["height","19"],["viewBox","0 0 21 19"],["width","21"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M10.538 14.39L4.358 19l2.48-7.296-6.3-4.447 7.714.102L10.538 0l2.287 7.36 7.713-.103-6.3 4.447L16.718 19"],["fill","#C4D600"],["fill-rule","evenodd"]],null,null,null,null,null))],null,null)}function vdi(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,4,"span",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(3,0,null,null,2,"ul",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,adi)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.datapointValueClass);n(t,5,0,i.convertToIntArray(i.datapointValue))},null)}function ydi(n){return e(0,[(n()(),s(16777216,null,null,1,null,vdi)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component;n(t,1,0,"Star Rating"===i.displayStyle&&i.isNumber(i.datapointValue)&&"APITABLE"===i.callerType,f(t.parent,5))},null)}function pdi(n){return e(0,[(n()(),r(0,0,null,null,6,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,5,"span",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(3,0,null,null,3,"div",[],null,null,null,null,null)),(n()(),r(4,0,null,null,2,":svg:svg",[["viewBox","0 0 14 16"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M11.7 16H2.3C1 16 0 14.9 0 13.6V2.4C0 1.1 1 0 2.3 0h5.6c.2 0 .3.1.4.2l5.5 5.7c.1.1.2.2.2.4v7.4c0 1.2-1 2.3-2.3 2.3z"],["fill","#87B0BC"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M10.8 6.4H14v-.1c0-.2-.1-.3-.2-.4L8.3.2C8.2.1 8.1 0 7.9 0h-.1v3.5c0 1.6 1.3 2.9 3 2.9z"],["fill","#4C7887"]],null,null,null,null,null))],function(n,t){n(t,2,0,t.component.datapointValueClass)},null)}function wdi(n){return e(0,[(n()(),s(16777216,null,null,1,null,pdi)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,"PDF"===t.component.displayStyle,f(t.parent,6))},null)}function bdi(n){return e(0,[(n()(),r(0,0,null,null,2,"span",[],[[8,"innerHTML",1]],null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ct(2,1)],function(n,t){n(t,1,0,t.component.datapointValueClass)},function(n,t){var i=t.component,r=w(t,0,0,n(t,2,0,f(t.parent.parent,0),i.datapointValue));n(t,0,0,r)})}function kdi(n){return e(0,[(n()(),s(16777216,null,null,1,null,bdi)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component;n(t,1,0,null!==i.datapointValueClass&&i.datapointValue,f(t.parent,7))},null)}function ddi(n){return e(0,[(n()(),s(0,null,null,0))],null,null)}function kf(n){return e(0,[it(0,lr,[gi]),(n()(),s(16777216,null,null,1,null,sdi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["block1",2]],null,0,null,ldi)),(n()(),s(0,[["block2",2]],null,0,null,ydi)),(n()(),s(0,[["block3",2]],null,0,null,wdi)),(n()(),s(0,[["block4",2]],null,0,null,kdi)),(n()(),s(0,[["block5",2]],null,0,null,ddi))],function(n,t){var i=t.component;n(t,2,0,"Star Rating"===i.displayStyle&&i.isNumber(i.datapointValue)&&"PRODUCTHERO"===i.callerType,f(t,3))},null)}function gdi(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[["class","nuv-product-table__view-all"]],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"a",[["target","_self"]],[[1,"href",4]],null,null,null,null)),(n()(),r(2,0,null,null,5,"span",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(3,null,[" "," "])),it(131072,at,[lt]),(n()(),r(5,0,null,null,2,":svg:svg",[["height","14"],["viewBox","0 0 22 14"],["width","22"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(6,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#24AA12"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M15 1l5 6-5 6M19 7H0"]],null,null,null,null,null))],null,function(n,t){var i=t.component;n(t,1,0,i.linkUrl);n(t,3,0,w(t,3,0,f(t,4).transform(i.viewAllLabel$)))})}function ngi(n){return e(0,[(n()(),s(16777216,null,null,2,null,gdi)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,1,0,w(t,1,0,f(t,2).transform(i.viewAllLabel$)))},null)}function tgi(n){return e(0,[bt(402653184,1,{elemRef:0}),(n()(),r(1,0,[[1,0],["elemRef",1]],null,0,"div",[],null,null,null,null,null))],null,null)}function igi(n){return e(0,[bt(402653184,1,{elemRef:0}),(n()(),r(1,0,[[1,0],["elemRef",1]],null,0,"div",[],null,null,null,null,null))],null,null)}function rgi(n){return e(0,[bt(402653184,1,{elemRef:0}),(n()(),r(1,0,[[1,0],["elemRef",1]],null,0,"div",[],null,null,null,null,null))],null,null)}function ugi(n){return e(0,[bt(402653184,1,{elemRef:0}),(n()(),r(1,0,[[1,0],["elemRef",1]],null,0,"div",[],null,null,null,null,null))],null,null)}function fgi(n){return e(0,[bt(402653184,1,{elemRef:0}),(n()(),r(1,0,[[1,0],["elemRef",1]],null,0,"div",[],null,null,null,null,null))],null,null)}function egi(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[["class","table-panning-navItem leftarrow nuv-hide"]],null,[[null,"click"]],function(n,t,i){var r=!0;return"click"===t&&(r=!1!==n.component.handleTablePanningClick(i,!1)&&r),r},null,null)),(n()(),o(-1,null,[" "])),(n()(),r(3,0,null,null,1,"div",[["class","table-panning-navItem rightarrow"]],null,[[null,"click"]],function(n,t,i){var r=!0;return"click"===t&&(r=!1!==n.component.handleTablePanningClick(i,!0)&&r),r},null,null)),(n()(),o(-1,null,[" "]))],null,null)}function ogi(n){return e(0,[(n()(),r(0,0,[["headerEl",1]],null,6,"th",[],[[1,"rowspan",0],[1,"colspan",0]],[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.handleColumnSortClick(n.context.$implicit)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ct(2,4),ct(3,2),ct(4,1),(n()(),r(5,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(6,null,[" "," "]))],function(n,t){var i=t.component,r=w(t,1,0,n(t,2,0,f(t.parent.parent.parent,2),t.context.$implicit,t.context.index,i.sortByCol,i.sortByDir));n(t,1,0,r)},function(n,t){var i=t.component,r=w(t,0,0,n(t,3,0,f(t.parent.parent.parent,0),t.context.$implicit,i.headers)),u=w(t,0,1,n(t,4,0,f(t.parent.parent.parent,1),t.context.$implicit));n(t,0,0,r,u);n(t,6,0,t.context.$implicit.dataPoint&&t.context.$implicit.dataPoint.hideLabel?"":t.context.$implicit.title)})}function sgi(n){return e(0,[(n()(),r(0,0,null,null,2,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ogi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.headers)},null)}function hgi(n){return e(0,[(n()(),r(0,0,null,null,4,"th",[],[[1,"rowspan",0],[1,"colspan",0]],[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.handleColumnSortClick(n.context.$implicit)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ct(2,4),(n()(),r(3,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(4,null,[" "," "]))],function(n,t){var i=t.component,r=w(t,1,0,n(t,2,0,f(t.parent.parent.parent,2),t.context.$implicit,i.i,i.sortByCol,i.sortByDir));n(t,1,0,r)},function(n,t){n(t,0,0,1,1);n(t,4,0,t.context.$implicit.dataPoint&&t.context.$implicit.dataPoint.hideLabel?"":t.context.$implicit.title)})}function cgi(n){return e(0,[(n()(),r(0,0,null,null,2,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hgi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.subheaders)},null)}function lgi(n){return e(0,[(n()(),r(0,0,[["headerEl",1]],null,6,"th",[],[[1,"rowspan",0],[1,"colspan",0]],null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ct(2,4),ct(3,2),ct(4,1),(n()(),r(5,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(6,null,[" "," "]))],function(n,t){var i=t.component,r=w(t,1,0,n(t,2,0,f(t.parent.parent.parent,2),t.context.$implicit,t.context.index,i.sortByCol,i.sortByDir));n(t,1,0,r)},function(n,t){var i=t.component,r=w(t,0,0,n(t,3,0,f(t.parent.parent.parent,0),t.context.$implicit,i.headers)),u=w(t,0,1,n(t,4,0,f(t.parent.parent.parent,1),t.context.$implicit));n(t,0,0,r,u);n(t,6,0,t.context.$implicit.dataPoint&&t.context.$implicit.dataPoint.hideLabel?"":t.context.$implicit.title)})}function agi(n){return e(0,[(n()(),r(0,0,null,null,2,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,lgi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.headers)},null)}function vgi(n){return e(0,[(n()(),r(0,0,null,null,4,"th",[],[[1,"rowspan",0],[1,"colspan",0]],null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ct(2,4),(n()(),r(3,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(4,null,[" "," "]))],function(n,t){var i=t.component,r=w(t,1,0,n(t,2,0,f(t.parent.parent.parent,2),t.context.$implicit,i.i,i.sortByCol,i.sortByDir));n(t,1,0,r)},function(n,t){n(t,0,0,1,1);n(t,4,0,t.context.$implicit.dataPoint&&t.context.$implicit.dataPoint.hideLabel?"":t.context.$implicit.title)})}function ygi(n){return e(0,[(n()(),r(0,0,null,null,2,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vgi)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.subheaders)},null)}function pgi(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,4,"tr",[["class","asset-class-breaker"]],null,null,null,null,null)),(n()(),r(2,0,null,null,3,"td",[],[[1,"colSpan",0]],null,null,null,null)),(n()(),r(3,0,null,null,2,"div",[["class","nuv-product-detail-table-retail__cell-content"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(5,null,["",""]))],null,function(n,t){n(t,2,0,t.parent.context.$implicit.cells.length);n(t,5,0,t.parent.context.$implicit.groupByVal)})}function wgi(n){return e(0,[(n()(),r(0,0,null,null,5,"a",[["class","compare-tool-trigger"],["data-action","add-to-compare"],["data-tooltip","Morningstar tools for financial professionals: Compare or analyze a group of funds by using the plus button"]],[[1,"id",0],[1,"data-fund-name",0],[1,"data-fund-ticker",0]],[[null,"mouseover"],[null,"mouseout"],[null,"click"]],function(n,t,i){var r=!0,u=n.component;return"mouseover"===t&&(r=!1!==u.handleCompareMouseover(i)&&r),"mouseout"===t&&(r=!1!==u.handleCompareMouseout(i)&&r),"click"===t&&(r=!1!==u.handleAddToCompareClick(n.parent.parent.parent.context.$implicit.product.symbol,n.parent.parent.parent.context.$implicit.product.fund_name)&&r),r},null,null)),(n()(),r(1,0,null,null,2,":svg:svg",[["class","nuv-product-detail-table-retail__add-to-compare-plus nuv-show"],["data-action","add-to-compare"],["height","10"],["viewBox","0 0 10 10"],["width","10"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"data-fund-name",0],[1,"data-fund-ticker",0]],null,null,null,null)),(n()(),r(2,0,null,null,1,":svg:g",[["data-action","add-to-compare"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],[[1,"data-fund-name",0],[1,"data-fund-ticker",0]],null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M5 1v8M9 5H1"],["data-action","add-to-compare"]],[[1,"data-fund-name",0],[1,"data-fund-ticker",0]],null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:svg",[["class","nuv-product-detail-table-retail__add-to-compare-checkmark nuv-show"],["data-action","added-to-compare"],["height","10"],["viewBox","0 0 12 12"],["width","10"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["_ngcontent-dsv-c6",""],["d","M10 2l-5 8-3-2"],["data-action","added-to-compare"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null))],null,function(n,t){n(t,0,0,t.parent.parent.parent.context.$implicit.product.symbol,t.parent.parent.parent.context.$implicit.product.fund_name,t.parent.parent.parent.context.$implicit.product.symbol);n(t,1,0,t.parent.parent.parent.context.$implicit.product.fund_name,t.parent.parent.parent.context.$implicit.product.symbol);n(t,2,0,t.parent.parent.parent.context.$implicit.product.fund_name,t.parent.parent.parent.context.$implicit.product.symbol);n(t,3,0,t.parent.parent.parent.context.$implicit.product.fund_name,t.parent.parent.parent.context.$implicit.product.symbol)})}function bgi(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["- "]))],null,null)}function kgi(n){return e(0,[(n()(),r(0,0,null,null,7,"span",[],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"a",[["target","_blank"],["title","opens in a new window"]],[[8,"href",4]],null,null,null,null)),(n()(),o(-1,null,["PDF "])),(n()(),r(3,0,null,null,4,"span",[],null,null,null,null,null)),(n()(),r(4,0,null,null,3,":svg:svg",[["height","16"],["viewBox","0 0 14 16"],["width","14"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M11.666667 16H2.333333C1.04475 16 0 14.93926 0 13.62963V2.37037C0 1.061333 1.04475 0 2.333333 0h2.5L14 9v4.62963C14 14.93926 12.95525 16 11.666667 16z"],["fill","#87B0BC"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M5 0v5.210526C5 7.30421 6.696737 9 8.789474 9H14"],["fill","#4C7887"]],null,null,null,null,null))],null,function(n,t){n(t,1,0,ai(1,"",t.parent.parent.context.$implicit.formattedValue.value,""))})}function dgi(n){return e(0,[(n()(),r(0,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bgi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["block3",2]],null,0,null,kgi))],function(n,t){n(t,2,0,"--"==t.parent.context.$implicit.formattedValue.value,f(t,3))},null)}function ggi(n){return e(0,[(n()(),r(0,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"span",[["class","nuv-display-style__fund_symbol"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[],[[8,"href",4]],null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){n(t,2,0,ai(1,"",t.parent.parent.context.$implicit.formattedValue.url,""));n(t,3,0,t.parent.parent.context.$implicit.formattedValue.value)})}function nni(n){return e(0,[(n()(),s(16777216,null,null,1,null,ggi)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,"Fund Link"==t.parent.context.$implicit.column.dataPoint.displayStyle,f(t.parent,9))},null)}function tni(n){return e(0,[(n()(),r(0,0,null,null,2,"span",[],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-api-value",[],null,null,null,kf,te)),u(2,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null)],function(n,t){n(t,2,0,t.component.callerType,t.parent.context.$implicit.column.dataPoint.displayStyle,t.parent.context.$implicit.formattedValue.value,t.parent.context.$implicit.formattedValue.classes)},null)}function ini(n){return e(0,[(n()(),r(0,0,null,null,9,"td",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ct(2,3),(n()(),r(3,0,null,null,6,"div",[["class","nuv-product-detail-table-retail__cell-content"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wgi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,dgi)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["block1",2]],null,0,null,nni)),(n()(),s(0,[["block2",2]],null,0,null,tni))],function(n,t){var i=t.component,r=w(t,1,0,n(t,2,0,f(t.parent.parent.parent.parent.parent,3),t.context.$implicit,t.context.index,i.enableFundCompare));n(t,1,0,r);n(t,5,0,i.enableFundCompare&&t.context.first);n(t,7,0,"PDF"==t.context.$implicit.column.dataPoint.displayStyle,f(t,8))},null)}function rni(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"tr",[],[[1,"data-ticker",0],[1,"data-item",0]],null,null,null,null)),it(0,dfu,[]),(n()(),s(16777216,null,null,1,null,ini)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,4,0,t.parent.context.$implicit.cells)},function(n,t){n(t,1,0,t.parent.context.$implicit.product.symbol,w(t,1,1,f(t,2).transform(t.parent.context.$implicit.product)))})}function uni(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pgi)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,rni)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.context.$implicit.isGroup);n(t,4,0,!t.context.$implicit.isGroup)},null)}function fni(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,uni)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.rowsToShow)},null)}function eni(n){return e(0,[(n()(),r(0,0,null,null,5,"tr",[],null,null,null,null,null)),(n()(),r(1,0,null,null,4,"td",[],[[1,"colspan",0]],null,null,null,null)),(n()(),r(2,0,null,null,3,"div",[["class","nuv-product-detail-table-retail__cell-content"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,"span",[],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"div",[["class","nuv-text-center"]],null,null,null,null,null)),(n()(),o(-1,null,[" No Records Available "]))],null,function(n,t){n(t,1,0,t.component.totalColumns)})}function oni(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-table-view-all",[],null,null,null,ngi,ebt)),u(1,114688,null,0,fbt,[gt],{ViewAllString:[0,"ViewAllString"]},null)],function(n,t){n(t,1,0,t.component.viewallString)},null)}function sni(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[["class","nuv-product-detail-table-retail__load-more"]],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(2,{"nuv-product-detail-table-retail__table-wrapper--hide":0}),(n()(),r(3,0,null,null,4,"a",[["href","javascript:void(0)"],["target","_self"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.showMore()&&i),i},null,null)),(n()(),r(4,0,null,null,3,"span",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(5,null,[" "," "])),(n()(),r(6,0,null,null,1,":svg:svg",[["height","8"],["viewBox","0 0 15 8"],["width","15"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M13.5 1.5l-6 5-6-5"],["fill","none"],["fill-rule","evenodd"],["stroke","#24AA12"],["stroke-width","2"]],null,null,null,null,null))],function(n,t){var i=n(t,2,0,t.component.hideTable);n(t,1,0,"nuv-product-detail-table-retail__load-more",i)},function(n,t){n(t,5,0,t.component.showMoreLabel)})}function hni(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,0,"img",[],[[8,"src",4]],null,null,null,null))],null,function(n,t){n(t,1,0,t.component.graphDetails.ImagePath)})}function cni(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-line-chart",[],null,null,null,tgi,sbt)),u(1,4243456,null,0,obt,[],{dataString:[0,"dataString"],dataoptions:[1,"dataoptions"]},null)],function(n,t){var i=t.component;n(t,1,0,i.graphDetailsString,i.options)},null)}function lni(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-pie-chart",[],null,null,null,igi,cbt)),u(1,4243456,null,0,hbt,[],{dataString:[0,"dataString"],dataoptions:[1,"dataoptions"]},null)],function(n,t){var i=t.component;n(t,1,0,i.graphDetailsString,i.options)},null)}function ani(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-horizontal-bar-chart",[],null,null,null,rgi,abt)),u(1,4243456,null,0,lbt,[],{dataString:[0,"dataString"],dataoptions:[1,"dataoptions"]},null)],function(n,t){var i=t.component;n(t,1,0,i.graphDetailsString,i.options)},null)}function vni(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-vertical-bar-chart",[],null,null,null,ugi,ybt)),u(1,4243456,null,0,vbt,[],{dataString:[0,"dataString"],dataoptions:[1,"dataoptions"]},null)],function(n,t){var i=t.component;n(t,1,0,i.graphDetailsString,i.options)},null)}function yni(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-map-chart",[],null,null,null,fgi,tlu)),u(1,4243456,null,0,nlu,[],{dataString:[0,"dataString"],dataoptions:[1,"dataoptions"]},null)],function(n,t){var i=t.component;n(t,1,0,i.graphDetailsString,i.options)},null)}function pni(n){return e(0,[(n()(),s(16777216,null,null,1,null,cni)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lni)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ani)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vni)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,2,null,yni)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),ct(10,2),(n()(),s(0,null,null,0))],function(n,t){var i=t.component,r;n(t,1,0,"Line Chart"==i.graphDetails.GraphType);n(t,3,0,"Pie Chart"==i.graphDetails.GraphType);n(t,5,0,"Horizontal Bar Chart"==i.graphDetails.GraphType);n(t,7,0,"Vertical Bar Chart"==i.graphDetails.GraphType);r=w(t,9,0,n(t,10,0,f(t.parent.parent.parent,4),i.graphDetails.GraphType,"Map Chart"));n(t,9,0,r)},null)}function wni(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(2,0,null,null,5,"div",[["class","nuv-product-detail-table-retail__chart-wrapper"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(4,{"nuv-product-detail-table-retail__chart-wrapper--hide":0}),(n()(),s(16777216,null,null,1,null,hni)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["graphBlock",2]],null,0,null,pni))],function(n,t){var i=t.component,r;n(t,1,0,i.halfWidthClass);r=n(t,4,0,i.hideGraph);n(t,3,0,"nuv-product-detail-table-retail__chart-wrapper",r);n(t,6,0,!i.isGraphData,f(t,7))},null)}function bni(n){return e(0,[(n()(),r(0,0,null,null,34,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,31,"div",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(3,0,null,null,23,"div",[["class","nuv-product-detail-table-retail__table-outer-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,egi)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(6,0,[[3,0],["tableWrapper",1]],null,17,"div",[["class","nuv-product-detail-table-retail__table-wrapper"]],null,null,null,null,null)),u(7,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(8,{"nuv-product-detail-table-retail__table-wrapper--hide":0}),(n()(),r(9,0,null,null,14,"table",[["thead",""]],null,null,null,null,null)),(n()(),r(10,0,[[5,0],["theadOriginal",1]],null,4,"thead",[["class","nuv-product-detail-table-retail__thead-original"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,sgi)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cgi)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(15,0,[[6,0],["theadReference",1]],null,4,"thead",[["class","nuv-product-detail-table-retail__thead-reference"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,agi)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ygi)),u(19,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(20,0,null,null,3,"tbody",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,fni)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["noDataBlock",2]],null,0,null,eni)),(n()(),r(24,0,[[4,0],["tableWrapperClone",1]],null,2,"div",[["class","nuv-clone"]],null,null,null,null,null)),u(25,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(26,{"nuv-product-detail-table-retail__table-wrapper--hide":0}),(n()(),s(16777216,null,null,1,null,oni)),u(28,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(29,0,null,null,1,"div",[["class","nuv-product-detail-table-retail__add-to-compare-tooltip"]],null,null,null,null,null)),(n()(),r(30,0,null,null,0,"span",[["class","nuv-product-detail-table-retail__add-to-compare-tooltip-copy"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,sni)),u(32,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wni)),u(34,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component,r,u;n(t,2,0,i.halfWidthClass);n(t,5,0,i.isPanningEnabled);r=n(t,8,0,i.hideTable);n(t,7,0,"nuv-product-detail-table-retail__table-wrapper",r);n(t,12,0,i.headers);n(t,14,0,i.subheaders);n(t,17,0,i.headers);n(t,19,0,i.subheaders);n(t,22,0,i.rowsToShow&&(null==i.rowsToShow?null:i.rowsToShow.length),f(t,23));u=n(t,26,0,i.hideTable);n(t,25,0,"nuv-clone",u);n(t,28,0,i.viewallString);n(t,32,0,i.numberOfRowsToShow&&i.rows&&i.numberOfRowsToShow<i.rows.length&&i.showMoreLabel.length>0);n(t,34,0,i.graphDetails.GraphMode&&!i.hideGraph)},null)}function kni(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["style","height:500px; overflow:hidden"]],null,null,null,null,null)),(n()(),r(1,0,[[1,0],["loaderRef",1]],null,0,"div",[],[[8,"id",0]],null,null,null,null))],null,function(n,t){n(t,1,0,ai(1,"",t.component.loaderId,""))})}function dni(n){return e(0,[it(0,ilu,[]),it(0,rlu,[]),it(0,ulu,[]),it(0,flu,[]),it(0,elu,[]),bt(671088640,1,{loaderRef:0}),bt(402653184,2,{tableRef:0}),bt(671088640,3,{content:0}),bt(671088640,4,{tableWrapperClone:0}),bt(671088640,5,{theadOriginal:0}),bt(671088640,6,{theadReference:0}),(n()(),r(11,0,[[2,0],["tableRef",1]],null,2,"div",[["class","nuv-product-detail-table-retail__angular-wrapper nuv-display-contents"]],[[1,"data-graphmode",0],[1,"data-uid",0],[1,"data-isgraphdata",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,bni)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["loadingGif",2]],null,0,null,kni))],function(n,t){n(t,13,0,!t.component.loading,f(t,14))},function(n,t){var i=t.component;n(t,11,0,i.graphDetails.GraphMode,i.graphDetails.containerId,i.isGraphData)})}function gni(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-api-table",[],null,null,null,dni,olu)),u(1,12697600,null,0,sft,[gt,gt,dv,tr],null,null)],function(n,t){n(t,1,0)},null)}function ntr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),o(1,null,[" "," "])),it(131072,at,[lt])],null,function(n,t){n(t,1,0,w(t,1,0,f(t,2).transform(t.parent.context.$implicit.label$)))})}function ttr(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[["class","nuv-data-callout__item__date"]],null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,ntr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(4,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),r(5,0,null,null,2,"nuv-api-value",[],null,null,null,kf,te)),u(6,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,2,0,w(t,2,0,f(t,3).transform(t.context.$implicit.show$)));n(t,6,0,i.callerType,t.context.$implicit.displayStyle,w(t,6,2,f(t,7).transform(t.context.$implicit.value$)),null!=t.context.$implicit.displayStyleCssClass?t.context.$implicit.displayStyleCssClass:"")},null)}function itr(n){return e(0,[(n()(),r(0,0,null,null,12,"div",[["class","nuv-data-callout__item-wrapper nuv-display-contents"]],null,null,null,null,null)),(n()(),r(1,0,null,null,11,"div",[["class","nuv-data-callout__item"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"h3",[["class","nuv-data-callout__item__label no-outline"]],null,null,null,null,null)),(n()(),o(3,null,[" "," "])),it(131072,at,[lt]),(n()(),r(5,0,null,null,7,"div",[["class","nuv-data-callout__item__value-and-date"]],null,null,null,null,null)),(n()(),r(6,0,null,null,4,"div",[],null,null,null,null,null)),u(7,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(8,0,null,null,2,"nuv-api-value",[],null,null,null,kf,te)),u(9,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),it(131072,at,[lt]),(n()(),s(16777216,null,null,1,null,ttr)),u(12,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,7,0,null!=t.parent.context.$implicit.dataPoint.displayStyleCssClass?"":"nuv-data-callout__item__value");n(t,9,0,i.callerType,t.parent.context.$implicit.dataPoint.displayStyle,w(t,9,2,f(t,10).transform(t.parent.context.$implicit.dataPoint.value$)),null!=t.parent.context.$implicit.dataPoint.displayStyleCssClass?t.parent.context.$implicit.dataPoint.displayStyleCssClass:"fund_symbol");n(t,12,0,t.parent.context.$implicit.subDataPoints)},function(n,t){n(t,3,0,w(t,3,0,f(t,4).transform(t.parent.context.$implicit.dataPoint.label$)))})}function rtr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,itr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,w(t,2,0,f(t,3).transform(t.context.$implicit.show$)))},null)}function utr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-data-callout__items"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rtr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.dataPointGroups)},null)}function ftr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-api-data-callout",[],null,null,null,utr,wbt)),u(1,114688,null,0,prt,[gt],null,null)],function(n,t){n(t,1,0)},null)}function etr(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["data-option",""]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.handleTabClick(n.context.index)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(2,{"nuv-product-detail-table-retail__link-toggle-option":0,"no-outline":1,"nuv-product-detail-table-retail__link-toggle-option--active":2}),(n()(),o(3,null,[" "," "])),it(131072,at,[lt])],function(n,t){var i=n(t,2,0,!0,!0,t.context.index===t.component.index);n(t,1,0,i)},function(n,t){n(t,3,0,w(t,3,0,f(t,4).transform(t.context.$implicit.tabTitle$)))})}function otr(n){return e(0,[bt(402653184,1,{tabRef:0}),(n()(),r(1,0,[[1,0],["tabRef",1]],null,2,"div",[["class","nuv-product-detail-table-retail__filter-link-toggle"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,etr)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,3,0,t.component.tabs)},null)}function str(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-api-table-container-tabs",[],null,null,null,otr,kbt)),u(1,4308992,null,0,hft,[gt],null,null)],function(n,t){n(t,1,0)},null)}function lvt(n){return encodeURIComponent(n).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/gi,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%2B/gi,"+").replace(/%3D/gi,"=").replace(/%3F/gi,"?").replace(/%2F/gi,"/")}function avt(n){return"undefined"!=typeof ArrayBuffer&&n instanceof ArrayBuffer}function vvt(n){return"undefined"!=typeof Blob&&n instanceof Blob}function yvt(n){return"undefined"!=typeof FormData&&n instanceof FormData}function un(n,t){return{body:t,headers:n.headers,observe:n.observe,params:n.params,reportProgress:n.reportProgress,responseType:n.responseType,withCredentials:n.withCredentials}}function htr(n){return e(0,[(n()(),r(0,0,null,null,1,"h2",[["class","nuv-gcreit-performance__header"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.keyFactsHeading));n(t,0,0,r)})}function ctr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-gcreit-performance__header__subtext"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.KeyFactsSubHeading));n(t,0,0,r)})}function ltr(n){return e(0,[(n()(),r(0,0,null,null,1,"dt",[["class","nuv-gcreit-performance__key-facts__fact-term nuv-gcreit-performance__key-facts__fact-term--primary"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.totalAssetTitle));n(t,0,0,r)})}function atr(n){return e(0,[(n()(),r(0,0,null,null,1,"dt",[["class","nuv-gcreit-performance__key-facts__fact-term"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.netAssetTitle));n(t,0,0,r)})}function vtr(n){return e(0,[(n()(),r(0,0,null,null,1,"dt",[["aria-describedby","footnote-two"],["class","nuv-gcreit-performance__key-facts__fact-term"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.inceptionTitle));n(t,0,0,r)})}function ytr(n){return e(0,[(n()(),r(0,0,null,null,1,"dt",[["aria-describedby","footnote-one"],["class","nuv-gcreit-performance__key-facts__fact-term"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.propertiesTitle));n(t,0,0,r)})}function ptr(n){return e(0,[(n()(),r(0,0,null,null,1,"dt",[["aria-describedby","footnote-three"],["class","nuv-gcreit-performance__key-facts__fact-term"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.occupancyTitle));n(t,0,0,r)})}function wtr(n){return e(0,[(n()(),r(0,0,null,null,1,"dt",[["class","nuv-gcreit-performance__key-facts__fact-term"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=t.component,r=w(t,0,0,n(t,1,0,f(t.parent,0),null==i.data?null:i.data.keyFacts.leverageTitle));n(t,0,0,r)})}function btr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"option",[],[[8,"selected",0],[8,"disabled",0]],null,null,null,null)),u(2,147456,null,0,to,[v,y,[8,null]],{value:[0,"value"]},null),u(3,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(4,null,[" "," "]))],function(n,t){n(t,2,0,t.context.$implicit.Value);n(t,3,0,t.context.$implicit.Value)},function(n,t){n(t,1,0,t.context.$implicit.Selected,t.context.$implicit.dropdownLabel);n(t,4,0,t.context.$implicit.Label)})}function ktr(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,78,"div",[["class","nuv-gcreit-performance"]],null,null,null,null,null)),(n()(),r(2,0,null,null,39,"div",[["class","nuv-gcreit-performance__section"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,htr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ctr)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(7,0,null,null,0,"div",[["class","nuv-gcreit-performance__h-divider"]],null,null,null,null,null)),(n()(),r(8,0,null,null,33,"div",[["class","nuv-gcreit-performance__key-facts"]],null,null,null,null,null)),(n()(),r(9,0,null,null,32,"dl",[["class","nuv-gcreit-performance__key-facts__list"]],null,null,null,null,null)),(n()(),r(10,0,null,null,5,"div",[["class","nuv-gcreit-performance__key-facts__primary-list"]],null,null,null,null,null)),(n()(),r(11,0,null,null,4,"div",[["class","nuv-gcreit-performance__key-facts__fact nuv-gcreit-performance__key-facts__fact--primary"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ltr)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(14,0,null,null,1,"dd",[["class","nuv-gcreit-performance__key-facts__fact-definition nuv-gcreit-performance__key-facts__fact-definition--primary"]],null,null,null,null,null)),(n()(),o(15,null,["$",""])),(n()(),r(16,0,null,null,25,"div",[["class","nuv-gcreit-performance__key-facts__secondary-list"]],null,null,null,null,null)),(n()(),r(17,0,null,null,4,"div",[["class","nuv-gcreit-performance__key-facts__fact"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,atr)),u(19,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(20,0,null,null,1,"dd",[["class","nuv-gcreit-performance__key-facts__fact-definition"]],null,null,null,null,null)),(n()(),o(21,null,["$",""])),(n()(),r(22,0,null,null,4,"div",[["class","nuv-gcreit-performance__key-facts__fact"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vtr)),u(24,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(25,0,null,null,1,"dd",[["class","nuv-gcreit-performance__key-facts__fact-definition"]],null,null,null,null,null)),(n()(),o(26,null,["",""])),(n()(),r(27,0,null,null,4,"div",[["class","nuv-gcreit-performance__key-facts__fact"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ytr)),u(29,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(30,0,null,null,1,"dd",[["class","nuv-gcreit-performance__key-facts__fact-definition"]],null,null,null,null,null)),(n()(),o(31,null,["",""])),(n()(),r(32,0,null,null,4,"div",[["class","nuv-gcreit-performance__key-facts__fact"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ptr)),u(34,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(35,0,null,null,1,"dd",[["class","nuv-gcreit-performance__key-facts__fact-definition"]],null,null,null,null,null)),(n()(),o(36,null,["","%"])),(n()(),r(37,0,null,null,4,"div",[["class","nuv-gcreit-performance__key-facts__fact"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wtr)),u(39,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(40,0,null,null,1,"dd",[["class","nuv-gcreit-performance__key-facts__fact-definition"]],null,null,null,null,null)),(n()(),o(41,null,["","%"])),(n()(),r(42,0,null,null,9,"div",[["class","nuv-gcreit-performance__section"]],null,null,null,null,null)),(n()(),r(43,0,null,null,1,"h2",[["class","nuv-gcreit-performance__header nuv-gcreit-performance__header--center"]],null,null,null,null,null)),(n()(),o(44,null,["",""])),(n()(),r(45,0,null,null,6,"div",[["class","nuv-gcreit-performance__portfolio-composition"]],null,null,null,null,null)),(n()(),r(46,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(47,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(48,0,null,null,0,"div",[["id","region-chart"]],null,null,null,null,null)),(n()(),r(49,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(50,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(51,0,null,null,0,"div",[["id","sector-chart"]],null,null,null,null,null)),(n()(),r(52,0,null,null,27,"div",[["class","nuv-gcreit-performance__section"]],null,null,null,null,null)),(n()(),r(53,0,null,null,1,"h2",[["class","nuv-gcreit-performance__header nuv-gcreit-performance__header--center"]],null,null,null,null,null)),(n()(),o(54,null,["",""])),(n()(),r(55,0,null,null,1,"label",[["class","nuv-gcreit-performance-label"],["for","share-class-filter"]],null,null,null,null,null)),(n()(),o(56,null,["",""])),(n()(),r(57,0,null,null,6,"select",[["class","nuv-gcreit-performance-select"],["id","share-class-filter"],["name","share-class"]],null,[[null,"change"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==n.component.onFilterChange(i)&&r),r},null,null)),(n()(),r(58,0,null,null,3,"option",[["value",""]],null,null,null,null,null)),u(59,147456,null,0,to,[v,y,[8,null]],{value:[0,"value"]},null),u(60,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(-1,null,["All"])),(n()(),s(16777216,null,null,1,null,btr)),u(63,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(64,0,null,null,0,"div",[["class","nuv-gcreit-performance-select-chevron"]],null,null,null,null,null)),(n()(),r(65,0,null,null,11,"div",[["class","nuv-gcreit-performance__performance"]],null,null,null,null,null)),(n()(),r(66,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(67,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(68,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(69,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(70,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(71,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(72,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(73,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(74,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(75,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(76,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(77,0,null,null,1,"nuv-html-table",[],null,null,null,no,le)),u(78,114688,null,0,ce,[],{properties:[0,"properties"]},null),(n()(),r(79,0,null,null,0,"div",[["class","clear"]],null,null,null,null,null))],function(n,t){var i=t.component;n(t,4,0,null==i.data?null:i.data.keyFacts.keyFactsHeading);n(t,6,0,null==i.data?null:i.data.keyFacts.KeyFactsSubHeading);n(t,13,0,null==i.data?null:i.data.keyFacts.totalAssetTitle);n(t,19,0,null==i.data?null:i.data.keyFacts.netAssetTitle);n(t,24,0,null==i.data?null:i.data.keyFacts.inceptionTitle);n(t,29,0,null==i.data?null:i.data.keyFacts.propertiesTitle);n(t,34,0,null==i.data?null:i.data.keyFacts.occupancyTitle);n(t,39,0,null==i.data?null:i.data.keyFacts.leverageTitle);n(t,47,0,i.regionTableMarkup);n(t,50,0,i.sectorTableMarkup);n(t,59,0,"");n(t,60,0,"");n(t,63,0,i.tableFilters);n(t,67,0,i.monthlyNavTableMarkup);n(t,70,0,i.distributionRateTableMarkup);n(t,73,0,i.netTotalReturnsTableMarkup);n(t,76,0,i.calendarYearReturnsTableMarkup);n(t,78,0,i.netTotalReturnsByMonthTableMarkup)},function(n,t){var i=t.component;n(t,15,0,null==i.data?null:i.data.keyFacts.totalAssetValue);n(t,21,0,null==i.data?null:i.data.keyFacts.netAssetValue);n(t,26,0,null==i.data?null:i.data.keyFacts.inceptionDate);n(t,31,0,null==i.data?null:i.data.keyFacts.numberProperties);n(t,36,0,null==i.data?null:i.data.keyFacts.occupancyRate);n(t,41,0,null==i.data?null:i.data.keyFacts.leverageRatio);n(t,44,0,null==i.data?null:i.data.portfolioComposition.portfolioHeading);n(t,54,0,null==i.data?null:i.data.performance.performanceHeading);n(t,56,0,null==i.data?null:i.data.ShareClassFilter.FilterHeading)})}function dtr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-gcreit-performance",[],null,null,null,ktr,wlu)),u(1,114688,null,0,cw,[ie],null,null)],function(n,t){n(t,1,0)},null)}function gtr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-header-article",[],null,null,null,va,fl)),u(1,114688,null,0,ul,[],{properties:[0,"properties"],dataComponent:[1,"dataComponent"]},null)],function(n,t){var i=t.component;n(t,1,0,i.data,i.dataComponent)},null)}function nir(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-header-article-embed",[],null,null,null,gtr,gbt)),u(1,114688,null,0,krt,[brt,v],null,null)],function(n,t){n(t,1,0)},null)}function tir(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-chatbox--errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){n(t,3,0,t.component.propertiesJson.FirstNameErrorMessage)})}function iir(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-chatbox--errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){n(t,3,0,t.component.propertiesJson.LastNameErrorMessage)})}function rir(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-chatbox--errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){n(t,3,0,t.component.propertiesJson.CompanyNameErrorMessage)})}function uir(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-chatbox--errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){n(t,3,0,t.component.propertiesJson.EmailErrorMessage)})}function fir(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-chatbox--errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){n(t,3,0,t.component.propertiesJson.FinancialAdvisorErrorMessage)})}function eir(n){return e(0,[(n()(),r(0,0,null,null,85,"div",[["class","nuv-chatbox--wrapper"],["id","nuvchatboxwrapper"],["style","display: none;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,17,"div",[["class","nuv-chatbox--head-wrapper no-outline"]],null,null,null,null,null)),(n()(),r(2,0,null,null,7,"div",[["class","nuv-chatbox--chat-logo"]],null,null,null,null,null)),(n()(),r(3,0,null,null,6,":svg:svg",[["height","30"],["viewBox","0 0 30 30"],["width","30"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,2,":svg:defs",[],null,null,null,null,null)),(n()(),r(5,0,null,null,1,":svg:style",[],null,null,null,null,null)),(n()(),o(-1,null,[" .chat-circle { fill: #3c4d5c; } .chat-text-svg { font-size: 44.138px; fill: #253746; font-family: Georgia; font-weight: 700; } "])),(n()(),r(7,0,null,null,0,":svg:circle",[["class","chat-circle"],["cx","15"],["cy","15"],["r","15"]],null,null,null,null,null)),(n()(),r(8,0,null,null,1,":svg:text",[["class","chat-text-svg"],["id","n"],["transform","translate(4.35 23.475) scale(0.725)"]],null,null,null,null,null)),(n()(),o(-1,null,["n"])),(n()(),r(10,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["CHAT"])),(n()(),r(12,0,null,null,6,"div",[["class","nuv-chatbox--chat-bar"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"span",[["class","maximize"],["style","display:none;"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.maximize()&&i),i},null,null)),(n()(),o(-1,null,["+"])),(n()(),r(15,0,null,null,1,"span",[["class","minimize"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.minimize()&&i),i},null,null)),(n()(),o(-1,null,["-"])),(n()(),r(17,0,null,null,1,"span",[["class","close"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.closechatbox()&&i),i},null,null)),(n()(),o(-1,null,["x"])),(n()(),r(19,0,null,null,66,"div",[["class","nuv-chatbox--body-wrapper test"]],null,null,null,null,null)),(n()(),r(20,0,null,null,65,"form",[["class","ng-untouched ng-pristine ng-invalid"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngSubmit"],[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0,u=n.component;return"submit"===t&&(r=!1!==f(n,22).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,22).onReset()&&r),"ngSubmit"===t&&(r=!1!==u.onSubmit()&&r),r},null,null)),u(21,16384,null,0,pl,[],null,null),u(22,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},{ngSubmit:"ngSubmit"}),rt(2048,null,ot,null,[pr]),u(24,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(25,0,null,null,0,"div",[["class","nuv-chatbox--body-content"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(26,0,null,null,19,"div",[["class","nuv-chatbox--field-wrapper"]],null,null,null,null,null)),(n()(),r(27,0,null,null,8,"div",[["class","nuv-chatbox--field-left-wrapper"]],null,null,null,null,null)),(n()(),r(28,0,null,null,5,"input",[["class","ng-pristine ng-invalid ng-touched"],["formControlName","firstName"],["id","firstName"],["style",""],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,29)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,29).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,29)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,29)._compositionEnd(i.target.value)&&r),r},null,null)),u(29,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(31,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(33,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,tir)),u(35,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(36,0,null,null,8,"div",[["class","nuv-chatbox--field-right-wrapper"]],null,null,null,null,null)),(n()(),r(37,0,null,null,5,"input",[["class","ng-pristine ng-invalid ng-touched"],["formControlName","lastName"],["id","lastName"],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,38)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,38).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,38)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,38)._compositionEnd(i.target.value)&&r),r},null,null)),u(38,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(40,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(42,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,iir)),u(44,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(45,0,null,null,0,"div",[["class","clearfix"]],null,null,null,null,null)),(n()(),r(46,0,null,null,8,"div",[["class","nuv-chatbox--field-wrapper"]],null,null,null,null,null)),(n()(),r(47,0,null,null,5,"input",[["class","ng-pristine ng-invalid ng-touched"],["formControlName","companyName"],["id","companyName"],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,48)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,48).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,48)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,48)._compositionEnd(i.target.value)&&r),r},null,null)),u(48,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(50,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(52,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,rir)),u(54,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(55,0,null,null,8,"div",[["class","nuv-chatbox--field-wrapper"]],null,null,null,null,null)),(n()(),r(56,0,null,null,5,"input",[["class","ng-pristine ng-invalid ng-touched"],["formControlName","email"],["id","email"],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,57)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,57).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,57)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,57)._compositionEnd(i.target.value)&&r),r},null,null)),u(57,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(59,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(61,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,uir)),u(63,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(64,0,null,null,9,"div",[["class","nuv-chatbox--field-wrapper"]],null,null,null,null,null)),(n()(),r(65,0,null,null,5,"input",[["class","nuv-chatbox--field-checkbox ng-untouched ng-pristine ng-invalid"],["formControlName","cb"],["id","cb"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==f(n,66).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,66).onTouched()&&r),r},null,null)),u(66,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(68,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(70,16384,null,0,li,[[4,st]],null,null),(n()(),r(71,0,null,null,0,"span",[],[[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,fir)),u(73,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(74,0,null,null,4,"div",[["class","nuv-chatbox--field-wrapper"]],null,null,null,null,null)),(n()(),r(75,0,null,null,3,"div",[["id","submitbutton"]],null,null,null,null,null)),u(76,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(77,0,null,null,1,"button",[["class","nuv-button__btn"],["type","submit"]],null,null,null,null,null)),(n()(),o(78,null,["",""])),(n()(),r(79,0,null,null,6,"div",[["class","nuv-chatbox--field-wrapper nuv-chatbox--text-center"]],null,null,null,null,null)),(n()(),r(80,0,null,null,1,"a",[["target","_blank"]],[[8,"href",4]],null,null,null,null)),(n()(),o(81,null,["",""])),(n()(),r(82,0,null,null,1,"span",[["class","nuv-link-divider"]],null,null,null,null,null)),(n()(),o(-1,null,[" | "])),(n()(),r(84,0,null,null,1,"a",[["target","_blank"]],[[8,"href",4]],null,null,null,null)),(n()(),o(85,null,["",""]))],function(n,t){var i=t.component;n(t,22,0,i.chatForm);n(t,31,0,"firstName");n(t,35,0,i.getFromControls.firstName.invalid&&i.getFromControls.firstName.touched);n(t,40,0,"lastName");n(t,44,0,i.getFromControls.lastName.invalid&&i.getFromControls.lastName.touched);n(t,50,0,"companyName");n(t,54,0,i.getFromControls.companyName.invalid&&i.getFromControls.companyName.touched);n(t,59,0,"email");n(t,63,0,i.getFromControls.email.invalid&&i.getFromControls.email.touched);n(t,68,0,"cb");n(t,73,0,i.getFromControls.cb.invalid&&i.getFromControls.cb.touched);n(t,76,0,i.chatForm.valid?"nuv-button nuv-button--green":"nuv-button")},function(n,t){var i=t.component;n(t,20,0,f(t,24).ngClassUntouched,f(t,24).ngClassTouched,f(t,24).ngClassPristine,f(t,24).ngClassDirty,f(t,24).ngClassValid,f(t,24).ngClassInvalid,f(t,24).ngClassPending);n(t,25,0,i.chatHeaderText);n(t,28,0,ai(1,"",i.propertiesJson.FirstNamePlaceholder,""),f(t,33).ngClassUntouched,f(t,33).ngClassTouched,f(t,33).ngClassPristine,f(t,33).ngClassDirty,f(t,33).ngClassValid,f(t,33).ngClassInvalid,f(t,33).ngClassPending);n(t,37,0,ai(1,"",i.propertiesJson.LastNamePlaceholder,""),f(t,42).ngClassUntouched,f(t,42).ngClassTouched,f(t,42).ngClassPristine,f(t,42).ngClassDirty,f(t,42).ngClassValid,f(t,42).ngClassInvalid,f(t,42).ngClassPending);n(t,47,0,ai(1,"",i.propertiesJson.CompanyNamePlaceholder,""),f(t,52).ngClassUntouched,f(t,52).ngClassTouched,f(t,52).ngClassPristine,f(t,52).ngClassDirty,f(t,52).ngClassValid,f(t,52).ngClassInvalid,f(t,52).ngClassPending);n(t,56,0,ai(1,"",i.propertiesJson.EmailPlaceholder,""),f(t,61).ngClassUntouched,f(t,61).ngClassTouched,f(t,61).ngClassPristine,f(t,61).ngClassDirty,f(t,61).ngClassValid,f(t,61).ngClassInvalid,f(t,61).ngClassPending);n(t,65,0,f(t,70).ngClassUntouched,f(t,70).ngClassTouched,f(t,70).ngClassPristine,f(t,70).ngClassDirty,f(t,70).ngClassValid,f(t,70).ngClassInvalid,f(t,70).ngClassPending);n(t,71,0,i.propertiesJson.chatFooterText);n(t,78,0,i.propertiesJson.CTAText);n(t,80,0,ai(1,"",i.propertiesJson.LeftLink,""));n(t,81,0,i.propertiesJson.LeftLinkText);n(t,84,0,ai(1,"",i.propertiesJson.RightLink,""));n(t,85,0,i.propertiesJson.RightLinkText)})}function oir(n){return e(0,[(n()(),r(0,0,null,null,1,"live-chat-pre-form",[],null,null,null,eir,tkt)),u(1,4308992,null,0,vut,[lo,v,gi],null,null)],function(n,t){n(t,1,0)},null)}function sir(n){return e(0,[(n()(),r(0,0,[["loadingSvgElement1",1]],null,2,":svg:svg",[["class","svg-circle svg-circle--loading svg-circle--loading-quadrant-group-1"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.svgViewBox);n(t,1,0,i.arcPathLoadingQ1,i.strokeWidth);n(t,2,0,i.arcPathLoadingQ2,i.strokeWidth)})}function hir(n){return e(0,[(n()(),r(0,0,[["loadingSvgElement1",1]],null,2,":svg:svg",[["class","svg-circle svg-circle--loading svg-circle--loading-quadrant-group-2"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["fill","none"],["stroke","#BDC3C7"]],[[1,"d",0],[1,"stroke-width",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.svgViewBox);n(t,1,0,i.arcPathLoadingQ1,i.strokeWidth);n(t,2,0,i.arcPathLoadingQ2,i.strokeWidth)})}function cir(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:circle",[["fill","black"],["fill-rule","evenodd"]],[[1,"cx",0],[1,"cy",0],[1,"r",0]],null,null,null,null))],null,function(n,t){n(t,1,0,t.context.$implicit.x,t.context.$implicit.y,t.component.smallRadius)})}function lir(n){return e(0,[(n()(),r(0,0,null,null,0,":svg:circle",[["fill","rgba(0, 0, 0, 0)"],["fill-rule","evenodd"],["stroke","#BDC3C7"]],[[1,"cx",0],[1,"cy",0],[1,"r",0],[1,"stroke-width",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.circles[i.activeItemIndex].x,i.circles[i.activeItemIndex].y,i.smallRadius,i.strokeWidth)})}function air(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,":svg:a",[["class","svg-circle-dot"]],[[1,":xlink:href",0]],null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"svg-circle-dot--selected":0,"svg-circle-dot--active":1}),(n()(),r(4,0,null,null,0,":svg:circle",[["fill","rgba(0, 0, 0, 0)"],["fill-rule","evenodd"],["stroke","#BDC3C7"]],[[1,"data-name",0],[1,"cx",0],[1,"cy",0],[1,"r",0],[1,"stroke-width",0]],null,null,null,null))],function(n,t){var i=t.component,r=n(t,3,0,i.activeItemIndex>=t.context.index,i.activeItemFrameIndex>=t.context.index);n(t,2,0,"svg-circle-dot",r)},function(n,t){var i=t.component;n(t,1,0,null==t.context.$implicit.label.link?null:t.context.$implicit.label.link.href);n(t,4,0,t.context.$implicit.label.title,t.context.$implicit.x,t.context.$implicit.y,i.smallRadius,i.strokeWidth)})}function vir(n){return e(0,[(n()(),r(0,0,[[1,0],["greenLineSvgElement",1]],null,3,":svg:svg",[["class","svg-circle svg-circle--green-line"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(1,0,null,null,2,":svg:path",[["fill","none"],["stroke","#2ba824"],["stroke-width","4"]],[[1,"d",0]],null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(3,{"stroke-circle-1":0,"stroke-circle-2":1,"stroke-circle-3":2,"stroke-circle-4":3,"stroke-circle-5":4})],function(n,t){var i=t.component,r=n(t,3,0,1===i.activeItemIndex,2===i.activeItemIndex,3===i.activeItemIndex,4===i.activeItemIndex,5===i.activeItemIndex);n(t,2,0,r)},function(n,t){var i=t.component;n(t,0,0,i.svgViewBox);n(t,1,0,i.arcPath)})}function yir(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,4,"div",[["class","circle-element"]],[[4,"left","%"],[4,"top","%"]],null,null,null,null)),(n()(),r(2,0,[["labelElement",1]],null,3,"div",[["class","circle-label"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(4,0,null,null,1,"a",[["class","circle-label-link"]],[[8,"href",4]],null,null,null,null)),(n()(),o(5,null,["",""]))],function(n,t){n(t,3,0,"circle-label",t.context.$implicit.labelLocation?"circle-label--position-"+t.context.$implicit.labelLocation:"")},function(n,t){n(t,1,0,t.context.$implicit.percentLeft,t.context.$implicit.percentTop);n(t,4,0,null==t.context.$implicit.label.link?null:t.context.$implicit.label.link.href);n(t,5,0,t.context.$implicit.label.title)})}function pir(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,yir)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.circles)},null)}function wir(n){return e(0,[bt(671088640,1,{greenLineSvgElement:0}),(n()(),r(1,0,null,null,21,"div",[["class","circle-wrapper"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"circle-wrapper--view-initialized":0,"circle-wrapper--with-labels":1,"circle-wrapper--in-ie11":2,"circle-wrapper--overview-initialized":3}),(n()(),r(4,0,null,null,18,"div",[["class","circle-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,sir)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,hir)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(9,0,null,null,9,":svg:svg",[["class","svg-circle"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"viewBox",0]],null,null,null,null)),(n()(),r(10,0,null,null,3,":svg:mask",[["id","myMask"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:rect",[["fill","white"],["x","0"],["y","0"]],[[1,"width",0],[1,"height",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,cir)),u(13,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(14,0,null,null,0,":svg:circle",[["fill","none"],["fill-rule","evenodd"],["mask","url(#myMask)"],["stroke","#BDC3C7"]],[[1,"cx",0],[1,"cy",0],[1,"r",0],[1,"stroke-width",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,lir)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,air)),u(18,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,vir)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pir)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,3,0,i.viewInitialized,i.withLabels,i.isIE11,i.overviewInitialized);n(t,2,0,"circle-wrapper",r);n(t,6,0,i.withLabels);n(t,8,0,i.withLabels);n(t,13,0,i.circles);n(t,16,0,i.isIE11&&i.activeItemIndex>-1);n(t,18,0,i.circles);n(t,20,0,i.activeItemIndex>-1);n(t,22,0,i.withLabels)},function(n,t){var i=t.component;n(t,9,0,i.svgViewBox);n(t,11,0,i.svgSquareSize,i.svgSquareSize);n(t,14,0,.5*i.svgSquareSize,.5*i.svgSquareSize,i.bigRadius,i.strokeWidth)})}function bir(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-new-hero-strategies-circle",[],null,null,null,wir,rkt)),u(1,4308992,null,0,put,[yut,v],null,null)],function(n,t){n(t,1,0)},null)}function kir(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[],null,null,null,null,null))],null,null)}function dir(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-page",[],null,null,null,kir,fkt)),u(1,114688,null,0,wut,[gt],null,null)],function(n,t){n(t,1,0)},null)}function gir(n){return e(0,[(n()(),r(0,0,null,null,1,"button",[["class","nuv-share-class-selector__buttons-list-button"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.selectShareClass()&&i),i},null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.shareClassText)})}function nrr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-share-class-selector",[],null,null,null,gir,okt)),u(1,114688,null,0,but,[gt],null,null)],function(n,t){n(t,1,0)},null)}function trr(n){return e(0,[(n()(),r(0,0,null,null,3,"option",[],[[1,"data-apiUrl",0],[8,"selected",0]],null,null,null,null)),u(1,147456,null,0,to,[v,y,[2,hu]],{ngValue:[0,"ngValue"]},null),u(2,147456,null,0,io,[v,y,[8,null]],{ngValue:[0,"ngValue"]},null),(n()(),o(3,null,["",""]))],function(n,t){n(t,1,0,t.context.$implicit);n(t,2,0,t.context.$implicit)},function(n,t){n(t,0,0,t.context.$implicit.apiUrl,!0===t.context.$implicit.isSelected);n(t,3,0,t.context.$implicit.text)})}function irr(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,[["shareclassSelector",1]],null,7,"select",[["class","nuv-share-class-selector__dropdown-select"],["id","myselect"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,2).onChange(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,2).onTouched()&&r),"ngModelChange"===t&&(r=!1!==(u.selectedShareClass=i)&&r),"change"===t&&(r=!1!==u.onShareClassChange(u.selectedShareClass)&&r),r},null,null)),u(2,16384,null,0,hu,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[hu]),u(4,671744,null,0,pe,[[8,null],[8,null],[8,null],[6,ht]],{model:[0,"model"]},{update:"ngModelChange"}),rt(2048,null,st,null,[pe]),u(6,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,trr)),u(8,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,4,0,i.selectedShareClass);n(t,8,0,i.shareClassSelectors)},function(n,t){n(t,1,0,f(t,6).ngClassUntouched,f(t,6).ngClassTouched,f(t,6).ngClassPristine,f(t,6).ngClassDirty,f(t,6).ngClassValid,f(t,6).ngClassInvalid,f(t,6).ngClassPending)})}function rrr(n){return e(0,[(n()(),s(16777216,null,null,1,null,irr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,1,0,i.shareClassSelectors&&i.shareClassSelectors.length>0)},null)}function urr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-share-class-selector-dropdown",[],null,null,null,rrr,hkt)),u(1,114688,null,0,kut,[gt],null,null)],function(n,t){n(t,1,0)},null)}function bi(n){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&n[t],r=0;if(i)return i.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.");}function fn(n,t){return"function"==typeof t?function(i){return i.pipe(fn(function(i,r){return kl(n(i,r)).pipe(yt(function(n,u){return t(i,n,r,u)}))}))}:function(t){return t.lift(new lkt(n))}}function ko(){}function bp(n,t,i){return function(r){return r.lift(new vkt(n,t,i))}}function kp(n){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&n[t],r=0;if(i)return i.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.");}function frr(n){return e(0,[(n()(),r(0,0,null,null,0,"a",[["class","tabs__link"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.parent.context.$implicit.title)})}function err(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","tabs__link"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.title)})}function orr(n){return e(0,[(n()(),r(0,0,null,null,6,"li",[["class","tabs__item"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.selectTab(n.context.$implicit)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(2,0,null,null,4,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,frr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,err)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,1,0,"tabs__item",t.context.$implicit.active?"maintab-active":"");n(t,4,0,t.context.$implicit.isTitleHTMLContent);n(t,6,0,!t.context.$implicit.isTitleHTMLContent)},null)}function srr(n){return e(0,[(n()(),s(16777216,null,null,1,null,orr)),u(1,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,t.component.nTabs)},null)}function hrr(n){return e(0,[(n()(),r(0,0,null,null,3,"li",[["class","nuv-product-filters__category-option"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.selectTab(n.context.$implicit)&&i),i},null,null)),(n()(),r(1,0,null,null,2,"button",[["class","nuv-product-filters__tab-button"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),o(3,null,["",""]))],function(n,t){n(t,2,0,"nuv-product-filters__tab-button",t.context.$implicit.active?"nuv-product-filters__tab-button--active":"")},function(n,t){n(t,3,0,t.context.$implicit.title)})}function crr(n){return e(0,[(n()(),s(16777216,null,null,1,null,hrr)),u(1,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,t.component.nTabs)},null)}function pvt(n){return e(0,[(n()(),r(0,0,null,null,4,"ul",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),s(16777216,null,null,1,null,srr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["nestedBlock",2]],null,0,null,crr)),yc(null,0)],function(n,t){var i=t.component;n(t,1,0,i.tabType===i.TabType.MainTab?"tabs maintab-nav":"nuv-product-filters__category-tabs product-nav-items nuv-tabs-scrolling");n(t,3,0,i.tabType===i.TabType.MainTab,f(t,4))},null)}function dp(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[],[[8,"hidden",0]],null,null,null,null)),yc(null,0)],null,function(n,t){n(t,0,0,!t.component.active)})}function lrr(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-multi-select-filter-modal nuv-multi-select-filter-modal--open"]],null,null,null,null,null)),(n()(),r(1,0,null,null,5,"div",[["class","nuv-multi-select-filter-modal__main-container"]],null,null,null,null,null)),(n()(),r(2,0,null,null,3,"button",[["class","nuv-multi-select-filter-modal__close-btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.close()&&i),i},null,null)),(n()(),r(3,0,null,null,2,":svg:svg",[["class","nuv-multi-select-filter-modal__close-icon"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#66737D"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M.5.5l18.85 17.907M19.35.5L.5 18.407"]],null,null,null,null,null)),yc(null,0)],null,null)}function en(n){return e(0,[(n()(),s(16777216,null,null,1,null,lrr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,1,0,t.component.openModal)},null)}function arr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.component.message)})}function vrr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.context.$implicit)})}function yrr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vrr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.errorMessages)},null)}function prr(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","text-danger nuv-error-elm"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,arr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,yrr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.message);n(t,4,0,!i.message)},null)}function on(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-form-control"]],[[2,"is-error",null]],null,null,null,null)),yc(null,0),(n()(),s(16777216,null,null,1,null,prr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,3,0,i.enableValidation&&i.control.errors&&(i.control.touched||i.submitted))},function(n,t){var i=t.component;n(t,0,0,i.enableValidation&&i.control.errors&&(i.control.touched||i.submitted))})}function wrr(n){return e(0,[(n()(),r(0,0,null,null,2,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"span",[["class","nuv-multi-select-filter-modal__filter-title"]],null,null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){n(t,2,0,t.parent.context.$implicit.name)})}function brr(n){return e(0,[(n()(),r(0,0,null,null,13,"div",[["class","nuv-multi-select-filter-modal__filter-label-container"]],null,null,null,null,null)),(n()(),r(1,0,null,null,12,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(3,0,null,null,5,"input",[["style","width: 0px; height: 0px"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,4).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,4).onTouched()&&r),"ngModelChange"===t&&(r=!1!==u.onChecked(i,n.context.$implicit)&&r),r},null,null)),u(4,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(6,671744,null,0,pe,[[8,null],[8,null],[8,null],[6,ht]],{model:[0,"model"]},{update:"ngModelChange"}),rt(2048,null,st,null,[pe]),u(8,16384,null,0,li,[[4,st]],null,null),(n()(),r(9,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(10,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),r(12,0,null,null,1,"span",[["class","nuv-multi-select-filter-modal__filter-label-text"]],null,null,null,null,null)),(n()(),o(13,null,["",""]))],function(n,t){n(t,2,0,"nuv-multi-select-filter-modal__filter-label",t.context.$implicit.checked?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,6,0,t.context.$implicit.checked)},function(n,t){n(t,3,0,f(t,8).ngClassUntouched,f(t,8).ngClassTouched,f(t,8).ngClassPristine,f(t,8).ngClassDirty,f(t,8).ngClassValid,f(t,8).ngClassInvalid,f(t,8).ngClassPending);n(t,13,0,null==t.context.$implicit?null:t.context.$implicit.lbl)})}function krr(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-multi-select-filter-modal__filter-label-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wrr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,brr)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.displayGroup);n(t,4,0,t.context.$implicit.subclasses)},null)}function drr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,krr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.tabCategories.categories)},null)}function grr(n){return e(0,[(n()(),r(0,0,null,null,1,"h4",[["class","nuv-multi-select-filter-modal__main-title"]],null,null,null,null,null)),(n()(),o(1,null,["",""])),(n()(),r(2,0,null,null,18,"div",[["class","nuv-multi-select-filter-modal__form"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,"div",[["class","nuv-multi-select-filter-modal__filter-groups"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,drr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(6,0,null,null,14,"div",[["class","nuv-multi-select-filter-modal__form-options"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,"div",[["class","nuv-multi-select-filter-modal__options-container"]],null,null,null,null,null)),(n()(),r(8,0,null,null,1,"button",[["class","nuv-multi-select-filter-modal__select-all-btn"],["type","button"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.onSelectAll()&&i),i},null,null)),(n()(),o(-1,null,[" Select all "])),(n()(),r(10,0,null,null,10,"div",[["class","nuv-multi-select-filter-modal__options-container"]],null,null,null,null,null)),(n()(),r(11,0,null,null,6,"button",[["class","nuv-multi-select-filter-modal__reset-btn"],["type","button"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.onResetFilters()&&i),i},null,null)),(n()(),r(12,0,null,null,3,":svg:svg",[["class","nuv-multi-select-filter-modal__reset-icon"],["height","16"],["width","21"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(13,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M11.657 8L6 13.657.343 8z"],["fill","#253746"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M13 15a7 7 0 1 0-7-7"],["stroke","#253746"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(16,0,null,null,1,"span",[["class","nuv-multi-select-filter-modal__reset-text"]],null,null,null,null,null)),(n()(),o(-1,null,[" Reset filters "])),(n()(),r(18,0,null,null,2,"div",[["class","nuv-button nuv-button--green nuv-multi-select-filter-modal__apply-btn"]],null,null,null,null,null)),(n()(),r(19,0,null,null,1,"button",[["class","nuv-button__btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.onApplyFilters()&&i),i},null,null)),(n()(),o(20,null,[" Apply filters "," "]))],function(n,t){n(t,5,0,t.component.tabCategories)},function(n,t){var i=t.component;n(t,1,0,i.title);n(t,20,0,i.checkedCount?" ("+i.checkedCount+")":"")})}function nur(n){return e(0,[(n()(),r(0,0,null,null,15,"li",[["class","nuv-conference-calls-list-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,10,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(3,0,null,null,5,"input",[["class","subscription-conference-calls-checkbox"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==f(n,4).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,4).onTouched()&&r),r},null,null)),u(4,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(6,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(8,16384,null,0,li,[[4,st]],null,null),(n()(),r(9,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(10,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),r(12,0,null,null,1,"label",[["class","nuv-conference-calls-list-item-text"]],null,null,null,null,null)),(n()(),o(13,null,["",""])),(n()(),r(14,0,null,null,0,"div",[],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(15,0,null,null,0,"hr",[["style","color:rgb(255, 254, 254); margin: 15px 0px 10px 0px"]],null,null,null,null,null))],function(n,t){n(t,2,0,"nuv-multi-select-filter-modal__filter-label",t.component.confCallWebinarsGroup.get("subscribeitems_"+t.context.$implicit.id).value?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,6,0,"subscribeitems_"+t.context.$implicit.id)},function(n,t){n(t,3,0,f(t,8).ngClassUntouched,f(t,8).ngClassTouched,f(t,8).ngClassPristine,f(t,8).ngClassDirty,f(t,8).ngClassValid,f(t,8).ngClassInvalid,f(t,8).ngClassPending);n(t,13,0,t.context.$implicit.title);n(t,14,0,t.context.$implicit.description)})}function tur(n){return e(0,[(n()(),s(16777216,null,null,1,null,nur)),u(1,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,t.parent.context.$implicit.subscribeitems)},null)}function iur(n){return e(0,[(n()(),r(0,0,null,null,13,"li",[["style","float:left; width: 30%"]],null,null,null,null,null)),(n()(),r(1,0,null,null,12,"strong",[],null,null,null,null,null)),(n()(),r(2,0,null,null,10,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(4,0,null,null,5,"input",[["class","subscription-conference-calls-checkbox"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==f(n,5).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,5).onTouched()&&r),r},null,null)),u(5,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(7,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(9,16384,null,0,li,[[4,st]],null,null),(n()(),r(10,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(11,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),o(13,null,[" "," "]))],function(n,t){n(t,3,0,"nuv-multi-select-filter-modal__filter-label",t.component.confCallWebinarsGroup.get("subscribeitems_"+t.context.$implicit.id).value?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,7,0,"subscribeitems_"+t.context.$implicit.id)},function(n,t){n(t,4,0,f(t,9).ngClassUntouched,f(t,9).ngClassTouched,f(t,9).ngClassPristine,f(t,9).ngClassDirty,f(t,9).ngClassValid,f(t,9).ngClassInvalid,f(t,9).ngClassPending);n(t,13,0,t.context.$implicit.title)})}function rur(n){return e(0,[(n()(),o(0,null,[" "," "])),(n()(),r(1,0,null,null,0,"div",[],[[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,iur)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,3,0,t.parent.context.$implicit.subscribeitems)},function(n,t){n(t,0,0,t.parent.context.$implicit.grouplabel);n(t,1,0,t.parent.context.$implicit.groupdescription)})}function uur(n){return e(0,[(n()(),r(0,0,null,null,3,"li",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,tur)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["nestedBlock",2]],null,0,null,rur))],function(n,t){n(t,2,0,"single"===t.context.$implicit.type,f(t,3))},null)}function fur(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,0,"span",[["class","nuv-product-detail-table__title"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,uur)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(5,0,null,null,0,"div",[["class","nuv-subscribe-conf-call_p"],["style","float:left; width:100%"]],[[8,"innerHTML",1]],null,null,null,null))],function(n,t){n(t,4,0,t.component.tabData.contentrows)},function(n,t){var i=t.component;n(t,2,0,i.tabData.lead);n(t,5,0,i.tabData.closing)})}function eur(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-conference-calls"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0;return"submit"===t&&(r=!1!==f(n,1).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,1).onReset()&&r),r},null,null)),u(1,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},null),rt(2048,null,ot,null,[pr]),u(3,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(4,0,null,null,2,"ul",[["style","list-style-type: none; padding: 0px 0px 10px 0px"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,fur)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,1,0,i.confCallWebinarsGroup);n(t,6,0,"tab30"===i.tabData.id)},function(n,t){n(t,0,0,f(t,3).ngClassUntouched,f(t,3).ngClassTouched,f(t,3).ngClassPristine,f(t,3).ngClassDirty,f(t,3).ngClassValid,f(t,3).ngClassInvalid,f(t,3).ngClassPending)})}function our(n){return e(0,[(n()(),r(0,0,null,null,8,"label",[["class","subscription-product-documents-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"input",[["class","subscription-product-documents-radio-btn"],["formControlName","cadence"],["type","radio"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"change"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,2)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,2).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,2)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,2)._compositionEnd(i.target.value)&&r),"change"===t&&(r=!1!==f(n,3).onChange()&&r),"blur"===t&&(r=!1!==f(n,3).onTouched()&&r),r},null,null)),u(2,16384,null,0,ci,[y,v,[2,lu]],null,null),u(3,212992,null,0,sut,[y,v,out,er],{formControlName:[0,"formControlName"],value:[1,"value"]},null),rt(1024,null,ht,function(n,t){return[n,t]},[ci,sut]),u(5,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(7,16384,null,0,li,[[4,st]],null,null),(n()(),o(8,null,[" "," "]))],function(n,t){n(t,3,0,"cadence",t.context.$implicit.id);n(t,5,0,"cadence")},function(n,t){n(t,1,0,f(t,7).ngClassUntouched,f(t,7).ngClassTouched,f(t,7).ngClassPristine,f(t,7).ngClassDirty,f(t,7).ngClassValid,f(t,7).ngClassInvalid,f(t,7).ngClassPending);n(t,8,0,t.context.$implicit.label)})}function sur(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","subscription-product-documents-sub_title"]],null,null,null,null,null)),(n()(),r(1,0,null,null,13,"div",[["class","nuv-multi-select-filter-modal__filter-label-container"]],null,null,null,null,null)),(n()(),r(2,0,null,null,12,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(4,0,null,null,5,"input",[["class","subscription-product-documents-checkbox"],["formControlName","subscribeitems_1739"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,5).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,5).onTouched()&&r),"change"===t&&(r=!1!==u.cefPressReleaseChange()&&r),r},null,null)),u(5,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(7,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(9,16384,null,0,li,[[4,st]],null,null),(n()(),r(10,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(11,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["CEF press releases"]))],function(n,t){n(t,3,0,"nuv-multi-select-filter-modal__filter-label",t.component.cefPressRelease?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,7,0,"subscribeitems_1739")},function(n,t){n(t,4,0,f(t,9).ngClassUntouched,f(t,9).ngClassTouched,f(t,9).ngClassPristine,f(t,9).ngClassDirty,f(t,9).ngClassValid,f(t,9).ngClassInvalid,f(t,9).ngClassPending)})}function hur(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-button nuv-button--dark nuv-product-filters__multi-select-button nuv-button--icon nuv-button--icon-plus"]],null,null,null,null,null)),(n()(),r(1,0,null,null,5,"button",[["class","nuv-button__btn nuv-multi-select-filter-modal-trigger false multi-select-filter-modal-button"],["style","white-space: nowrap; background-color: #0092bc; color: white; border: none"],["type","button"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.onAssetClass(n.parent.context.$implicit)&&i),i},null,null)),(n()(),r(2,0,null,null,3,"div",[["class","nuv-button__icon nuv-button__icon--plus"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:svg",[["height","13"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:g",[["class","plusIcon"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M6 1.5v10M11 6.5H1"]],null,null,null,null,null)),(n()(),o(-1,null,[" Asset class "]))],null,null)}function cur(n){return e(0,[(n()(),r(0,0,null,null,1,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),o(-1,null,["STRATEGY NAME"]))],null,null)}function lur(n){return e(0,[(n()(),r(0,0,null,null,1,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),o(-1,null,["NAME"]))],null,null)}function aur(n){return e(0,[(n()(),r(0,0,null,null,1,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),o(-1,null,["FUND NAME"]))],null,null)}function vur(n){return e(0,[(n()(),r(0,0,null,null,2,"th",[["class","small nuv-text-align-center"],["rowspan","2"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){n(t,2,0,t.context.$implicit)})}function yur(n){return e(0,[(n()(),r(0,0,null,null,1,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),o(-1,null,["STRATEGY NAME"]))],null,null)}function pur(n){return e(0,[(n()(),r(0,0,null,null,1,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),o(-1,null,["NAME"]))],null,null)}function wur(n){return e(0,[(n()(),r(0,0,null,null,1,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),o(-1,null,["FUND NAME"]))],null,null)}function bur(n){return e(0,[(n()(),r(0,0,null,null,2,"th",[["class","small nuv-text-align-center"],["rowspan","2"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){n(t,2,0,t.context.$implicit)})}function kur(n){return e(0,[(n()(),r(0,0,null,null,4,"tr",[["class","asset-class-breaker"]],null,null,null,null,null)),(n()(),r(1,0,null,null,3,"td",[["colspan","10"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"div",[["class","nuv-product-detail-table__cell-content"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(4,null,["",""]))],null,function(n,t){n(t,4,0,t.parent.parent.context.index>0&&t.parent.parent.parent.parent.context.$implicit.items[t.parent.parent.context.index-1].category===t.parent.parent.context.$implicit.category?"":t.parent.parent.context.$implicit.category)})}function dur(n){return e(0,[(n()(),r(0,0,null,null,2,"a",[["style","color:#0092bc; text-decoration: none;"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.onSelectAllClick(n.parent.parent.context.$implicit)&&i),i},null,null)),(n()(),r(1,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){n(t,2,0,t.parent.parent.context.$implicit.selectAllText)})}function gur(n){return e(0,[(n()(),r(0,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null))],null,null)}function nfr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-td"],["style","cursor: default; border-right: none;"]],null,null,null,null,null)),(n()(),o(-1,null,["n/a"]))],null,null)}function tfr(n){return e(0,[(n()(),r(0,0,null,null,14,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,13,"td",[["class","small nuv-text-align-center nuv-td"]],null,null,null,null,null)),(n()(),r(2,0,null,null,12,"div",[["class","nuv-multi-select-filter-modal__filter-label-container"]],null,null,null,null,null)),(n()(),r(3,0,null,null,11,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(4,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(5,0,null,null,5,"input",[["class","subscription-product-documents-checkbox"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,6).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,6).onTouched()&&r),"change"===t&&(r=!1!==u.onChkChange(n.parent.parent.context.$implicit)&&r),r},null,null)),u(6,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(8,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(10,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,gur)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,nfr)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,4,0,"nuv-multi-select-filter-modal__filter-label",i.productDocumentsGroup.get("subscribeitems_"+t.context.$implicit).value?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,8,0,"subscribeitems_"+t.context.$implicit);n(t,12,0,!i.productDocumentsGroup.controls["subscribeitems_"+t.context.$implicit].disabled);n(t,14,0,i.productDocumentsGroup.controls["subscribeitems_"+t.context.$implicit].disabled)},function(n,t){n(t,5,0,f(t,10).ngClassUntouched,f(t,10).ngClassTouched,f(t,10).ngClassPristine,f(t,10).ngClassDirty,f(t,10).ngClassValid,f(t,10).ngClassInvalid,f(t,10).ngClassPending)})}function ifr(n){return e(0,[(n()(),r(0,0,null,null,9,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kur)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,6,"tr",[],null,null,null,null,null)),(n()(),r(4,0,null,null,0,"td",[["class","nuv-td"],["style","font-size: 1rem; padding-left: 10px"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(5,0,null,null,2,"td",[["class","small nuv-text-align-center nuv-td"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,dur)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,tfr)),u(9,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.parent.context.$implicit.category&&(t.parent.context.index>0&&t.parent.parent.parent.context.$implicit.items[t.parent.context.index-1].category!==t.parent.context.$implicit.category||0===t.parent.context.index));n(t,7,0,""!==t.parent.context.$implicit.selectAllText);n(t,9,0,t.parent.context.$implicit.subscribeitems)},function(n,t){n(t,4,0,t.parent.context.$implicit.name)})}function rfr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ifr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.showCategory(t.context.$implicit,t.parent.parent.context.$implicit.id))},null)}function ufr(n){return e(0,[(n()(),r(0,0,null,null,28,"div",[["class","nuv-product-detail-table__table-wrapper"]],null,[[null,"scroll"]],function(n,t,i){var r=!0;return"scroll"===t&&(r=!1!==n.component.onWindowHorizontalScroll(i)&&r),r},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(2,0,null,null,26,"table",[],null,null,null,null,null)),(n()(),r(3,0,null,null,10,"thead",[["class","nuv-product-detail-table__thead-reference"]],null,null,null,null,null)),(n()(),r(4,0,null,null,9,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,cur)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lur)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,aur)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(11,0,null,null,0,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vur)),u(13,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(14,0,null,null,11,"thead",[["class","nuv-product-detail-table__thead-original"]],null,null,null,null,null)),u(15,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(16,0,null,null,9,"tr",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,yur)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pur)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wur)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(23,0,null,null,0,"th",[["class","small nuv-text-align-left"],["rowspan","2"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bur)),u(25,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(26,0,null,null,2,"tbody",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rfr)),u(28,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,1,0,"nuv-product-detail-table__table-wrapper",t.context.isClone?"nuv-clone":"nuv-original-"+t.parent.context.$implicit.id);n(t,6,0,"SMA"===t.parent.context.$implicit.vehicletype);n(t,8,0,"MP"===t.parent.context.$implicit.vehicletype);n(t,10,0,"SMA"!==t.parent.context.$implicit.vehicletype&&"MP"!==t.parent.context.$implicit.vehicletype);n(t,13,0,t.parent.context.$implicit.columns);n(t,15,0,"nuv-product-detail-table__thead-original",t.context.isClone?"":"nuv-update-"+t.parent.context.$implicit.id);n(t,18,0,"SMA"===t.parent.context.$implicit.vehicletype);n(t,20,0,"MP"===t.parent.context.$implicit.vehicletype);n(t,22,0,"SMA"!==t.parent.context.$implicit.vehicletype&&"MP"!==t.parent.context.$implicit.vehicletype);n(t,25,0,t.parent.context.$implicit.columns);n(t,28,0,t.parent.context.$implicit.items)},null)}function ffr(n){return e(0,[(n()(),r(0,0,[["div_preview",1]],null,0,null,null,null,null,null,null,null))],null,null)}function efr(n){return e(0,[(n()(),r(0,0,[["div_container",1]],null,0,null,null,null,null,null,null,null))],null,null)}function ofr(n){return e(0,[(n()(),r(0,0,null,null,3,"nuv-modal",[],null,null,null,en,yw)),u(1,49152,[[1,4]],0,pot,[],{id:[0,"id"]},null),(n()(),r(2,0,null,0,1,"nuv-filter",[],null,[[null,"filterChange"]],function(n,t,i){var r=!0;return"filterChange"===t&&(r=!1!==n.component.onFilterChange(i)&&r),r},grr,pkt)),u(3,638976,null,0,blu,[],{title:[0,"title"],tabCategories:[1,"tabCategories"]},{filterChange:"filterChange"})],function(n,t){var i=t.component;n(t,1,0,"nuvFilterModal_"+t.parent.context.$implicit.id);n(t,3,0,"Filter by asset class",i.tabCategory)},null)}function sfr(n){return e(0,[(n()(),r(0,0,null,null,18,"nuv-tab",[],null,null,null,dp,tv)),u(1,114688,[[2,4]],0,ok,[],{title:[0,"title"],tabId:[1,"tabId"]},null),(n()(),s(16777216,null,0,1,null,sur)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,0,1,null,hur)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(6,0,null,0,10,"div",[["class","nuv-clear"]],null,null,null,null,null)),(n()(),r(7,0,null,null,9,"div",[["class","nuv-product-detail-table nuv-product-detail-table--headers-locked nuv-product-detail-table--theme-light nuv-product-detail-table--fullwidth sub-product-table"]],null,null,null,null,null)),(n()(),r(8,0,null,null,8,"div",[],null,null,null,null,null)),(n()(),r(9,0,null,null,7,"div",[["class","nuv-product-detail-table__table-outer-wrapper"]],null,null,null,null,null)),(n()(),s(0,[["nuv_sub_template",2]],null,0,null,ufr)),(n()(),s(16777216,null,null,2,null,ffr)),u(12,540672,null,0,aw,[h],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),ni(13,{isClone:0}),(n()(),s(16777216,null,null,2,null,efr)),u(15,540672,null,0,aw,[h],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),ni(16,{isClone:0}),(n()(),s(16777216,null,0,1,null,ofr)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i,r;n(t,1,0,t.context.$implicit.label,t.context.$implicit.id);n(t,3,0,"CEF"===t.context.$implicit.vehicletype);n(t,5,0,"SMA"!==t.context.$implicit.vehicletype&&t.context.$implicit.categories&&t.context.$implicit.categories.length>0);i=n(t,13,0,!1);n(t,12,0,i,f(t,10));r=n(t,16,0,!0);n(t,15,0,r,f(t,10));n(t,18,0,"SMA"!==t.context.$implicit.vehicletype&&t.context.$implicit.categories&&t.context.$implicit.categories.length>0)},null)}function hfr(n){return e(0,[(n()(),r(0,0,null,null,12,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"div",[["style","width:100%"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"label",[["class","subscription-product-documents-label"]],null,null,null,null,null)),(n()(),o(-1,null,["Product delivery preferences:"])),(n()(),r(4,0,null,null,3,"ul",[["class","box"],["style","list-style-type:none; margin-left:5px"]],null,null,null,null,null)),(n()(),r(5,0,null,null,2,"li",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,our)),u(7,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(8,0,null,null,4,"nuv-tabs",[],null,[[null,"tabChange"]],function(n,t,i){var r=!0;return"tabChange"===t&&(r=!1!==n.component.onTabChange(i)&&r),r},pvt,toi)),u(9,1097728,null,1,bei,[],{tabType:[0,"tabType"]},{tabChange:"tabChange"}),bt(603979776,2,{nTabs:1}),(n()(),s(16777216,null,0,1,null,sfr)),u(12,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,7,0,t.context.$implicit.cadence);n(t,9,0,i.TabType.SubTab);n(t,12,0,t.context.$implicit.subtabs)},null)}function cfr(n){return e(0,[(n()(),r(0,0,null,null,0,"img",[["class","sub-product-doc-animation-img"],["src","https://www.nuveen.com/images/762/220/1502500762220/loading_screen_product_1023_1x.gif"]],null,null,null,null,null))],null,null)}function lfr(n){return e(0,[bt(671088640,1,{nuvFilterModals:1}),(n()(),r(1,0,null,null,8,"div",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0;return"submit"===t&&(r=!1!==f(n,2).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,2).onReset()&&r),r},null,null)),u(2,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},null),rt(2048,null,ot,null,[pr]),u(4,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(5,0,null,null,4,"div",[["class","nuv-product-filters nuv-product-filters--with-multi-select"],["id","nuv-product-tabs"],["style","margin-left:0px;width:100%;"]],null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,hfr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),it(131072,at,[lt]),(n()(),s(0,[["loading",2]],null,0,null,cfr))],function(n,t){var i=t.component;n(t,2,0,i.productDocumentsGroup);n(t,7,0,w(t,7,0,f(t,8).transform(i.tabDataLocal$)),f(t,9))},function(n,t){n(t,1,0,f(t,4).ngClassUntouched,f(t,4).ngClassTouched,f(t,4).ngClassPristine,f(t,4).ngClassDirty,f(t,4).ngClassValid,f(t,4).ngClassInvalid,f(t,4).ngClassPending)})}function afr(n){return e(0,[(n()(),r(0,0,null,null,15,"li",[["style","float:left; width:100%; margin-top: 10px"]],null,null,null,null,null)),(n()(),r(1,0,null,null,13,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,12,"h3",[["class","nuv-product-detail-table__title"]],null,null,null,null,null)),(n()(),r(3,0,null,null,10,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(4,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(5,0,null,null,5,"input",[["class","thought-leadership-checkbox"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==f(n,6).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,6).onTouched()&&r),r},null,null)),u(6,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(8,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(10,16384,null,0,li,[[4,st]],null,null),(n()(),r(11,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"],["style","margin:0px"]],null,null,null,null,null)),(n()(),r(12,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),o(14,null,[" "," "])),(n()(),r(15,0,null,null,0,"div",[["class","nuv-product-detail-table__disclousure-wysiwyg"]],[[8,"innerHTML",1]],null,null,null,null))],function(n,t){n(t,4,0,"nuv-multi-select-filter-modal__filter-label",t.component.thoughtLeadershipGroup.get("subscribeitems_"+t.context.$implicit.id).value?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,8,0,"subscribeitems_"+t.context.$implicit.id)},function(n,t){n(t,5,0,f(t,10).ngClassUntouched,f(t,10).ngClassTouched,f(t,10).ngClassPristine,f(t,10).ngClassDirty,f(t,10).ngClassValid,f(t,10).ngClassInvalid,f(t,10).ngClassPending);n(t,14,0,t.context.$implicit.title);n(t,15,0,t.context.$implicit.description)})}function vfr(n){return e(0,[(n()(),s(16777216,null,null,1,null,afr)),u(1,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,t.parent.context.$implicit.subscribeitems)},null)}function yfr(n){return e(0,[(n()(),r(0,0,null,null,14,"li",[["class","thought-leadership-list-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,13,"div",[["class","nuv-multi-select-filter-modal__filter-label-container"]],null,null,null,null,null)),(n()(),r(2,0,null,null,10,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(4,0,null,null,5,"input",[["class","thought-leadership-checkbox"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==f(n,5).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,5).onTouched()&&r),r},null,null)),u(5,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(7,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(9,16384,null,0,li,[[4,st]],null,null),(n()(),r(10,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(11,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"label",[["class","nuv-product-detail-table__disclousure-wysiwyg"]],null,null,null,null,null)),(n()(),o(14,null,["",""]))],function(n,t){n(t,3,0,"nuv-multi-select-filter-modal__filter-label",t.component.thoughtLeadershipGroup.get("subscribeitems_"+t.context.$implicit.id).value?"nuv-multi-select-filter-modal__filter-label--checked":"");n(t,7,0,"subscribeitems_"+t.context.$implicit.id)},function(n,t){n(t,4,0,f(t,9).ngClassUntouched,f(t,9).ngClassTouched,f(t,9).ngClassPristine,f(t,9).ngClassDirty,f(t,9).ngClassValid,f(t,9).ngClassInvalid,f(t,9).ngClassPending);n(t,14,0,t.context.$implicit.title)})}function pfr(n){return e(0,[(n()(),r(0,0,null,null,1,"h3",[["class","nuv-product-detail-table__title"]],null,null,null,null,null)),(n()(),o(1,null,["",""])),(n()(),r(2,0,null,null,0,"div",[["class","nuv-product-detail-table__disclousure-wysiwyg"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(3,0,null,null,2,"div",[["class","core-capabilities-list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,yfr)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,5,0,t.parent.context.$implicit.subscribeitems)},function(n,t){n(t,1,0,t.parent.context.$implicit.grouplabel);n(t,2,0,t.parent.context.$implicit.groupdescription)})}function wfr(n){return e(0,[(n()(),r(0,0,null,null,3,"li",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vfr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["nestedBlock",2]],null,0,null,pfr))],function(n,t){n(t,2,0,"single"===t.context.$implicit.type,f(t,3))},null)}function bfr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wfr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.tabData.contentrows)},null)}function kfr(n){return e(0,[(n()(),r(0,0,null,null,7,"div",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0;return"submit"===t&&(r=!1!==f(n,1).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,1).onReset()&&r),r},null,null)),u(1,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},null),rt(2048,null,ot,null,[pr]),u(3,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(4,0,null,null,3,"div",[["class","thought-leadership"]],null,null,null,null,null)),(n()(),r(5,0,null,null,2,"ul",[["style","list-style-type: none; padding: 0px 0px 0px 0px"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bfr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,1,0,i.thoughtLeadershipGroup);n(t,7,0,"tab10"===i.tabData.id)},function(n,t){n(t,0,0,f(t,3).ngClassUntouched,f(t,3).ngClassTouched,f(t,3).ngClassPristine,f(t,3).ngClassDirty,f(t,3).ngClassValid,f(t,3).ngClassInvalid,f(t,3).ngClassPending)})}function dfr(n){return e(0,[(n()(),r(0,0,null,null,8,"div",[["class","nuv-subscriptions-dashboard"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","structural nuv-clear"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"h3",[["class","nuv-quicklinks__headline"],["style","outline: none;"]],null,null,null,null,null)),(n()(),o(-1,null,[" Subscriptions "])),(n()(),r(4,0,null,null,4,"em",[["class","nuv-product-detail-table__disclousure-wysiwyg"],["style","padding-left:0px;"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"a",[["class","nuv-login__no-alert"],["data-speed-bump-id","modal-logincontainer"],["style","color: #0092bc"]],null,null,null,null,null)),(n()(),o(-1,null,["Login or register"])),(n()(),r(7,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),o(-1,null,[" to manage your subscriptions."]))],null,null)}function gfr(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","nuv-subscriptions-dashboard"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","structural nuv-clear"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"h3",[["class","nuv-quicklinks__headline"],["style","margin: 10px 0px"]],null,null,null,null,null)),(n()(),o(3,null,[" ","'s subscriptions "])),(n()(),r(4,0,null,null,10,"div",[["class","nuv-product-detail-table__disclousure-wysiwyg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"em",[["style","padding-left:0px;"]],null,null,null,null,null)),(n()(),o(-1,null,["Subscribed email account: "])),(n()(),r(7,0,null,null,1,"strong",[["style","padding: 3px 0px"]],null,null,null,null,null)),(n()(),o(8,null,["",""])),(n()(),r(9,0,null,null,0,"br",[],null,null,null,null,null)),(n()(),r(10,0,null,null,4,"em",[["style","padding-left:0px;"]],null,null,null,null,null)),(n()(),o(-1,null,["To change your email address, please "])),(n()(),r(12,0,null,null,1,"a",[["href","https://www.nuveen.com/contact-us"],["style","color: #0092bc; padding: 3px 0px"],["target","_blank"]],null,null,null,null,null)),(n()(),o(-1,null,["contact us"])),(n()(),o(-1,null,["."]))],null,function(n,t){var i=t.component;n(t,3,0,null==i.userProfileData?null:i.userProfileData.firstName);n(t,8,0,null==i.userProfileData?null:i.userProfileData.email)})}function ner(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-documents",[["style","font-family: Source Sans Pro,sans-serif;"]],null,[[null,"selectedItems"],[null,"saveSubscriptions"],[null,"afterLoad"]],function(n,t,i){var r=!0,u=n.component;return"selectedItems"===t&&(r=!1!==u.onSelectedItemsChange(i,null==n.parent.context.$implicit?null:n.parent.context.$implicit.tabs[1])&&r),"saveSubscriptions"===t&&(r=!1!==u.onPreferecesSaved()&&r),"afterLoad"===t&&(r=!1!==u.onPdAfterLoad()&&r),r},lfr,bkt)),u(1,770048,[[6,4],["nuvProductDocuments",4]],0,dlu,[lo,tr,v],{tabData:[0,"tabData"],tabSaveModel:[1,"tabSaveModel"],cefPressRelease:[2,"cefPressRelease"],properties$:[3,"properties$"]},{selectedItems:"selectedItems",saveSubscriptions:"saveSubscriptions",afterLoad:"afterLoad"})],function(n,t){var i=t.component;n(t,1,0,null==t.parent.context.$implicit?null:t.parent.context.$implicit.tabs[1],i.productDocumentsInput,i.cefPressRelease,i.properties$)},null)}function ter(n){return e(0,[(n()(),r(0,0,null,null,21,"nuv-tabs",[],null,null,null,pvt,toi)),u(1,1097728,null,1,bei,[],null,null),bt(603979776,8,{nTabs:1}),(n()(),r(3,0,null,0,4,"nuv-tab",[["style","padding : 0px"]],null,null,null,dp,tv)),u(4,114688,[[8,4]],0,ok,[],{title:[0,"title"],isTitleHTMLContent:[1,"isTitleHTMLContent"]},null),(n()(),r(5,0,null,0,2,"div",[],[[4,"display",null]],null,null,null,null)),(n()(),r(6,0,null,null,1,"nuv-thought-leadership",[["style","font-family: Source Sans Pro,sans-serif;"]],null,[[null,"selectedItems"]],function(n,t,i){var r=!0;return"selectedItems"===t&&(r=!1!==n.component.onSelectedItemsChange(i,null==n.context.$implicit?null:n.context.$implicit.tabs[0])&&r),r},kfr,kkt)),u(7,638976,[[5,4],["nuvThoughtLeadership",4]],0,glu,[lo],{tabData:[0,"tabData"],thoughtLeadershipInput:[1,"thoughtLeadershipInput"]},{selectedItems:"selectedItems"}),(n()(),r(8,0,null,0,8,"nuv-tab",[["style","padding : 0px"]],null,null,null,dp,tv)),u(9,114688,[[8,4],[3,4],["pdTab",4]],0,ok,[],{title:[0,"title"],isTitleHTMLContent:[1,"isTitleHTMLContent"]},null),(n()(),r(10,0,null,0,2,"div",[],[[4,"display",null]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,ner)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(13,0,null,0,3,"div",[["class","nuv-button nuv-button--green"],["style","width: 100%;"]],null,null,null,null,null)),(n()(),r(14,0,null,null,2,"button",[["style","float: left; min-width: 100px;"],["type","button"]],[[8,"disabled",0]],[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.subscribeToProductDocuments("Thank you, you've been subscribed.",!0)&&i),i},null,null)),u(15,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(-1,null,[" Save "])),(n()(),r(17,0,null,0,4,"nuv-tab",[["style","padding : 0px"]],null,null,null,dp,tv)),u(18,114688,[[8,4],[4,4],["ccTab",4]],0,ok,[],{title:[0,"title"],isTitleHTMLContent:[1,"isTitleHTMLContent"]},null),(n()(),r(19,0,null,0,2,"div",[],[[4,"display",null]],null,null,null,null)),(n()(),r(20,0,null,null,1,"nuv-conference-calls-webinars",[["style","font-family: Source Sans Pro,sans-serif;"]],null,[[null,"selectedItems"]],function(n,t,i){var r=!0;return"selectedItems"===t&&(r=!1!==n.component.onSelectedItemsChange(i,null==n.context.$implicit?null:n.context.$implicit.tabs[2])&&r),r},eur,wkt)),u(21,13221888,[[7,4],["nuvConfCalls",4]],0,klu,[lo],{tabData:[0,"tabData"],confCallsWebinarsInput:[1,"confCallsWebinarsInput"]},{selectedItems:"selectedItems"})],function(n,t){var i=t.component;n(t,4,0,null==t.context.$implicit?null:t.context.$implicit.tabs[0].label,!0);n(t,7,0,null==t.context.$implicit?null:t.context.$implicit.tabs[0],i.thoughtLeadershipInput);n(t,9,0,null==t.context.$implicit?null:t.context.$implicit.tabs[1].label,!0);n(t,12,0,f(t,9).loaded);n(t,15,0,i.btnSaveClass);n(t,18,0,null==t.context.$implicit?null:t.context.$implicit.tabs[2].label,!0);n(t,21,0,null==t.context.$implicit?null:t.context.$implicit.tabs[2],i.confCallsWebinarsInput)},function(n,t){var i=t.component;n(t,5,0,"tab10"===(null==t.context.$implicit?null:t.context.$implicit.tabs[0].id)?"block":"none");n(t,10,0,f(t,9).active&&"tab20"===(null==t.context.$implicit?null:t.context.$implicit.tabs[1].id)?"block":"none");n(t,14,0,"nuv-subscribe-btn-diabled"===i.btnSaveClass);n(t,19,0,f(t,18).active&&"tab30"===(null==t.context.$implicit?null:t.context.$implicit.tabs[2].id)?"block":"none")})}function ier(n){return e(0,[(n()(),r(0,0,null,null,56,"nuv-modal",[],null,[[null,"closed"]],function(n,t){var i=!0;return"closed"===t&&(i=!1!==n.component.onSubscriptionModelClosed()&&i),i},en,yw)),u(1,49152,[[1,4],["subscribeForm",4]],0,pot,[],null,{closed:"closed"}),(n()(),r(2,0,null,0,54,"div",[["class","nuv-subscribe-modal-container"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0;return"submit"===t&&(r=!1!==f(n,3).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,3).onReset()&&r),r},null,null)),u(3,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},null),rt(2048,null,ot,null,[pr]),u(5,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(6,0,null,null,5,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(7,0,null,null,4,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(8,0,null,null,3,"button",[["class","nuv-subscribe-modal__close-btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.closeSubscriptionForm()&&i),i},null,null)),(n()(),r(9,0,null,null,2,":svg:svg",[["class","nuv-subscribe-modal__close-icon"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(10,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#66737D"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M.5.5l18.85 17.907M19.35.5L.5 18.407"]],null,null,null,null,null)),(n()(),r(12,0,null,null,4,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(13,0,null,null,3,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(14,0,null,null,2,"h1",[["class","nuv-subscribe-modal__main-title"],["style","outline: none;"]],null,null,null,null,null)),(n()(),r(15,0,null,null,1,"div",[["class","align-left"]],null,null,null,null,null)),(n()(),o(-1,null,[" Stay connected by subscribing below. "])),(n()(),r(17,0,null,null,18,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(18,0,null,null,8,"div",[["class","nuv-subscribe-modal__first_name_col"]],null,null,null,null,null)),(n()(),r(19,0,null,null,7,"nuv-validator",[["message","First name is required."]],null,null,null,on,pw)),u(20,573440,null,0,wot,[],{submitted:[0,"submitted"],control:[1,"control"],message:[2,"message"]},null),(n()(),r(21,0,null,0,5,"input",[["class","nuv-subscribe-modal__input-field form-control"],["formControlName","firstName"],["placeholder","First name"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,22)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,22).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,22)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,22)._compositionEnd(i.target.value)&&r),r},null,null)),u(22,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(24,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(26,16384,null,0,li,[[4,st]],null,null),(n()(),r(27,0,null,null,8,"div",[["class","nuv-subscribe-modal__last_name_col"]],null,null,null,null,null)),(n()(),r(28,0,null,null,7,"nuv-validator",[["message","Last name is required."]],null,null,null,on,pw)),u(29,573440,null,0,wot,[],{submitted:[0,"submitted"],control:[1,"control"],message:[2,"message"]},null),(n()(),r(30,0,null,0,5,"input",[["class","nuv-subscribe-modal__input-field form-control"],["formControlName","lastName"],["placeholder","Last name"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,31)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,31).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,31)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,31)._compositionEnd(i.target.value)&&r),r},null,null)),u(31,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(33,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(35,16384,null,0,li,[[4,st]],null,null),(n()(),r(36,0,null,null,10,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(37,0,null,null,9,"div",[["class","nuv-subscribe-modal__email_col"]],null,null,null,null,null)),(n()(),r(38,0,null,null,8,"nuv-validator",[],null,null,null,on,pw)),u(39,573440,null,0,wot,[],{submitted:[0,"submitted"],control:[1,"control"],messages:[2,"messages"]},null),ni(40,{required:0,email:1}),(n()(),r(41,0,null,0,5,"input",[["class","nuv-subscribe-modal__input-field form-control"],["formControlName","emailId"],["placeholder","Email address"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0;return"input"===t&&(r=!1!==f(n,42)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,42).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,42)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,42)._compositionEnd(i.target.value)&&r),r},null,null)),u(42,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(44,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(46,16384,null,0,li,[[4,st]],null,null),(n()(),r(47,0,null,null,3,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(48,0,null,null,2,"div",[["class","nuv-subscribe-modal__submit_btn_col"]],null,null,null,null,null)),(n()(),r(49,0,null,null,1,"button",[["class","nuv-subscribe-modal__btn"],["type","submit"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.onNewUserSubscribe()&&i),i},null,null)),(n()(),o(-1,null,[" Subscribe "])),(n()(),r(51,0,null,null,5,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(52,0,null,null,4,"p",[["class","nuv-subscribe-modal__footer"]],null,null,null,null,null)),(n()(),o(-1,null,[" Important information about subscriptions and our "])),(n()(),r(54,0,null,null,1,"a",[["href","https://www.nuveen.com/Privacy"],["target","_blank"]],null,null,null,null,null)),(n()(),o(-1,null,["privacy policy"])),(n()(),o(-1,null,[". "]))],function(n,t){var i=t.component;n(t,3,0,i.subscribeFormGroup);n(t,20,0,i.submitted,i.subscribeFormGroup.controls.firstName,"First name is required.");n(t,24,0,"firstName");n(t,29,0,i.submitted,i.subscribeFormGroup.controls.lastName,"Last name is required.");n(t,33,0,"lastName");var r=i.submitted,u=i.subscribeFormGroup.controls.emailId,f=n(t,40,0,"Email is required and must be valid.","Email is required and must be valid.");n(t,39,0,r,u,f);n(t,44,0,"emailId")},function(n,t){n(t,2,0,f(t,5).ngClassUntouched,f(t,5).ngClassTouched,f(t,5).ngClassPristine,f(t,5).ngClassDirty,f(t,5).ngClassValid,f(t,5).ngClassInvalid,f(t,5).ngClassPending);n(t,21,0,f(t,26).ngClassUntouched,f(t,26).ngClassTouched,f(t,26).ngClassPristine,f(t,26).ngClassDirty,f(t,26).ngClassValid,f(t,26).ngClassInvalid,f(t,26).ngClassPending);n(t,30,0,f(t,35).ngClassUntouched,f(t,35).ngClassTouched,f(t,35).ngClassPristine,f(t,35).ngClassDirty,f(t,35).ngClassValid,f(t,35).ngClassInvalid,f(t,35).ngClassPending);n(t,41,0,f(t,46).ngClassUntouched,f(t,46).ngClassTouched,f(t,46).ngClassPristine,f(t,46).ngClassDirty,f(t,46).ngClassValid,f(t,46).ngClassInvalid,f(t,46).ngClassPending)})}function rer(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,[" Please check your email for a confirmation. "]))],null,null)}function uer(n){return e(0,[bt(671088640,1,{subscribeForm:0}),bt(402653184,2,{subscriptionMessage:0}),bt(671088640,3,{pdTab:0}),bt(671088640,4,{ccTab:0}),bt(671088640,5,{nuvThoughtLeadership:0}),bt(671088640,6,{nuvProductDocuments:0}),bt(671088640,7,{nuvConfCalls:0}),(n()(),s(16777216,null,null,1,null,dfr)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gfr)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(11,0,null,null,3,"div",[["class","nuv-button nuv-button--green"],["style","width: 78%;"]],null,null,null,null,null)),(n()(),r(12,0,null,null,2,"button",[["style","float: left; min-width: 100px;"],["type","button"]],[[8,"disabled",0]],[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.subscribeToProductDocuments("Thank you, you've been subscribed.",!0)&&i),i},null,null)),u(13,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(-1,null,[" Save "])),(n()(),s(16777216,null,null,2,null,ter)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),s(16777216,null,null,1,null,ier)),u(19,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(20,0,null,null,22,"nuv-modal",[],null,null,null,en,yw)),u(21,49152,[[2,4],["subscriptionMessage",4]],0,pot,[],null,null),(n()(),r(22,0,null,0,20,"div",[["class","nuv-subscribe-modal-container"]],null,null,null,null,null)),(n()(),r(23,0,null,null,11,"div",[["class","nuv-subscribe-modal__row nuv-overflow-auto"]],null,null,null,null,null)),(n()(),r(24,0,null,null,3,"button",[["class","nuv-subscribe-modal__close-btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.closeSubscriptionMessage()&&i),i},null,null)),(n()(),r(25,0,null,null,2,":svg:svg",[["class","nuv-subscribe-modal__close-icon"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(26,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#66737D"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(27,0,null,null,0,":svg:path",[["d","M.5.5l18.85 17.907M19.35.5L.5 18.407"]],null,null,null,null,null)),(n()(),r(28,0,null,null,6,"h1",[["class","nuv-subscribe-modal__main-title"],["style","outline: none;"]],null,null,null,null,null)),(n()(),r(29,0,null,null,2,"div",[["class","nuv-subscribe-modal__checkmark"]],null,null,null,null,null)),(n()(),r(30,0,null,null,1,":svg:svg",[["height","12"],["style","display: block;"],["viewBox","0 0 12 12"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(31,0,null,null,0,":svg:path",[["d","M10 2l-5 8-3-2"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(32,0,null,null,2,"div",[["class","nuv-message"]],null,null,null,null,null)),(n()(),r(33,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(34,null,["",""])),(n()(),s(16777216,null,null,1,null,rer)),u(36,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(37,0,null,null,5,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(38,0,null,null,4,"p",[["class","nuv-subscribe-modal__footer"]],null,null,null,null,null)),(n()(),o(-1,null,[" Important information about subscriptions and our "])),(n()(),r(40,0,null,null,1,"a",[["href","https://www.nuveen.com/Privacy"],["target","_blank"]],null,null,null,null,null)),(n()(),o(-1,null,["privacy policy"])),(n()(),o(-1,null,[". "]))],function(n,t){var i=t.component;n(t,8,0,!i.isUserLoggedIn);n(t,10,0,i.isUserLoggedIn&&i.userData);n(t,13,0,i.btnSaveClass);n(t,16,0,w(t,16,0,f(t,17).transform(i.properties$)));n(t,19,0,i.showSubscriptionForm);n(t,36,0,i.showConfirmation)},function(n,t){var i=t.component;n(t,12,0,"nuv-subscribe-btn-diabled"===i.btnSaveClass);n(t,34,0,i.saveMessage)})}function fer(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["ngClass","nuv-subscription-wrapper"]],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(2,0,null,null,1,"nuv-subscriptions-dashboard",[],null,null,null,uer,dkt)),u(3,770048,null,0,tau,[dot,got,lo],{userProfileData:[0,"userProfileData"]},null)],function(n,t){var i=t.component;n(t,1,0,"nuv-subscription-wrapper");n(t,3,0,i.userProfileData)},null)}function eer(n){return e(0,[(n()(),r(0,0,null,null,1,"subscription-dashboard",[],null,null,null,fer,gkt)),u(1,4308992,null,0,nft,[iau,v],null,null)],function(n,t){n(t,1,0)},null)}function oer(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(2,null,[" "," "])),it(131072,at,[lt]),(n()(),r(4,0,null,null,2,"span",[],null,null,null,null,null)),(n()(),o(5,null,["",""])),it(131072,at,[lt])],function(n,t){n(t,1,0,t.component.cssClass)},function(n,t){var i=t.component;n(t,2,0,w(t,2,0,f(t,3).transform(i.datapoint.label$)));n(t,5,0,w(t,5,0,f(t,6).transform(i.datapoint.value$)))})}function ser(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-subtitle-datapoint",[],null,null,null,oer,tdt)),u(1,114688,null,0,fft,[gt],null,null)],function(n,t){n(t,1,0)},null)}function her(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-strategy-breaker",[],null,null,null,wp,fk)),u(1,4308992,null,0,uk,[tr],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.data)},null)}function cer(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-strategy-breaker-embed",[],null,null,null,her,rdt)),u(1,4308992,null,0,gut,[dut,v],null,null)],function(n,t){n(t,1,0)},null)}function ler(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-teaser-link-carousel",[],null,null,null,rn,eot)),u(1,4308992,null,0,fot,[],{properties:[0,"properties"]},null)],function(n,t){n(t,1,0,t.component.data)},null)}function aer(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-teaser-link-carousel-embed",[],null,null,null,ler,fdt)),u(1,114688,null,0,lft,[cft,v],null,null)],function(n,t){n(t,1,0)},null)}function ver(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","nuv-subscribe-modal__col"],["formArrayName","docs"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],null,null,null,null)),u(1,212992,null,0,ys,[[3,ot],[8,null],[8,null]],{name:[0,"name"]},null),rt(2048,null,ot,null,[ys]),u(3,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(4,0,null,null,10,"label",[["class","nuv-subscribe-modal__subscribe_item"]],null,null,null,null,null)),(n()(),r(5,0,null,null,6,"div",[["class","nuv-subscribe-modal__checkbox_col"]],null,null,null,null,null)),(n()(),r(6,0,null,null,5,"input",[["class","nuv-subscribe-modal__checkbox"],["name","nuv-subscribe-modal__checkbox"],["type","checkbox"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,7).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,7).onTouched()&&r),"change"===t&&(r=!1!==u.onCheckboxChange(i,u.articleCheckboxes[n.context.index].id)&&r),r},null,null)),u(7,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(9,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(11,16384,null,0,li,[[4,st]],null,null),(n()(),r(12,0,null,null,2,"div",[["class","nuv-subscribe-modal__label_col"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"span",[["class","nuv-subscribe-modal__label"]],null,null,null,null,null)),(n()(),o(14,null,["",""]))],function(n,t){n(t,1,0,"docs");n(t,9,0,t.context.index)},function(n,t){var i=t.component;n(t,0,0,f(t,3).ngClassUntouched,f(t,3).ngClassTouched,f(t,3).ngClassPristine,f(t,3).ngClassDirty,f(t,3).ngClassValid,f(t,3).ngClassInvalid,f(t,3).ngClassPending);n(t,6,0,i.articleCheckboxes[t.context.index].id,f(t,11).ngClassUntouched,f(t,11).ngClassTouched,f(t,11).ngClassPristine,f(t,11).ngClassDirty,f(t,11).ngClassValid,f(t,11).ngClassInvalid,f(t,11).ngClassPending);n(t,14,0,i.articleCheckboxes[t.context.index].title)})}function yer(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ver)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.subscribeArticle.controls.docs.controls)},null)}function per(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,yer)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.properties.contentrows)},null)}function wer(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"em",[["class","nuv-suberror-em"]],null,null,null,null,null)),(n()(),o(-1,null,["Please select a subscription."]))],null,null)}function ber(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["First name is required."]))],null,null)}function ker(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ber)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.component.firstname.errors.required)},null)}function der(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["Your entry contains an invalid character."]))],null,null)}function ger(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["Last name is required."]))],null,null)}function nor(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ger)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.component.lastname.errors.required)},null)}function tor(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["Email is required and must be valid."]))],null,null)}function ior(n){return e(0,[(n()(),r(0,0,null,null,1,"button",[["class","nuv-subscribe-modal__btn timedSlider"],["type","submit"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.sitecoreJson.SubscribeCTAText)})}function ror(n){return e(0,[(n()(),r(0,0,null,null,1,"button",[["class","nuv-subscribe-modal__btn clickedSlider"],["type","submit"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.sitecoreJson.SubscribeCTAText)})}function uor(n){return e(0,[(n()(),r(0,0,null,null,50,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,49,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngSubmit"],[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0,u=n.component;return"submit"===t&&(r=!1!==f(n,3).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,3).onReset()&&r),"ngSubmit"===t&&(r=!1!==u.SubscribeDocument()&&r),r},null,null)),u(2,16384,null,0,pl,[],null,null),u(3,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},{ngSubmit:"ngSubmit"}),rt(2048,null,ot,null,[pr]),u(5,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(6,0,null,null,2,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(7,0,null,null,1,"div",[["class","nuv-subscribe-modal__main-title"]],null,null,null,null,null)),(n()(),o(8,null,["",""])),(n()(),r(9,0,null,null,2,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,per)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(12,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wer)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(15,0,null,null,34,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(16,0,null,null,10,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(17,0,null,null,5,"input",[["class","nuv-subscribe-modal__input-field form-control"],["formControlName","firstname"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0,u=n.component;return"input"===t&&(r=!1!==f(n,18)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,18).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,18)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,18)._compositionEnd(i.target.value)&&r),"focus"===t&&(r=!1!==u.removeInvalidCharErrMsg()&&r),r},null,null)),u(18,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(20,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(22,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,ker)),u(24,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,der)),u(26,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(27,0,null,null,8,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(28,0,null,null,5,"input",[["class","nuv-subscribe-modal__input-field form-control"],["formControlName","lastname"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0,u=n.component;return"input"===t&&(r=!1!==f(n,29)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,29).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,29)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,29)._compositionEnd(i.target.value)&&r),"focus"===t&&(r=!1!==u.removeInvalidCharErrMsg()&&r),r},null,null)),u(29,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(31,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(33,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,nor)),u(35,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(36,0,null,null,8,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(37,0,null,null,5,"input",[["class","nuv-subscribe-modal__input-field form-control"],["formControlName","email"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0,u=n.component;return"input"===t&&(r=!1!==f(n,38)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,38).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,38)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,38)._compositionEnd(i.target.value)&&r),"focus"===t&&(r=!1!==u.removeInvalidCharErrMsg()&&r),r},null,null)),u(38,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(40,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(42,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,tor)),u(44,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(45,0,null,null,4,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ior)),u(47,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ror)),u(49,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(50,0,null,null,0,"div",[["class","nuv-subscribe-modal__row"]],[[8,"innerHTML",1]],null,null,null,null))],function(n,t){var i=t.component;n(t,3,0,i.subscribeArticle);n(t,11,0,i.show_subscription_items);n(t,14,0,i.subscribeArticle.hasError("required","docs")&&i.isSubmitted);n(t,20,0,"firstname");n(t,24,0,i.firstname.invalid&&i.isSubmitted);n(t,26,0,i.afterSubmitted&&i.isSubmitted);n(t,31,0,"lastname");n(t,35,0,i.lastname.invalid&&i.isSubmitted);n(t,40,0,"email");n(t,44,0,i.email.invalid&&i.isSubmitted);n(t,47,0,i.timedSliderOn);n(t,49,0,!i.timedSliderOn)},function(n,t){var i=t.component;n(t,1,0,f(t,5).ngClassUntouched,f(t,5).ngClassTouched,f(t,5).ngClassPristine,f(t,5).ngClassDirty,f(t,5).ngClassValid,f(t,5).ngClassInvalid,f(t,5).ngClassPending);n(t,8,0,i.sitecoreJson.Title);n(t,17,0,ai(1,"",i.sitecoreJson.FirstNamePlaceholder,""),f(t,22).ngClassUntouched,f(t,22).ngClassTouched,f(t,22).ngClassPristine,f(t,22).ngClassDirty,f(t,22).ngClassValid,f(t,22).ngClassInvalid,f(t,22).ngClassPending);n(t,28,0,ai(1,"",i.sitecoreJson.LastNamePlaceholder,""),f(t,33).ngClassUntouched,f(t,33).ngClassTouched,f(t,33).ngClassPristine,f(t,33).ngClassDirty,f(t,33).ngClassValid,f(t,33).ngClassInvalid,f(t,33).ngClassPending);n(t,37,0,ai(1,"",i.sitecoreJson.EmailAddressPlaceholder,""),f(t,42).ngClassUntouched,f(t,42).ngClassTouched,f(t,42).ngClassPristine,f(t,42).ngClassDirty,f(t,42).ngClassValid,f(t,42).ngClassInvalid,f(t,42).ngClassPending);n(t,50,0,i.privacyPolicyText)})}function eor(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","nuv-subscribe-modal__col doc_col_item"],["formArrayName","docsSubscribed"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],null,null,null,null)),u(1,212992,null,0,ys,[[3,ot],[8,null],[8,null]],{name:[0,"name"]},null),rt(2048,null,ot,null,[ys]),u(3,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(4,0,null,null,10,"label",[["class","nuv-subscribe-modal__subscribe_item items-disabled"]],null,null,null,null,null)),(n()(),r(5,0,null,null,6,"div",[["class","nuv-subscribe-modal__checkbox_col"]],null,null,null,null,null)),(n()(),r(6,0,null,null,5,"input",[["class","nuv-subscribe-modal__checkbox"],["type","checkbox"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,7).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,7).onTouched()&&r),"change"===t&&(r=!1!==u.onCheckboxChange(i,u.articleExistingSubscriptionCheckboxes[n.context.index].id)&&r),r},null,null)),u(7,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(9,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(11,16384,null,0,li,[[4,st]],null,null),(n()(),r(12,0,null,null,2,"div",[["class","nuv-subscribe-modal__label_col"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"span",[["class","nuv-subscribe-modal__label"]],null,null,null,null,null)),(n()(),o(14,null,["",""]))],function(n,t){n(t,1,0,"docsSubscribed");n(t,9,0,t.context.index)},function(n,t){var i=t.component;n(t,0,0,f(t,3).ngClassUntouched,f(t,3).ngClassTouched,f(t,3).ngClassPristine,f(t,3).ngClassDirty,f(t,3).ngClassValid,f(t,3).ngClassInvalid,f(t,3).ngClassPending);n(t,6,0,i.articleExistingSubscriptionCheckboxes[t.context.index].id,f(t,11).ngClassUntouched,f(t,11).ngClassTouched,f(t,11).ngClassPristine,f(t,11).ngClassDirty,f(t,11).ngClassValid,f(t,11).ngClassInvalid,f(t,11).ngClassPending);n(t,14,0,i.articleExistingSubscriptionCheckboxes[t.context.index].title)})}function oor(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"h6",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["We thought you might like to subscribe to these materials as well."]))],null,null)}function sor(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","nuv-subscribe-modal__col doc_col_item"],["formArrayName","docs"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],null,null,null,null)),u(1,212992,null,0,ys,[[3,ot],[8,null],[8,null]],{name:[0,"name"]},null),rt(2048,null,ot,null,[ys]),u(3,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(4,0,null,null,10,"label",[["class","nuv-subscribe-modal__subscribe_item"]],null,null,null,null,null)),(n()(),r(5,0,null,null,6,"div",[["class","nuv-subscribe-modal__checkbox_col"]],null,null,null,null,null)),(n()(),r(6,0,null,null,5,"input",[["class","nuv-subscribe-modal__checkbox"],["type","checkbox"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,7).onChange(i.target.checked)&&r),"blur"===t&&(r=!1!==f(n,7).onTouched()&&r),"change"===t&&(r=!1!==u.onCheckboxChange(i,u.articleCheckboxes[n.context.index].id)&&r),r},null,null)),u(7,16384,null,0,rr,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[rr]),u(9,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(11,16384,null,0,li,[[4,st]],null,null),(n()(),r(12,0,null,null,2,"div",[["class","nuv-subscribe-modal__label_col"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"span",[["class","nuv-subscribe-modal__label"]],null,null,null,null,null)),(n()(),o(14,null,["",""]))],function(n,t){n(t,1,0,"docs");n(t,9,0,t.context.index)},function(n,t){var i=t.component;n(t,0,0,f(t,3).ngClassUntouched,f(t,3).ngClassTouched,f(t,3).ngClassPristine,f(t,3).ngClassDirty,f(t,3).ngClassValid,f(t,3).ngClassInvalid,f(t,3).ngClassPending);n(t,6,0,i.articleCheckboxes[t.context.index].id,f(t,11).ngClassUntouched,f(t,11).ngClassTouched,f(t,11).ngClassPristine,f(t,11).ngClassDirty,f(t,11).ngClassValid,f(t,11).ngClassInvalid,f(t,11).ngClassPending);n(t,14,0,i.articleCheckboxes[t.context.index].title)})}function hor(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-subscribe-modal__col doc_col_item__halfWidth"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,sor)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.subscribeArticle.controls.docs.controls)},null)}function cor(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"h6",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["Visit the subscription dashboard for our other offerings."]))],null,null)}function lor(n){return e(0,[(n()(),r(0,0,null,null,2,"a",[["class","nuv-subscription-link"]],[[8,"href",4]],null,null,null,null)),(n()(),r(1,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["Manage subscriptions"]))],null,function(n,t){n(t,0,0,ai(1,"",t.component.sitecoreJson.SubscribeCTALink,""))})}function aor(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-subscribe-modal__btn nuv-text-align-center"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","nuv-text-decoration-none"]],[[8,"href",4]],null,null,null,null)),(n()(),o(-1,null,[" Manage subscriptions "]))],null,function(n,t){n(t,1,0,ai(1,"",t.component.sitecoreJson.SubscribeCTALink,""))})}function vor(n){return e(0,[(n()(),r(0,0,null,null,1,"button",[["class","nuv-subscribe-modal__btn timedSlider"],["type","submit"]],null,null,null,null,null)),(n()(),o(-1,null,["Subscribe"]))],null,null)}function yor(n){return e(0,[(n()(),r(0,0,null,null,1,"button",[["class","nuv-subscribe-modal__btn clickedSlider"],["type","submit"]],null,null,null,null,null)),(n()(),o(-1,null,["Subscribe"]))],null,null)}function por(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-subscribe-modal__label_col"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vor)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,yor)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,i.timedSliderOn);n(t,4,0,!i.timedSliderOn)},null)}function wor(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"em",[["class","nuv-suberror-em"]],null,null,null,null,null)),(n()(),o(-1,null,["Please select a subscription."]))],null,null)}function bor(n){return e(0,[(n()(),r(0,0,null,null,21,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-subscribe-modal__row doc_row_item"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,eor)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,oor)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(6,0,null,null,12,"div",[["class","nuv-subscribe-modal__row doc_row__alignSpaceBetweenItems"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hor)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cor)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(11,0,null,null,7,"div",[["class","nuv-subscribe-modal__col nuv-subscribe-buttons nuv-content-right"]],null,null,null,null,null)),(n()(),r(12,0,null,null,4,"div",[["class","nuv-subscribe-modal__label_col"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,lor)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,aor)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,por)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wor)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(21,0,null,null,0,"div",[["class","nuv-subscribe-modal__row subscribe_info"]],[[8,"innerHTML",1]],null,null,null,null))],function(n,t){var i=t.component;n(t,3,0,i.subscribeArticle.controls.docsSubscribed.controls);n(t,5,0,i.articleCheckboxes.length>0);n(t,8,0,!i.show_other_offerings);n(t,10,0,i.show_other_offerings);n(t,14,0,!i.show_other_offerings);n(t,16,0,i.show_other_offerings);n(t,18,0,!i.show_other_offerings);n(t,20,0,i.subscribeArticle.hasError("required","docs")&&i.isSubmitted)},function(n,t){n(t,21,0,t.component.privacyPolicyText)})}function kor(n){return e(0,[(n()(),r(0,0,null,null,12,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,11,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngSubmit"],[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0,u=n.component;return"submit"===t&&(r=!1!==f(n,3).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,3).onReset()&&r),"ngSubmit"===t&&(r=!1!==u.SubscribeDocument()&&r),r},null,null)),u(2,16384,null,0,pl,[],null,null),u(3,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},{ngSubmit:"ngSubmit"}),rt(2048,null,ot,null,[pr]),u(5,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(6,0,null,null,4,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(7,0,null,null,3,"div",[["class","nuv-subscribe-modal__main-title"]],null,null,null,null,null)),(n()(),r(8,0,null,null,2,"em",[],null,null,null,null,null)),(n()(),r(9,0,null,null,0,"span",[],[[8,"innerHTML",1]],null,null,null,null)),(n()(),o(-1,null,[" is currently subscribed to the following:"])),(n()(),s(16777216,null,null,1,null,bor)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,3,0,i.subscribeArticle);n(t,12,0,i.show_subscription_items)},function(n,t){var i=t.component;n(t,1,0,f(t,5).ngClassUntouched,f(t,5).ngClassTouched,f(t,5).ngClassPristine,f(t,5).ngClassDirty,f(t,5).ngClassValid,f(t,5).ngClassInvalid,f(t,5).ngClassPending);n(t,9,0,i.subscriber_email)})}function dor(n){return e(0,[(n()(),r(0,0,null,null,0,"span",[],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.subscribeArticle.get("email").value)})}function gor(n){return e(0,[(n()(),r(0,0,null,null,19,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,10,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(2,0,null,null,9,"div",[["class","nuv-subscribe-modal__main-title"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,"div",[["class","nuv-subscribe-modal__checkmark"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:svg",[["class","nuv-show"],["height","12"],["viewBox","0 0 12 12"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["_ngcontent-c4",""],["d","M10 2l-5 8-3-2"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(6,0,null,null,5,"div",[["class","align-left"]],null,null,null,null,null)),(n()(),r(7,0,null,null,4,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["Thank you, "])),(n()(),s(16777216,null,null,1,null,dor)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),o(-1,null,[" has been subscribed."])),(n()(),r(12,0,null,null,2,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Please check your email for a confirmation. "])),(n()(),r(15,0,null,null,3,"div",[["class","nuv-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(16,0,null,null,2,"div",[["class","nuv-subscribe-modal__btn"]],null,null,null,null,null)),(n()(),r(17,0,null,null,1,"a",[["class","nuv-text-decoration-none"]],[[8,"href",4]],null,null,null,null)),(n()(),o(18,null,["",""])),(n()(),r(19,0,null,null,0,"div",[["class","nuv-subscribe-modal__row"]],[[8,"innerHTML",1]],null,null,null,null))],function(n,t){var i=t.component;n(t,10,0,i.subscribeArticle&&i.subscribeArticle.get("email"))},function(n,t){var i=t.component;n(t,17,0,ai(1,"",i.sitecoreJson.SubscribeCTALink,""));n(t,18,0,i.sitecoreJson.ThanksScreenSubscribeCTAText);n(t,19,0,i.privacyPolicyText)})}function nsr(n){return e(0,[(n()(),r(0,0,null,null,12,"div",[["aria-atomic","true"],["aria-live","polite"],["aria-relevant","all"],["class","nuv-subscribe-modal"]],null,null,null,null,null)),(n()(),r(1,0,null,null,3,"button",[["class","nuv-subscribe-modal__close-btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.CloseSubscription()&&i),i},null,null)),(n()(),r(2,0,null,null,2,":svg:svg",[["class","nuv-subscribe-modal__close-icon"],["id","close-article-subscription"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#ffffff"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M.5.5l18.85 17.907M19.35.5L.5 18.407"]],null,null,null,null,null)),(n()(),r(5,0,null,null,7,"div",[["class","nuv-subscribe-modal__main-container"]],null,null,null,null,null)),(n()(),r(6,0,null,null,6,"div",[["class","nuv-subscribe-modal__items-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,uor)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,kor)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gor)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,8,0,i.show_subscription_form);n(t,10,0,i.show_subscribed_items);n(t,12,0,i.show_successful_subscription_message)},null)}function tsr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-article-touch-point",[],null,null,null,nsr,odt)),u(1,114688,null,0,yft,[lt,v,lo,ik,gi],null,null)],function(n,t){n(t,1,0)},null)}function isr(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.parent.context.$implicit.dataPoint.label)})}function rsr(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.parent.context.$implicit.label)})}function usr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-product-detail-hero__featured-data-point-disclosure"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rsr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,2,"span",[],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"nuv-api-value",[],null,null,null,kf,te)),u(5,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null)],function(n,t){var i=t.component;n(t,2,0,!t.parent.context.$implicit.hideLabel);n(t,5,0,i.callerType,t.parent.context.$implicit.displayStyle,t.parent.context.$implicit.value,null!=t.parent.context.$implicit.displayStyleCssClass?t.parent.context.$implicit.displayStyleCssClass:"")},null)}function fsr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,usr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.context.$implicit.show)},null)}function esr(n){return e(0,[(n()(),r(0,0,null,null,9,"li",[["class","nuv-product-detail-hero__featured-data-point-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"h4",[["class","nuv-product-detail-hero__featured-data-point-title"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,isr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(4,0,null,null,3,"p",[],null,null,null,null,null)),u(5,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(6,0,null,null,1,"nuv-api-value",[],null,null,null,kf,te)),u(7,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),(n()(),s(16777216,null,null,1,null,fsr)),u(9,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,3,0,0==t.parent.context.$implicit.dataPoint.hideLabel);n(t,5,0,null!=t.parent.context.$implicit.dataPoint.displayStyleCssClass?"":"nuv-product-detail-hero__featured-data-point-text");n(t,7,0,i.callerType,t.parent.context.$implicit.dataPoint.displayStyle,t.parent.context.$implicit.dataPoint.value,null!=t.parent.context.$implicit.dataPoint.displayStyleCssClass?t.parent.context.$implicit.dataPoint.displayStyleCssClass:"nuv-product-detail-hero__featured-data-point-text");n(t,9,0,t.parent.context.$implicit.subDataPoints)},null)}function osr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,esr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.context.$implicit.show)},null)}function ssr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"ul",[["class","nuv-product-detail-hero__featured-data-point-list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,osr)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,3,0,t.component.dataPointGroups)},null)}function hsr(n){return e(0,[bt(402653184,1,{selectorTitleEle:0}),bt(402653184,2,{mainTitleEle:0}),(n()(),s(16777216,null,null,2,null,ssr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,3,0,w(t,3,0,f(t,4).transform(i.dataPointGroups$)))},null)}function csr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail",[],null,null,null,hsr,hdt)),u(1,114688,null,0,aft,[y,gt],null,null)],function(n,t){n(t,1,0)},null)}function lsr(n){return e(0,[(n()(),r(0,0,null,null,15,"div",[["class","nuv-product-detail-hero-retail__add-to-compare"],["data-action","add-to-compare"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),it(131072,at,[lt]),it(131072,at,[lt]),(n()(),r(3,0,null,null,8,":svg:svg",[["class","nuv-product-detail-hero-retail__add-to-compare-plus"],["data-action","add-to-compare"],["height","20"],["viewBox","0 0 20 20"],["width","20"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),it(131072,at,[lt]),it(131072,at,[lt]),(n()(),r(6,0,null,null,5,":svg:g",[["data-action","add-to-compare"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),it(131072,at,[lt]),it(131072,at,[lt]),(n()(),r(9,0,null,null,2,":svg:path",[["d","M10,1v18 M19,10H1"],["data-action","add-to-compare"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),it(131072,at,[lt]),it(131072,at,[lt]),(n()(),r(12,0,null,null,1,":svg:svg",[["class","nuv-product-detail-hero-retail__add-to-compare-checkmark"],["data-action","added-to-compare"],["height","12"],["viewBox","0 0 12 12"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["d","M10 2l-5 8-3-2"],["data-action","added-to-compare"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","1.3"]],null,null,null,null,null)),(n()(),r(14,0,null,null,1,"div",[["class","nuv-product-detail-hero-retail__add-to-compare-tooltip"]],[[1,"data-message",0]],null,null,null,null)),(n()(),r(15,0,null,null,0,"div",[["class","nuv-product-detail-hero-retail__add-to-compare-tooltip-copy"]],null,null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,w(t,0,0,f(t,1).transform(i.fundTicker$)),w(t,0,1,f(t,2).transform(i.fundName$)));n(t,3,0,w(t,3,0,f(t,4).transform(i.fundTicker$)),w(t,3,1,f(t,5).transform(i.fundName$)));n(t,6,0,w(t,6,0,f(t,7).transform(i.fundTicker$)),w(t,6,1,f(t,8).transform(i.fundName$)));n(t,9,0,w(t,9,0,f(t,10).transform(i.fundTicker$)),w(t,9,1,f(t,11).transform(i.fundName$)));n(t,14,0,i.morningstarToolsMessage)})}function asr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail-fund-compare",[],null,null,null,lsr,ldt)),u(1,114688,null,0,vft,[gt],null,null)],function(n,t){n(t,1,0)},null)}function vsr(n){return e(0,[(n()(),r(0,0,null,null,6,"a",[["class","nuv-share-class-selector__pdf-link"],["style",""],["target","_blank"],["title","opens in a new window"]],[[8,"href",4]],null,null,null,null)),it(131072,at,[lt]),(n()(),r(2,0,null,null,3,":svg:svg",[["class","nuv-share-class-selector__pdf-icon"],["viewBox","0 0 14 16"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M11.667 16H2.333C1.045 16 0 14.94 0 13.63V2.37C0 1.06 1.045 0 2.333 0h2.5L14 9v4.63c0 1.31-1.045 2.37-2.333 2.37z"],["fill","#6ECC4C"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M5 0v5.21C5 7.305 6.697 9 8.79 9H14"],["fill","#2BA824"]],null,null,null,null,null)),(n()(),o(6,null,["","\n"]))],null,function(n,t){var i=t.component;n(t,0,0,w(t,0,0,f(t,1).transform(i.pdfItemUrl$)));n(t,6,0,i.pdfLabel)})}function ysr(n){return e(0,[(n()(),s(16777216,null,null,2,null,vsr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,1,0,w(t,1,0,f(t,2).transform(i.pdfItemUrl$)))},null)}function psr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail-pdf-links",[],null,null,null,ysr,vdt)),u(1,114688,null,0,pft,[gt],null,null)],function(n,t){n(t,1,0)},null)}function wsr(n){return e(0,[(n()(),r(0,0,null,null,2,"a",[["class","nuv-share-class-selector__pdf-link"],["target","_blank"],["title","opens in a new window"]],[[8,"href",4]],null,null,null,null)),it(131072,at,[lt]),(n()(),o(2,null,["",""]))],null,function(n,t){var i=t.component;n(t,0,0,w(t,0,0,f(t,1).transform(i.pdfItemUrl$)));n(t,2,0,i.pdfLabel)})}function bsr(n){return e(0,[(n()(),s(16777216,null,null,2,null,wsr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,1,0,w(t,1,0,f(t,2).transform(i.pdfItemUrl$)))},null)}function ksr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail-pdf-links-sticky",[],null,null,null,bsr,pdt)),u(1,114688,null,0,wft,[gt],null,null)],function(n,t){n(t,1,0)},null)}function dsr(n){return e(0,[(n()(),r(0,0,null,null,17,"a",[["class","nuv-product-detail-hero__main-link-item external-link"],["target","_blank"],["title","opens in a new window"]],[[1,"href",4]],null,null,null,null)),(n()(),o(1,null,["\n"," "])),(n()(),r(2,0,null,null,15,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["class","external-icon"],["height","1em"],["version","1.1"],["viewBox","0 0 23 23"],["width","1em"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,14,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","none"],["stroke-linecap","square"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M19.5,3.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M19.5,3.5 L13.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M5.5,0.5 L22.5,0.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:path",[["d","M22.5,18.5 L5.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:path",[["d","M5.5,1.5 L5.5,17.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["d","M4.5,4.5 L0.5,4.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M0.5,5.5 L0.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M17.5,19.5 L17.5,21.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["d","M13.5,3.5 L19.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M18.5,4.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M0.5,22.5 L17.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M22.5,0.5 L22.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.secFilingLink);n(t,1,0,i.secFilingLabel)})}function gsr(n){return e(0,[(n()(),s(16777216,null,null,1,null,dsr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,1,0,t.component.secFilingLink)},null)}function nhr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail-sec-link",[],null,null,null,gsr,bdt)),u(1,114688,null,0,tet,[gt],null,null)],function(n,t){n(t,1,0)},null)}function thr(n){return e(0,[(n()(),r(0,0,null,null,17,"a",[["class","nuv-product-detail-hero__main-link-item external-link"],["target","_blank"],["title","opens in a new window"]],[[1,"href",4]],null,null,null,null)),(n()(),o(1,null,["\n"," "])),(n()(),r(2,0,null,null,15,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["class","external-icon"],["height","1em"],["version","1.1"],["viewBox","0 0 23 23"],["width","1em"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,14,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","none"],["stroke-linecap","square"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M19.5,3.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M19.5,3.5 L13.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M5.5,0.5 L22.5,0.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:path",[["d","M22.5,18.5 L5.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:path",[["d","M5.5,1.5 L5.5,17.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["d","M4.5,4.5 L0.5,4.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M0.5,5.5 L0.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M17.5,19.5 L17.5,21.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["d","M13.5,3.5 L19.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M18.5,4.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M0.5,22.5 L17.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M22.5,0.5 L22.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,i.literatureUrl);n(t,1,0,i.literatureLabel)})}function ihr(n){return e(0,[(n()(),s(16777216,null,null,1,null,thr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,1,0,t.component.literatureUrl)},null)}function rhr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail-literature-form-link",[],null,null,null,ihr,ddt)),u(1,114688,null,0,iet,[],null,null)],function(n,t){n(t,1,0)},null)}function uhr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"p",[["class","nuv-featured-card__fund-details-data-point-eyebrow"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.parent.parent.context.$implicit.fundcode,t.parent.parent.parent.context.$implicit.fundname);n(t,2,0,t.parent.context.$implicit.dataPoint.label)})}function fhr(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.label)})}function ehr(n){return e(0,[(n()(),r(0,0,null,null,6,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,5,"p",[["class","nuv-featured-card__fund-details-data-point-disclosure"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,fhr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(4,0,null,null,2,"span",[["class","product-card-span"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(5,0,null,null,1,"nuv-api-value",[],null,null,null,kf,te)),u(6,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null)],function(n,t){var i=t.component;n(t,3,0,t.context.$implicit.show);n(t,6,0,i.callerType,t.context.$implicit.displayStyle,t.context.$implicit.value,null!=t.context.$implicit.displayStyleCssClass?t.context.$implicit.displayStyleCssClass:"")},function(n,t){n(t,1,0,t.parent.parent.parent.context.$implicit.fundcode,t.parent.parent.parent.context.$implicit.fundname);n(t,4,0,t.parent.parent.parent.context.$implicit.fundcode,t.parent.parent.parent.context.$implicit.fundname)})}function ohr(n){return e(0,[(n()(),r(0,0,null,null,8,"li",[["class","nuv-featured-card__fund-details-data-point-item"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,uhr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,3,"p",[],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),u(4,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(5,0,null,null,1,"nuv-api-value",[],null,null,null,kf,te)),u(6,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),(n()(),s(16777216,null,null,1,null,ehr)),u(8,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,t.context.$implicit.dataPoint.show);n(t,4,0,null!=t.context.$implicit.dataPoint.displayStyleCssClass?"":"nuv-featured-card__fund-details-data-point-text");n(t,6,0,i.callerType,t.context.$implicit.dataPoint.displayStyle,t.context.$implicit.dataPoint.value,null!=t.context.$implicit.dataPoint.displayStyleCssClass?t.context.$implicit.dataPoint.displayStyleCssClass:"nuv-featured-card__fund-details-data-point-text");n(t,8,0,t.context.$implicit.subDataPoints)},function(n,t){n(t,0,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.fundname);n(t,3,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.fundname)})}function shr(n){return e(0,[(n()(),r(0,0,null,null,18,"div",[["class","nuv-featured-card-carousel__slider-item"],["style","width: 100%; display: inline-block;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),r(2,0,null,null,5,"a",[["class","nuv-product-card__add-to-compare"],["data-action","add-to-compare"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0],[1,"data-item",0]],[[null,"click"]],function(n,t){var i=!0,r=n.component;return"click"===t&&(i=!1!==r.compareProduct(r.event)&&i),i},null,null)),(n()(),r(3,0,null,null,2,":svg:svg",[["class","nuv-product-card__add-to-compare-plus"],["data-action","add-to-compare"],["height","10"],["viewBox","0 0 10 10"],["width","10"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:g",[["data-action","add-to-compare"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M5 1v8M9 5H1"],["data-action","add-to-compare"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(6,0,null,null,1,":svg:svg",[["class","nuv-product-card__add-to-compare-checkmark"],["data-action","added-to-compare"],["height","12"],["viewBox","0 0 12 12"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M10 2l-5 8-3-2"],["data-action","added-to-compare"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(8,0,null,null,10,"a",[["class","nuv-featured-card nuv-featured-card--type-product"],["tabindex","0"]],[[1,"href",4],[1,"data-item",0],[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(9,0,null,null,9,"div",[["class","nuv-featured-card__content-container"],["style","min-height: 318px;"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(10,0,null,null,1,"span",[["class","nuv-featured-card__eyebrow-title product-card-span"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),o(11,null,["",""])),(n()(),r(12,0,null,null,1,"h4",[["class","nuv-featured-card__content-title"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0],[8,"innerHTML",1]],null,null,null,null)),ct(13,1),(n()(),r(14,0,null,null,1,"p",[["class","nuv-featured-card__fund-details-symbol"],["data-gtm-vis-has-fired-11776017_254","1"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),o(15,null,[" "," "])),(n()(),r(16,0,null,null,2,"ul",[["class","nuv-featured-card__fund-details-data-points-list"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,ohr)),u(18,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,18,0,t.parent.context.$implicit.FundDataPointGroup)},function(n,t){n(t,2,0,t.parent.context.$implicit.symbol,t.parent.context.$implicit.fundname,t.parent.context.$implicit.tileData);n(t,3,0,t.parent.context.$implicit.symbol,t.parent.context.$implicit.fundname);n(t,4,0,t.parent.context.$implicit.symbol,t.parent.context.$implicit.fundname);n(t,5,0,t.parent.context.$implicit.symbol,t.parent.context.$implicit.fundname);n(t,6,0,t.parent.context.$implicit.symbol,t.parent.context.$implicit.fundname);n(t,7,0,t.parent.context.$implicit.symbol,t.parent.context.$implicit.fundname);n(t,8,0,t.parent.context.$implicit.productUrl,t.parent.context.$implicit.tileData,t.parent.context.$implicit.fundcode,t.parent.context.$implicit.fundname);n(t,9,0,t.parent.context.$implicit.fundcode,t.parent.context.$implicit.fundname);n(t,10,0,t.parent.context.$implicit.fundcode,t.parent.context.$implicit.fundname);n(t,11,0,t.parent.context.$implicit.producttype);var i=t.parent.context.$implicit.fundcode,r=t.parent.context.$implicit.fundname,u=w(t,12,2,n(t,13,0,f(t.parent.parent.parent,0),t.parent.context.$implicit.fundname));n(t,12,0,i,r,u);n(t,14,0,t.parent.context.$implicit.fundcode,t.parent.context.$implicit.fundname);n(t,15,0,t.parent.context.$implicit.shareclass?t.parent.context.$implicit.shareclass+" | "+t.parent.context.$implicit.symbol:t.parent.context.$implicit.fundcode);n(t,16,0,t.parent.context.$implicit.fundcode,t.parent.context.$implicit.fundname)})}function hhr(n){return e(0,[(n()(),r(0,0,null,null,1,"p",[["class","nuv-featured-card__fund-details-data-point-eyebrow"],["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,0,0,t.parent.parent.parent.parent.parent.context.$implicit.fundcode,t.parent.parent.parent.parent.parent.context.$implicit.strategyName);n(t,1,0,t.parent.parent.context.$implicit.dataPoint.label)})}function chr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hhr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.parent.context.$implicit.dataPoint.label)},null)}function lhr(n){return e(0,[(n()(),r(0,0,null,null,6,"li",[["class","nuv-featured-card__fund-details-data-point-item"],["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,chr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,3,"p",[["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),u(4,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(5,0,null,null,1,"nuv-api-value",[],null,null,null,kf,te)),u(6,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null)],function(n,t){var i=t.component;n(t,2,0,t.context.$implicit.dataPoint.show);n(t,4,0,null!=t.context.$implicit.dataPoint.displayStyleCssClass?"":"nuv-featured-card__fund-details-data-point-text");n(t,6,0,i.callerType,t.context.$implicit.dataPoint.displayStyle,t.context.$implicit.dataPoint.value,null!=t.context.$implicit.dataPoint.displayStyleCssClass?t.context.$implicit.dataPoint.displayStyleCssClass:"nuv-featured-card__fund-details-data-point-text")},function(n,t){n(t,0,0,t.parent.parent.parent.context.$implicit.fundcode,t.parent.parent.parent.context.$implicit.strategyName);n(t,3,0,t.parent.parent.parent.context.$implicit.fundcode,t.parent.parent.parent.context.$implicit.strategyName)})}function ahr(n){return e(0,[(n()(),r(0,0,null,null,12,"div",[["class","nuv-featured-card-carousel__slider-item"],["style","width: 100%; display: inline-block;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,11,"a",[["class","nuv-featured-card nuv-featured-card--type-product"],["data-type",""],["tabindex","0"]],[[1,"href",4],[1,"data-item",0],[1,"data-fundcode",0]],null,null,null,null)),(n()(),r(2,0,null,null,10,"div",[["class","nuv-featured-card__content-container"],["data-type",""],["style","min-height: 318px; max-height: 318px;"]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","nuv-featured-card__eyebrow-title product-card-span"],["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),o(4,null,["",""])),(n()(),r(5,0,null,null,2,"h4",[["class","nuv-featured-card__content-title"],["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),r(6,0,null,null,1,"a",[["class","nuv-featured-card__content-title-link"],["data-type",""],["tabindex","0"]],[[1,"href",4],[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),o(7,null,["",""])),(n()(),r(8,0,null,null,1,"p",[["class","nuv-featured-card__fund-details-data-point-eyebrow"],["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),o(9,null,["",""])),(n()(),r(10,0,null,null,2,"ul",[["class","nuv-featured-card__fund-details-data-points-list"],["data-type",""]],[[1,"data-fundcode",0],[1,"data-product",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,lhr)),u(12,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,12,0,t.parent.parent.context.$implicit.FundDataPointGroup)},function(n,t){n(t,1,0,t.parent.parent.context.$implicit.productUrl,t.parent.parent.context.$implicit.tileData,t.parent.parent.context.$implicit.fundcode);n(t,2,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.strategyName);n(t,3,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.strategyName);n(t,4,0,t.parent.parent.context.$implicit.producttype);n(t,5,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.strategyName);n(t,6,0,t.parent.parent.context.$implicit.productUrl,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.strategyName);n(t,7,0,t.parent.parent.context.$implicit.strategyname);n(t,8,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.strategyName);n(t,9,0,t.parent.parent.context.$implicit.assetclass);n(t,10,0,t.parent.parent.context.$implicit.fundcode,t.parent.parent.context.$implicit.strategyName)})}function vhr(n){return e(0,[(n()(),s(16777216,null,null,1,null,ahr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,"separately-managed-accounts"==t.parent.context.$implicit.productpath)},null)}function yhr(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,shr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["block1",2]],null,0,null,vhr))],function(n,t){n(t,2,0,"separately-managed-accounts"!==t.context.$implicit.productpath,f(t,3))},null)}function phr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,[[1,0],["carouselContainer",1]],null,3,"div",[["class","nuv-featured-card-carousel__slider-container fwCarousel"]],[[1,"data-slide-rotation",0]],null,null,null,null)),(n()(),s(16777216,null,null,2,null,yhr)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,3,0,w(t,3,0,f(t,4).transform(i.productCardCarousels$)))},function(n,t){n(t,1,0,t.component.slideRotation)})}function whr(n){return e(0,[it(0,lr,[gi]),bt(671088640,1,{content:0}),(n()(),s(16777216,null,null,2,null,phr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,3,0,w(t,3,0,f(t,4).transform(i.productCardCarousels$)))},null)}function bhr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-card-carousel",[],null,null,null,whr,ngt)),u(1,4308992,null,0,bft,[gt,bh],null,null)],function(n,t){n(t,1,0)},null)}function khr(n){return e(0,[(n()(),r(0,0,null,null,1,":svg:svg",[["height","14"],["viewBox","0 0 9 14"],["width","9"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(1,0,null,null,0,":svg:path",[["d","M1 13.088l6.044-6.03L1 1"],["fill","none"],["fill-rule","evenodd"],["stroke","#66737D"],["stroke-width","1.75"]],null,null,null,null,null))],null,null)}function dhr(n){return e(0,[(n()(),r(0,0,null,null,4,"li",[["class","nuv-product-detail-fund-overlay__breadcrumb-list-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[],[[1,"href",4]],null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),s(16777216,null,null,1,null,khr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,4,0,i.recentViewedProducts.length>1&&t.context.index<i.recentViewedProducts.length-1)},function(n,t){n(t,1,0,t.context.$implicit.link);n(t,2,0,t.context.$implicit.label)})}function ghr(n){return e(0,[(n()(),r(0,0,null,null,2,"li",[["class","nuv-product-detail-fund-overlay__column-link-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[],[[1,"href",4]],null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){n(t,1,0,t.context.$implicit.columnItemLink);n(t,2,0,t.context.$implicit.columnItemName)})}function ncr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-product-detail-fund-overlay__column-links"],["style","width: 100%;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-product-detail-fund-overlay__column-title"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,2,"ul",[["class","nuv-product-detail-fund-overlay__column-link-list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ghr)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,5,0,t.context.$implicit.columnContents)},function(n,t){n(t,2,0,t.context.$implicit.columnTitle)})}function tcr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-product-detail-fund-overlay__column-content"]],null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,ncr)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,3,0,w(t,3,0,f(t,4).transform(i.findAnotherFunds$)))},null)}function icr(n){return e(0,[bt(402653184,1,{elemRef:0}),(n()(),r(1,0,[[1,0],["elemRef",1]],null,20,"div",[["class","FindAnotherFund"]],null,null,null,null,null)),(n()(),r(2,0,null,null,19,"div",[["class","nuv-product-detail-fund-overlay"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,"div",[["class","nuv-product-detail-fund-overlay__bg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,17,"div",[["class","nuv-product-detail-fund-overlay__inner"]],null,null,null,null,null)),(n()(),r(5,0,null,null,16,"div",[["class","nuv-product-detail-fund-overlay__container"]],null,null,null,null,null)),(n()(),r(6,0,null,null,6,"div",[["class","nuv-product-detail-fund-overlay__header"]],null,null,null,null,null)),(n()(),r(7,0,null,null,1,"h2",[["class","nuv-product-detail-fund-overlay__title"]],null,null,null,null,null)),(n()(),o(8,null,["",""])),(n()(),r(9,0,null,null,3,"button",[["class","nuv-product-detail-fund-overlay__close-button js-overlay-trigger-close"],["name","button"],["type","button"]],null,null,null,null,null)),(n()(),r(10,0,null,null,2,":svg:svg",[["class","nuv-icon nuv-icon--close"],["viewBox","0 0 24 24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(11,0,null,null,1,":svg:g",[["class","nuv-icon__stroke"],["fill","none"],["fill-rule","evenodd"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M1.5 1.5l20.652 20.652M1.5 22.5L22.152 1.848"]],null,null,null,null,null)),(n()(),r(13,0,null,null,5,"div",[["class","nuv-product-detail-fund-overlay__breadcrumb"]],null,null,null,null,null)),(n()(),r(14,0,null,null,1,"div",[["class","nuv-product-detail-fund-overlay__breadcrumb-label"]],null,null,null,null,null)),(n()(),o(15,null,["",""])),(n()(),r(16,0,null,null,2,"ul",[["class","nuv-product-detail-fund-overlay__breadcrumb-list"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,dhr)),u(18,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,2,null,tcr)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,18,0,i.recentViewedProducts);n(t,20,0,w(t,20,0,f(t,21).transform(i.findAnotherFunds$)))},function(n,t){var i=t.component;n(t,8,0,i.label);n(t,15,0,i.recentlyViewedTitle)})}function rcr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-find-another-fund",[],null,null,null,icr,igt)),u(1,114688,null,0,gft,[gt,dv,bh],null,null)],function(n,t){n(t,1,0)},null)}function ucr(n){return e(0,[(n()(),r(0,0,null,null,10,"div",[],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.slideClick(n.context.$implicit.SliderId)&&i),i},null,null)),(n()(),r(1,0,null,null,9,"button",[["class","nuv-product-filtered-buttons__item"],["data-watch-filter","real-assets"],["style","width: 100%; display: inline-block;"],["tabindex","0"],["type","button"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"div",[["class","nuv-product-filtered-buttons__cover no-outline"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"picture",[],null,null,null,null,null)),(n()(),r(4,0,null,null,0,"img",[],[[8,"src",4]],null,null,null,null)),(n()(),r(5,0,null,null,1,"div",[["class","nuv-product-filtered-buttons__name"]],null,null,null,null,null)),(n()(),o(6,null,[""," "])),(n()(),r(7,0,null,null,3,"div",[["class","nuv-product-filtered-buttons__funds"]],null,null,null,null,null)),(n()(),r(8,0,null,null,1,"span",[["class","nuv-product-filtered-buttons__funds-count"]],null,null,null,null,null)),(n()(),o(9,null,[""," "])),(n()(),o(-1,null,[" Products "]))],null,function(n,t){n(t,4,0,t.context.$implicit.SlideImageUrl);n(t,6,0,t.context.$implicit.className);n(t,9,0,t.context.$implicit.classCount)})}function fcr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ucr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.featuredAssetsClasses.slides)},null)}function ecr(n){return e(0,[(n()(),r(0,0,null,null,3,"li",[["class","nuv-product-filters__result-counts-item"]],[[1,"data-category-shorthand",0]],null,null,null,null)),(n()(),r(1,0,null,null,2,"span",[["class","nuv-product-filters__result-counts-text no-outline"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),it(131072,at,[lt])],null,function(n,t){n(t,0,0,t.context.$implicit.shorthandAttribute);n(t,2,0,w(t,2,0,f(t,3).transform(t.context.$implicit.value$)))})}function ocr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-product-filtered-buttons"],["data-component",'{"componentName":"productFilteredButtons","componentType":"Form"}']],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-product-filtered-buttons__headline no-outline"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,2,"div",[["class","nuv-product-filtered-buttons__content "]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,fcr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(6,0,null,null,22,"div",[["class","nuv-product-filters"]],null,null,null,null,null)),(n()(),r(7,0,null,null,17,"form",[["class","nuv-product-filters__form ng-untouched ng-pristine ng-valid"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0;return"submit"===t&&(r=!1!==f(n,9).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,9).onReset()&&r),r},null,null)),u(8,16384,null,0,pl,[],null,null),u(9,4210688,null,0,yl,[[8,null],[8,null]],null,null),rt(2048,null,ot,null,[yl]),u(11,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(12,0,null,null,1,"h3",[["class","nuv-product-filters__overlay-title"]],null,null,null,null,null)),(n()(),o(-1,null,["Filters"])),(n()(),r(14,0,null,null,3,"button",[["class","nuv-product-filters__close-button"],["name","button"],["type","button"]],null,null,null,null,null)),(n()(),r(15,0,null,null,2,":svg:svg",[["class","nuv-icon nuv-icon--close"],["viewBox","0 0 24 24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(16,0,null,null,1,":svg:g",[["class","nuv-icon__stroke"],["fill","none"],["fill-rule","evenodd"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M1.5 1.5l20.652 20.652M1.5 22.5L22.152 1.848"]],null,null,null,null,null)),(n()(),r(18,0,null,null,6,"div",[["class","nuv-product-filters__overlay-buttons"]],null,null,null,null,null)),(n()(),r(19,0,null,null,2,"div",[["class","nuv-button"]],null,null,null,null,null)),(n()(),r(20,0,null,null,1,"button",[["class","nuv-button__btn"],["type","button"]],null,null,null,null,null)),(n()(),o(-1,null,[" Clear Filters "])),(n()(),r(22,0,null,null,2,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(23,0,null,null,1,"button",[["class","nuv-button__btn"],["type","submit"]],null,null,null,null,null)),(n()(),o(-1,null,[" Apply "])),(n()(),r(25,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),r(26,0,null,null,2,"ul",[["class","nuv-product-filters__result-counts"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ecr)),u(28,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,5,0,i.featuredAssetsClasses.slides);n(t,28,0,i.featuredAssetsClasses.dataPoints)},function(n,t){n(t,2,0,t.component.featuredAssetsClasses.title);n(t,7,0,f(t,11).ngClassUntouched,f(t,11).ngClassTouched,f(t,11).ngClassPristine,f(t,11).ngClassDirty,f(t,11).ngClassValid,f(t,11).ngClassInvalid,f(t,11).ngClassPending)})}function scr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-featured-asset-classes",[],null,null,null,ocr,ugt)),u(1,114688,null,0,net,[gt],null,null)],function(n,t){n(t,1,0)},null)}function hcr(){return e(0,[],null,null)}function wvt(n){return e(0,[(n()(),r(0,0,null,null,1,"highcharts-chart",[["style","display: block;"]],null,null,null,hcr,fau)),u(1,704512,null,0,uau,[v,tr],{Highcharts:[0,"Highcharts"],options:[1,"options"]},null)],function(n,t){var i=t.component;n(t,1,0,i.highcharts,i.piechartOptions)},null)}function ccr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","featured-text"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.baseballCardModel.featuredText)})}function lcr(n){return e(0,[(n()(),r(0,0,null,null,6,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-portfolio-card__leftkey-wrapper"]],null,[[null,"click"]],function(n,t,i){var r=!0;return"click"===t&&(r=!1!==n.component.changeCardContent(i,"prev")&&r),r},null,null)),(n()(),r(2,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["<"])),(n()(),r(4,0,null,null,2,"div",[["class","nuv-portfolio-card__rightkey-wrapper"]],null,[[null,"click"]],function(n,t,i){var r=!0;return"click"===t&&(r=!1!==n.component.changeCardContent(i,"next")&&r),r},null,null)),(n()(),r(5,0,null,null,1,"span",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(-1,null,[">"]))],null,null)}function acr(n){return e(0,[(n()(),r(0,0,null,null,4,"li",[],[[1,"data-portfolio-code",0]],[[null,"click"]],function(n,t,i){var r=!0;return"click"===t&&(r=!1!==n.component.getPortfolioCardContent(i,n.context.$implicit)&&r),r},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(2,0,null,null,2,"div",[["class","list-element"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","no-outline"]],null,null,null,null,null)),(n()(),o(4,null,["",""]))],function(n,t){n(t,1,0,t.context.first?"active":"")},function(n,t){n(t,0,0,t.context.$implicit.portfoliocode);n(t,4,0,t.context.$implicit.portfolioname)})}function vcr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-portfolio-card__list-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h5",[],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,2,"ul",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,acr)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,5,0,t.component.baseballCardModel.portfolios)},function(n,t){n(t,2,0,t.component.baseballCardModel.targetAllocationsLabel)})}function sn(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,24,"div",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(3,0,null,null,4,"div",[["class","nuv-portfolio-card__header"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(5,null,["",""])),(n()(),s(16777216,null,null,1,null,ccr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,13,"div",[["class","nuv-portfolio-card__wrapper"]],null,null,null,null,null)),(n()(),r(9,0,null,null,2,"h2",[],null,null,null,null,null)),(n()(),r(10,0,null,null,1,"a",[["tabindex","0"]],[[1,"href",4]],null,null,null,null)),(n()(),o(11,null,["",""])),(n()(),r(12,0,null,null,4,"div",[["class","nuv-portfolio-card__chart-wrapper"]],null,null,null,null,null)),(n()(),r(13,0,null,null,1,"nuv-baseball-card-chart",[],null,null,null,wvt,uit)),u(14,638976,null,0,rit,[],{portfolioDetail:[0,"portfolioDetail"],chartPlotOption:[1,"chartPlotOption"]},null),(n()(),s(16777216,null,null,1,null,lcr)),u(16,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,vcr)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(19,0,null,null,2,"div",[["class","nuv-portfolio-card__content-wrapper"]],null,null,null,null,null)),(n()(),r(20,0,null,null,1,"p",[["class","no-outline"]],[[8,"innerHTML",1]],null,null,null,null)),ct(21,1),(n()(),r(22,0,null,null,3,"div",[["class","nuv-portfolio-card__button-wrapper"]],null,null,null,null,null)),(n()(),r(23,0,null,null,2,"a",[["tabindex","0"]],[[1,"href",4]],null,null,null,null)),(n()(),r(24,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(25,null,["",""]))],function(n,t){var i=t.component;n(t,2,0,1==i.ishighlightColor?"nuv-portfolio-card public-card":"nuv-portfolio-card");n(t,7,0,i.baseballCardModel.featuredText);n(t,14,0,i.selectedPortfolioCard,i.chartPlotOption);n(t,16,0,"false"==i.showMiniCardVersion);n(t,18,0,"false"==i.showMiniCardVersion)},function(n,t){var i=t.component,r;n(t,5,0,i.baseballCardModel.banner);n(t,10,0,i.baseballCardModelUrl);n(t,11,0,i.baseballCardModel.name);r=w(t,20,0,n(t,21,0,f(t,0),i.portfolioCardDescription));n(t,20,0,r);n(t,23,0,i.baseballCardModelUrl);n(t,25,0,i.baseballCardModel.ctaLabel)})}function ycr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-baseball-card-carousel__slider-item"],["style","width: 100%; display: inline-block;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-baseball-card",[["show-mini-card-version","true"]],null,null,null,sn,bw)),u(2,638976,null,0,ww,[],{baseballCardModel:[0,"baseballCardModel"],showMiniCardVersion:[1,"showMiniCardVersion"],selectedPortfolioname:[2,"selectedPortfolioname"]},null)],function(n,t){n(t,2,0,t.parent.context.$implicit,"true",t.context.$implicit.portfolioname)},null)}function pcr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ycr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.context.$implicit.portfolios)},null)}function wcr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pcr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.modelCardCarousels)},null)}function bcr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-baseball-card-carousel__slider-item"],["style","width: 100%; display: inline-block;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-baseball-card",[["show-mini-card-version","false"]],null,null,null,sn,bw)),u(2,638976,null,0,ww,[],{baseballCardModel:[0,"baseballCardModel"],showMiniCardVersion:[1,"showMiniCardVersion"]},null)],function(n,t){n(t,2,0,t.context.$implicit,"false")},null)}function kcr(n){return e(0,[(n()(),s(16777216,null,null,1,null,bcr)),u(1,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,t.component.modelCardCarousels)},null)}function dcr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-baseball-card-carousel__slider-container"]],[[1,"data-slide-rotation",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,wcr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["fullVersionBlock",2]],null,0,null,kcr))],function(n,t){n(t,3,0,"true"==t.component.showMiniCardVersion,f(t,4))},function(n,t){n(t,1,0,t.component.slideRotation)})}function gcr(n){return e(0,[(n()(),s(16777216,null,null,2,null,dcr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,1,0,w(t,1,0,f(t,2).transform(i.modelCardCarousels$)))},null)}function nlr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-baseball-card-carousel",[],null,null,null,gcr,fgt)),u(1,114688,null,0,ret,[gt,bh],null,null)],function(n,t){n(t,1,0)},null)}function tlr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.gotoCardContent(n.context.$implicit.portfoliocode)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(2,null,[" "," "]))],function(n,t){n(t,1,0,t.context.$implicit.portfoliocode==t.component.selectedTaDescription.portfoliocode?"nuv-model-portfolios-detail__tab active":"nuv-model-portfolios-detail__tab")},function(n,t){n(t,2,0,t.context.$implicit.portfolioname)})}function ilr(n){return e(0,[(n()(),r(0,0,null,null,3,"option",[],[[8,"selected",0]],null,null,null,null)),u(1,147456,null,0,to,[v,y,[8,null]],{value:[0,"value"]},null),u(2,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(3,null,[" "," "]))],function(n,t){n(t,1,0,t.context.$implicit.portfoliocode);n(t,2,0,t.context.$implicit.portfoliocode)},function(n,t){n(t,0,0,t.context.$implicit.portfoliocode==t.component.selectedTaDescription.portfoliocode);n(t,3,0,t.context.$implicit.portfolioname)})}function rlr(n){return e(0,[(n()(),r(0,0,null,null,3,"td",[["class","column-header-visible column-strategic"],["style","height: 21px;"]],null,null,null,null,null)),(n()(),o(-1,null,[" Strategic "])),(n()(),r(2,0,null,null,1,"span",[["class","icon"]],null,null,null,null,null)),(n()(),o(-1,null,["+"]))],null,null)}function ulr(n){return e(0,[(n()(),r(0,0,null,null,3,"td",[["class","column-header-visible column-tactical"],["style","height: 21px;"]],null,null,null,null,null)),(n()(),o(-1,null,[" Tactical "])),(n()(),r(2,0,null,null,1,"span",[["class","icon"]],null,null,null,null,null)),(n()(),o(-1,null,["="]))],null,null)}function flr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[["class","column-header-visible column-target"],["style","height: 21px;"]],null,null,null,null,null)),(n()(),o(-1,null,[" Target "]))],null,null)}function elr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.strategic)})}function olr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.tactical)})}function slr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.target)})}function hlr(n){return e(0,[(n()(),r(0,0,null,null,29,"tr",[],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,20,"td",[["class","table-link"],["data-gtm-vis-first-on-screen-11776017_416","246106"],["data-gtm-vis-has-fired-11776017_416","1"],["data-gtm-vis-recent-on-screen-11776017_416","246106"],["data-gtm-vis-total-visible-time-11776017_416","100"]],null,null,null,null,null)),(n()(),r(4,0,null,null,17,"a",[["target","_blank"]],[[1,"href",4]],null,null,null,null)),(n()(),o(5,null,[" "," "])),(n()(),r(6,0,null,null,15,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["class","external-icon"],["height","1em"],["version","1.1"],["viewBox","0 0 23 23"],["width","1em"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(7,0,null,null,14,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","none"],["stroke-linecap","square"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:path",[["d","M19.5,3.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:path",[["d","M19.5,3.5 L13.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M5.5,0.5 L22.5,0.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M22.5,18.5 L5.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["d","M5.5,1.5 L5.5,17.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M4.5,4.5 L0.5,4.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M0.5,5.5 L0.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M17.5,19.5 L17.5,21.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M13.5,3.5 L19.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(18,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(19,0,null,null,0,":svg:path",[["d","M18.5,4.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(20,0,null,null,0,":svg:path",[["d","M0.5,22.5 L17.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(21,0,null,null,0,":svg:path",[["d","M22.5,0.5 L22.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(22,0,null,null,1,"span",[["class","shortTerm"]],null,null,null,null,null)),(n()(),o(23,null,["(",")"])),(n()(),s(16777216,null,null,1,null,elr)),u(25,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,olr)),u(27,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,slr)),u(29,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,25,0,null!==t.context.$implicit.strategic);n(t,27,0,null!==t.context.$implicit.tactical);n(t,29,0,null!==t.context.$implicit.target)},function(n,t){n(t,2,0,t.context.$implicit.symbol);n(t,4,0,t.context.$implicit.producturl);n(t,5,0,t.context.$implicit.name);n(t,23,0,t.context.$implicit.productshortname)})}function clr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.strategic)})}function llr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.tactical)})}function alr(n){return e(0,[(n()(),r(0,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.targetStr)})}function vlr(n){return e(0,[(n()(),r(0,0,null,null,27,"div",[["class","nuv-model-portfolios-detail__table-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,26,"table",[],null,null,null,null,null)),(n()(),r(2,0,null,null,12,"thead",[],null,null,null,null,null)),(n()(),r(3,0,null,null,11,"tr",[],null,null,null,null,null)),(n()(),r(4,0,null,null,3,"td",[["class","row-1"],["style","height: 21px;"]],null,null,null,null,null)),(n()(),r(5,0,null,null,2,"span",[],null,null,null,null,null)),u(6,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(7,null,["",""])),(n()(),r(8,0,null,null,0,"td",[["class","column-header-visible"],["style","height: 21px;"],["width","60%"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rlr)),u(10,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ulr)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,flr)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(15,0,null,null,12,"tbody",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hlr)),u(17,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(18,0,null,null,9,"tr",[["class","total"]],null,null,null,null,null)),(n()(),r(19,0,null,null,1,"td",[],null,null,null,null,null)),(n()(),o(-1,null,["Total"])),(n()(),r(21,0,null,null,0,"td",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,clr)),u(23,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,llr)),u(25,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,alr)),u(27,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,6,0,t.context.$implicit.titlecss);n(t,10,0,null!==t.context.$implicit.strategic);n(t,12,0,null!==t.context.$implicit.tactical);n(t,14,0,null!==t.context.$implicit.targetStr);n(t,17,0,t.context.$implicit.funds);n(t,23,0,null!==t.context.$implicit.strategic);n(t,25,0,null!==t.context.$implicit.tactical);n(t,27,0,null!==t.context.$implicit.targetStr)},function(n,t){n(t,7,0,t.context.$implicit.categoryname)})}function ylr(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-model-portfolios-detail__rightcontent-wrapper no-outline"]],null,null,null,null,null)),(n()(),r(1,0,null,null,3,"label",[],null,null,null,null,null)),(n()(),o(-1,null,["As of: "])),(n()(),r(3,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(4,null,["",""])),(n()(),s(16777216,null,null,1,null,vlr)),u(6,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,6,0,t.component.selectedTargetAllocation.allocations)},function(n,t){n(t,4,0,t.component.selectedTargetAllocation.asofdate)})}function plr(n){return e(0,[(n()(),r(0,0,null,null,28,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),s(16777216,null,null,1,null,tlr)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(5,0,null,null,3,"div",[["class","nuv-model-portfolios-detail__mobile-tabs-wrapper"]],null,null,null,null,null)),(n()(),r(6,0,[["portfolioSelector",1]],null,2,"select",[["id","portfolioSelect"]],null,[[null,"change"]],function(n,t){var i=!0;return"change"===t&&(i=!1!==n.component.gotoCardContent(f(n,6).value)&&i),i},null,null)),(n()(),s(16777216,null,null,1,null,ilr)),u(8,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(9,0,null,null,15,"div",[["class","nuv-model-portfolios-detail__content-wrapper"]],null,null,null,null,null)),(n()(),r(10,0,null,null,11,"div",[["class","nuv-model-portfolios-detail__leftcontent-wrapper"]],null,null,null,null,null)),(n()(),r(11,0,null,null,8,"div",[["class","nuv-model-portfolios-detail__leftcontent"]],null,null,null,null,null)),(n()(),r(12,0,null,null,1,"nuv-baseball-card-chart",[],null,null,null,wvt,uit)),u(13,638976,null,0,rit,[],{portfolioDetail:[0,"portfolioDetail"],chartPlotOption:[1,"chartPlotOption"]},null),(n()(),r(14,0,null,null,2,"div",[["class","nuv-model-portfolios-detail__leftkey-wrapper"],["style","top: 170px;"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.changeCardContent("prev")&&i),i},null,null)),(n()(),r(15,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["<"])),(n()(),r(17,0,null,null,2,"div",[["class","nuv-model-portfolios-detail__rightkey-wrapper"],["style","top: 170px;"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.changeCardContent("next")&&i),i},null,null)),(n()(),r(18,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,[">"])),(n()(),r(20,0,null,null,1,"div",[["class","allocation-desc"]],[[8,"innerHTML",1]],null,null,null,null)),ct(21,1),(n()(),s(16777216,null,null,2,null,ylr)),u(23,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(25,0,null,null,3,"div",[["class","nuv-model-portfolios-detail__table_disclosure_container"]],null,null,null,null,null)),(n()(),r(26,0,null,null,2,"div",[["class","nuv-model-portfolios-detail__disclousure-wysiwyg"]],null,null,null,null,null)),(n()(),r(27,0,null,null,1,"p",[],[[8,"innerHTML",1]],null,null,null,null)),ct(28,1)],function(n,t){var i=t.component;n(t,2,0,i.tabsWrapperClass);n(t,4,0,i.allTaDescription);n(t,8,0,i.allTaDescription);n(t,13,0,i.selectedTaDescription,i.chartPlotOption);n(t,23,0,w(t,23,0,f(t,24).transform(i.targetAllocations$)))},function(n,t){var i=t.component,u=w(t,20,0,n(t,21,0,f(t.parent,0),i.selectedTaDescription.description)),r;n(t,20,0,u);r=w(t,27,0,n(t,28,0,f(t.parent,0),i.selectedTaDescription.targetAllocationDescription+"<br> <br>"));n(t,27,0,r)})}function wlr(n){return e(0,[it(0,lr,[gi]),(n()(),s(16777216,null,null,2,null,plr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,2,0,w(t,2,0,f(t,3).transform(i.portfolios$)))},null)}function blr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-portfolio-target-allocation",[],null,null,null,wlr,ogt)),u(1,114688,null,0,uet,[gt,bh],null,null)],function(n,t){n(t,1,0)},null)}function klr(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-tey-calculator"],["id","tey-container-1"]],[[1,"data-ticker",0],[1,"data-btn-text",0]],null,null,null,null))],null,function(n,t){var i=t.component;n(t,0,0,ai(1,"",i.ticker,""),ai(1,"",i.buttonText,""))})}function dlr(n){return e(0,[(n()(),s(16777216,null,null,1,null,klr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,1,0,t.component.isTaxable)},null)}function glr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-product-hero-detail-tey-calculator",[],null,null,null,dlr,hgt)),u(1,114688,null,0,eet,[gt],null,null)],function(n,t){n(t,1,0)},null)}function nar(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.parent.context.$implicit.Title)})}function tar(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.parent.context.$implicit.Description)})}function iar(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,7,"a",[["speedbumptype","link"]],[[1,"data-speed-bump-id",0],[1,"href",4]],null,null,null,null)),(n()(),r(2,0,null,null,3,":svg:svg",[["height","27"],["style",""],["viewBox","0 0 20 27"],["width","20"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M16.43 26H3.57C2.15 26 1 24.806 1 23.333v-8.666C1 13.194 2.15 12 3.57 12h12.86c1.42 0 2.57 1.194 2.57 2.667v8.666C19 24.806 17.85 26 16.43 26zM4 11V6.625C4 3.518 6.686 1 10 1s6 2.518 6 5.625V11"],["stroke","#66737D"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M12 17.583C12 16.71 11.328 16 10.5 16S9 16.71 9 17.583c0 .697.43 1.282 1.022 1.493L9.6 22h1.8l-.372-2.94c.567-.226.972-.8.972-1.477"],["fill","#66737D"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,nar)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["DescriptionSpan",2]],null,0,null,tar))],function(n,t){n(t,7,0,t.parent.context.$implicit.Title,f(t,8))},function(n,t){var i=t.component;n(t,1,0,"false"===i.isUserLoggedIn?i.modalLoginContainer:i.modalErrormessage,i.getHrefUrl(t.parent.context.$implicit))})}function rar(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.parent.parent.context.$implicit.Title)})}function uar(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.parent.parent.context.$implicit.Description)})}function far(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,7,"a",[["target","_blank"],["title","opens in a new window"]],[[1,"href",4]],null,null,null,null)),(n()(),r(2,0,null,null,3,":svg:svg",[["height","16"],["viewBox","0 0 14 16"],["width","14"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M11.667 16H2.333C1.045 16 0 14.94 0 13.63V2.37C0 1.06 1.045 0 2.333 0h5.592c.155 0 .303.062.413.174l5.49 5.67c.11.11.172.262.172.42v7.366c0 1.31-1.045 2.37-2.333 2.37z"],["fill","#31B700"],["style",""]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M7 0v4.053C7 5.68 8.32 7 9.947 7H14"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rar)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["DescriptionSpan2",2]],null,0,null,uar))],function(n,t){n(t,7,0,t.parent.parent.context.$implicit.Title,f(t,8))},function(n,t){n(t,1,0,t.component.getHrefUrl(t.parent.parent.context.$implicit))})}function ear(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.parent.parent.context.$implicit.Title)})}function oar(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.parent.parent.context.$implicit.Description)})}function sar(n){return e(0,[(n()(),r(0,0,null,null,6,"a",[["target","_blank"],["title","opens in a new window"]],[[1,"href",4]],null,null,null,null)),(n()(),r(1,0,null,null,2,":svg:svg",[["viewBox","0 0 14 16"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M11.7 16H2.3C1 16 0 14.9 0 13.6V2.4C0 1.1 1 0 2.3 0h5.6c.2 0 .3.1.4.2l5.5 5.7c.1.1.2.2.2.4v7.4c0 1.2-1 2.3-2.3 2.3z"],["fill","#87B0BC"],["style",""]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M10.8 6.4H14v-.1c0-.2-.1-.3-.2-.4L8.3.2C8.2.1 8.1 0 7.9 0h-.1v3.5c0 1.6 1.3 2.9 3 2.9z"],["fill","#4C7887"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ear)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["DescriptionSpan3",2]],null,0,null,oar))],function(n,t){n(t,5,0,t.parent.parent.context.$implicit.Title,f(t,6))},function(n,t){n(t,0,0,t.component.getHrefUrl(t.parent.parent.context.$implicit))})}function har(n){return e(0,[(n()(),s(16777216,null,null,1,null,far)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["nestedElseBlock",2]],null,0,null,sar))],function(n,t){var i=t.component;n(t,1,0,"Advisor"==t.parent.context.$implicit.SecurityLevelRole&&("Advisor"==i.userRole||"Employee"==i.userRole),f(t,2))},null)}function car(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-button"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[["class","nuv-button__btn show_subscription_slider_pdp_btn"],["data-action","subscribe"],["data-track-hover",""],["href",""]],[[1,"data-publishsystemid",0],[1,"data-publishsystemsourceid",0]],null,null,null,null)),(n()(),o(-1,null,[" Subscribe "]))],null,function(n,t){n(t,2,0,t.parent.context.$implicit.PublishSystemId,t.parent.context.$implicit.PublishSystemSourceId)})}function lar(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-search-results__description"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"a",[["target","_blank"],["title","opens in a new window"]],[[1,"href",4]],null,null,null,null)),(n()(),o(2,null,[" "," "])),ct(3,2)],null,function(n,t){n(t,1,0,t.component.getHrefUrl(t.parent.context.$implicit));var i=w(t,2,0,n(t,3,0,f(t.parent.parent.parent.parent,0),t.parent.context.$implicit.DateTimeActive,"dd MMM yyyy"));n(t,2,0,i)})}function aar(n){return e(0,[(n()(),r(0,0,null,null,7,"li",[["class","nuv-homepage-literature__links-item"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,iar)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["elseBlock",2]],null,0,null,har)),(n()(),s(16777216,null,null,1,null,car)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,lar)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,"Advisor"==t.context.$implicit.SecurityLevelRole&&"Advisor"!=i.userRole&&"Employee"!=i.userRole,f(t,3));n(t,5,0,t.context.$implicit.PublishSystemSourceId&&t.context.$implicit.PublishSystemId);n(t,7,0,i.showDateBoolean)},null)}function yar(n){return e(0,[(n()(),r(0,0,null,null,13,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,12,"li",[["class","nuv-homepage-literature__links-item nuv-homepage-literature__links-item--log-in"]],null,null,null,null,null)),(n()(),r(2,0,null,null,11,"a",[],[[1,"data-speed-bump-id",0]],null,null,null,null)),(n()(),r(3,0,null,null,8,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["height","30"],["viewBox","0 0 30 30"],["width","30"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:defs",[],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:circle",[["_ngcontent-kyh-c14",""],["cx","15"],["cy","15"],["id","a"],["r","15"]],null,null,null,null,null)),(n()(),r(6,0,null,null,5,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(7,0,null,null,1,":svg:mask",[["fill","#fff"],["id","b"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:use",[[":xlink:href","#a"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:use",[[":xlink:href","#a"],["fill","#C1E9B2"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:ellipse",[["cx","14.961"],["cy","28.289"],["fill","#2D9015"],["mask","url(#b)"],["rx","12.77"],["ry","8.289"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:circle",[["cx","15"],["cy","12"],["fill","#2D9015"],["mask","url(#b)"],["r","6"]],null,null,null,null,null)),(n()(),r(12,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(-1,null,["Login or register to access locked materials"]))],null,function(n,t){n(t,2,0,t.component.modalLoginContainer)})}function par(n){return e(0,[(n()(),r(0,0,null,null,11,"div",[["class","nuv-homepage-literature"],["data-component",'{"componentName":"homepageLiterature","componentType":"Document"}']],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-homepage-literature__title"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,2,"div",[["class","nuv-mb-32"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(5,null,["",""])),(n()(),r(6,0,null,null,5,"div",[["class","nuv-homepage-literature__container"]],null,null,null,null,null)),(n()(),r(7,0,null,null,4,"ul",[["class","nuv-homepage-literature__links"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,aar)),u(9,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(16777216,null,null,1,null,yar)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,9,0,i.apiLiteratureData);n(t,11,0,"false"===i.isUserLoggedIn)},function(n,t){var i=t.component;n(t,2,0,i.literatureTitle);n(t,5,0,i.literatureSubTitle)})}function war(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.Title)})}function bar(n){return e(0,[(n()(),o(0,null,[" "," "]))],null,function(n,t){n(t,0,0,t.parent.context.$implicit.Description)})}function kar(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-product-detail-prospectus-report__list-buttons"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[["class","nuv-button__btn show_subscription_slider_pdp_btn"],["data-action","subscribe"],["data-track-hover",""],["href",""]],[[1,"data-publishsystemid",0],[1,"data-publishsystemsourceid",0]],null,null,null,null)),(n()(),o(-1,null,[" Subscribe "]))],null,function(n,t){n(t,2,0,t.parent.context.$implicit.PublishSystemId,t.parent.context.$implicit.PublishSystemSourceId)})}function dar(n){return e(0,[(n()(),r(0,0,null,null,11,"li",[["class","nuv-product-detail-prospectus-report__links-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,8,"div",[["class","nuv-product-detail-prospectus-report__label"]],null,null,null,null,null)),(n()(),r(2,0,null,null,3,"a",[["class","nuv-button__btn"],["data-action","read report"],["data-track-hover",""],["href","literatureData.NavigateUrl"],["target","_blank"],["title","opens in a new window"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,":svg:svg",[["viewBox","0 0 14 16"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M11.7 16H2.3C1 16 0 14.9 0 13.6V2.4C0 1.1 1 0 2.3 0h5.6c.2 0 .3.1.4.2l5.5 5.7c.1.1.2.2.2.4v7.4c0 1.2-1 2.3-2.3 2.3z"],["fill","#87B0BC"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M10.8 6.4H14v-.1c0-.2-.1-.3-.2-.4L8.3.2C8.2.1 8.1 0 7.9 0h-.1v3.5c0 1.6 1.3 2.9 3 2.9z"],["fill","#4C7887"]],null,null,null,null,null)),(n()(),r(6,0,null,null,3,"a",[["class","nuv-button__btn"],["data-action","read report"],["data-track-hover",""],["target","_blank"],["title","opens in a new window"]],[[8,"href",4]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,war)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["nestedElseBlockForAnchor",2]],null,0,null,bar)),(n()(),s(16777216,null,null,1,null,kar)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,8,0,t.context.$implicit.Title,f(t,9));n(t,11,0,t.context.$implicit.PublishSystemSourceId&&t.context.$implicit.PublishSystemId)},function(n,t){n(t,6,0,ai(1,"",t.context.$implicit.Url,""))})}function gar(n){return e(0,[(n()(),r(0,0,null,null,9,"div",[["class","nuv-product-detail-prospectus-report"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-product-detail-prospectus-report__title"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,2,"div",[["class","nuv-mb-32"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(5,null,["",""])),(n()(),r(6,0,null,null,3,"div",[["class","nuv-product-detail-prospectus-report__container"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,"ul",[["class","nuv-product-detail-prospectus-report__links"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,dar)),u(9,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,9,0,t.component.apiLiteratureData)},function(n,t){var i=t.component;n(t,2,0,i.literatureTitle);n(t,5,0,i.literatureSubTitle)})}function nvr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.Title)})}function tvr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.Description)})}function ivr(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-product-detail-prospectus-report__list-buttons"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[["class","nuv-button__btn show_subscription_slider_pdp_btn"],["data-action","subscribe"],["data-track-hover",""],["href",""]],[[1,"data-publishsystemid",0],[1,"data-publishsystemsourceid",0]],null,null,null,null)),(n()(),o(-1,null,[" Subscribe "]))],null,function(n,t){n(t,2,0,t.parent.context.$implicit.PublishSystemId,t.parent.context.$implicit.PublishSystemSourceId)})}function rvr(n){return e(0,[(n()(),r(0,0,null,null,9,"li",[["class","nuv-homepage-literature__links-item"]],null,null,null,null,null)),(n()(),r(1,0,null,null,6,"a",[["target","_blank"],["title","opens in a new window"]],[[1,"href",4]],null,null,null,null)),(n()(),r(2,0,null,null,2,":svg:svg",[["viewBox","0 0 14 16"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M11.7 16H2.3C1 16 0 14.9 0 13.6V2.4C0 1.1 1 0 2.3 0h5.6c.2 0 .3.1.4.2l5.5 5.7c.1.1.2.2.2.4v7.4c0 1.2-1 2.3-2.3 2.3z"],["fill","#87B0BC"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M10.8 6.4H14v-.1c0-.2-.1-.3-.2-.4L8.3.2C8.2.1 8.1 0 7.9 0h-.1v3.5c0 1.6 1.3 2.9 3 2.9z"],["fill","#4C7887"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,nvr)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["DescriptionSpan2",2]],null,0,null,tvr)),(n()(),s(16777216,null,null,1,null,ivr)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,6,0,t.context.$implicit.Title,f(t,7));n(t,9,0,t.context.$implicit.PublishSystemSourceId&&t.context.$implicit.PublishSystemId)},function(n,t){n(t,1,0,t.component.getHrefUrl(t.context.$implicit))})}function uvr(n){return e(0,[(n()(),r(0,0,null,null,9,"div",[["class","nuv-homepage-literature"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-homepage-literature__title"]],null,null,null,null,null)),(n()(),o(2,null,[""," "])),(n()(),r(3,0,null,null,2,"div",[["class","nuv-mb-32"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(5,null,["",""])),(n()(),r(6,0,null,null,3,"div",[["class","nuv-homepage-literature__container"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,"ul",[["class","nuv-homepage-literature__links"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rvr)),u(9,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,9,0,t.component.apiLiteratureData)},function(n,t){var i=t.component;n(t,2,0,i.literatureTitle);n(t,5,0,i.literatureSubTitle)})}function fvr(n){return e(0,[(n()(),r(0,0,null,null,6,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,par)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gar)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,uvr)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component;n(t,2,0,"Fund Literature"==i.literatureType);n(t,4,0,"Featured Literature"==i.literatureType);n(t,6,0,"TagID Literature"==i.literatureType)},null)}function evr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["style","height:500px; overflow:hidden"]],null,null,null,null,null)),(n()(),r(1,0,[[1,0],["loaderRef",1]],null,0,"div",[],[[8,"id",0]],null,null,null,null))],null,function(n,t){n(t,1,0,ai(1,"",t.component.loaderId,""))})}function ovr(n){return e(0,[it(0,kfu,[hb]),bt(671088640,1,{loaderRef:0}),bt(402653184,2,{componentRef:0}),(n()(),r(3,0,[[2,0],["component",1]],null,3,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,fvr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["loadingGif",2]],null,0,null,evr))],function(n,t){var i=t.component;n(t,5,0,i.apiLiteratureData&&i.apiLiteratureData.length>0,f(t,6))},null)}function svr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-fund-literature",[],null,null,null,ovr,lgt)),u(1,4308992,null,0,fet,[gt,tr,dv],null,null)],function(n,t){n(t,1,0)},null)}function hvr(n){return e(0,[(n()(),r(0,0,null,null,1,"ng5-slider-tooltip-wrapper",[["class","ng5-slider-span ng5-slider-tick-value"]],null,null,null,bvt,fit)),u(1,49152,null,0,hoi,[],{template:[0,"template"],tooltip:[1,"tooltip"],placement:[2,"placement"],content:[3,"content"]},null)],function(n,t){n(t,1,0,t.component.tooltipTemplate,t.parent.context.$implicit.valueTooltip,t.parent.context.$implicit.valueTooltipPlacement,t.parent.context.$implicit.value)},null)}function cvr(n){return e(0,[(n()(),r(0,0,null,null,0,"span",[["class","ng5-slider-span ng5-slider-tick-legend"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.parent.context.$implicit.legend)})}function lvr(n){return e(0,[(n()(),r(0,0,null,null,9,"span",[["class","ng5-slider-tick"]],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(2,{"ng5-slider-selected":0}),u(3,278528,null,0,ga,[d,v,y],{ngStyle:[0,"ngStyle"]},null),(n()(),r(4,0,null,null,1,"ng5-slider-tooltip-wrapper",[],null,null,null,bvt,fit)),u(5,49152,null,0,hoi,[],{template:[0,"template"],tooltip:[1,"tooltip"],placement:[2,"placement"]},null),(n()(),s(16777216,null,null,1,null,hvr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cvr)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,2,0,t.context.$implicit.selected);n(t,1,0,"ng5-slider-tick",r);n(t,3,0,t.context.$implicit.style);n(t,5,0,i.tooltipTemplate,t.context.$implicit.tooltip,t.context.$implicit.tooltipPlacement);n(t,7,0,null!=t.context.$implicit.value);n(t,9,0,null!=t.context.$implicit.legend)},null)}function avr(n){return e(0,[bt(402653184,1,{leftOuterSelectionBarElement:0}),bt(402653184,2,{rightOuterSelectionBarElement:0}),bt(402653184,3,{fullBarElement:0}),bt(402653184,4,{selectionBarElement:0}),bt(402653184,5,{minHandleElement:0}),bt(402653184,6,{maxHandleElement:0}),bt(402653184,7,{floorLabelElement:0}),bt(402653184,8,{ceilLabelElement:0}),bt(402653184,9,{minHandleLabelElement:0}),bt(402653184,10,{maxHandleLabelElement:0}),bt(402653184,11,{combinedLabelElement:0}),bt(402653184,12,{ticksElement:0}),(n()(),r(12,0,[["leftOuterSelectionBar",1]],null,2,"span",[["class","ng5-slider-span ng5-slider-bar-wrapper ng5-slider-left-out-selection"],["ng5SliderElement",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(13,16384,[[1,4]],0,uc,[v,y],null,null),(n()(),r(14,0,null,null,0,"span",[["class","ng5-slider-span ng5-slider-bar"]],null,null,null,null,null)),(n()(),r(15,0,[["rightOuterSelectionBar",1]],null,2,"span",[["class","ng5-slider-span ng5-slider-bar-wrapper ng5-slider-right-out-selection"],["ng5SliderElement",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(16,16384,[[2,4]],0,uc,[v,y],null,null),(n()(),r(17,0,null,null,0,"span",[["class","ng5-slider-span ng5-slider-bar"]],null,null,null,null,null)),(n()(),r(18,0,[["fullBar",1]],null,2,"span",[["class","ng5-slider-span ng5-slider-bar-wrapper ng5-slider-full-bar"],["ng5SliderElement",""]],[[2,"ng5-slider-transparent",null],[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(19,16384,[[3,4]],0,uc,[v,y],null,null),(n()(),r(20,0,null,null,0,"span",[["class","ng5-slider-span ng5-slider-bar"]],null,null,null,null,null)),(n()(),r(21,0,[["selectionBar",1]],null,3,"span",[["class","ng5-slider-span ng5-slider-bar-wrapper ng5-slider-selection-bar"],["ng5SliderElement",""]],[[2,"ng5-slider-draggable",null],[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(22,16384,[[4,4]],0,uc,[v,y],null,null),(n()(),r(23,0,null,null,1,"span",[["class","ng5-slider-span ng5-slider-bar ng5-slider-selection"]],null,null,null,null,null)),u(24,278528,null,0,ga,[d,v,y],{ngStyle:[0,"ngStyle"]},null),(n()(),r(25,0,[["minHandle",1]],null,2,"span",[["class","ng5-slider-span ng5-slider-pointer ng5-slider-pointer-min"],["ng5SliderHandle",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null],[2,"ng5-slider-active",null],[1,"role",0],[1,"tabindex",0],[1,"aria-orientation",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-valuenow",0],[1,"aria-valuetext",0],[1,"aria-valuemin",0],[1,"aria-valuemax",0]],null,null,null,null)),u(26,278528,null,0,ga,[d,v,y],{ngStyle:[0,"ngStyle"]},null),u(27,16384,[[5,4]],0,eoi,[v,y],null,null),(n()(),r(28,0,[["maxHandle",1]],null,2,"span",[["class","ng5-slider-span ng5-slider-pointer ng5-slider-pointer-max"],["ng5SliderHandle",""]],[[4,"display",null],[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null],[2,"ng5-slider-active",null],[1,"role",0],[1,"tabindex",0],[1,"aria-orientation",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-valuenow",0],[1,"aria-valuetext",0],[1,"aria-valuemin",0],[1,"aria-valuemax",0]],null,null,null,null)),u(29,278528,null,0,ga,[d,v,y],{ngStyle:[0,"ngStyle"]},null),u(30,16384,[[6,4]],0,eoi,[v,y],null,null),(n()(),r(31,0,[["floorLabel",1]],null,1,"span",[["class","ng5-slider-span ng5-slider-bubble ng5-slider-limit ng5-slider-floor"],["ng5SliderLabel",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(32,16384,[[7,4]],0,ty,[v,y],null,null),(n()(),r(33,0,[["ceilLabel",1]],null,1,"span",[["class","ng5-slider-span ng5-slider-bubble ng5-slider-limit ng5-slider-ceil"],["ng5SliderLabel",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(34,16384,[[8,4]],0,ty,[v,y],null,null),(n()(),r(35,0,[["minHandleLabel",1]],null,1,"span",[["class","ng5-slider-span ng5-slider-bubble ng5-slider-model-value"],["ng5SliderLabel",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(36,16384,[[9,4]],0,ty,[v,y],null,null),(n()(),r(37,0,[["maxHandleLabel",1]],null,1,"span",[["class","ng5-slider-span ng5-slider-bubble ng5-slider-model-high"],["ng5SliderLabel",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(38,16384,[[10,4]],0,ty,[v,y],null,null),(n()(),r(39,0,[["combinedLabel",1]],null,1,"span",[["class","ng5-slider-span ng5-slider-bubble ng5-slider-combined"],["ng5SliderLabel",""]],[[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(40,16384,[[11,4]],0,ty,[v,y],null,null),(n()(),r(41,0,[["ticksElement",1]],null,3,"span",[["class","ng5-slider-ticks"],["ng5SliderElement",""]],[[8,"hidden",0],[2,"ng5-slider-ticks-values-under",null],[4,"opacity",null],[4,"visibility",null],[4,"left",null],[4,"bottom",null],[4,"height",null],[4,"width",null]],null,null,null,null)),u(42,16384,[[12,4]],0,uc,[v,y],null,null),(n()(),s(16777216,null,null,1,null,lvr)),u(44,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,24,0,i.barStyle);n(t,26,0,i.minPointerStyle);n(t,29,0,i.maxPointerStyle);n(t,44,0,i.ticks)},function(n,t){var i=t.component;n(t,12,0,f(t,13).opacity,f(t,13).visibility,f(t,13).left,f(t,13).bottom,f(t,13).height,f(t,13).width);n(t,15,0,f(t,16).opacity,f(t,16).visibility,f(t,16).left,f(t,16).bottom,f(t,16).height,f(t,16).width);n(t,18,0,i.fullBarTransparentClass,f(t,19).opacity,f(t,19).visibility,f(t,19).left,f(t,19).bottom,f(t,19).height,f(t,19).width);n(t,21,0,i.selectionBarDraggableClass,f(t,22).opacity,f(t,22).visibility,f(t,22).left,f(t,22).bottom,f(t,22).height,f(t,22).width);n(t,25,1,[f(t,27).opacity,f(t,27).visibility,f(t,27).left,f(t,27).bottom,f(t,27).height,f(t,27).width,f(t,27).active,f(t,27).role,f(t,27).tabindex,f(t,27).ariaOrientation,f(t,27).ariaLabel,f(t,27).ariaLabelledBy,f(t,27).ariaValueNow,f(t,27).ariaValueText,f(t,27).ariaValueMin,f(t,27).ariaValueMax]);n(t,28,1,[i.range?"inherit":"none",f(t,30).opacity,f(t,30).visibility,f(t,30).left,f(t,30).bottom,f(t,30).height,f(t,30).width,f(t,30).active,f(t,30).role,f(t,30).tabindex,f(t,30).ariaOrientation,f(t,30).ariaLabel,f(t,30).ariaLabelledBy,f(t,30).ariaValueNow,f(t,30).ariaValueText,f(t,30).ariaValueMin,f(t,30).ariaValueMax]);n(t,31,0,f(t,32).opacity,f(t,32).visibility,f(t,32).left,f(t,32).bottom,f(t,32).height,f(t,32).width);n(t,33,0,f(t,34).opacity,f(t,34).visibility,f(t,34).left,f(t,34).bottom,f(t,34).height,f(t,34).width);n(t,35,0,f(t,36).opacity,f(t,36).visibility,f(t,36).left,f(t,36).bottom,f(t,36).height,f(t,36).width);n(t,37,0,f(t,38).opacity,f(t,38).visibility,f(t,38).left,f(t,38).bottom,f(t,38).height,f(t,38).width);n(t,39,0,f(t,40).opacity,f(t,40).visibility,f(t,40).left,f(t,40).bottom,f(t,40).height,f(t,40).width);n(t,41,0,!i.showTicks,i.ticksUnderValuesClass,f(t,42).opacity,f(t,42).visibility,f(t,42).left,f(t,42).bottom,f(t,42).height,f(t,42).width)})}function vvr(n){return e(0,[(n()(),s(0,null,null,0))],null,null)}function yvr(n){return e(0,[(n()(),s(0,null,null,0,null,vvr))],null,null)}function pvr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,yvr)),u(2,540672,null,0,aw,[h],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),ni(3,{tooltip:0,placement:1,content:2}),(n()(),s(0,null,null,0))],function(n,t){var i=t.component,r=n(t,3,0,i.tooltip,i.placement,i.content);n(t,2,0,r,i.template)},null)}function wvr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[["class","ng5-slider-inner-tooltip"]],[[1,"title",0],[1,"data-tooltip-placement",0]],null,null,null,null)),(n()(),o(2,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,1,0,i.tooltip,i.placement);n(t,2,0,i.content)})}function bvt(n){return e(0,[(n()(),s(16777216,null,null,1,null,pvr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wvr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,1,0,i.template);n(t,3,0,!i.template)},null)}function bvr(n){return e(0,[(n()(),r(0,0,null,null,7,":svg:svg",[["data-name","growth-white 2"],["height","36"],["id","growth-white_2"],["viewBox","0 0 36 36"],["width","36"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(1,0,null,null,5,":svg:g",[["data-name","Group 2255"],["id","Group_2255"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M15.4,10.2v.1h0L7.6,15.2l.6.8,7.7-4.9h.2l1.7,2.6,3.4-6.5-7.3.3Zm.2-1.6c0-.1.1-.1,0,0l3.7-.2h.1v.1l-1.6,3.2h-.2l-2-3.1Z"],["fill","#fff"],["id","Path_283"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:rect",[["data-name","Rectangle 1571"],["fill","#fff"],["height","7.5"],["id","Rectangle_1571"],["transform","translate(6.3 22.1)"],["width","1.1"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M30.4,29.5V8.7H29.3V29.5Z"],["data-name","Path 416"],["fill","#fff"],["id","Path_416"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:rect",[["data-name","Rectangle 1572"],["fill","#fff"],["height","11.1"],["id","Rectangle_1572"],["transform","translate(14 18.4)"],["width","1.1"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:rect",[["data-name","Rectangle 1573"],["fill","#fff"],["height","14.7"],["id","Rectangle_1573"],["transform","translate(21.7 14.8)"],["width","1.1"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:rect",[["data-name","Rectangle 1574"],["fill","none"],["height","36"],["id","Rectangle_1574"],["width","36"]],null,null,null,null,null))],null,null)}function kvr(n){return e(0,[(n()(),r(0,0,null,null,7,":svg:svg",[["data-name","growth-green 2"],["height","36"],["id","growth-green_2"],["viewBox","0 0 36 36"],["width","36"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(1,0,null,null,5,":svg:g",[["data-name","Group 2254"],["id","Group_2254"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,":svg:path",[["d","M15.4,10.2v.1h0L7.6,15.2l.6.8,7.7-4.9h.2l1.7,2.6,3.4-6.5-7.3.3Zm.2-1.6c0-.1.1-.1,0,0l3.7-.2h.1v.1l-1.6,3.2h-.2l-2-3.1Z"],["fill","#2ab34b"],["id","Path_283_1_"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:rect",[["data-name","Rectangle 1567"],["fill","#2ab34b"],["height","7.5"],["id","Rectangle_1567"],["transform","translate(6.3 22.1)"],["width","1.1"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M30.4,29.5V8.7H29.3V29.5Z"],["data-name","Path 415"],["fill","#2ab34b"],["id","Path_415"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:rect",[["data-name","Rectangle 1568"],["fill","#2ab34b"],["height","11.1"],["id","Rectangle_1568"],["transform","translate(14 18.4)"],["width","1.1"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:rect",[["data-name","Rectangle 1569"],["fill","#2ab34b"],["height","14.7"],["id","Rectangle_1569"],["transform","translate(21.7 14.8)"],["width","1.1"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:rect",[["data-name","Rectangle 1570"],["fill","none"],["height","36"],["id","Rectangle_1570"],["width","36"]],null,null,null,null,null))],null,null)}function dvr(n){return e(0,[(n()(),r(0,0,null,null,10,":svg:svg",[["data-name","income-white 2"],["height","36"],["id","income-white_2"],["viewBox","0 0 36 36"],["width","36"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(1,0,null,null,8,":svg:g",[["data-name","Group 2267"],["id","Group_2267"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,":svg:g",[["id","noun_Plus_2268173-2_3_"],["transform","translate(-21383.643 1496.509)"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M21400.9-1482.7a.431.431,0,0,0-.4.4h0v4.2h-4.2a.431.431,0,0,0-.4.4.43.43,0,0,0,.4.4h4.2v4.2a.43.43,0,0,0,.4.4.431.431,0,0,0,.4-.4h0v-4.2h4.2a.431.431,0,0,0,.4-.4.43.43,0,0,0-.4-.4h-4.2v-4.2a.367.367,0,0,0-.4-.4Z"],["fill","#fff"],["id","Path_391-2_3_"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M29.1,22.7"],["data-name","Path 419"],["fill","none"],["fill-rule","evenodd"],["id","Path_419"],["stroke","#fff"],["stroke-miterlimit","10"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,":svg:g",[["data-name","Group 2265"],["id","Group_2265"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M29.3,24.7c-3,4.9-5.8,6.7-12.3,6.6A12.9,12.9,0,0,1,17,5.5,13.017,13.017,0,0,1,30,18.4"],["data-name","Path 420"],["fill","none"],["id","Path_420"],["stroke","#fff"],["stroke-linecap","round"],["stroke-miterlimit","10"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,":svg:g",[["data-name","Group 2266"],["id","Group_2266"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:line",[["data-name","Line 574"],["fill","none"],["id","Line_574"],["stroke","#fff"],["stroke-linecap","round"],["stroke-miterlimit","10"],["stroke-width","1"],["transform","translate(30.4 14.1)"],["x1","2.3"],["y2","5"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:line",[["data-name","Line 575"],["fill","none"],["id","Line_575"],["stroke","#fff"],["stroke-linecap","round"],["stroke-miterlimit","10"],["stroke-width","1"],["transform","translate(26.2 16.1)"],["x2","4.1"],["y2","3"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:rect",[["data-name","Rectangle 1577"],["fill","none"],["height","36"],["id","Rectangle_1577"],["width","36"]],null,null,null,null,null))],null,null)}function gvr(n){return e(0,[(n()(),r(0,0,null,null,11,":svg:svg",[["data-name","income-green 2"],["height","36"],["id","income-green_2"],["viewBox","0 0 36 36"],["width","36"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(1,0,null,null,8,":svg:g",[["data-name","Group 2264"],["id","Group_2264"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,":svg:g",[["id","noun_Plus_2268173-2_2_"],["transform","translate(-21383.643 1496.509)"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M21400.9-1482.7a.431.431,0,0,0-.4.4h0v4.2h-4.2a.431.431,0,0,0-.4.4.43.43,0,0,0,.4.4h4.2v4.2a.43.43,0,0,0,.4.4.431.431,0,0,0,.4-.4h0v-4.2h4.2a.431.431,0,0,0,.4-.4.43.43,0,0,0-.4-.4h-4.2v-4.2a.367.367,0,0,0-.4-.4Z"],["fill","#2ab34b"],["id","Path_391-2_2_"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M29.1,22.7"],["data-name","Path 417"],["fill","none"],["id","Path_417"],["stroke","#ef4136"],["stroke-miterlimit","10"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,":svg:g",[["data-name","Group 2262"],["id","Group_2262"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M29.3,24.7c-3,4.9-5.8,6.7-12.3,6.6A12.9,12.9,0,0,1,17,5.5,13.017,13.017,0,0,1,30,18.4"],["data-name","Path 418"],["fill","none"],["id","Path_418"],["stroke","#2ab34b"],["stroke-linecap","round"],["stroke-miterlimit","10"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,":svg:g",[["data-name","Group 2263"],["id","Group_2263"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:line",[["data-name","Line 572"],["fill","none"],["id","Line_572"],["stroke","#2ab34b"],["stroke-linecap","round"],["stroke-miterlimit","10"],["stroke-width","1"],["transform","translate(30.4 14.1)"],["x1","2.3"],["y2","5"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:line",[["data-name","Line 573"],["fill","none"],["id","Line_573"],["stroke","#2ab34b"],["stroke-linecap","round"],["stroke-miterlimit","10"],["stroke-width","1"],["transform","translate(26.2 16.1)"],["x2","4.1"],["y2","3"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:rect",[["data-name","Rectangle 1575"],["fill","none"],["height","36"],["id","Rectangle_1575"],["width","36"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:rect",[["data-name","Rectangle 1576"],["fill","none"],["height","36"],["id","Rectangle_1576"],["width","36"]],null,null,null,null,null))],null,null)}function nyr(n){return e(0,[(n()(),r(0,0,null,null,20,"div",[["class","baseball-card-filter__objcontent-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,9,"a",[],null,[[null,"click"]],function(n,t){var i=!0,r=n.component;return"click"===t&&(i=!1!==r.togglePrimaryObjectiveTab(r.primaryObjectives[0].code)&&i),i},null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(3,0,null,null,4,"span",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bvr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,kvr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,2,"span",[],null,null,null,null,null)),u(9,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(10,null,["",""])),(n()(),r(11,0,null,null,9,"a",[],null,[[null,"click"]],function(n,t){var i=!0,r=n.component;return"click"===t&&(i=!1!==r.togglePrimaryObjectiveTab(r.primaryObjectives[1].code)&&i),i},null,null)),u(12,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(13,0,null,null,4,"span",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,dvr)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gvr)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(18,0,null,null,2,"span",[],null,null,null,null,null)),u(19,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(20,null,["",""]))],function(n,t){var i=t.component;n(t,2,0,i.showWhiteGrowth?"baseball-card-filter__objcontent-leftwrapper":"baseball-card-filter__objcontent-leftwrapper toggle-background");n(t,5,0,i.showWhiteGrowth);n(t,7,0,!i.showWhiteGrowth);n(t,9,0,i.showWhiteGrowth?"":"color-green");n(t,12,0,i.showWhiteIncome?"baseball-card-filter__objcontent-rightwrapper":"baseball-card-filter__objcontent-rightwrapper toggle-background");n(t,15,0,i.showWhiteIncome);n(t,17,0,!i.showWhiteIncome);n(t,19,0,i.showWhiteIncome?"":"color-green")},function(n,t){var i=t.component;n(t,10,0,i.primaryObjectives[0].name);n(t,20,0,i.primaryObjectives[1].name)})}function tyr(n){return e(0,[(n()(),r(0,0,null,null,2,"a",[],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.selectSecondaryObj(n.context.$implicit.code)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(2,null,[" "," "]))],function(n,t){n(t,1,0,t.context.$implicit.isDisabled?"baseball-card-filter__objbtn disabled":t.context.$implicit.isSelected?"baseball-card-filter__objbtn active":"baseball-card-filter__objbtn")},function(n,t){n(t,2,0,t.context.$implicit.name)})}function iyr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","baseball-card-filter__secondobj-leftwrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,2,"div",[["class","baseball-card-filter__objbtn-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,tyr)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,5,0,t.component.secondaryObjectives)},function(n,t){n(t,2,0,t.component.secondaryObjectiveLabel)})}function ryr(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","baseball-card-filter__label-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"span",[["class","baseball-card-filter__lower-label"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,1,"span",[["class","baseball-card-filter__higher-label"]],null,null,null,null,null)),(n()(),o(4,null,["",""]))],null,function(n,t){var i=t.component;n(t,2,0,i.lowerLabel);n(t,4,0,i.highLabel)})}function uyr(n){return e(0,[(n()(),r(0,0,null,null,22,"div",[["class","baseball-card-filter__secondobjcontent-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,2,null,iyr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(4,0,null,null,18,"div",[["class","baseball-card-filter__secondobj-rightwrapper"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"h3",[["class","align-center"]],null,null,null,null,null)),(n()(),o(6,null,["",""])),(n()(),r(7,0,null,null,5,"div",[["class","baseball-card-filter__nopref-wrapper"]],null,null,null,null,null)),(n()(),r(8,0,null,null,4,"label",[],null,null,null,null,null)),u(9,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),o(10,null,[" "," "])),(n()(),r(11,0,null,null,0,"input",[["type","checkbox"]],[[8,"disabled",0],[8,"checked",0]],[[null,"change"]],function(n,t){var i=!0;return"change"===t&&(i=!1!==n.component.noPrefClicked()&&i),i},null,null)),(n()(),r(12,0,null,null,0,"span",[["class","checkmark"]],null,null,null,null,null)),(n()(),r(13,0,null,null,9,"div",[["class","baseball-card-filter__objradio-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ryr)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(16,0,null,null,6,"div",[],null,null,null,null,null)),u(17,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(18,0,null,null,4,"div",[["class","custom-slider"]],null,null,null,null,null)),(n()(),r(19,0,null,null,3,"ng5-slider",[["class","ng5-slider"]],[[2,"vertical",null],[2,"animate",null],[1,"disabled",0]],[[null,"userChangeStart"],[null,"userChange"],["window","resize"]],function(n,t,i){var r=!0,u=n.component;return"window:resize"===t&&(r=!1!==f(n,21).onResize(i)&&r),"userChangeStart"===t&&(r=!1!==u.clickSliderElement(i)&&r),"userChange"===t&&(r=!1!==u.clickSliderElement(i)&&r),r},avr,cau)),rt(5120,null,ht,function(n){return[n]},[nst]),u(21,4964352,null,1,nst,[y,v,lt,tr],{options:[0,"options"]},{userChangeStart:"userChangeStart",userChange:"userChange"}),bt(335544320,1,{tooltipTemplate:0})],function(n,t){var i=t.component;n(t,2,0,w(t,2,0,f(t,3).transform(i.secondaryObjectiveTab$)));n(t,9,0,i.isNoPrefDisabled?"container disabled":"container");n(t,15,0,i.showHighLowerLabel);n(t,17,0,i.hideOnload?"hide-onload disabled":i.isNoPrefChecked?"hide-onload":"");n(t,21,0,i.selectedRiskToleranceOptions)},function(n,t){var i=t.component;n(t,6,0,i.riskToleranceLabel);n(t,10,0,i.noPreferenceLabel);n(t,11,0,i.isNoPrefDisabled,i.isNoPrefChecked);n(t,19,0,f(t,21).sliderElementVerticalClass,f(t,21).sliderElementAnimateClass,f(t,21).sliderElementDisabledAttr)})}function fyr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,nyr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,uyr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component;n(t,2,0,2==i.primaryObjectives.length);n(t,4,0,i.isFilterOpen)},null)}function eyr(n){return e(0,[(n()(),r(0,0,null,null,8,"a",[],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.openFilters()&&i),i},null,null)),(n()(),r(1,0,null,null,7,":svg:svg",[["height","36.043"],["viewBox","0 0 36 36.043"],["width","36"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,6,":svg:g",[["data-name","green plus 2"],["id","green_plus_2"],["transform","translate(0 0.043)"]],null,null,null,null,null)),(n()(),r(3,0,null,null,4,":svg:g",[["id","Component_13_15"],["transform","translate(2 69.757)"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:g",[["id","Group_2154"],["transform","translate(-611 -944)"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:circle",[["cx","18"],["cy","18"],["fill","#2ab34b"],["id","Ellipse_74-2"],["opacity","0.387"],["r","18"],["transform","translate(609 874.2)"]],null,null,null,null,null)),(n()(),r(6,0,null,null,1,":svg:g",[["id","noun_Plus_2268173-4"],["transform","translate(13 13)"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M3.1-69.8a.43.43,0,0,0-.4.4h0v4.2H-1.5a.43.43,0,0,0-.4.4.43.43,0,0,0,.4.4H2.7v4.2a.43.43,0,0,0,.4.4.43.43,0,0,0,.4-.4h0v-4.2H7.7a.43.43,0,0,0,.4-.4.265.265,0,0,0-.3-.3H3.5v-4.2a.458.458,0,0,0-.4-.5Z"],["fill","#fff"],["id","Path_391-4"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:rect",[["data-name","Rectangle 1565"],["fill","none"],["height","36"],["id","Rectangle_1565"],["width","36"]],null,null,null,null,null))],null,null)}function oyr(n){return e(0,[(n()(),r(0,0,null,null,11,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"label",[],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[["class","baseball-card-filter__reset-filter"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.minimize()&&i),i},null,null)),(n()(),o(3,null,["",""])),(n()(),r(4,0,null,null,7,"a",[],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.minimize()&&i),i},null,null)),(n()(),r(5,0,null,null,6,":svg:svg",[["height","36.043"],["viewBox","0 0 36 36.043"],["width","36"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(6,0,null,null,5,":svg:g",[["data-name","green x 2"],["id","green_x_2"],["transform","translate(0 0.043)"]],null,null,null,null,null)),(n()(),r(7,0,null,null,3,":svg:g",[["id","Group_2153"],["transform","translate(57 69.757)"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:circle",[["cx","18"],["cy","18"],["fill","#2ab34b"],["id","Ellipse_74"],["opacity","0.387"],["r","18"],["transform","translate(-57 -69.8)"]],null,null,null,null,null)),(n()(),r(9,0,null,null,1,":svg:g",[["id","noun_Plus_2268173-3"],["transform","translate(10.999 18.198) rotate(-45)"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["d","M14.1-89.6a.43.43,0,0,0-.4.4h0V-85H9.4a.43.43,0,0,0-.4.4.43.43,0,0,0,.4.4h4.2V-80a.43.43,0,0,0,.4.4.43.43,0,0,0,.4-.4h0v-4.2h4.2a.43.43,0,0,0,.4-.4c0-.2,0-.4-.2-.4H14.6v-4.2a.664.664,0,0,0-.5-.4Z"],["fill","#fff"],["id","Path_391-3"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:rect",[["data-name","Rectangle 1566"],["fill","none"],["height","36"],["id","Rectangle_1566"],["width","36"]],null,null,null,null,null))],null,function(n,t){n(t,3,0,t.component.modelPortfolioHeroResetFilterLinkLabel)})}function syr(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.reset()&&i),i},null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.resetFilterAndViewLinkLabel)})}function hyr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"nuv-baseball-card",[],null,null,null,sn,bw)),u(2,638976,null,0,ww,[],{baseballCardModel:[0,"baseballCardModel"],showMiniCardVersion:[1,"showMiniCardVersion"],selectedPortfolioname:[2,"selectedPortfolioname"]},null)],function(n,t){var i=t.component;n(t,2,0,t.context.$implicit,i.showMiniCardVersion,i.selectedRiskTolerance)},null)}function cyr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","nuv-model-portfolios-tab__bbcards-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hyr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.selectedModelCards)},null)}function lyr(n){return e(0,[(n()(),r(0,0,null,null,15,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,14,"div",[["class","baseball-card-filter__learnmore-wrapper"]],null,[["window","resize"]],function(n,t){var i=!0;return"window:resize"===t&&(i=!1!==n.component.onResize()&&i),i},null,null)),(n()(),r(2,0,null,null,0,"div",[["class","baseball-card-filter__learnmore-fullwidth"]],null,null,null,null,null)),(n()(),r(3,0,null,null,12,"div",[["class","baseball-card-filter__objective-wrapper"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,"div",[["class","baseball-card-filter__objective-fullwidth"]],null,null,null,null,null)),(n()(),r(5,0,null,null,10,"div",[["class","baseball-card-filter__objective-content"]],null,null,null,null,null)),(n()(),r(6,0,null,null,1,"h3",[],null,null,null,null,null)),(n()(),o(7,null,["",""])),(n()(),s(16777216,null,null,2,null,fyr)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(11,0,null,null,4,"div",[["class","baseball-card-filter__plusicon-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,eyr)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,oyr)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(16,0,null,null,8,"div",[["class","nuv-model-portfolios-tab__cardContainer"]],null,null,null,null,null)),(n()(),r(17,0,null,null,4,"div",[["class","nuv-model-portfolios-tab__headingContainer"]],null,null,null,null,null)),(n()(),r(18,0,null,null,1,"h2",[],null,null,null,null,null)),(n()(),o(19,null,["",""])),(n()(),s(16777216,null,null,1,null,syr)),u(21,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,2,null,cyr)),u(23,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,9,0,w(t,9,0,f(t,10).transform(i.primaryObjectiveTab$)));n(t,13,0,!i.isFilterOpen);n(t,15,0,i.isFilterOpen);n(t,21,0,i.showResetFilterAndViewLinkLabel);n(t,23,0,w(t,23,0,f(t,24).transform(i.modelCardCarousels$)))},function(n,t){var i=t.component;n(t,7,0,i.primaryObjectiveLabel);n(t,19,0,i.cardHeading)})}function ayr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-model-portfolios-hero",[],null,null,null,lyr,agt)),u(1,114688,null,0,oet,[gt,bh],null,null)],function(n,t){n(t,1,0)},null)}function vyr(n){return e(0,[(n()(),r(0,0,null,null,3,"option",[],[[8,"selected",0]],null,null,null,null)),u(1,147456,null,0,to,[v,y,[8,null]],{value:[0,"value"]},null),u(2,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(3,null,[""," "]))],function(n,t){n(t,1,0,ai(1,"",t.context.$implicit.key,""));n(t,2,0,ai(1,"",t.context.$implicit.key,""))},function(n,t){n(t,0,0,t.context.$implicit.key==t.component.defaultkeystring);n(t,3,0,t.context.$implicit.value)})}function yyr(n){return e(0,[(n()(),r(0,0,null,null,2,"select",[["class","nuv-product-filters__dropdown-select"],["id","leveragable"],["name","leveragable"]],null,[[null,"change"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==n.component.onChange(i.target.value)&&r),r},null,null)),(n()(),s(16777216,null,null,1,null,vyr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,2,0,t.component.filters)},null)}function pyr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-table-filter-singleselect-dropdown",[],null,null,null,yyr,ygt)),u(1,114688,null,0,set,[gt],null,null)],function(n,t){n(t,1,0)},null)}function wyr(n){return e(0,[(n()(),r(0,0,null,null,9,"div",[["class","nuv-multi-select-filter-modal__filter-label-container"]],null,null,null,null,null)),(n()(),r(1,0,null,null,8,"label",[["class","nuv-multi-select-filter-modal__filter-label"]],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(3,{"nuv-multi-select-filter-modal__filter-label--checked":0}),(n()(),r(4,0,null,null,0,"input",[["type","checkbox"]],[[1,"label",0],[1,"value",0],[8,"checked",0]],[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.singleclick(n.context.$implicit)&&i),i},null,null)),(n()(),r(5,0,null,null,2,"span",[["class","nuv-multi-select-filter-modal__filter-checkbox"]],null,null,null,null,null)),(n()(),r(6,0,null,null,1,":svg:svg",[["class","nuv-multi-select-filter-modal__icon-checked"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["class","nuv-multi-select-filter-modal__icon-checked-path"],["d","M1 3l3 3 6-6"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"]],null,null,null,null,null)),(n()(),r(8,0,null,null,1,"span",[["class","nuv-multi-select-filter-modal__filter-label-text"]],null,null,null,null,null)),(n()(),o(9,null,["",""]))],function(n,t){var i=n(t,3,0,t.context.$implicit.isChecked);n(t,2,0,"nuv-multi-select-filter-modal__filter-label",i)},function(n,t){n(t,4,0,t.context.$implicit.label,t.context.$implicit.value,t.context.$implicit.isChecked);n(t,9,0,t.context.$implicit.label)})}function byr(n){return e(0,[(n()(),r(0,0,null,null,4,"fieldset",[["class","nuv-multi-select-filter-modal__form-fieldset"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"legend",[["class","nuv-multi-select-filter-modal__filter-title"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),s(16777216,null,null,1,null,wyr)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,4,0,t.context.$implicit.filterValues)},function(n,t){n(t,2,0,t.context.$implicit.name)})}function kyr(n){return e(0,[(n()(),r(0,0,null,null,10,"div",[["class","nuv-product-filters__multi-select-button-container"]],null,null,null,null,null)),(n()(),r(1,0,null,null,9,"div",[["class","nuv-button nuv-button--dark nuv-product-filters__multi-select-button nuv-button--icon nuv-button--icon-plus"]],[[8,"id",0]],null,null,null,null)),(n()(),r(2,0,null,null,8,"button",[["class","nuv-button__btn nuv-multi-select-filter-modal-trigger multi-select-filter-modal-button"],["data-action","asset class"],["data-track-hover",""],["type","button"]],null,null,null,null,null)),u(3,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),it(131072,at,[lt]),ni(5,{selected:0}),(n()(),r(6,0,null,null,3,"div",[["class","nuv-button__icon nuv-button__icon--plus"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,":svg:svg",[["height","13"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(8,0,null,null,1,":svg:g",[["class","plusIcon"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:path",[["d","M6 1.5v10M11 6.5H1"]],null,null,null,null,null)),(n()(),o(10,null,[" "," "])),(n()(),r(11,0,null,null,26,"div",[["class","nuv-multi-select-filter-modal"]],[[8,"id",0]],null,null,null,null)),(n()(),r(12,0,null,null,25,"div",[["class","nuv-multi-select-filter-modal__main-container"]],null,null,null,null,null)),(n()(),r(13,0,null,null,3,"button",[["class","nuv-multi-select-filter-modal__close-btn"]],null,null,null,null,null)),(n()(),r(14,0,null,null,2,":svg:svg",[["class","nuv-multi-select-filter-modal__close-icon"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(15,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#66737D"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M.5.5l18.85 17.907M19.35.5L.5 18.407"]],null,null,null,null,null)),(n()(),r(17,0,null,null,1,"h4",[["class","nuv-multi-select-filter-modal__main-title no-outline"]],null,null,null,null,null)),(n()(),o(18,null,["Filter By ",""])),(n()(),r(19,0,null,null,18,"div",[["class","nuv-multi-select-filter-modal__form"]],null,null,null,null,null)),(n()(),r(20,0,null,null,2,"div",[["class","nuv-multi-select-filter-modal__filter-groups"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,byr)),u(22,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(23,0,null,null,14,"div",[["class","nuv-multi-select-filter-modal__form-options"]],null,null,null,null,null)),(n()(),r(24,0,null,null,2,"div",[["class","nuv-multi-select-filter-modal__options-container"]],null,null,null,null,null)),(n()(),r(25,0,null,null,1,"button",[["class","nuv-multi-select-filter-modal__select-all-btn"],["type","button"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.selectAll()&&i),i},null,null)),(n()(),o(-1,null,[" Select all "])),(n()(),r(27,0,null,null,10,"div",[["class","nuv-multi-select-filter-modal__options-container"]],null,null,null,null,null)),(n()(),r(28,0,null,null,6,"button",[["class","nuv-multi-select-filter-modal__reset-btn"],["type","button"]],null,null,null,null,null)),(n()(),r(29,0,null,null,3,":svg:svg",[["class","nuv-multi-select-filter-modal__reset-icon"],["height","16"],["width","21"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(30,0,null,null,2,":svg:g",[["fill","none"],["fill-rule","evenodd"]],null,null,null,null,null)),(n()(),r(31,0,null,null,0,":svg:path",[["d","M11.657 8L6 13.657.343 8z"],["fill","#253746"]],null,null,null,null,null)),(n()(),r(32,0,null,null,0,":svg:path",[["d","M13 15a7 7 0 1 0-7-7"],["stroke","#253746"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(33,0,null,null,1,"span",[["class","nuv-multi-select-filter-modal__reset-text"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.resetFilters()&&i),i},null,null)),(n()(),o(-1,null,[" Reset filters "])),(n()(),r(35,0,null,null,2,"div",[["class","nuv-button nuv-button--green nuv-multi-select-filter-modal__apply-btn"]],null,null,null,null,null)),(n()(),r(36,0,null,null,1,"button",[["class","nuv-button__btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.applyFilters()&&i),i},null,null)),(n()(),o(37,null,[" Apply filters (",") "]))],function(n,t){var i=t.component,r=n(t,5,0,w(t,3,1,f(t,4).transform(i.anyFiltersApplied$)));n(t,3,0,"nuv-button__btn nuv-multi-select-filter-modal-trigger multi-select-filter-modal-button",r);n(t,22,0,i.filterValueGroups)},function(n,t){var i=t.component;n(t,1,0,ai(1,"#",i.modelId,""));n(t,10,0,i.filterButtonName);n(t,11,0,ai(1,"",i.modelId,""));n(t,18,0,i.filterButtonName);n(t,37,0,i.selectedFilters.length)})}function dyr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-table-filter-multiselect-dropdown",[],null,null,null,kyr,wgt)),u(1,114688,null,0,aet,[gt,gt],null,null)],function(n,t){n(t,1,0)},null)}function gyr(n){return e(0,[(n()(),r(0,0,null,null,3,"option",[],null,null,null,null,null)),u(1,147456,null,0,to,[v,y,[2,hu]],{value:[0,"value"]},null),u(2,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(3,null,["",""]))],function(n,t){n(t,1,0,t.context.$implicit.value);n(t,2,0,t.context.$implicit.value)},function(n,t){n(t,3,0,t.context.$implicit.text)})}function npr(n){return e(0,[(n()(),r(0,0,null,null,3,"option",[],null,null,null,null,null)),u(1,147456,null,0,to,[v,y,[2,hu]],{value:[0,"value"]},null),u(2,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(3,null,["",""]))],function(n,t){n(t,1,0,t.context.$implicit.value);n(t,2,0,t.context.$implicit.value)},function(n,t){n(t,3,0,t.context.$implicit.text)})}function tpr(n){return e(0,[(n()(),r(0,0,null,null,3,"option",[],null,null,null,null,null)),u(1,147456,null,0,to,[v,y,[2,hu]],{value:[0,"value"]},null),u(2,147456,null,0,io,[v,y,[8,null]],{value:[0,"value"]},null),(n()(),o(3,null,["",""]))],function(n,t){n(t,1,0,t.context.$implicit.value);n(t,2,0,t.context.$implicit.value)},function(n,t){n(t,3,0,t.context.$implicit.text)})}function ipr(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-product-detail-table-retail__filter-caption"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(1,0,null,null,32,"form",[["class","nuv-product-detail-table-retail__dropdown-select-form nuv-product-detail-table-retail__dropdown-select-form--date"],["cr-attached","true"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0;return"submit"===t&&(r=!1!==f(n,3).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,3).onReset()&&r),r},null,null)),u(2,16384,null,0,pl,[],null,null),u(3,4210688,null,0,yl,[[8,null],[8,null]],null,null),rt(2048,null,ot,null,[yl]),u(5,16384,null,0,ku,[[4,ot]],null,null),(n()(),r(6,0,null,null,8,"div",[["class","nuv-product-detail-table-retail__dropdown-select-wrapper"]],null,null,null,null,null)),(n()(),r(7,0,null,null,7,"select",[["class","nuv-product-detail-table-retail__dropdown-select"],["id","date"],["name","date"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,8).onChange(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,8).onTouched()&&r),"ngModelChange"===t&&(r=!1!==(u.date=i)&&r),r},null,null)),u(8,16384,null,0,hu,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[hu]),u(10,671744,null,0,pe,[[2,ot],[8,null],[8,null],[6,ht]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),rt(2048,null,st,null,[pe]),u(12,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,gyr)),u(14,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(15,0,null,null,8,"div",[["class","nuv-product-detail-table-retail__dropdown-select-wrapper"]],null,null,null,null,null)),(n()(),r(16,0,null,null,7,"select",[["class","nuv-product-detail-table-retail__dropdown-select"],["id","month"],["name","month"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,17).onChange(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,17).onTouched()&&r),"ngModelChange"===t&&(r=!1!==(u.month=i)&&r),r},null,null)),u(17,16384,null,0,hu,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[hu]),u(19,671744,null,0,pe,[[2,ot],[8,null],[8,null],[6,ht]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),rt(2048,null,st,null,[pe]),u(21,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,npr)),u(23,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(24,0,null,null,8,"div",[["class","nuv-product-detail-table-retail__dropdown-select-wrapper"]],null,null,null,null,null)),(n()(),r(25,0,null,null,7,"select",[["class","nuv-product-detail-table-retail__dropdown-select"],["id","year"],["name","year"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(n,t,i){var r=!0,u=n.component;return"change"===t&&(r=!1!==f(n,26).onChange(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,26).onTouched()&&r),"ngModelChange"===t&&(r=!1!==(u.year=i)&&r),r},null,null)),u(26,16384,null,0,hu,[y,v],null,null),rt(1024,null,ht,function(n){return[n]},[hu]),u(28,671744,null,0,pe,[[2,ot],[8,null],[8,null],[6,ht]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),rt(2048,null,st,null,[pe]),u(30,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,tpr)),u(32,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(33,0,null,null,0,"input",[["class","nuv-product-detail-table-retail__dropdown-select-search-button"],["type","button"],["value","Search"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.Search()&&i),i},null,null))],function(n,t){var i=t.component;n(t,10,0,"date",i.date);n(t,14,0,i.dateArray);n(t,19,0,"month",i.month);n(t,23,0,i.monthArray);n(t,28,0,"year",i.year);n(t,32,0,i.yearArray)},function(n,t){n(t,0,0,t.component.dateSelectorModel.label);n(t,1,0,f(t,5).ngClassUntouched,f(t,5).ngClassTouched,f(t,5).ngClassPristine,f(t,5).ngClassDirty,f(t,5).ngClassValid,f(t,5).ngClassInvalid,f(t,5).ngClassPending);n(t,7,0,f(t,12).ngClassUntouched,f(t,12).ngClassTouched,f(t,12).ngClassPristine,f(t,12).ngClassDirty,f(t,12).ngClassValid,f(t,12).ngClassInvalid,f(t,12).ngClassPending);n(t,16,0,f(t,21).ngClassUntouched,f(t,21).ngClassTouched,f(t,21).ngClassPristine,f(t,21).ngClassDirty,f(t,21).ngClassValid,f(t,21).ngClassInvalid,f(t,21).ngClassPending);n(t,25,0,f(t,30).ngClassUntouched,f(t,30).ngClassTouched,f(t,30).ngClassPristine,f(t,30).ngClassDirty,f(t,30).ngClassValid,f(t,30).ngClassInvalid,f(t,30).ngClassPending)})}function rpr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-table-filter-date-selector",[],null,null,null,ipr,kgt)),u(1,114688,null,0,vet,[gt,gt],null,null)],function(n,t){n(t,1,0)},null)}function upr(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-product-table__checkboxselected"]],null,null,null,null,null)),(n()(),r(1,0,null,null,5,"button",[["class","nuv-product-table__checkboxselections nuv-cursor-pointer"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.removeFilter(n.context.$implicit)&&i),i},null,null)),(n()(),o(2,null,[" "," "])),(n()(),r(3,0,null,null,3,"div",[["class","nuv-ms-padding"]],null,null,null,null,null)),(n()(),r(4,0,null,null,2,":svg:svg",[["height","12"],["viewBox","0 0 9 8"],["width","14"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#253746"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M8.071068 0L1 7.071068M8.071068 7.071068L1 0"]],null,null,null,null,null))],null,function(n,t){n(t,2,0,t.context.$implicit.label)})}function fpr(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,0,"div",[["class","nuv-product-table__linebreaker"]],null,null,null,null,null)),(n()(),r(2,0,null,null,6,"div",[["class","nuv-product-table__checkboxlist no-outline"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,"span",[["class","matching_results"]],null,null,null,null,null)),(n()(),o(4,null,[" "," matching results >>"])),it(131072,at,[lt]),(n()(),s(16777216,null,null,2,null,upr)),u(7,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,7,0,w(t,7,0,f(t,8).transform(i.filters$)))},function(n,t){var i=t.component;n(t,4,0,w(t,4,0,f(t,5).transform(i.count$)))})}function epr(n){return e(0,[(n()(),s(16777216,null,null,2,null,fpr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,1,0,w(t,1,0,f(t,2).transform(i.anyFilters$)))},null)}function opr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-table-filter-selected-values",[],null,null,null,epr,ggt)),u(1,114688,null,0,pet,[gt],null,null)],function(n,t){n(t,1,0)},null)}function spr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"button",[["class","nuv-product-table__resetlink"],["type","button"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.click()&&i),i},null,null)),(n()(),o(-1,null,["Reset filters"]))],null,null)}function hpr(n){return e(0,[(n()(),s(16777216,null,null,2,null,spr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,1,0,w(t,1,0,f(t,2).transform(i.anyFilters$)))},null)}function cpr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-table-filter-reset",[],null,null,null,hpr,tnt)),u(1,114688,null,0,wet,[gt,gt],null,null)],function(n,t){n(t,1,0)},null)}function lpr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"p",[["class","nuv-featured-card__fund-details-data-point-eyebrow"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),o(2,null,[" "," "])),it(131072,at,[lt])],null,function(n,t){var i=t.component;n(t,1,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,2,0,w(t,2,0,f(t,3).transform(t.parent.context.$implicit.dataPoint.label$)))})}function apr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),o(1,null,[" "," "])),it(131072,at,[lt])],null,function(n,t){n(t,1,0,w(t,1,0,f(t,2).transform(t.parent.context.$implicit.label$)))})}function vpr(n){return e(0,[(n()(),r(0,0,null,null,8,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,7,"p",[["class","nuv-featured-card__fund-details-data-point-disclosure"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,2,null,apr)),u(3,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(5,0,null,null,3,"span",[["class","product-card-span"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(6,0,null,null,2,"nuv-api-value",[],null,null,null,kf,te)),u(7,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,3,0,w(t,3,0,f(t,4).transform(t.context.$implicit.show$)));n(t,7,0,i.callerType,t.context.$implicit.displayStyle,w(t,7,2,f(t,8).transform(t.context.$implicit.value$)),null!=t.context.$implicit.displayStyleCssClass?t.context.$implicit.displayStyleCssClass:"")},function(n,t){var i=t.component;n(t,1,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,5,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname)})}function ypr(n){return e(0,[(n()(),r(0,0,null,null,10,"li",[["class","nuv-featured-card__fund-details-data-point-item"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,2,null,lpr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(4,0,null,null,4,"p",[],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),u(5,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(6,0,null,null,2,"nuv-api-value",[],null,null,null,kf,te)),u(7,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),it(131072,at,[lt]),(n()(),s(16777216,null,null,1,null,vpr)),u(10,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,w(t,2,0,f(t,3).transform(t.context.$implicit.dataPoint.show$)));n(t,5,0,null!=t.context.$implicit.dataPoint.displayStyleCssClass?"":"nuv-featured-card__fund-details-data-point-text");n(t,7,0,i.callerType,t.context.$implicit.dataPoint.displayStyle,w(t,7,2,f(t,8).transform(t.context.$implicit.dataPoint.value$)),null!=t.context.$implicit.dataPoint.displayStyleCssClass?t.context.$implicit.dataPoint.displayStyleCssClass:"nuv-featured-card__fund-details-data-point-text");n(t,10,0,t.context.$implicit.subDataPoints)},function(n,t){var i=t.component;n(t,0,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,4,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname)})}function ppr(n){return e(0,[(n()(),r(0,0,null,null,11,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,10,"a",[["class","nuv-featured-card nuv-featured-card--type-product"]],[[1,"href",4],[1,"data-item",0],[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(2,0,null,null,9,"div",[["class","nuv-featured-card__content-container no-outline"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","nuv-featured-card__eyebrow-title"]],null,null,null,null,null)),(n()(),o(4,null,["",""])),(n()(),r(5,0,null,null,1,"h4",[["class","nuv-featured-card__content-title"]],null,null,null,null,null)),(n()(),o(6,null,[" "," "])),(n()(),r(7,0,null,null,1,"p",[["class","nuv-featured-card__fund-details-symbol"],["data-gtm-vis-first-on-screen-11776017_254","11930"],["data-gtm-vis-has-fired-11776017_254","1"],["data-gtm-vis-recent-on-screen-11776017_254","11930"],["data-gtm-vis-total-visible-time-11776017_254","100"]],null,null,null,null,null)),(n()(),o(8,null,[" "," "])),(n()(),r(9,0,null,null,2,"ul",[["class","nuv-featured-card__fund-details-data-points-list"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,ypr)),u(11,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,11,0,t.component.FeaturedProductCardData.FundDataPointGroup)},function(n,t){var i=t.component;n(t,1,0,i.FeaturedProductCardData.productUrl,i.FeaturedProductCardData.tileData,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,4,0,i.FeaturedProductCardData.producttype);n(t,6,0,i.FeaturedProductCardData.fundname);n(t,8,0,i.FeaturedProductCardData.shareclass?i.FeaturedProductCardData.shareclass+" | "+i.FeaturedProductCardData.symbol:i.FeaturedProductCardData.fundcode);n(t,9,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname)})}function wpr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"p",[["class","nuv-featured-card__fund-details-data-point-eyebrow"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),o(2,null,[" "," "])),it(131072,at,[lt])],null,function(n,t){var i=t.component;n(t,1,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,2,0,w(t,2,0,f(t,3).transform(t.parent.context.$implicit.dataPoint.label$)))})}function bpr(n){return e(0,[(n()(),r(0,0,null,null,8,"li",[["class","nuv-featured-card__fund-details-data-point-item"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,2,null,wpr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),it(131072,at,[lt]),(n()(),r(4,0,null,null,4,"p",[],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),u(5,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),(n()(),r(6,0,null,null,2,"nuv-api-value",[],null,null,null,kf,te)),u(7,114688,null,0,ne,[],{callerType:[0,"callerType"],displayStyle:[1,"displayStyle"],datapointValue:[2,"datapointValue"],datapointValueClass:[3,"datapointValueClass"]},null),it(131072,at,[lt])],function(n,t){var i=t.component;n(t,2,0,w(t,2,0,f(t,3).transform(t.context.$implicit.dataPoint.show$)));n(t,5,0,null!=t.context.$implicit.dataPoint.displayStyleCssClass?"":"nuv-featured-card__fund-details-data-point-text");n(t,7,0,i.callerType,t.context.$implicit.dataPoint.displayStyle,w(t,7,2,f(t,8).transform(t.context.$implicit.dataPoint.value$)),null!=t.context.$implicit.dataPoint.displayStyleCssClass?t.context.$implicit.dataPoint.displayStyleCssClass:"nuv-featured-card__fund-details-data-point-text")},function(n,t){var i=t.component;n(t,0,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,4,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname)})}function kpr(n){return e(0,[(n()(),r(0,0,null,null,11,"div",[["style","width: 100%; display: inline-block;"]],null,null,null,null,null)),(n()(),r(1,0,null,null,10,"a",[["class","nuv-featured-card nuv-featured-card--type-product"]],[[1,"href",4],[1,"data-item",0],[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),r(2,0,null,null,9,"div",[["class","nuv-featured-card__content-container no-outline"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","nuv-featured-card__eyebrow-title"]],null,null,null,null,null)),(n()(),o(4,null,["",""])),(n()(),r(5,0,null,null,1,"h4",[["class","nuv-featured-card__content-title"]],null,null,null,null,null)),(n()(),o(6,null,[" "," "])),(n()(),r(7,0,null,null,1,"p",[["class","nuv-featured-card__fund-details-symbol"],["data-gtm-vis-first-on-screen-11776017_254","11930"],["data-gtm-vis-has-fired-11776017_254","1"],["data-gtm-vis-recent-on-screen-11776017_254","11930"],["data-gtm-vis-total-visible-time-11776017_254","100"]],null,null,null,null,null)),(n()(),o(8,null,[" "," "])),(n()(),r(9,0,null,null,2,"ul",[["class","nuv-featured-card__fund-details-data-points-list"]],[[1,"data-fund-ticker",0],[1,"data-fund-name",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,bpr)),u(11,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,11,0,t.component.FeaturedProductCardData.FundDataPointGroup)},function(n,t){var i=t.component;n(t,1,0,i.FeaturedProductCardData.productUrl,i.FeaturedProductCardData.tileData,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname);n(t,4,0,i.FeaturedProductCardData.producttype);n(t,6,0,i.FeaturedProductCardData.strategyname);n(t,8,0,i.FeaturedProductCardData.assetclass);n(t,9,0,i.FeaturedProductCardData.fundcode,i.FeaturedProductCardData.fundname)})}function dpr(n){return e(0,[(n()(),s(16777216,null,null,1,null,kpr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,1,0,"separately-managed-accounts"==t.component.FeaturedProductCardData.productpath)},null)}function gpr(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h4",[["class","nuv-global-navigation__columns-list-title"]],null,null,null,null,null)),(n()(),o(2,null,[" "," "])),(n()(),s(16777216,null,null,1,null,ppr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["block1",2]],null,0,null,dpr))],function(n,t){n(t,4,0,"separately-managed-accounts"!==t.component.FeaturedProductCardData.productpath,f(t,5))},function(n,t){n(t,2,0,t.component.cardTitle)})}function nwr(n){return e(0,[(n()(),s(16777216,null,null,1,null,gpr)),u(1,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,1,0,t.component.FeaturedProductCardData)},null)}function twr(n){return e(0,[(n()(),r(0,0,null,null,1,"nuv-featured-product-card",[],null,null,null,nwr,rnt)),u(1,114688,null,0,het,[gt,bh],null,null)],function(n,t){n(t,1,0)},null)}function iwr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","subscription-errors nuv-pdsuberror"]],null,null,null,null,null)),(n()(),o(-1,null,[" Please select a subscription. "]))],null,null)}function rwr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,4,"div",[["class","nuv-subscribe-modal__col"]],null,null,null,null,null)),(n()(),r(2,0,null,null,3,"label",[["class","nuv-product-detail-subscribe-modal__subscribe_item"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,"input",[["class","nuv-product-detail-subscribe-modal__checkbox"],["name","checkboxStatus"],["type","checkbox"]],[[8,"checked",0]],[[null,"change"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==n.component.onCheckboxChange(i,n.context.$implicit.id)&&r),r},null,null)),(n()(),r(4,0,null,null,1,"span",[["class","nuv-product-detail-subscribe-modal__label"]],null,null,null,null,null)),(n()(),o(5,null,[" "," "]))],null,function(n,t){n(t,3,0,t.context.$implicit.selected);n(t,5,0,t.context.$implicit.title)})}function uwr(n){return e(0,[(n()(),r(0,0,null,null,16,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h2",[],null,null,null,null,null)),(n()(),o(2,null,[""," Subscriptions"])),(n()(),r(3,0,null,null,6,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(4,0,null,null,5,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Subscribe me to:   "])),(n()(),r(6,0,null,null,3,"label",[["class","nuv-product-detail-subscribe-modal__subscribe_item nuv-float-none"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,"input",[["class","nuv-product-detail-subscribe-modal__checkbox"],["name","allMaterialsCheckbox"],["type","checkbox"]],null,[[null,"change"]],function(n,t,i){var r=!0;return"change"===t&&(r=!1!==n.component.allProductDetailCheckBoxes(i)&&r),r},null,null)),(n()(),r(8,0,null,null,1,"span",[["class","nuv-product-detail-subscribe-modal__label"]],null,null,null,null,null)),(n()(),o(-1,null,["All materials"])),(n()(),r(10,0,null,null,0,"hr",[],null,null,null,null,null)),(n()(),r(11,0,null,null,2,"div",[],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,iwr)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(14,0,null,null,2,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rwr)),u(16,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,13,0,i.show_CheckBoxErrorMessage);n(t,16,0,i.productDetailCheckboxes)},function(n,t){n(t,2,0,t.context.$implicit.name)})}function fwr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),o(-1,null,[" First name is required. "]))],null,null)}function ewr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,fwr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.component.firstname.errors.required)},null)}function owr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),o(-1,null,["Your entry contains an invalid character."]))],null,null)}function swr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),o(-1,null,[" Last name is required. "]))],null,null)}function hwr(n){return e(0,[(n()(),r(0,0,null,null,2,"div",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,swr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.component.lastname.errors.required)},null)}function cwr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","subscription-errors"]],null,null,null,null,null)),(n()(),o(-1,null,[" Email is required and must be valid. "]))],null,null)}function lwr(n){return e(0,[(n()(),r(0,0,null,null,46,"div",[["class","nuv-product-detail-subscribe-modal__main-wrapper"]],null,null,null,null,null)),(n()(),r(1,0,null,null,45,"form",[["class","nuv-product-detail-subscribe-modal__form"],["id","frmProductDetailSubscribe"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngSubmit"],[null,"submit"],[null,"reset"]],function(n,t,i){var r=!0,u=n.component;return"submit"===t&&(r=!1!==f(n,3).onSubmit(i)&&r),"reset"===t&&(r=!1!==f(n,3).onReset()&&r),"ngSubmit"===t&&(r=!1!==u.SubscribeDocument()&&r),r},null,null)),u(2,16384,null,0,pl,[],null,null),u(3,540672,null,0,pr,[[8,null],[8,null]],{form:[0,"form"]},{ngSubmit:"ngSubmit"}),rt(2048,null,ot,null,[pr]),u(5,16384,null,0,ku,[[4,ot]],null,null),(n()(),s(16777216,null,null,1,null,uwr)),u(7,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(8,0,null,null,29,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(9,0,null,null,10,"div",[["class","nuv-product-detail-subscribe-modal__firstname"]],null,null,null,null,null)),(n()(),r(10,0,null,null,5,"input",[["class","nuv-product-detail-subscribe-modal__input-field firstname form-control"],["formControlName","firstname"],["placeholder","First name"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0,u=n.component;return"input"===t&&(r=!1!==f(n,11)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,11).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,11)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,11)._compositionEnd(i.target.value)&&r),"focus"===t&&(r=!1!==u.removeInvalidCharErrMsg()&&r),r},null,null)),u(11,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(13,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(15,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,ewr)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,owr)),u(19,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(20,0,null,null,8,"div",[["class","nuv-product-detail-subscribe-modal__lastname"]],null,null,null,null,null)),(n()(),r(21,0,null,null,5,"input",[["class","nuv-product-detail-subscribe-modal__input-field lastname form-control"],["formControlName","lastname"],["placeholder","Last name"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0,u=n.component;return"input"===t&&(r=!1!==f(n,22)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,22).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,22)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,22)._compositionEnd(i.target.value)&&r),"focus"===t&&(r=!1!==u.removeInvalidCharErrMsg()&&r),r},null,null)),u(22,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(24,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(26,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,hwr)),u(28,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(29,0,null,null,8,"div",[["class","nuv-product-detail-subscribe-modal__email"]],null,null,null,null,null)),(n()(),r(30,0,null,null,5,"input",[["class","nuv-product-detail-subscribe-modal__input-field form-control"],["formControlName","email"],["placeholder","Email address"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(n,t,i){var r=!0,u=n.component;return"input"===t&&(r=!1!==f(n,31)._handleInput(i.target.value)&&r),"blur"===t&&(r=!1!==f(n,31).onTouched()&&r),"compositionstart"===t&&(r=!1!==f(n,31)._compositionStart()&&r),"compositionend"===t&&(r=!1!==f(n,31)._compositionEnd(i.target.value)&&r),"focus"===t&&(r=!1!==u.removeInvalidCharErrMsg()&&r),r},null,null)),u(31,16384,null,0,ci,[y,v,[2,lu]],null,null),rt(1024,null,ht,function(n){return[n]},[ci]),u(33,671744,null,0,pt,[[3,ot],[8,null],[8,null],[6,ht],[2,nr]],{name:[0,"name"]},null),rt(2048,null,st,null,[pt]),u(35,16384,null,0,li,[[4,st]],null,null),(n()(),s(16777216,null,null,1,null,cwr)),u(37,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(38,0,null,null,2,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(39,0,null,null,1,"button",[["class","nuv-product-detail-subscribe-modal__btn"],["type","submit"]],null,null,null,null,null)),(n()(),o(-1,null,["Subscribe"])),(n()(),r(41,0,null,null,5,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(42,0,null,null,4,"div",[["class","nuv-product-detail-subscribe-modal__footer"]],null,null,null,null,null)),(n()(),o(-1,null,[" Important information about subscriptions and our "])),(n()(),r(44,0,null,null,1,"a",[["href","https://www.nuveen.com/Privacy"],["target","_blank"],["title","opens in a new window"]],null,null,null,null,null)),(n()(),o(-1,null,["privacy policy"])),(n()(),o(-1,null,[". "]))],function(n,t){var i=t.component;n(t,3,0,i.subscribeProductDetail);n(t,7,0,i.properties.contentrows);n(t,13,0,"firstname");n(t,17,0,i.firstname.invalid&&i.isSubmitted);n(t,19,0,i.afterSubmitted&&i.isSubmitted);n(t,24,0,"lastname");n(t,28,0,i.lastname.invalid&&i.isSubmitted);n(t,33,0,"email");n(t,37,0,i.email.invalid&&i.isSubmitted)},function(n,t){n(t,1,0,f(t,5).ngClassUntouched,f(t,5).ngClassTouched,f(t,5).ngClassPristine,f(t,5).ngClassDirty,f(t,5).ngClassValid,f(t,5).ngClassInvalid,f(t,5).ngClassPending);n(t,10,0,f(t,15).ngClassUntouched,f(t,15).ngClassTouched,f(t,15).ngClassPristine,f(t,15).ngClassDirty,f(t,15).ngClassValid,f(t,15).ngClassInvalid,f(t,15).ngClassPending);n(t,21,0,f(t,26).ngClassUntouched,f(t,26).ngClassTouched,f(t,26).ngClassPristine,f(t,26).ngClassDirty,f(t,26).ngClassValid,f(t,26).ngClassInvalid,f(t,26).ngClassPending);n(t,30,0,f(t,35).ngClassUntouched,f(t,35).ngClassTouched,f(t,35).ngClassPristine,f(t,35).ngClassDirty,f(t,35).ngClassValid,f(t,35).ngClassInvalid,f(t,35).ngClassPending)})}function awr(n){return e(0,[(n()(),r(0,0,null,null,22,"div",[],null,null,null,null,null)),(n()(),r(1,0,null,null,8,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(2,0,null,null,7,"h2",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(3,0,null,null,2,"div",[["class","nuv-product-detail-subscribe-modal__checkmark"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:svg",[["class","nuv-show"],["height","12"],["viewBox","0 0 12 12"],["width","12"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["_ngcontent-c4",""],["d","M10 2l-5 8-3-2"],["fill","none"],["fill-rule","evenodd"],["stroke","#FFF"],["stroke-linecap","square"],["stroke-width","2"]],null,null,null,null,null)),(n()(),r(6,0,null,null,3,"div",[["class","align-left"]],null,null,null,null,null)),(n()(),r(7,0,null,null,2,"h3",[],null,null,null,null,null)),(n()(),r(8,0,null,null,1,"em",[],null,null,null,null,null)),(n()(),o(-1,null,["Thank you, you've been subscribed."])),(n()(),r(10,0,null,null,2,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(11,0,null,null,1,"p",[],null,null,null,null,null)),(n()(),o(-1,null,["Please check your email for a confirmation."])),(n()(),r(13,0,null,null,3,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(14,0,null,null,2,"div",[["class","nuv-product-detail-manage_subscriptions-modal__btn"]],null,null,null,null,null)),(n()(),r(15,0,null,null,1,"a",[["class","nuv-text-decoration-none"],["href","/en-us/subscriptions"]],null,null,null,null,null)),(n()(),o(-1,null,["Manage subscriptions"])),(n()(),r(17,0,null,null,5,"div",[["class","nuv-product-detail-subscribe-modal__row"]],null,null,null,null,null)),(n()(),r(18,0,null,null,4,"div",[["class","nuv-product-detail-subscribe-modal__footer"]],null,null,null,null,null)),(n()(),o(-1,null,[" Important information about subscriptions and our "])),(n()(),r(20,0,null,null,1,"a",[["href","https://www.nuveen.com/Privacy"],["target","_blank"],["title","opens in a new window"]],null,null,null,null,null)),(n()(),o(-1,null,["privacy policy"])),(n()(),o(-1,null,[". "]))],null,null)}function vwr(n){return e(0,[(n()(),r(0,0,null,null,9,"div",[["aria-atomic","true"],["aria-live","polite"],["aria-relevant","all"],["class","nuv-product-detail-subscribe-modal-container"]],null,null,null,null,null)),(n()(),r(1,0,null,null,8,"div",[["class","nuv-product-detail-subscribe-modal"],["id","loginModal"]],null,null,null,null,null)),(n()(),r(2,0,null,null,3,"button",[["class","nuv-product-detail-subscribe-modal__close-btn"]],null,[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.CloseSubscription()&&i),i},null,null)),(n()(),r(3,0,null,null,2,":svg:svg",[["class","nuv-product-detail-subscribe-modal__close-icon"],["id","close-product-detail-subscription"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","#253746"],["stroke-linecap","square"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M.5.5l18.85 17.907M19.35.5L.5 18.407"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,lwr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,awr)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,7,0,i.show_product_subscription_form);n(t,9,0,i.show_successful_product_subscription_message)},null)}function ywr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-product-detail-touch-point",[],null,null,null,vwr,fnt)),u(1,114688,null,0,yet,[lt,lo,ik,tr],null,null)],function(n,t){n(t,1,0)},null)}function pwr(n){return e(0,[(n()(),r(0,0,null,null,1,"picture",[["class",""]],null,null,null,null,null)),(n()(),r(1,0,null,null,0,"img",[["style","width:100%"]],[[8,"src",4],[8,"alt",0]],null,null,null,null))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.source,ai(1,"",t.parent.context.$implicit.altText,""))})}function wwr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","nuv-image-gallery__caption"]],[[8,"innerHTML",1]],null,null,null,null)),ct(1,1)],null,function(n,t){var i=w(t,0,0,n(t,1,0,f(t.parent.parent.parent,0),null==t.parent.parent.context.$implicit?null:t.parent.parent.context.$implicit.description));n(t,0,0,i)})}function bwr(n){return e(0,[(n()(),r(0,0,null,null,3,"div",[["class","nuv-image-gallery__thumbnail-wrapper"]],[[1,"data-index",0]],[[null,"click"]],function(n,t){var i=!0;return"click"===t&&(i=!1!==n.component.showImage(n.context.index)&&i),i},null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),ni(2,{"nuv-image-gallery__thumbnail-wrapper-active":0}),(n()(),r(3,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null))],function(n,t){var i=n(t,2,0,t.component.activeIndex==t.context.index);n(t,1,0,"nuv-image-gallery__thumbnail-wrapper",i)},function(n,t){n(t,0,0,t.context.index);n(t,3,0,t.context.$implicit.source,ai(1,"",t.context.$implicit.altText,""))})}function kwr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-image-gallery__footer"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,wwr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,2,"div",[["class","nuv-image-gallery__thumbnails"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bwr)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,2,0,t.parent.context.index==i.activeIndex);n(t,5,0,null==i.properties?null:i.properties.images)},null)}function dwr(n){return e(0,[(n()(),r(0,0,null,null,4,"div",[["class","nuv-image-gallery__image-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pwr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,kwr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,t.context.index==i.activeIndex);n(t,4,0,t.context.index==i.activeIndex)},null)}function kvt(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,6,"div",[],null,null,null,null,null)),u(2,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(3,{"nuv-image-gallery__container":0,"nuv-image-gallery__alignarticle":1}),(n()(),r(4,0,null,null,1,"div",[["class","nuv-image-gallery__title"]],null,null,null,null,null)),(n()(),o(5,null,["",""])),(n()(),s(16777216,null,null,1,null,dwr)),u(7,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component,r=n(t,3,0,!0,"true"==i.alignToArticle);n(t,2,0,r);n(t,7,0,null==i.properties?null:i.properties.images)},function(n,t){var i=t.component;n(t,5,0,null==i.properties?null:i.properties.title)})}function gwr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-image-gallery",[],null,null,null,kvt,eit)),u(1,4308992,null,0,rk,[],null,null)],function(n,t){n(t,1,0)},null)}function nbr(n){return e(0,[(n()(),r(0,0,null,null,27,"div",[["class","nuv-in-the-series"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h5",[["class","nuv-in-the-series__title"]],null,null,null,null,null)),(n()(),o(2,null,["",""])),(n()(),r(3,0,null,null,24,"div",[["class","nuv-in-the-series__description"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,"p",[["class","nuv-in-the-series__content"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(5,0,null,null,22,"a",[],[[8,"href",4],[8,"target",0]],null,null,null,null)),u(6,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(7,{"nuv-read-the-series_button":0}),(n()(),r(8,0,null,null,1,"span",[["class","nuv-read-the-series_text"]],null,null,null,null,null)),(n()(),o(9,null,["",""])),(n()(),r(10,0,null,null,17,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["height","1em"],["version","1.1"],["viewBox","0 0 23 23"],["width","1em"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),u(11,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(12,{"nuv-read-the-external-icon":0,"nuv-read-the-series__hide":1}),(n()(),r(13,0,null,null,14,":svg:g",[["fill","none"],["fill-rule","evenodd"],["stroke","none"],["stroke-linecap","square"],["stroke-width","1"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M19.5,3.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M19.5,3.5 L13.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M5.5,0.5 L22.5,0.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(18,0,null,null,0,":svg:path",[["d","M22.5,18.5 L5.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(19,0,null,null,0,":svg:path",[["d","M5.5,1.5 L5.5,17.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(20,0,null,null,0,":svg:path",[["d","M4.5,4.5 L0.5,4.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(21,0,null,null,0,":svg:path",[["d","M0.5,5.5 L0.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(22,0,null,null,0,":svg:path",[["d","M17.5,19.5 L17.5,21.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(23,0,null,null,0,":svg:path",[["d","M13.5,3.5 L19.5,3.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(24,0,null,null,0,":svg:path",[["d","M19.5,3.5 L19.5,9.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(25,0,null,null,0,":svg:path",[["d","M18.5,4.5 L10.5,13.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(26,0,null,null,0,":svg:path",[["d","M0.5,22.5 L17.5,22.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null)),(n()(),r(27,0,null,null,0,":svg:path",[["d","M22.5,1.5 L22.5,18.5"],["fill-rule","nonzero"],["stroke","currentColor"]],null,null,null,null,null))],function(n,t){var r=t.component,u=n(t,7,0,!0),i;n(t,6,0,u);i=n(t,12,0,!0,"0"==r.isexternal);n(t,11,0,i)},function(n,t){var i=t.component;n(t,2,0,i.title);n(t,4,0,i.description);n(t,5,0,i.linkhref,i.linktarget);n(t,9,0,i.linktext)})}function tbr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-in-the-series",[],null,null,null,nbr,snt)),u(1,114688,null,0,bet,[],null,null)],function(n,t){n(t,1,0)},null)}function ibr(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","nuv-three-up-content__theme nuv-explore-series__theme"],["target","_self"]],[[8,"href",4]],null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){var i=t.component;n(t,0,0,null==i.featuredcard.EyebrowLink?null:i.featuredcard.EyebrowLink.Url);n(t,1,0,i.featuredcard.Eyebrow)})}function rbr(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-explore-series__top-footer nuv-explore-series__footer-description"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.component.featuredcard.Subcopy)})}function ubr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__nostyle"]],null,null,null,null,null)),(n()(),o(-1,null,[",  "]))],null,null)}function fbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.Name)})}function ebr(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ubr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,2,"a",[["class","nuv-explore-series__footer-author-name"],["target","_self"]],[[8,"href",4]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,fbr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.context.index>0&&t.context.$implicit.Name);n(t,5,0,t.context.$implicit.Name)},function(n,t){n(t,3,0,null==t.context.$implicit.Link?null:t.context.$implicit.Link.Url)})}function obr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-explore-series__top-footer nuv-explore-series__footer-multiauthor"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ebr)),u(3,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,3,0,t.component.featuredcard.Authors)},null)}function sbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__footer-date"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.featuredcard.PublishDateString)})}function hbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__footer-date"]],null,null,null,null,null)),(n()(),o(-1,null,[" | "]))],null,null)}function cbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__footer-date"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.featuredcard.ReadTime)})}function lbr(n){return e(0,[(n()(),r(0,0,null,null,21,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,20,"div",[["class","nuv-image-callout-breaker__image-wrapper nuv-explore-series__image-wrapper"]],null,null,null,null,null)),(n()(),r(2,0,null,null,4,"div",[["class","nuv-image-callout-breaker__image nuv-explore-series__image"]],null,null,null,null,null)),(n()(),r(3,0,null,null,3,"a",[["class","nuv-explore-series__image-anchor"]],[[8,"href",4]],null,null,null,null)),(n()(),r(4,0,null,null,2,"picture",[["class",""]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null)),(n()(),r(6,0,null,null,0,"img",[["style","width:100%"]],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(n()(),r(7,0,null,null,14,"div",[["class","nuv-image-callout-breaker__headline nuv-explore-series__headline"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ibr)),u(9,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(10,0,null,null,0,"a",[["class","nuv-explore-series__title"]],[[8,"href",4],[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,rbr)),u(12,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,obr)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(15,0,null,null,6,"div",[["class","nuv-explore-series__top-footer nuv-explore-series__footer-multiauthor nuv-explore-series__footerlower"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,sbr)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,hbr)),u(19,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,cbr)),u(21,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,9,0,!i.displayproperties.HideFeaturedTopicEyebrow);n(t,12,0,!i.displayproperties.HideFeaturedSubheadCopy);n(t,14,0,!i.displayproperties.HideFeaturedAuthor&&i.featuredcard.Authors);n(t,17,0,!i.displayproperties.HideFeaturedDate);n(t,19,0,i.featuredcard.PublishDateString&&i.featuredcard.ReadTime&&!i.displayproperties.HideFeaturedReadTime&&!i.displayproperties.HideFeaturedDate);n(t,21,0,!i.displayproperties.HideFeaturedReadTime)},function(n,t){var i=t.component;n(t,3,0,null==i.featuredcard.Link?null:i.featuredcard.Link.Url);n(t,5,0,i.featuredcard.ImageUrl);n(t,6,0,i.featuredcard.ImageUrl,null==i.featuredcard.Image?null:i.featuredcard.Image.Alt);n(t,10,0,null==i.featuredcard.Link?null:i.featuredcard.Link.Url,i.featuredcard.Title)})}function abr(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-explore-series__article-separator"]],null,null,null,null,null))],null,null)}function vbr(n){return e(0,[(n()(),r(0,0,null,null,1,"a",[["class","nuv-three-up-content__theme"],["target","_self"]],[[8,"href",4]],null,null,null,null)),(n()(),o(1,null,[""," "]))],null,function(n,t){n(t,0,0,null==t.parent.context.$implicit.EyebrowLink?null:t.parent.context.$implicit.EyebrowLink.Url);n(t,1,0,t.parent.context.$implicit.Eyebrow)})}function ybr(n){return e(0,[(n()(),r(0,0,null,null,0,"div",[["class","nuv-explore-series__top-footer nuv-explore-series__footer-description"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,0,0,t.parent.context.$implicit.Subcopy)})}function pbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__nostyle"]],null,null,null,null,null)),(n()(),o(-1,null,[",  "]))],null,null)}function wbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(1,null,[" "," "]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.Name)})}function bbr(n){return e(0,[(n()(),r(0,0,null,null,5,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,pbr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(3,0,null,null,2,"a",[["class","nuv-explore-series__footer-author-name"],["target","_self"]],[[8,"href",4]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,wbr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){n(t,2,0,t.context.index>0&&t.context.$implicit.Name);n(t,5,0,t.context.$implicit.Name)},function(n,t){n(t,3,0,null==t.context.$implicit.Link?null:t.context.$implicit.Link.Url)})}function kbr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-explore-series__authors-block"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"div",[["class","nuv-explore-series__top-footer nuv-explore-series__footer-multiauthor"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,bbr)),u(4,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,4,0,t.parent.context.$implicit.Authors)},null)}function dbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__footer-date"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.PublishDateString)})}function gbr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__footer-date"]],null,null,null,null,null)),(n()(),o(-1,null,[" | "]))],null,null)}function nkr(n){return e(0,[(n()(),r(0,0,null,null,1,"span",[["class","nuv-explore-series__footer-date"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.parent.context.$implicit.ReadTime)})}function tkr(n){return e(0,[(n()(),r(0,0,null,null,1,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,0,"div",[["class","nuv-explore-series__article-separator"]],null,null,null,null,null))],null,null)}function ikr(n){return e(0,[(n()(),r(0,0,null,null,24,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,21,"div",[["class","nuv-three-up-content__article nuv-explore-series__article"]],null,null,null,null,null)),(n()(),r(2,0,null,null,4,"div",[["class","nuv-three-up-content__video-container"]],null,null,null,null,null)),(n()(),r(3,0,null,null,3,"a",[["class","nuv-explore-series__imagelink"],["target","_self"]],[[8,"href",4]],null,null,null,null)),(n()(),r(4,0,null,null,2,"picture",[["class","nuv-three-up-content__thumbnail-picture-container"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,"source",[["media","(max-width: 764px)"]],[[8,"srcset",4]],null,null,null,null)),(n()(),r(6,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,vbr)),u(8,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(9,0,null,null,0,"a",[["class","nuv-three-up-content__title nuv-explore-series__title"],["target","_self"]],[[8,"href",4],[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,ybr)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,kbr)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(14,0,null,null,8,"div",[],null,null,null,null,null)),u(15,278528,null,0,nt,[a,d,v,y],{ngClass:[0,"ngClass"]},null),ni(16,{"nuv-explore-series__top-footer":0,"nuv-explore-series__footer-multiauthor":1,"nuv-explore-series__footerlower":2}),(n()(),s(16777216,null,null,1,null,dbr)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gbr)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,nkr)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,tkr)),u(24,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){var i=t.component,r;n(t,8,0,!i.displayproperties.HideAllSmallCardTopicEyebrow);n(t,11,0,!i.displayproperties.HideAllSmallCardSubheadCopy);n(t,13,0,!i.displayproperties.HideAllSmallCardAuthor&&t.context.$implicit.Authors);r=n(t,16,0,!0,!0,t.context.index<t.context.count);n(t,15,0,r);n(t,18,0,!i.displayproperties.HideAllSmallCardDate);n(t,20,0,t.context.$implicit.PublishDateString&&t.context.$implicit.ReadTime&&!i.displayproperties.HideAllSmallCardReadTime&&!i.displayproperties.HideAllSmallCardDate);n(t,22,0,!i.displayproperties.HideAllSmallCardReadTime);n(t,24,0,(t.context.index+1)%3==0&&t.context.count>t.context.index+1)},function(n,t){n(t,3,0,t.context.$implicit.Link.Url);n(t,5,0,t.context.$implicit.ImageUrl);n(t,6,0,t.context.$implicit.ImageUrl,null==t.context.$implicit.Image?null:t.context.$implicit.Image.Alt);n(t,9,0,t.context.$implicit.Link.Url,t.context.$implicit.Title)})}function rkr(n){return e(0,[(n()(),r(0,0,null,null,14,"div",[["class","nuv-image-callout-breaker nuv-image-callout-breaker--theme-color-green nuv-explore-series"]],null,null,null,null,null)),(n()(),r(1,0,null,null,13,"div",[["class","nuv-image-callout-breaker__main-wrapper"]],null,null,null,null,null)),(n()(),r(2,0,null,null,0,"div",[["class","nuv-image-callout-breaker__background-letter nuv-explore-series__background-letter"]],null,null,null,null,null)),(n()(),r(3,0,null,null,11,"div",[["class","nuv-image-callout-breaker__content nuv-explore-series__content no-outline"]],null,null,null,null,null)),(n()(),r(4,0,null,null,1,"div",[["class","nuv-image-callout-breaker__image-wrapper nuv-explore-series__title-box-wrapper"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,"div",[["class","nuv-image-callout-breaker__headline nuv-explore-series__title-box-headline"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,lbr)),u(7,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(8,0,null,null,6,"div",[["class","nuv-explore-series__image-wrapper nuv-three-up-content nuv-explore-series__three-up-content"]],null,null,null,null,null)),(n()(),r(9,0,null,null,5,"div",[["class","nuv-three-up-content__container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,abr)),u(11,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(12,0,null,null,2,"div",[["class","nuv-three-up-content__article-wrapper nuv-explore-series__article-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ikr)),u(14,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){var i=t.component;n(t,7,0,!i.displayproperties.HideFeaturedCard&&i.featuredcard);n(t,11,0,!i.displayproperties.HideFeaturedCard&&i.featuredcard);n(t,14,0,i.properties)},function(n,t){n(t,5,0,t.component.title)})}function ukr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-explore-series",[],null,null,null,rkr,cnt)),u(1,114688,null,0,ket,[],null,null)],function(n,t){n(t,1,0)},null)}function fkr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-image-gallery",[],null,null,null,kvt,eit)),u(1,4308992,null,0,rk,[],{properties:[0,"properties"],alignToArticle:[1,"alignToArticle"]},null)],function(n,t){var i=t.component;n(t,1,0,i.data,i.alignToArticle)},null)}function ekr(n){return e(0,[(n()(),r(0,0,null,null,1,"image-gallery-embed",[],null,null,null,fkr,ant)),u(1,114688,null,0,get,[det,v],null,null)],function(n,t){n(t,1,0)},null)}function okr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","nuv-webinar__tout-theme-title"]],[[8,"href",4]],null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,ai(1,"",i.Webinar.EyebrowLink,""));n(t,2,0,i.Webinar.Eyebrow)})}function skr(n){return e(0,[(n()(),r(0,0,null,null,1,"div",[["class","nuv-webinar__tout-theme-title"]],null,null,null,null,null)),(n()(),o(1,null,["",""]))],null,function(n,t){n(t,1,0,t.component.Webinar.Eyebrow)})}function hkr(n){return e(0,[(n()(),r(0,0,null,null,6,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,5,"div",[["class","nuv-webinar__tout-author"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"div",[["class","nuv-webinar__tout-author-name"]],null,null,null,null,null)),(n()(),r(3,0,null,null,1,"a",[["target","_self"]],[[1,"href",4],[8,"innerHTML",1]],null,null,null,null)),ct(4,1),(n()(),r(5,0,null,null,1,"div",[["class","nuv-webinar__tout-author-title"]],null,null,null,null,null)),(n()(),o(6,null,["",""]))],null,function(n,t){var i=t.parent.context.$implicit.Url,r=w(t,3,1,n(t,4,0,f(t.parent.parent,0),t.parent.context.$implicit.SpeakerName));n(t,3,0,i,r);n(t,6,0,t.parent.context.$implicit.Description)})}function ckr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-webinar__tout-author"]],null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-webinar__tout-author-name"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"div",[],[[8,"innerHTML",1]],null,null,null,null)),ct(3,1),(n()(),r(4,0,null,null,1,"div",[["class","nuv-webinar__tout-author-title"]],null,null,null,null,null)),(n()(),o(5,null,["",""]))],null,function(n,t){var i=w(t,2,0,n(t,3,0,f(t.parent.parent,0),t.parent.context.$implicit.SpeakerName));n(t,2,0,i);n(t,5,0,t.parent.context.$implicit.Description)})}function lkr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,hkr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["person",2]],null,0,null,ckr))],function(n,t){n(t,2,0,"PeopleDetail"==t.context.$implicit.SpeakerType,f(t,3))},null)}function akr(n){return e(0,[(n()(),r(0,0,null,null,46,"div",[["class","nuv-webinar__content-description-date nuv-webinar__content-description-date-mobile"]],null,null,null,null,null)),(n()(),r(1,0,null,null,43,":svg:svg",[["class","desc_calender_icon"],["height","29.344"],["viewBox","0 0 28 29.344"],["width","28"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,42,":svg:g",[["data-name","Group 227"],["transform","translate(-403.983 -1109.55)"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M354.273,359.7h-2.728a.274.274,0,0,1-.273-.273v-.961a.687.687,0,0,0-1.374,0v.961a.274.274,0,0,1-.273.273h-9.643a.274.274,0,0,1-.273-.273v-.961a.705.705,0,0,0-.687-.687.68.68,0,0,0-.687.687v.961a.274.274,0,0,1-.273.273h-2.728a4.535,4.535,0,0,0-4.53,4.529v18.365a4.535,4.535,0,0,0,4.53,4.529h18.941a4.534,4.534,0,0,0,4.529-4.529V364.229A4.534,4.534,0,0,0,354.273,359.7Zm3.193,22.932a3.158,3.158,0,0,1-3.155,3.155H335.332a3.158,3.158,0,0,1-3.155-3.155v-13.6a.273.273,0,0,1,.4-.244,1.108,1.108,0,0,0,.185.009h24.128a.448.448,0,0,0,.091-.012,1.025,1.025,0,0,1,.217-.027.274.274,0,0,1,.273.273Zm0-15.445a.273.273,0,0,1-.4.245,1.06,1.06,0,0,0-.185-.01H332.758a.454.454,0,0,0-.091.012,1.038,1.038,0,0,1-.216.026.274.274,0,0,1-.273-.273v-2.958a3.159,3.159,0,0,1,3.155-3.155h2.728a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h9.682a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h2.728a3.159,3.159,0,0,1,3.155,3.155Z"],["data-name","Path 164"],["fill","#253746"],["transform","translate(73.181 751.771)"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M348.948,384.125h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 165"],["fill","#253746"],["transform","translate(65.826 739.833)"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M355.974,384.125h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 166"],["fill","#253746"],["transform","translate(62.643 739.833)"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M363,384.125h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 167"],["fill","#253746"],["transform","translate(59.459 739.833)"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M370.025,384.125H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 168"],["fill","#253746"],["transform","translate(56.276 739.833)"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:path",[["d","M341.923,391.15h-1.23a.687.687,0,0,0,0,1.374h1.23a.687.687,0,0,0,0-1.374Z"],["data-name","Path 169"],["fill","#253746"],["transform","translate(69.01 736.649)"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:path",[["d","M348.948,391.15h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 170"],["fill","#253746"],["transform","translate(65.826 736.649)"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["d","M355.974,391.15h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 171"],["fill","#253746"],["transform","translate(62.643 736.649)"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M363,391.15h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 172"],["fill","#253746"],["transform","translate(59.459 736.649)"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M370.025,391.15H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 173"],["fill","#253746"],["transform","translate(56.276 736.649)"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["d","M341.923,398.176h-1.23a.687.687,0,1,0,0,1.374h1.23a.687.687,0,1,0,0-1.374Z"],["data-name","Path 174"],["fill","#253746"],["transform","translate(69.01 733.466)"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M348.948,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 175"],["fill","#253746"],["transform","translate(65.826 733.466)"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M355.974,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 176"],["fill","#253746"],["transform","translate(62.643 733.466)"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M363,398.176h-1.23a.687.687,0,1,0,0,1.374H363a.687.687,0,1,0,0-1.374Z"],["data-name","Path 177"],["fill","#253746"],["transform","translate(59.459 733.466)"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M354.273,359.7h-2.728a.274.274,0,0,1-.273-.273v-.961a.687.687,0,0,0-1.374,0v.961a.274.274,0,0,1-.273.273h-9.643a.274.274,0,0,1-.273-.273v-.961a.705.705,0,0,0-.687-.687.68.68,0,0,0-.687.687v.961a.274.274,0,0,1-.273.273h-2.728a4.535,4.535,0,0,0-4.53,4.529v18.365a4.535,4.535,0,0,0,4.53,4.529h18.941a4.534,4.534,0,0,0,4.529-4.529V364.229A4.534,4.534,0,0,0,354.273,359.7Zm3.193,22.932a3.158,3.158,0,0,1-3.155,3.155H335.332a3.158,3.158,0,0,1-3.155-3.155v-13.6a.273.273,0,0,1,.4-.244,1.108,1.108,0,0,0,.185.009h24.128a.448.448,0,0,0,.091-.012,1.025,1.025,0,0,1,.217-.027.274.274,0,0,1,.273.273Zm0-15.445a.273.273,0,0,1-.4.245,1.06,1.06,0,0,0-.185-.01H332.758a.454.454,0,0,0-.091.012,1.038,1.038,0,0,1-.216.026.274.274,0,0,1-.273-.273v-2.958a3.159,3.159,0,0,1,3.155-3.155h2.728a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h9.682a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h2.728a3.159,3.159,0,0,1,3.155,3.155Z"],["data-name","Path 178"],["fill","#253746"],["transform","translate(73.181 751.771)"]],null,null,null,null,null)),(n()(),r(18,0,null,null,0,":svg:path",[["d","M348.948,384.125h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 179"],["fill","#253746"],["transform","translate(65.826 739.833)"]],null,null,null,null,null)),(n()(),r(19,0,null,null,0,":svg:path",[["d","M355.974,384.125h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 180"],["fill","#253746"],["transform","translate(62.643 739.833)"]],null,null,null,null,null)),(n()(),r(20,0,null,null,0,":svg:path",[["d","M363,384.125h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 181"],["fill","#253746"],["transform","translate(59.459 739.833)"]],null,null,null,null,null)),(n()(),r(21,0,null,null,0,":svg:path",[["d","M370.025,384.125H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 182"],["fill","#253746"],["transform","translate(56.276 739.833)"]],null,null,null,null,null)),(n()(),r(22,0,null,null,0,":svg:path",[["d","M341.923,391.15h-1.23a.687.687,0,0,0,0,1.374h1.23a.687.687,0,0,0,0-1.374Z"],["data-name","Path 183"],["fill","#253746"],["transform","translate(69.01 736.649)"]],null,null,null,null,null)),(n()(),r(23,0,null,null,0,":svg:path",[["d","M348.948,391.15h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 184"],["fill","#253746"],["transform","translate(65.826 736.649)"]],null,null,null,null,null)),(n()(),r(24,0,null,null,0,":svg:path",[["d","M355.974,391.15h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 185"],["fill","#253746"],["transform","translate(62.643 736.649)"]],null,null,null,null,null)),(n()(),r(25,0,null,null,0,":svg:path",[["d","M363,391.15h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 186"],["fill","#253746"],["transform","translate(59.459 736.649)"]],null,null,null,null,null)),(n()(),r(26,0,null,null,0,":svg:path",[["d","M370.025,391.15H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 187"],["fill","#253746"],["transform","translate(56.276 736.649)"]],null,null,null,null,null)),(n()(),r(27,0,null,null,0,":svg:path",[["d","M341.923,398.176h-1.23a.687.687,0,1,0,0,1.374h1.23a.687.687,0,1,0,0-1.374Z"],["data-name","Path 188"],["fill","#253746"],["transform","translate(69.01 733.466)"]],null,null,null,null,null)),(n()(),r(28,0,null,null,0,":svg:path",[["d","M348.948,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 189"],["fill","#253746"],["transform","translate(65.826 733.466)"]],null,null,null,null,null)),(n()(),r(29,0,null,null,0,":svg:path",[["d","M355.974,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 190"],["fill","#253746"],["transform","translate(62.643 733.466)"]],null,null,null,null,null)),(n()(),r(30,0,null,null,0,":svg:path",[["d","M363,398.176h-1.23a.687.687,0,1,0,0,1.374H363a.687.687,0,1,0,0-1.374Z"],["data-name","Path 191"],["fill","#253746"],["transform","translate(59.459 733.466)"]],null,null,null,null,null)),(n()(),r(31,0,null,null,0,":svg:path",[["d","M354.273,359.7h-2.728a.274.274,0,0,1-.273-.273v-.961a.687.687,0,0,0-1.374,0v.961a.274.274,0,0,1-.273.273h-9.643a.274.274,0,0,1-.273-.273v-.961a.705.705,0,0,0-.687-.687.68.68,0,0,0-.687.687v.961a.274.274,0,0,1-.273.273h-2.728a4.535,4.535,0,0,0-4.53,4.529v18.365a4.535,4.535,0,0,0,4.53,4.529h18.941a4.534,4.534,0,0,0,4.529-4.529V364.229A4.534,4.534,0,0,0,354.273,359.7Zm3.193,22.932a3.158,3.158,0,0,1-3.155,3.155H335.332a3.158,3.158,0,0,1-3.155-3.155v-13.6a.273.273,0,0,1,.4-.244,1.108,1.108,0,0,0,.185.009h24.128a.448.448,0,0,0,.091-.012,1.025,1.025,0,0,1,.217-.027.274.274,0,0,1,.273.273Zm0-15.445a.273.273,0,0,1-.4.245,1.06,1.06,0,0,0-.185-.01H332.758a.454.454,0,0,0-.091.012,1.038,1.038,0,0,1-.216.026.274.274,0,0,1-.273-.273v-2.958a3.159,3.159,0,0,1,3.155-3.155h2.728a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h9.682a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h2.728a3.159,3.159,0,0,1,3.155,3.155Z"],["data-name","Path 192"],["fill","#253746"],["transform","translate(73.181 751.771)"]],null,null,null,null,null)),(n()(),r(32,0,null,null,0,":svg:path",[["d","M348.948,384.125h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 193"],["fill","#253746"],["transform","translate(65.826 739.833)"]],null,null,null,null,null)),(n()(),r(33,0,null,null,0,":svg:path",[["d","M355.974,384.125h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 194"],["fill","#253746"],["transform","translate(62.643 739.833)"]],null,null,null,null,null)),(n()(),r(34,0,null,null,0,":svg:path",[["d","M363,384.125h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 195"],["fill","#253746"],["transform","translate(59.459 739.833)"]],null,null,null,null,null)),(n()(),r(35,0,null,null,0,":svg:path",[["d","M370.025,384.125H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 196"],["fill","#253746"],["transform","translate(56.276 739.833)"]],null,null,null,null,null)),(n()(),r(36,0,null,null,0,":svg:path",[["d","M341.923,391.15h-1.23a.687.687,0,0,0,0,1.374h1.23a.687.687,0,0,0,0-1.374Z"],["data-name","Path 197"],["fill","#253746"],["transform","translate(69.01 736.649)"]],null,null,null,null,null)),(n()(),r(37,0,null,null,0,":svg:path",[["d","M348.948,391.15h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 198"],["fill","#253746"],["transform","translate(65.826 736.649)"]],null,null,null,null,null)),(n()(),r(38,0,null,null,0,":svg:path",[["d","M355.974,391.15h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 199"],["fill","#253746"],["transform","translate(62.643 736.649)"]],null,null,null,null,null)),(n()(),r(39,0,null,null,0,":svg:path",[["d","M363,391.15h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 200"],["fill","#253746"],["transform","translate(59.459 736.649)"]],null,null,null,null,null)),(n()(),r(40,0,null,null,0,":svg:path",[["d","M370.025,391.15H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 201"],["fill","#253746"],["transform","translate(56.276 736.649)"]],null,null,null,null,null)),(n()(),r(41,0,null,null,0,":svg:path",[["d","M341.923,398.176h-1.23a.687.687,0,1,0,0,1.374h1.23a.687.687,0,1,0,0-1.374Z"],["data-name","Path 202"],["fill","#253746"],["transform","translate(69.01 733.466)"]],null,null,null,null,null)),(n()(),r(42,0,null,null,0,":svg:path",[["d","M348.948,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 203"],["fill","#253746"],["transform","translate(65.826 733.466)"]],null,null,null,null,null)),(n()(),r(43,0,null,null,0,":svg:path",[["d","M355.974,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 204"],["fill","#253746"],["transform","translate(62.643 733.466)"]],null,null,null,null,null)),(n()(),r(44,0,null,null,0,":svg:path",[["d","M363,398.176h-1.23a.687.687,0,1,0,0,1.374H363a.687.687,0,1,0,0-1.374Z"],["data-name","Path 205"],["fill","#253746"],["transform","translate(59.459 733.466)"]],null,null,null,null,null)),(n()(),r(45,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(46,null,[""," | ",""]))],null,function(n,t){var i=t.component;n(t,46,0,i.Webinar.Date,i.Webinar.Time)})}function vkr(n){return e(0,[(n()(),r(0,0,null,null,46,"div",[["class","nuv-webinar__content-description-date nuv-webinar__content-description-date-desktop"]],null,null,null,null,null)),(n()(),r(1,0,null,null,43,":svg:svg",[["class","desc_calender_icon"],["height","29.344"],["viewBox","0 0 28 29.344"],["width","28"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(n()(),r(2,0,null,null,42,":svg:g",[["data-name","Group 227"],["transform","translate(-403.983 -1109.55)"]],null,null,null,null,null)),(n()(),r(3,0,null,null,0,":svg:path",[["d","M354.273,359.7h-2.728a.274.274,0,0,1-.273-.273v-.961a.687.687,0,0,0-1.374,0v.961a.274.274,0,0,1-.273.273h-9.643a.274.274,0,0,1-.273-.273v-.961a.705.705,0,0,0-.687-.687.68.68,0,0,0-.687.687v.961a.274.274,0,0,1-.273.273h-2.728a4.535,4.535,0,0,0-4.53,4.529v18.365a4.535,4.535,0,0,0,4.53,4.529h18.941a4.534,4.534,0,0,0,4.529-4.529V364.229A4.534,4.534,0,0,0,354.273,359.7Zm3.193,22.932a3.158,3.158,0,0,1-3.155,3.155H335.332a3.158,3.158,0,0,1-3.155-3.155v-13.6a.273.273,0,0,1,.4-.244,1.108,1.108,0,0,0,.185.009h24.128a.448.448,0,0,0,.091-.012,1.025,1.025,0,0,1,.217-.027.274.274,0,0,1,.273.273Zm0-15.445a.273.273,0,0,1-.4.245,1.06,1.06,0,0,0-.185-.01H332.758a.454.454,0,0,0-.091.012,1.038,1.038,0,0,1-.216.026.274.274,0,0,1-.273-.273v-2.958a3.159,3.159,0,0,1,3.155-3.155h2.728a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h9.682a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h2.728a3.159,3.159,0,0,1,3.155,3.155Z"],["data-name","Path 164"],["fill","#253746"],["transform","translate(73.181 751.771)"]],null,null,null,null,null)),(n()(),r(4,0,null,null,0,":svg:path",[["d","M348.948,384.125h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 165"],["fill","#253746"],["transform","translate(65.826 739.833)"]],null,null,null,null,null)),(n()(),r(5,0,null,null,0,":svg:path",[["d","M355.974,384.125h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 166"],["fill","#253746"],["transform","translate(62.643 739.833)"]],null,null,null,null,null)),(n()(),r(6,0,null,null,0,":svg:path",[["d","M363,384.125h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 167"],["fill","#253746"],["transform","translate(59.459 739.833)"]],null,null,null,null,null)),(n()(),r(7,0,null,null,0,":svg:path",[["d","M370.025,384.125H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 168"],["fill","#253746"],["transform","translate(56.276 739.833)"]],null,null,null,null,null)),(n()(),r(8,0,null,null,0,":svg:path",[["d","M341.923,391.15h-1.23a.687.687,0,0,0,0,1.374h1.23a.687.687,0,0,0,0-1.374Z"],["data-name","Path 169"],["fill","#253746"],["transform","translate(69.01 736.649)"]],null,null,null,null,null)),(n()(),r(9,0,null,null,0,":svg:path",[["d","M348.948,391.15h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 170"],["fill","#253746"],["transform","translate(65.826 736.649)"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,":svg:path",[["d","M355.974,391.15h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 171"],["fill","#253746"],["transform","translate(62.643 736.649)"]],null,null,null,null,null)),(n()(),r(11,0,null,null,0,":svg:path",[["d","M363,391.15h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 172"],["fill","#253746"],["transform","translate(59.459 736.649)"]],null,null,null,null,null)),(n()(),r(12,0,null,null,0,":svg:path",[["d","M370.025,391.15H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 173"],["fill","#253746"],["transform","translate(56.276 736.649)"]],null,null,null,null,null)),(n()(),r(13,0,null,null,0,":svg:path",[["d","M341.923,398.176h-1.23a.687.687,0,1,0,0,1.374h1.23a.687.687,0,1,0,0-1.374Z"],["data-name","Path 174"],["fill","#253746"],["transform","translate(69.01 733.466)"]],null,null,null,null,null)),(n()(),r(14,0,null,null,0,":svg:path",[["d","M348.948,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 175"],["fill","#253746"],["transform","translate(65.826 733.466)"]],null,null,null,null,null)),(n()(),r(15,0,null,null,0,":svg:path",[["d","M355.974,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 176"],["fill","#253746"],["transform","translate(62.643 733.466)"]],null,null,null,null,null)),(n()(),r(16,0,null,null,0,":svg:path",[["d","M363,398.176h-1.23a.687.687,0,1,0,0,1.374H363a.687.687,0,1,0,0-1.374Z"],["data-name","Path 177"],["fill","#253746"],["transform","translate(59.459 733.466)"]],null,null,null,null,null)),(n()(),r(17,0,null,null,0,":svg:path",[["d","M354.273,359.7h-2.728a.274.274,0,0,1-.273-.273v-.961a.687.687,0,0,0-1.374,0v.961a.274.274,0,0,1-.273.273h-9.643a.274.274,0,0,1-.273-.273v-.961a.705.705,0,0,0-.687-.687.68.68,0,0,0-.687.687v.961a.274.274,0,0,1-.273.273h-2.728a4.535,4.535,0,0,0-4.53,4.529v18.365a4.535,4.535,0,0,0,4.53,4.529h18.941a4.534,4.534,0,0,0,4.529-4.529V364.229A4.534,4.534,0,0,0,354.273,359.7Zm3.193,22.932a3.158,3.158,0,0,1-3.155,3.155H335.332a3.158,3.158,0,0,1-3.155-3.155v-13.6a.273.273,0,0,1,.4-.244,1.108,1.108,0,0,0,.185.009h24.128a.448.448,0,0,0,.091-.012,1.025,1.025,0,0,1,.217-.027.274.274,0,0,1,.273.273Zm0-15.445a.273.273,0,0,1-.4.245,1.06,1.06,0,0,0-.185-.01H332.758a.454.454,0,0,0-.091.012,1.038,1.038,0,0,1-.216.026.274.274,0,0,1-.273-.273v-2.958a3.159,3.159,0,0,1,3.155-3.155h2.728a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h9.682a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h2.728a3.159,3.159,0,0,1,3.155,3.155Z"],["data-name","Path 178"],["fill","#253746"],["transform","translate(73.181 751.771)"]],null,null,null,null,null)),(n()(),r(18,0,null,null,0,":svg:path",[["d","M348.948,384.125h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 179"],["fill","#253746"],["transform","translate(65.826 739.833)"]],null,null,null,null,null)),(n()(),r(19,0,null,null,0,":svg:path",[["d","M355.974,384.125h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 180"],["fill","#253746"],["transform","translate(62.643 739.833)"]],null,null,null,null,null)),(n()(),r(20,0,null,null,0,":svg:path",[["d","M363,384.125h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 181"],["fill","#253746"],["transform","translate(59.459 739.833)"]],null,null,null,null,null)),(n()(),r(21,0,null,null,0,":svg:path",[["d","M370.025,384.125H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 182"],["fill","#253746"],["transform","translate(56.276 739.833)"]],null,null,null,null,null)),(n()(),r(22,0,null,null,0,":svg:path",[["d","M341.923,391.15h-1.23a.687.687,0,0,0,0,1.374h1.23a.687.687,0,0,0,0-1.374Z"],["data-name","Path 183"],["fill","#253746"],["transform","translate(69.01 736.649)"]],null,null,null,null,null)),(n()(),r(23,0,null,null,0,":svg:path",[["d","M348.948,391.15h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 184"],["fill","#253746"],["transform","translate(65.826 736.649)"]],null,null,null,null,null)),(n()(),r(24,0,null,null,0,":svg:path",[["d","M355.974,391.15h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 185"],["fill","#253746"],["transform","translate(62.643 736.649)"]],null,null,null,null,null)),(n()(),r(25,0,null,null,0,":svg:path",[["d","M363,391.15h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 186"],["fill","#253746"],["transform","translate(59.459 736.649)"]],null,null,null,null,null)),(n()(),r(26,0,null,null,0,":svg:path",[["d","M370.025,391.15H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 187"],["fill","#253746"],["transform","translate(56.276 736.649)"]],null,null,null,null,null)),(n()(),r(27,0,null,null,0,":svg:path",[["d","M341.923,398.176h-1.23a.687.687,0,1,0,0,1.374h1.23a.687.687,0,1,0,0-1.374Z"],["data-name","Path 188"],["fill","#253746"],["transform","translate(69.01 733.466)"]],null,null,null,null,null)),(n()(),r(28,0,null,null,0,":svg:path",[["d","M348.948,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 189"],["fill","#253746"],["transform","translate(65.826 733.466)"]],null,null,null,null,null)),(n()(),r(29,0,null,null,0,":svg:path",[["d","M355.974,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 190"],["fill","#253746"],["transform","translate(62.643 733.466)"]],null,null,null,null,null)),(n()(),r(30,0,null,null,0,":svg:path",[["d","M363,398.176h-1.23a.687.687,0,1,0,0,1.374H363a.687.687,0,1,0,0-1.374Z"],["data-name","Path 191"],["fill","#253746"],["transform","translate(59.459 733.466)"]],null,null,null,null,null)),(n()(),r(31,0,null,null,0,":svg:path",[["d","M354.273,359.7h-2.728a.274.274,0,0,1-.273-.273v-.961a.687.687,0,0,0-1.374,0v.961a.274.274,0,0,1-.273.273h-9.643a.274.274,0,0,1-.273-.273v-.961a.705.705,0,0,0-.687-.687.68.68,0,0,0-.687.687v.961a.274.274,0,0,1-.273.273h-2.728a4.535,4.535,0,0,0-4.53,4.529v18.365a4.535,4.535,0,0,0,4.53,4.529h18.941a4.534,4.534,0,0,0,4.529-4.529V364.229A4.534,4.534,0,0,0,354.273,359.7Zm3.193,22.932a3.158,3.158,0,0,1-3.155,3.155H335.332a3.158,3.158,0,0,1-3.155-3.155v-13.6a.273.273,0,0,1,.4-.244,1.108,1.108,0,0,0,.185.009h24.128a.448.448,0,0,0,.091-.012,1.025,1.025,0,0,1,.217-.027.274.274,0,0,1,.273.273Zm0-15.445a.273.273,0,0,1-.4.245,1.06,1.06,0,0,0-.185-.01H332.758a.454.454,0,0,0-.091.012,1.038,1.038,0,0,1-.216.026.274.274,0,0,1-.273-.273v-2.958a3.159,3.159,0,0,1,3.155-3.155h2.728a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h9.682a.274.274,0,0,1,.273.273v.961a.687.687,0,0,0,1.374,0v-.961a.274.274,0,0,1,.273-.273h2.728a3.159,3.159,0,0,1,3.155,3.155Z"],["data-name","Path 192"],["fill","#253746"],["transform","translate(73.181 751.771)"]],null,null,null,null,null)),(n()(),r(32,0,null,null,0,":svg:path",[["d","M348.948,384.125h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 193"],["fill","#253746"],["transform","translate(65.826 739.833)"]],null,null,null,null,null)),(n()(),r(33,0,null,null,0,":svg:path",[["d","M355.974,384.125h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 194"],["fill","#253746"],["transform","translate(62.643 739.833)"]],null,null,null,null,null)),(n()(),r(34,0,null,null,0,":svg:path",[["d","M363,384.125h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 195"],["fill","#253746"],["transform","translate(59.459 739.833)"]],null,null,null,null,null)),(n()(),r(35,0,null,null,0,":svg:path",[["d","M370.025,384.125H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 196"],["fill","#253746"],["transform","translate(56.276 739.833)"]],null,null,null,null,null)),(n()(),r(36,0,null,null,0,":svg:path",[["d","M341.923,391.15h-1.23a.687.687,0,0,0,0,1.374h1.23a.687.687,0,0,0,0-1.374Z"],["data-name","Path 197"],["fill","#253746"],["transform","translate(69.01 736.649)"]],null,null,null,null,null)),(n()(),r(37,0,null,null,0,":svg:path",[["d","M348.948,391.15h-1.229a.687.687,0,0,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 198"],["fill","#253746"],["transform","translate(65.826 736.649)"]],null,null,null,null,null)),(n()(),r(38,0,null,null,0,":svg:path",[["d","M355.974,391.15h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 199"],["fill","#253746"],["transform","translate(62.643 736.649)"]],null,null,null,null,null)),(n()(),r(39,0,null,null,0,":svg:path",[["d","M363,391.15h-1.23a.687.687,0,0,0,0,1.374H363a.687.687,0,0,0,0-1.374Z"],["data-name","Path 200"],["fill","#253746"],["transform","translate(59.459 736.649)"]],null,null,null,null,null)),(n()(),r(40,0,null,null,0,":svg:path",[["d","M370.025,391.15H368.8a.687.687,0,0,0,0,1.374h1.229a.687.687,0,0,0,0-1.374Z"],["data-name","Path 201"],["fill","#253746"],["transform","translate(56.276 736.649)"]],null,null,null,null,null)),(n()(),r(41,0,null,null,0,":svg:path",[["d","M341.923,398.176h-1.23a.687.687,0,1,0,0,1.374h1.23a.687.687,0,1,0,0-1.374Z"],["data-name","Path 202"],["fill","#253746"],["transform","translate(69.01 733.466)"]],null,null,null,null,null)),(n()(),r(42,0,null,null,0,":svg:path",[["d","M348.948,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 203"],["fill","#253746"],["transform","translate(65.826 733.466)"]],null,null,null,null,null)),(n()(),r(43,0,null,null,0,":svg:path",[["d","M355.974,398.176h-1.229a.687.687,0,1,0,0,1.374h1.229a.687.687,0,1,0,0-1.374Z"],["data-name","Path 204"],["fill","#253746"],["transform","translate(62.643 733.466)"]],null,null,null,null,null)),(n()(),r(44,0,null,null,0,":svg:path",[["d","M363,398.176h-1.23a.687.687,0,1,0,0,1.374H363a.687.687,0,1,0,0-1.374Z"],["data-name","Path 205"],["fill","#253746"],["transform","translate(59.459 733.466)"]],null,null,null,null,null)),(n()(),r(45,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),o(46,null,[""," | ",""]))],null,function(n,t){var i=t.component;n(t,46,0,i.Webinar.Date,i.Webinar.Time)})}function ykr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"a",[["class","nuv-button__btn nuv-webinar__content-description-button"],["target","_self"]],[[1,"data-speed-bump-id",0]],null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","nuv-webinar__content-description-button-text"]],null,null,null,null,null)),(n()(),o(4,null,["",""]))],null,function(n,t){var i=t.component;n(t,2,0,i.Webinar.DataId);n(t,4,0,i.Webinar.CtaTitle)})}function pkr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-button nuv-button--green video-overlay-trigger"]],[[1,"data-id",0],[1,"data-action",0]],null,null,null,null)),(n()(),r(2,0,null,null,2,"a",[["class","nuv-button__btn nuv-webinar__content-description-button svgPlayVideo"],["target","_self"]],[[1,"data-id",0]],null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","nuv-webinar__content-description-button-text"]],null,null,null,null,null)),(n()(),o(4,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,i.Webinar.DataId,i.play);n(t,2,0,i.Webinar.DataId);n(t,4,0,i.Webinar.CtaTitle)})}function wkr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-button nuv-button--green"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"a",[["class","nuv-button__btn nuv-webinar__content-description-button"]],[[1,"href",4],[1,"title",0],[1,"target",0]],null,null,null,null)),(n()(),r(3,0,null,null,1,"span",[["class","nuv-webinar__content-description-button-text"]],null,null,null,null,null)),(n()(),o(4,null,["",""]))],null,function(n,t){var i=t.component;n(t,2,0,i.Webinar.CtaLink,i.Webinar.CtaLinkTitle,i.Webinar.CtaLinkTarget);n(t,4,0,i.Webinar.CtaTitle)})}function bkr(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-webinar__content-description-button-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ykr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,pkr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,wkr)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,"PopupModel"==i.Webinar.CtaLinkType);n(t,4,0,"VideoModel"==i.Webinar.CtaLinkType);n(t,6,0,"ItemLink"==i.Webinar.CtaLinkType)},null)}function kkr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","nuv-webinar__content-description-link"],["target","_self"]],[[1,"data-speed-bump-id",0]],null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,i.Webinar.ReplayLinkDataId);n(t,2,0,i.Webinar.ReplayTitle)})}function dkr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","video-overlay-trigger"]],[[1,"data-id",0],[1,"data-action",0]],null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[["class","nuv-webinar__content-description-link svgPlayVideo"],["target","_self"]],[[1,"data-id",0]],null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,i.Webinar.ReplayLinkDataId,i.play);n(t,2,0,i.Webinar.ReplayLinkDataId);n(t,3,0,i.Webinar.ReplayTitle)})}function gkr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","nuv-webinar__content-description-link"]],[[1,"href",4],[1,"title",0],[1,"target",0]],null,null,null,null)),(n()(),o(2,null,[""," "]))],null,function(n,t){var i=t.component;n(t,1,0,i.Webinar.ReplayLink,i.Webinar.ReplayLinkTitle,i.Webinar.ReplayLinkTarget);n(t,2,0,i.Webinar.ReplayTitle)})}function ndr(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-webinar__content-description-link-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kkr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,dkr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,gkr)),u(6,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,2,0,"PopupModel"==i.Webinar.ReplayLinkType);n(t,4,0,"VideoModel"==i.Webinar.ReplayLinkType);n(t,6,0,"ItemLink"==i.Webinar.ReplayLinkType)},null)}function tdr(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,21,"div",[["class","nuv-webinar"]],null,null,null,null,null)),(n()(),r(2,0,null,null,8,"div",[["class","nuv-webinar__tout"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,okr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["elseBlock",2]],null,0,null,skr)),(n()(),r(6,0,null,null,1,"h1",[["class","nuv-webinar__tout-headline"]],[[8,"innerHTML",1]],null,null,null,null)),ct(7,1),(n()(),r(8,0,null,null,2,"div",[["class","nuv-webinar__tout-author-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,lkr)),u(10,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(11,0,null,null,11,"div",[["class","nuv-webinar__content"]],null,null,null,null,null)),(n()(),r(12,0,null,null,10,"div",[["class","nuv-webinar__content-description"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,akr)),u(14,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(15,0,null,null,1,"div",[["class","nuv-webinar__content-description-text"]],[[8,"innerHTML",1]],null,null,null,null)),ct(16,1),(n()(),s(16777216,null,null,1,null,vkr)),u(18,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,bkr)),u(20,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,ndr)),u(22,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component;n(t,4,0,""!=i.Webinar.EyebrowLink,f(t,5));n(t,10,0,i.Webinar.Speakers);n(t,14,0,i.Webinar.Type&&"default"==i.Webinar.Type);n(t,18,0,i.Webinar.Type&&"default"==i.Webinar.Type);n(t,20,0,i.Webinar.Type&&"default"==i.Webinar.Type);n(t,22,0,i.Webinar.Type&&"replay"==i.Webinar.Type)},function(n,t){var i=t.component,u=w(t,6,0,n(t,7,0,f(t,0),i.Webinar.Title)),r;n(t,6,0,u);r=w(t,15,0,n(t,16,0,f(t,0),i.Webinar.Description));n(t,15,0,r)})}function idr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-webinar",[],null,null,null,tdr,ynt)),u(1,114688,null,0,not,[],null,null)],function(n,t){n(t,1,0)},null)}function rdr(n){return e(0,[(n()(),r(0,0,null,null,8,"div",[["class","nuv-stats-card"]],null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-stats-card__icon"]],null,null,null,null,null)),(n()(),r(2,0,null,null,2,"picture",[],null,null,null,null,null)),(n()(),r(3,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[8,"srcset",4]],null,null,null,null)),(n()(),r(4,0,null,null,0,"img",[],[[1,"src",4],[1,"alt",0]],null,null,null,null)),(n()(),r(5,0,null,null,1,"div",[["class","nuv-stats-card__title"]],null,null,null,null,null)),(n()(),o(6,null,[" "," "])),(n()(),r(7,0,null,null,1,"div",[["class","nuv-stats-card__caption"]],null,null,null,null,null)),(n()(),o(8,null,[" "," "]))],null,function(n,t){n(t,3,0,t.context.$implicit.iconImageSrc);n(t,4,0,t.context.$implicit.iconImageSrc,t.context.$implicit.iconImageAlt);n(t,6,0,t.context.$implicit.header);n(t,8,0,t.context.$implicit.description)})}function udr(n){return e(0,[(n()(),r(0,0,null,null,5,"div",[["class","nuv-four-up-icon-card  nuv-four-up-icon-card-num-4 nuv-four-up-icon-card--blue"],["data-component",'{"componentName":"fourUpStatCard","componentType":"Stat"}'],["id","1502478251151"]],null,null,null,null,null)),(n()(),r(1,0,null,null,1,"h3",[["class","nuv-four-up-icon-card__title no-outline"]],null,null,null,null,null)),(n()(),o(2,null,[" "," "])),(n()(),r(3,0,null,null,2,"div",[["class","nuv-four-up-icon-card__content"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,rdr)),u(5,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null)],function(n,t){n(t,5,0,t.component.FourUpIconCard.iconCards)},function(n,t){n(t,2,0,t.component.FourUpIconCard.moduleTitle)})}function fdr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-fourup-icon-card",[],null,null,null,udr,wnt)),u(1,114688,null,0,tot,[],null,null)],function(n,t){n(t,1,0)},null)}function edr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","cta"],["target","_self"]],[[1,"data-speed-bump-id",0],[1,"title",0]],null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,i.dataid,i.ctaTitle);n(t,2,0,i.ctaTitle)})}function odr(n){return e(0,[(n()(),r(0,0,null,null,3,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,2,"div",[["class","nuv-button video-overlay-trigger"]],[[1,"data-id",0],[1,"data-action",0]],null,null,null,null)),(n()(),r(2,0,null,null,1,"a",[["class","cta svgPlayVideo"],["target","_self"]],[[1,"data-id",0],[1,"title",0]],null,null,null,null)),(n()(),o(3,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,i.dataid,i.play);n(t,2,0,i.dataid,i.ctaTitle);n(t,3,0,i.ctaTitle)})}function sdr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"a",[["class","cta"],["target","_self"]],[[1,"href",4],[1,"title",0]],null,null,null,null)),(n()(),o(2,null,["",""]))],null,function(n,t){var i=t.component;n(t,1,0,i.ctaLink,i.ctaTitle);n(t,2,0,i.ctaTitle)})}function hdr(n){return e(0,[(n()(),r(0,0,null,null,17,"div",[["class","nuv-page-breaker"]],null,null,null,null,null)),u(1,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),cct(2,2),(n()(),r(3,0,null,null,3,"div",[["class","nuv-page-breaker__breaker-background"]],null,null,null,null,null)),(n()(),r(4,0,null,null,2,"picture",[],null,null,null,null,null)),(n()(),r(5,0,null,null,0,"source",[["media","(min-width: 1023px)"]],[[1,"srcset",4]],null,null,null,null)),(n()(),r(6,0,null,null,0,"img",[],[[1,"src",4],[1,"alt",0]],null,null,null,null)),(n()(),r(7,0,null,null,10,"div",[["class","nuv-page-breaker__description-wrapper"]],null,null,null,null,null)),u(8,278528,null,0,nt,[a,d,v,y],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),r(9,0,null,null,8,"div",[["class","nuv-page-breaker__breaker-description-card no-outline"]],null,null,null,null,null)),(n()(),r(10,0,null,null,0,"h4",[["class","nuv-page-breaker__breaker-title"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),r(11,0,null,null,0,"p",[["class","nuv-page-breaker__breaker-copy"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),s(16777216,null,null,1,null,edr)),u(13,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,odr)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,sdr)),u(17,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null)],function(n,t){var i=t.component,r=n(t,2,0,"with-gradient"==i.type?"nuv-page-breaker--with-gradient":"","tall"==i.size?"nuv-page-breaker--tall":"");n(t,1,0,"nuv-page-breaker",r);n(t,8,0,"nuv-page-breaker__description-wrapper",i.color?"nuv-page-breaker__description-wrapper-"+i.color:"");n(t,13,0,"False"==i.hidecta&&"popupModel"==i.ctaLinkType);n(t,15,0,"False"==i.hidecta&&"videoModel"==i.ctaLinkType);n(t,17,0,"False"==i.hidecta&&"Itemlink"==i.ctaLinkType)},function(n,t){var i=t.component;n(t,5,0,i.imagelink);n(t,6,0,i.imagelink,i.imagealt);n(t,10,0,i.titletext);n(t,11,0,i.desctext)})}function cdr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-page-breaker",[],null,null,null,hdr,knt)),u(1,114688,null,0,iot,[],null,null)],function(n,t){n(t,1,0)},null)}function ldr(n){return e(0,[(n()(),r(0,0,null,null,7,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[["class","nuv-timeline-with-carousel__item-title"]],[[8,"innerHTML",1]],null,null,null,null)),ct(2,1),(n()(),r(3,0,null,null,4,"div",[["class","nuv-timeline-with-carousel__item-milestone"]],null,null,null,null,null)),(n()(),r(4,0,null,null,3,"div",[["class","nuv-timeline-with-carousel__item-milestone-content"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(6,null,[" "," "])),(n()(),r(7,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){var i=w(t,1,0,n(t,2,0,f(t.parent.parent,0),t.parent.context.$implicit.title));n(t,1,0,i);n(t,6,0,t.parent.context.$implicit.date);n(t,7,0,t.parent.context.$implicit.description)})}function adr(n){return e(0,[(n()(),r(0,0,null,null,7,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[["class","nuv-timeline-with-carousel__item-title tiaa"]],[[8,"innerHTML",1]],null,null,null,null)),ct(2,1),(n()(),r(3,0,null,null,4,"div",[["class","nuv-timeline-with-carousel__item-milestone tiaa"]],null,null,null,null,null)),(n()(),r(4,0,null,null,3,"div",[["class","nuv-timeline-with-carousel__item-milestone-content"]],null,null,null,null,null)),(n()(),r(5,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(6,null,[" "," "])),(n()(),r(7,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){var i=w(t,1,0,n(t,2,0,f(t.parent.parent,0),t.parent.context.$implicit.title));n(t,1,0,i);n(t,6,0,t.parent.context.$implicit.date);n(t,7,0,t.parent.context.$implicit.description)})}function vdr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ldr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(16777216,null,null,1,null,adr)),u(4,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,"A"==t.context.$implicit.boxtype);n(t,4,0,"B"==t.context.$implicit.boxtype)},null)}function ydr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-timeline-with-carousel__item-milestone-content"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(3,null,[" "," "])),(n()(),r(4,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,3,0,t.parent.context.$implicit.boxA.date);n(t,4,0,t.parent.context.$implicit.boxA.description)})}function pdr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[["class","nuv-timeline-with-carousel__item-milestone-content"]],null,null,null,null,null)),(n()(),o(-1,null,[" "]))],null,null)}function wdr(n){return e(0,[(n()(),r(0,0,null,null,4,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,3,"div",[["class","nuv-timeline-with-carousel__item-milestone-content tiaa"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"h6",[],null,null,null,null,null)),(n()(),o(3,null,[" "," "])),(n()(),r(4,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null))],null,function(n,t){n(t,3,0,t.parent.context.$implicit.boxB.date);n(t,4,0,t.parent.context.$implicit.boxB.description)})}function bdr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),r(1,0,null,null,1,"div",[["class","nuv-timeline-with-carousel__item-milestone-content tiaa"]],null,null,null,null,null)),(n()(),o(-1,null,[" "]))],null,null)}function kdr(n){return e(0,[(n()(),r(0,0,null,null,6,"div",[["class","nuv-timeline-with-carousel__item-milestone-wrapper"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ydr)),u(2,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["emptyBoxA",2]],null,0,null,pdr)),(n()(),s(16777216,null,null,1,null,wdr)),u(5,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(n()(),s(0,[["emptyBoxB",2]],null,0,null,bdr))],function(n,t){n(t,2,0,!t.context.$implicit.boxA.isEmptyBox,f(t,3));n(t,5,0,!t.context.$implicit.boxB.isEmptyBox,f(t,6))},null)}function ddr(n){return e(0,[(n()(),r(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,kdr)),u(2,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),s(0,null,null,0))],function(n,t){n(t,2,0,t.component.TimelineCarousel.timelineBlocks)},null)}function gdr(n){return e(0,[it(0,lr,[gi]),(n()(),r(1,0,null,null,15,"div",[["class","nuv-timeline-with-carousel"]],null,null,null,null,null)),(n()(),r(2,0,null,null,1,"h3",[["class","nuv-timeline-with-carousel__title no-outline"]],null,null,null,null,null)),(n()(),o(3,null,[" "," "])),(n()(),r(4,0,null,null,2,"div",[["class","nuv-timeline-with-carousel__item mobile-timeline"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,vdr)),u(6,278528,null,0,p,[h,c,a],{ngForOf:[0,"ngForOf"]},null),(n()(),r(7,0,null,null,9,"div",[["class","nuv-timeline-with-carousel__item desktop-timeline"]],null,null,null,null,null)),(n()(),r(8,0,null,null,4,"div",[["class","nuv-timeline-with-carousel__item-title-container"]],null,null,null,null,null)),(n()(),r(9,0,null,null,1,"div",[["class","nuv-timeline-with-carousel__item-title"]],null,null,null,null,null)),(n()(),o(10,null,[" "," "])),(n()(),r(11,0,null,null,1,"div",[["class","nuv-timeline-with-carousel__item-title tiaa"]],null,null,null,null,null)),(n()(),o(12,null,[" "," "])),(n()(),r(13,0,null,null,2,"div",[["class","nuv-timeline-with-carousel__item-milestone-container"]],null,null,null,null,null)),(n()(),s(16777216,null,null,1,null,ddr)),u(15,16384,null,0,l,[h,c],{ngIf:[0,"ngIf"]},null),(n()(),r(16,0,null,null,0,"div",[["class","nuv-timeline-with-carousel__item-dots-container"]],null,null,null,null,null))],function(n,t){var i=t.component;n(t,6,0,i.TimelineCarousel.timelineBlocksMobile);n(t,15,0,i.TimelineCarousel.timelineBlocks)},function(n,t){var i=t.component;n(t,3,0,i.TimelineCarousel.moduleTitle);n(t,10,0,i.TimelineCarousel.boxATitle);n(t,12,0,i.TimelineCarousel.boxBTitle)})}function ngr(n){return e(0,[(n()(),r(0,0,null,null,1,"app-timeline-with-carousel",[],null,null,null,gdr,gnt)),u(1,114688,null,0,rot,[],null,null)],function(n,t){n(t,1,0)},null)}function dvt(n,t){return void 0===t&&(t=null),{type:2,steps:n,options:t}}function gvt(n){return{type:6,styles:n,offset:null}}function nyt(n){Promise.resolve(null).then(n)}function hn(){return"undefined"!=typeof process}function go(n){switch(n.length){case 0:return new lh;case 1:return n[0];default:return new oit(n)}}function tyt(n,t,i,r,u,f){void 0===u&&(u={});void 0===f&&(f={});var e=[],o=[],s=-1,h=null;if(r.forEach(function(n){var r=n.offset,c=r==s,i=c&&h||{};Object.keys(n).forEach(function(r){var s=r,o=n[r];if("offset"!==r)switch(s=t.normalizePropertyName(s,e),o){case"!":o=u[r];break;case"*":o=f[r];break;default:o=t.normalizeStyleValue(r,s,o,e)}i[s]=o});c||o.push(i);h=i;s=r}),e.length)throw new Error("Unable to animate due to the following errors:\n - "+e.join("\n - "));return o}function cn(n,t,i,r){switch(t){case"start":n.onStart(function(){return r(i&&ln(i,"start",n))});break;case"done":n.onDone(function(){return r(i&&ln(i,"done",n))});break;case"destroy":n.onDestroy(function(){return r(i&&ln(i,"destroy",n))})}}function ln(n,t,i){var r=i.totalTime,u=an(n.element,n.triggerName,n.fromState,n.toState,t||n.phaseName,null==r?n.totalTime:r,!!i.disabled),f=n._data;return null!=f&&(u._data=f),u}function an(n,t,i,r,u,f,e){return void 0===u&&(u=""),void 0===f&&(f=0),{element:n,triggerName:t,fromState:i,toState:r,phaseName:u,totalTime:f,disabled:!!e}}function pu(n,t,i){var r;return n instanceof Map?(r=n.get(t))||n.set(t,r=i):(r=n[t])||(r=n[t]=i),r}function iyt(n){var t=n.indexOf(":");return[n.substring(1,t),n.substr(t+1)]}function vn(n){fs||(fs=("undefined"!=typeof document?document.body:null)||{},hit=!!fs.style&&"WebkitAppearance"in fs.style);var t=!0;return fs.style&&!function(n){return"ebkit"==n.substring(1,6)}(n)&&!(t=n in fs.style)&&hit&&(t="Webkit"+n.charAt(0).toUpperCase()+n.substr(1)in fs.style),t}function ryt(n){var t={};return Object.keys(n).forEach(function(i){var r=i.replace(/([a-z])([A-Z])/g,"$1-$2");t[r]=n[i]}),t}function rh(n){if("number"==typeof n)return n;var t=n.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:yn(parseFloat(t[1]),t[2])}function yn(n,t){switch(t){case"s":return 1e3*n;default:return n}}function gp(n,t,i){return n.hasOwnProperty("duration")?n:function(n,t,i){var u,e=0,h="",r,o,s,f,c;if("string"==typeof n){if(r=n.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i),null===r)return t.push('The provided timing value "'+n+'" is invalid.'),{duration:0,delay:0,easing:""};u=yn(parseFloat(r[1]),r[2]);o=r[3];null!=o&&(e=yn(parseFloat(o),r[4]));s=r[5];s&&(h=s)}else u=n;return i||(f=!1,c=t.length,u<0&&(t.push("Duration values below 0 are not allowed for this animation step."),f=!0),e<0&&(t.push("Delay values below 0 are not allowed for this animation step."),f=!0),f&&t.splice(c,0,'The provided timing value "'+n+'" is invalid.')),{duration:u,delay:e,easing:h}}(n,t,i)}function kc(n,t){return void 0===t&&(t={}),Object.keys(n).forEach(function(i){t[i]=n[i]}),t}function dc(n,t,i){if(void 0===i&&(i={}),t)for(var r in n)i[r]=n[r];else kc(n,i);return i}function uyt(n,t,i){return i?t+":"+i+";":""}function fyt(n){for(var t,i="",r=0;r<n.style.length;r++)i+=uyt(0,t=n.style.item(r),n.style.getPropertyValue(t));for(t in n.style)n.style.hasOwnProperty(t)&&!t.startsWith("_")&&(i+=uyt(0,t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),n.style[t]));n.setAttribute("style",i)}function se(n,t,i){n.style&&(Object.keys(t).forEach(function(r){var u=pn(r);i&&!i.hasOwnProperty(r)&&(i[r]=n.style[u]);n.style[u]=t[r]}),hn()&&fyt(n))}function uh(n,t){n.style&&(Object.keys(t).forEach(function(t){var i=pn(t);n.style[i]=""}),hn()&&fyt(n))}function ya(n){return Array.isArray(n)?1==n.length?n[0]:dvt(n):n}function eyt(n){var i=[],r,t;if("string"==typeof n){for(r=n.toString(),t=void 0;t=kw.exec(r);)i.push(t[1]);kw.lastIndex=0}return i}function nw(n,t,i){var r=n.toString(),u=r.replace(kw,function(n,r){var u=t[r];return t.hasOwnProperty(r)||(i.push("Please provide a value for the animation param "+r),u=""),u.toString()});return u==r?n:u}function tw(n){for(var i=[],t=n.next();!t.done;)i.push(t.value),t=n.next();return i}function pn(n){return n.replace(tti,function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t[1].toUpperCase()})}function oyt(n,t){return 0===n||0===t}function syt(n,t,i){var e=Object.keys(i),f,r,o,u;if(e.length&&t.length&&(f=t[0],r=[],e.forEach(function(n){f.hasOwnProperty(n)||r.push(n);f[n]=i[n]}),r.length))for(o=function(){var i=t[u];r.forEach(function(t){i[t]=wn(n,t)})},u=1;u<t.length;u++)o();return t}function wu(n,t,i){switch(t.type){case 7:return n.visitTrigger(t,i);case 0:return n.visitState(t,i);case 1:return n.visitTransition(t,i);case 2:return n.visitSequence(t,i);case 3:return n.visitGroup(t,i);case 4:return n.visitAnimate(t,i);case 5:return n.visitKeyframes(t,i);case 6:return n.visitStyle(t,i);case 8:return n.visitReference(t,i);case 9:return n.visitAnimateChild(t,i);case 10:return n.visitAnimateRef(t,i);case 11:return n.visitQuery(t,i);case 12:return n.visitStagger(t,i);default:throw new Error("Unable to resolve animation metadata node #"+t.type);}}function wn(n,t){return window.getComputedStyle(n)[t]}function hyt(n,t){var i=iv.has(n)||rv.has(n),r=iv.has(t)||rv.has(t);return function(u,f){var e="*"==n||n==u,o="*"==t||t==f;return!e&&i&&"boolean"==typeof u&&(e=u?iv.has(n):rv.has(n)),!o&&r&&"boolean"==typeof f&&(o=f?iv.has(t):rv.has(t)),e&&o}}function cyt(n,t,i){return new rti(n).build(t,i)}function iw(n){return!Array.isArray(n)&&"object"==typeof n}function fh(n){var t;return n?(n=kc(n)).params&&(n.params=(t=n.params)?kc(t):null):n={},n}function bn(n,t,i){return{duration:n,delay:t,easing:i}}function kn(n,t,i,r,u,f,e,o){return void 0===e&&(e=null),void 0===o&&(o=!1),{type:1,element:n,keyframes:t,preStyleProps:i,postStyleProps:r,duration:u,delay:f,totalTime:u+f,easing:e,subTimeline:o}}function lyt(n,t,i,r,u,f,e,o,s,h){return void 0===f&&(f={}),void 0===e&&(e={}),void 0===h&&(h=[]),(new wau).buildKeyframes(n,t,i,r,u,f,e,o,s,h)}function ayt(n,t){void 0===t&&(t=3);var i=Math.pow(10,t-1);return Math.round(n*i)/i}function tgr(n){var t={};return n.forEach(function(n){return t[n]=!0}),t}function vyt(n,t,i,r,u,f,e,o,s,h,c,l,a){return{type:0,element:n,triggerName:t,isRemovalTransition:u,fromState:i,fromStyles:f,toState:r,toStyles:e,timelines:o,queriedElements:s,preStyleProps:h,postStyleProps:c,totalTime:l,errors:a}}function yyt(n,t,i){n.hasOwnProperty(t)?n.hasOwnProperty(i)||(n[i]=n[t]):n.hasOwnProperty(i)&&(n[t]=n[i])}function rw(n){return n&&1===n.nodeType}function pyt(n,t){var i=n.style.display;return n.style.display=null!=t?t:"none",i}function wyt(n,t,i,r,u){var e=[],f,o;return i.forEach(function(n){return e.push(pyt(n))}),f=[],r.forEach(function(i,r){var e={};i.forEach(function(n){var i=e[n]=t.computeStyle(r,n,u);i&&0!=i.length||(r.__ng_removed=evu,f.push(r))});n.set(r,e)}),o=0,i.forEach(function(n){return pyt(n,e[o++])}),f}function byt(n,t){var i=new Map,u,r;return(n.forEach(function(n){return i.set(n,[])}),0==t.length)?i:(u=new Set(t),r=new Map,t.forEach(function(n){var t=function n(t){var f,e;return t?(f=r.get(t),f)?f:(e=t.parentNode,f=i.has(e)?e:u.has(e)?1:n(e),r.set(t,f),f):1}(n);1!==t&&i.get(t).push(n)}),i)}function uf(n,t){if(n.classList)n.classList.add(t);else{var i=n.$$classes;i||(i=n.$$classes={});i[t]=!0}}function gc(n,t){if(n.classList)n.classList.remove(t);else{var i=n.$$classes;i&&delete i[t]}}function igr(n,t,i){go(i).onDone(function(){return n.processLeaveNode(t)})}function kyt(n,t,i){var r=i.get(n),u;return r?(u=t.get(n),u?r.forEach(function(n){return u.add(n)}):t.set(n,r),i.delete(n),!0):!1}function dyt(n,t){var i=null,r=null;return Array.isArray(t)&&t.length?(i=dn(t[0]),t.length>1&&(r=dn(t[t.length-1]))):t&&(i=dn(t)),i||r?new fti(n,i,r):null}function dn(n){for(var t,i=null,u=Object.keys(n),r=0;r<u.length;r++)t=u[r],rgr(t)&&((i=i||{})[t]=n[t]);return i}function rgr(n){return"display"===n||"position"===n}function gyt(n,t,i){uw(n,"PlayState",i,npt(n,t))}function npt(n,t){var i=ntt(n,"");return i.indexOf(",")>0?gn(i.split(","),t):gn([i],t)}function gn(n,t){for(var i=0;i<n.length;i++)if(n[i].indexOf(t)>=0)return i;return-1}function tpt(n,t,i){i?n.removeEventListener("animationend",t):n.addEventListener("animationend",t)}function uw(n,t,i,r){var e="animation"+t,u,f;null!=r&&(u=n.style[e],u.length&&(f=u.split(","),f[r]=i,i=f.join(",")));n.style[e]=i}function ntt(n,t){return n.style["animation"+t]}function ipt(){return"undefined"!=typeof window&&void 0!==window.document&&Element.prototype.animate||{}}function rpt(n,t,i,r,u){return n.setProperty(t,"@@"+i+":"+r,u)}function ugr(){return"function"==typeof ipt()?new cvu:new doi}function fgr(){return new dau}function egr(n,t,i){return new yvu(n,t,i)}function ogr(n,t){void 0===n&&(n=kvu);var i=vt({},n);switch(t.type){case du.LoadData:i[t.payload.url]=i[t.payload.url]||void 0;break;case du.LoadDataError:i[t.payload.url]={};break;case du.LoadDataNoFetch:t.payload.updatePageData&&(i.pageData=i[t.payload.url]);break;case du.LoadDataSuccess:i[t.payload.url]=t.payload.data;t.payload.updatePageData&&(i.pageData=t.payload.data)}return i}function sgr(n,t){var f,i,e,r,o,u,s;void 0===n&&(n=oti);f=vt({},n);i=vt({},n[t.tableId]);switch(t.type){case cr.InitializeTableData:i=vt({},t.payload,i);break;case cr.UpdateTableUrl:i.apiOverrideUrl=t.url;break;case cr.UpdateUrlToken:e=vt({},i.tokens);e[t.token]=t.value;i.tokens=e;break;case cr.UpdateSingleSelectFilter:r=t.payload;o=vt({},i.singleSelectFilters);o[r.filterId]=r;i.singleSelectFilters=o;break;case cr.UpdateMultiSelectFilter:r=t.payload;(u=vt({},i.multiSelectFilters))[r.filterId]=r;i.multiSelectFilters=u;break;case cr.RemoveMultiSelectFilterValue:u=vt({},i.multiSelectFilters);(r=vt({},u[t.appliedFilter.filterId])).appliedFilters=r.appliedFilters.filter(function(n){return n.value!==t.appliedFilter.value});u[r.filterId]=r;i.multiSelectFilters=u;break;case cr.UpdateDateSelectFilter:r=t.payload;s=vt({},i.dateSelectFilters);s[r.filterId]=r;i.dateSelectFilters=s;break;case cr.ResetFilters:i.multiSelectFilters={}}return f[t.tableId]=i,f}var ttt,vt,ns,pa,tu,itt,ff,ii,nl,rtt,wa,utt,ftt,ts,upt,fpt,ept,opt,ett,spt,hpt,eh,ott,cpt,lpt,is,stt,apt,htt,oh,ctt,ti,bu,fw,vpt,ltt,ypt,ppt,wpt,bpt,kpt,tl,dpt,il,gpt,ew,iu,att,ba,rl,ow,he,sw,nwt,twt,gt,hw,ka,vtt,da,cw,lw,ga,aw,iwt,vw,ytt,ot,rwt,vi,uwt,hu,to,fwt,io,ewt,owt,swt,hwt,cwt,nv,lwt,awt,vwt,ywt,yi,pi,ro,uo,ce,le,ul,fl,sh,hh,pwt,wwt,ptt,wtt,btt,ktt,bwt,kwt,rs,us,dtt,gtt,nit,dwt,gwt,nbt,tbt,ibt,tit,iit,rbt,ubt,fbt,ebt,obt,sbt,hbt,cbt,lbt,abt,vbt,ybt,pbt,wbt,bbt,kbt,ch,dbt,gbt,nkt,tkt,ikt,rkt,ukt,fkt,ekt,okt,skt,hkt,ckt,lkt,akt,vkt,ykt,tv,yw,pw,pkt,wkt,bkt,kkt,dkt,gkt,ndt,tdt,idt,rdt,udt,fdt,edt,odt,sdt,hdt,cdt,ldt,adt,vdt,ydt,pdt,wdt,bdt,kdt,ddt,gdt,ngt,tgt,igt,rgt,ugt,rit,uit,ww,bw,fgt,egt,ogt,sgt,hgt,cgt,lgt,fit,agt,vgt,ygt,pgt,wgt,bgt,kgt,dgt,ggt,nnt,tnt,int,rnt,unt,fnt,ent,eit,ont,snt,hnt,cnt,lnt,ant,vnt,ynt,pnt,wnt,bnt,knt,dnt,gnt,lh,oit,el,sit,fs,hit,nti,cit,kw,tti,iv,rv,iti,rti,uti,dw,fti,eti,oti,gw,sti;i.r(t);ttt=function(n,t){return(ttt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i])})(n,t)};vt=function(){return(vt=Object.assign||function(n){for(var i,t,r=1,u=arguments.length;r<u;r++)for(t in i=arguments[r])Object.prototype.hasOwnProperty.call(i,t)&&(n[t]=i[t]);return n}).apply(this,arguments)};ns=function(){return Array.isArray||function(n){return n&&"number"==typeof n.length}}();pa=function(){function n(n){return Error.call(this),this.message=n?n.length+" errors occurred during unsubscription:\n"+n.map(function(n,t){return t+1+") "+n.toString()}).join("\n  "):"",this.name="UnsubscriptionError",this.errors=n,this}return n.prototype=Object.create(Error.prototype),n}();tu=function(){function n(n){this.closed=!1;this._parentOrParents=null;this._subscriptions=null;n&&(this._unsubscribe=n)}return n.prototype.unsubscribe=function(){var t,i,o,f;if(!this.closed){var u=this._parentOrParents,s=this._unsubscribe,e=this._subscriptions;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,u instanceof n)u.remove(this);else if(null!==u)for(i=0;i<u.length;++i)u[i].remove(this);if(oc(s))try{s.call(this)}catch(r){t=r instanceof pa?lst(r.errors):[r]}if(ns(e))for(i=-1,o=e.length;++i<o;)if(f=e[i],ak(f))try{f.unsubscribe()}catch(r){t=t||[];r instanceof pa?t=t.concat(lst(r.errors)):t.push(r)}if(t)throw new pa(t);}},n.prototype.add=function(t){var i=t,f,r,u;if(!t)return n.EMPTY;switch(typeof t){case"function":i=new n(t);case"object":if(i===this||i.closed||"function"!=typeof i.unsubscribe)return i;if(this.closed)return i.unsubscribe(),i;i instanceof n||(f=i,(i=new n)._subscriptions=[f]);break;default:throw new Error("unrecognized teardown "+t+" added to Subscription.");}if(r=i._parentOrParents,null===r)i._parentOrParents=this;else if(r instanceof n){if(r===this)return i;i._parentOrParents=[r,this]}else{if(-1!==r.indexOf(this))return i;r.push(this)}return u=this._subscriptions,null===u?this._subscriptions=[i]:u.push(i),i},n.prototype.remove=function(n){var t=this._subscriptions,i;t&&(i=t.indexOf(n),-1!==i&&t.splice(i,1))},n.EMPTY=function(n){return n.closed=!0,n}(new n),n}();itt=!1;ff={Promise:void 0,set useDeprecatedSynchronousErrorHandling(n){itt=n},get useDeprecatedSynchronousErrorHandling(){return itt}};var nb={closed:!0,next:function(){},error:function(n){if(ff.useDeprecatedSynchronousErrorHandling)throw n;sc(n)},complete:function(){}},tb=function(){return"function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}(),fr=function(n){function t(i,r,u){var f=n.call(this)||this;switch(f.syncErrorValue=null,f.syncErrorThrown=!1,f.syncErrorThrowable=!1,f.isStopped=!1,arguments.length){case 0:f.destination=nb;break;case 1:if(!i){f.destination=nb;break}if("object"==typeof i){i instanceof t?(f.syncErrorThrowable=i.syncErrorThrowable,f.destination=i,i.add(f)):(f.syncErrorThrowable=!0,f.destination=new hti(f,i));break}default:f.syncErrorThrowable=!0;f.destination=new hti(f,i,r,u)}return f}return b(t,n),t.prototype[tb]=function(){return this},t.create=function(n,i,r){var u=new t(n,i,r);return u.syncErrorThrowable=!1,u},t.prototype.next=function(n){this.isStopped||this._next(n)},t.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this))},t.prototype._next=function(n){this.destination.next(n)},t.prototype._error=function(n){this.destination.error(n);this.unsubscribe()},t.prototype._complete=function(){this.destination.complete();this.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var n=this._parentOrParents;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=n,this},t}(tu),hti=function(n){function t(t,i,r,u){var o,f=n.call(this)||this,e;return f._parentSubscriber=t,e=f,oc(i)?o=i:i&&(o=i.next,r=i.error,u=i.complete,i!==nb&&(oc((e=Object.create(i)).unsubscribe)&&f.add(e.unsubscribe.bind(e)),e.unsubscribe=f.unsubscribe.bind(f))),f._context=e,f._next=o,f._error=r,f._complete=u,f}return b(t,n),t.prototype.next=function(n){if(!this.isStopped&&this._next){var t=this._parentSubscriber;ff.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?this.__tryOrSetError(t,this._next,n)&&this.unsubscribe():this.__tryOrUnsub(this._next,n)}},t.prototype.error=function(n){if(!this.isStopped){var t=this._parentSubscriber,i=ff.useDeprecatedSynchronousErrorHandling;if(this._error)i&&t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,n),this.unsubscribe()):(this.__tryOrUnsub(this._error,n),this.unsubscribe());else if(t.syncErrorThrowable)i?(t.syncErrorValue=n,t.syncErrorThrown=!0):sc(n),this.unsubscribe();else{if(this.unsubscribe(),i)throw n;sc(n)}}},t.prototype.complete=function(){var i=this,n,t;this.isStopped||(n=this._parentSubscriber,this._complete?(t=function(){return i._complete.call(i._context)},ff.useDeprecatedSynchronousErrorHandling&&n.syncErrorThrowable?(this.__tryOrSetError(n,t),this.unsubscribe()):(this.__tryOrUnsub(t),this.unsubscribe())):this.unsubscribe())},t.prototype.__tryOrUnsub=function(n,t){try{n.call(this._context,t)}catch(i){if(this.unsubscribe(),ff.useDeprecatedSynchronousErrorHandling)throw i;sc(i)}},t.prototype.__tryOrSetError=function(n,t,i){if(!ff.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{t.call(this._context,i)}catch(r){return ff.useDeprecatedSynchronousErrorHandling?(n.syncErrorValue=r,n.syncErrorThrown=!0,!0):(sc(r),!0)}return!1},t.prototype._unsubscribe=function(){var n=this._parentSubscriber;this._context=null;this._parentSubscriber=null;n.unsubscribe()},t}(fr),uv=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();ii=function(){function n(n){this._isScalar=!1;n&&(this._subscribe=n)}return n.prototype.lift=function(t){var i=new n;return i.source=this,i.operator=t,i},n.prototype.subscribe=function(n,t,i){var u=this.operator,r=function(n,t,i){if(n){if(n instanceof fr)return n;if(n[tb])return n[tb]()}return n||t||i?new fr(n,t,i):new fr(nb)}(n,t,i);if(r.add(u?u.call(r,this.source):this.source||ff.useDeprecatedSynchronousErrorHandling&&!r.syncErrorThrowable?this._subscribe(r):this._trySubscribe(r)),ff.useDeprecatedSynchronousErrorHandling&&r.syncErrorThrowable&&(r.syncErrorThrowable=!1,r.syncErrorThrown))throw r.syncErrorValue;return r},n.prototype._trySubscribe=function(n){try{return this._subscribe(n)}catch(t){ff.useDeprecatedSynchronousErrorHandling&&(n.syncErrorThrown=!0,n.syncErrorValue=t),function(n){for(;n;){var t=n.destination;if(n.closed||n.isStopped)return!1;n=t&&t instanceof fr?t:null}return!0}(n)?n.error(t):console.warn(t)}},n.prototype.forEach=function(n,t){var i=this;return new(t=vst(t))(function(t,r){var u=i.subscribe(function(t){try{n(t)}catch(i){r(i);u&&u.unsubscribe()}},r,t)})},n.prototype._subscribe=function(n){var t=this.source;return t&&t.subscribe(n)},n.prototype[uv]=function(){return this},n.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return 0===t.length?this:rsi(t)(this)},n.prototype.toPromise=function(n){var t=this;return new(n=vst(n))(function(n,i){var r;t.subscribe(function(n){return r=n},function(n){return i(n)},function(){return n(r)})})},n.create=function(t){return new n(t)},n}();var ol=function(){function n(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return n.prototype=Object.create(Error.prototype),n}(),hgr=function(n){function t(t,i){var r=n.call(this)||this;return r.subject=t,r.subscriber=i,r.closed=!1,r}return b(t,n),t.prototype.unsubscribe=function(){var t,n,i;this.closed||(this.closed=!0,t=this.subject,n=t.observers,(this.subject=null,!n||0===n.length||t.isStopped||t.closed)||(i=n.indexOf(this.subscriber),-1!==i&&n.splice(i,1)))},t}(tu),cti=function(n){function t(t){var i=n.call(this,t)||this;return i.destination=t,i}return b(t,n),t}(fr),fo=function(n){function t(){var t=n.call(this)||this;return t.observers=[],t.closed=!1,t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return b(t,n),t.prototype[tb]=function(){return new cti(this)},t.prototype.lift=function(n){var t=new lti(this,this);return t.operator=n,t},t.prototype.next=function(n){if(this.closed)throw new ol;if(!this.isStopped)for(var i=this.observers,r=i.length,u=i.slice(),t=0;t<r;t++)u[t].next(n)},t.prototype.error=function(n){if(this.closed)throw new ol;this.hasError=!0;this.thrownError=n;this.isStopped=!0;for(var i=this.observers,r=i.length,u=i.slice(),t=0;t<r;t++)u[t].error(n);this.observers.length=0},t.prototype.complete=function(){if(this.closed)throw new ol;this.isStopped=!0;for(var t=this.observers,i=t.length,r=t.slice(),n=0;n<i;n++)r[n].complete();this.observers.length=0},t.prototype.unsubscribe=function(){this.isStopped=!0;this.closed=!0;this.observers=null},t.prototype._trySubscribe=function(t){if(this.closed)throw new ol;return n.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(n){if(this.closed)throw new ol;return this.hasError?(n.error(this.thrownError),tu.EMPTY):this.isStopped?(n.complete(),tu.EMPTY):(this.observers.push(n),new hgr(this,n))},t.prototype.asObservable=function(){var n=new ii;return n.source=this,n},t.create=function(n,t){return new lti(n,t)},t}(ii),lti=function(n){function t(t,i){var r=n.call(this)||this;return r.destination=t,r.source=i,r}return b(t,n),t.prototype.next=function(n){var t=this.destination;t&&t.next&&t.next(n)},t.prototype.error=function(n){var t=this.destination;t&&t.error&&this.destination.error(n)},t.prototype.complete=function(){var n=this.destination;n&&n.complete&&this.destination.complete()},t.prototype._subscribe=function(n){return this.source?this.source.subscribe(n):tu.EMPTY},t}(fo);nl=function(n){function t(t,i,r){var u=n.call(this)||this;return u.parent=t,u.outerValue=i,u.outerIndex=r,u.index=0,u}return b(t,n),t.prototype._next=function(n){this.parent.notifyNext(this.outerValue,n,this.outerIndex,this.index++,this)},t.prototype._error=function(n){this.parent.notifyError(n,this);this.unsubscribe()},t.prototype._complete=function(){this.parent.notifyComplete(this);this.unsubscribe()},t}(fr);rtt=function(n){return function(t){for(var i=0,r=n.length;i<r&&!t.closed;i++)t.next(n[i]);t.complete()}};wa=usi();utt=function(n){return n&&"number"==typeof n.length&&"function"!=typeof n};ftt=function(n){if(n&&"function"==typeof n[uv])return r=n,function(n){var t=r[uv]();if("function"!=typeof t.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return t.subscribe(n)};if(utt(n))return rtt(n);if(yst(n))return i=n,function(n){return i.then(function(t){n.closed||(n.next(t),n.complete())},function(t){return n.error(t)}).then(null,sc),n};if(n&&"function"==typeof n[wa])return t=n,function(n){for(var r,i=t[wa]();;){if(r=i.next(),r.done){n.complete();break}if(n.next(r.value),n.closed)break}return"function"==typeof i.return&&n.add(function(){i.return&&i.return()}),n};var t,i,r,u=ak(n)?"an invalid object":"'"+n+"'";throw new TypeError("You provided "+u+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.");};ts=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.notifyNext=function(n,t){this.destination.next(t)},t.prototype.notifyError=function(n){this.destination.error(n)},t.prototype.notifyComplete=function(){this.destination.complete()},t}(fr);upt=function(){function n(n,t){this.project=n;this.thisArg=t}return n.prototype.call=function(n,t){return t.subscribe(new fpt(n,this.project,this.thisArg))},n}();fpt=function(n){function t(t,i,r){var u=n.call(this,t)||this;return u.project=i,u.count=0,u.thisArg=r||u,u}return b(t,n),t.prototype._next=function(n){var t;try{t=this.project.call(this.thisArg,n,this.count++)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(fr);ept=function(){function n(n,t){void 0===t&&(t=Number.POSITIVE_INFINITY);this.project=n;this.concurrent=t}return n.prototype.call=function(n,t){return t.subscribe(new opt(n,this.project,this.concurrent))},n}();opt=function(n){function t(t,i,r){void 0===r&&(r=Number.POSITIVE_INFINITY);var u=n.call(this,t)||this;return u.project=i,u.concurrent=r,u.hasCompleted=!1,u.buffer=[],u.active=0,u.index=0,u}return b(t,n),t.prototype._next=function(n){this.active<this.concurrent?this._tryNext(n):this.buffer.push(n)},t.prototype._tryNext=function(n){var t,i=this.index++;try{t=this.project(n,i)}catch(r){return void this.destination.error(r)}this.active++;this._innerSub(t,n,i)},t.prototype._innerSub=function(n,t,i){var r=new nl(this,t,i),f=this.destination,u;f.add(r);u=ks(this,n,void 0,void 0,r);u!==r&&f.add(u)},t.prototype._complete=function(){this.hasCompleted=!0;0===this.active&&0===this.buffer.length&&this.destination.complete();this.unsubscribe()},t.prototype.notifyNext=function(n,t){this.destination.next(t)},t.prototype.notifyComplete=function(n){var t=this.buffer;this.remove(n);this.active--;t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},t}(ts);var cgr=function(){function n(n){this.connectable=n}return n.prototype.call=function(n,t){var r=this.connectable,i,u;return r._refCount++,i=new lgr(n,r),u=t.subscribe(i),i.closed||(i.connection=r.connect()),u},n}(),lgr=function(n){function t(t,i){var r=n.call(this,t)||this;return r.connectable=i,r}return b(t,n),t.prototype._unsubscribe=function(){var n=this.connectable,t,r,i;n?(this.connectable=null,t=n._refCount,t<=0?this.connection=null:(n._refCount=t-1,t>1)?this.connection=null:(r=this.connection,i=n._connection,this.connection=null,!i||r&&i!==r||i.unsubscribe())):this.connection=null},t}(fr),agr=function(n){function t(t,i){var r=n.call(this)||this;return r.source=t,r.subjectFactory=i,r._refCount=0,r._isComplete=!1,r}return b(t,n),t.prototype._subscribe=function(n){return this.getSubject().subscribe(n)},t.prototype.getSubject=function(){var n=this._subject;return n&&!n.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype.connect=function(){var n=this._connection;return n||(this._isComplete=!1,(n=this._connection=new tu).add(this.source.subscribe(new ygr(this.getSubject(),this))),n.closed&&(this._connection=null,n=tu.EMPTY)),n},t.prototype.refCount=function(){return wst()(this)},t}(ii),vgr=function(){var n=agr.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:n._subscribe},_isComplete:{value:n._isComplete,writable:!0},getSubject:{value:n.getSubject},connect:{value:n.connect},refCount:{value:n.refCount}}}(),ygr=function(n){function t(t,i){var r=n.call(this,t)||this;return r.connectable=i,r}return b(t,n),t.prototype._error=function(t){this._unsubscribe();n.prototype._error.call(this,t)},t.prototype._complete=function(){this.connectable._isComplete=!0;this._unsubscribe();n.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var n=this.connectable,t;n&&(this.connectable=null,t=n._connection,n._refCount=0,n._subject=null,n._connection=null,t&&t.unsubscribe())},t}(cti);ett=ke({ngInjectableDef:ke});var ri=function(){function n(n,t){this._desc=n;this.ngMetadataName="InjectionToken";this.ngInjectableDef=void 0!==t?ou({providedIn:t.providedIn||"root",factory:t.factory}):void 0}return n.prototype.toString=function(){return"InjectionToken "+this._desc},n}(),sl="__annotations__",hl="__parameters__",pgr="undefined"!=typeof window&&window,wgr="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,cu="undefined"!=typeof global&&global||pgr||wgr,bgr=Promise.resolve(0),ib=null;spt=ke({__forward_ref__:ke});var es=function(n){return n[n.Emulated=0]="Emulated",n[n.Native=1]="Native",n[n.None=2]="None",n[n.ShadowDom=3]="ShadowDom",n}({}),rb=ry("Inject",function(n){return{token:n}}),ah=ry("Optional"),lit=ry("Self"),fv=ry("SkipSelf"),ru=function(n){return n[n.Default=0]="Default",n[n.Host=1]="Host",n[n.Self=2]="Self",n[n.SkipSelf=4]="SkipSelf",n[n.Optional=8]="Optional",n}({}),ev=void 0;hpt=/([A-Z])/g;eh=function(){function n(n){this.wrapped=n}return n.wrap=function(t){return new n(t)},n.unwrap=function(t){return n.isWrapped(t)?t.wrapped:t},n.isWrapped=function(t){return t instanceof n},n}();ott=function(){function n(n,t,i){this.previousValue=n;this.currentValue=t;this.firstChange=i}return n.prototype.isFirstChange=function(){return this.firstChange},n}();var ait={},ov=new ri("INJECTOR"),kgr=function(){function n(){}return n.prototype.get=function(n,t){if(void 0===t&&(t=ait),t===ait)throw new Error("NullInjectorError: No provider for "+sr(n)+"!");return t},n}(),er=function(){function n(){}return n.create=function(n,t){return Array.isArray(n)?new yti(n,t):new yti(n.providers,n.parent,n.name||null)},n.THROW_IF_NOT_FOUND=ait,n.NULL=new kgr,n.ngInjectableDef=ou({providedIn:"any",factory:function(){return su(ov)}}),n.__NG_ELEMENT_ID__=function(){return dgr()},n}(),dgr=gl,ub=function(n){return n},os=[],vit=ub,yit=function(){return Array.prototype.slice.call(arguments)},ati=ke({provide:String,useValue:ke}),vti=er.NULL,ggr=/\n/gm,yti=function(){function n(n,t,i){void 0===t&&(t=vti);void 0===i&&(i=null);this.parent=t;this.source=i;var r=this._records=new Map;r.set(er,{token:er,fn:ub,deps:os,value:this,useNew:!1});r.set(ov,{token:ov,fn:ub,deps:os,value:this,useNew:!1}),function n(t,i){var f,r,o,u,e;if(i)if((i=de(i))instanceof Array)for(f=0;f<i.length;f++)n(t,i[f]);else{if("function"==typeof i)throw na("Function/Class not supported",i);if(!i||"object"!=typeof i||!i.provide)throw na("Unexpected provider",i);if(r=de(i.provide),o=function(n){var f=function(n){var f=os,r=n.deps,e,u,o,s,t,i;if(r&&r.length)for(f=[],e=0;e<r.length;e++){if(u=6,(i=de(r[e]))instanceof Array)for(o=0,s=i;o<s.length;o++)t=s[o],t instanceof ah||t==ah?u|=1:t instanceof fv||t==fv?u&=-3:t instanceof lit||t==lit?u&=-5:i=t instanceof rb?t.token:de(t);f.push({token:i,options:u})}else if(n.useExisting)i=de(n.useExisting),f=[{token:i,options:6}];else if(!r&&!(ati in n))throw na("'deps' required",n);return f}(n),t=ub,r=os,i=!1,u=de(n.provide);if(ati in n)r=n.useValue;else if(n.useFactory)t=n.useFactory;else if(!n.useExisting)if(n.useClass)i=!0,t=de(n.useClass);else{if("function"!=typeof u)throw na("StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable",n);i=!0;t=u}return{deps:f,fn:t,useNew:i,value:r}}(i),!0===i.multi){if(u=t.get(r),u){if(u.fn!==yit)throw tht(r);}else t.set(r,u={token:i.provide,deps:[],useNew:!1,fn:yit,value:os});u.deps.push({token:r=i,options:6})}if(e=t.get(r),e&&e.fn==yit)throw tht(r);t.set(r,o)}}(r,n)}return n.prototype.get=function(n,t,i){var f,u;void 0===i&&(i=ru.Default);f=this._records.get(n);try{return function n(t,i,r,u,f,e){try{return function(t,i,r,u,f,e){var v,o,s;if(!i||e&ru.SkipSelf)e&ru.Self||(o=u.get(t,f,ru.Default));else{if((o=i.value)==vit)throw Error("ɵCircular dependency");if(o===os){i.value=vit;var w=i.useNew,y=i.fn,c=i.deps,h=os;if(c.length)for(h=[],s=0;s<c.length;s++){var l=c[s],a=l.options,p=2&a?r.get(l.token):void 0;h.push(n(l.token,p,r,p||4&a?u:vti,1&a?null:er.THROW_IF_NOT_FOUND,ru.Default))}i.value=o=w?new((v=y).bind.apply(v,kt([void 0],h))):y.apply(void 0,h)}}return o}(t,i,r,u,f,e)}catch(o){throw o instanceof Error||(o=new Error(o)),(o.ngTempTokenPath=o.ngTempTokenPath||[]).unshift(t),i&&i.value==vit&&(i.value=os),o;}}(n,f,this._records,this.parent,t,i)}catch(r){u=r.ngTempTokenPath;throw n.__source&&u.unshift(n.__source),r.message=iht("\n"+r.message,u,this.source),r.ngTokenPath=u,r.ngTempTokenPath=null,r;}},n.prototype.toString=function(){var n=[];return this._records.forEach(function(t,i){return n.push(sr(i))}),"StaticInjector["+n.join(", ")+"]"},n}(),pti=new ri("The presence of this token marks an injector as being the root injector."),nnr=function(){return function(){}}(),pit=function(){return function(){}}(),tnr="ngComponent",inr=function(){function n(){}return n.prototype.resolveComponentFactory=function(n){throw rht(n);},n}(),vh=function(){function n(){}return n.NULL=new inr,n}(),rnr=function(){function n(n,t,i){var r,u;for(this._parent=t,this._ngModule=i,this._factories=new Map,r=0;r<n.length;r++)u=n[r],this._factories.set(u.componentType,u)}return n.prototype.resolveComponentFactory=function(n){var t=this._factories.get(n);if(!t&&this._parent&&(t=this._parent.resolveComponentFactory(n)),!t)throw rht(n);return new wit(t,this._ngModule)},n}(),wit=function(n){function t(t,i){var r=n.call(this)||this;return r.factory=t,r.ngModule=i,r.selector=t.selector,r.componentType=t.componentType,r.ngContentSelectors=t.ngContentSelectors,r.inputs=t.inputs,r.outputs=t.outputs,r}return b(t,n),t.prototype.create=function(n,t,i,r){return this.factory.create(n,t,i,r||this.ngModule)},t}(pit),fb=function(){return function(){}}(),unr=function(){return function(){}}(),v=function(){function n(n){this.nativeElement=n}return n.__NG_ELEMENT_ID__=function(){return fnr(n)},n}(),fnr=gl,enr=function(){return function(){}}(),eb=function(){return function(){}}(),bit=function(n){return n[n.Important=1]="Important",n[n.DashCase=2]="DashCase",n}({}),y=function(){function n(){}return n.__NG_ELEMENT_ID__=function(){return onr()},n}(),onr=gl,yh=function(n){return n[n.NONE=0]="NONE",n[n.HTML=1]="HTML",n[n.STYLE=2]="STYLE",n[n.SCRIPT=3]="SCRIPT",n[n.URL=4]="URL",n[n.RESOURCE_URL=5]="RESOURCE_URL",n}({}),wti=function(){return function(){}}(),snr=new(function(){return function(n){this.full=n;this.major=n.split(".")[0];this.minor=n.split(".")[1];this.patch=n.split(".").slice(2).join(".")}}())("7.2.16"),bti=!0,kti=!1,hnr=function(){function n(n){if(this.defaultDoc=n,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),this.inertBodyElement=this.inertDocument.body,null==this.inertBodyElement){var t=this.inertDocument.createElement("html");this.inertDocument.appendChild(t);this.inertBodyElement=this.inertDocument.createElement("body");t.appendChild(this.inertBodyElement)}this.inertBodyElement.innerHTML='<svg><g onload="this.parentNode.remove()"><\/g><\/svg>';!this.inertBodyElement.querySelector||this.inertBodyElement.querySelector("svg")?(this.inertBodyElement.innerHTML='<svg><p><style><img src="<\/style><img src=x onerror=alert(1)//">',this.getInertBodyElement=this.inertBodyElement.querySelector&&this.inertBodyElement.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(n){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return n.prototype.getInertBodyElement_XHR=function(n){var t,i;n="<body><remove><\/remove>"+n+"<\/body>";try{n=encodeURI(n)}catch(r){return null}return t=new XMLHttpRequest,t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+n,!1),t.send(void 0),i=t.response.body,i.removeChild(i.firstChild),i},n.prototype.getInertBodyElement_DOMParser=function(n){n="<body><remove><\/remove>"+n+"<\/body>";try{var t=(new window.DOMParser).parseFromString(n,"text/html").body;return t.removeChild(t.firstChild),t}catch(i){return null}},n.prototype.getInertBodyElement_InertDocument=function(n){var t=this.inertDocument.createElement("template");return"content"in t?(t.innerHTML=n,t):(this.inertBodyElement.innerHTML=n,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},n.prototype.stripCustomNsAttrs=function(n){for(var i,t,u=n.attributes,r=u.length-1;0<r;r--)i=u.item(r).name,"xmlns:ns1"!==i&&0!==i.indexOf("ns1:")||n.removeAttribute(i);for(t=n.firstChild;t;)t.nodeType===Node.ELEMENT_NODE&&this.stripCustomNsAttrs(t),t=t.nextSibling},n}(),cnr=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,lnr=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i,ob,dti=ge("area,br,col,hr,img,wbr"),gti=ge("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),nii=ge("rp,rt"),anr=ta(nii,gti),tii=ta(dti,ta(gti,ge("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),ta(nii,ge("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),anr),iii=ge("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),rii=ge("srcset"),vnr=ta(iii,rii,ge("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width")),ynr=ge("script,style,template"),pnr=function(){function n(){this.sanitizedSomething=!1;this.buf=[]}return n.prototype.sanitizeChildren=function(n){for(var i,t=n.firstChild,r=!0;t;)if(t.nodeType===Node.ELEMENT_NODE?r=this.startElement(t):t.nodeType===Node.TEXT_NODE?this.chars(t.nodeValue):this.sanitizedSomething=!0,r&&t.firstChild)t=t.firstChild;else for(;t;){if(t.nodeType===Node.ELEMENT_NODE&&this.endElement(t),i=this.checkClobberedElement(t,t.nextSibling),i){t=i;break}t=this.checkClobberedElement(t,t.parentNode)}return this.buf.join("")},n.prototype.startElement=function(n){var r,u=n.nodeName.toLowerCase(),f,i,t;if(!tii.hasOwnProperty(u))return this.sanitizedSomething=!0,!ynr.hasOwnProperty(u);for(this.buf.push("<"),this.buf.push(u),f=n.attributes,i=0;i<f.length;i++){var o=f.item(i),s=o.name,e=s.toLowerCase();vnr.hasOwnProperty(e)?(t=o.value,iii[e]&&(t=fy(t)),rii[e]&&(r=t,t=(r=String(r)).split(",").map(function(n){return fy(n.trim())}).join(", ")),this.buf.push(" ",s,'="',uht(t),'"')):this.sanitizedSomething=!0}return this.buf.push(">"),!0},n.prototype.endElement=function(n){var t=n.nodeName.toLowerCase();tii.hasOwnProperty(t)&&!dti.hasOwnProperty(t)&&(this.buf.push("<\/"),this.buf.push(t),this.buf.push(">"))},n.prototype.chars=function(n){this.buf.push(uht(n))},n.prototype.checkClobberedElement=function(n,t){if(t&&(n.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error("Failed to sanitize html because the element is clobbered: "+n.outerHTML);return t},n}(),wnr=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,bnr=/([^\#-~ |!])/g,ei=function(n){function t(t){void 0===t&&(t=!1);var i=n.call(this)||this;return i.__isAsync=t,i}return b(t,n),t.prototype.emit=function(t){n.prototype.next.call(this,t)},t.prototype.subscribe=function(t,i,r){var u,f=function(){return null},e=function(){return null},o;return t&&"object"==typeof t?(u=this.__isAsync?function(n){setTimeout(function(){return t.next(n)})}:function(n){t.next(n)},t.error&&(f=this.__isAsync?function(n){setTimeout(function(){return t.error(n)})}:function(n){t.error(n)}),t.complete&&(e=this.__isAsync?function(){setTimeout(function(){return t.complete()})}:function(){t.complete()})):(u=this.__isAsync?function(n){setTimeout(function(){return t(n)})}:function(n){t(n)},i&&(f=this.__isAsync?function(n){setTimeout(function(){return i(n)})}:function(n){i(n)}),r&&(e=this.__isAsync?function(){setTimeout(function(){return r()})}:function(){r()})),o=n.prototype.subscribe.call(this,u,f,e),t instanceof tu&&t.add(o),o},t}(fo),c=function(){function n(){}return n.__NG_ELEMENT_ID__=function(){return knr(n,v)},n}(),knr=gl,dnr=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$","g"),gnr=/^url\(([^)]+)\)$/,ntu=Function,ttu=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*arguments\)/,itu=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{/,rtu=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(/,kit=function(){function n(n){this._reflect=n||cu.Reflect}return n.prototype.isReflectionEnabled=function(){return!0},n.prototype.factory=function(n){return function(){for(var i=[],t=0;t<arguments.length;t++)i[t]=arguments[t];return new(n.bind.apply(n,kt([void 0],i)))}},n.prototype._zipTypesAndAnnotations=function(n,t){for(var r=new Array(void 0===n?t.length:n.length),i=0;i<r.length;i++)r[i]=void 0===n?[]:n[i]!=Object?[n[i]]:[],t&&null!=t[i]&&(r[i]=r[i].concat(t[i]));return r},n.prototype._ownParameters=function(n,t){var r=n.toString(),i,u,f;if(ttu.exec(r)||itu.exec(r)&&!rtu.exec(r))return null;if(n.parameters&&n.parameters!==t.parameters)return n.parameters;if(i=n.ctorParameters,i&&i!==t.ctorParameters){var e="function"==typeof i?i():i,o=e.map(function(n){return n&&n.type}),s=e.map(function(n){return n&&gk(n.decorators)});return this._zipTypesAndAnnotations(o,s)}return u=n.hasOwnProperty(hl)&&n[hl],f=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",n),f||u?this._zipTypesAndAnnotations(f,u):new Array(n.length).fill(void 0)},n.prototype.parameters=function(n){if(!dk(n))return[];var t=nd(n),i=this._ownParameters(n,t);return i||t===Object||(i=this.parameters(t)),i||[]},n.prototype._ownAnnotations=function(n,t){if(n.annotations&&n.annotations!==t.annotations){var i=n.annotations;return"function"==typeof i&&i.annotations&&(i=i.annotations),i}return n.decorators&&n.decorators!==t.decorators?gk(n.decorators):n.hasOwnProperty(sl)?n[sl]:null},n.prototype.annotations=function(n){if(!dk(n))return[];var t=nd(n),i=this._ownAnnotations(n,t)||[];return(t!==Object?this.annotations(t):[]).concat(i)},n.prototype._ownPropMetadata=function(n,t){var i,r,u;return n.propMetadata&&n.propMetadata!==t.propMetadata?(i=n.propMetadata,"function"==typeof i&&i.propMetadata&&(i=i.propMetadata),i):n.propDecorators&&n.propDecorators!==t.propDecorators?(r=n.propDecorators,u={},Object.keys(r).forEach(function(n){u[n]=gk(r[n])}),u):n.hasOwnProperty("__prop__metadata__")?n.__prop__metadata__:null},n.prototype.propMetadata=function(n){var i,t,u,r;return dk(n)?(i=nd(n),t={},i!==Object&&(u=this.propMetadata(i),Object.keys(u).forEach(function(n){t[n]=u[n]})),r=this._ownPropMetadata(n,i),r&&Object.keys(r).forEach(function(n){var i=[];t.hasOwnProperty(n)&&i.push.apply(i,kt(t[n]));i.push.apply(i,kt(r[n]));t[n]=i}),t):{}},n.prototype.hasLifecycleHook=function(n,t){return n instanceof ntu&&t in n.prototype},n.prototype.guards=function(){return{}},n.prototype.getter=function(n){return new Function("o","return o."+n+";")},n.prototype.setter=function(n){return new Function("o","v","return o."+n+" = v;")},n.prototype.method=function(n){return new Function("o","args","if (!o."+n+") throw new Error('\""+n+"\" is undefined');\n        return o."+n+".apply(o, args);")},n.prototype.importUri=function(n){return"object"==typeof n&&n.filePath?n.filePath:"./"+sr(n)},n.prototype.resourceUri=function(n){return"./"+sr(n)},n.prototype.resolveIdentifier=function(n,t,i,r){return r},n.prototype.resolveEnum=function(n,t){return n[t]},n}();cpt=ke({provide:String,useValue:ke});lpt=[];var utu=kst("NgModule",function(n){return n},void 0,void 0,function(n,t){return ftu(n,t)}),ftu=function(n,t){var i,r=t&&t.imports||[];t&&t.exports&&(r=kt(r,[t.exports]));n.ngInjectorDef={factory:(i={factory:eht(n,{useClass:n}),providers:t&&t.providers,imports:r}).factory,providers:i.providers||[],imports:i.imports||[]}},uii=kst("Injectable",void 0,void 0,void 0,function(n,t){return etu(n,t)}),etu=function(n,t){t&&void 0!==t.providedIn&&!hc(n)&&(n.ngInjectableDef=ou({providedIn:t.providedIn,factory:eht(n,t)}))};is=function(){function n(){this._console=console}return n.prototype.handleError=function(n){var i=this._findOriginalError(n),r=this._findContext(n),t=function(n){return n.ngErrorLogger||osi}(n);t(this._console,"ERROR",n);i&&t(this._console,"ORIGINAL ERROR",i);r&&t(this._console,"ERROR CONTEXT",r)},n.prototype._findContext=function(n){return n?td(n)?td(n):this._findContext(ey(n)):null},n.prototype._findOriginalError=function(n){for(var t=ey(n);t&&ey(t);)t=ey(t);return t},n}();var dit=new ri("Application Initializer"),sv=function(){function n(n){var t=this;this.appInits=n;this.initialized=!1;this.done=!1;this.donePromise=new Promise(function(n,i){t.resolve=n;t.reject=i})}return n.prototype.runInitializers=function(){var i=this,n,r,t,u;if(!this.initialized){if(n=[],r=function(){i.done=!0;i.resolve()},this.appInits)for(t=0;t<this.appInits.length;t++)u=this.appInits[t](),oy(u)&&n.push(u);Promise.all(n).then(function(){r()}).catch(function(n){i.reject(n)});0===n.length&&r();this.initialized=!0}},n}(),sb=new ri("AppId"),fii=new ri("Platform Initializer"),hv=new ri("Platform ID"),otu=new ri("appBootstrapListener"),git=function(){function n(){}return n.prototype.log=function(n){console.log(n)},n.prototype.warn=function(n){console.warn(n)},n}(),nrt,eii,stu=sy,htu=sy,ctu=sy,ltu=sy,oii=function(){function n(){this.compileModuleSync=stu;this.compileModuleAsync=htu;this.compileModuleAndAllComponentsSync=ctu;this.compileModuleAndAllComponentsAsync=ltu}return n.prototype.clearCache=function(){},n.prototype.clearCacheFor=function(){},n.prototype.getModuleId=function(){},n}(),atu=function(){return function(){}}();stt=hsi();var vtu=stt?function(n,t){return void 0===t&&(t=null),eii.createScope(n,t)}:function(){return csi},ytu=stt?function(n,t){return nrt.leaveScope(n,t),t}:function(n,t){return t},tr=function(){function n(n){var t,i=n.enableLongStackTrace,r=void 0!==i&&i;if(this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new ei(!1),this.onMicrotaskEmpty=new ei(!1),this.onStable=new ei(!1),this.onError=new ei(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched();this._nesting=0;this._outer=this._inner=Zone.current;Zone.wtfZoneSpec&&(this._inner=this._inner.fork(Zone.wtfZoneSpec));Zone.TaskTrackingZoneSpec&&(this._inner=this._inner.fork(new Zone.TaskTrackingZoneSpec));r&&Zone.longStackTraceZoneSpec&&(this._inner=this._inner.fork(Zone.longStackTraceZoneSpec));(t=this)._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:function(n,i,r,u,f,e){try{return hht(t),n.invokeTask(r,u,f,e)}finally{cht(t)}},onInvoke:function(n,i,r,u,f,e,o){try{return hht(t),n.invoke(r,u,f,e,o)}finally{cht(t)}},onHasTask:function(n,i,r,u){n.hasTask(r,u);i===r&&("microTask"==u.change?(t.hasPendingMicrotasks=u.microTask,sht(t)):"macroTask"==u.change&&(t.hasPendingMacrotasks=u.macroTask))},onHandleError:function(n,i,r,u){return n.handleError(r,u),t.runOutsideAngular(function(){return t.onError.emit(u)}),!1}})}return n.isInAngularZone=function(){return!0===Zone.current.get("isAngularZone")},n.assertInAngularZone=function(){if(!n.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!");},n.assertNotInAngularZone=function(){if(n.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!");},n.prototype.run=function(n,t,i){return this._inner.run(n,t,i)},n.prototype.runTask=function(n,t,i,r){var u=this._inner,f=u.scheduleEventTask("NgZoneEvent: "+r,n,apt,oht,oht);try{return u.runTask(f,t,i)}finally{u.cancelTask(f)}},n.prototype.runGuarded=function(n,t,i){return this._inner.runGuarded(n,t,i)},n.prototype.runOutsideAngular=function(n){return this._outer.run(n)},n}();apt={};var ph,ptu=function(){function n(){this.hasPendingMicrotasks=!1;this.hasPendingMacrotasks=!1;this.isStable=!0;this.onUnstable=new ei;this.onMicrotaskEmpty=new ei;this.onStable=new ei;this.onError=new ei}return n.prototype.run=function(n){return n()},n.prototype.runGuarded=function(n){return n()},n.prototype.runOutsideAngular=function(n){return n()},n.prototype.runTask=function(n){return n()},n}(),trt=function(){function n(n){var t=this;this._ngZone=n;this._pendingCount=0;this._isZoneStable=!0;this._didWork=!1;this._callbacks=[];this.taskTrackingZone=null;this._watchAngularEvents();n.run(function(){t.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}return n.prototype._watchAngularEvents=function(){var n=this;this._ngZone.onUnstable.subscribe({next:function(){n._didWork=!0;n._isZoneStable=!1}});this._ngZone.runOutsideAngular(function(){n._ngZone.onStable.subscribe({next:function(){tr.assertNotInAngularZone();wk(function(){n._isZoneStable=!0;n._runCallbacksIfReady()})}})})},n.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},n.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},n.prototype.isStable=function(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks},n.prototype._runCallbacksIfReady=function(){var n=this,t;this.isStable()?wk(function(){for(;0!==n._callbacks.length;){var t=n._callbacks.pop();clearTimeout(t.timeoutId);t.doneCb(n._didWork)}n._didWork=!1}):(t=this.getPendingTasks(),this._callbacks=this._callbacks.filter(function(n){return!n.updateCb||!n.updateCb(t)||(clearTimeout(n.timeoutId),!1)}),this._didWork=!0)},n.prototype.getPendingTasks=function(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(function(n){return{source:n.source,creationLocation:n.creationLocation,data:n.data}}):[]},n.prototype.addCallback=function(n,t,i){var r=this,u=-1;t&&t>0&&(u=setTimeout(function(){r._callbacks=r._callbacks.filter(function(n){return n.timeoutId!==u});n(r._didWork,r.getPendingTasks())},t));this._callbacks.push({doneCb:n,timeoutId:u,updateCb:i})},n.prototype.whenStable=function(n,t,i){if(i&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(n,t,i);this._runCallbacksIfReady()},n.prototype.getPendingRequestCount=function(){return this._pendingCount},n.prototype.findProviders=function(){return[]},n}(),sii=function(){function n(){this._applications=new Map;irt.addToWindow(this)}return n.prototype.registerApplication=function(n,t){this._applications.set(n,t)},n.prototype.unregisterApplication=function(n){this._applications.delete(n)},n.prototype.unregisterAllApplications=function(){this._applications.clear()},n.prototype.getTestability=function(n){return this._applications.get(n)||null},n.prototype.getAllTestabilities=function(){return Array.from(this._applications.values())},n.prototype.getAllRootElements=function(){return Array.from(this._applications.keys())},n.prototype.findTestabilityInTree=function(n,t){return void 0===t&&(t=!0),irt.findTestabilityInTree(this,n,t)},fc([ec("design:paramtypes",[])],n)}(),irt=new(function(){function n(){}return n.prototype.addToWindow=function(){},n.prototype.findTestabilityInTree=function(){return null},n}()),hii=new ri("AllowMultipleToken"),wtu=function(){return function(n,t){this.name=n;this.token=t}}();htt=function(){function n(n){this._injector=n;this._modules=[];this._destroyListeners=[];this._destroyed=!1}return n.prototype.bootstrapModuleFactory=function(n,t){var r,u=this,i="noop"===(r=t?t.ngZone:void 0)?new ptu:("zone.js"===r?void 0:r)||new tr({enableLongStackTrace:fe()}),f=[{provide:tr,useValue:i}];return i.run(function(){var e=er.create({providers:f,parent:u.injector,name:n.moduleType.name}),t=n.create(e),r=t.injector.get(is,null);if(!r)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return t.onDestroy(function(){return ud(u._modules,t)}),i.runOutsideAngular(function(){return i.onError.subscribe({next:function(n){r.handleError(n)}})}),function(n,i){var r,f;try{return r=((f=t.injector.get(sv)).runInitializers(),f.donePromise.then(function(){return u._moduleDoBootstrap(t),t})),oy(r)?r.catch(function(t){throw i.runOutsideAngular(function(){return n.handleError(t)}),t;}):r}catch(e){throw i.runOutsideAngular(function(){return n.handleError(e)}),e;}}(r,i)})},n.prototype.bootstrapModule=function(n,t){var r=this,i;return void 0===t&&(t=[]),i=vht({},t),function(n,t,i){return n.get(atu).createCompiler([t]).compileModuleAsync(i)}(this.injector,i,n).then(function(n){return r.bootstrapModuleFactory(n,i)})},n.prototype._moduleDoBootstrap=function(n){var t=n.injector.get(oh);if(n._bootstrapComponents.length>0)n._bootstrapComponents.forEach(function(n){return t.bootstrap(n)});else{if(!n.instance.ngDoBootstrap)throw new Error("The module "+sr(n.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');n.instance.ngDoBootstrap(t)}this._modules.push(n)},n.prototype.onDestroy=function(n){this._destroyListeners.push(n)},Object.defineProperty(n.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(n){return n.destroy()});this._destroyListeners.forEach(function(n){return n()});this._destroyed=!0},Object.defineProperty(n.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),n}();oh=function(){function n(n,t,i,r,u,f){var e=this,o,s;this._zone=n;this._console=t;this._injector=i;this._exceptionHandler=r;this._componentFactoryResolver=u;this._initStatus=f;this._bootstrapListeners=[];this._views=[];this._runningTick=!1;this._enforceNoNewChanges=!1;this._stable=!0;this.componentTypes=[];this.components=[];this._enforceNoNewChanges=fe();this._zone.onMicrotaskEmpty.subscribe({next:function(){e._zone.run(function(){e.tick()})}});o=new ii(function(n){e._stable=e._zone.isStable&&!e._zone.hasPendingMacrotasks&&!e._zone.hasPendingMicrotasks;e._zone.runOutsideAngular(function(){n.next(e._stable);n.complete()})});s=new ii(function(n){var t,i;return e._zone.runOutsideAngular(function(){t=e._zone.onStable.subscribe(function(){tr.assertNotInAngularZone();wk(function(){e._stable||e._zone.hasPendingMacrotasks||e._zone.hasPendingMicrotasks||(e._stable=!0,n.next(!0))})})}),i=e._zone.onUnstable.subscribe(function(){tr.assertInAngularZone();e._stable&&(e._stable=!1,e._zone.runOutsideAngular(function(){n.next(!1)}))}),function(){t.unsubscribe();i.unsubscribe()}});this.isStable=pk(o,s.pipe(bst()))}var t;return t=n,n.prototype.bootstrap=function(n,t){var r,e=this,f,i,u;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");r=n instanceof pit?n:this._componentFactoryResolver.resolveComponentFactory(n);this.componentTypes.push(r.componentType);f=r instanceof wit?null:this._injector.get(fb);i=r.create(er.NULL,[],t||r.selector,f);i.onDestroy(function(){e._unloadComponent(i)});return u=i.injector.get(trt,null),u&&i.injector.get(sii).registerApplication(i.location.nativeElement,u),this._loadComponent(i),fe()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),i},n.prototype.tick=function(){var i=this,n;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");n=t._tickScope();try{this._runningTick=!0;this._views.forEach(function(n){return n.detectChanges()});this._enforceNoNewChanges&&this._views.forEach(function(n){return n.checkNoChanges()})}catch(r){this._zone.runOutsideAngular(function(){return i._exceptionHandler.handleError(r)})}finally{this._runningTick=!1;ytu(n)}},n.prototype.attachView=function(n){var t=n;this._views.push(t);t.attachToAppRef(this)},n.prototype.detachView=function(n){var t=n;ud(this._views,t);t.detachFromAppRef()},n.prototype._loadComponent=function(n){this.attachView(n.hostView);this.tick();this.components.push(n);this._injector.get(otu,[]).concat(this._bootstrapListeners).forEach(function(t){return t(n)})},n.prototype._unloadComponent=function(n){this.detachView(n.hostView);ud(this.components,n)},n.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(n){return n.destroy()})},Object.defineProperty(n.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),n._tickScope=vtu("ApplicationRef#tick()"),n}();var btu=function(){function n(){this.dirty=!0;this._results=[];this.changes=new ei;this.length=0}return n.prototype.map=function(n){return this._results.map(n)},n.prototype.filter=function(n){return this._results.filter(n)},n.prototype.find=function(n){return this._results.find(n)},n.prototype.reduce=function(n,t){return this._results.reduce(n,t)},n.prototype.forEach=function(n){this._results.forEach(n)},n.prototype.some=function(n){return this._results.some(n)},n.prototype.toArray=function(){return this._results.slice()},n.prototype[cc()]=function(){return this._results[cc()]()},n.prototype.toString=function(){return this._results.toString()},n.prototype.reset=function(n){this._results=function n(t){return t.reduce(function(t,i){var r=Array.isArray(i)?n(i):i;return t.concat(r)},[])}(n);this.dirty=!1;this.length=this._results.length;this.last=this._results[this.length-1];this.first=this._results[0]},n.prototype.notifyOnChanges=function(){this.changes.emit(this)},n.prototype.setDirty=function(){this.dirty=!0},n.prototype.destroy=function(){this.changes.complete();this.changes.unsubscribe()},n}(),h=function(){function n(){}return n.__NG_ELEMENT_ID__=function(){return ktu(n,v)},n}(),ktu=gl,lt=function(){function n(){}return n.__NG_ELEMENT_ID__=function(){return dtu()},n}(),dtu=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n]},gtu=function(){return function(n,t){this.name=n;this.callback=t}}(),rrt=function(){function n(n,t,i){this.listeners=[];this.parent=null;this._debugContext=i;this.nativeNode=n;t&&t instanceof uu&&t.addChild(this)}return Object.defineProperty(n.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),n}(),uu=function(n){function t(t,i,r){var u=n.call(this,t,i,r)||this;return u.properties={},u.attributes={},u.classes={},u.styles={},u.childNodes=[],u.nativeElement=t,u}return b(t,n),t.prototype.addChild=function(n){n&&(this.childNodes.push(n),n.parent=this)},t.prototype.removeChild=function(n){var t=this.childNodes.indexOf(n);-1!==t&&(n.parent=null,this.childNodes.splice(t,1))},t.prototype.insertChildrenAfter=function(n,t){var i,u=this,r=this.childNodes.indexOf(n);-1!==r&&((i=this.childNodes).splice.apply(i,kt([r+1,0],t)),t.forEach(function(t){t.parent&&t.parent.removeChild(t);n.parent=u}))},t.prototype.insertBefore=function(n,t){var i=this.childNodes.indexOf(n);-1===i?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(i,0,t))},t.prototype.query=function(n){return this.queryAll(n)[0]||null},t.prototype.queryAll=function(n){var t=[];return function n(t,i,r){t.childNodes.forEach(function(t){t instanceof uu&&(i(t)&&r.push(t),n(t,i,r))})}(this,n,t),t},t.prototype.queryAllNodes=function(n){var t=[];return function n(t,i,r){t instanceof uu&&t.childNodes.forEach(function(t){i(t)&&r.push(t);t instanceof uu&&n(t,i,r)})}(this,n,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter(function(n){return n instanceof t})},enumerable:!0,configurable:!0}),t.prototype.triggerEventHandler=function(n,t){this.listeners.forEach(function(i){i.name==n&&i.callback(t)})},t}(rrt),urt=new Map,dr=function(n){return urt.get(n)||null},cii=function(){function n(){}return n.prototype.supports=function(n){return dl(n)},n.prototype.create=function(n){return new tiu(n)},n}(),niu=function(n,t){return t},tiu=function(){function n(n){this.length=0;this._linkedRecords=null;this._unlinkedRecords=null;this._previousItHead=null;this._itHead=null;this._itTail=null;this._additionsHead=null;this._additionsTail=null;this._movesHead=null;this._movesTail=null;this._removalsHead=null;this._removalsTail=null;this._identityChangesHead=null;this._identityChangesTail=null;this._trackByFn=n||niu}return n.prototype.forEachItem=function(n){for(var t=this._itHead;null!==t;t=t._next)n(t)},n.prototype.forEachOperation=function(n){for(var o,s,i,h,c,u=this._itHead,r=this._removalsHead,f=0,t=null;u||r;){var e=!r||u&&u.currentIndex<yht(r,f,t)?u:r,l=yht(e,f,t),a=e.currentIndex;if(e===r)f--,r=r._nextRemoved;else if(u=u._next,null==e.previousIndex)f++;else if(t||(t=[]),o=l-f,s=a-f,o!=s){for(i=0;i<o;i++)h=i<t.length?t[i]:t[i]=0,c=h+i,s<=c&&c<o&&(t[i]=h+1);t[e.previousIndex]=s-o}l!==a&&n(e,l,a)}},n.prototype.forEachPreviousItem=function(n){for(var t=this._previousItHead;null!==t;t=t._nextPrevious)n(t)},n.prototype.forEachAddedItem=function(n){for(var t=this._additionsHead;null!==t;t=t._nextAdded)n(t)},n.prototype.forEachMovedItem=function(n){for(var t=this._movesHead;null!==t;t=t._nextMoved)n(t)},n.prototype.forEachRemovedItem=function(n){for(var t=this._removalsHead;null!==t;t=t._nextRemoved)n(t)},n.prototype.forEachIdentityChange=function(n){for(var t=this._identityChangesHead;null!==t;t=t._nextIdentityChange)n(t)},n.prototype.diff=function(n){if(null==n&&(n=[]),!dl(n))throw new Error("Error trying to diff '"+sr(n)+"'. Only arrays and iterables are allowed");return this.check(n)?this:null},n.prototype.onDestroy=function(){},n.prototype.check=function(n){var o=this,u,f,i,t,e,r;if(this._reset(),t=this._itHead,e=!1,Array.isArray(n))for(this.length=n.length,r=0;r<this.length;r++)i=this._trackByFn(r,f=n[r]),null!==t&&au(t.trackById,i)?(e&&(t=this._verifyReinsertion(t,f,i,r)),au(t.item,f)||this._addIdentityChange(t,f)):(t=this._mismatch(t,f,i,r),e=!0),t=t._next;else u=0,function(n,t){var i,u,r;if(Array.isArray(n))for(i=0;i<n.length;i++)t(n[i]);else for(u=n[cc()](),r=void 0;!(r=u.next()).done;)t(r.value)}(n,function(n){i=o._trackByFn(u,n);null!==t&&au(t.trackById,i)?(e&&(t=o._verifyReinsertion(t,n,i,u)),au(t.item,n)||o._addIdentityChange(t,n)):(t=o._mismatch(t,n,i,u),e=!0);t=t._next;u++}),this.length=u;return this._truncate(t),this.collection=n,this.isDirty},Object.defineProperty(n.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead},enumerable:!0,configurable:!0}),n.prototype._reset=function(){if(this.isDirty){for(var n=void 0,t=void 0,n=this._previousItHead=this._itHead;null!==n;n=n._next)n._nextPrevious=n._next;for(n=this._additionsHead;null!==n;n=n._nextAdded)n.previousIndex=n.currentIndex;for(this._additionsHead=this._additionsTail=null,n=this._movesHead;null!==n;n=t)n.previousIndex=n.currentIndex,t=n._nextMoved;this._movesHead=this._movesTail=null;this._removalsHead=this._removalsTail=null;this._identityChangesHead=this._identityChangesTail=null}},n.prototype._mismatch=function(n,t,i,r){var u;return null===n?u=this._itTail:(u=n._prev,this._remove(n)),null!==(n=null===this._linkedRecords?null:this._linkedRecords.get(i,r))?(au(n.item,t)||this._addIdentityChange(n,t),this._moveAfter(n,u,r)):null!==(n=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null))?(au(n.item,t)||this._addIdentityChange(n,t),this._reinsertAfter(n,u,r)):n=this._addAfter(new iiu(t,i),u,r),n},n.prototype._verifyReinsertion=function(n,t,i,r){var u=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null);return null!==u?n=this._reinsertAfter(u,n._prev,r):n.currentIndex!=r&&(n.currentIndex=r,this._addToMoves(n,r)),n},n.prototype._truncate=function(n){for(;null!==n;){var t=n._next;this._addToRemovals(this._unlink(n));n=t}null!==this._unlinkedRecords&&this._unlinkedRecords.clear();null!==this._additionsTail&&(this._additionsTail._nextAdded=null);null!==this._movesTail&&(this._movesTail._nextMoved=null);null!==this._itTail&&(this._itTail._next=null);null!==this._removalsTail&&(this._removalsTail._nextRemoved=null);null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)},n.prototype._reinsertAfter=function(n,t,i){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(n);var r=n._prevRemoved,u=n._nextRemoved;return null===r?this._removalsHead=u:r._nextRemoved=u,null===u?this._removalsTail=r:u._prevRemoved=r,this._insertAfter(n,t,i),this._addToMoves(n,i),n},n.prototype._moveAfter=function(n,t,i){return this._unlink(n),this._insertAfter(n,t,i),this._addToMoves(n,i),n},n.prototype._addAfter=function(n,t,i){return this._insertAfter(n,t,i),this._additionsTail=null===this._additionsTail?this._additionsHead=n:this._additionsTail._nextAdded=n,n},n.prototype._insertAfter=function(n,t,i){var r=null===t?this._itHead:t._next;return n._next=r,n._prev=t,null===r?this._itTail=n:r._prev=n,null===t?this._itHead=n:t._next=n,null===this._linkedRecords&&(this._linkedRecords=new lii),this._linkedRecords.put(n),n.currentIndex=i,n},n.prototype._remove=function(n){return this._addToRemovals(this._unlink(n))},n.prototype._unlink=function(n){null!==this._linkedRecords&&this._linkedRecords.remove(n);var t=n._prev,i=n._next;return null===t?this._itHead=i:t._next=i,null===i?this._itTail=t:i._prev=t,n},n.prototype._addToMoves=function(n,t){return n.previousIndex===t||(this._movesTail=null===this._movesTail?this._movesHead=n:this._movesTail._nextMoved=n),n},n.prototype._addToRemovals=function(n){return null===this._unlinkedRecords&&(this._unlinkedRecords=new lii),this._unlinkedRecords.put(n),n.currentIndex=null,n._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=n,n._prevRemoved=null):(n._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=n),n},n.prototype._addIdentityChange=function(n,t){return n.item=t,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=n:this._identityChangesTail._nextIdentityChange=n,n},n}(),iiu=function(){return function(n,t){this.item=n;this.trackById=t;this.currentIndex=null;this.previousIndex=null;this._nextPrevious=null;this._prev=null;this._next=null;this._prevDup=null;this._nextDup=null;this._prevRemoved=null;this._nextRemoved=null;this._nextAdded=null;this._nextMoved=null;this._nextIdentityChange=null}}(),riu=function(){function n(){this._head=null;this._tail=null}return n.prototype.add=function(n){null===this._head?(this._head=this._tail=n,n._nextDup=null,n._prevDup=null):(this._tail._nextDup=n,n._prevDup=this._tail,n._nextDup=null,this._tail=n)},n.prototype.get=function(n,t){for(var i=this._head;null!==i;i=i._nextDup)if((null===t||t<=i.currentIndex)&&au(i.trackById,n))return i;return null},n.prototype.remove=function(n){var t=n._prevDup,i=n._nextDup;return null===t?this._head=i:t._nextDup=i,null===i?this._tail=t:i._prevDup=t,null===this._head},n}(),lii=function(){function n(){this.map=new Map}return n.prototype.put=function(n){var i=n.trackById,t=this.map.get(i);t||(t=new riu,this.map.set(i,t));t.add(n)},n.prototype.get=function(n,t){var i=this.map.get(n);return i?i.get(n,t):null},n.prototype.remove=function(n){var t=n.trackById;return this.map.get(t).remove(n)&&this.map.delete(t),n},Object.defineProperty(n.prototype,"isEmpty",{get:function(){return 0===this.map.size},enumerable:!0,configurable:!0}),n.prototype.clear=function(){this.map.clear()},n}(),aii=function(){function n(){}return n.prototype.supports=function(n){return n instanceof Map||kk(n)},n.prototype.create=function(){return new uiu},n}(),uiu=function(){function n(){this._records=new Map;this._mapHead=null;this._appendAfter=null;this._previousMapHead=null;this._changesHead=null;this._changesTail=null;this._additionsHead=null;this._additionsTail=null;this._removalsHead=null;this._removalsTail=null}return Object.defineProperty(n.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead},enumerable:!0,configurable:!0}),n.prototype.forEachItem=function(n){for(var t=this._mapHead;null!==t;t=t._next)n(t)},n.prototype.forEachPreviousItem=function(n){for(var t=this._previousMapHead;null!==t;t=t._nextPrevious)n(t)},n.prototype.forEachChangedItem=function(n){for(var t=this._changesHead;null!==t;t=t._nextChanged)n(t)},n.prototype.forEachAddedItem=function(n){for(var t=this._additionsHead;null!==t;t=t._nextAdded)n(t)},n.prototype.forEachRemovedItem=function(n){for(var t=this._removalsHead;null!==t;t=t._nextRemoved)n(t)},n.prototype.diff=function(n){if(n){if(!(n instanceof Map||kk(n)))throw new Error("Error trying to diff '"+sr(n)+"'. Only maps and objects are allowed");}else n=new Map;return this.check(n)?this:null},n.prototype.onDestroy=function(){},n.prototype.check=function(n){var r=this,t,i;if(this._reset(),t=this._mapHead,this._appendAfter=null,this._forEach(n,function(n,i){if(t&&t.key===i)r._maybeAddToChanges(t,n),r._appendAfter=t,t=t._next;else{var u=r._getOrCreateRecordForKey(i,n);t=r._insertBeforeOrAppend(t,u)}}),t)for(t._prev&&(t._prev._next=null),this._removalsHead=t,i=t;null!==i;i=i._nextRemoved)i===this._mapHead&&(this._mapHead=null),this._records.delete(i.key),i._nextRemoved=i._next,i.previousValue=i.currentValue,i.currentValue=null,i._prev=null,i._next=null;return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty},n.prototype._insertBeforeOrAppend=function(n,t){if(n){var i=n._prev;return t._next=n,t._prev=i,n._prev=t,i&&(i._next=t),n===this._mapHead&&(this._mapHead=t),this._appendAfter=n,n}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null},n.prototype._getOrCreateRecordForKey=function(n,t){var i,u,f,r;return this._records.has(n)?(i=this._records.get(n),this._maybeAddToChanges(i,t),u=i._prev,f=i._next,u&&(u._next=f),f&&(f._prev=u),i._next=null,i._prev=null,i):(r=new fiu(n),this._records.set(n,r),r.currentValue=t,this._addToAdditions(r),r)},n.prototype._reset=function(){if(this.isDirty){var n=void 0;for(this._previousMapHead=this._mapHead,n=this._previousMapHead;null!==n;n=n._next)n._nextPrevious=n._next;for(n=this._changesHead;null!==n;n=n._nextChanged)n.previousValue=n.currentValue;for(n=this._additionsHead;null!=n;n=n._nextAdded)n.previousValue=n.currentValue;this._changesHead=this._changesTail=null;this._additionsHead=this._additionsTail=null;this._removalsHead=null}},n.prototype._maybeAddToChanges=function(n,t){au(t,n.currentValue)||(n.previousValue=n.currentValue,n.currentValue=t,this._addToChanges(n))},n.prototype._addToAdditions=function(n){null===this._additionsHead?this._additionsHead=this._additionsTail=n:(this._additionsTail._nextAdded=n,this._additionsTail=n)},n.prototype._addToChanges=function(n){null===this._changesHead?this._changesHead=this._changesTail=n:(this._changesTail._nextChanged=n,this._changesTail=n)},n.prototype._forEach=function(n,t){n instanceof Map?n.forEach(t):Object.keys(n).forEach(function(i){return t(n[i],i)})},n}(),fiu=function(){return function(n){this.key=n;this.previousValue=null;this.currentValue=null;this._nextPrevious=null;this._next=null;this._prev=null;this._nextAdded=null;this._nextRemoved=null;this._nextChanged=null}}(),a=function(){function n(n){this.factories=n}return n.create=function(t,i){if(null!=i){var r=i.factories.slice();t=t.concat(r)}return new n(t)},n.extend=function(t){return{provide:n,useFactory:function(i){if(!i)throw new Error("Cannot extend IterableDiffers without a parent injector");return n.create(t,i)},deps:[[n,new fv,new ah]]}},n.prototype.find=function(n){var t,i=this.factories.find(function(t){return t.supports(n)});if(null!=i)return i;throw new Error("Cannot find a differ supporting object '"+n+"' of type '"+((t=n).name||typeof t)+"'");},n.ngInjectableDef=ou({providedIn:"root",factory:function(){return new n([new cii])}}),n}(),d=function(){function n(n){this.factories=n}return n.create=function(t,i){if(i){var r=i.factories.slice();t=t.concat(r)}return new n(t)},n.extend=function(t){return{provide:n,useFactory:function(i){if(!i)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return n.create(t,i)},deps:[[n,new fv,new ah]]}},n.prototype.find=function(n){var t=this.factories.find(function(t){return t.supports(n)});if(t)return t;throw new Error("Cannot find a differ supporting object '"+n+"'");},n.ngInjectableDef=ou({providedIn:"root",factory:function(){return new n([new aii])}}),n}(),eiu=[new aii],oiu=new a([new cii]),siu=new d(eiu),hiu=lht(null,"core",[{provide:hv,useValue:"unknown"},{provide:htt,deps:[er]},{provide:sii,deps:[]},{provide:git,deps:[]}]),hb=new ri("LocaleId");ctt=function(){return function(){}}();ti={setCurrentNode:void 0,createRootView:void 0,createEmbeddedView:void 0,createComponentView:void 0,createNgModuleRef:void 0,overrideProvider:void 0,overrideComponentView:void 0,clearOverrides:void 0,checkAndUpdateView:void 0,checkNoChangesView:void 0,destroyView:void 0,resolveDep:void 0,createDebugContext:void 0,handleEvent:void 0,updateDirectives:void 0,updateRenderer:void 0,dirtyParentQueries:void 0};bu=function(){};fw=new Map;vpt=0;ltt=new WeakMap;ypt=/^:([^:]+):(.+)$/;var cv={},ciu=yr(er),liu=yr(ov),aiu=yr(fb);ppt={};wpt=function(n){function t(t,i,r,u,f,e){var o=n.call(this)||this;return o.selector=t,o.componentType=i,o._inputs=u,o._outputs=f,o.ngContentSelectors=e,o.viewDefFactory=r,o}return b(t,n),Object.defineProperty(t.prototype,"inputs",{get:function(){var t=[],i=this._inputs,n;for(n in i)t.push({propName:n,templateName:i[n]});return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var t=[],n;for(n in this._outputs)t.push({propName:n,templateName:this._outputs[n]});return t},enumerable:!0,configurable:!0}),t.prototype.create=function(n,t,i,r){if(!r)throw new Error("ngModule should be provided");var f=vc(this.viewDefFactory),e=f.nodes[0].element.componentProvider.nodeIndex,u=ti.createRootView(n,t||[],i,f,r,ppt),o=yo(u,e).instance;return i&&u.renderer.setAttribute(oi(u,0).renderElement,"ng-version",snr.full),new bpt(u,new tl(u),o)},t}(pit);bpt=function(n){function t(t,i,r){var u=n.call(this)||this;return u._view=t,u._viewRef=i,u._component=r,u._elDef=u._view.def.nodes[0],u.hostView=i,u.changeDetectorRef=i,u.instance=r,u}return b(t,n),Object.defineProperty(t.prototype,"location",{get:function(){return new v(oi(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new il(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(n){this._viewRef.onDestroy(n)},t}(nnr);kpt=function(){function n(n,t,i){this._view=n;this._elDef=t;this._data=i;this._embeddedViews=[]}return Object.defineProperty(n.prototype,"element",{get:function(){return new v(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"injector",{get:function(){return new il(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"parentInjector",{get:function(){for(var n=this._view,t=this._elDef.parent;!t&&n;)t=ac(n),n=n.parent;return n?new il(n,t):new il(this._view,null)},enumerable:!0,configurable:!0}),n.prototype.clear=function(){for(var t,n=this._embeddedViews.length-1;n>=0;n--)t=cd(this._data,n),ti.destroyView(t)},n.prototype.get=function(n){var i=this._embeddedViews[n],t;return i?(t=new tl(i),t.attachToViewContainerRef(this),t):null},Object.defineProperty(n.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),n.prototype.createEmbeddedView=function(n,t,i){var r=n.createEmbeddedView(t||{});return this.insert(r,i),r},n.prototype.createComponent=function(n,t,i,r,u){var e=i||this.parentInjector,f;return u||n instanceof wit||(u=e.get(fb)),f=n.create(e,r,void 0,u),this.insert(f.hostView,t),f},n.prototype.insert=function(n,t){if(n.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var f,i,r,u,e=n;return u=(f=this._data).viewContainer._embeddedViews,null==(i=t)&&(i=u.length),(r=e._view).viewContainerParent=this._view,uct(u,i,r),function(n,t){var i=fd(t),r;!i||i===n||16&t.state||(t.state|=16,r=i.template._projectedViews,r||(r=i.template._projectedViews=[]),r.push(t),function(n,t){if(!(4&t.flags)){n.nodeFlags|=4;t.flags|=4;for(var i=t.parent;i;)i.childFlags|=4,i=i.parent}}(t.parent.def,t.parentNodeDef))}(f,r),ti.dirtyParentQueries(r),rct(f,i>0?u[i-1]:null,r),e.attachToViewContainerRef(this),n},n.prototype.move=function(n,t){if(n.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var f,e,i,r,u,o=this._embeddedViews.indexOf(n._view);return i=t,u=(r=(f=this._data).viewContainer._embeddedViews)[e=o],ad(r,e),null==i&&(i=r.length),uct(r,i,u),ti.dirtyParentQueries(u),ld(u),rct(f,i>0?r[i-1]:null,u),n},n.prototype.indexOf=function(n){return this._embeddedViews.indexOf(n._view)},n.prototype.remove=function(n){var t=cd(this._data,n);t&&ti.destroyView(t)},n.prototype.detach=function(n){var t=cd(this._data,n);return t?new tl(t):null},n}();tl=function(){function n(n){this._view=n;this._viewContainerRef=null;this._appRef=null}return Object.defineProperty(n.prototype,"rootNodes",{get:function(){return ay(this._view,0,void 0,void 0,n=[]),n;var n},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),n.prototype.markForCheck=function(){kht(this._view)},n.prototype.detach=function(){this._view.state&=-5},n.prototype.detectChanges=function(){var n=this._view.root.rendererFactory;n.begin&&n.begin();try{ti.checkAndUpdateView(this._view)}finally{n.end&&n.end()}},n.prototype.checkNoChanges=function(){ti.checkNoChangesView(this._view)},n.prototype.reattach=function(){this._view.state|=4},n.prototype.onDestroy=function(n){this._view.disposables||(this._view.disposables=[]);this._view.disposables.push(n)},n.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this));ti.destroyView(this._view)},n.prototype.detachFromAppRef=function(){this._appRef=null;ld(this._view);ti.dirtyParentQueries(this._view)},n.prototype.attachToAppRef=function(n){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=n},n.prototype.attachToViewContainerRef=function(n){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=n},n}();dpt=function(n){function t(t,i){var r=n.call(this)||this;return r._parentView=t,r._def=i,r}return b(t,n),t.prototype.createEmbeddedView=function(n){return new tl(ti.createEmbeddedView(this._parentView,this._def,this._def.element.template,n))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new v(oi(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),t}(c);il=function(){function n(n,t){this.view=n;this.elDef=t}return n.prototype.get=function(n,t){return void 0===t&&(t=er.THROW_IF_NOT_FOUND),ti.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:n,tokenKey:yr(n)},t)},n}();gpt=function(){function n(n){this.delegate=n}return n.prototype.selectRootElement=function(n){return this.delegate.selectRootElement(n)},n.prototype.createElement=function(n,t){var i=si(ea(t),2),r=this.delegate.createElement(i[1],i[0]);return n&&this.delegate.appendChild(n,r),r},n.prototype.createViewRoot=function(n){return n},n.prototype.createTemplateAnchor=function(n){var t=this.delegate.createComment("");return n&&this.delegate.appendChild(n,t),t},n.prototype.createText=function(n,t){var i=this.delegate.createText(t);return n&&this.delegate.appendChild(n,i),i},n.prototype.projectNodes=function(n,t){for(var i=0;i<t.length;i++)this.delegate.appendChild(n,t[i])},n.prototype.attachViewAfter=function(n,t){for(var r=this.delegate.parentNode(n),u=this.delegate.nextSibling(n),i=0;i<t.length;i++)this.delegate.insertBefore(r,t[i],u)},n.prototype.detachView=function(n){for(var t,r,i=0;i<n.length;i++)t=n[i],r=this.delegate.parentNode(t),this.delegate.removeChild(r,t)},n.prototype.destroyView=function(n,t){for(var i=0;i<t.length;i++)this.delegate.destroyNode(t[i])},n.prototype.listen=function(n,t,i){return this.delegate.listen(n,t,i)},n.prototype.listenGlobal=function(n,t,i){return this.delegate.listen(n,t,i)},n.prototype.setElementProperty=function(n,t,i){this.delegate.setProperty(n,t,i)},n.prototype.setElementAttribute=function(n,t,i){var r=si(ea(t),2),u=r[0],f=r[1];null!=i?this.delegate.setAttribute(n,f,i,u):this.delegate.removeAttribute(n,f,u)},n.prototype.setBindingDebugInfo=function(){},n.prototype.setElementClass=function(n,t,i){i?this.delegate.addClass(n,t):this.delegate.removeClass(n,t)},n.prototype.setElementStyle=function(n,t,i){null!=i?this.delegate.setStyle(n,t,i):this.delegate.removeStyle(n,t)},n.prototype.invokeElementMethod=function(n,t,i){n[t].apply(n,i)},n.prototype.setText=function(n,t){this.delegate.setValue(n,t)},n.prototype.animate=function(){throw new Error("Renderer.animate is no longer supported!");},n}();var viu=function(){function n(n,t,i,r){this._moduleType=n;this._parent=t;this._bootstrapComponents=i;this._def=r;this._destroyListeners=[];this._destroyed=!1;this.injector=this,function(n){for(var i,r=n._def,u=n._providers=new Array(r.providers.length),t=0;t<r.providers.length;t++)i=r.providers[t],4096&i.flags||void 0===u[t]&&(u[t]=hd(n,i))}(this)}return n.prototype.get=function(n,t,i){void 0===t&&(t=er.THROW_IF_NOT_FOUND);void 0===i&&(i=ru.Default);var r=0;return i&ru.SkipSelf?r|=1:i&ru.Self&&(r|=4),gr(this,{token:n,tokenKey:yr(n),flags:r},t)},Object.defineProperty(n.prototype,"instance",{get:function(){return this.get(this._moduleType)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"componentFactoryResolver",{get:function(){return this.get(vh)},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){if(this._destroyed)throw new Error("The ng module "+sr(this.instance.constructor)+" has already been destroyed.");this._destroyed=!0,function(n){for(var t,r,u=n._def,f=new Set,i=0;i<u.providers.length;i++)131072&u.providers[i].flags&&(t=n._providers[i],t&&t!==cv&&(r=t.ngOnDestroy,"function"!=typeof r||f.has(t)||(r.apply(t),f.add(t))))}(this);this._destroyListeners.forEach(function(n){return n()})},n.prototype.onDestroy=function(n){this._destroyListeners.push(n)},n}(),yiu=yr(enr),piu=yr(y),wiu=yr(v),biu=yr(h),kiu=yr(c),vii=yr(lt),diu=yr(er),giu=yr(ov);ew={};iu=function(n){return n[n.CreateViewNodes=0]="CreateViewNodes",n[n.CheckNoChanges=1]="CheckNoChanges",n[n.CheckNoChangesProjectedViews=2]="CheckNoChangesProjectedViews",n[n.CheckAndUpdate=3]="CheckAndUpdate",n[n.CheckAndUpdateProjectedViews=4]="CheckAndUpdateProjectedViews",n[n.Destroy=5]="Destroy",n}({});att=!1;var ss=new Map,lv=new Map,frt=new Map;he=function(n){return n[n.create=0]="create",n[n.detectChanges=1]="detectChanges",n[n.checkNoChanges=2]="checkNoChanges",n[n.destroy=3]="destroy",n[n.handleEvent=4]="handleEvent",n}({});sw=function(){function n(n,t){this.view=n;this.nodeIndex=t;null==t&&(this.nodeIndex=t=0);this.nodeDef=n.def.nodes[t];for(var i=this.nodeDef,r=n;i&&0==(1&i.flags);)i=i.parent;if(!i)for(;!i&&r;)i=ac(r),r=r.parent;this.elDef=i;this.elView=r}return Object.defineProperty(n.prototype,"elOrCompView",{get:function(){return oi(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"injector",{get:function(){return fct(this.elView,this.elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"providerTokens",{get:function(){var i=[],n,t;if(this.elDef)for(n=this.elDef.nodeIndex+1;n<=this.elDef.nodeIndex+this.elDef.childCount;n++)t=this.elView.def.nodes[n],20224&t.flags&&i.push(t.provider.token),n+=t.childCount;return i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"references",{get:function(){var i={},n,t;if(this.elDef)for(flt(this.elView,this.elDef,i),n=this.elDef.nodeIndex+1;n<=this.elDef.nodeIndex+this.elDef.childCount;n++)t=this.elView.def.nodes[n],20224&t.flags&&flt(this.elView,t,i),n+=t.childCount;return i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"componentRenderElement",{get:function(){var n=function(n){for(;n&&!ds(n);)n=n.parent;return n.parent?oi(n.parent,ac(n).nodeIndex):null}(this.elOrCompView);if(n)return n.renderElement},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?ua(this.view,this.nodeDef):ua(this.elView,this.elDef)},enumerable:!0,configurable:!0}),n.prototype.logError=function(n){for(var i,u,r=[],t=1;t<arguments.length;t++)r[t-1]=arguments[t];2&this.nodeDef.flags?(i=this.view.def,u=this.nodeDef.nodeIndex):(i=this.elView.def,u=this.elDef.nodeIndex);var f=eci(i,u),e=-1,o=function(){var t;return++e===f?(t=n.error).bind.apply(t,kt([n],r)):bu};i.factory(o);e<f&&(n.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),n.error.apply(n,kt(r)))},n}();nwt=function(){function n(n){this.delegate=n}return n.prototype.createRenderer=function(n,t){return new twt(this.delegate.createRenderer(n,t))},n.prototype.begin=function(){this.delegate.begin&&this.delegate.begin()},n.prototype.end=function(){this.delegate.end&&this.delegate.end()},n.prototype.whenRenderingDone=function(){return this.delegate.whenRenderingDone?this.delegate.whenRenderingDone():Promise.resolve(null)},n}();twt=function(){function n(n){this.delegate=n;this.debugContextFactory=rg;this.data=this.delegate.data}return n.prototype.createDebugContext=function(n){return this.debugContextFactory(n)},n.prototype.destroyNode=function(n){!function(n){urt.delete(n.nativeNode)}(dr(n));this.delegate.destroyNode&&this.delegate.destroyNode(n)},n.prototype.destroy=function(){this.delegate.destroy()},n.prototype.createElement=function(n,t){var i=this.delegate.createElement(n,t),u=this.createDebugContext(i),r;return u&&(r=new uu(i,null,u),r.name=n,hy(r)),i},n.prototype.createComment=function(n){var t=this.delegate.createComment(n),i=this.createDebugContext(t);return i&&hy(new rrt(t,null,i)),t},n.prototype.createText=function(n){var t=this.delegate.createText(n),i=this.createDebugContext(t);return i&&hy(new rrt(t,null,i)),t},n.prototype.appendChild=function(n,t){var i=dr(n),r=dr(t);i&&r&&i instanceof uu&&i.addChild(r);this.delegate.appendChild(n,t)},n.prototype.insertBefore=function(n,t,i){var r=dr(n),u=dr(t),f=dr(i);r&&u&&r instanceof uu&&r.insertBefore(f,u);this.delegate.insertBefore(n,t,i)},n.prototype.removeChild=function(n,t){var i=dr(n),r=dr(t);i&&r&&i instanceof uu&&i.removeChild(r);this.delegate.removeChild(n,t)},n.prototype.selectRootElement=function(n,t){var i=this.delegate.selectRootElement(n,t),r=rg();return r&&hy(new uu(i,null,r)),i},n.prototype.setAttribute=function(n,t,i,r){var u=dr(n);u&&u instanceof uu&&(u.attributes[r?r+":"+t:t]=i);this.delegate.setAttribute(n,t,i,r)},n.prototype.removeAttribute=function(n,t,i){var r=dr(n);r&&r instanceof uu&&(r.attributes[i?i+":"+t:t]=null);this.delegate.removeAttribute(n,t,i)},n.prototype.addClass=function(n,t){var i=dr(n);i&&i instanceof uu&&(i.classes[t]=!0);this.delegate.addClass(n,t)},n.prototype.removeClass=function(n,t){var i=dr(n);i&&i instanceof uu&&(i.classes[t]=!1);this.delegate.removeClass(n,t)},n.prototype.setStyle=function(n,t,i,r){var u=dr(n);u&&u instanceof uu&&(u.styles[t]=i);this.delegate.setStyle(n,t,i,r)},n.prototype.removeStyle=function(n,t,i){var r=dr(n);r&&r instanceof uu&&(r.styles[t]=null);this.delegate.removeStyle(n,t,i)},n.prototype.setProperty=function(n,t,i){var r=dr(n);r&&r instanceof uu&&(r.properties[t]=i);this.delegate.setProperty(n,t,i)},n.prototype.listen=function(n,t,i){if("string"!=typeof n){var r=dr(n);r&&r.listeners.push(new gtu(t,i))}return this.delegate.listen(n,t,i)},n.prototype.parentNode=function(n){return this.delegate.parentNode(n)},n.prototype.nextSibling=function(n){return this.delegate.nextSibling(n)},n.prototype.setValue=function(n,t){return this.delegate.setValue(n,t)},n}();var nru=function(n){function t(t,i,r){var u=n.call(this)||this;return u.moduleType=t,u._bootstrapComponents=i,u._ngModuleDefFactory=r,u}return b(t,n),t.prototype.create=function(n){!function(){if(!att){att=!0;var n=fe()?{setCurrentNode:pc,createRootView:yhi,createEmbeddedView:phi,createComponentView:whi,createNgModuleRef:bhi,overrideProvider:khi,overrideComponentView:dhi,clearOverrides:ghi,checkAndUpdateView:nci,checkNoChangesView:tci,destroyView:ici,createDebugContext:function(n,t){return new sw(n,t)},handleEvent:rci,updateDirectives:uci,updateRenderer:fci}:{setCurrentNode:function(){},createRootView:vhi,createEmbeddedView:act,createComponentView:yct,createNgModuleRef:ect,overrideProvider:bu,overrideComponentView:bu,clearOverrides:bu,checkAndUpdateView:py,checkNoChangesView:yy,destroyView:ng,createDebugContext:function(n,t){return new sw(n,t)},handleEvent:function(n,t,i,r){return n.def.handleEvent(n,t,i,r)},updateDirectives:function(n,t){return n.def.updateDirectives(0===t?gct:nlt,n)},updateRenderer:function(n,t){return n.def.updateRenderer(0===t?gct:nlt,n)}};ti.setCurrentNode=n.setCurrentNode;ti.createRootView=n.createRootView;ti.createEmbeddedView=n.createEmbeddedView;ti.createComponentView=n.createComponentView;ti.createNgModuleRef=n.createNgModuleRef;ti.overrideProvider=n.overrideProvider;ti.overrideComponentView=n.overrideComponentView;ti.clearOverrides=n.clearOverrides;ti.checkAndUpdateView=n.checkAndUpdateView;ti.checkNoChangesView=n.checkNoChangesView;ti.destroyView=n.destroyView;ti.resolveDep=nu;ti.createDebugContext=n.createDebugContext;ti.handleEvent=n.handleEvent;ti.updateDirectives=n.updateDirectives;ti.updateRenderer=n.updateRenderer;ti.dirtyParentQueries=ohi}}();var t=function(n){var r=Array.from(n.providers),u=Array.from(n.modules),i={},t;for(t in n.providersByKey)i[t]=n.providersByKey[t];return{factory:n.factory,isRoot:n.isRoot,providers:r,modules:u,providersByKey:i}}(vc(this._ngModuleDefFactory));return ti.createNgModuleRef(this.moduleType,n||er.NULL,this._bootstrapComponents,t)},t}(unr),yii=[{title:"Investment Outlook",link:{href:"https://www.nuveen.com/investment-outlook",target:"_self"},buttonName:"Investment outlook",calloutEyebrow:"Investment outlook",calloutTitle:"Today’s issues shape your returns. <em>Check our latest market outlook and commentaries.<\/em>",featureTitle:"Capturing opportunities in international equities",featureBackground:{source1x:"https://www.nuveen.com/images/562/774/1497886562774/Homepage_Carousel_InvestmentOutlook_1023_1x.jpg",source2x:"https://www.nuveen.com/images/562/774/1497886562774/Homepage_Carousel_InvestmentOutlook_1023_1x.jpg",source3x:"https://www.nuveen.com/images/562/774/1497886562774/Homepage_Carousel_InvestmentOutlook_1023_1x.jpg",altText:"Slide 1"},featureLink:{href:"https://www.nuveen.com/fixed-income-strategies-for-low-and-rising-rates",target:"_self"},featureAuthors:['<a href="/peter-boardman" target="_self">Peter Boardman<\/a> | Portfolio Manager, Equity Analyst, NWQ','<a href="/christopher-semenuk" target="_self">Christopher Semenuk<\/a> | Portfolio Manager, TIAA Investments','<a href="/peter-boardman" target="_self">Christopher Semenuk<\/a> | Portfolio Manager, TIAA Investments']},{title:"Income-Oriented Investing",link:{href:"https://www.nuveen.com/income-oriented-investing",target:"_self"},buttonName:"Income-oriented investing",calloutEyebrow:"Income-oriented investing",calloutTitle:"Expenses last a lifetime, so should income. <em>Explore solutions for sustainable income.<\/em>",featureTitle:"Fixed income strategies for low and rising rates",featureBackground:{source1x:"https://www.nuveen.com/images/563/661/1497886563661/Homepage_Carousel_Income_1023_1x.jpg",source2x:"https://www.nuveen.com/images/563/661/1497886563661/Homepage_Carousel_Income_1023_1x.jpg",source3x:"https://www.nuveen.com/images/563/661/1497886563661/Homepage_Carousel_Income_1023_1x.jpg",altText:"Slide 2"},featureLink:{href:"https://www.nuveen.com/opportunities-in-municipal-bonds",target:"_self"}},{title:"Municipal Bond Investing",link:{href:"https://www.nuveen.com/municipal-bond-investing",target:"_self"},buttonName:"Municipal bond investing",calloutEyebrow:"Municipal bond investing",calloutTitle:"Taxes take a toll. <em>Consider muni strategies for higher tax-free income.<\/em>",featureTitle:"Chart talk: Opportunities in municipal bonds flip book",featureBackground:{source1x:"https://www.nuveen.com/images/565/457/1497886565457/Homepage_Carousel_Tax_1023_1x.jpg",source2x:"https://www.nuveen.com/images/565/457/1497886565457/Homepage_Carousel_Tax_1023_1x.jpg",source3x:"https://www.nuveen.com/images/565/457/1497886565457/Homepage_Carousel_Tax_1023_1x.jpg",altText:"Slide 3"},featureLink:{href:"https://www.nuveen.com/alts-not-created-equal",target:"_self"}},{title:"Alternatives",link:{href:"https://www.nuveen.com/alternatives",target:"_self"},buttonName:"Alternatives",calloutEyebrow:"Alternatives",calloutTitle:"We’re helping build tomorrow’s world. <em>Discover diverse opportunities in real assets.<\/em>",featureTitle:"Not created equal: Surveying investments in non-investment grade U.S. corporate debt",featureBackground:{source1x:"https://www.nuveen.com/images/598/641/1497886598641/alts-carousel2_1023_1x.jpg",source2x:"https://www.nuveen.com/images/598/641/1497886598641/alts-carousel2_1023_1x.jpg",source3x:"https://www.nuveen.com/images/598/641/1497886598641/alts-carousel2_1023_1x.jpg",altText:"Slide 4"},featureLink:{href:"https://www.nuveen.com/alts-not-created-equal",target:"_self"}},{title:"Responsible Investing",link:{href:"https://www.nuveen.com/responsible-investing",target:"_self"},buttonName:"Responsible Investing",calloutEyebrow:"Responsible Investing",calloutTitle:"Doing well and doing good… <em>move forward with choices that reflect personal values.<\/em>",featureTitle:"Why responsible investment is here to stay",featureBackground:{source1x:"https://www.nuveen.com/images/566/843/1497886566843/Homepage_Carousel_Responsible_1023_1x.jpg",source2x:"https://www.nuveen.com/images/566/843/1497886566843/Homepage_Carousel_Responsible_1023_1x.jpg",source3x:"https://www.nuveen.com/images/566/843/1497886566843/Homepage_Carousel_Responsible_1023_1x.jpg",altText:"Slide 5"},featureLink:{href:"https://www.nuveen.com/why-responsible-investing-is-here-to-stay",target:"_self"}},{title:"Retirement",link:{href:"https://www.nuveen.com/retirement",target:"_self"},buttonName:"Retirement",calloutEyebrow:"Retirement",calloutTitle:"We’ve been crafting retirement plans<br/><em>for more than 100 years.​<\/em>",featureTitle:"Regulatory uncertainty a catalyst for QDIA re-evaluation",featureBackground:{source1x:"https://www.nuveen.com/images/600/163/1497886600163/Homepage_Carousel_Retirement_1023_1x.jpg",source2x:"https://www.nuveen.com/images/600/163/1497886600163/Homepage_Carousel_Retirement_1023_1x.jpg",source3x:"https://www.nuveen.com/images/600/163/1497886600163/Homepage_Carousel_Retirement_1023_1x.jpg",altText:"Slide 6"},featureLink:{href:"https://www.nuveen.com/regulatory-uncertainty-a-catalyst-for-qdia-reevaluation",target:"_self"}}],pii={eyebrow:{text:"Income Generations",href:"#"},headline:"Waiting to Extend: A Forward-Looking Approach to Fixed Income Investing",authors:[{authorName:"Author Name here",authorTitle:"Author title here",authorProfile:"/Author_link"}],picture:{source1x:"https://placeimg.com/1380/800/nature",source2x:"https://placeimg.com/1380/800/nature",source3x:"https://placeimg.com/1380/800/nature",altText:"Nature background"},date:"01 Apr 2017",withBackground:!1,withPicture:!0,button:{href:"/pages/pdf-viewer.html",text:"Download",target:"_blank"}},ert=function(n){return vt({},pii,n)},wii={title:"Our Strategies",description:"A broad array of Nuveen’s investment strategies managed by specialist investment teams",button:{text:"Learn More",href:"#learn-more-about-strategy"},linksList:[{text:"Equity",subText:"$323B",href:"#1"},{text:"Fixed Income",subText:"$396B",href:"#2"},{text:"Alternatives",subText:"$88B",href:"#3"},{text:"Real Estate",subText:"$116B",href:"#4"},{text:"Multi-Asset",subText:"$47B",href:"#5"},{text:"6th Title",subText:"$906K",href:"#6"}],beforeHero:"big"},bii=function(n){return vt({},wii,n)},tru={title:"Contact Us",contacts:[{thumb:{source1x:"https://placeimg.com/560/560/animals",source2x:"https://placeimg.com/98/98/animals",source3x:"https://placeimg.com/57/57/animals"},name:"Nicholas Albu",title:"Advisor Consultant",email:"nicholas@nuveen.com",phone:"800-888-8888"},{thumb:{source1x:"https://placeimg.com/560/560/arch",source2x:"https://placeimg.com/98/98/arch",source3x:"https://placeimg.com/57/57/arch"},name:"Christopher Koch",title:"Internal Advisor Consultant",email:"chris@nuveen.com",phone:"800-888-8888"}]},iru={title:"Contact Us",contacts:[{thumb:{source1x:"https://placeimg.com/560/560/any",source2x:"https://placeimg.com/98/98/any",source3x:"https://placeimg.com/57/57/any"},name:"Nicholas Albu",title:"Advisor Consultant",email:"nicholas@nuveen.com",phone:"800-888-8888"},{thumb:{source1x:"https://placeimg.com/560/560/arch",source2x:"https://placeimg.com/98/98/arch",source3x:"https://placeimg.com/57/57/arch"},name:"Christopher Koch",title:"Internal Advisor Consultant",email:"chris@nuveen.com",phone:"800-888-8888"}],sections:[{heading:"Large Markets: East",contacts:[{thumb:{source1x:"https://placeimg.com/560/560/nature",source2x:"https://placeimg.com/98/98/nature",source3x:"https://placeimg.com/57/57/nature"},name:"Floopy NoopNoops",title:"Advisor Consultant",email:"nicholas@nuveen.com",phone:"800-888-8888"},{thumb:{source1x:"https://placeimg.com/560/560/people",source2x:"https://placeimg.com/98/98/people",source3x:"https://placeimg.com/57/57/people"},name:"John Q Muggerfonker",title:"Internal Advisor Consultant",email:"chris@nuveen.com",phone:"800-888-8888"}]},{heading:"Large Markets: West",contacts:[{thumb:{source1x:"https://placeimg.com/560/560/tech",source2x:"https://placeimg.com/98/98/tech",source3x:"https://placeimg.com/57/57/tech"},name:"Nuble Garfleeplenorps",title:"Advisor Consultant",email:"nicholas@nuveen.com",phone:"800-888-8888"},{thumb:{source1x:"https://placeimg.com/560/560/animals",source2x:"https://placeimg.com/98/98/animals",source3x:"https://placeimg.com/57/57/animals"},name:"Keith David",title:"Internal Advisor Consultant",email:"chris@nuveen.com",phone:"800-888-8888"},{thumb:{source1x:"https://placeimg.com/560/560/arch",source2x:"https://placeimg.com/98/98/arch",source3x:"https://placeimg.com/57/57/arch"},name:"Gerald Jubbliepants",title:"Advisor Consultant",email:"nicholas@nuveen.com",phone:"800-888-8888"},{thumb:{source1x:"https://placeimg.com/560/560/nature",source2x:"https://placeimg.com/98/98/nature",source3x:"https://placeimg.com/57/57/nature"},name:"Ula Bengfleedober",title:"Internal Advisor Consultant",email:"chris@nuveen.com",phone:"800-888-8888"}]},{heading:"Middle Markets: North East & Mid-Atlantic",contacts:[{thumb:{source1x:"https://placeimg.com/560/560/people",source2x:"https://placeimg.com/98/98/people",source3x:"https://placeimg.com/57/57/people"},name:"George Q Fubbernucker",title:"Advisor Consultant",email:"nicholas@nuveen.com",phone:"800-888-8888"}]}]},rru={title:"Title of Table",pictureData:{source1x:"/mocks/images/blurred-table.jpg",altText:"Please login to view chart"},loginText:"Please login to view chart",loginButtonInnerMarkup:"Log in",messageText:"This content is available to financial advisors only.",loginURL:"#"},ef={theme:"dark",title:"Equity",link:{href:"/pages/angular-strategy-1.html"},aumTitle:"$323B",aumEyebrow:"in Equity Assets*",description:"<p>Equity is an investing approach focused on preservation of capital and income. If you are seeking a steady and reliable stream of income with lower risk than stocks, you may want to consider fixed income.<\/p>",background:{picture:null,videoId:"4077874637001"},featuredPage:{link:{text:"Equity strategies to invest in tomorrow’s world",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/1",source2x:"http://placeimg.com/442/532/arch/1",source3x:"http://placeimg.com/442/532/arch/1",altText:"Equity Article Photo"},videoId:"5584639356001"},associatedLinks:[{text:"All-Cap Growth ESG",href:"#equity-1"},{text:"Large Cap",href:"#equity-2"},{text:"Mid Cap",href:"#equity-3"},{text:"Non-US & Global",href:"#equity-4"},{text:"Small Cap",href:"#equity-5"}]},of={theme:"light",title:"Fixed Income",link:{href:"/pages/angular-strategy-2.html"},aumTitle:"$396B",aumEyebrow:"in fixed income assets*",description:"<p>Nuveen’s fixed income strategies span the full risk/return spectrum, enabling us to effectively address varying client needs and preferences in today’s evolving market.<\/p>",background:null,featuredPage:{link:{text:"Fixed income strategies for low and rising rates",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/2",source2x:"http://placeimg.com/442/532/arch/2",source3x:"http://placeimg.com/442/532/arch/2",altText:"Fixed Income Photo"}},associatedLinks:[{text:"Core / Core Plus",href:"#fixed-income-1"},{text:"Corporate Credit",href:"#fixed-income-2"},{text:"ESG & Impact Investing",href:"#fixed-income-3"},{text:"Municipals",href:"#fixed-income-4"},{text:"US Government & Agency",href:"#fixed-income-5"}]},ae={theme:"dark",title:"Alternatives",link:{href:"/pages/angular-strategy-3.html"},aumTitle:"$88B",aumEyebrow:"in Alternative Assets*",description:"<p>Nuveen’s alternative strategies span the full risk/return spectrum, enabling us to effectively address varying client needs and preferences in today’s evolving market.<\/p>",background:{picture:{source1x:"http://placeimg.com/1440/683/nature/3",source2x:"http://placeimg.com/1440/683/nature/3",source3x:"http://placeimg.com/1440/683/nature/3",altText:"Alternatives Photo"},videoId:null},featuredPage:{link:{text:"Alternative strategies for low and rising rates",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/people/3",source2x:"http://placeimg.com/442/532/people/3",source3x:"http://placeimg.com/442/532/people/3",altText:"Alternatives Photo"}},associatedLinks:[{text:"Agribusiness",href:"/pages/angular-strategy-4.html"},{text:"Alternative Credit",href:"#alternatives-2"},{text:"Commodities",href:"#alternatives-3"},{text:"Farmland",href:"#alternatives-4"},{text:"Infrastructure",href:"#alternatives-5"},{text:"Private Equity",href:"#alternatives-6"},{text:"Timberland",href:"#alternatives-7"}]},sf={theme:"light",title:"Multi-Asset",link:{href:"/pages/angular-strategy-4.html"},aumTitle:"$47B",aumEyebrow:"in Multi-Assets*",description:"<p>The Nuveen Family of Funds delivers excellence across every major asset class through focused teams of independent investment affiliates backed by Nuveen’s financial strength, infrastructure and resources.<\/p>",background:{picture:{source1x:"http://placeimg.com/1440/683/nature/3",source2x:"http://placeimg.com/1440/683/nature/3",source3x:"http://placeimg.com/1440/683/nature/3",altText:"Alternatives Photo"},videoId:"4077874637001"},featuredPage:{link:{text:"Multi-assets for infrastructure and resources",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/4",source2x:"http://placeimg.com/442/532/arch/4",source3x:"http://placeimg.com/442/532/arch/4",altText:"Multi-assets Photo"}},associatedLinks:[{text:"Asset Allocation",href:"#multi-asset-1"},{text:"Index",href:"#multi-asset-2"},{text:"Quantative",href:"#multi-asset-3"},{text:"Target Date",href:"#multi-asset-4"},{text:"Target Risk",href:"#multi-asset-5"}]},eo={theme:"light",title:"Real Estate",link:{href:"/pages/angular-strategy-6.html"},aumTitle:"$47B",aumEyebrow:"in Real Estate Assets*",description:"\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget nisi lacinia,\n    dictum lectus eu, semper elit. Vivamus pulvinar nisl in neque interdum pretium.\n    Cras sagittis dolor urna, ac vulputate nisl viverra eget. Sed sapien nisi, ornare in dictum at,\n    tincidunt ac massa. Vestibulum et ullamcorper nunc, eget maximus lorem. Quisque accumsan consectetur euismod.\n    Aenean id diam magna. Fusce eu euismod mi, eu rutrum diam.<\/p>\n  ",background:null,featuredPage:{link:{text:"Sed sed tempor nisi, nec tempor dolor.\n      Mauris congue semper magna nec vulputate.\n      Cras consectetur ornare nibh ut suscipit",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/5",source2x:"http://placeimg.com/442/532/arch/5",source3x:"http://placeimg.com/442/532/arch/5",altText:"Real Estate Photo"},videoId:""},associatedLinks:[{text:"Aenean congue est massa tempor",href:"#real-estate-1"},{text:"Sed sed tempor nisi, nec tempor dolor.",href:"#real-estate-2"}]},oo={theme:"dark",title:"Responsible Investing",link:{href:"/pages/angular-strategy-5.html"},aumTitle:"$47B",aumEyebrow:"in Responsible Investing*",description:'\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget nisi lacinia,\n    dictum lectus eu, semper elit. <a href="#example">Vivamus pulvinar<\/a> nisl in neque interdum pretium.\n    Cras sagittis dolor urna, ac vulputate nisl viverra eget<sup>[1]<\/sup>. Sed sapien nisi, ornare in dictum at,\n    tincidunt ac massa. <span class="nuv-underlined">Vestibulum et ullamcorper<\/span> nunc, eget maximus lorem.\n    Quisque accumsan consectetur euismod. Aenean id diam magna. Fusce eu euismod mi, eu rutrum diam.<\/p>\n    <p>Cras cursus ornare augue vel imperdiet. Morbi iaculis efficitur urna, a tincidunt lectus fermentum vel.\n    Sed sed tempor nisi, nec tempor dolor. Mauris congue semper magna nec vulputate. Cras consectetur ornare nibh ut suscipit.\n    Aenean congue est massa, et tempor ante congue eu.<\/p>\n  ',background:null,featuredPage:{link:{text:"Sed sed tempor nisi, nec tempor dolor.\n      Mauris congue semper magna nec vulputate.\n      Cras consectetur ornare nibh ut suscipit",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/6",source2x:"http://placeimg.com/442/532/arch/6",source3x:"http://placeimg.com/442/532/arch/6",altText:"Responsible Investing Photo"}},associatedLinks:[{text:"Aenean congue est massa tempor",href:"#responsible-investing-1"},{text:"Sed sed tempor nisi, nec tempor dolor.",href:"#responsible-investing-2"},{text:"Mauris congue semper magna nec vulputate.",href:"#responsible-investing-3"},{text:"Fusce eu euismod mi",href:"#responsible-investing-4"},{text:"Lorem ipsum dolor sit amet",href:"#responsible-investing-5"},{text:"Consectetur ornare nibh.",href:"#responsible-investing-6"},{text:"Tincidunt ac massa",href:"#responsible-investing-7"},{text:"Vivamus pulvinar nisl in",href:"#responsible-investing-8"}]},so={link:{href:"/pages/angular-strategy-overview.html"},aumTitle:"$967B",aumEyebrow:"in total assets*",title:"Our Optimistic Strategies",description:"<p>A broad array of investment strategies <em>managed by specialist investment teams<\/em> with some additional text for stress testing<\/p>",picture:{source1x:"http://placeimg.com/1440/683/nature/0",source2x:"http://placeimg.com/1440/683/nature/0",source3x:"http://placeimg.com/1440/683/nature/0",altText:"Overview Photo"},videoId:null},uru=vt({},so,{title:"Our Strategies",description:"<p>A broad array of investment strategies <em>managed by specialist investment teams<\/em><\/p>",picture:null,videoId:"4077874637001"}),ut=function(n){return{title:n.title,link:n.link,aumTitle:n.aumTitle}},fru=(ut(ef),ut(of),ut(ae),ut(sf),ut(ef),ut(of),ut(ae),ut(sf),ut(oo),{videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ut(ef),ut(of),ut(ae),ut(sf),ut(oo),ut(eo)],activeItemIndex:-1,overview:uru}),eru=(ut(ef),ut(of),ut(ae),ut(sf),ut(oo),ut(eo),{videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ef,ut(of),ut(ae),ut(sf),ut(oo),ut(eo)],activeItemIndex:0,overview:ut(so)}),oru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ut(ef),of,ut(ae),ut(sf),ut(oo),ut(eo)],activeItemIndex:1,overview:ut(so)},sru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ut(ef),ut(of),ae,ut(sf),ut(oo),ut(eo)],activeItemIndex:2,overview:ut(so)},hru=(ut(ef),ut(of),ut(sf),ut(eo),ut(so),ut(ef),ut(of),ut(sf),ut(so),{videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ut(ef),ut(of),ut(ae),sf,ut(oo),ut(eo)],activeItemIndex:3,overview:ut(so)}),cru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ut(ef),ut(of),ut(ae),ut(sf),oo,ut(eo)],activeItemIndex:4,overview:ut(so)},lru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ut(ef),ut(of),ut(ae),ut(sf),ut(oo),eo],activeItemIndex:5,overview:ut(so)},kii=[{label:"Number of holdings",value:"436",date:"As of: 30 Apr 2018"},{label:"Avg. coupon",value:"3.48%",date:"As of: 30 Apr 2018",direction:"INCR"},{label:"Avg. coupon not including zero coupon bonds",value:"5.19%",date:"As of: 30 Apr 2018"},{label:"% of income subject to amt",value:"3.94%",date:"AMT date: 28 Feb 2018"},{label:"Avg. bond price as a % of par",value:"$92.23",date:"As of: 30 Apr 2018"},{label:"Avg. bond price not including zero coupon bonds",value:"$107.32",date:"As of: 30 Apr 2018"},{label:"& of portfolio allocated to zero coupon bonds",value:"23.46%",date:"As of: 30 Apr 2018",direction:"DECR"},{label:"Avg. effective duration",value:"7.98",date:"As of: 30 Apr 2018"},{label:"Effective maturity",value:"19.93",date:"As of: 30 Apr 2018"},{label:"% of portfolio pre-refunded",value:"9.35%",date:"As of: 30 Apr 2018"}],aru={title:"Fund characteristics",date:"As of date: 31 Aug 2018",items:kii},vru={disclaimerText:"Past performance does not guarantee future results.  Distribution rates represent the latest declared regular distribution, annualized, relative to the most recent market price and NAV. Special distributions, including special capital gains distributions, are not included in the calculation.  Historical distribution sources have included net investment income, realized gains and return of capital.",disclaimerNote:"Nuveen is the #1 closed-end fund provider by AUM.* Closed-end funds may offer the potential for higher regular income than other types of investment products because of their distinct structure and ability to use leverage**",title:"Fund characteristics",date:"As of date: 31 Aug 2018",items:kii,footerText:"\n    <p><strong>Past performance does not guarantee future results.  Distribution rates represent the latest declared regular distribution, annualized, relative to the most recent market price and NAV. Special distributions, including special capital gains distributions, are not included in the calculation.  Historical distribution sources have included net investment income, realized gains and return of capital.<\/strong><\/p>\n    <p><em>*Morningstar Direct as of December, 31, 2017<br>**Leverage typically magnifies the total return of a fund’s portfolio, whether that return is positive or negative, and creates an opportunity for increased common share net income as well as higher volatility of net asset value, market price, and distributions. There is no assurance that a fund’s leveraging strategy will be successful<\/em><\/p>\n  "},yru={title:"Many Groups",items:[{title:"US",description:"Proprietary deal flow that comes with managing one of the world’s largest pension funds with a 99-year history.",icon:{source1x:"/mocks/images/US.svg",altText:"US Icon"},count:33,lists:{featured:{title:"Focus Strategies",items:[{text:"Divided Value",url:"#"},{text:"Large Cap Growth",url:"#"},{text:"Large Cap Value"},{text:"Large Cap Value Branded Looooooong text here gonna wrap"},{text:"Large Cap Select",url:"#"}]},general:{items:["Concentrated Core","Equity Long / Short","Equity Market Neutral","Hedged Equity","International Equity","Large Cap Core","Large Cap Core Plus","Mid Cap Growth Opportunities","Mid Cap Value","Option Overwrite","Small Cap Growth Opportunities","Small Cap Select","Small Cap Value","Special Equity"]}}},{title:"Quantitative",description:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel nisl at orci pellentesque maximus non et arcu. Suspendisse libero libero, blandit fringilla tempor quis, suscipit quis ante. Nullam nec vulputate felis. Curabitur faucibus volutpat risus sit amet porta.",icon:{source1x:"/mocks/images/quantitative.svg",altText:""},count:5,lists:{general:{items:["Concentrated Core","Equity Long / Short","Equity Market Neutral","Hedged Equity","International Equity"]}}},{title:"Non-US & Global",description:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel nisl at orci pellentesque maximus non et arcu. Suspendisse libero libero, blandit fringilla tempor quis, suscipit quis ante. Nullam nec vulputate felis. Curabitur faucibus volutpat risus sit amet porta. Suspendisse sodales lectus elit, non volutpat arcu consequat vel. Nullam tincidunt lectus ac facilisis elementum. Phasellus ultricies placerat massa, sed molestie lacus fermentum quis. Proin tempus porttitor sapien, nec aliquam ante gravida id. Cras accumsan neque commodo, dictum sapien sit amet, dapibus sem.",icon:{source1x:"/mocks/images/global.svg",altText:"Global Icon"},count:5,lists:{featured:{title:"Featured Strategies",items:[{text:"Divided Value",url:"#"},{text:"Large Cap Growth",url:"#"},{text:"Large Cap Value",url:"#"},{text:"Large Cap Value Branded",url:"#"},{text:"Large Cap Select",url:"#"}]}}},{title:"Index (No Icon)",description:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel nisl at orci pellentesque maximus non et arcu. Suspendisse libero libero, blandit fringilla tempor quis, suscipit quis ante. Nullam nec vulputate felis. Curabitur faucibus volutpat risus sit amet porta. Suspendisse sodales lectus elit, non volutpat arcu consequat vel. Nullam tincidunt lectus ac facilisis elementum. Phasellus ultricies placerat massa, sed molestie lacus fermentum quis. Proin tempus porttitor sapien, nec aliquam ante gravida id. Cras accumsan neque commodo, dictum sapien sit amet, dapibus sem.",icon:{source1x:"/mocks/images/index.svg",altText:"Index Icon"},count:8,lists:{featured:{title:"Focus Strategies",items:[{text:"Divided Value",url:"#"},{text:"Large Cap Growth",url:"#"}]},general:{items:["Concentrated Core","Equity Long / Short","Equity Market Neutral","Hedged Equity","International Equity","Large Cap Core"]}}},{title:"Environmental, Social & Governance (ESG)",icon:{source1x:"/mocks/images/environmental.svg",altText:"Environment Icon"},count:33,lists:{featured:{title:"Focus Strategies",items:[{text:"Divided Value",url:"#"},{text:"Large Cap Growth",url:"#"},{text:"Large Cap Value",url:"#"},{text:"Large Cap Value Branded",url:"#"},{text:"Large Cap Select",url:"#"}]},general:{items:["Concentrated Core","Equity Long / Short","Equity Market Neutral","Hedged Equity","International Equity","Large Cap Core","Large Cap Core Plus","Mid Cap Growth Opportunities","Mid Cap Value","Option Overwrite","Small Cap Growth Opportunities","Small Cap Select","Small Cap Value","Special Equity"]}}}]},hs=i("LvDl"),dii=function(){return function(){}}(),pru=function(n){function t(){var t=n.call(this)||this;return t.componentSelector="nuv-breaker-embed",t.defaultInputsData={properties:{title:"Municipal Bond Yields are Compelling",eyebrow:null,color:"blue",cta:null,picture:{source1x:"https://placeimg.com/1258/620/nature",source2x:"https://placeimg.com/960/960/nature",source3x:"https://placeimg.com/960/960/nature",altText:"Nature background"},copy:"Municpal bond yields are compelling when compared to the bond markets in Europe and Asia.",size:"full-width",align:"left",withGradient:!0}},t.staticVariations=[{styleguideLabel:"with extremely long title",overrideInputs:{properties:{title:"\n              Extremely long title scenario pressure test,\n              we want to test the title and copy overflowing the image, below is extremely long body copy.\n            "}}}],t.dynamicVariations=[{options:[{styleguideLabel:"color blue",overrideInputs:{properties:{color:"blue"}}},{styleguideLabel:"color orange",overrideInputs:{properties:{color:"orange"}}},{styleguideLabel:"color green",overrideInputs:{properties:{color:"green"}}}]},{options:[{styleguideLabel:"with cta",overrideInputs:{properties:{cta:{url:"#",text:"Learn More"}}}},{styleguideLabel:"without cta",overrideInputs:{properties:{cta:null}}}]},{options:[{styleguideLabel:"aligned left",overrideInputs:{properties:{align:"left"}}},{styleguideLabel:"aligned right",overrideInputs:{properties:{align:"right"}}}]},{options:[{styleguideLabel:"with eyebrow",overrideInputs:{properties:{eyebrow:"our relationship"}}},{styleguideLabel:"without eyebrow",overrideInputs:{properties:{eyebrow:null}}}]},{options:[{styleguideLabel:"size fullwidth",overrideInputs:{properties:{size:"full-width"}}},{styleguideLabel:"size body article",overrideInputs:{properties:{size:"body-article"}}}]}],t}return b(t,n),t}(dii),hf={theme:"dark",title:"Equity",link:{href:"/pages/angular-strategy-1.html"},aumTitle:"$323B",aumEyebrow:"in Equity Assets*",description:"<p>Equity is an investing approach focused on preservation of capital and income. If you are seeking a steady and reliable stream of income with lower risk than stocks, you may want to consider fixed income.<\/p>",background:{picture:null,videoId:"4077874637001"},featuredPage:{link:{text:"Equity strategies to invest in tomorrow’s world",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/1",source2x:"http://placeimg.com/442/532/arch/1",source3x:"http://placeimg.com/442/532/arch/1",altText:"Equity Article Photo"},videoId:"5584639356001"},associatedLinks:[{text:"All-Cap Growth ESG",href:"#equity-1"},{text:"Large Cap",href:"#equity-2"},{text:"Mid Cap",href:"#equity-3"},{text:"Non-US & Global",href:"#equity-4"},{text:"Small Cap",href:"#equity-5"}]},cf={theme:"light",title:"Fixed Income",link:{href:"/pages/angular-strategy-2.html"},aumTitle:"$396B",aumEyebrow:"in fixed income assets*",description:"<p>Nuveen’s fixed income strategies span the full risk/return spectrum, enabling us to effectively address varying client needs and preferences in today’s evolving market.<\/p>",background:null,featuredPage:{link:{text:"Fixed income strategies for low and rising rates",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/2",source2x:"http://placeimg.com/442/532/arch/2",source3x:"http://placeimg.com/442/532/arch/2",altText:"Fixed Income Photo"}},associatedLinks:[{text:"Core / Core Plus",href:"#fixed-income-1"},{text:"Corporate Credit",href:"#fixed-income-2"},{text:"ESG & Impact Investing",href:"#fixed-income-3"},{text:"Municipals",href:"#fixed-income-4"},{text:"US Government & Agency",href:"#fixed-income-5"}]},lf={theme:"dark",title:"Alternatives",link:{href:"/pages/angular-strategy-3.html"},aumTitle:"$88B",aumEyebrow:"in Alternative Assets*",description:"<p>Nuveen’s alternative strategies span the full risk/return spectrum, enabling us to effectively address varying client needs and preferences in today’s evolving market.<\/p>",background:{picture:{source1x:"http://placeimg.com/1440/683/nature/3",source2x:"http://placeimg.com/1440/683/nature/3",source3x:"http://placeimg.com/1440/683/nature/3",altText:"Alternatives Photo"},videoId:null},featuredPage:{link:{text:"Alternative strategies for low and rising rates",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/people/3",source2x:"http://placeimg.com/442/532/people/3",source3x:"http://placeimg.com/442/532/people/3",altText:"Alternatives Photo"}},associatedLinks:[{text:"Agribusiness",href:"/pages/angular-strategy-4.html"},{text:"Alternative Credit",href:"#alternatives-2"},{text:"Commodities",href:"#alternatives-3"},{text:"Farmland",href:"#alternatives-4"},{text:"Infrastructure",href:"#alternatives-5"},{text:"Private Equity",href:"#alternatives-6"},{text:"Timberland",href:"#alternatives-7"}]},af={theme:"light",title:"Multi-Asset",link:{href:"/pages/angular-strategy-4.html"},aumTitle:"$47B",aumEyebrow:"in Multi-Assets*",description:"<p>The Nuveen Family of Funds delivers excellence across every major asset class through focused teams of independent investment affiliates backed by Nuveen’s financial strength, infrastructure and resources.<\/p>",background:{picture:{source1x:"http://placeimg.com/1440/683/nature/3",source2x:"http://placeimg.com/1440/683/nature/3",source3x:"http://placeimg.com/1440/683/nature/3",altText:"Alternatives Photo"},videoId:"4077874637001"},featuredPage:{link:{text:"Multi-assets for infrastructure and resources",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/4",source2x:"http://placeimg.com/442/532/arch/4",source3x:"http://placeimg.com/442/532/arch/4",altText:"Multi-assets Photo"}},associatedLinks:[{text:"Asset Allocation",href:"#multi-asset-1"},{text:"Index",href:"#multi-asset-2"},{text:"Quantative",href:"#multi-asset-3"},{text:"Target Date",href:"#multi-asset-4"},{text:"Target Risk",href:"#multi-asset-5"}]},ho={theme:"light",title:"Real Estate",link:{href:"/pages/angular-strategy-6.html"},aumTitle:"$47B",aumEyebrow:"in Real Estate Assets*",description:"\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget nisi lacinia,\n    dictum lectus eu, semper elit. Vivamus pulvinar nisl in neque interdum pretium.\n    Cras sagittis dolor urna, ac vulputate nisl viverra eget. Sed sapien nisi, ornare in dictum at,\n    tincidunt ac massa. Vestibulum et ullamcorper nunc, eget maximus lorem. Quisque accumsan consectetur euismod.\n    Aenean id diam magna. Fusce eu euismod mi, eu rutrum diam.<\/p>\n  ",background:null,featuredPage:{link:{text:"Sed sed tempor nisi, nec tempor dolor.\n      Mauris congue semper magna nec vulputate.\n      Cras consectetur ornare nibh ut suscipit",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/5",source2x:"http://placeimg.com/442/532/arch/5",source3x:"http://placeimg.com/442/532/arch/5",altText:"Real Estate Photo"},videoId:""},associatedLinks:[{text:"Aenean congue est massa tempor",href:"#real-estate-1"},{text:"Sed sed tempor nisi, nec tempor dolor.",href:"#real-estate-2"}]},co={theme:"dark",title:"Responsible Investing",link:{href:"/pages/angular-strategy-5.html"},aumTitle:"$47B",aumEyebrow:"in Responsible Investing*",description:'\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget nisi lacinia,\n    dictum lectus eu, semper elit. <a href="#example">Vivamus pulvinar<\/a> nisl in neque interdum pretium.\n    Cras sagittis dolor urna, ac vulputate nisl viverra eget<sup>[1]<\/sup>. Sed sapien nisi, ornare in dictum at,\n    tincidunt ac massa. <span class="nuv-underlined">Vestibulum et ullamcorper<\/span> nunc, eget maximus lorem.\n    Quisque accumsan consectetur euismod. Aenean id diam magna. Fusce eu euismod mi, eu rutrum diam.<\/p>\n    <p>Cras cursus ornare augue vel imperdiet. Morbi iaculis efficitur urna, a tincidunt lectus fermentum vel.\n    Sed sed tempor nisi, nec tempor dolor. Mauris congue semper magna nec vulputate. Cras consectetur ornare nibh ut suscipit.\n    Aenean congue est massa, et tempor ante congue eu.<\/p>\n  ',background:null,featuredPage:{link:{text:"Sed sed tempor nisi, nec tempor dolor.\n      Mauris congue semper magna nec vulputate.\n      Cras consectetur ornare nibh ut suscipit",href:"#article-link"},picture:{source1x:"http://placeimg.com/442/532/arch/6",source2x:"http://placeimg.com/442/532/arch/6",source3x:"http://placeimg.com/442/532/arch/6",altText:"Responsible Investing Photo"}},associatedLinks:[{text:"Aenean congue est massa tempor",href:"#responsible-investing-1"},{text:"Sed sed tempor nisi, nec tempor dolor.",href:"#responsible-investing-2"},{text:"Mauris congue semper magna nec vulputate.",href:"#responsible-investing-3"},{text:"Fusce eu euismod mi",href:"#responsible-investing-4"},{text:"Lorem ipsum dolor sit amet",href:"#responsible-investing-5"},{text:"Consectetur ornare nibh.",href:"#responsible-investing-6"},{text:"Tincidunt ac massa",href:"#responsible-investing-7"},{text:"Vivamus pulvinar nisl in",href:"#responsible-investing-8"}]},df={link:{href:"/pages/angular-strategy-overview.html"},aumTitle:"$967B",aumEyebrow:"in total assets*",title:"Our Optimistic Strategies",description:"<p>A broad array of investment strategies <em>managed by specialist investment teams<\/em> with some additional text for stress testing<\/p>",picture:{source1x:"http://placeimg.com/1440/683/nature/0",source2x:"http://placeimg.com/1440/683/nature/0",source3x:"http://placeimg.com/1440/683/nature/0",altText:"Overview Photo"},videoId:null},gii=vt({},df,{title:"Our Strategies",description:"<p>A broad array of investment strategies <em>managed by specialist investment teams<\/em><\/p>",picture:null,videoId:"4077874637001"}),ft=function(n){return{title:n.title,link:n.link,aumTitle:n.aumTitle}},wru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",activeItemIndex:-1,subNavItems:[ft(hf),ft(cf),ft(lf),ft(af)],overview:df},bru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),ft(lf),ft(af),ft(co)],activeItemIndex:-1,overview:gii},kru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),ft(lf),ft(af),ft(co),ft(ho)],activeItemIndex:-1,overview:gii},dru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),ft(lf),ft(af),ft(co),ft(ho)],activeItemIndex:-1,overview:df},gru={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[hf,ft(cf),ft(lf),ft(af),ft(co),ft(ho)],activeItemIndex:0,overview:ft(df)},nuu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),cf,ft(lf),ft(af),ft(co),ft(ho)],activeItemIndex:1,overview:ft(df)},tuu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),lf,ft(af),ft(co),ft(ho)],activeItemIndex:2,overview:ft(df)},iuu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),lf,ft(af),ft(ho)],activeItemIndex:2,overview:ft(df)},ruu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),lf,ft(af)],activeItemIndex:2,overview:ft(df)},uuu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),ft(lf),af,ft(co),ft(ho)],activeItemIndex:3,overview:ft(df)},fuu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),ft(lf),ft(af),co,ft(ho)],activeItemIndex:4,overview:ft(df)},euu={videoAccountId:"1752604059001",videoPlayerId:"Vkg9W3ZXKe",subNavItems:[ft(hf),ft(cf),ft(lf),ft(af),ft(co),ho],activeItemIndex:5,overview:ft(df)},ouu=[pru,function(n){function t(){var t=n.call(this)||this;return t.componentSelector="nuv-hero-strategies",t.defaultInputsData={properties:{}},t.staticVariations=[{styleguideLabel:"As Overview with Four",overrideInputs:{properties:wru}},{styleguideLabel:"As Overview with Five",overrideInputs:{properties:bru}},{styleguideLabel:"As Overview with Six",overrideInputs:{properties:kru}},{styleguideLabel:"As Overview with Six (worst)",overrideInputs:{properties:dru}},{styleguideLabel:"As Strategy 1",overrideInputs:{properties:gru}},{styleguideLabel:"As Strategy 2",overrideInputs:{properties:nuu}},{styleguideLabel:"As Strategy 3",overrideInputs:{properties:tuu}},{styleguideLabel:"As Strategy 4",overrideInputs:{properties:uuu}},{styleguideLabel:"As Strategy 5",overrideInputs:{properties:fuu}},{styleguideLabel:"As Strategy 6",overrideInputs:{properties:euu}},{styleguideLabel:"As Strategy 3 with 5 dots",overrideInputs:{properties:iuu}},{styleguideLabel:"As Strategy 3 with 4 dots",overrideInputs:{properties:ruu}}],t.dynamicVariations=[],t}return b(t,n),t}(dii)].reduce(function(n,t){var i=new t,f=i.componentSelector,r=[],u;return i.dynamicVariations.length>0&&(r=(r=i.dynamicVariations.reduce(function(n,t){return n.reduce(function(n,i){return t.options.forEach(function(t){var r=i.styleguideLabel+" "+t.styleguideLabel,u=Object(hs.merge)(t.overrideInputs,i.overrideInputs),f=Object(hs.cloneDeep)(u);return n.push({styleguideLabel:r,overrideInputs:f}),n}),n},[])},[{overrideInputs:{},styleguideLabel:""}])).reduce(function(n,t){var r=Object(hs.cloneDeep)(i.defaultInputsData),u=Object(hs.cloneDeep)(Object(hs.merge)(r,t.overrideInputs));return n.push({styleguideLabel:t.styleguideLabel,inputs:u}),n},[])),u=[],i.staticVariations.length>0&&(u=i.staticVariations.reduce(function(n,t){var r=Object(hs.cloneDeep)(i.defaultInputsData),u=Object(hs.cloneDeep)(Object(hs.merge)(r,t.overrideInputs));return n.push({styleguideLabel:t.styleguideLabel,inputs:u}),n},[])),n[""+f]={componentSelector:f,dynamicVariations:r,staticVariations:u},n},{}),ort=function(){function n(){this.slides=yii;this.headerArticleWithImage=pii;this.headerArticleWithBackground=ert({withPicture:!1,withBackground:!0});this.headerArticleWithoutImage=ert({withPicture:!1});this.headerArticleWithVideo=ert({videoId:"5584639356001"});this.htmlTableSecurity=rru;this.institutionalContact=tru;this.institutionalContactMultisection=iru;this.strategyBreakerBeforeHero=bii({beforeHero:"big"});this.strategyBreakerBeforeLanding=bii({beforeHero:"small",linksList:[{text:"Equity",subText:"$323B",href:"#1"},{text:"Fixed Income",subText:"$396B",href:"#2"},{text:"Alternatives",subText:"$88B",href:"#3"}]});this.strategiesBreakerStrategyOverview=fru;this.strategiesBreakerStrategy1=eru;this.strategiesBreakerStrategy2=oru;this.strategiesBreakerStrategy3=sru;this.strategiesBreakerStrategy4=hru;this.strategiesBreakerStrategy5=cru;this.strategiesBreakerStrategy6=lru;this.dataCallout=aru;this.dataCalloutWithDisclaimerAndBody=vru;this.iconAccordionListMany=yru;this.dataRepository=ouu}return n.prototype.ngOnInit=function(){this.components=window.pageComponents;window.NuveenComponents&&window.NuveenComponents.videoModal&&window.NuveenComponents.videoModal.init();window.NuveenComponents&&window.NuveenComponents.socials&&window.NuveenComponents.socials.init();console.log(this.dataRepository)},n}(),suu=function(){var n=Element.prototype;return n.matches||n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}(),cb={schedule:function(n,t){var i=setTimeout(n,t);return function(){return clearTimeout(i)}},scheduleBeforeRender:function(n){if("undefined"==typeof window)return cb.schedule(n,0);if(void 0===window.requestAnimationFrame)return cb.schedule(n,16);var t=window.requestAnimationFrame(n);return function(){return window.cancelAnimationFrame(t)}}},huu=function(){function n(n,t){this.componentFactory=t.get(vh).resolveComponentFactory(n)}return n.prototype.create=function(n){return new cuu(this.componentFactory,n)},n}(),cuu=function(){function n(n,t){this.componentFactory=n;this.injector=t;this.inputChanges=null;this.implementsOnChanges=!1;this.scheduledChangeDetectionFn=null;this.scheduledDestroyFn=null;this.initialInputValues=new Map;this.unchangedInputs=new Set}return n.prototype.connect=function(n){if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);this.componentRef||this.initializeComponent(n)},n.prototype.disconnect=function(){var n=this;this.componentRef&&null===this.scheduledDestroyFn&&(this.scheduledDestroyFn=cb.schedule(function(){n.componentRef&&(n.componentRef.destroy(),n.componentRef=null)},10))},n.prototype.getInputValue=function(n){return this.componentRef?this.componentRef.instance[n]:this.initialInputValues.get(n)},n.prototype.setInputValue=function(n,t){var i,r;this.componentRef?((i=t)!==(r=this.getInputValue(n))&&(i==i||r==r)||void 0===t&&this.unchangedInputs.has(n))&&(this.recordInputChange(n,t),this.componentRef.instance[n]=t,this.scheduleDetectChanges()):this.initialInputValues.set(n,t)},n.prototype.initializeComponent=function(n){var t=er.create({providers:[],parent:this.injector}),i=function(n,t){var f=n.childNodes,e=t.map(function(){return[]}),o=-1,i,s,r,u;for(t.some(function(n,t){return"*"===n&&(o=t,!0)}),i=0,s=f.length;i<s;++i)r=f[i],u=sci(r,t,o),-1!==u&&e[u].push(r);return e}(n,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(t,i,n);this.implementsOnChanges="function"==typeof this.componentRef.instance.ngOnChanges;this.initializeInputs();this.initializeOutputs();this.detectChanges();this.injector.get(oh).attachView(this.componentRef.hostView)},n.prototype.initializeInputs=function(){var n=this;this.componentFactory.inputs.forEach(function(t){var i=t.propName;n.implementsOnChanges&&n.unchangedInputs.add(i);n.initialInputValues.has(i)&&n.setInputValue(i,n.initialInputValues.get(i))});this.initialInputValues.clear()},n.prototype.initializeOutputs=function(){var n=this,t=this.componentFactory.outputs.map(function(t){var i=t.templateName;return n.componentRef.instance[t.propName].pipe(yt(function(n){return{name:i,value:n}}))});this.events=pk.apply(void 0,kt(t))},n.prototype.callNgOnChanges=function(){if(this.implementsOnChanges&&null!==this.inputChanges){var n=this.inputChanges;this.inputChanges=null;this.componentRef.instance.ngOnChanges(n)}},n.prototype.scheduleDetectChanges=function(){var n=this;this.scheduledChangeDetectionFn||(this.scheduledChangeDetectionFn=cb.scheduleBeforeRender(function(){n.scheduledChangeDetectionFn=null;n.detectChanges()}))},n.prototype.recordInputChange=function(n,t){var i,r,u;(!this.componentRef||this.implementsOnChanges)&&(null===this.inputChanges&&(this.inputChanges={}),i=this.inputChanges[n],i?i.currentValue=t:(r=this.unchangedInputs.has(n),this.unchangedInputs.delete(n),u=r?void 0:this.getInputValue(n),this.inputChanges[n]=new ott(u,t,r)))},n.prototype.detectChanges=function(){this.componentRef&&(this.callNgOnChanges(),this.componentRef.changeDetectorRef.detectChanges())},n}(),luu=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.ngElementEventsSubscription=null,t}return b(t,n),t}(HTMLElement),nri,lb=function(){function n(){}return n.prototype.ngOnInit=function(){console.log("content two uppp1")},n}(),srt=function(n){function t(t){var i=n.call(this)||this;return i._value=t,i}return b(t,n),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),t.prototype._subscribe=function(t){var i=n.prototype._subscribe.call(this,t);return i&&!i.closed&&t.next(this._value),i},t.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new ol;return this._value},t.prototype.next=function(t){n.prototype.next.call(this,this._value=t)},t}(fo),hrt=function(n){function t(t,i){var r=n.call(this,t,i)||this;return r.scheduler=t,r.work=i,r.pending=!1,r}return b(t,n),t.prototype.schedule=function(n,t){if(void 0===t&&(t=0),this.closed)return this;this.state=n;var i=this.id,r=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(r,i,t)),this.pending=!0,this.delay=t,this.id=this.id||this.requestAsyncId(r,this.id,t),this},t.prototype.requestAsyncId=function(n,t,i){return void 0===i&&(i=0),setInterval(n.flush.bind(n,this),i)},t.prototype.recycleAsyncId=function(n,t,i){if(void 0===i&&(i=0),null!==i&&this.delay===i&&!1===this.pending)return t;clearInterval(t)},t.prototype.execute=function(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(n,t);if(i)return i;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(n){var i=!1,r=void 0;try{this.work(n)}catch(t){i=!0;r=!!t&&t||new Error(t)}if(i)return this.unsubscribe(),r},t.prototype._unsubscribe=function(){var n=this.id,t=this.scheduler,i=t.actions,r=i.indexOf(this);this.work=null;this.state=null;this.pending=!1;this.scheduler=null;-1!==r&&i.splice(r,1);null!=n&&(this.id=this.recycleAsyncId(t,n,null));this.delay=null},t}(function(n){function t(){return n.call(this)||this}return b(t,n),t.prototype.schedule=function(n,t){return void 0===t&&(t=0),this},t}(tu)),auu=function(n){function t(t,i){var r=n.call(this,t,i)||this;return r.scheduler=t,r.work=i,r}return b(t,n),t.prototype.schedule=function(t,i){return void 0===i&&(i=0),i>0?n.prototype.schedule.call(this,t,i):(this.delay=i,this.state=t,this.scheduler.flush(this),this)},t.prototype.execute=function(t,i){return i>0||this.closed?n.prototype.execute.call(this,t,i):this._execute(t,i)},t.prototype.requestAsyncId=function(t,i,r){return void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0?n.prototype.requestAsyncId.call(this,t,i,r):t.flush(this)},t}(hrt),tri=function(){function n(t,i){void 0===i&&(i=n.now);this.SchedulerAction=t;this.now=i}return n.prototype.schedule=function(n,t,i){return void 0===t&&(t=0),new this.SchedulerAction(this,n).schedule(i,t)},n.now=function(){return Date.now()},n}(),crt=function(n){function t(i,r){void 0===r&&(r=tri.now);var u=n.call(this,i,function(){return t.delegate&&t.delegate!==u?t.delegate.now():r()})||this;return u.actions=[],u.active=!1,u.scheduled=void 0,u}return b(t,n),t.prototype.schedule=function(i,r,u){return void 0===r&&(r=0),t.delegate&&t.delegate!==this?t.delegate.schedule(i,r,u):n.prototype.schedule.call(this,i,r,u)},t.prototype.flush=function(n){var t=this.actions,i;if(this.active)t.push(n);else{this.active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=t.shift());if(this.active=!1,i){for(;n=t.shift();)n.unsubscribe();throw i;}}},t}(tri),vuu=new(function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(crt))(auu),yuu=new ii(function(n){return n.complete()});nri||(nri={});var cl=function(){function n(n,t,i){this.kind=n;this.value=t;this.error=i;this.hasValue="N"===n}return n.prototype.observe=function(n){switch(this.kind){case"N":return n.next&&n.next(this.value);case"E":return n.error&&n.error(this.error);case"C":return n.complete&&n.complete()}},n.prototype.do=function(n,t,i){switch(this.kind){case"N":return n&&n(this.value);case"E":return t&&t(this.error);case"C":return i&&i()}},n.prototype.accept=function(n,t,i){return n&&"function"==typeof n.next?this.observe(n):this.do(n,t,i)},n.prototype.toObservable=function(){switch(this.kind){case"N":return vu(this.value);case"E":return ky(this.error);case"C":return yuu}throw new Error("unexpected notification kind value");},n.createNext=function(t){return void 0!==t?new n("N",t):n.undefinedValueNotification},n.createError=function(t){return new n("E",void 0,t)},n.createComplete=function(){return n.completeNotification},n.completeNotification=new n("C"),n.undefinedValueNotification=new n("N",void 0),n}(),puu=function(){function n(n,t){void 0===t&&(t=0);this.scheduler=n;this.delay=t}return n.prototype.call=function(n,t){return t.subscribe(new wuu(n,this.scheduler,this.delay))},n}(),wuu=function(n){function t(t,i,r){void 0===r&&(r=0);var u=n.call(this,t)||this;return u.scheduler=i,u.delay=r,u}return b(t,n),t.dispatch=function(n){n.notification.observe(n.destination);this.unsubscribe()},t.prototype.scheduleMessage=function(n){this.destination.add(this.scheduler.schedule(t.dispatch,this.delay,new buu(n,this.destination)))},t.prototype._next=function(n){this.scheduleMessage(cl.createNext(n))},t.prototype._error=function(n){this.scheduleMessage(cl.createError(n));this.unsubscribe()},t.prototype._complete=function(){this.scheduleMessage(cl.createComplete());this.unsubscribe()},t}(fr),buu=function(){return function(n,t){this.notification=n;this.destination=t}}(),kuu=function(){function n(n,t){this.observables=n;this.project=t}return n.prototype.call=function(n,t){return t.subscribe(new duu(n,this.observables,this.project))},n}(),duu=function(n){function t(t,i,r){var f=n.call(this,t)||this,e,u,o;for(f.observables=i,f.project=r,f.toRespond=[],e=i.length,f.values=new Array(e),u=0;u<e;u++)f.toRespond.push(u);for(u=0;u<e;u++)o=i[u],f.add(ks(f,o,o,u));return f}return b(t,n),t.prototype.notifyNext=function(n,t,i){var r,u;this.values[i]=t;r=this.toRespond;r.length>0&&(u=r.indexOf(i),-1!==u&&r.splice(u,1))},t.prototype.notifyComplete=function(){},t.prototype._next=function(n){if(0===this.toRespond.length){var t=[n].concat(this.values);this.project?this._tryProject(t):this.destination.next(t)}},t.prototype._tryProject=function(n){var t;try{t=this.project.apply(this,n)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(ts),guu=function(){function n(n,t,i){void 0===i&&(i=!1);this.accumulator=n;this.seed=t;this.hasSeed=i}return n.prototype.call=function(n,t){return t.subscribe(new nfu(n,this.accumulator,this.seed,this.hasSeed))},n}(),nfu=function(n){function t(t,i,r,u){var f=n.call(this,t)||this;return f.accumulator=i,f._seed=r,f.hasSeed=u,f.index=0,f}return b(t,n),Object.defineProperty(t.prototype,"seed",{get:function(){return this._seed},set:function(n){this.hasSeed=!0;this._seed=n},enumerable:!0,configurable:!0}),t.prototype._next=function(n){if(this.hasSeed)return this._tryNext(n);this.seed=n;this.destination.next(n)},t.prototype._tryNext=function(n){var t,i=this.index++;try{t=this.accumulator(this.seed,n,i)}catch(r){this.destination.error(r)}this.seed=t;this.destination.next(t)},t}(fr),tfu=function(){function n(n,t){this.compare=n;this.keySelector=t}return n.prototype.call=function(n,t){return t.subscribe(new ifu(n,this.compare,this.keySelector))},n}(),ifu=function(n){function t(t,i,r){var u=n.call(this,t)||this;return u.keySelector=r,u.hasKey=!1,"function"==typeof i&&(u.compare=i),u}return b(t,n),t.prototype.compare=function(n,t){return n===t},t.prototype._next=function(n){var t,i,r;try{i=this.keySelector;t=i?i(n):n}catch(u){return this.destination.error(u)}if(r=!1,this.hasKey)try{r=this.compare(this.key,t)}catch(u){return this.destination.error(u)}else this.hasKey=!0;r||(this.key=t,this.destination.next(n))},t}(fr),rfu={},iri="@ngrx/store/init",wh=function(n){function t(){return n.call(this,{type:iri})||this}return b(t,n),t.prototype.next=function(t){if("function"==typeof t)throw new TypeError("\n        Dispatch expected an object, instead it received a function.\n        If you're using the createAction function, make sure to invoke the function\n        before dispatching the action. For example, someAction should be someAction().");if(void 0===t)throw new TypeError("Actions must be objects");if(void 0===t.type)throw new TypeError("Actions must have a type property");n.prototype.next.call(this,t)},t.prototype.complete=function(){},t.prototype.ngOnDestroy=function(){n.prototype.complete.call(this)},t}(srt),rri=new ri("@ngrx/store Internal Root Guard"),uri=new ri("@ngrx/store Internal Initial State"),lrt=new ri("@ngrx/store Initial State"),fri=new ri("@ngrx/store Reducer Factory"),eri=new ri("@ngrx/store Internal Reducer Factory Provider"),ori=new ri("@ngrx/store Initial Reducers"),art=new ri("@ngrx/store Internal Initial Reducers"),sri=new ri("@ngrx/store Internal Store Reducers"),hri=new ri("@ngrx/store User Provided Meta Reducers"),cri=new ri("@ngrx/store Meta Reducers"),lri=new ri("@ngrx/store Internal Resolved Meta Reducers"),ari=new ri("@ngrx/store User Runtime Checks Config"),vri=new ri("@ngrx/store Internal User Runtime Checks Config"),av=new ri("@ngrx/store Internal Runtime Checks"),yri=new ri("@ngrx/store Check if Action types are unique"),vrt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(ii),pri=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(wh),ab=function(n){function t(t,i,r,u){var f=n.call(this,u(r,i))||this;return f.dispatcher=t,f.initialState=i,f.reducers=r,f.reducerFactory=u,f}return b(t,n),t.prototype.addFeature=function(n){this.addFeatures([n])},t.prototype.addFeatures=function(n){var t=n.reduce(function(n,t){var i=t.reducers,f=t.reducerFactory,r=t.metaReducers,u=t.initialState,e=t.key,o="function"==typeof i?function(n){var t=Array.isArray(n)&&n.length>0?fg.apply(void 0,kt(n)):function(n){return n};return function(n,i){return n=t(n),function(t,r){return n(t=void 0===t?i:t,r)}}}(r)(i,u):olt(f,r)(i,u);return n[e]=o,n},{});this.addReducers(t)},t.prototype.removeFeature=function(n){this.removeFeatures([n])},t.prototype.removeFeatures=function(n){this.removeReducers(n.map(function(n){return n.key}))},t.prototype.addReducer=function(n,t){var i;this.addReducers(((i={})[n]=t,i))},t.prototype.addReducers=function(n){this.reducers=vt(vt({},this.reducers),n);this.updateReducers(Object.keys(n))},t.prototype.removeReducer=function(n){this.removeReducers([n])},t.prototype.removeReducers=function(n){var t=this;n.forEach(function(n){var i,r;t.reducers=(i=t.reducers,r=n,Object.keys(i).filter(function(n){return n!==r}).reduce(function(n,t){var r;return Object.assign(n,((r={})[t]=i[t],r))},{}))});this.updateReducers(n)},t.prototype.updateReducers=function(n){this.next(this.reducerFactory(this.reducers,this.initialState));this.dispatcher.next({type:"@ngrx/store/update-reducers",features:n})},t.prototype.ngOnDestroy=function(){this.complete()},t}(srt),vv=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.ngOnDestroy=function(){this.complete()},t}(fo),wri=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(ii),yrt=function(n){function t(t,i,r,u){var o,f,e=n.call(this,u)||this,s=t.pipe((o=vuu,void 0===f&&(f=0),function(n){return n.lift(new puu(o,f))})).pipe(ha(i)).pipe(function(n,t){var i=!1;return arguments.length>=2&&(i=!0),function(r){return r.lift(new guu(n,t,i))}}(aci,{state:u}));return e.stateSubscription=s.subscribe(function(n){var t=n.action;e.next(n.state);r.next(t)}),e}return b(t,n),t.prototype.ngOnDestroy=function(){this.stateSubscription.unsubscribe();this.complete()},t.INIT=iri,t}(srt);gt=function(n){function t(t,i,r){var u=n.call(this)||this;return u.actionsObserver=i,u.reducerManager=r,u.source=t,u}var i;return b(t,n),i=t,t.prototype.select=function(n){for(var i,r=[],t=1;t<arguments.length;t++)r[t-1]=arguments[t];return(i=ui).call.apply(i,kt([null,n],r))(this)},t.prototype.lift=function(n){var t=new i(this,this.actionsObserver,this.reducerManager);return t.operator=n,t},t.prototype.dispatch=function(n){this.actionsObserver.next(n)},t.prototype.next=function(n){this.actionsObserver.next(n)},t.prototype.error=function(n){this.actionsObserver.error(n)},t.prototype.complete=function(){this.actionsObserver.complete()},t.prototype.addReducer=function(n,t){this.reducerManager.addReducer(n,t)},t.prototype.removeReducer=function(n){this.reducerManager.removeReducer(n)},t}(ii);hw="https://ngrx.io/guide/store/configuration/runtime-checks";ka=function(){return function(){}}();vtt=function(){function n(n,t,i){this.features=n;this.featureReducers=t;this.reducerManager=i;var r=n.map(function(n,i){var r=t.shift()[i];return vt(vt({},n),{reducers:r,initialState:plt(n.initialState)})});i.addFeatures(r)}return n.prototype.ngOnDestroy=function(){this.reducerManager.removeFeatures(this.features)},n}();var ufu=i("MCLT"),bh=function(){function n(){}return n.prototype.getProductUrl=function(n){var t=window.productUrls[n];return"string"==typeof t?t:"object"==typeof t?window.productUrls[t.fundCode]+"?shareclass="+t.shareClass:"#"},n.ngInjectableDef=ou({factory:function(){return new n},token:n,providedIn:"root"}),n}(),cs=function(n,t){return yt(function(i){return t.replace(n,i)})},ls=function(n,t,i){return i.replace(t,n)},bri=new Intl.DateTimeFormat("en",{year:"numeric"}),kri=new Intl.DateTimeFormat("en",{month:"short"}),dri=new Intl.DateTimeFormat("en",{day:"2-digit"}),gri=new bh;da={PRODUCTHEROSTARRATING:1,DATACALLOUTSTARRATING:2,APITABLESTARRATING:3};var vb=function(n){return n.apiData},nui=ee(vb,function(n){return n.pageData}),di=ee(vb,function(n,t){return fu(t.propertyName,n.pageData)}),kh=ee(vb,function(n,t){return n[t.url]}),dh=ee(vb,function(n,t){return fu(t.propertyName,n[t.url])}),fu=function(n,t){return n?n.replace("[",".").replace("]","").split(".").reduce(function(n,t){return null==n?n:n[t]},t):t},prt=function(){function n(n){this.store=n;this.callerType="DATACALLOUT"}return n.prototype.ngOnInit=function(){var n=this;this.dataPointGroups=JSON.parse(this.dataPointGroupsString);this.dataPointGroups.forEach(function(t){t.dataPoint.value$=n.store.pipe(ui(di,{propertyName:t.dataPoint.apiProperty}),yt(function(n){var i=hr(t.dataPoint.displayStyle,n,2),r=null;return"Star Rating"===t.dataPoint.displayStyle&&(r=i.classes),t.dataPoint.displayStyleCssClass=r,i.value}));t.show$=n.store.pipe(ui(di,{propertyName:t.dataPoint.apiProperty}),yt(function(n){return!(t.hideIfEmpty&&(null===n||""===n))}));t.dataPoint.label$=n.store.pipe(ui(di,{propertyName:t.dataPoint.labelApiProperty}),cs("{0}",t.dataPoint.labelString));t.subDataPoints&&t.subDataPoints.forEach(function(t){t.value$=n.store.pipe(ui(di,{propertyName:t.apiProperty}),yt(function(n){var i=hr(t.displayStyle,n,2),r=null;return"Star Rating"===t.displayStyle&&(r=i.classes),t.displayStyleCssClass=r,i.value}));t.label$=n.store.pipe(ui(di,{propertyName:t.labelApiProperty}),cs("{0}",t.labelString));t.show$=n.store.pipe(ui(di,{propertyName:t.apiProperty}),yt(function(){return!t.hideLabel}))})})},n}(),ffu={chart:{height:360,plotBackgroundColor:null,plotBorderWidth:null,plotShadow:!1,type:"pie"},colors:["#0092BC","#003F54","#00AE98","#2BA824","#2D8C9E","#C4D600","#00C1D5","#789D4A","#72B0BD","#A9C47F","#5C82A5","#CC8A00"],legend:{align:"right",verticalAlign:"middle",layout:"vertical"},navigation:{buttonOptions:{enabled:!1}},plotOptions:{pie:{allowPointSelect:!0,borderWidth:0,cursor:"pointer",dataLabels:{enabled:!1},showInLegend:!0}},title:{text:""},tooltip:{pointFormat:"<b>{point.percentage:.1f}%<\/b>"}},wrt=i("6n/F");i("AxlJ")(wrt);cw=function(){function n(n){this.http=n}return n.prototype.getPageData=function(){var n=this;this.http.get("/global/api/performancedata/getperformancedata?performanceGuid=%7BEE2233DD-DBA6-43DB-AD69-8C9A04532F78%7D").subscribe(function(t){var i=JSON.parse(JSON.stringify(t));n.data=i.Data;n.setChartDefaults();n.mountChart("region-chart",n.convertChartKeys(n.data.portfolioComposition.regionAllocation));n.mountChart("sector-chart",n.convertChartKeys(n.data.portfolioComposition.sectorAllocation));n.setTableFilters();n.setTables()})},n.prototype.interpolateTableHead=function(n){return"<thead>\n        <tr>\n          "+n.map(function(n){return"<th>"+n+"<\/th>"}).join("")+"\n        <\/tr>\n      <\/thead>"},n.prototype.interpolateTableBody=function(n,t,i){var r=this,u=t.length>1;return t.map(function(t,f){return"<tbody>\n          "+(u?"<tr><th colspan="+n.length+">"+i[f]+"<\/th><\/tr>":"")+"\n          "+(t.length?t.map(function(t){return"<tr>\n                "+n.map(function(n){return"<td>"+t[n]+"<\/td>"}).join("")+"\n              <\/tr>"}).join(""):"<tr><td colspan="+n.length+">"+r.filterTerm+" not available.<\/td><\/tr>")+"\n        <\/tbody>"}).join("")},n.prototype.buildTable=function(n,t,i,r){return void 0===r&&(r=[]),{title:n,tableMarkup:"\n          <table>\n            "+this.interpolateTableHead(Object.keys(t).map(function(n){return t[n]}))+"\n            "+this.interpolateTableBody(Object.keys(t),i,r)+"\n          <\/table>\n        ",download:null,legalMarkup:null}},n.prototype.setChartDefaults=function(){wrt.setOptions(ffu)},n.prototype.convertChartKeys=function(n){return n.map(function(n){return{name:n.name,y:parseFloat(n.value)}})},n.prototype.mountChart=function(n,t){wrt.chart(n,{series:[{data:t}]})},n.prototype.formatDate=function(n,t){var i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];return n.map(function(n){var f,r,u=new Date(n[t]);return vt({},n,((f={})[t]=((r=u.getDate())<10?"0"+r:r)+" "+i[u.getMonth()]+" "+u.getFullYear(),f))})},n.prototype.setTables=function(){var i,n,t;(this.regionTableMarkup=this.buildTable(this.data.RegionAllocation.tableTitle,{name:this.data.RegionAllocation.tableFirstColumnTitle,value:this.data.RegionAllocation.tableSecondColumnTitle},[this.data.portfolioComposition.regionAllocation]),this.sectorTableMarkup=this.buildTable(this.data.SectorAllocation.tableTitle,{name:this.data.SectorAllocation.tableFirstColumnTitle,value:this.data.SectorAllocation.tableSecondColumnTitle},[this.data.portfolioComposition.sectorAllocation]),this.netTotalReturnsTableMarkup=this.buildTable(this.data.NetTotalReturn.tableTitle,{name:this.data.NetTotalReturn.shareClassLabel,inceptionDate:this.data.NetTotalReturn.inceptionDateLabel,monthly:this.data.NetTotalReturn.monthlyLabel,ytd:this.data.NetTotalReturn.ytdLabel,oneYear:this.data.NetTotalReturn.oneYearLabel,threeYear:this.data.NetTotalReturn.threeYearLabel,sinceInception:this.data.NetTotalReturn.sinceInceptionLabel},this.applyTableFilters([this.formatDate(this.data.performance.netTotalReturns,"inceptionDate")])),this.calendarYearReturnsTableMarkup=this.buildTable(this.data.CalendarYearReturn.tableTitle,""==this.data.CalendarYearReturn.currentYearLabel?{name:this.data.CalendarYearReturn.classNameLabel,previousYearValue:this.data.CalendarYearReturn.previousYearLabel}:""==this.data.CalendarYearReturn.yearYTDLabel?{name:this.data.CalendarYearReturn.classNameLabel,previousYearValue:this.data.CalendarYearReturn.previousYearLabel,currentYearValue:this.data.CalendarYearReturn.currentYearLabel}:""==this.data.CalendarYearReturn.additionalYearYTDLabel?{name:this.data.CalendarYearReturn.classNameLabel,previousYearValue:this.data.CalendarYearReturn.previousYearLabel,currentYearValue:this.data.CalendarYearReturn.currentYearLabel,yearYTD:this.data.CalendarYearReturn.yearYTDLabel}:{name:this.data.CalendarYearReturn.classNameLabel,previousYearValue:this.data.CalendarYearReturn.previousYearLabel,currentYearValue:this.data.CalendarYearReturn.currentYearLabel,yearYTD:this.data.CalendarYearReturn.yearYTDLabel,yearFourthcolumnValue:this.data.CalendarYearReturn.additionalYearYTDLabel},this.applyTableFilters([this.data.performance.calendarYearReturn])),this.distributionRateTableMarkup=this.buildTable(this.data.DistributionRate.tableTitle,{name:this.data.DistributionRate.titleLabel,value:this.data.DistributionRate.valueLabel},this.applyTableFilters([this.data.performance.distributionRate])),""!=this.data.MonthlyNav.tableSubTitle)&&(i='<span _ngcontent-c1 class="calenderTableMainTitle">'+this.data.MonthlyNav.tableTitle+'<\/span><span _ngcontent-c1 class="calenderTableSubTitle">'+this.data.MonthlyNav.tableSubTitle+"<\/span>");this.monthlyNavTableMarkup=this.buildTable(i,{name:this.data.MonthlyNav.titleLabel,value:this.data.MonthlyNav.valueLabel},this.applyTableFilters([this.data.performance.monthlyNav]));n=[];t=[];this.data.NetMonthlyTotalReturns.NetTotalReturnsByMonthYear.NetTotalReturnsByMonthYearFolder.forEach(function(i){n.push(i.NetTotalReturnsByMonthYearItem);t.push(i.Yeardata)});this.netTotalReturnsByMonthTableMarkup=this.buildTable(this.data.NetMonthlyTotalReturns.tableTitle,{name:"",jan:"jan",feb:"feb",mar:"mar",apr:"apr",may:"may",jun:"jun",jul:"jul",aug:"aug",sep:"sep",oct:"oct",nov:"nov",dec:"dec",ytd:"ytd"},this.applyTableFilters(n),t)},n.prototype.setTableFilters=function(){if(this.tableFilters=this.data.ShareClassFilter.FilterOptions,null!==this.data.ShareClassFilter.DefaultFilterOptions){for(var n in this.data.ShareClassFilter.FilterOptions)this.data.ShareClassFilter.FilterOptions[n].Value===this.data.ShareClassFilter.DefaultFilterOptions.Value&&(this.data.ShareClassFilter.FilterOptions[n].Selected="selected");this.filterTerm=this.data.ShareClassFilter.DefaultFilterOptions.Value}},n.prototype.applyTableFilters=function(n){var t=this;return this.filterTerm?n.map(function(n){return n.filter(function(n){return n.name.split("(")[0].replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")===t.filterTerm})}):n},n.prototype.onFilterChange=function(n){this.filterTerm=n.target.value;this.setTables()},n.prototype.ngOnInit=function(){return i=this,void 0,n=function(){return function(n,t){function f(f){return function(o){return function(f){if(e)throw new TypeError("Generator is already executing.");for(;r;)try{if(e=1,u&&(i=2&f[0]?u.return:f[0]?u.throw||((i=u.return)&&i.call(u),0):u.next)&&!(i=i.call(u,f[1])).done)return i;switch(u=0,i&&(f=[2&f[0],i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++;u=f[1];f=[0];continue;case 7:f=r.ops.pop();r.trys.pop();continue;default:if(!((i=(i=r.trys).length>0&&i[i.length-1])||6!==f[0]&&2!==f[0])){r=0;continue}if(3===f[0]&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(6===f[0]&&r.label<i[1]){r.label=i[1];i=f;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(f);break}i[2]&&r.ops.pop();r.trys.pop();continue}f=t.call(n,r)}catch(o){f=[6,o];u=0}finally{e=i=0}if(5&f[0])throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}([f,o])}}var e,u,i,o,r={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:f(0),"throw":f(1),"return":f(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o}(this,function(n){switch(n.label){case 0:return[4,this.getPageData()];case 1:return n.sent(),[2]}})},new((t=void 0)||(t=Promise))(function(r,u){function e(t){try{f(n.next(t))}catch(i){u(i)}}function o(t){try{f(n.throw(t))}catch(i){u(i)}}function f(n){var i;n.done?r(n.value):(i=n.value,i instanceof t?i:new t(function(n){n(i)})).then(e,o)}f((n=n.apply(i,[])).next())});var i,t,n},n}();var efu=function(){function n(n){this.selector=n}return n.prototype.call=function(n,t){return t.subscribe(new ofu(n,this.selector,this.caught))},n}(),ofu=function(n){function t(t,i,r){var u=n.call(this,t)||this;return u.selector=i,u.caught=r,u}return b(t,n),t.prototype.error=function(t){var r,i,u;if(!this.isStopped){r=void 0;try{r=this.selector(t,this.caught)}catch(f){return void n.prototype.error.call(this,f)}this._unsubscribeAndRecycle();i=new nl(this,void 0,void 0);this.add(i);u=ks(this,r,void 0,void 0,i);u!==i&&this.add(u)}},t}(ts),brt=function(){function n(n){this.http=n;this.apiUrl="/global/api/article/getheroarticle?articleID="}return n.prototype.getHeaderArticleData=function(n){return this.http.get(""+this.apiUrl+n).pipe(yu(this.handleError("getHeaderArticle")))},n.prototype.handleError=function(n,t){return void 0===n&&(n="operation"),function(i){return console.error(i),console.log(n+" failed: "+i.message),vu(t)}},n}(),krt=function(){function n(n,t){this.headerArticleEmbedService=n;this.elm=t;this.pageId=this.elm.nativeElement.getAttribute("page-id")}return n.prototype.getHeaderArticle=function(){var n=this;this.headerArticleEmbedService.getHeaderArticleData(this.pageId).subscribe(function(t){n.data=t;for(var r=JSON.parse(JSON.stringify(t.authors)),i=0,u=r;i<u.length;i++)u[i]["@type"]="Person";n.dataComponent='{\n            "styleguide_title":"Article Hero Component (multiple authors)",\n            "styleguide_description":"",\n            "componentName":"articleHero",\n            "componentType":"Article",\n            "headline":"'+t.headline+'",\n            "author":'+JSON.stringify(r)+"\n         }"})},n.prototype.ngOnInit=function(){this.getHeaderArticle()},n}(),tui=function(){return function(){}}(),gh=void 0,sfu=["en",[["a","p"],["AM","PM"],gh],[["AM","PM"],gh,gh],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],gh,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],gh,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",gh,"{1} 'at' {0}",gh],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",{},function(n){var t=Math.floor(Math.abs(n)),i=n.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===i?1:5}],iui={},yv=function(n){return n[n.Zero=0]="Zero",n[n.One=1]="One",n[n.Two=2]="Two",n[n.Few=3]="Few",n[n.Many=4]="Many",n[n.Other=5]="Other",n}({}),ve=function(n){return n[n.Format=0]="Format",n[n.Standalone=1]="Standalone",n}({}),or=function(n){return n[n.Narrow=0]="Narrow",n[n.Abbreviated=1]="Abbreviated",n[n.Wide=2]="Wide",n[n.Short=3]="Short",n}({}),vf=function(n){return n[n.Short=0]="Short",n[n.Medium=1]="Medium",n[n.Long=2]="Long",n[n.Full=3]="Full",n}({}),nc=function(n){return n[n.Decimal=0]="Decimal",n[n.Group=1]="Group",n[n.List=2]="List",n[n.PercentSign=3]="PercentSign",n[n.PlusSign=4]="PlusSign",n[n.MinusSign=5]="MinusSign",n[n.Exponential=6]="Exponential",n[n.SuperscriptingExponent=7]="SuperscriptingExponent",n[n.PerMille=8]="PerMille",n[n[1/0]=9]="Infinity",n[n.NaN=10]="NaN",n[n.TimeSeparator=11]="TimeSeparator",n[n.CurrencyDecimal=12]="CurrencyDecimal",n[n.CurrencyGroup=13]="CurrencyGroup",n}({}),hfu=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,pv={},cfu=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,as=function(n){return n[n.Short=0]="Short",n[n.ShortGMT=1]="ShortGMT",n[n.Long=2]="Long",n[n.Extended=3]="Extended",n}({}),hi=function(n){return n[n.FullYear=0]="FullYear",n[n.Month=1]="Month",n[n.Date=2]="Date",n[n.Hours=3]="Hours",n[n.Minutes=4]="Minutes",n[n.Seconds=5]="Seconds",n[n.FractionalSeconds=6]="FractionalSeconds",n[n.Day=7]="Day",n}({}),ki=function(n){return n[n.DayPeriods=0]="DayPeriods",n[n.Days=1]="Days",n[n.Months=2]="Months",n[n.Eras=3]="Eras",n}({});lw={};var lfu=new ri("UseV4Plurals"),rui=function(){return function(){}}(),afu=function(n){function t(t,i){var r=n.call(this)||this;return r.locale=t,r.deprecatedPluralFn=i,r}return b(t,n),t.prototype.getPluralCategory=function(n,t){switch(this.deprecatedPluralFn?this.deprecatedPluralFn(t||this.locale,n):function(n){return rf(n)[18]}(t||this.locale)(n)){case yv.Zero:return"zero";case yv.One:return"one";case yv.Two:return"two";case yv.Few:return"few";case yv.Many:return"many";default:return"other"}},t}(rui),nt=function(){function n(n,t,i,r){this._iterableDiffers=n;this._keyValueDiffers=t;this._ngEl=i;this._renderer=r;this._initialClasses=[]}return Object.defineProperty(n.prototype,"klass",{set:function(n){this._removeClasses(this._initialClasses);this._initialClasses="string"==typeof n?n.split(/\s+/):[];this._applyClasses(this._initialClasses);this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClass",{set:function(n){this._removeClasses(this._rawClass);this._applyClasses(this._initialClasses);this._iterableDiffer=null;this._keyValueDiffer=null;this._rawClass="string"==typeof n?n.split(/\s+/):n;this._rawClass&&(dl(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),n.prototype.ngDoCheck=function(){var n,t;this._iterableDiffer?(n=this._iterableDiffer.diff(this._rawClass),n&&this._applyIterableChanges(n)):this._keyValueDiffer&&(t=this._keyValueDiffer.diff(this._rawClass),t&&this._applyKeyValueChanges(t))},n.prototype._applyKeyValueChanges=function(n){var t=this;n.forEachAddedItem(function(n){return t._toggleClass(n.key,n.currentValue)});n.forEachChangedItem(function(n){return t._toggleClass(n.key,n.currentValue)});n.forEachRemovedItem(function(n){n.previousValue&&t._toggleClass(n.key,!1)})},n.prototype._applyIterableChanges=function(n){var t=this;n.forEachAddedItem(function(n){if("string"!=typeof n.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+sr(n.item));t._toggleClass(n.item,!0)});n.forEachRemovedItem(function(n){return t._toggleClass(n.item,!1)})},n.prototype._applyClasses=function(n){var t=this;n&&(Array.isArray(n)||n instanceof Set?n.forEach(function(n){return t._toggleClass(n,!0)}):Object.keys(n).forEach(function(i){return t._toggleClass(i,!!n[i])}))},n.prototype._removeClasses=function(n){var t=this;n&&(Array.isArray(n)||n instanceof Set?n.forEach(function(n){return t._toggleClass(n,!1)}):Object.keys(n).forEach(function(n){return t._toggleClass(n,!1)}))},n.prototype._toggleClass=function(n,t){var i=this;(n=n.trim())&&n.split(/\s+/g).forEach(function(n){t?i._renderer.addClass(i._ngEl.nativeElement,n):i._renderer.removeClass(i._ngEl.nativeElement,n)})},n}(),vfu=function(){function n(n,t,i,r){this.$implicit=n;this.ngForOf=t;this.index=i;this.count=r}return Object.defineProperty(n.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),n}(),p=function(){function n(n,t,i){this._viewContainer=n;this._template=t;this._differs=i;this._ngForOfDirty=!0;this._differ=null}return Object.defineProperty(n.prototype,"ngForOf",{set:function(n){this._ngForOf=n;this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(n){fe()&&null!=n&&"function"!=typeof n&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(n)+". See https://angular.io/docs/ts/latest/api/common/index/NgFor-directive.html#!#change-propagation for more information.");this._trackByFn=n},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngForTemplate",{set:function(n){n&&(this._template=n)},enumerable:!0,configurable:!0}),n.prototype.ngDoCheck=function(){var n,i,t;if(this._ngForOfDirty&&(this._ngForOfDirty=!1,n=this._ngForOf,!this._differ&&n))try{this._differ=this._differs.find(n).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+n+"' of type '"+((i=n).name||typeof i)+"'. NgFor only supports binding to Iterables such as Arrays.");}this._differ&&(t=this._differ.diff(this._ngForOf),t&&this._applyChanges(t))},n.prototype._applyChanges=function(n){var i=this,r=[],t,f,u;for(n.forEachOperation(function(n,t,u){if(null==n.previousIndex){var f=i._viewContainer.createEmbeddedView(i._template,new vfu(null,i._ngForOf,-1,-1),u),e=new uui(n,f);r.push(e)}else null==u?i._viewContainer.remove(t):(f=i._viewContainer.get(t),i._viewContainer.move(f,u),e=new uui(n,f),r.push(e))}),t=0;t<r.length;t++)this._perViewChange(r[t].view,r[t].record);for(t=0,f=this._viewContainer.length;t<f;t++)u=this._viewContainer.get(t),u.context.index=t,u.context.count=f,u.context.ngForOf=this._ngForOf;n.forEachIdentityChange(function(n){i._viewContainer.get(n.currentIndex).context.$implicit=n.item})},n.prototype._perViewChange=function(n,t){n.context.$implicit=t.item},n.ngTemplateContextGuard=function(){return!0},n}(),uui=function(){return function(n,t){this.record=n;this.view=t}}(),l=function(){function n(n,t){this._viewContainer=n;this._context=new yfu;this._thenTemplateRef=null;this._elseTemplateRef=null;this._thenViewRef=null;this._elseViewRef=null;this._thenTemplateRef=t}return Object.defineProperty(n.prototype,"ngIf",{set:function(n){this._context.$implicit=this._context.ngIf=n;this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngIfThen",{set:function(n){nat("ngIfThen",n);this._thenTemplateRef=n;this._thenViewRef=null;this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngIfElse",{set:function(n){nat("ngIfElse",n);this._elseTemplateRef=n;this._elseViewRef=null;this._updateView()},enumerable:!0,configurable:!0}),n.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},n.ngTemplateGuard_ngIf=function(){return!0},n}(),yfu=function(){return function(){this.$implicit=null;this.ngIf=null}}();ga=function(){function n(n,t,i){this._differs=n;this._ngEl=t;this._renderer=i}return Object.defineProperty(n.prototype,"ngStyle",{set:function(n){this._ngStyle=n;!this._differ&&n&&(this._differ=this._differs.find(n).create())},enumerable:!0,configurable:!0}),n.prototype.ngDoCheck=function(){if(this._differ){var n=this._differ.diff(this._ngStyle);n&&this._applyChanges(n)}},n.prototype._applyChanges=function(n){var t=this;n.forEachRemovedItem(function(n){return t._setStyle(n.key,null)});n.forEachAddedItem(function(n){return t._setStyle(n.key,n.currentValue)});n.forEachChangedItem(function(n){return t._setStyle(n.key,n.currentValue)})},n.prototype._setStyle=function(n,t){var i=si(n.split("."),2),r=i[0],u=i[1];null!=(t=null!=t&&u?""+t+u:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)},n}();aw=function(){function n(n){this._viewContainerRef=n}return n.prototype.ngOnChanges=function(n){this._shouldRecreateView(n)?(this._viewRef&&this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._viewRef)),this.ngTemplateOutlet&&(this._viewRef=this._viewContainerRef.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext))):this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},n.prototype._shouldRecreateView=function(n){var t=n.ngTemplateOutletContext;return!!n.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},n.prototype._hasContextShapeChanged=function(n){var r,u,f=Object.keys(n.previousValue||{}),e=Object.keys(n.currentValue||{}),i,t;if(f.length===e.length){try{for(i=ue(e),t=i.next();!t.done;t=i.next())if(-1===f.indexOf(t.value))return!0}catch(o){r={error:o}}finally{try{t&&!t.done&&(u=i.return)&&u.call(i)}finally{if(r)throw r.error;}}return!1}return!0},n.prototype._updateExistingContext=function(n){var r,f,i,t,u;try{for(i=ue(Object.keys(n)),t=i.next();!t.done;t=i.next())u=t.value,this._viewRef.context[u]=this.ngTemplateOutletContext[u]}catch(e){r={error:e}}finally{try{t&&!t.done&&(f=i.return)&&f.call(i)}finally{if(r)throw r.error;}}},n}();var pfu=function(){function n(){}return n.prototype.createSubscription=function(n,t){return n.subscribe({next:t,error:function(n){throw n;}})},n.prototype.dispose=function(n){n.unsubscribe()},n.prototype.onDestroy=function(n){n.unsubscribe()},n}(),wfu=new(function(){function n(){}return n.prototype.createSubscription=function(n,t){return n.then(t,function(n){throw n;})},n.prototype.dispose=function(){},n.prototype.onDestroy=function(){},n}()),bfu=new pfu,at=function(){function n(n){this._ref=n;this._latestValue=null;this._latestReturnedValue=null;this._subscription=null;this._obj=null;this._strategy=null}var t;return t=n,n.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},n.prototype.transform=function(n){return this._obj?n!==this._obj?(this._dispose(),this.transform(n)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,eh.wrap(this._latestValue)):(n&&this._subscribe(n),this._latestReturnedValue=this._latestValue,this._latestValue)},n.prototype._subscribe=function(n){var t=this;this._obj=n;this._strategy=this._selectStrategy(n);this._subscription=this._strategy.createSubscription(n,function(i){return t._updateLatestValue(n,i)})},n.prototype._selectStrategy=function(n){if(oy(n))return wfu;if(id(n))return bfu;throw tat(t,n);},n.prototype._dispose=function(){this._strategy.dispose(this._subscription);this._latestValue=null;this._latestReturnedValue=null;this._subscription=null;this._obj=null},n.prototype._updateLatestValue=function(n,t){n===this._obj&&(this._latestValue=t,this._ref.markForCheck())},n}(),kfu=function(){function n(n){this.locale=n}var t;return t=n,n.prototype.transform=function(n,i,r,u){if(void 0===i&&(i="mediumDate"),null==n||""===n||n!=n)return null;try{return function(n,t,i,r){var f=function(n){var u,i,t,r;if(dlt(n))return n;if("number"==typeof n&&!isNaN(n))return new Date(n);if("string"==typeof n){if(n=n.trim(),i=parseFloat(n),!isNaN(n-i))return new Date(i);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(n))return t=si(n.split("-").map(function(n){return+n}),3),new Date(t[0],t[1]-1,t[2]);if(u=n.match(hfu))return function(n){var t=new Date(0),i=0,r=0,u=n[8]?t.setUTCFullYear:t.setFullYear,f=n[8]?t.setUTCHours:t.setHours;n[9]&&(i=Number(n[9]+n[10]),r=Number(n[9]+n[11]));u.call(t,Number(n[1]),Number(n[2])-1,Number(n[3]));var e=Number(n[4]||0)-i,o=Number(n[5]||0)-r,s=Number(n[6]||0),h=Math.round(1e3*parseFloat("0."+(n[7]||0)));return f.call(t,e,o,s,h),t}(u)}if(r=new Date(n),!dlt(r))throw new Error('Unable to convert "'+n+'" into a date');return r}(n),h,u,o,e,s;for(t=function n(t,i){var u=function(n){return rf(n)[0]}(t),r,f,e,o,s,h,c,l,a;if(pv[u]=pv[u]||{},pv[u][i])return pv[u][i];r="";switch(i){case"shortDate":r=tp(t,vf.Short);break;case"mediumDate":r=tp(t,vf.Medium);break;case"longDate":r=tp(t,vf.Long);break;case"fullDate":r=tp(t,vf.Full);break;case"shortTime":r=ip(t,vf.Short);break;case"mediumTime":r=ip(t,vf.Medium);break;case"longTime":r=ip(t,vf.Long);break;case"fullTime":r=ip(t,vf.Full);break;case"short":f=n(t,"shortTime");e=n(t,"shortDate");r=up(rp(t,vf.Short),[f,e]);break;case"medium":o=n(t,"mediumTime");s=n(t,"mediumDate");r=up(rp(t,vf.Medium),[o,s]);break;case"long":h=n(t,"longTime");c=n(t,"longDate");r=up(rp(t,vf.Long),[h,c]);break;case"full":l=n(t,"fullTime");a=n(t,"fullDate");r=up(rp(t,vf.Full),[l,a])}return r&&(pv[u][i]=r),r}(i,t)||t,u=[];t;){if(!(h=cfu.exec(t))){u.push(t);break}if(o=(u=u.concat(h.slice(1))).pop(),!o)break;t=o}return e=f.getTimezoneOffset(),r&&(e=klt(r,e),f=function(n,t){var i=n.getTimezoneOffset();return function(n,t){return(n=new Date(n.getTime())).setMinutes(n.getMinutes()+t),n}(n,-1*(klt(t,i)-i))}(f,r)),s="",u.forEach(function(n){var t=function(n){if(lw[n])return lw[n];var t;switch(n){case"G":case"GG":case"GGG":t=ur(ki.Eras,or.Abbreviated);break;case"GGGG":t=ur(ki.Eras,or.Wide);break;case"GGGGG":t=ur(ki.Eras,or.Narrow);break;case"y":t=vr(hi.FullYear,1,0,!1,!0);break;case"yy":t=vr(hi.FullYear,2,0,!0,!0);break;case"yyy":t=vr(hi.FullYear,3,0,!1,!0);break;case"yyyy":t=vr(hi.FullYear,4,0,!1,!0);break;case"M":case"L":t=vr(hi.Month,1,1);break;case"MM":case"LL":t=vr(hi.Month,2,1);break;case"MMM":t=ur(ki.Months,or.Abbreviated);break;case"MMMM":t=ur(ki.Months,or.Wide);break;case"MMMMM":t=ur(ki.Months,or.Narrow);break;case"LLL":t=ur(ki.Months,or.Abbreviated,ve.Standalone);break;case"LLLL":t=ur(ki.Months,or.Wide,ve.Standalone);break;case"LLLLL":t=ur(ki.Months,or.Narrow,ve.Standalone);break;case"w":t=wg(1);break;case"ww":t=wg(2);break;case"W":t=wg(1,!0);break;case"d":t=vr(hi.Date,1);break;case"dd":t=vr(hi.Date,2);break;case"E":case"EE":case"EEE":t=ur(ki.Days,or.Abbreviated);break;case"EEEE":t=ur(ki.Days,or.Wide);break;case"EEEEE":t=ur(ki.Days,or.Narrow);break;case"EEEEEE":t=ur(ki.Days,or.Short);break;case"a":case"aa":case"aaa":t=ur(ki.DayPeriods,or.Abbreviated);break;case"aaaa":t=ur(ki.DayPeriods,or.Wide);break;case"aaaaa":t=ur(ki.DayPeriods,or.Narrow);break;case"b":case"bb":case"bbb":t=ur(ki.DayPeriods,or.Abbreviated,ve.Standalone,!0);break;case"bbbb":t=ur(ki.DayPeriods,or.Wide,ve.Standalone,!0);break;case"bbbbb":t=ur(ki.DayPeriods,or.Narrow,ve.Standalone,!0);break;case"B":case"BB":case"BBB":t=ur(ki.DayPeriods,or.Abbreviated,ve.Format,!0);break;case"BBBB":t=ur(ki.DayPeriods,or.Wide,ve.Format,!0);break;case"BBBBB":t=ur(ki.DayPeriods,or.Narrow,ve.Format,!0);break;case"h":t=vr(hi.Hours,1,-12);break;case"hh":t=vr(hi.Hours,2,-12);break;case"H":t=vr(hi.Hours,1);break;case"HH":t=vr(hi.Hours,2);break;case"m":t=vr(hi.Minutes,1);break;case"mm":t=vr(hi.Minutes,2);break;case"s":t=vr(hi.Seconds,1);break;case"ss":t=vr(hi.Seconds,2);break;case"S":t=vr(hi.FractionalSeconds,1);break;case"SS":t=vr(hi.FractionalSeconds,2);break;case"SSS":t=vr(hi.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=fp(as.Short);break;case"ZZZZZ":t=fp(as.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=fp(as.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=fp(as.Long);break;default:return null}return lw[n]=t,t}(n);s+=t?t(f,i,e):"''"===n?"'":n.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),s}(n,i,u||this.locale,r)}catch(f){throw tat(t,f.message);}},n}(),dfu=function(){function n(){}return n.prototype.transform=function(n){return JSON.stringify(n,null,2)},n}(),fui=function(){return function(){}}(),vs=new ri("DocumentToken"),drt=null,eui,gfu={"class":"className",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"},neu={"\b":"Backspace","\t":"Tab","":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},oui={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","":"NumLock"};cu.Node&&(eui=cu.Node.prototype.contains||function(n){return!!(16&this.compareDocumentPosition(n))});var ll,teu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.parse=function(){throw new Error("parse not implemented");},t.makeCurrent=function(){var n;n=new t;drt||(drt=n)},t.prototype.hasProperty=function(n,t){return t in n},t.prototype.setProperty=function(n,t,i){n[t]=i},t.prototype.getProperty=function(n,t){return n[t]},t.prototype.invoke=function(n,t,i){var r;(r=n)[t].apply(r,kt(i))},t.prototype.logError=function(n){window.console&&(console.error?console.error(n):console.log(n))},t.prototype.log=function(n){window.console&&window.console.log&&window.console.log(n)},t.prototype.logGroup=function(n){window.console&&window.console.group&&window.console.group(n)},t.prototype.logGroupEnd=function(){window.console&&window.console.groupEnd&&window.console.groupEnd()},Object.defineProperty(t.prototype,"attrToPropMap",{get:function(){return gfu},enumerable:!0,configurable:!0}),t.prototype.contains=function(n,t){return eui.call(n,t)},t.prototype.querySelector=function(n,t){return n.querySelector(t)},t.prototype.querySelectorAll=function(n,t){return n.querySelectorAll(t)},t.prototype.on=function(n,t,i){n.addEventListener(t,i,!1)},t.prototype.onAndCancel=function(n,t,i){return n.addEventListener(t,i,!1),function(){n.removeEventListener(t,i,!1)}},t.prototype.dispatchEvent=function(n,t){n.dispatchEvent(t)},t.prototype.createMouseEvent=function(n){var t=this.getDefaultDocument().createEvent("MouseEvent");return t.initEvent(n,!0,!0),t},t.prototype.createEvent=function(n){var t=this.getDefaultDocument().createEvent("Event");return t.initEvent(n,!0,!0),t},t.prototype.preventDefault=function(n){n.preventDefault();n.returnValue=!1},t.prototype.isPrevented=function(n){return n.defaultPrevented||null!=n.returnValue&&!n.returnValue},t.prototype.getInnerHTML=function(n){return n.innerHTML},t.prototype.getTemplateContent=function(n){return"content"in n&&this.isTemplateElement(n)?n.content:null},t.prototype.getOuterHTML=function(n){return n.outerHTML},t.prototype.nodeName=function(n){return n.nodeName},t.prototype.nodeValue=function(n){return n.nodeValue},t.prototype.type=function(n){return n.type},t.prototype.content=function(n){return this.hasProperty(n,"content")?n.content:n},t.prototype.firstChild=function(n){return n.firstChild},t.prototype.nextSibling=function(n){return n.nextSibling},t.prototype.parentElement=function(n){return n.parentNode},t.prototype.childNodes=function(n){return n.childNodes},t.prototype.childNodesAsList=function(n){for(var i=n.childNodes,r=new Array(i.length),t=0;t<i.length;t++)r[t]=i[t];return r},t.prototype.clearNodes=function(n){for(;n.firstChild;)n.removeChild(n.firstChild)},t.prototype.appendChild=function(n,t){n.appendChild(t)},t.prototype.removeChild=function(n,t){n.removeChild(t)},t.prototype.replaceChild=function(n,t,i){n.replaceChild(t,i)},t.prototype.remove=function(n){return n.parentNode&&n.parentNode.removeChild(n),n},t.prototype.insertBefore=function(n,t,i){n.insertBefore(i,t)},t.prototype.insertAllBefore=function(n,t,i){i.forEach(function(i){return n.insertBefore(i,t)})},t.prototype.insertAfter=function(n,t,i){n.insertBefore(i,t.nextSibling)},t.prototype.setInnerHTML=function(n,t){n.innerHTML=t},t.prototype.getText=function(n){return n.textContent},t.prototype.setText=function(n,t){n.textContent=t},t.prototype.getValue=function(n){return n.value},t.prototype.setValue=function(n,t){n.value=t},t.prototype.getChecked=function(n){return n.checked},t.prototype.setChecked=function(n,t){n.checked=t},t.prototype.createComment=function(n){return this.getDefaultDocument().createComment(n)},t.prototype.createTemplate=function(n){var t=this.getDefaultDocument().createElement("template");return t.innerHTML=n,t},t.prototype.createElement=function(n,t){return(t=t||this.getDefaultDocument()).createElement(n)},t.prototype.createElementNS=function(n,t,i){return(i=i||this.getDefaultDocument()).createElementNS(n,t)},t.prototype.createTextNode=function(n,t){return(t=t||this.getDefaultDocument()).createTextNode(n)},t.prototype.createScriptTag=function(n,t,i){var r=(i=i||this.getDefaultDocument()).createElement("SCRIPT");return r.setAttribute(n,t),r},t.prototype.createStyleElement=function(n,t){var i=(t=t||this.getDefaultDocument()).createElement("style");return this.appendChild(i,this.createTextNode(n,t)),i},t.prototype.createShadowRoot=function(n){return n.createShadowRoot()},t.prototype.getShadowRoot=function(n){return n.shadowRoot},t.prototype.getHost=function(n){return n.host},t.prototype.clone=function(n){return n.cloneNode(!0)},t.prototype.getElementsByClassName=function(n,t){return n.getElementsByClassName(t)},t.prototype.getElementsByTagName=function(n,t){return n.getElementsByTagName(t)},t.prototype.classList=function(n){return Array.prototype.slice.call(n.classList,0)},t.prototype.addClass=function(n,t){n.classList.add(t)},t.prototype.removeClass=function(n,t){n.classList.remove(t)},t.prototype.hasClass=function(n,t){return n.classList.contains(t)},t.prototype.setStyle=function(n,t,i){n.style[t]=i},t.prototype.removeStyle=function(n,t){n.style[t]=""},t.prototype.getStyle=function(n,t){return n.style[t]},t.prototype.hasStyle=function(n,t,i){var r=this.getStyle(n,t)||"";return i?r==i:r.length>0},t.prototype.tagName=function(n){return n.tagName},t.prototype.attributeMap=function(n){for(var t,r=new Map,u=n.attributes,i=0;i<u.length;i++)t=u.item(i),r.set(t.name,t.value);return r},t.prototype.hasAttribute=function(n,t){return n.hasAttribute(t)},t.prototype.hasAttributeNS=function(n,t,i){return n.hasAttributeNS(t,i)},t.prototype.getAttribute=function(n,t){return n.getAttribute(t)},t.prototype.getAttributeNS=function(n,t,i){return n.getAttributeNS(t,i)},t.prototype.setAttribute=function(n,t,i){n.setAttribute(t,i)},t.prototype.setAttributeNS=function(n,t,i,r){n.setAttributeNS(t,i,r)},t.prototype.removeAttribute=function(n,t){n.removeAttribute(t)},t.prototype.removeAttributeNS=function(n,t,i){n.removeAttributeNS(t,i)},t.prototype.templateAwareRoot=function(n){return this.isTemplateElement(n)?this.content(n):n},t.prototype.createHtmlDocument=function(){return document.implementation.createHTMLDocument("fakeTitle")},t.prototype.getDefaultDocument=function(){return document},t.prototype.getBoundingClientRect=function(n){try{return n.getBoundingClientRect()}catch(t){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}},t.prototype.getTitle=function(n){return n.title},t.prototype.setTitle=function(n,t){n.title=t||""},t.prototype.elementMatches=function(n,t){return!!this.isElementNode(n)&&(n.matches&&n.matches(t)||n.msMatchesSelector&&n.msMatchesSelector(t)||n.webkitMatchesSelector&&n.webkitMatchesSelector(t))},t.prototype.isTemplateElement=function(n){return this.isElementNode(n)&&"TEMPLATE"===n.nodeName},t.prototype.isTextNode=function(n){return n.nodeType===Node.TEXT_NODE},t.prototype.isCommentNode=function(n){return n.nodeType===Node.COMMENT_NODE},t.prototype.isElementNode=function(n){return n.nodeType===Node.ELEMENT_NODE},t.prototype.hasShadowRoot=function(n){return null!=n.shadowRoot&&n instanceof HTMLElement},t.prototype.isShadowRoot=function(n){return n instanceof DocumentFragment},t.prototype.importIntoDoc=function(n){return document.importNode(this.templateAwareRoot(n),!0)},t.prototype.adoptNode=function(n){return document.adoptNode(n)},t.prototype.getHref=function(n){return n.getAttribute("href")},t.prototype.getEventKey=function(n){var t=n.key;if(null==t){if(null==(t=n.keyIdentifier))return"Unidentified";t.startsWith("U+")&&(t=String.fromCharCode(parseInt(t.substring(2),16)),3===n.location&&oui.hasOwnProperty(t)&&(t=oui[t]))}return neu[t]||t},t.prototype.getGlobalEventTarget=function(n,t){return"window"===t?window:"document"===t?n:"body"===t?n.body:null},t.prototype.getHistory=function(){return window.history},t.prototype.getLocation=function(){return window.location},t.prototype.getBaseHref=function(){var n,t=yb||(yb=document.querySelector("base"))?yb.getAttribute("href"):null;return null==t?null:(n=t,ll||(ll=document.createElement("a")),ll.setAttribute("href",n),"/"===ll.pathname.charAt(0)?ll.pathname:"/"+ll.pathname)},t.prototype.resetBaseElement=function(){yb=null},t.prototype.getUserAgent=function(){return window.navigator.userAgent},t.prototype.setData=function(n,t,i){this.setAttribute(n,"data-"+t,i)},t.prototype.getData=function(n,t){return this.getAttribute(n,"data-"+t)},t.prototype.getComputedStyle=function(n){return getComputedStyle(n)},t.prototype.supportsWebAnimation=function(){return"function"==typeof Element.prototype.animate},t.prototype.performanceNow=function(){return window.performance&&window.performance.now?window.performance.now():(new Date).getTime()},t.prototype.supportsCookies=function(){return!0},t.prototype.getCookie=function(n){return glt(document.cookie,n)},t.prototype.setCookie=function(n,t){document.cookie=encodeURIComponent(n)+"="+encodeURIComponent(t)},t}(function(n){function t(){var t=n.call(this)||this,r,u,i,f;t._animationPrefix=null;t._transitionEnd=null;try{if(r=t.createElement("div",document),null!=t.getStyle(r,"animationName"))t._animationPrefix="";else for(u=["Webkit","Moz","O","ms"],i=0;i<u.length;i++)if(null!=t.getStyle(r,u[i]+"AnimationName")){t._animationPrefix="-"+u[i].toLowerCase()+"-";break}f={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};Object.keys(f).forEach(function(n){null!=t.getStyle(r,n)&&(t._transitionEnd=f[n])})}catch(e){t._animationPrefix=null;t._transitionEnd=null}return t}return b(t,n),t.prototype.getDistributedNodes=function(n){return n.getDistributedNodes()},t.prototype.resolveAndSetHref=function(n,t,i){n.href=null==i?t:t+"/../"+i},t.prototype.supportsDOMEvents=function(){return!0},t.prototype.supportsNativeShadowDOM=function(){return"function"==typeof document.body.createShadowRoot},t.prototype.getAnimationPrefix=function(){return this._animationPrefix?this._animationPrefix:""},t.prototype.getTransitionEnd=function(){return this._transitionEnd?this._transitionEnd:""},t.prototype.supportsAnimation=function(){return null!=this._animationPrefix&&null!=this._transitionEnd},t}(function(){function n(){this.resourceLoaderType=null}return Object.defineProperty(n.prototype,"attrToPropMap",{get:function(){return this._attrToPropMap},set:function(n){this._attrToPropMap=n},enumerable:!0,configurable:!0}),n}())),yb=null,wv=vs,ieu=function(n){function t(t){var i=n.call(this)||this;return i._doc=t,i._init(),i}var i;return b(t,n),t.prototype._init=function(){this.location=eu().getLocation();this._history=eu().getHistory()},t.prototype.getBaseHrefFromDOM=function(){return eu().getBaseHref(this._doc)},t.prototype.onPopState=function(n){eu().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",n,!1)},t.prototype.onHashChange=function(n){eu().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",n,!1)},Object.defineProperty(t.prototype,"pathname",{get:function(){return this.location.pathname},set:function(n){this.location.pathname=n},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),t.prototype.pushState=function(n,t,i){iat()?this._history.pushState(n,t,i):this.location.hash=i},t.prototype.replaceState=function(n,t,i){iat()?this._history.replaceState(n,t,i):this.location.hash=i},t.prototype.forward=function(){this._history.forward()},t.prototype.back=function(){this._history.back()},fc([(i=rb(wv),function(n,t){i(n,t,0)}),ec("design:paramtypes",[Object])],t)}(tui),sui=new ri("TRANSITION_ID"),reu=[{provide:dit,useFactory:function(n,t,i){return function(){i.get(sv).donePromise.then(function(){var i=eu();Array.prototype.slice.apply(i.querySelectorAll(t,"style[ng-transition]")).filter(function(t){return i.getAttribute(t,"ng-transition")===n}).forEach(function(n){return i.remove(n)})})}},deps:[sui,wv,er],multi:!0}],ueu=function(){function n(){}return n.init=function(){var t;t=new n;irt=t},n.prototype.addToWindow=function(n){cu.getAngularTestability=function(t,i){void 0===i&&(i=!0);var r=n.findTestabilityInTree(t,i);if(null==r)throw new Error("Could not find testability for element.");return r};cu.getAllAngularTestabilities=function(){return n.getAllTestabilities()};cu.getAllAngularRootElements=function(){return n.getAllRootElements()};cu.frameworkStabilizers||(cu.frameworkStabilizers=[]);cu.frameworkStabilizers.push(function(n){var i=cu.getAllAngularTestabilities(),r=i.length,t=!1,u=function(i){t=t||i;0==--r&&n(t)};i.forEach(function(n){n.whenStable(u)})})},n.prototype.findTestabilityInTree=function(n,t,i){if(null==t)return null;var r=n.getTestability(t);return null!=r?r:i?eu().isShadowRoot(t)?this.findTestabilityInTree(n,eu().getHost(t),!0):this.findTestabilityInTree(n,eu().parentElement(t),!0):null},n}();iwt={ApplicationRef:oh,NgZone:tr};var hui=new ri("EventManagerPlugins"),grt=function(){function n(n,t){var i=this;this._zone=t;this._eventNameToPlugin=new Map;n.forEach(function(n){return n.manager=i});this._plugins=n.slice().reverse()}return n.prototype.addEventListener=function(n,t,i){return this._findPluginFor(t).addEventListener(n,t,i)},n.prototype.addGlobalEventListener=function(n,t,i){return this._findPluginFor(t).addGlobalEventListener(n,t,i)},n.prototype.getZone=function(){return this._zone},n.prototype._findPluginFor=function(n){var u=this._eventNameToPlugin.get(n),r,t,i;if(u)return u;for(r=this._plugins,t=0;t<r.length;t++)if(i=r[t],i.supports(n))return this._eventNameToPlugin.set(n,i),i;throw new Error("No event manager plugin found for event "+n);},n}(),nut=function(){function n(n){this._doc=n}return n.prototype.addGlobalEventListener=function(n,t,i){var r=eu().getGlobalEventTarget(this._doc,n);if(!r)throw new Error("Unsupported event target "+r+" for event "+t);return this.addEventListener(r,t,i)},n}(),cui=function(){function n(){this._stylesSet=new Set}return n.prototype.addStyles=function(n){var t=this,i=new Set;n.forEach(function(n){t._stylesSet.has(n)||(t._stylesSet.add(n),i.add(n))});this.onStylesAdded(i)},n.prototype.onStylesAdded=function(){},n.prototype.getAllStyles=function(){return Array.from(this._stylesSet)},n}(),pb=function(n){function t(t){var i=n.call(this)||this;return i._doc=t,i._hostNodes=new Set,i._styleNodes=new Set,i._hostNodes.add(t.head),i}return b(t,n),t.prototype._addStylesToHost=function(n,t){var i=this;n.forEach(function(n){var r=i._doc.createElement("style");r.textContent=n;i._styleNodes.add(t.appendChild(r))})},t.prototype.addHost=function(n){this._addStylesToHost(this._stylesSet,n);this._hostNodes.add(n)},t.prototype.removeHost=function(n){this._hostNodes.delete(n)},t.prototype.onStylesAdded=function(n){var t=this;this._hostNodes.forEach(function(i){return t._addStylesToHost(n,i)})},t.prototype.ngOnDestroy=function(){this._styleNodes.forEach(function(n){return eu().remove(n)})},t}(cui),tut={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},iut=/%COMP%/g,rut=function(){function n(n,t,i){this.eventManager=n;this.sharedStylesHost=t;this.appId=i;this.rendererByCompId=new Map;this.defaultRenderer=new uut(n)}return n.prototype.createRenderer=function(n,t){var i,r;if(!n||!t)return this.defaultRenderer;switch(t.encapsulation){case es.Emulated:return i=this.rendererByCompId.get(t.id),i||(i=new eeu(this.eventManager,this.sharedStylesHost,t,this.appId),this.rendererByCompId.set(t.id,i)),i.applyToHost(n),i;case es.Native:case es.ShadowDom:return new oeu(this.eventManager,this.sharedStylesHost,n,t);default:return this.rendererByCompId.has(t.id)||(r=ep(t.id,t.styles,[]),this.sharedStylesHost.addStyles(r),this.rendererByCompId.set(t.id,this.defaultRenderer)),this.defaultRenderer}},n.prototype.begin=function(){},n.prototype.end=function(){},n}(),uut=function(){function n(n){this.eventManager=n;this.data=Object.create(null)}return n.prototype.destroy=function(){},n.prototype.createElement=function(n,t){return t?document.createElementNS(tut[t],n):document.createElement(n)},n.prototype.createComment=function(n){return document.createComment(n)},n.prototype.createText=function(n){return document.createTextNode(n)},n.prototype.appendChild=function(n,t){n.appendChild(t)},n.prototype.insertBefore=function(n,t,i){n&&n.insertBefore(t,i)},n.prototype.removeChild=function(n,t){n&&n.removeChild(t)},n.prototype.selectRootElement=function(n,t){var i="string"==typeof n?document.querySelector(n):n;if(!i)throw new Error('The selector "'+n+'" did not match any elements');return t||(i.textContent=""),i},n.prototype.parentNode=function(n){return n.parentNode},n.prototype.nextSibling=function(n){return n.nextSibling},n.prototype.setAttribute=function(n,t,i,r){if(r){t=r+":"+t;var u=tut[r];u?n.setAttributeNS(u,t,i):n.setAttribute(t,i)}else n.setAttribute(t,i)},n.prototype.removeAttribute=function(n,t,i){if(i){var r=tut[i];r?n.removeAttributeNS(r,t):n.removeAttribute(i+":"+t)}else n.removeAttribute(t)},n.prototype.addClass=function(n,t){n.classList.add(t)},n.prototype.removeClass=function(n,t){n.classList.remove(t)},n.prototype.setStyle=function(n,t,i,r){r&bit.DashCase?n.style.setProperty(t,i,r&bit.Important?"important":""):n.style[t]=i},n.prototype.removeStyle=function(n,t,i){i&bit.DashCase?n.style.removeProperty(t):n.style[t]=""},n.prototype.setProperty=function(n,t,i){eat(t,"property");n[t]=i},n.prototype.setValue=function(n,t){n.nodeValue=t},n.prototype.listen=function(n,t,i){return eat(t,"listener"),"string"==typeof n?this.eventManager.addGlobalEventListener(n,t,fat(i)):this.eventManager.addEventListener(n,t,fat(i))},n}(),feu="@".charCodeAt(0),fut,eeu=function(n){function t(t,i,r,u){var f=n.call(this,t)||this,e;return f.component=r,e=ep(u+"-"+r.id,r.styles,[]),i.addStyles(e),f.contentAttr="_ngcontent-%COMP%".replace(iut,u+"-"+r.id),f.hostAttr=function(n){return"_nghost-%COMP%".replace(iut,n)}(u+"-"+r.id),f}return b(t,n),t.prototype.applyToHost=function(t){n.prototype.setAttribute.call(this,t,this.hostAttr,"")},t.prototype.createElement=function(t,i){var r=n.prototype.createElement.call(this,t,i);return n.prototype.setAttribute.call(this,r,this.contentAttr,""),r},t}(uut),oeu=function(n){function t(t,i,r,u){var f=n.call(this,t)||this,o,e,s;for(f.sharedStylesHost=i,f.hostEl=r,f.component=u,f.shadowRoot=u.encapsulation===es.ShadowDom?r.attachShadow({mode:"open"}):r.createShadowRoot(),f.sharedStylesHost.addHost(f.shadowRoot),o=ep(u.id,u.styles,[]),e=0;e<o.length;e++)s=document.createElement("style"),s.textContent=o[e],f.shadowRoot.appendChild(s);return f}return b(t,n),t.prototype.nodeOrShadowRoot=function(n){return n===this.hostEl?this.shadowRoot:n},t.prototype.destroy=function(){this.sharedStylesHost.removeHost(this.shadowRoot)},t.prototype.appendChild=function(t,i){return n.prototype.appendChild.call(this,this.nodeOrShadowRoot(t),i)},t.prototype.insertBefore=function(t,i,r){return n.prototype.insertBefore.call(this,this.nodeOrShadowRoot(t),i,r)},t.prototype.removeChild=function(t,i){return n.prototype.removeChild.call(this,this.nodeOrShadowRoot(t),i)},t.prototype.parentNode=function(t){return this.nodeOrShadowRoot(n.prototype.parentNode.call(this,this.nodeOrShadowRoot(t)))},t}(uut),wb="undefined"!=typeof Zone&&Zone.__symbol__||function(n){return"__zone_symbol__"+n},lui=wb("addEventListener"),seu=wb("removeEventListener"),bb={},aui="__zone_symbol__propagationStopped";"undefined"!=typeof Zone&&Zone[wb("BLACK_LISTED_EVENTS")]&&(fut={});var vui=function(n){return!!fut&&fut.hasOwnProperty(n)},yui=function(n){var e=bb[n.type],i,r,f,u,t;if(e&&(i=this[e],i)){if(r=[n],1===i.length)return(t=i[0]).zone!==Zone.current?t.zone.run(t.handler,this,r):t.handler.apply(this,r);for(f=i.slice(),u=0;u<f.length&&!0!==n[aui];u++)(t=f[u]).zone!==Zone.current?t.zone.run(t.handler,this,r):t.handler.apply(this,r)}},heu=function(n){function t(t,i,r){var u=n.call(this,t)||this;return u.ngZone=i,r&&function(n){return"server"===n}(r)||u.patchEvent(),u}return b(t,n),t.prototype.patchEvent=function(){if("undefined"!=typeof Event&&Event&&Event.prototype&&!Event.prototype.__zone_symbol__stopImmediatePropagation){var n=Event.prototype.__zone_symbol__stopImmediatePropagation=Event.prototype.stopImmediatePropagation;Event.prototype.stopImmediatePropagation=function(){this&&(this[aui]=!0);n&&n.apply(this,arguments)}}},t.prototype.supports=function(){return!0},t.prototype.addEventListener=function(n,t,i){var c=this,u=i,f,r,h,o,s,e;if(n[lui]&&(!tr.isInAngularZone()||vui(t))){if(f=bb[t],f||(f=bb[t]=wb("ANGULAR"+t+"FALSE")),r=n[f],h=r&&r.length>0,r||(r=n[f]=[]),o=vui(t)?Zone.root:Zone.current,0===r.length)r.push({zone:o,handler:u});else{for(s=!1,e=0;e<r.length;e++)if(r[e].handler===u){s=!0;break}s||r.push({zone:o,handler:u})}h||n[lui](t,yui,!1)}else n.addEventListener(t,u,!1);return function(){return c.removeEventListener(n,t,u)}},t.prototype.removeEventListener=function(n,t,i){var o=n[seu],f,r,e,u;if(!o)return n.removeEventListener.apply(n,[t,i,!1]);if(f=bb[t],r=f&&n[f],!r)return n.removeEventListener.apply(n,[t,i,!1]);for(e=!1,u=0;u<r.length;u++)if(r[u].handler===i){e=!0;r.splice(u,1);break}e?0===r.length&&o.apply(n,[t,yui,!1]):n.removeEventListener.apply(n,[t,i,!1])},t}(nut),ceu={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0},pui=new ri("HammerGestureConfig"),leu=new ri("HammerLoader"),aeu=function(){function n(){this.events=[];this.overrides={}}return n.prototype.buildHammer=function(n){var t=new Hammer(n,this.options),i;for(i in t.get("pinch").set({enable:!0}),t.get("rotate").set({enable:!0}),this.overrides)t.get(i).set(this.overrides[i]);return t},n}(),veu=function(n){function t(t,i,r,u){var f=n.call(this,t)||this;return f._config=i,f.console=r,f.loader=u,f}return b(t,n),t.prototype.supports=function(n){return!(!ceu.hasOwnProperty(n.toLowerCase())&&!this.isCustomEvent(n)||!window.Hammer&&!this.loader&&(this.console.warn('The "'+n+'" event cannot be bound because Hammer.JS is not loaded and no custom loader has been specified.'),1))},t.prototype.addEventListener=function(n,t,i){var u=this,e=this.manager.getZone(),f,r;return(t=t.toLowerCase(),!window.Hammer&&this.loader)?(f=!1,r=function(){f=!0},this.loader().then(function(){if(!window.Hammer)return u.console.warn("The custom HAMMER_LOADER completed, but Hammer.JS is not present."),void(r=function(){});f||(r=u.addEventListener(n,t,i))}).catch(function(){u.console.warn('The "'+t+'" event cannot be bound because the custom Hammer.JS loader failed.');r=function(){}}),function(){r()}):e.runOutsideAngular(function(){var r=u._config.buildHammer(n),f=function(n){e.runGuarded(function(){i(n)})};return r.on(t,f),function(){r.off(t,f);"function"==typeof r.destroy&&r.destroy()}})},t.prototype.isCustomEvent=function(n){return this._config.events.indexOf(n)>-1},t}(nut),wui=["alt","control","meta","shift"],yeu={alt:function(n){return n.altKey},control:function(n){return n.ctrlKey},meta:function(n){return n.metaKey},shift:function(n){return n.shiftKey}},peu=function(n){function t(t){return n.call(this,t)||this}var i;return b(t,n),i=t,t.prototype.supports=function(n){return null!=i.parseEventName(n)},t.prototype.addEventListener=function(n,t,r){var u=i.parseEventName(t),f=i.eventCallback(u.fullKey,r,this.manager.getZone());return this.manager.getZone().runOutsideAngular(function(){return eu().onAndCancel(n,u.domEventName,f)})},t.parseEventName=function(n){var t=n.toLowerCase().split("."),f=t.shift(),e,r,u;return 0===t.length||"keydown"!==f&&"keyup"!==f?null:(e=i._normalizeKey(t.pop()),r="",wui.forEach(function(n){var i=t.indexOf(n);i>-1&&(t.splice(i,1),r+=n+".")}),r+=e,0!=t.length||0===e.length)?null:(u={},u.domEventName=f,u.fullKey=r,u)},t.getEventFullKey=function(n){var i="",t=eu().getEventKey(n);return" "===(t=t.toLowerCase())?t="space":"."===t&&(t="dot"),wui.forEach(function(r){r!=t&&yeu[r](n)&&(i+=r+".")}),i+=t},t.eventCallback=function(n,t,r){return function(u){i.getEventFullKey(u)===n&&r.runGuarded(function(){return t(u)})}},t._normalizeKey=function(n){switch(n){case"esc":return"escape";default:return n}},t}(nut),gi=function(){return function(){}}(),weu=function(n){function t(t){var i=n.call(this)||this;return i._doc=t,i}return b(t,n),t.prototype.sanitize=function(n,t){if(null==t)return null;switch(n){case yh.NONE:return t;case yh.HTML:return t instanceof bui?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"HTML"),function(n,t){var i=null,r,e,u,o,s,f;try{ob=ob||new hnr(n);r=t?String(t):"";i=ob.getInertBodyElement(r);e=5;u=r;do{if(0===e)throw new Error("Failed to sanitize html because the input is unstable");e--;r=u;u=i.innerHTML;i=ob.getInertBodyElement(r)}while(r!==u);return o=new pnr,s=o.sanitizeChildren(fht(i)||i),fe()&&o.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content, see http://g.co/ng/security#xss"),s}finally{if(i)for(f=fht(i)||i;f.firstChild;)f.removeChild(f.firstChild)}}(this._doc,String(t)));case yh.STYLE:return t instanceof kui?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"Style"),function(n){if(!(n=String(n).trim()))return"";var t=n.match(gnr);return t&&fy(t[1])===t[1]||n.match(dnr)&&function(n){for(var r,t=!0,i=!0,u=0;u<n.length;u++)r=n.charAt(u),"'"===r&&i?t=!t:'"'===r&&t&&(i=!i);return t&&i}(n)?n:(fe()&&console.warn("WARNING: sanitizing unsafe style value "+n+" (see http://g.co/ng/security#xss)."),"unsafe")}(t));case yh.SCRIPT:if(t instanceof dui)return t.changingThisBreaksApplicationSecurity;throw this.checkNotSafeValue(t,"Script"),new Error("unsafe value used in a script context");case yh.URL:return t instanceof eut||t instanceof gui?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"URL"),fy(String(t)));case yh.RESOURCE_URL:if(t instanceof eut)return t.changingThisBreaksApplicationSecurity;throw this.checkNotSafeValue(t,"ResourceURL"),new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)");default:throw new Error("Unexpected SecurityContext "+n+" (see http://g.co/ng/security#xss)");}},t.prototype.checkNotSafeValue=function(n,t){if(n instanceof al)throw new Error("Required a safe "+t+", got a "+n.getTypeName()+" (see http://g.co/ng/security#xss)");},t.prototype.bypassSecurityTrustHtml=function(n){return new bui(n)},t.prototype.bypassSecurityTrustStyle=function(n){return new kui(n)},t.prototype.bypassSecurityTrustScript=function(n){return new dui(n)},t.prototype.bypassSecurityTrustUrl=function(n){return new gui(n)},t.prototype.bypassSecurityTrustResourceUrl=function(n){return new eut(n)},t}(gi),al=function(){function n(n){this.changingThisBreaksApplicationSecurity=n}return n.prototype.toString=function(){return"SafeValue must use [property]=binding: "+this.changingThisBreaksApplicationSecurity+" (see http://g.co/ng/security#xss)"},n}(),bui=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.getTypeName=function(){return"HTML"},t}(al),kui=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.getTypeName=function(){return"Style"},t}(al),dui=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.getTypeName=function(){return"Script"},t}(al),gui=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.getTypeName=function(){return"URL"},t}(al),eut=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.getTypeName=function(){return"ResourceURL"},t}(al),beu=lht(hiu,"browser",[{provide:hv,useValue:"browser"},{provide:fii,useValue:function(){teu.makeCurrent();ueu.init()},multi:!0},{provide:tui,useClass:ieu,deps:[wv]},{provide:wv,useFactory:function(){return document},deps:[]}]);vw=function(){function n(n){if(n)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.");}var t;return t=n,n.withServerTransition=function(n){return{ngModule:t,providers:[{provide:sb,useValue:n.appId},{provide:sui,useExisting:sb},reu]}},n}();"undefined"!=typeof window&&window;ytt=function(){function n(){}return Object.defineProperty(n.prototype,"value",{get:function(){return this.control?this.control.value:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valid",{get:function(){return this.control?this.control.valid:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"invalid",{get:function(){return this.control?this.control.invalid:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pending",{get:function(){return this.control?this.control.pending:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.control?this.control.disabled:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"enabled",{get:function(){return this.control?this.control.enabled:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"errors",{get:function(){return this.control?this.control.errors:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pristine",{get:function(){return this.control?this.control.pristine:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dirty",{get:function(){return this.control?this.control.dirty:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"touched",{get:function(){return this.control?this.control.touched:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"status",{get:function(){return this.control?this.control.status:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"untouched",{get:function(){return this.control?this.control.untouched:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"statusChanges",{get:function(){return this.control?this.control.statusChanges:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valueChanges",{get:function(){return this.control?this.control.valueChanges:null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"path",{get:function(){return null},enumerable:!0,configurable:!0}),n.prototype.reset=function(n){void 0===n&&(n=void 0);this.control&&this.control.reset(n)},n.prototype.hasError=function(n,t){return!!this.control&&this.control.hasError(n,t)},n.prototype.getError=function(n,t){return this.control?this.control.getError(n,t):null},n}();ot=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),Object.defineProperty(t.prototype,"formDirective",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return null},enumerable:!0,configurable:!0}),t}(ytt);rwt=/^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/;vi=function(){function n(){}return n.min=function(n){return function(t){if(po(t.value)||po(n))return null;var i=parseFloat(t.value);return!isNaN(i)&&i<n?{min:{min:n,actual:t.value}}:null}},n.max=function(n){return function(t){if(po(t.value)||po(n))return null;var i=parseFloat(t.value);return!isNaN(i)&&i>n?{max:{max:n,actual:t.value}}:null}},n.required=function(n){return po(n.value)?{required:!0}:null},n.requiredTrue=function(n){return!0===n.value?null:{required:!0}},n.email=function(n){return po(n.value)||rwt.test(n.value)?null:{email:!0}},n.minLength=function(n){return function(t){if(po(t.value))return null;var i=t.value?t.value.length:0;return i<n?{minlength:{requiredLength:n,actualLength:i}}:null}},n.maxLength=function(n){return function(t){var i=t.value?t.value.length:0;return i>n?{maxlength:{requiredLength:n,actualLength:i}}:null}},n.pattern=function(t){return t?("string"==typeof t?(i="","^"!==t.charAt(0)&&(i+="^"),i+=t,"$"!==t.charAt(t.length-1)&&(i+="$"),r=new RegExp(i)):(i=t.toString(),r=t),function(n){if(po(n.value))return null;var t=n.value;return r.test(t)?null:{pattern:{requiredPattern:i,actualValue:t}}}):n.nullValidator;var r,i},n.nullValidator=function(){return null},n.compose=function(n){if(!n)return null;var t=n.filter(oat);return 0==t.length?null:function(n){return hat(function(n,t){return t.map(function(t){return t(n)})}(n,t))}},n.composeAsync=function(n){if(!n)return null;var t=n.filter(oat);return 0==t.length?null:function(n){return vg(function(n,t){return t.map(function(t){return t(n)})}(n,t).map(sat)).pipe(yt(hat))}},n}();var ht=new ri("NgValueAccessor"),rr=function(){function n(n,t){this._renderer=n;this._elementRef=t;this.onChange=function(){};this.onTouched=function(){}}return n.prototype.writeValue=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"checked",n)},n.prototype.registerOnChange=function(n){this.onChange=n},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n}(),lu=new ri("CompositionEventMode"),ci=function(){function n(n,t,i){var r;this._renderer=n;this._elementRef=t;this._compositionMode=i;this.onChange=function(){};this.onTouched=function(){};this._composing=!1;null==this._compositionMode&&(this._compositionMode=(r=eu()?eu().getUserAgent():"",!/android (\d+)/.test(r.toLowerCase())))}return n.prototype.writeValue=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==n?"":n)},n.prototype.registerOnChange=function(n){this.onChange=n},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n.prototype._handleInput=function(n){this._compositionMode&&(!this._compositionMode||this._composing)||this.onChange(n)},n.prototype._compositionStart=function(){this._composing=!0},n.prototype._compositionEnd=function(n){this._composing=!1;this._compositionMode&&this.onChange(n)},n}();uwt=function(){function n(n,t){this._renderer=n;this._elementRef=t;this.onChange=function(){};this.onTouched=function(){}}return n.prototype.writeValue=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==n?"":n)},n.prototype.registerOnChange=function(n){this.onChange=function(t){n(""==t?null:parseFloat(t))}},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n}();var st=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t._parent=null,t.name=null,t.valueAccessor=null,t._rawValidators=[],t._rawAsyncValidators=[],t}return b(t,n),Object.defineProperty(t.prototype,"validator",{get:function(){return cat()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return cat()},enumerable:!0,configurable:!0}),t}(ytt),out=function(){function n(){this._accessors=[]}return n.prototype.add=function(n,t){this._accessors.push([n,t])},n.prototype.remove=function(n){for(var t=this._accessors.length-1;t>=0;--t)if(this._accessors[t][1]===n)return void this._accessors.splice(t,1)},n.prototype.select=function(n){var t=this;this._accessors.forEach(function(i){t._isSameGroup(i,n)&&i[1]!==n&&i[1].fireUncheck(n.value)})},n.prototype._isSameGroup=function(n,t){return!!n[0].control&&n[0]._parent===t._control._parent&&n[1].name===t.name},n}(),sut=function(){function n(n,t,i,r){this._renderer=n;this._elementRef=t;this._registry=i;this._injector=r;this.onChange=function(){};this.onTouched=function(){}}return n.prototype.ngOnInit=function(){this._control=this._injector.get(st);this._checkName();this._registry.add(this._control,this)},n.prototype.ngOnDestroy=function(){this._registry.remove(this)},n.prototype.writeValue=function(n){this._state=n===this.value;this._renderer.setProperty(this._elementRef.nativeElement,"checked",this._state)},n.prototype.registerOnChange=function(n){var t=this;this._fn=n;this.onChange=function(){n(t.value);t._registry.select(t)}},n.prototype.fireUncheck=function(n){this.writeValue(n)},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n.prototype._checkName=function(){this.name&&this.formControlName&&this.name!==this.formControlName&&this._throwNameError();!this.name&&this.formControlName&&(this.name=this.formControlName)},n.prototype._throwNameError=function(){throw new Error('\n      If you define both a name and a formControlName attribute on your radio button, their values\n      must match. Ex: <input type="radio" formControlName="food" name="food">\n    ');},n}(),keu=function(){function n(n,t){this._renderer=n;this._elementRef=t;this.onChange=function(){};this.onTouched=function(){}}return n.prototype.writeValue=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"value",parseFloat(n))},n.prototype.registerOnChange=function(n){this.onChange=function(t){n(""==t?null:parseFloat(t))}},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n}(),hut='\n    <div [formGroup]="myGroup">\n      <input formControlName="firstName">\n    <\/div>\n\n    In your class:\n\n    this.myGroup = new FormGroup({\n       firstName: new FormControl()\n    });',kb='\n    <div [formGroup]="myGroup">\n       <div formGroupName="person">\n          <input formControlName="firstName">\n       <\/div>\n    <\/div>\n\n    In your class:\n\n    this.myGroup = new FormGroup({\n       person: new FormGroup({ firstName: new FormControl() })\n    });',cut='\n    <form>\n       <div ngModelGroup="person">\n          <input [(ngModel)]="person.name" name="firstName">\n       <\/div>\n    <\/form>',tc=function(){function n(){}return n.controlParentException=function(){throw new Error("formControlName must be used with a parent formGroup directive.  You'll want to add a formGroup\n       directive and pass it an existing FormGroup instance (you can create one in your class).\n\n      Example:\n\n      "+hut);},n.ngModelGroupException=function(){throw new Error('formControlName cannot be used with an ngModelGroup parent. It is only compatible with parents\n       that also have a "form" prefix: formGroupName, formArrayName, or formGroup.\n\n       Option 1:  Update the parent to be formGroupName (reactive form strategy)\n\n        '+kb+"\n\n        Option 2: Use ngModel instead of formControlName (template-driven strategy)\n\n        "+cut);},n.missingFormException=function(){throw new Error("formGroup expects a FormGroup instance. Please pass one in.\n\n       Example:\n\n       "+hut);},n.groupParentException=function(){throw new Error("formGroupName must be used with a parent formGroup directive.  You'll want to add a formGroup\n      directive and pass it an existing FormGroup instance (you can create one in your class).\n\n      Example:\n\n      "+kb);},n.arrayParentException=function(){throw new Error('formArrayName must be used with a parent formGroup directive.  You\'ll want to add a formGroup\n       directive and pass it an existing FormGroup instance (you can create one in your class).\n\n        Example:\n\n        \n    <div [formGroup]="myGroup">\n      <div formArrayName="cities">\n        <div *ngFor="let city of cityArray.controls; index as i">\n          <input [formControlName]="i">\n        <\/div>\n      <\/div>\n    <\/div>\n\n    In your class:\n\n    this.cityArray = new FormArray([new FormControl(\'SF\')]);\n    this.myGroup = new FormGroup({\n      cities: this.cityArray\n    });');},n.disabledAttrWarning=function(){console.warn("\n      It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true\n      when you set up this control in your component class, the disabled attribute will actually be set in the DOM for\n      you. We recommend using this approach to avoid 'changed after checked' errors.\n       \n      Example: \n      form = new FormGroup({\n        first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),\n        last: new FormControl('Drew', Validators.required)\n      });\n    ")},n.ngModelWarning=function(n){console.warn("\n    It looks like you're using ngModel on the same form field as "+n+". \n    Support for using the ngModel input property and ngModelChange event with \n    reactive form directives has been deprecated in Angular v6 and will be removed \n    in Angular v7.\n    \n    For more information on this, see our API docs here:\n    https://angular.io/api/forms/"+("formControl"===n?"FormControlDirective":"FormControlName")+"#use-with-ngmodel\n    ")},n}();hu=function(){function n(n,t){this._renderer=n;this._elementRef=t;this._optionMap=new Map;this._idCounter=0;this.onChange=function(){};this.onTouched=function(){};this._compareWith=au}return Object.defineProperty(n.prototype,"compareWith",{set:function(n){if("function"!=typeof n)throw new Error("compareWith must be a function, but received "+JSON.stringify(n));this._compareWith=n},enumerable:!0,configurable:!0}),n.prototype.writeValue=function(n){var t,i;this.value=n;t=this._getOptionId(n);null==t&&this._renderer.setProperty(this._elementRef.nativeElement,"selectedIndex",-1);i=lat(t,n);this._renderer.setProperty(this._elementRef.nativeElement,"value",i)},n.prototype.registerOnChange=function(n){var t=this;this.onChange=function(i){t.value=t._getOptionValue(i);n(t.value)}},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n.prototype._registerOption=function(){return(this._idCounter++).toString()},n.prototype._getOptionId=function(n){var r,f,i,t,u;try{for(i=ue(Array.from(this._optionMap.keys())),t=i.next();!t.done;t=i.next())if(u=t.value,this._compareWith(this._optionMap.get(u),n))return u}catch(e){r={error:e}}finally{try{t&&!t.done&&(f=i.return)&&f.call(i)}finally{if(r)throw r.error;}}return null},n.prototype._getOptionValue=function(n){var t=function(n){return n.split(":")[0]}(n);return this._optionMap.has(t)?this._optionMap.get(t):n},n}();to=function(){function n(n,t,i){this._element=n;this._renderer=t;this._select=i;this._select&&(this.id=this._select._registerOption())}return Object.defineProperty(n.prototype,"ngValue",{set:function(n){null!=this._select&&(this._select._optionMap.set(this.id,n),this._setElementValue(lat(this.id,n)),this._select.writeValue(this._select.value))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{set:function(n){this._setElementValue(n);this._select&&this._select.writeValue(this._select.value)},enumerable:!0,configurable:!0}),n.prototype._setElementValue=function(n){this._renderer.setProperty(this._element.nativeElement,"value",n)},n.prototype.ngOnDestroy=function(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))},n}();fwt=function(){function n(n,t){this._renderer=n;this._elementRef=t;this._optionMap=new Map;this._idCounter=0;this.onChange=function(){};this.onTouched=function(){};this._compareWith=au}return Object.defineProperty(n.prototype,"compareWith",{set:function(n){if("function"!=typeof n)throw new Error("compareWith must be a function, but received "+JSON.stringify(n));this._compareWith=n},enumerable:!0,configurable:!0}),n.prototype.writeValue=function(n){var t,r=this,i;(this.value=n,Array.isArray(n))?(i=n.map(function(n){return r._getOptionId(n)}),t=function(n,t){n._setSelected(i.indexOf(t.toString())>-1)}):t=function(n){n._setSelected(!1)};this._optionMap.forEach(t)},n.prototype.registerOnChange=function(n){var t=this;this.onChange=function(i){var f=[],u,r,e,o;if(i.hasOwnProperty("selectedOptions"))for(u=i.selectedOptions,r=0;r<u.length;r++)e=u.item(r),o=t._getOptionValue(e.value),f.push(o);else for(u=i.options,r=0;r<u.length;r++)(e=u.item(r)).selected&&(o=t._getOptionValue(e.value),f.push(o));t.value=f;n(f)}},n.prototype.registerOnTouched=function(n){this.onTouched=n},n.prototype.setDisabledState=function(n){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",n)},n.prototype._registerOption=function(n){var t=(this._idCounter++).toString();return this._optionMap.set(t,n),t},n.prototype._getOptionId=function(n){var r,f,i,t,u;try{for(i=ue(Array.from(this._optionMap.keys())),t=i.next();!t.done;t=i.next())if(u=t.value,this._compareWith(this._optionMap.get(u)._value,n))return u}catch(e){r={error:e}}finally{try{t&&!t.done&&(f=i.return)&&f.call(i)}finally{if(r)throw r.error;}}return null},n.prototype._getOptionValue=function(n){var t=function(n){return n.split(":")[0]}(n);return this._optionMap.has(t)?this._optionMap.get(t)._value:n},n}();io=function(){function n(n,t,i){this._element=n;this._renderer=t;this._select=i;this._select&&(this.id=this._select._registerOption(this))}return Object.defineProperty(n.prototype,"ngValue",{set:function(n){null!=this._select&&(this._value=n,this._setElementValue(aat(this.id,n)),this._select.writeValue(this._select.value))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{set:function(n){this._select?(this._value=n,this._setElementValue(aat(this.id,n)),this._select.writeValue(this._select.value)):this._setElementValue(n)},enumerable:!0,configurable:!0}),n.prototype._setElementValue=function(n){this._renderer.setProperty(this._element.nativeElement,"value",n)},n.prototype._setSelected=function(n){this._renderer.setProperty(this._element.nativeElement,"selected",n)},n.prototype.ngOnDestroy=function(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))},n}();ewt=[rr,keu,uwt,hu,fwt,sut];var db=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.ngOnInit=function(){this._checkParentType();this.formDirective.addFormGroup(this)},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeFormGroup(this)},Object.defineProperty(t.prototype,"control",{get:function(){return this.formDirective.getFormGroup(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return op(this.name,this._parent)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return nh(this._validators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return th(this._asyncValidators)},enumerable:!0,configurable:!0}),t.prototype._checkParentType=function(){},t}(ot),nfi=function(){function n(n){this._cd=n}return Object.defineProperty(n.prototype,"ngClassUntouched",{get:function(){return!!this._cd.control&&this._cd.control.untouched},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClassTouched",{get:function(){return!!this._cd.control&&this._cd.control.touched},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClassPristine",{get:function(){return!!this._cd.control&&this._cd.control.pristine},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClassDirty",{get:function(){return!!this._cd.control&&this._cd.control.dirty},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClassValid",{get:function(){return!!this._cd.control&&this._cd.control.valid},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClassInvalid",{get:function(){return!!this._cd.control&&this._cd.control.invalid},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ngClassPending",{get:function(){return!!this._cd.control&&this._cd.control.pending},enumerable:!0,configurable:!0}),n}(),li=function(n){function t(t){return n.call(this,t)||this}return b(t,n),t}(nfi),ku=function(n){function t(t){return n.call(this,t)||this}return b(t,n),t}(nfi),lut=function(){function n(n,t){this.validator=n;this.asyncValidator=t;this._onCollectionChange=function(){};this.pristine=!0;this.touched=!1;this._onDisabledChange=[]}return Object.defineProperty(n.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valid",{get:function(){return"VALID"===this.status},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"invalid",{get:function(){return"INVALID"===this.status},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pending",{get:function(){return"PENDING"==this.status},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return"DISABLED"===this.status},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"enabled",{get:function(){return"DISABLED"!==this.status},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dirty",{get:function(){return!this.pristine},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"untouched",{get:function(){return!this.touched},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"updateOn",{get:function(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"},enumerable:!0,configurable:!0}),n.prototype.setValidators=function(n){this.validator=hp(n)},n.prototype.setAsyncValidators=function(n){this.asyncValidator=cp(n)},n.prototype.clearValidators=function(){this.validator=null},n.prototype.clearAsyncValidators=function(){this.asyncValidator=null},n.prototype.markAsTouched=function(n){void 0===n&&(n={});this.touched=!0;this._parent&&!n.onlySelf&&this._parent.markAsTouched(n)},n.prototype.markAsUntouched=function(n){void 0===n&&(n={});this.touched=!1;this._pendingTouched=!1;this._forEachChild(function(n){n.markAsUntouched({onlySelf:!0})});this._parent&&!n.onlySelf&&this._parent._updateTouched(n)},n.prototype.markAsDirty=function(n){void 0===n&&(n={});this.pristine=!1;this._parent&&!n.onlySelf&&this._parent.markAsDirty(n)},n.prototype.markAsPristine=function(n){void 0===n&&(n={});this.pristine=!0;this._pendingDirty=!1;this._forEachChild(function(n){n.markAsPristine({onlySelf:!0})});this._parent&&!n.onlySelf&&this._parent._updatePristine(n)},n.prototype.markAsPending=function(n){void 0===n&&(n={});this.status="PENDING";!1!==n.emitEvent&&this.statusChanges.emit(this.status);this._parent&&!n.onlySelf&&this._parent.markAsPending(n)},n.prototype.disable=function(n){void 0===n&&(n={});this.status="DISABLED";this.errors=null;this._forEachChild(function(t){t.disable(vt({},n,{onlySelf:!0}))});this._updateValue();!1!==n.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status));this._updateAncestors(n);this._onDisabledChange.forEach(function(n){return n(!0)})},n.prototype.enable=function(n){void 0===n&&(n={});this.status="VALID";this._forEachChild(function(t){t.enable(vt({},n,{onlySelf:!0}))});this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent});this._updateAncestors(n);this._onDisabledChange.forEach(function(n){return n(!1)})},n.prototype._updateAncestors=function(n){this._parent&&!n.onlySelf&&(this._parent.updateValueAndValidity(n),this._parent._updatePristine(),this._parent._updateTouched())},n.prototype.setParent=function(n){this._parent=n},n.prototype.updateValueAndValidity=function(n){void 0===n&&(n={});this._setInitialStatus();this._updateValue();this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),"VALID"!==this.status&&"PENDING"!==this.status||this._runAsyncValidator(n.emitEvent));!1!==n.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status));this._parent&&!n.onlySelf&&this._parent.updateValueAndValidity(n)},n.prototype._updateTreeValidity=function(n){void 0===n&&(n={emitEvent:!0});this._forEachChild(function(t){return t._updateTreeValidity(n)});this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})},n.prototype._setInitialStatus=function(){this.status=this._allControlsDisabled()?"DISABLED":"VALID"},n.prototype._runValidator=function(){return this.validator?this.validator(this):null},n.prototype._runAsyncValidator=function(n){var i=this,t;this.asyncValidator&&(this.status="PENDING",t=sat(this.asyncValidator(this)),this._asyncValidationSubscription=t.subscribe(function(t){return i.setErrors(t,{emitEvent:n})}))},n.prototype._cancelExistingSubscription=function(){this._asyncValidationSubscription&&this._asyncValidationSubscription.unsubscribe()},n.prototype.setErrors=function(n,t){void 0===t&&(t={});this.errors=n;this._updateControlsErrors(!1!==t.emitEvent)},n.prototype.get=function(n){return function(n,t){return null==t?null:(t instanceof Array||(t=t.split(".")),t instanceof Array&&0===t.length?null:t.reduce(function(n,t){return n instanceof vl?n.controls.hasOwnProperty(t)?n.controls[t]:null:n instanceof bv&&n.at(t)||null},n))}(this,n)},n.prototype.getError=function(n,t){var i=t?this.get(t):this;return i&&i.errors?i.errors[n]:null},n.prototype.hasError=function(n,t){return!!this.getError(n,t)},Object.defineProperty(n.prototype,"root",{get:function(){for(var n=this;n._parent;)n=n._parent;return n},enumerable:!0,configurable:!0}),n.prototype._updateControlsErrors=function(n){this.status=this._calculateStatus();n&&this.statusChanges.emit(this.status);this._parent&&this._parent._updateControlsErrors(n)},n.prototype._initObservables=function(){this.valueChanges=new ei;this.statusChanges=new ei},n.prototype._calculateStatus=function(){return this._allControlsDisabled()?"DISABLED":this.errors?"INVALID":this._anyControlsHaveStatus("PENDING")?"PENDING":this._anyControlsHaveStatus("INVALID")?"INVALID":"VALID"},n.prototype._anyControlsHaveStatus=function(n){return this._anyControls(function(t){return t.status===n})},n.prototype._anyControlsDirty=function(){return this._anyControls(function(n){return n.dirty})},n.prototype._anyControlsTouched=function(){return this._anyControls(function(n){return n.touched})},n.prototype._updatePristine=function(n){void 0===n&&(n={});this.pristine=!this._anyControlsDirty();this._parent&&!n.onlySelf&&this._parent._updatePristine(n)},n.prototype._updateTouched=function(n){void 0===n&&(n={});this.touched=this._anyControlsTouched();this._parent&&!n.onlySelf&&this._parent._updateTouched(n)},n.prototype._isBoxedValue=function(n){return"object"==typeof n&&null!==n&&2===Object.keys(n).length&&"value"in n&&"disabled"in n},n.prototype._registerOnCollectionChange=function(n){this._onCollectionChange=n},n.prototype._setUpdateStrategy=function(n){kg(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)},n}(),ye=function(n){function t(t,i,r){void 0===t&&(t=null);var u=n.call(this,hp(i),cp(r,i))||this;return u._onChange=[],u._applyFormState(t),u._setUpdateStrategy(i),u.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),u._initObservables(),u}return b(t,n),t.prototype.setValue=function(n,t){var i=this;void 0===t&&(t={});this.value=this._pendingValue=n;this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(function(n){return n(i.value,!1!==t.emitViewToModelChange)});this.updateValueAndValidity(t)},t.prototype.patchValue=function(n,t){void 0===t&&(t={});this.setValue(n,t)},t.prototype.reset=function(n,t){void 0===n&&(n=null);void 0===t&&(t={});this._applyFormState(n);this.markAsPristine(t);this.markAsUntouched(t);this.setValue(this.value,t);this._pendingChange=!1},t.prototype._updateValue=function(){},t.prototype._anyControls=function(){return!1},t.prototype._allControlsDisabled=function(){return this.disabled},t.prototype.registerOnChange=function(n){this._onChange.push(n)},t.prototype._clearChangeFns=function(){this._onChange=[];this._onDisabledChange=[];this._onCollectionChange=function(){}},t.prototype.registerOnDisabledChange=function(n){this._onDisabledChange.push(n)},t.prototype._forEachChild=function(){},t.prototype._syncPendingControls=function(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))},t.prototype._applyFormState=function(n){this._isBoxedValue(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n},t}(lut),vl=function(n){function t(t,i,r){var u=n.call(this,hp(i),cp(r,i))||this;return u.controls=t,u._initObservables(),u._setUpdateStrategy(i),u._setUpControls(),u.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),u}return b(t,n),t.prototype.registerControl=function(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)},t.prototype.addControl=function(n,t){this.registerControl(n,t);this.updateValueAndValidity();this._onCollectionChange()},t.prototype.removeControl=function(n){this.controls[n]&&this.controls[n]._registerOnCollectionChange(function(){});delete this.controls[n];this.updateValueAndValidity();this._onCollectionChange()},t.prototype.setControl=function(n,t){this.controls[n]&&this.controls[n]._registerOnCollectionChange(function(){});delete this.controls[n];t&&this.registerControl(n,t);this.updateValueAndValidity();this._onCollectionChange()},t.prototype.contains=function(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled},t.prototype.setValue=function(n,t){var i=this;void 0===t&&(t={});this._checkAllValuesPresent(n);Object.keys(n).forEach(function(r){i._throwIfControlMissing(r);i.controls[r].setValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})});this.updateValueAndValidity(t)},t.prototype.patchValue=function(n,t){var i=this;void 0===t&&(t={});Object.keys(n).forEach(function(r){i.controls[r]&&i.controls[r].patchValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})});this.updateValueAndValidity(t)},t.prototype.reset=function(n,t){void 0===n&&(n={});void 0===t&&(t={});this._forEachChild(function(i,r){i.reset(n[r],{onlySelf:!0,emitEvent:t.emitEvent})});this.updateValueAndValidity(t);this._updatePristine(t);this._updateTouched(t)},t.prototype.getRawValue=function(){return this._reduceChildren({},function(n,t,i){return n[i]=t instanceof ye?t.value:t.getRawValue(),n})},t.prototype._syncPendingControls=function(){var n=this._reduceChildren(!1,function(n,t){return!!t._syncPendingControls()||n});return n&&this.updateValueAndValidity({onlySelf:!0}),n},t.prototype._throwIfControlMissing=function(n){if(!Object.keys(this.controls).length)throw new Error("\n        There are no form controls registered with this group yet.  If you're using ngModel,\n        you may want to check next tick (e.g. use setTimeout).\n      ");if(!this.controls[n])throw new Error("Cannot find form control with name: "+n+".");},t.prototype._forEachChild=function(n){var t=this;Object.keys(this.controls).forEach(function(i){return n(t.controls[i],i)})},t.prototype._setUpControls=function(){var n=this;this._forEachChild(function(t){t.setParent(n);t._registerOnCollectionChange(n._onCollectionChange)})},t.prototype._updateValue=function(){this.value=this._reduceValue()},t.prototype._anyControls=function(n){var i=this,t=!1;return this._forEachChild(function(r,u){t=t||i.contains(u)&&n(r)}),t},t.prototype._reduceValue=function(){var n=this;return this._reduceChildren({},function(t,i,r){return(i.enabled||n.disabled)&&(t[r]=i.value),t})},t.prototype._reduceChildren=function(n,t){var i=n;return this._forEachChild(function(n,r){i=t(i,n,r)}),i},t.prototype._allControlsDisabled=function(){var i,r,t,n;try{for(t=ue(Object.keys(this.controls)),n=t.next();!n.done;n=t.next())if(this.controls[n.value].enabled)return!1}catch(u){i={error:u}}finally{try{n&&!n.done&&(r=t.return)&&r.call(t)}finally{if(i)throw i.error;}}return Object.keys(this.controls).length>0||this.disabled},t.prototype._checkAllValuesPresent=function(n){this._forEachChild(function(t,i){if(void 0===n[i])throw new Error("Must supply a value for form control with name: '"+i+"'.");})},t}(lut),bv=function(n){function t(t,i,r){var u=n.call(this,hp(i),cp(r,i))||this;return u.controls=t,u._initObservables(),u._setUpdateStrategy(i),u._setUpControls(),u.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),u}return b(t,n),t.prototype.at=function(n){return this.controls[n]},t.prototype.push=function(n){this.controls.push(n);this._registerControl(n);this.updateValueAndValidity();this._onCollectionChange()},t.prototype.insert=function(n,t){this.controls.splice(n,0,t);this._registerControl(t);this.updateValueAndValidity()},t.prototype.removeAt=function(n){this.controls[n]&&this.controls[n]._registerOnCollectionChange(function(){});this.controls.splice(n,1);this.updateValueAndValidity()},t.prototype.setControl=function(n,t){this.controls[n]&&this.controls[n]._registerOnCollectionChange(function(){});this.controls.splice(n,1);t&&(this.controls.splice(n,0,t),this._registerControl(t));this.updateValueAndValidity();this._onCollectionChange()},Object.defineProperty(t.prototype,"length",{get:function(){return this.controls.length},enumerable:!0,configurable:!0}),t.prototype.setValue=function(n,t){var i=this;void 0===t&&(t={});this._checkAllValuesPresent(n);n.forEach(function(n,r){i._throwIfControlMissing(r);i.at(r).setValue(n,{onlySelf:!0,emitEvent:t.emitEvent})});this.updateValueAndValidity(t)},t.prototype.patchValue=function(n,t){var i=this;void 0===t&&(t={});n.forEach(function(n,r){i.at(r)&&i.at(r).patchValue(n,{onlySelf:!0,emitEvent:t.emitEvent})});this.updateValueAndValidity(t)},t.prototype.reset=function(n,t){void 0===n&&(n=[]);void 0===t&&(t={});this._forEachChild(function(i,r){i.reset(n[r],{onlySelf:!0,emitEvent:t.emitEvent})});this.updateValueAndValidity(t);this._updatePristine(t);this._updateTouched(t)},t.prototype.getRawValue=function(){return this.controls.map(function(n){return n instanceof ye?n.value:n.getRawValue()})},t.prototype._syncPendingControls=function(){var n=this.controls.reduce(function(n,t){return!!t._syncPendingControls()||n},!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n},t.prototype._throwIfControlMissing=function(n){if(!this.controls.length)throw new Error("\n        There are no form controls registered with this array yet.  If you're using ngModel,\n        you may want to check next tick (e.g. use setTimeout).\n      ");if(!this.at(n))throw new Error("Cannot find form control at index "+n);},t.prototype._forEachChild=function(n){this.controls.forEach(function(t,i){n(t,i)})},t.prototype._updateValue=function(){var n=this;this.value=this.controls.filter(function(t){return t.enabled||n.disabled}).map(function(n){return n.value})},t.prototype._anyControls=function(n){return this.controls.some(function(t){return t.enabled&&n(t)})},t.prototype._setUpControls=function(){var n=this;this._forEachChild(function(t){return n._registerControl(t)})},t.prototype._checkAllValuesPresent=function(n){this._forEachChild(function(t,i){if(void 0===n[i])throw new Error("Must supply a value for form control at index: "+i+".");})},t.prototype._allControlsDisabled=function(){var i,r,t,n;try{for(t=ue(this.controls),n=t.next();!n.done;n=t.next())if(n.value.enabled)return!1}catch(u){i={error:u}}finally{try{n&&!n.done&&(r=t.return)&&r.call(t)}finally{if(i)throw i.error;}}return this.controls.length>0||this.disabled},t.prototype._registerControl=function(n){n.setParent(this);n._registerOnCollectionChange(this._onCollectionChange)},t}(lut),kv=Promise.resolve(null),yl=function(n){function t(t,i){var r=n.call(this)||this;return r.submitted=!1,r._directives=[],r.ngSubmit=new ei,r.form=new vl({},nh(t),th(i)),r}return b(t,n),t.prototype.ngAfterViewInit=function(){this._setUpdateStrategy()},Object.defineProperty(t.prototype,"formDirective",{get:function(){return this},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"control",{get:function(){return this.form},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return[]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"controls",{get:function(){return this.form.controls},enumerable:!0,configurable:!0}),t.prototype.addControl=function(n){var t=this;kv.then(function(){var i=t._findContainer(n.path);n.control=i.registerControl(n.name,n.control);sp(n.control,n);n.control.updateValueAndValidity({emitEvent:!1});t._directives.push(n)})},t.prototype.getControl=function(n){return this.form.get(n.path)},t.prototype.removeControl=function(n){var t=this;kv.then(function(){var i=t._findContainer(n.path);i&&i.removeControl(n.name);kat(t._directives,n)})},t.prototype.addFormGroup=function(n){var t=this;kv.then(function(){var r=t._findContainer(n.path),i=new vl({});bg(i,n);r.registerControl(n.name,i);i.updateValueAndValidity({emitEvent:!1})})},t.prototype.removeFormGroup=function(n){var t=this;kv.then(function(){var i=t._findContainer(n.path);i&&i.removeControl(n.name)})},t.prototype.getFormGroup=function(n){return this.form.get(n.path)},t.prototype.updateModel=function(n,t){var i=this;kv.then(function(){i.form.get(n.path).setValue(t)})},t.prototype.setValue=function(n){this.control.setValue(n)},t.prototype.onSubmit=function(n){return this.submitted=!0,wat(this.form,this._directives),this.ngSubmit.emit(n),!1},t.prototype.onReset=function(){this.resetForm()},t.prototype.resetForm=function(n){void 0===n&&(n=void 0);this.form.reset(n);this.submitted=!1},t.prototype._setUpdateStrategy=function(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)},t.prototype._findContainer=function(n){return n.pop(),n.length?this.form.get(n):this.form},t}(ot),gb=function(){function n(){}return n.modelParentException=function(){throw new Error('\n      ngModel cannot be used to register form controls with a parent formGroup directive.  Try using\n      formGroup\'s partner directive "formControlName" instead.  Example:\n\n      '+hut+'\n\n      Or, if you\'d like to avoid registering this form control, indicate that it\'s standalone in ngModelOptions:\n\n      Example:\n\n      \n    <div [formGroup]="myGroup">\n       <input formControlName="firstName">\n       <input [(ngModel)]="showMoreControls" [ngModelOptions]="{standalone: true}">\n    <\/div>\n  ');},n.formGroupNameException=function(){throw new Error("\n      ngModel cannot be used to register form controls with a parent formGroupName or formArrayName directive.\n\n      Option 1: Use formControlName instead of ngModel (reactive strategy):\n\n      "+kb+"\n\n      Option 2:  Update ngModel's parent be ngModelGroup (template-driven strategy):\n\n      "+cut);},n.missingNameException=function(){throw new Error('If ngModel is used within a form tag, either the name attribute must be set or the form\n      control must be defined as \'standalone\' in ngModelOptions.\n\n      Example 1: <input [(ngModel)]="person.firstName" name="first">\n      Example 2: <input [(ngModel)]="person.firstName" [ngModelOptions]="{standalone: true}">');},n.modelGroupParentException=function(){throw new Error("\n      ngModelGroup cannot be used with a parent formGroup directive.\n\n      Option 1: Use formGroupName instead of ngModelGroup (reactive strategy):\n\n      "+kb+"\n\n      Option 2:  Use a regular form tag instead of the formGroup directive (template-driven strategy):\n\n      "+cut);},n.ngFormWarning=function(){console.warn("\n    It looks like you're using 'ngForm'.\n\n    Support for using the 'ngForm' element selector has been deprecated in Angular v6 and will be removed\n    in Angular v9.\n\n    Use 'ng-form' instead.\n\n    Before:\n    <ngForm #myForm=\"ngForm\">\n\n    After:\n    <ng-form #myForm=\"ngForm\">\n    ")},n}(),deu=new ri("NgFormSelectorWarning"),tfi=function(n){function t(t,i,r){var u=n.call(this)||this;return u._parent=t,u._validators=i,u._asyncValidators=r,u}var i;return b(t,n),i=t,t.prototype._checkParentType=function(){this._parent instanceof i||this._parent instanceof yl||gb.modelGroupParentException()},t}(db),ifi=Promise.resolve(null),pe=function(n){function t(t,i,r,u){var f=n.call(this)||this;return f.control=new ye,f._registered=!1,f.update=new ei,f._parent=t,f._rawValidators=i||[],f._rawAsyncValidators=r||[],f.valueAccessor=bat(f,u),f}return b(t,n),t.prototype.ngOnChanges=function(n){this._checkForErrors();this._registered||this._setUpControl();"isDisabled"in n&&this._updateDisabled(n);pat(n,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeControl(this)},Object.defineProperty(t.prototype,"path",{get:function(){return this._parent?op(this.name,this._parent):[this.name]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return nh(this._rawValidators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return th(this._rawAsyncValidators)},enumerable:!0,configurable:!0}),t.prototype.viewToModelUpdate=function(n){this.viewModel=n;this.update.emit(n)},t.prototype._setUpControl=function(){this._setUpdateStrategy();this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this);this._registered=!0},t.prototype._setUpdateStrategy=function(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)},t.prototype._isStandalone=function(){return!this._parent||!(!this.options||!this.options.standalone)},t.prototype._setUpStandalone=function(){sp(this.control,this);this.control.updateValueAndValidity({emitEvent:!1})},t.prototype._checkForErrors=function(){this._isStandalone()||this._checkParentType();this._checkName()},t.prototype._checkParentType=function(){!(this._parent instanceof tfi)&&this._parent instanceof db?gb.formGroupNameException():this._parent instanceof tfi||this._parent instanceof yl||gb.modelParentException()},t.prototype._checkName=function(){this.options&&this.options.name&&(this.name=this.options.name);this._isStandalone()||this.name||gb.missingNameException()},t.prototype._updateValue=function(n){var t=this;ifi.then(function(){t.control.setValue(n,{emitViewToModelChange:!1})})},t.prototype._updateDisabled=function(n){var t=this,i=n.isDisabled.currentValue,r=""===i||i&&"false"!==i;ifi.then(function(){r&&!t.control.disabled?t.control.disable():!r&&t.control.disabled&&t.control.enable()})},t}(st),nr=new ri("NgModelWithFormControlWarning"),pr=function(n){function t(t,i){var r=n.call(this)||this;return r._validators=t,r._asyncValidators=i,r.submitted=!1,r.directives=[],r.form=null,r.ngSubmit=new ei,r}return b(t,n),t.prototype.ngOnChanges=function(n){this._checkFormPresent();n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations())},Object.defineProperty(t.prototype,"formDirective",{get:function(){return this},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"control",{get:function(){return this.form},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return[]},enumerable:!0,configurable:!0}),t.prototype.addControl=function(n){var t=this.form.get(n.path);return sp(t,n),t.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),t},t.prototype.getControl=function(n){return this.form.get(n.path)},t.prototype.removeControl=function(n){kat(this.directives,n)},t.prototype.addFormGroup=function(n){var t=this.form.get(n.path);bg(t,n);t.updateValueAndValidity({emitEvent:!1})},t.prototype.removeFormGroup=function(){},t.prototype.getFormGroup=function(n){return this.form.get(n.path)},t.prototype.addFormArray=function(n){var t=this.form.get(n.path);bg(t,n);t.updateValueAndValidity({emitEvent:!1})},t.prototype.removeFormArray=function(){},t.prototype.getFormArray=function(n){return this.form.get(n.path)},t.prototype.updateModel=function(n,t){this.form.get(n.path).setValue(t)},t.prototype.onSubmit=function(n){return this.submitted=!0,wat(this.form,this.directives),this.ngSubmit.emit(n),!1},t.prototype.onReset=function(){this.resetForm()},t.prototype.resetForm=function(n){void 0===n&&(n=void 0);this.form.reset(n);this.submitted=!1},t.prototype._updateDomValue=function(){var n=this;this.directives.forEach(function(t){var i=n.form.get(t.path);t.control!==i&&(function(n,t){t.valueAccessor.registerOnChange(function(){return yat(t)});t.valueAccessor.registerOnTouched(function(){return yat(t)});t._rawValidators.forEach(function(n){n.registerOnValidatorChange&&n.registerOnValidatorChange(null)});t._rawAsyncValidators.forEach(function(n){n.registerOnValidatorChange&&n.registerOnValidatorChange(null)});n&&n._clearChangeFns()}(t.control,t),i&&sp(i,t),t.control=i)});this.form._updateTreeValidity({emitEvent:!1})},t.prototype._updateRegistrations=function(){var n=this;this.form._registerOnCollectionChange(function(){return n._updateDomValue()});this._oldForm&&this._oldForm._registerOnCollectionChange(function(){});this._oldForm=this.form},t.prototype._updateValidators=function(){var t=nh(this._validators),n;this.form.validator=vi.compose([this.form.validator,t]);n=th(this._asyncValidators);this.form.asyncValidator=vi.composeAsync([this.form.asyncValidator,n])},t.prototype._checkFormPresent=function(){this.form||tc.missingFormException()},t}(ot),aut=function(n){function t(t,i,r){var u=n.call(this)||this;return u._parent=t,u._validators=i,u._asyncValidators=r,u}return b(t,n),t.prototype._checkParentType=function(){dat(this._parent)&&tc.groupParentException()},t}(db),ys=function(n){function t(t,i,r){var u=n.call(this)||this;return u._parent=t,u._validators=i,u._asyncValidators=r,u}return b(t,n),t.prototype.ngOnInit=function(){this._checkParentType();this.formDirective.addFormArray(this)},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeFormArray(this)},Object.defineProperty(t.prototype,"control",{get:function(){return this.formDirective.getFormArray(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return op(this.name,this._parent)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return nh(this._validators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return th(this._asyncValidators)},enumerable:!0,configurable:!0}),t.prototype._checkParentType=function(){dat(this._parent)&&tc.arrayParentException()},t}(ot),pt=function(n){function t(t,i,r,u,f){var e=n.call(this)||this;return e._ngModelWarningConfig=f,e._added=!1,e.update=new ei,e._ngModelWarningSent=!1,e._parent=t,e._rawValidators=i||[],e._rawAsyncValidators=r||[],e.valueAccessor=bat(e,u),e}var i;return b(t,n),i=t,Object.defineProperty(t.prototype,"isDisabled",{set:function(){tc.disabledAttrWarning()},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(n){var r,t;this._added||this._setUpControl();pat(n,this.viewModel)&&(r=i,this,t=this._ngModelWarningConfig,fe()&&"never"!==t&&((null!==t&&"once"!==t||r._ngModelWarningSentOnce)&&("always"!==t||this._ngModelWarningSent)||(tc.ngModelWarning("formControlName"),r._ngModelWarningSentOnce=!0,this._ngModelWarningSent=!0)),this.viewModel=this.model,this.formDirective.updateModel(this,this.model))},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeControl(this)},t.prototype.viewToModelUpdate=function(n){this.viewModel=n;this.update.emit(n)},Object.defineProperty(t.prototype,"path",{get:function(){return op(this.name,this._parent)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return nh(this._rawValidators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return th(this._rawAsyncValidators)},enumerable:!0,configurable:!0}),t.prototype._checkParentType=function(){!(this._parent instanceof aut)&&this._parent instanceof db?tc.ngModelGroupException():this._parent instanceof aut||this._parent instanceof pr||this._parent instanceof ys||tc.controlParentException()},t.prototype._setUpControl=function(){this._checkParentType();this.control=this.formDirective.addControl(this);this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0);this._added=!0},t._ngModelWarningSentOnce=!1,t}(st),lo=function(){function n(){}return n.prototype.group=function(n,t){void 0===t&&(t=null);var f=this._reduceControls(n),i=null,r=null,u=void 0;return null!=t&&(function(n){return void 0!==n.asyncValidators||void 0!==n.validators||void 0!==n.updateOn}(t)?(i=null!=t.validators?t.validators:null,r=null!=t.asyncValidators?t.asyncValidators:null,u=null!=t.updateOn?t.updateOn:void 0):(i=null!=t.validator?t.validator:null,r=null!=t.asyncValidator?t.asyncValidator:null)),new vl(f,{asyncValidators:r,updateOn:u,validators:i})},n.prototype.control=function(n,t,i){return new ye(n,t,i)},n.prototype.array=function(n,t,i){var r=this,u=n.map(function(n){return r._createControl(n)});return new bv(u,t,i)},n.prototype._reduceControls=function(n){var i=this,t={};return Object.keys(n).forEach(function(r){t[r]=i._createControl(n[r])}),t},n.prototype._createControl=function(n){return n instanceof ye||n instanceof vl||n instanceof bv?n:Array.isArray(n)?this.control(n[0],n.length>1?n[1]:null,n.length>2?n[2]:null):this.control(n)},n}(),pl=function(){return function(){}}(),rfi=function(){return function(){}}(),ufi=function(){function n(){}var t;return t=n,n.withConfig=function(n){return{ngModule:t,providers:[{provide:deu,useValue:n.warnOnDeprecatedNgFormSelector}]}},n}(),ffi=function(){function n(){}var t;return t=n,n.withConfig=function(n){return{ngModule:t,providers:[{provide:nr,useValue:n.warnOnNgModelWithFormControl}]}},n}(),vut=function(){function n(n,t,i){this.fb=n;this.elm=t;this.sanitizer=i;this.isSubmitted=!1;this.closeChat=!0;this._this=this;this.properties=this.elm.nativeElement.getAttribute("properties");this.propertiesJson=JSON.parse(this.properties);this.chatHeaderTextTemp=this.propertiesJson.chatHeaderText+" <a class='nuv-contact__email_livechat' target='_self' data-action='email' data-speed-bump-id='modal-contact-form' >"+this.propertiesJson.chatEmailText+"<\/a>";this.chatHeaderText=this.sanitizer.bypassSecurityTrustHtml(this.chatHeaderTextTemp)}return n.prototype.onSubmit=function(){this.isSubmitted=!0;this.chatForm.valid&&this.chatForm.dirty?this.chatNow():this.validateAllFormFields(this.chatForm)},n.prototype.ngOnInit=function(){this.chatForm=this.fb.group({firstName:["",[vi.required]],lastName:["",[vi.required]],companyName:["",[vi.required]],email:["",[vi.required,vi.pattern("^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$")]],cb:["",[vi.requiredTrue]]})},n.prototype.ngAfterViewInit=function(){var t=this,n;this.chatInit();n=$(".nuv-chat-link");n.length>0&&n.find("a").bind("click",function(n){var i=$(n.currentTarget).parent().attr("class");void 0!==i&&-1===i.indexOf("-offline")&&(console.log("done1"),this.closeChat=!1,this.isSubmitted=!1,t.toggleChatBox(),$(".nuv-speed-bump__close-btn:visible").length>0&&$(".nuv-speed-bump__close-btn:visible").trigger("click"),$(".nuv-subscribe-modal").is(":visible")&&$(".nuv-subscribe-modal").slideToggle("slow"))})},Object.defineProperty(n.prototype,"getFromControls",{get:function(){return this.chatForm.controls},enumerable:!0,configurable:!0}),n.prototype.validateAllFormFields=function(n){var t=this;Object.keys(n.controls).forEach(function(i){var r=n.get(i);r instanceof ye?r.markAsTouched({onlySelf:!0}):r instanceof vl&&t.validateAllFormFields(r)})},n.prototype.chatInit=function(){var n=this.propertiesJson.chatLinkId,i=[],t;window._laq||(window._laq=[]);t=$(".nuv-chat-link");$.each(t,function(t,r){var u=$(r).attr("id"),f=$(r).attr("class");i.push({id:u,clsName:f});window._laq.push(function(){var t=$(r).attr("id"),i="";-1!==$(r).attr("class").indexOf("-offline")?(i=t.replace("-online","-offline"),window.liveagent.showWhenOnline(n,document.getElementById(t)),window.liveagent.showWhenOffline(n,document.getElementById(i))):(i=t.replace("-offline","-online"),window.liveagent.showWhenOffline(n,document.getElementById(t)),window.liveagent.showWhenOnline(n,document.getElementById(i)))})})},n.prototype.toggleChatBox=function(){$(".nuv-chatbox--wrapper").slideToggle("slow");setTimeout(this.clearcontrols,2e3);this.chatForm.reset();window.screen.width<=1023&&$("#nuvchatboxwrapper").hide()},n.prototype.chatNow=function(){var i=this;if(this.chatForm.invalid)this.isSubmitted=!0;else{if(window.liveagent){var r,n=this.chatForm.get("firstName").value,t=this.chatForm.get("lastName").value,u=this.chatForm.get("companyName").value,f=this.chatForm.get("email").value;window.liveagent.disconnect();window.liveagent.addCustomDetail("Visitor Company Name",u).saveToTranscript("Visitor_Company_Name__c");window.liveagent.addCustomDetail("Visitor Email",f).saveToTranscript("Visitor_Email__c");window.liveagent.addCustomDetail("Visitor First Name",n).saveToTranscript("Visitor_First_Name__c");window.liveagent.addCustomDetail("Visitor Last Name",t).saveToTranscript("Visitor_Last_Name__c");window.liveagent.addCustomDetail("Instant Search Result","Chat: "+n+" "+t+" | "+u+" | "+f).saveToTranscript("Instant_Search_Result__c");window.liveagent.addCustomDetail("Type","Financial Advisor").saveToTranscript("Type__c");window.liveagent.addCustomDetail("Visitor Attest Financial Advisor","true").saveToTranscript("Visitor_Attest_Financial_Advisor__c");window.liveagent.setName(n+" "+t);window.liveagent.setChatWindowWidth(this.propertiesJson.chatWindowWidth);window.liveagent.setChatWindowHeight(this.propertiesJson.chatWindowHeight);window.liveagent.init(this.propertiesJson.iframeURL,this.propertiesJson.deploymentId,this.propertiesJson.orgId);r=window;window.name="Chat-now";window.screen.width<=1023&&"undefined"!=r?setTimeout(function(){window.liveagent.startChatWithWindow(i.propertiesJson.chatLinkId,"Chat-now")},1e3):(this.chatWindow(this.propertiesJson.chatWindowWidth,this.propertiesJson.chatWindowHeight),setTimeout(function(){window.liveagent.startChat(i.propertiesJson.chatLinkId)},1e3))}this.closeChat=!0;this.toggleChatBox()}},n.prototype.chatWindow=function(n,t){var i=window.open;window.open=function(r,u){var e=screen.availWidth-n-26,f;return console.log("left",e),f=screen.availHeight-t-64,console.log("top",f),i(r,u,"width="+n+",height="+t+",status,resizable,left="+e+",top="+f+"screenX="+e+",screenY="+f)}},n.prototype.clearcontrols=function(){$("#firstName").val("");$("#lastName").val("");$("#companyName").val("");$("#email").val("");$("#cb").prop("checked",!1)},n.prototype.minimize=function(){$(".minimize").hide();$(".maximize").show();$(".close").hide();$(".nuv-chatbox--body-wrapper").slideToggle("slow")},n.prototype.maximize=function(){$(".maximize").hide();$(".minimize").show();$(".close").show();$(".nuv-chatbox--body-wrapper").slideToggle("slow")},n.prototype.closechatbox=function(){$(".nuv-chatbox--wrapper").hide();$(".nuv-interstitial-window").hide()},n}();window.screen.width<=1023&&$(".chatWithUsNow").on("click",function(){window.open(window.location.protocol+"//"+window.location.hostname+"/en-us/Chat-now","newwindow");$("#nuvchatboxwrapper").hide()});var du,efi=i("O3Xf"),yut=function(){function n(n){this.http=n;this.apiUrl="/global/api/strategycircle/getstrategycircle?id="}return n.prototype.getStrategyCircleData=function(n,t){return this.http.get(""+this.apiUrl+n+"&siteName="+t).pipe(yu(this.handleError("getStrategyCircle")))},n.prototype.handleError=function(n,t){return void 0===n&&(n="operation"),function(i){return console.error(i),console.log(n+" failed: "+i.message),vu(t)}},n}(),put=function(){function n(n,t){this.heroStrategyService=n;this.elm=t;this.bigRadius=224;this.smallRadius=8;this.strokeWidth=2;this.svgSquareSize=450+2*this.smallRadius;this.svgViewBox="0 0 "+this.svgSquareSize+" "+this.svgSquareSize;this.wrapperPaddingTop=0;this.wrapperPaddingBottom=0;this.paddingTopOffset=20;this.totalDots=5;this.activeFrameInterval=30;this.hasLabel=new ei;this.isIE11=this.checkIsIE11();this.viewInitialized=!1;this.activeItemIndex=-1;this.overviewInitialized=!1;this.withLabels=!1;this.overviewPage=!1;this.sourceId=this.elm.nativeElement.getAttribute("source-id");this.siteName=this.elm.nativeElement.getAttribute("site-name");this.overviewPage="true"==this.elm.nativeElement.getAttribute("overiew-page");this.withLabels=this.overviewPage;this.overviewPage||(this.activeItemIndex=parseInt(this.elm.nativeElement.getAttribute("nav-index")))}return n.prototype.checkIsIE11=function(){return!!window.MSInputMethodContext&&!!document.documentMode},n.prototype.ngOnInit=function(){this.getStrategyCircle()},n.prototype.getStrategyCircle=function(){var n=this;this.heroStrategyService.getStrategyCircleData(this.sourceId,this.siteName).subscribe(function(t){n.SetSubNavItems(t.subNavItems)})},n.prototype.SetSubNavItems=function(n){var t=this;this.totalDots=n.length;this.hasTopLabel=!1;this.hasBottomLabel=!1;this.animationFrameNumber=1;this.activeItemFrameIndex=this.activeItemIndex-1;this.activeFrameDuration=this.activeFrameInterval*(this.activeItemIndex+1);var i=360/this.totalDots,u=Array.from(new Array(this.totalDots),function(n,t){return t*i}),r=this.smallRadius+.5*this.strokeWidth;this.circles=u.map(function(u,f){var o,s=6==t.totalDots?60:90,e=u-s,h=e*(Math.PI/180),c=t.bigRadius+r,l=t.bigRadius*Math.cos(h)+c,a=t.bigRadius*Math.sin(h)+c,v=l/t.svgSquareSize*100,y=a/t.svgSquareSize*100,p={title:n[f].title,link:n[f].link};return e>=240||e<=-60?(o="top",t.hasTopLabel=!0):e>-60&&e<=60?o="right":e>60&&e<120?(o="bottom",t.hasBottomLabel=!0):e>=120&&e<240&&(o="left"),f===t.activeItemIndex&&6===t.totalDots?(t.startDegree=u+.5*s,t.endDegree=u+.5*s-i*t.activeItemIndex):f===t.activeItemIndex&&(t.startDegree=u,t.endDegree=u-i*t.activeItemIndex),{x:l,y:a,percentLeft:v,percentTop:y,labelLocation:o,label:p}});this.activeItemIndex>-1&&(this.arcPath=this.describeArc(.5*this.svgSquareSize,.5*this.svgSquareSize,this.bigRadius,this.startDegree,this.endDegree));this.withLabels&&(this.arcPathLoadingQ1=this.describeArc(r,this.svgSquareSize-r,this.bigRadius,0,90),this.arcPathLoadingQ2=this.describeArc(.5*this.svgSquareSize,.5*this.svgSquareSize,this.bigRadius,90,0),this.hasLabel.emit({top:this.hasTopLabel,bottom:this.hasBottomLabel}))},n.prototype.ngAfterViewInit=function(){var t=this,n;this.activeItemIndex>-1&&(n=(this.activeItemIndex-1)/this.activeItemIndex,new efi(this.greenLineSvgElement.nativeElement,{type:"sync",duration:this.activeFrameDuration*(n+1)},function(){t.activeItemFrameIndex=t.activeItemIndex}).stop().setFrameProgress(n).play(1));(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?this.initViewInitialized(this.isIE11?1e3:10):document.addEventListener("DOMContentLoaded",this.initViewInitialized.bind(this))},n.prototype.initViewInitialized=function(n){var t=this;setTimeout(function(){t.overviewPage?(t.overviewInitialized=!0,setTimeout(function(){t.viewInitialized=!0},1e3)):t.viewInitialized=!0},n)},n.prototype.polarToCartesian=function(n,t,i,r){var u=(r-90)*Math.PI/180;return{x:n+i*Math.cos(u),y:t+i*Math.sin(u)}},n.prototype.describeArc=function(n,t,i,r,u){var f=this.polarToCartesian(n,t,i,u),e=this.polarToCartesian(n,t,i,r);return["M",f.x,f.y,"A",i,i,0,r-u<=180?"0":"1",1,e.x,e.y].join(" ")},n}();!function(n){n.LoadDataRequest="[Nuv API] Load Data Request";n.LoadData="[Nuv API] Load Data";n.LoadDataNoFetch="[Nuv API] Load Data No Fetch";n.LoadDataSuccess="[Nuv API] Load Data Success";n.LoadDataError="[Nuv API] Load Data Error"}(du||(du={}));var wr=function(){return function(n){this.payload=n;this.type=du.LoadDataRequest;this.payload=n}}(),geu=function(){return function(n){this.payload=n;this.type=du.LoadData;this.payload=n}}(),nou=function(){return function(n){this.payload=n;this.type=du.LoadDataNoFetch;this.payload=n}}(),tou=function(){return function(n){this.payload=n;this.type=du.LoadDataSuccess;this.payload=n}}(),iou=function(){return function(n,t){this.payload=n;this.type=du.LoadDataError;this.payload=n;this.error=t}}(),br=function(){return function(n,t,i){void 0===t&&(t=!1);void 0===i&&(i=null);this.url=n;this.updatePageData=t;this.data=i}}(),wut=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){this.mainApi&&this.store.dispatch(new wr(new br(this.mainApi)))},n}();owt=window.navigator.userAgent.toLowerCase();var but=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){"true"===this.selected&&this.selectShareClass();this.changeShareclassSelector()},n.prototype.changeShareclassSelector=function(){this.store.pipe(ui(di,{propertyName:"cusip"})).subscribe(function(n){if(n){var t=null;$(".nuv-share-class-selector__buttons-list").find("li").each(function(){$(this).hasClass("nuv-share-class-selector__buttons-list-item--active")&&$(this).removeClass("nuv-share-class-selector__buttons-list-item--active");var i=$(this).attr("data-cusip");n==i&&(t=this)});t&&$(t).addClass("nuv-share-class-selector__buttons-list-item--active")}})},n.prototype.selectShareClass=function(){var n=this,t;(this.store.dispatch(new wr(new br(this.apiUrl,!0))),this.shareClass)&&(t=lp(window.location.href,"shareclass",this.shareClass),history.pushState(null,"",t));this.store.pipe(ui(di,{propertyName:"fundname"})).subscribe(function(t){t&&n.cusip&&nvt(n.cusip,t.toString(),n.productType)})},n}(),kut=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){this.shareClassSelectors=JSON.parse(this.shareClassSelectorsString);var n=this.shareClassSelectors.find(function(n){return!0===n.isSelected});n&&(this.selectShareClass(n.apiUrl,n.shareClass,n.cusip),this.selectedShareClass=n);this.changeShareclassSelector()},n.prototype.changeShareclassSelector=function(){var n=this;this.store.pipe(ui(di,{propertyName:"cusip"})).subscribe(function(t){if(t){var i=n.shareClassSelectors.find(function(n){return n.cusip===t});i&&(n.selectedShareClass=i)}})},n.prototype.onShareClassChange=function(n){n&&(this.selectShareClass(n.apiUrl,n.shareClass,n.cusip),this.selectedShareClass=n)},n.prototype.selectShareClass=function(n,t,i){var u=this,r;(this.store.dispatch(new wr(new br(n,!0))),t)&&(r=lp(window.location.href,"shareclass",t),history.pushState(null,"",r));this.store.pipe(ui(di,{propertyName:"fundname"})).subscribe(function(n){n&&i&&nvt(i,n.toString(),u.productType)})},n}(),dut=function(){function n(n){this.http=n;this.apiUrl="/global/api/strategybreaker/getstrategybreaker?StrategyBreakerID="}return n.prototype.getStrategyBreakerData=function(n,t){return this.http.get(""+this.apiUrl+n+"&siteName="+t).pipe(yu(this.handleError("getStrategyBreaker")))},n.prototype.handleError=function(n,t){return void 0===n&&(n="operation"),function(i){return console.error(i),console.log(n+" failed: "+i.message),vu(t)}},n}(),gut=function(){function n(n,t){this.strategyBreakerEmbedService=n;this.elm=t;this.sourceId=this.elm.nativeElement.getAttribute("source-id");this.siteName=this.elm.nativeElement.getAttribute("site-name")}return n.prototype.getStrategyBreaker=function(){var n=this;this.strategyBreakerEmbedService.getStrategyBreakerData(this.sourceId,this.siteName).subscribe(function(t){n.data=t})},n.prototype.ngOnInit=function(){this.getStrategyBreaker()},n.prototype.ngAfterViewInit=function(){},n}(),nft=function(){function n(n,t){this.spinner=n;this.elm=t;this.title="subscriptions-dashboard"}return n.prototype.ngOnInit=function(){window.nuvProfileData&&window},n.prototype.ngAfterViewInit=function(){var n=this;document.addEventListener("DOMContentLoaded",function(){n.userProfileData=window.nuvProfileData})},n.prototype.onChangeUser=function(){this.userProfileData={email:this.email}},n}(),rou=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new uou(n))},n}(),uou=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype._next=function(){},t}(fr),fou=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new eou(n))},n}(),eou=function(n){function t(t){return n.call(this,t)||this}return b(t,n),t.prototype._next=function(n){this.destination.next(cl.createNext(n))},t.prototype._error=function(n){var t=this.destination;t.next(cl.createError(n));t.complete()},t.prototype._complete=function(){var n=this.destination;n.next(cl.createComplete());n.complete()},t}(fr);swt=function(){function n(n,t){this.predicate=n;this.thisArg=t}return n.prototype.call=function(n,t){return t.subscribe(new hwt(n,this.predicate,this.thisArg))},n}();hwt=function(n){function t(t,i,r){var u=n.call(this,t)||this;return u.predicate=i,u.thisArg=r,u.count=0,u}return b(t,n),t.prototype._next=function(n){var t;try{t=this.predicate.call(this.thisArg,n,this.count++)}catch(i){return void this.destination.error(i)}t&&this.destination.next(n)},t}(fr);var oou=function(){function n(n,t,i,r){this.keySelector=n;this.elementSelector=t;this.durationSelector=i;this.subjectSelector=r}return n.prototype.call=function(n,t){return t.subscribe(new sou(n,this.keySelector,this.elementSelector,this.durationSelector,this.subjectSelector))},n}(),sou=function(n){function t(t,i,r,u,f){var e=n.call(this,t)||this;return e.keySelector=i,e.elementSelector=r,e.durationSelector=u,e.subjectSelector=f,e.groups=null,e.attemptedToUnsubscribe=!1,e.count=0,e}return b(t,n),t.prototype._next=function(n){var t;try{t=this.keySelector(n)}catch(i){return void this.error(i)}this._group(n,t)},t.prototype._group=function(n,t){var r=this.groups,u,i,e,f;if(r||(r=this.groups=new Map),i=r.get(t),this.elementSelector)try{u=this.elementSelector(n)}catch(o){this.error(o)}else u=n;if(!i&&(i=this.subjectSelector?this.subjectSelector():new fo,r.set(t,i),e=new ofi(t,i,this),this.destination.next(e),this.durationSelector)){f=void 0;try{f=this.durationSelector(new ofi(t,i))}catch(o){return void this.error(o)}this.add(f.subscribe(new hou(t,i,this)))}i.closed||i.next(u)},t.prototype._error=function(n){var t=this.groups;t&&(t.forEach(function(t){t.error(n)}),t.clear());this.destination.error(n)},t.prototype._complete=function(){var n=this.groups;n&&(n.forEach(function(n){n.complete()}),n.clear());this.destination.complete()},t.prototype.removeGroup=function(n){this.groups.delete(n)},t.prototype.unsubscribe=function(){this.closed||(this.attemptedToUnsubscribe=!0,0===this.count&&n.prototype.unsubscribe.call(this))},t}(fr),hou=function(n){function t(t,i,r){var u=n.call(this,i)||this;return u.key=t,u.group=i,u.parent=r,u}return b(t,n),t.prototype._next=function(){this.complete()},t.prototype._unsubscribe=function(){var n=this.parent,t=this.key;this.key=this.parent=null;n&&n.removeGroup(t)},t}(fr),ofi=function(n){function t(t,i,r){var u=n.call(this)||this;return u.key=t,u.groupSubject=i,u.refCountSubscription=r,u}return b(t,n),t.prototype._subscribe=function(n){var t=new tu,i=this.refCountSubscription,r=this.groupSubject;return i&&!i.closed&&t.add(new cou(i)),t.add(r.subscribe(n)),t},t}(ii),cou=function(n){function t(t){var i=n.call(this)||this;return i.parent=t,t.count++,i}return b(t,n),t.prototype.unsubscribe=function(){var t=this.parent;t.closed||this.closed||(n.prototype.unsubscribe.call(this),t.count-=1,0===t.count&&t.attemptedToUnsubscribe&&t.unsubscribe())},t}(tu),lou=function(){function n(n){this.project=n}return n.prototype.call=function(n,t){return t.subscribe(new aou(n,this.project))},n}(),aou=function(n){function t(t,i){var r=n.call(this,t)||this;return r.project=i,r.hasSubscription=!1,r.hasCompleted=!1,r.index=0,r}return b(t,n),t.prototype._next=function(n){this.hasSubscription||this.tryNext(n)},t.prototype.tryNext=function(n){var t,i=this.index++;try{t=this.project(n,i)}catch(r){return void this.destination.error(r)}this.hasSubscription=!0;this._innerSub(t,n,i)},t.prototype._innerSub=function(n,t,i){var r=new nl(this,t,i),f=this.destination,u;f.add(r);u=ks(this,n,void 0,void 0,r);u!==r&&f.add(u)},t.prototype._complete=function(){this.hasCompleted=!0;this.hasSubscription||this.destination.complete();this.unsubscribe()},t.prototype.notifyNext=function(n,t){this.destination.next(t)},t.prototype.notifyError=function(n){this.destination.error(n)},t.prototype.notifyComplete=function(n){this.destination.remove(n);this.hasSubscription=!1;this.hasCompleted&&this.destination.complete()},t}(ts),vou=function(){function n(){}return n.prototype.call=function(n,t){return t.subscribe(new you(n))},n}(),you=function(n){function t(t){return n.call(this,t)||this}return b(t,n),t.prototype._next=function(n){n.observe(this.destination)},t}(fr),wl="__@ngrx/effects__";cwt=function(n,t){var i="function"==typeof Symbol&&n[Symbol.iterator],r,f,u,e;if(!i)return n;u=i.call(n);e=[];try{for(;(void 0===t||t-->0)&&!(r=u.next()).done;)e.push(r.value)}catch(o){f={error:o}}finally{try{r&&!r.done&&(i=u.return)&&i.call(u)}finally{if(f)throw f.error;}}return e};nv=function(n){function t(t){var i=n.call(this)||this;return t&&(i.source=t),i}var i;return b(t,n),i=t,t.prototype.lift=function(n){var t=new i;return t.source=this,t.operator=n,t},t}(ii);var pou=function(){var n=function(t,i){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i])})(t,i)};return function(t,i){function r(){this.constructor=t}n(t,i);t.prototype=null===i?Object.create(i):(r.prototype=i.prototype,new r)}}(),wou=function(n,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(n,t)},bl=function(n){function t(t,i){var r=n.call(this)||this;return r.errorHandler=t,r.store=i,r}return pou(t,n),t.prototype.addEffects=function(n){this.next(n);"ngrxOnInitEffects"in n&&"function"==typeof n.ngrxOnInitEffects&&this.store.dispatch(n.ngrxOnInitEffects())},t.prototype.toActions=function(){var n=this;return this.pipe(nn(vp),be(function(n){return n.pipe(nn(oli))}),be(function(t){return t.pipe(function n(t,i){return i?function(r){return r.pipe(n(function(n,r){return kl(t(n,r)).pipe(yt(function(t,u){return i(n,t,r,u)}))}))}:function(n){return n.lift(new lou(t))}}(sli),yt(function(t){return function(n,t){!function(n,t){"E"===n.notification.kind&&t.handleError(n.notification.error)}(n,t),function(n,t){var i,r,u;"N"===n.notification.kind&&(i=n.notification.value,function(n){return n&&n.type&&"string"==typeof n.type}(i)||t.handleError(new Error('Effect "'+(r=n).sourceName+"."+(u=r.propertyName)+("function"==typeof r.sourceInstance[u]?"()":"")+'" dispatched an invalid action: '+function(n){try{return JSON.stringify(n)}catch(t){return n}}(i))))}(n,t)}(t,n.errorHandler),t.notification}),aa(function(n){return"N"===n.kind}),function(n){return n.lift(new vou)})}))},function(n,t,i,r){var f,e=arguments.length,u=e<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r,o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(n,t,i,r);else for(o=n.length-1;o>=0;o--)(f=n[o])&&(u=(e<3?f(u):e>3?f(t,i,u):f(t,i))||u);return e>3&&u&&Object.defineProperty(t,i,u),u}([uii(),wou("design:paramtypes",[is,gt])],t)}(fo),cr,tft=new ri("ngrx/effects: Root Effects"),bou=function(n,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(n,t)},nk=function(){function n(n,t){this.effectSources=n;this.store=t;this.effectsSubscription=null}return n.prototype.start=function(){this.effectsSubscription||(this.effectsSubscription=this.effectSources.toActions().subscribe(this.store))},n.prototype.ngOnDestroy=function(){this.effectsSubscription&&(this.effectsSubscription.unsubscribe(),this.effectsSubscription=null)},function(n,t,i,r){var f,e=arguments.length,u=e<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r,o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(n,t,i,r);else for(o=n.length-1;o>=0;o--)(f=n[o])&&(u=(e<3?f(u):e>3?f(t,i,u):f(t,i))||u);return e>3&&u&&Object.defineProperty(t,i,u),u}([uii(),bou("design:paramtypes",[bl,gt])],n)}(),kou=function(n,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(n,t)},ift=function(n,t){return function(i,r){t(i,r,n)}},sfi=function(){function n(n,t,i,r){this.sources=n;t.start();r.forEach(function(t){return n.addEffects(t)});i.dispatch({type:"@ngrx/effects/init"})}return n.prototype.addEffects=function(n){this.sources.addEffects(n)},function(n,t,i,r){var f,e=arguments.length,u=e<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r,o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(n,t,i,r);else for(o=n.length-1;o>=0;o--)(f=n[o])&&(u=(e<3?f(u):e>3?f(t,i,u):f(t,i))||u);return e>3&&u&&Object.defineProperty(t,i,u),u}([utu({}),ift(3,rb(tft)),ift(4,ah()),ift(5,ah()),kou("design:paramtypes",[bl,nk,gt,Array,ka,vtt])],n)}();!function(n){n.InitializeTableData="[Nuv Table] Initialize Table";n.UpdateTableUrl="[Nuv Table] Update Table URL";n.UpdateUrlToken="[Nuv Table] Update Table URL Token";n.UpdateSingleSelectFilter="[Nuv Table] Update SingleSelect Filter";n.UpdateMultiSelectFilter="[Nuv Table] Update MultiSelect Filter";n.RemoveMultiSelectFilterValue="[Nuv Table] Remove MultiSelect Filter Value";n.UpdateDateSelectFilter="[Nuv Table] Update DateSelect Filter";n.ResetFilters="[Nuv Table] Reset Filters"}(cr||(cr={}));var dou=function(){return function(n,t){this.type=cr.InitializeTableData;this.tableId=n;this.payload=t}}(),hfi=function(){return function(n,t,i){this.type=cr.UpdateUrlToken;this.tableId=n;this.token=t;this.value=i}}(),gou=function(){return function(n,t){this.type=cr.UpdateSingleSelectFilter;this.tableId=n;this.payload=t}}(),nsu=function(){return function(n,t){this.type=cr.UpdateMultiSelectFilter;this.tableId=n;this.payload=t}}(),tsu=function(){return function(n,t){this.type=cr.RemoveMultiSelectFilterValue;this.tableId=n;this.appliedFilter=t}}(),isu=function(){return function(n,t){this.type=cr.UpdateDateSelectFilter;this.tableId=n;this.payload=t}}(),rsu=function(){return function(n){this.type=cr.ResetFilters;this.tableId=n}}(),rft=function(){function n(n,t,i){var r=this;this.actions$=n;this.store$=t;this.apiService=i;this.loadDataRequest$=this.actions$.pipe(yp(du.LoadDataRequest),ha(this.store$),yt(function(n){var t=n[0];return!t.payload.url||t.payload.url in n[1].apiData?new nou(t.payload):new geu(t.payload)}));this.loadData$=this.actions$.pipe(yp(du.LoadData),ha(this.store$),be(function(n){var t=n[0],i=tn(t.payload.url,null);return r.apiService.get(i).pipe(yt(function(n){var i=vt({},t.payload);return i.data=n,new tou(i)}),yu(function(n){return vu(new iou(t.payload,n))}))}));this.updateTableData=this.actions$.pipe(yp(cr.InitializeTableData,cr.UpdateUrlToken),ha(this.store$),yt(function(n){var t=n[1].tableData[n[0].tableId],i;return t.apiOverrideUrl&&(i=tn(t.apiOverrideUrl,t.tokens),!/{.*}/.test(i))?new wr(new br(i,!1)):new wr(new br(null,!1))}))}return fc([ap(),ec("design:type",Object)],n.prototype,"loadDataRequest$",void 0),fc([ap(),ec("design:type",Object)],n.prototype,"loadData$",void 0),fc([ap(),ec("design:type",Object)],n.prototype,"updateTableData",void 0),n}(),tk=function(n,t){return n.tableData[t.tableId]||null},usu=ee(tk,function(n){return n.apiData},function(n,t){return n&&t&&afi(n,t)||null}),fsu=ee(tk,usu,function(n,t){return n&&t?fu(n.apiDataSetProperty,t)||[]:null}),cfi=ee(tk,fsu,function(n,t){var i=osu(n.singleSelectFilters,t);return ssu(n.multiSelectFilters,i)}),esu=ee(cfi,function(n){return n?n.length:0}),lfi=ee(function(n,t){var i=n.tableData[t.tableId];return i?afi(i,n.apiData):null},function(n,t){return fu(t.propertyName,n)}),uft=ee(tk,function(n){var t=[],i,r;if(!n||!n.multiSelectFilters)return t;for(i=0,r=Object.keys(n.multiSelectFilters);i<r.length;i++)t=t.concat(n.multiSelectFilters[r[i]].appliedFilters);return t}),osu=function(n,t){if(!n||0===Object.keys(n).length||!t||0===t.length)return t;var i=Object.keys(n);return 0===i.length?t:i.reduce(function(t,i){var r=n[i],u,f;return!r||"all"===r.filterValue?t:r.dataPoint.apiProperty?(u=r.dataPoint.apiProperty.split(".").pop(),f=r.filterValue.split("|||").map(function(n){return n.trim()}),t.filter(function(n){return f.some(function(t){return n[u]==t})})):t},t)},ssu=function(n,t){if(!n||0===Object.keys(n).length||!t||0===t.length)return t;var i=Object.keys(n);return 0===i.length?t:i.reduce(function(t,i){var r=n[i],u;return r?r.dataPoint.apiProperty?!r.appliedFilters||0===r.appliedFilters.length?t:(u=r.dataPoint.apiProperty.split(".").pop(),t.filter(function(n){return r.appliedFilters.some(function(t){return t.value==n[u]})})):t:t},t)},afi=function(n,t){return n?""==n.apiOverrideUrl||null==n.apiOverrideUrl?t.pageData:t[tn(n.apiOverrideUrl,n.tokens)]:null},fft=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){var n=this;la(this.cssClass)&&(this.cssClass="nuv-data-callout__date");this.datapoint=JSON.parse(this.datapointString);this.tableId?(this.datapoint.value$=this.store.pipe(ui(lfi,{propertyName:this.datapoint.apiProperty,tableId:this.tableId}),yt(function(t){return hr(n.datapoint.displayStyle,t,void 0,void 0,!0).value})),this.datapoint.label$=this.store.pipe(ui(lfi,{propertyName:this.datapoint.labelApiProperty,tableId:this.tableId}),yt(function(t){return hr(n.datapoint.displayStyle,t).value}),cs("{0}",this.datapoint.labelString))):(this.datapoint.value$=this.store.pipe(ui(di,{propertyName:this.datapoint.apiProperty}),yt(function(t){return hr(n.datapoint.displayStyle,t,void 0,void 0,!0).value})),this.datapoint.label$=this.store.pipe(ui(di,{propertyName:this.datapoint.labelApiProperty}),yt(function(t){return hr(n.datapoint.displayStyle,t).value}),cs("{0}",this.datapoint.labelString)))},n}(),hsu=function(){return function(n,t,i){this.apiDataSetProperty=t;this.tableId=n;this.apiOverrideUrl=i;this.singleSelectFilters={};this.multiSelectFilters={};this.dateSelectFilters={};this.tokens={}}}(),eft=function(){return function(n){this.filterId=n}}(),csu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(eft),lsu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(eft),asu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t}(eft),oft=function(){return function(n,t,i,r){this.filterId=n;this.label=t;this.value=i;this.isCustom=r}}(),vfi=function(){return function(n,t,i){void 0===t&&(t=null);void 0===i&&(i=!1);this.cells=null==n?[]:n;this.groupByVal=null==nn?null:t;this.isGroup=i;this.product=new yfi}}(),yfi=function(){function n(){this.type="Product";this.symbol="";this.fund_name="";this.asset_class=""}return n.prototype.asString=function(){return JSON.stringify(this)},n}(),ao=function(n){return n[n.None=0]="None",n[n.Asc=1]="Asc",n[n.Desc=2]="Desc",n}({}),vsu=function(){return function(){this.data=[]}}(),ysu=function(){return function(){this.seriesObject=[]}}(),psu=function(){return function(){this.data=[]}}(),wsu=function(){return function(){}}(),bsu=function(){return function(){this.field=[]}}(),ksu=function(){return function(){}}(),gu=i("6n/F"),dsu={title:{text:""},subtitle:{text:""},yAxis:{title:{text:""}},legend:{floating:!1,borderWidth:0,shadow:!1},accessibility:{announceNewData:{enabled:!0}},xAxis:{accessibility:{rangeDescription:""},title:{text:"",enabled:!0},categories:[]},plotOptions:{series:{label:{connectorAllowed:!1},marker:{enabled:!1}}},colors:["#338FBD","#165056","#34AC96","#6EAEBD","#2BA824","#C4D601","#2D8B9D","#41BED5","#789B4A","#ABC27C","#597FA4","#CF8A2A"],exporting:{enabled:!1},credits:{enabled:!1},lang:{noData:""}},gsu={chart:{type:"bar"},title:{text:""},subtitle:{text:""},caption:{text:""},accessibility:{announceNewData:{enabled:!0}},xAxis:{title:{text:"",enabled:!0},categories:[],crosshair:!0},yAxis:{title:{text:"",enabled:!0},labels:{}},colors:["#338FBD","#165056","#34AC96","#6EAEBD","#2BA824","#C4D601","#2D8B9D","#41BED5","#789B4A","#ABC27C","#597FA4","#CF8A2A"],legend:{floating:!1,borderWidth:0,shadow:!1},credits:{enabled:!1},tooltip:{headerFormat:"",pointFormat:"",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:""},plotOptions:{bar:{dataLabels:{enabled:!1}}},exporting:{enabled:!1},lang:{noData:""}},nhu={chart:{type:"column"},title:{text:""},subtitle:{text:""},caption:{text:""},accessibility:{announceNewData:{enabled:!0}},xAxis:{title:{text:"",enabled:!0},categories:[],crosshair:!0},yAxis:{title:{text:"",enabled:!0},labels:{}},colors:["#338FBD","#165056","#34AC96","#6EAEBD","#2BA824","#C4D601","#2D8B9D","#41BED5","#789B4A","#ABC27C","#597FA4","#CF8A2A"],legend:{floating:!1,borderWidth:0,shadow:!1},tooltip:{headerFormat:"",pointFormat:"",footerFormat:"",shared:!1,useHTML:!0},plotOptions:{column:{pointPadding:.2,borderWidth:0,dataLabels:{enabled:!1}}},exporting:{enabled:!1},credits:{enabled:!1},lang:{noData:""}},thu={chart:{height:360,plotBackgroundColor:null,plotBorderWidth:null,plotShadow:!1,type:"pie"},yAxis:{title:{text:"",enabled:!0}},colors:["#338FBD","#165056","#34AC96","#6EAEBD","#2BA824","#C4D601","#2D8B9D","#41BED5","#789B4A","#ABC27C","#597FA4","#CF8A2A"],navigation:{buttonOptions:{enabled:!1}},accessibility:{announceNewData:{enabled:!0}},plotOptions:{pie:{width:"50%",allowPointSelect:!0,borderWidth:0,cursor:"pointer",dataLabels:{enabled:!0,color:"#000000",connectorColor:"#000000",useHTML:!0,distance:10,style:{fontWeight:"normal",textOverflow:"clip"}}},series:{dataLabels:{enabled:!0,format:"",align:"right",overflow:"clip"},showInLegend:!0}},title:{text:""},exporting:{enabled:!1},credits:{enabled:!1},legend:{floating:!1,borderWidth:0,shadow:!1},lang:{noData:""}},ihu={chart:{map:{title:"World, Miller projection, medium resolution",version:"1.1.2",type:"FeatureCollection",copyright:"Copyright (c) 2015 Highsoft AS, Based on data from Natural Earth",copyrightShort:"Natural Earth",copyrightUrl:"http://www.naturalearthdata.com",crs:{type:"name",properties:{name:"urn:ogc:def:crs:EPSG:54003"}},"hc-transform":{"default":{crs:"+proj=mill +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R_A +datum=WGS84 +units=m +no_defs",scale:172182781654e-16,jsonres:15.5,jsonmarginX:-999,jsonmarginY:9851,xoffset:-19495356.3693,yoffset:12635908.1982}},features:[{type:"Feature",id:"FO",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.54,"hc-key":"fo","hc-a2":"FO",name:"Faroe Islands",labelrank:"6","country-abbrev":"Faeroe Is.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"FRO","iso-a2":"FO","woe-id":"23424816",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[3991,8611],[4005,8598],[4004,8594],[3989,8605],[3991,8611]]]}},{type:"Feature",id:"UM",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.58,"hc-key":"um","hc-a2":"UM",name:"United States Minor Outlying Islands",labelrank:"5","country-abbrev":"U.S. MOI",subregion:"Seven seas (open ocean)","region-wb":"East Asia & Pacific","iso-a3":"UMI","iso-a2":"UM","woe-id":"28289407",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[-605,6652],[-606,6652],[-606,6652],[-606,6652],[-605,6652]]]}},{type:"Feature",id:"US",properties:{"hc-group":"admin0","hc-middle-x":.68,"hc-middle-y":.68,"hc-key":"us","hc-a2":"US",name:"United States of America",labelrank:"2","country-abbrev":"U.S.A.",subregion:"Northern America","region-wb":"North America","iso-a3":"USA","iso-a2":"US","woe-id":"23424977",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[556,8034],[559,8032],[549,8036],[550,8040],[556,8034]]],[[[558,8043],[561,8042],[558,8039],[553,8040],[558,8043]]],[[[265,8289],[268,8289],[267,8283],[263,8288],[265,8289]]],[[[263,8300],[267,8295],[264,8292],[261,8294],[263,8300]]],[[[255,8300],[267,8279],[253,8290],[251,8302],[255,8300]]],[[[306,8298],[305,8293],[298,8293],[300,8304],[306,8298]]],[[[249,8306],[250,8302],[245,8301],[244,8305],[249,8306]]],[[[292,8310],[298,8305],[294,8298],[291,8308],[292,8310]]],[[[238,8311],[244,8313],[244,8308],[238,8304],[238,8311]]],[[[249,8311],[248,8310],[244,8314],[249,8314],[249,8311]]],[[[232,8330],[237,8337],[249,8340],[245,8335],[232,8330]]],[[[272,8342],[284,8338],[278,8330],[268,8336],[272,8342]]],[[[268,8353],[268,8346],[255,8348],[259,8353],[268,8353]]],[[[282,8349],[285,8339],[276,8346],[276,8355],[282,8349]]],[[[261,8368],[271,8358],[264,8355],[259,8356],[261,8368]]],[[[234,8379],[258,8373],[253,8353],[237,8353],[234,8379]]],[[[181,8386],[179,8377],[173,8376],[177,8383],[181,8386]]],[[[158,8420],[155,8412],[152,8416],[154,8423],[158,8420]]],[[[1578,8023],[1574,8018],[1559,8010],[1556,8013],[1578,8023]]],[[[1623,7918],[1621,7909],[1614,7899],[1610,7903],[1623,7918]]],[[[1667,7934],[1667,7928],[1663,7927],[1665,7933],[1667,7934]]],[[[1724,7944],[1726,7939],[1717,7939],[1721,7943],[1724,7944]]],[[[224,8331],[215,8369],[227,8371],[236,8359],[224,8331]]],[[[-726,8256],[-740,8233],[-777,8227],[-811,8206],[-792,8230],[-757,8230],[-757,8246],[-726,8256]]],[[[193,8378],[186,8400],[202,8387],[208,8341],[193,8378]]],[[[183,8412],[177,8392],[156,8412],[174,8431],[183,8412]]],[[[199,8431],[221,8424],[229,8389],[214,8393],[199,8431]]],[[[-826,8660],[-803,8657],[-834,8641],[-862,8661],[-896,8667],[-850,8675],[-826,8660]]],[[[553,8054],[551,8053],[551,8054],[553,8054]]],[[[1261,7281],[1260,7293],[1252,7296],[1228,7335],[1206,7373],[1202,7375],[1200,7378],[1167,7387],[1143,7358],[1102,7380],[1091,7409],[1043,7449],[993,7449],[993,7434],[908,7434],[797,7472],[799,7479],[728,7473],[722,7492],[686,7523],[648,7524],[624,7541],[571,7629],[568,7651],[532,7689],[528,7720],[512,7742],[522,7777],[507,7826],[520,7864],[527,7925],[507,8030],[563,8020],[563,8024],[573,8014],[562,8025],[562,8026],[566,8031],[562,8027],[561,8054],[1379,8054],[1455,8037],[1491,8018],[1546,8016],[1503,7997],[1471,7971],[1510,7975],[1520,7963],[1574,7988],[1575,7986],[1575,7988],[1591,7997],[1601,7995],[1583,7981],[1612,7961],[1683,7971],[1697,7959],[1708,7961],[1708,7954],[1689,7936],[1622,7938],[1592,7889],[1612,7898],[1595,7842],[1598,7806],[1614,7783],[1632,7792],[1645,7831],[1636,7855],[1644,7893],[1694,7935],[1726,7918],[1730,7880],[1715,7868],[1750,7865],[1758,7833],[1755,7820],[1751,7816],[1746,7820],[1739,7807],[1727,7787],[1756,7775],[1780,7780],[1855,7817],[1862,7830],[1858,7836],[1858,7842],[1927,7844],[1955,7886],[1970,7900],[1987,7905],[1987,7905],[2082,7905],[2118,7937],[2126,7968],[2149,7996],[2192,7982],[2192,7933],[2196,7927],[2203,7927],[2202,7914],[2210,7911],[2216,7898],[2179,7882],[2181,7881],[2174,7874],[2173,7879],[2173,7879],[2164,7875],[2168,7876],[2168,7870],[2163,7871],[2161,7874],[2155,7872],[2110,7843],[2108,7787],[2041,7770],[2006,7747],[2005,7718],[1959,7656],[1937,7700],[1941,7654],[1934,7620],[1948,7620],[1956,7577],[1933,7542],[1915,7545],[1890,7517],[1854,7495],[1795,7447],[1786,7414],[1814,7342],[1829,7289],[1819,7237],[1797,7235],[1766,7277],[1746,7323],[1752,7355],[1710,7394],[1682,7378],[1650,7401],[1567,7404],[1544,7395],[1558,7358],[1533,7373],[1514,7361],[1485,7382],[1464,7376],[1411,7380],[1340,7337],[1309,7290],[1321,7262],[1289,7265],[1261,7281]]],[[[247,8324],[243,8322],[239,8327],[247,8327],[248,8327],[252,8348],[288,8301],[287,8280],[261,8307],[246,8319],[247,8324]]],[[[-425,7092],[-433,7100],[-433,7100],[-426,7097],[-425,7092],[-425,7092],[-425,7092]]],[[[-425,7092],[-390,7060],[-422,7047],[-425,7092],[-425,7092],[-425,7092]]],[[[308,8292],[307,8287],[302,8290],[308,8292],[308,8292],[308,8292]]],[[[217,8430],[220,8427],[210,8429],[210,8433],[205,8435],[148,8429],[100,8466],[54,8486],[-34,8511],[-77,8513],[-132,8528],[-131,8544],[-185,8544],[-179,8506],[-229,8506],[-240,8492],[-304,8469],[-282,8489],[-303,8495],[-289,8538],[-261,8553],[-264,8566],[-317,8528],[-328,8503],[-369,8479],[-346,8459],[-377,8422],[-432,8396],[-465,8356],[-478,8363],[-510,8328],[-540,8328],[-589,8308],[-615,8286],[-687,8268],[-679,8288],[-643,8297],[-585,8332],[-551,8327],[-555,8346],[-513,8369],[-478,8400],[-458,8457],[-516,8437],[-555,8465],[-597,8443],[-595,8484],[-613,8511],[-651,8497],[-693,8522],[-709,8506],[-741,8500],[-765,8515],[-713,8520],[-680,8544],[-726,8574],[-715,8598],[-667,8655],[-644,8644],[-615,8663],[-568,8678],[-587,8710],[-579,8735],[-637,8709],[-728,8718],[-784,8772],[-702,8808],[-655,8816],[-653,8790],[-599,8787],[-594,8837],[-655,8842],[-667,8867],[-741,8904],[-729,8932],[-673,8934],[-637,8959],[-638,8973],[-601,9009],[-570,9009],[-534,9034],[-486,9036],[-450,9061],[-399,9052],[-370,9033],[-317,9037],[-306,9015],[-225,9020],[-162,9e3],[-87,8990],[-49,8997],[19,8972],[20,8520],[74,8510],[120,8473],[126,8458],[158,8488],[183,8497],[199,8475],[245,8436],[292,8359],[346,8330],[346,8304],[346,8304],[319,8284],[320,8322],[316,8323],[310,8332],[305,8326],[295,8329],[287,8349],[254,8380],[220,8428],[217,8430]]],[[[-373,8372],[-390,8391],[-344,8421],[-318,8446],[-311,8403],[-356,8377],[-413,8325],[-373,8372]]],[[[-433,7100],[-479,7115],[-446,7112],[-433,7100],[-433,7100]]],[[[308,8292],[309,8295],[309,8292],[308,8292],[308,8292],[308,8292]]]]}},{type:"Feature",id:"JP",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.66,"hc-key":"jp","hc-a2":"JP",name:"Japan",labelrank:"2","country-abbrev":"Japan",subregion:"Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"JPN","iso-a2":"JP","woe-id":"23424856",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[8389,7914],[8390,7917],[8398,7911],[8394,7909],[8389,7914]]],[[[8149,7526],[8129,7515],[8097,7520],[8140,7570],[8197,7578],[8232,7572],[8278,7641],[8269,7618],[8307,7629],[8314,7654],[8342,7662],[8359,7703],[8352,7721],[8369,7771],[8380,7756],[8400,7767],[8419,7706],[8391,7670],[8390,7636],[8375,7598],[8384,7580],[8357,7553],[8353,7573],[8306,7546],[8256,7542],[8267,7531],[8239,7508],[8212,7518],[8222,7544],[8172,7539],[8149,7527],[8166,7521],[8186,7539],[8200,7532],[8186,7497],[8173,7507],[8138,7480],[8130,7504],[8149,7526]]],[[[8044,7495],[8037,7525],[8057,7499],[8076,7517],[8113,7508],[8122,7487],[8101,7435],[8068,7431],[8067,7482],[8044,7495]]],[[[8380,7790],[8365,7775],[8355,7820],[8373,7846],[8401,7845],[8416,7924],[8472,7874],[8509,7860],[8522,7839],[8483,7831],[8455,7794],[8413,7818],[8367,7806],[8380,7790]]]]}},{type:"Feature",id:"SC",properties:{"hc-group":"admin0","hc-middle-x":.58,"hc-middle-y":.41,"hc-key":"sc","hc-a2":"SC",name:"Seychelles",labelrank:"6","country-abbrev":"Syc.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SYC","iso-a2":"SC","woe-id":"23424941",continent:"Seven seas (open ocean)"},geometry:{type:"Polygon",coordinates:[[[5849,6344],[5852,6341],[5851,6337],[5843,6348],[5849,6344]]]}},{type:"Feature",id:"IN",properties:{"hc-group":"admin0","hc-middle-x":.34,"hc-middle-y":.43,"hc-key":"in","hc-a2":"IN",name:"India",labelrank:"2","country-abbrev":"India",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"IND","iso-a2":"IN","woe-id":"23424848",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[6818,7133],[6820,7134],[6820,7126],[6817,7128],[6818,7133]]],[[[6819,7322],[6840,7326],[6842,7305],[6869,7285],[6937,7293],[6923,7319],[6953,7324],[7012,7369],[7032,7360],[7057,7370],[7092,7333],[7074,7306],[7024,7278],[7023,7255],[6996,7195],[6973,7200],[6969,7150],[6951,7137],[6939,7192],[6922,7167],[6909,7188],[6949,7229],[6935,7237],[6886,7236],[6870,7262],[6829,7277],[6818,7260],[6843,7237],[6816,7220],[6837,7209],[6832,7189],[6847,7142],[6823,7124],[6820,7141],[6792,7124],[6767,7075],[6740,7073],[6699,7023],[6646,6986],[6647,6972],[6586,6945],[6580,6925],[6588,6875],[6574,6835],[6574,6783],[6504,6717],[6476,6742],[6454,6807],[6424,6859],[6410,6911],[6384,6956],[6360,7072],[6367,7093],[6351,7149],[6344,7113],[6310,7098],[6291,7105],[6258,7137],[6287,7155],[6241,7174],[6227,7195],[6247,7208],[6280,7205],[6313,7222],[6265,7289],[6295,7328],[6337,7325],[6368,7360],[6381,7388],[6416,7427],[6415,7446],[6438,7461],[6400,7495],[6393,7534],[6410,7548],[6453,7539],[6490,7559],[6513,7572],[6527,7544],[6546,7534],[6542,7507],[6563,7480],[6530,7473],[6541,7434],[6608,7397],[6589,7383],[6579,7353],[6660,7310],[6714,7305],[6751,7281],[6795,7274],[6820,7286],[6819,7322]]]]}},{type:"Feature",id:"FR",properties:{"hc-group":"admin0","hc-middle-x":.28,"hc-middle-y":.04,"hc-key":"fr","hc-a2":"FR",name:"France",labelrank:"2","country-abbrev":"Fr.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"FRA","iso-a2":"FR","woe-id":"-90",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[2537,7972],[2531,7971],[2530,7983],[2533,7975],[2537,7972]]],[[[4485,7820],[4477,7774],[4465,7781],[4462,7817],[4485,7820]]],[[[9164,5848],[9155,5806],[9109,5833],[9082,5858],[9076,5879],[9141,5830],[9164,5848]]],[[[6256,4904],[6297,4899],[6285,4876],[6245,4876],[6256,4904]]],[[[2331,7017],[2334,7019],[2334,7016],[2331,7017]]],[[[4427,7861],[4426,7860],[4425,7859],[4424,7860],[4423,7858],[4385,7835],[4321,7852],[4294,7830],[4298,7812],[4279,7808],[4263,7812],[4262,7812],[4262,7812],[4255,7814],[4255,7818],[4246,7818],[4203,7821],[4151,7846],[4160,7853],[4173,7943],[4145,7980],[4120,7997],[4065,8019],[4064,8038],[4112,8049],[4124,8036],[4163,8041],[4147,8082],[4197,8065],[4210,8081],[4250,8101],[4251,8127],[4279,8135],[4327,8092],[4376,8075],[4381,8071],[4392,8072],[4447,8053],[4429,8001],[4386,7963],[4389,7952],[4391,7955],[4393,7956],[4405,7957],[4405,7947],[4412,7939],[4400,7909],[4427,7861]]],[[[2596,6636],[2603,6648],[2632,6639],[2670,6598],[2632,6543],[2583,6547],[2601,6581],[2587,6623],[2596,6636]]]]}},{type:"Feature",id:"FM",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.52,"hc-key":"fm","hc-a2":"FM",name:"Federated States of Micronesia",labelrank:"6","country-abbrev":"F.S.M.",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"FSM","iso-a2":"FM","woe-id":"23424815",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[8899,6684],[8902,6683],[8902,6679],[8899,6679],[8899,6684]]]}},{type:"Feature",id:"CN",properties:{"hc-group":"admin0","hc-middle-x":.41,"hc-middle-y":.56,"hc-key":"cn","hc-a2":"CN",name:"China",labelrank:"2","country-abbrev":"China",subregion:"Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"CHN","iso-a2":"CN","woe-id":"23424781",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[7429,7050],[7456,7076],[7488,7081],[7498,7067],[7481,7036],[7459,7021],[7429,7031],[7429,7050]]],[[[6842,7305],[6840,7326],[6819,7322],[6773,7330],[6756,7323],[6729,7336],[6699,7367],[6683,7364],[6640,7401],[6608,7397],[6541,7434],[6530,7473],[6563,7480],[6542,7507],[6546,7534],[6527,7544],[6513,7572],[6500,7571],[6482,7577],[6459,7605],[6416,7624],[6411,7627],[6426,7631],[6423,7675],[6395,7677],[6389,7707],[6399,7728],[6446,7748],[6450,7736],[6482,7759],[6521,7763],[6529,7774],[6584,7803],[6602,7838],[6581,7906],[6646,7924],[6668,7986],[6719,7972],[6741,7981],[6750,8032],[6795,8058],[6801,8059],[6810,8061],[6814,8039],[6847,8016],[6885,8003],[6906,7963],[6901,7912],[6979,7903],[7034,7879],[7064,7822],[7220,7815],[7232,7803],[7282,7788],[7326,7787],[7372,7807],[7453,7813],[7526,7857],[7511,7885],[7528,7908],[7575,7895],[7603,7919],[7637,7921],[7664,7953],[7714,7968],[7756,7963],[7762,7975],[7722,8015],[7698,8015],[7696,8015],[7691,8008],[7642,8005],[7632,8021],[7667,8086],[7699,8074],[7742,8093],[7740,8107],[7768,8158],[7788,8176],[7766,8201],[7790,8222],[7862,8234],[7935,8210],[8005,8075],[8043,8071],[8086,8027],[8093,8004],[8135,8005],[8192,8031],[8204,8005],[8185,7988],[8178,7951],[8146,7907],[8138,7916],[8121,7913],[8090,7899],[8099,7870],[8091,7827],[8078,7815],[8057,7831],[8053,7812],[8004,7796],[8007,7774],[7962,7785],[7943,7758],[7895,7730],[7838,7706],[7799,7682],[7804,7705],[7833,7744],[7800,7758],[7778,7733],[7751,7722],[7736,7698],[7699,7695],[7708,7662],[7731,7662],[7749,7627],[7787,7651],[7812,7637],[7845,7637],[7787,7604],[7742,7557],[7773,7532],[7791,7478],[7819,7454],[7824,7420],[7794,7408],[7836,7385],[7812,7368],[7814,7337],[7794,7326],[7749,7262],[7758,7244],[7731,7235],[7661,7167],[7610,7163],[7593,7144],[7576,7170],[7574,7142],[7489,7118],[7466,7084],[7461,7122],[7422,7134],[7409,7122],[7366,7149],[7372,7161],[7329,7180],[7289,7154],[7245,7162],[7234,7150],[7217,7146],[7222,7111],[7206,7124],[7177,7120],[7170,7139],[7146,7143],[7157,7171],[7138,7175],[7130,7203],[7101,7195],[7103,7234],[7133,7260],[7132,7313],[7098,7343],[7092,7333],[7057,7370],[7032,7360],[7012,7369],[6953,7324],[6923,7319],[6882,7338],[6842,7305]]]]}},{type:"Feature",id:"PT",properties:{"hc-group":"admin0","hc-middle-x":.46,"hc-middle-y":.5,"hc-key":"pt","hc-a2":"PT",name:"Portugal",labelrank:"2","country-abbrev":"Port.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"PRT","iso-a2":"PT","woe-id":"23424925",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[3984,7629],[3937,7624],[3944,7663],[3922,7681],[3946,7754],[3944,7795],[4009,7795],[4020,7781],[3998,7762],[3997,7692],[3984,7629]]]}},{type:"Feature",id:"SW",properties:{"hc-group":"admin0","hc-middle-x":.86,"hc-middle-y":.57,"hc-key":"sw","hc-a2":"SW",name:"Serranilla Bank",labelrank:"5","country-abbrev":"S.B.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"-99","iso-a2":"SW","woe-id":"-99",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1870,6950],[1870,6950],[1870,6950],[1870,6950]]]}},{type:"Feature",id:"SH",properties:{"hc-group":"admin0","hc-middle-x":.54,"hc-middle-y":.51,"hc-key":"sh","hc-a2":"SH",name:"Scarborough Reef",labelrank:"6","country-abbrev":"S.R.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"-99","iso-a2":"SH","woe-id":"-99",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7699,6929],[7698,6929],[7698,6929],[7698,6929],[7699,6929]]]}},{type:"Feature",id:"BR",properties:{"hc-group":"admin0","hc-middle-x":.54,"hc-middle-y":.34,"hc-key":"br","hc-a2":"BR",name:"Brazil",labelrank:"2","country-abbrev":"Brazil",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"BRA","iso-a2":"BR","woe-id":"23424768",continent:"South America"},geometry:{type:"MultiPolygon",coordinates:[[[[2729,6474],[2767,6471],[2755,6436],[2702,6426],[2696,6461],[2729,6474]]],[[[2615,5450],[2627,5475],[2626,5480],[2554,5539],[2542,5531],[2517,5563],[2494,5561],[2549,5623],[2606,5658],[2604,5706],[2584,5708],[2584,5709],[2583,5712],[2594,5736],[2594,5755],[2559,5759],[2553,5800],[2530,5817],[2483,5817],[2488,5852],[2478,5876],[2496,5937],[2471,5965],[2469,5993],[2419,5995],[2409,6069],[2369,6077],[2332,6104],[2293,6110],[2263,6149],[2262,6192],[2226,6186],[2177,6154],[2139,6155],[2108,6153],[2111,6200],[2091,6185],[2061,6183],[2007,6256],[2034,6290],[2040,6327],[2103,6356],[2128,6354],[2143,6437],[2125,6474],[2131,6529],[2181,6529],[2206,6540],[2219,6515],[2258,6498],[2301,6525],[2324,6550],[2303,6552],[2286,6596],[2377,6604],[2401,6632],[2424,6629],[2437,6595],[2423,6558],[2431,6534],[2459,6514],[2509,6538],[2528,6536],[2543,6553],[2583,6547],[2632,6543],[2670,6598],[2688,6593],[2700,6543],[2723,6528],[2725,6479],[2679,6465],[2701,6426],[2743,6421],[2788,6463],[2869,6439],[2879,6399],[2908,6412],[2969,6393],[3017,6395],[3062,6370],[3101,6334],[3149,6327],[3171,6267],[3156,6207],[3109,6160],[3075,6104],[3048,6086],[3051,6007],[3043,5952],[3028,5936],[3026,5900],[2985,5834],[2988,5821],[2956,5790],[2888,5790],[2811,5749],[2785,5728],[2761,5693],[2767,5650],[2757,5614],[2726,5585],[2711,5552],[2684,5560],[2677,5531],[2654,5510],[2642,5465],[2620,5444],[2615,5447],[2615,5450]]]]}},{type:"Feature",id:"KI",properties:{"hc-group":"admin0","hc-middle-x":.28,"hc-middle-y":.65,"hc-key":"ki","hc-a2":"KI",name:"Kiribati",labelrank:"6","country-abbrev":"Kir.",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"KIR","iso-a2":"KI","woe-id":"23424867",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[-468,6538],[-465,6533],[-460,6529],[-467,6531],[-468,6538]]]}},{type:"Feature",id:"PH",properties:{"hc-group":"admin0","hc-middle-x":.4,"hc-middle-y":.19,"hc-key":"ph","hc-a2":"PH",name:"Philippines",labelrank:"2","country-abbrev":"Phil.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"PHL","iso-a2":"PH","woe-id":"23424934",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[7894,6825],[7915,6827],[7892,6850],[7919,6851],[7934,6808],[7915,6812],[7907,6784],[7894,6825]]],[[[7758,6817],[7762,6844],[7775,6837],[7758,6817],[7758,6817]]],[[[7753,6809],[7752,6810],[7758,6817],[7758,6817],[7758,6816],[7753,6809],[7753,6809]]],[[[7823,6787],[7825,6841],[7859,6818],[7853,6800],[7886,6812],[7884,6786],[7855,6746],[7836,6770],[7842,6795],[7823,6787]]],[[[7891,6697],[7867,6709],[7840,6706],[7823,6668],[7827,6707],[7866,6736],[7880,6720],[7907,6747],[7929,6745],[7929,6776],[7953,6740],[7962,6694],[7951,6678],[7937,6696],[7925,6676],[7925,6643],[7891,6661],[7891,6697]]],[[[7896,6884],[7885,6826],[7867,6840],[7859,6878],[7840,6893],[7842,6869],[7816,6893],[7801,6877],[7817,6862],[7802,6841],[7776,6880],[7796,6881],[7767,6918],[7760,6966],[7777,6959],[7775,7002],[7801,7048],[7798,7035],[7834,7023],[7840,6987],[7831,6962],[7812,6952],[7817,6900],[7839,6905],[7896,6884]]],[[[7753,6809],[7757,6790],[7686,6729],[7752,6809],[7753,6809]]]]}},{type:"Feature",id:"MX",properties:{"hc-group":"admin0","hc-middle-x":.51,"hc-middle-y":.49,"hc-key":"mx","hc-a2":"MX",name:"Mexico",labelrank:"2","country-abbrev":"Mex.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"MEX","iso-a2":"MX","woe-id":"23424900",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[1630,7094],[1622,7084],[1622,7088],[1624,7093],[1630,7094]]],[[[1038,7129],[1042,7127],[1052,7116],[1044,7121],[1038,7129]]],[[[881,7216],[885,7216],[889,7212],[889,7210],[881,7216]]],[[[875,7231],[874,7226],[871,7225],[874,7232],[875,7231]]],[[[786,7330],[784,7328],[781,7330],[786,7338],[786,7330]]],[[[696,7356],[694,7355],[692,7363],[695,7361],[696,7356]]],[[[864,7349],[866,7364],[874,7359],[871,7350],[864,7349]]],[[[836,7376],[845,7368],[847,7358],[833,7372],[836,7376]]],[[[1200,7378],[1199,7374],[1206,7373],[1228,7335],[1252,7296],[1259,7288],[1261,7281],[1289,7265],[1321,7262],[1306,7216],[1300,7155],[1321,7096],[1361,7038],[1401,7020],[1478,7034],[1505,7051],[1523,7108],[1589,7126],[1630,7115],[1609,7083],[1597,7023],[1583,7030],[1567,7012],[1558,7009],[1504,7009],[1491,6992],[1522,6966],[1482,6956],[1466,6911],[1417,6957],[1389,6967],[1339,6944],[1273,6971],[1205,6993],[1183,7012],[1133,7025],[1088,7056],[1067,7089],[1083,7121],[1064,7158],[989,7239],[956,7256],[956,7286],[923,7307],[876,7358],[847,7417],[849,7428],[804,7448],[801,7397],[832,7368],[924,7228],[922,7208],[946,7205],[956,7176],[943,7165],[930,7186],[876,7228],[873,7264],[834,7285],[790,7321],[816,7325],[820,7341],[771,7383],[760,7417],[728,7473],[799,7479],[797,7472],[908,7434],[993,7434],[993,7449],[1043,7449],[1091,7409],[1102,7380],[1143,7358],[1167,7387],[1200,7378]],[[1309,7246],[1303,7231],[1306,7218],[1313,7245],[1309,7246]]]]}},{type:"Feature",id:"ES",properties:{"hc-group":"admin0","hc-middle-x":.76,"hc-middle-y":.27,"hc-key":"es","hc-a2":"ES",name:"Spain",labelrank:"2","country-abbrev":"Sp.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"ESP","iso-a2":"ES","woe-id":"23424950",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[3748,7322],[3716,7331],[3697,7330],[3726,7345],[3748,7322]]],[[[4117,7566],[4118,7565],[4117,7564],[4116,7566],[4117,7566]]],[[[4044,7586],[4046,7586],[4045,7584],[4044,7585],[4044,7586]]],[[[4045,7594],[4021,7599],[4011,7621],[3984,7629],[3997,7692],[3998,7762],[4020,7781],[4009,7795],[3944,7795],[3930,7838],[3969,7860],[3988,7852],[4098,7851],[4151,7846],[4203,7821],[4246,7818],[4249,7812],[4255,7814],[4262,7812],[4262,7813],[4262,7814],[4263,7812],[4263,7812],[4279,7808],[4298,7812],[4300,7795],[4265,7771],[4233,7763],[4194,7709],[4211,7683],[4189,7669],[4183,7644],[4154,7635],[4143,7615],[4072,7613],[4046,7594],[4045,7594]]]]}},{type:"Feature",id:"BU",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.73,"hc-key":"bu","hc-a2":"BU",name:"Bajo Nuevo Bank (Petrel Is.)",labelrank:"8","country-abbrev":null,subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"-99","iso-a2":"BU","woe-id":"-99",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1830,6948],[1830,6948],[1830,6948],[1830,6948],[1830,6948]]]}},{type:"Feature",id:"MV",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.53,"hc-key":"mv","hc-a2":"MV",name:"Maldives",labelrank:"5","country-abbrev":"Mald.",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"MDV","iso-a2":"MV","woe-id":"23424899",continent:"Seven seas (open ocean)"},geometry:{type:"Polygon",coordinates:[[[6382,6647],[6390,6636],[6380,6637],[6384,6642],[6382,6647]]]}},{type:"Feature",id:"SP",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.5,"hc-key":"sp","hc-a2":"SP",name:"Spratly Islands",labelrank:"6","country-abbrev":"Spratly Is.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"SPI","iso-a2":"SP","woe-id":"23424921",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7642,6799],[7641,6799],[7641,6799],[7642,6799],[7642,6799]]]}},{type:"Feature",id:"GB",properties:{"hc-group":"admin0","hc-middle-x":.69,"hc-middle-y":.09,"hc-key":"gb","hc-a2":"GB",name:"United Kingdom",labelrank:"2","country-abbrev":"U.K.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"GBR","iso-a2":"GB","woe-id":"-90",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4108,8458],[4110,8454],[4106,8453],[4102,8457],[4108,8458]]],[[[4112,8469],[4111,8462],[4116,8461],[4104,8463],[4112,8469]]],[[[4118,8472],[4113,8477],[4125,8471],[4121,8468],[4118,8472]]],[[[4173,8521],[4166,8500],[4165,8515],[4155,8520],[4173,8521]]],[[[4176,8534],[4182,8533],[4169,8530],[4171,8539],[4176,8534]]],[[[4181,8542],[4179,8536],[4175,8537],[4176,8542],[4181,8542]]],[[[1789,7055],[1792,7057],[1798,7055],[1792,7054],[1789,7055]]],[[[2080,7131],[2072,7131],[2072,7133],[2077,7133],[2080,7131]]],[[[2065,7134],[2063,7131],[2058,7131],[2062,7132],[2065,7134]]],[[[3994,8404],[3993,8427],[4018,8441],[4015,8421],[3994,8404]]],[[[2433,4774],[2454,4816],[2486,4811],[2491,4798],[2433,4774]]],[[[5210,7554],[5209,7553],[5207,7555],[5206,7555],[5206,7555],[5206,7554],[5204,7554],[5204,7555],[5205,7555],[5203,7556],[5206,7556],[5210,7558],[5210,7557],[5207,7557],[5210,7554]],[[5205,7555],[5206,7556],[5205,7556],[5205,7555]]],[[[4046,7594],[4045,7593],[4045,7594],[4046,7594]]],[[[5184,7543],[5181,7544],[5176,7544],[5178,7545],[5184,7543]]],[[[3989,8295],[4018,8305],[4040,8278],[4018,8256],[3987,8256],[3961,8270],[3989,8295]]],[[[4024,8390],[4056,8446],[4114,8447],[4083,8416],[4100,8407],[4147,8405],[4152,8396],[4110,8337],[4156,8317],[4168,8277],[4202,8256],[4214,8215],[4204,8207],[4254,8201],[4251,8174],[4225,8151],[4244,8137],[4212,8122],[4102,8117],[4043,8100],[4081,8140],[4113,8140],[4074,8163],[4046,8166],[4079,8182],[4080,8220],[4109,8227],[4119,8259],[4096,8272],[4103,8288],[4073,8289],[4075,8268],[4052,8286],[4067,8313],[4036,8351],[4008,8361],[4032,8367],[4003,8396],[4024,8390]]]]}},{type:"Feature",id:"GR",properties:{"hc-group":"admin0","hc-middle-x":.3,"hc-middle-y":.43,"hc-key":"gr","hc-a2":"GR",name:"Greece",labelrank:"3","country-abbrev":"Greece",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"GRC","iso-a2":"GR","woe-id":"23424833",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4984,7560],[4938,7553],[4902,7565],[4922,7573],[4984,7560]]],[[[5023,7596],[5041,7604],[5037,7593],[5028,7585],[5023,7596]]],[[[5011,7610],[5003,7612],[5010,7619],[5009,7615],[5011,7610]]],[[[5002,7626],[5006,7623],[5003,7621],[5004,7624],[5002,7626]]],[[[4952,7622],[4962,7630],[4963,7623],[4957,7611],[4952,7622]]],[[[4985,7644],[4977,7640],[4975,7641],[4978,7645],[4985,7644]]],[[[5004,7649],[5007,7647],[4999,7645],[4993,7649],[5004,7649]]],[[[4978,7677],[4980,7667],[4975,7669],[4971,7677],[4978,7677]]],[[[4959,7727],[4953,7726],[4959,7743],[4966,7743],[4959,7727]]],[[[4828,7750],[4831,7753],[4828,7750],[4826,7753],[4826,7754],[4828,7756],[4831,7756],[4854,7765],[4884,7773],[4931,7781],[4953,7770],[4985,7786],[4994,7775],[4977,7752],[4947,7761],[4907,7750],[4928,7732],[4876,7743],[4874,7728],[4958,7637],[4915,7667],[4918,7646],[4893,7656],[4878,7642],[4892,7604],[4853,7613],[4838,7665],[4798,7715],[4809,7720],[4828,7750]]],[[[4989,7700],[4994,7693],[4988,7690],[4971,7698],[4986,7702],[4988,7702],[4989,7700]]]]}},{type:"Feature",id:"AS",properties:{"hc-group":"admin0","hc-middle-x":.56,"hc-middle-y":.57,"hc-key":"as","hc-a2":"AS",name:"American Samoa",labelrank:"4","country-abbrev":"Am. Samoa",subregion:"Polynesia","region-wb":"East Asia & Pacific","iso-a3":"ASM","iso-a2":"AS","woe-id":"23424746",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[-859,6056],[-861,6055],[-863,6052],[-866,6054],[-859,6056]]]}},{type:"Feature",id:"DK",properties:{"hc-group":"admin0","hc-middle-x":.35,"hc-middle-y":.49,"hc-key":"dk","hc-a2":"DK",name:"Denmark",labelrank:"4","country-abbrev":"Den.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"DNK","iso-a2":"DK","woe-id":"23424796",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4538,8291],[4553,8278],[4544,8277],[4531,8283],[4538,8291]]],[[[4511,8288],[4516,8286],[4512,8286],[4506,8292],[4511,8288]]],[[[4576,8293],[4566,8288],[4565,8292],[4570,8294],[4576,8293]]],[[[4495,8296],[4502,8291],[4500,8287],[4494,8289],[4495,8296]]],[[[4526,8290],[4523,8282],[4520,8286],[4529,8299],[4526,8290]]],[[[4578,8322],[4559,8280],[4533,8320],[4567,8339],[4578,8322]]],[[[4484,8285],[4466,8289],[4461,8288],[4445,8357],[4495,8381],[4519,8408],[4509,8372],[4529,8353],[4516,8338],[4525,8302],[4488,8310],[4484,8285]]]]}},{type:"Feature",id:"GL",properties:{"hc-group":"admin0","hc-middle-x":.55,"hc-middle-y":.43,"hc-key":"gl","hc-a2":"GL",name:"Greenland",labelrank:"3","country-abbrev":"Grlnd.",subregion:"Northern America","region-wb":"Europe & Central Asia","iso-a3":"GRL","iso-a2":"GL","woe-id":"23424828",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[2633,8910],[2635,8908],[2628,8905],[2624,8909],[2633,8910]]],[[[2656,8923],[2628,8916],[2630,8920],[2642,8923],[2656,8923]]],[[[2582,9011],[2574,9011],[2571,9017],[2578,9015],[2582,9011]]],[[[2616,9047],[2602,9051],[2613,9062],[2620,9051],[2616,9047]]],[[[2570,9117],[2557,9108],[2553,9113],[2571,9121],[2570,9117]]],[[[2552,9143],[2545,9137],[2535,9139],[2543,9143],[2552,9143]]],[[[2572,9145],[2556,9131],[2554,9142],[2564,9145],[2572,9145]]],[[[2544,9188],[2558,9180],[2554,9179],[2539,9188],[2544,9188]]],[[[2534,9206],[2543,9205],[2524,9203],[2524,9209],[2534,9206]]],[[[2528,9242],[2510,9242],[2496,9242],[2521,9246],[2528,9242]]],[[[2139,9366],[2126,9367],[2127,9369],[2140,9370],[2139,9366]]],[[[2061,9422],[2086,9417],[2076,9414],[2052,9419],[2061,9422]]],[[[2100,9424],[2119,9418],[2095,9418],[2088,9423],[2100,9424]]],[[[3690,9588],[3655,9569],[3628,9580],[3678,9596],[3690,9588]]],[[[2218,9636],[2228,9632],[2222,9631],[2218,9632],[2218,9636]]],[[[2683,9729],[2658,9730],[2626,9738],[2637,9753],[2683,9729]]],[[[2610,8952],[2619,8961],[2572,8975],[2577,9002],[2623,9002],[2661,8980],[2657,8963],[2610,8952]]],[[[2631,8765],[2626,8765],[2626,8768],[2627,8768],[2624,8771],[2612,8811],[2652,8832],[2603,8840],[2627,8897],[2686,8916],[2696,8975],[2677,8989],[2606,9011],[2584,9029],[2647,9028],[2701,9008],[2677,9040],[2647,9058],[2641,9054],[2628,9056],[2632,9066],[2636,9065],[2631,9068],[2667,9078],[2637,9080],[2624,9074],[2617,9080],[2629,9081],[2633,9081],[2599,9084],[2603,9068],[2563,9065],[2545,9082],[2553,9091],[2548,9094],[2555,9096],[2557,9095],[2575,9114],[2584,9146],[2568,9153],[2570,9153],[2556,9159],[2555,9158],[2552,9159],[2564,9178],[2541,9192],[2552,9207],[2530,9217],[2538,9235],[2510,9267],[2478,9276],[2463,9295],[2469,9316],[2398,9342],[2320,9355],[2304,9341],[2239,9349],[2231,9329],[2173,9337],[2137,9356],[2186,9374],[2115,9382],[2087,9394],[2100,9406],[2175,9418],[2222,9417],[2237,9433],[2150,9423],[2141,9438],[2088,9443],[2041,9468],[2050,9491],[2146,9510],[2185,9528],[2246,9530],[2279,9557],[2274,9591],[2214,9594],[2202,9613],[2271,9643],[2281,9658],[2335,9675],[2378,9663],[2400,9695],[2380,9712],[2465,9738],[2588,9757],[2615,9738],[2608,9698],[2633,9733],[2679,9723],[2736,9726],[2703,9741],[2687,9767],[2750,9763],[2839,9733],[2864,9715],[2891,9719],[2870,9733],[2876,9737],[2813,9756],[2770,9788],[2788,9777],[2829,9779],[2885,9759],[2877,9738],[2906,9760],[2846,9787],[2988,9787],[2850,9794],[2814,9801],[2838,9810],[2865,9802],[2879,9816],[2954,9821],[3022,9818],[3052,9816],[3056,9835],[3114,9844],[3240,9851],[3294,9849],[3443,9826],[3430,9819],[3292,9814],[3167,9796],[3259,9803],[3311,9813],[3391,9808],[3456,9816],[3478,9796],[3532,9789],[3571,9776],[3538,9755],[3318,9740],[3231,9719],[3264,9718],[3380,9734],[3473,9729],[3471,9714],[3423,9702],[3421,9689],[3499,9712],[3516,9732],[3569,9736],[3573,9695],[3518,9653],[3552,9660],[3651,9717],[3698,9699],[3735,9718],[3791,9716],[3847,9704],[3866,9691],[3808,9660],[3772,9658],[3780,9644],[3746,9634],[3698,9635],[3735,9618],[3716,9605],[3647,9598],[3600,9582],[3634,9570],[3623,9548],[3641,9533],[3613,9524],[3628,9503],[3597,9514],[3572,9475],[3569,9450],[3634,9453],[3630,9441],[3674,9435],[3630,9427],[3586,9435],[3597,9418],[3660,9407],[3648,9365],[3653,9329],[3637,9361],[3647,9379],[3595,9391],[3559,9373],[3560,9348],[3612,9348],[3630,9296],[3689,9274],[3657,9271],[3629,9229],[3573,9218],[3594,9181],[3565,9184],[3542,9170],[3492,9190],[3428,9169],[3444,9165],[3441,9166],[3478,9180],[3514,9160],[3554,9151],[3554,9138],[3524,9143],[3553,9127],[3532,9126],[3545,9106],[3481,9133],[3477,9146],[3501,9146],[3476,9150],[3457,9159],[3441,9150],[3476,9123],[3536,9094],[3520,9084],[3557,9059],[3567,9020],[3511,9014],[3484,9049],[3437,9076],[3445,9055],[3375,9038],[3366,9011],[3394,9014],[3371,9014],[3383,9030],[3452,9049],[3453,9026],[3427,9015],[3407,9015],[3376,8996],[3394,8990],[3453,9013],[3505,8997],[3540,8997],[3514,8972],[3489,8966],[3424,8922],[3372,8915],[3332,8897],[3254,8889],[3215,8864],[3216,8851],[3176,8805],[3124,8778],[3080,8766],[3076,8798],[3061,8771],[3013,8760],[3032,8753],[3009,8738],[2992,8708],[3002,8677],[2953,8623],[2939,8546],[2915,8528],[2921,8504],[2888,8501],[2857,8515],[2855,8534],[2781,8544],[2749,8569],[2741,8603],[2711,8619],[2716,8640],[2679,8665],[2683,8709],[2658,8696],[2660,8737],[2631,8765]]]]}},{type:"Feature",id:"GU",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.44,"hc-key":"gu","hc-a2":"GU",name:"Guam",labelrank:"6","country-abbrev":"Guam",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"GUM","iso-a2":"GU","woe-id":"23424832",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[8501,6877],[8498,6871],[8496,6877],[8503,6884],[8501,6877]]]}},{type:"Feature",id:"MP",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.49,"hc-key":"mp","hc-a2":"MP",name:"Northern Mariana Islands",labelrank:"6","country-abbrev":"N.M.I.",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"MNP","iso-a2":"MP","woe-id":"23424788",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[8526,6925],[8528,6930],[8531,6932],[8529,6927],[8526,6925]]]}},{type:"Feature",id:"PR",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.65,"hc-key":"pr","hc-a2":"PR",name:"Puerto Rico",labelrank:"5","country-abbrev":"P.R.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"PRI","iso-a2":"PR","woe-id":"23424935",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2267,7024],[2239,7013],[2212,7014],[2213,7031],[2267,7024]]]}},{type:"Feature",id:"VI",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.19,"hc-key":"vi","hc-a2":"VI",name:"United States Virgin Islands",labelrank:"6","country-abbrev":"V.I. (U.S.)",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"VIR","iso-a2":"VI","woe-id":"23424985",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2283,7008],[2288,7008],[2278,7005],[2279,7008],[2283,7008]]]}},{type:"Feature",id:"CA",properties:{"hc-group":"admin0","hc-middle-x":.29,"hc-middle-y":.64,"hc-key":"ca","hc-a2":"CA",name:"Canada",labelrank:"2","country-abbrev":"Can.",subregion:"Northern America","region-wb":"North America","iso-a3":"CAN","iso-a2":"CA","woe-id":"23424775",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[1713,9425],[1665,9428],[1680,9462],[1643,9470],[1608,9466],[1608,9487],[1634,9510],[1674,9517],[1735,9510],[1777,9514],[1703,9520],[1681,9564],[1638,9573],[1639,9612],[1717,9607],[1765,9581],[1781,9562],[1787,9587],[1735,9612],[1889,9631],[1831,9632],[1931,9652],[1841,9647],[1743,9627],[1715,9642],[1699,9625],[1630,9631],[1649,9658],[1614,9633],[1551,9650],[1631,9659],[1637,9668],[1538,9660],[1523,9671],[1581,9700],[1519,9685],[1545,9704],[1475,9704],[1503,9719],[1590,9738],[1689,9729],[1630,9740],[1671,9751],[1659,9764],[1742,9752],[1829,9728],[1749,9758],[1768,9779],[1812,9771],[1783,9788],[1833,9786],[1825,9799],[1915,9793],[1945,9807],[2002,9803],[2013,9793],[2038,9809],[2136,9812],[2138,9803],[2235,9795],[2168,9776],[2203,9778],[2284,9797],[2337,9767],[2377,9766],[2384,9744],[2294,9710],[2264,9713],[2226,9694],[2125,9670],[2289,9698],[2178,9642],[2107,9600],[2083,9572],[2026,9575],[2032,9559],[1951,9546],[1907,9553],[1909,9541],[1994,9538],[1993,9525],[1945,9531],[1892,9527],[1955,9522],[1989,9509],[1984,9496],[1934,9493],[1975,9482],[1961,9465],[1901,9446],[1881,9418],[1807,9415],[1859,9401],[1848,9390],[1892,9392],[1896,9373],[1852,9352],[1863,9324],[1837,9325],[1849,9351],[1798,9340],[1807,9358],[1714,9361],[1699,9351],[1610,9360],[1531,9362],[1516,9376],[1584,9403],[1602,9416],[1587,9445],[1616,9451],[1653,9439],[1658,9421],[1713,9425]],[[1713,9425],[1714,9425],[1714,9425],[1714,9425],[1714,9425],[1714,9425],[1729,9427],[1747,9459],[1714,9425],[1714,9425],[1714,9425],[1714,9425],[1713,9425]]],[[[1858,7836],[1858,7833],[1862,7830],[1790,7820],[1752,7798],[1739,7807],[1758,7809],[1751,7816],[1755,7820],[1758,7833],[1778,7845],[1791,7914],[1827,7886],[1838,7897],[1808,7939],[1708,7954],[1708,7961],[1697,7959],[1686,8013],[1656,8016],[1639,8046],[1591,8054],[1546,8016],[1491,8018],[1455,8037],[1379,8054],[561,8054],[555,8058],[553,8054],[551,8054],[545,8069],[502,8091],[506,8102],[499,8104],[501,8103],[504,8100],[499,8097],[497,8104],[488,8106],[489,8108],[486,8110],[485,8107],[476,8108],[474,8109],[464,8111],[472,8108],[471,8108],[468,8109],[472,8107],[474,8108],[480,8106],[485,8099],[485,8098],[490,8093],[490,8093],[508,8069],[539,8044],[537,8052],[544,8047],[553,8046],[540,8044],[545,8040],[537,8028],[504,8038],[448,8070],[445,8079],[446,8079],[443,8087],[443,8087],[442,8091],[411,8096],[393,8123],[409,8127],[448,8116],[450,8117],[447,8118],[456,8118],[459,8122],[456,8125],[447,8118],[412,8138],[406,8174],[401,8161],[398,8166],[401,8173],[406,8174],[406,8175],[407,8175],[409,8178],[406,8178],[405,8179],[408,8179],[407,8183],[405,8181],[402,8201],[387,8216],[379,8197],[370,8211],[371,8215],[366,8216],[366,8220],[371,8223],[371,8217],[373,8223],[384,8218],[380,8222],[387,8253],[374,8237],[381,8240],[379,8235],[373,8232],[372,8234],[366,8227],[332,8264],[346,8293],[346,8304],[346,8330],[292,8359],[245,8436],[199,8475],[183,8497],[158,8488],[126,8458],[120,8473],[74,8510],[20,8520],[19,8972],[75,8965],[132,8936],[172,8933],[173,8954],[234,8964],[250,8959],[335,9e3],[361,8992],[287,8966],[261,8941],[310,8969],[318,8952],[336,8974],[431,9004],[446,8976],[481,8955],[509,8996],[512,8957],[549,8964],[555,8982],[600,8978],[635,8959],[701,8939],[762,8928],[763,8938],[815,8916],[820,8899],[792,8901],[776,8883],[825,8871],[894,8872],[929,8885],[965,8875],[975,8854],[999,8850],[1012,8813],[1023,8842],[999,8872],[1069,8919],[1010,8895],[975,8901],[991,8919],[1064,8932],[1078,8905],[1103,8888],[1137,8887],[1191,8870],[1215,8879],[1285,8876],[1309,8866],[1275,8905],[1318,8911],[1331,8888],[1358,8902],[1341,8860],[1375,8831],[1371,8890],[1389,8888],[1427,8930],[1396,8925],[1405,8962],[1349,8984],[1339,9009],[1342,9061],[1378,9097],[1396,9099],[1380,9098],[1381,9125],[1363,9145],[1363,9192],[1377,9214],[1424,9223],[1466,9213],[1527,9207],[1478,9147],[1462,9139],[1410,9143],[1430,9125],[1411,9101],[1398,9100],[1438,9070],[1443,9037],[1487,8999],[1448,8975],[1480,8964],[1520,8932],[1525,8899],[1543,8940],[1565,8950],[1594,8924],[1580,8901],[1607,8842],[1655,8889],[1662,8924],[1690,8940],[1667,8953],[1666,8979],[1701,8983],[1715,8980],[1715,8982],[1725,8979],[1723,8978],[1752,8972],[1790,8948],[1776,8934],[1792,8919],[1751,8910],[1793,8859],[1785,8836],[1730,8804],[1700,8835],[1720,8796],[1674,8800],[1668,8815],[1628,8808],[1656,8794],[1611,8754],[1595,8754],[1542,8784],[1562,8753],[1621,8749],[1593,8699],[1561,8687],[1534,8698],[1528,8674],[1504,8670],[1505,8669],[1514,8666],[1512,8664],[1511,8666],[1505,8669],[1514,8645],[1453,8618],[1404,8545],[1390,8504],[1401,8450],[1439,8451],[1460,8395],[1454,8374],[1503,8387],[1566,8370],[1605,8336],[1693,8303],[1761,8295],[1767,8244],[1762,8210],[1837,8137],[1874,8185],[1860,8212],[1855,8257],[1837,8278],[1896,8304],[1928,8336],[1934,8367],[1917,8417],[1872,8446],[1910,8497],[1884,8545],[1903,8573],[1885,8610],[1905,8624],[1985,8603],[2018,8619],[2077,8581],[2073,8567],[2145,8542],[2132,8530],[2143,8458],[2163,8459],[2196,8424],[2251,8456],[2259,8494],[2279,8522],[2293,8517],[2299,8495],[2302,8500],[2305,8496],[2301,8493],[2299,8495],[2303,8480],[2323,8475],[2336,8445],[2383,8381],[2366,8360],[2429,8297],[2504,8272],[2482,8261],[2509,8241],[2548,8229],[2554,8180],[2513,8148],[2465,8139],[2429,8106],[2372,8097],[2354,8104],[2232,8103],[2205,8067],[2155,8046],[2129,8008],[2086,7969],[2038,7949],[1987,7905],[1970,7900],[1955,7886],[1860,7863],[1837,7844],[1858,7842],[1858,7838],[1858,7836]],[[456,8113],[455,8114],[454,8114],[456,8113]],[[544,8070],[543,8075],[540,8074],[540,8071],[544,8070]],[[424,8181],[428,8188],[413,8181],[409,8169],[424,8181]],[[1315,8873],[1309,8871],[1310,8867],[1315,8870],[1315,8873]],[[466,8061],[471,8060],[471,8063],[469,8063],[466,8061]],[[463,8065],[462,8069],[458,8069],[458,8065],[463,8065]]],[[[2286,8678],[2286,8639],[2268,8632],[2229,8643],[2201,8663],[2198,8647],[2247,8606],[2237,8590],[2170,8608],[2139,8627],[2076,8651],[2080,8670],[2048,8683],[2024,8719],[1988,8708],[1954,8719],[1928,8699],[1894,8707],[1885,8735],[1906,8760],[1956,8748],[2002,8763],[2024,8760],[1994,8794],[2039,8823],[2062,8850],[2038,8899],[2013,8904],[1964,8939],[1930,8922],[1930,8939],[1961,8950],[1899,8982],[1899,9001],[1861,9008],[1866,8984],[1778,8998],[1766,8979],[1644,8997],[1572,9016],[1546,9050],[1612,9042],[1590,9056],[1539,9063],[1530,9095],[1546,9144],[1564,9172],[1599,9197],[1631,9204],[1678,9202],[1631,9145],[1640,9100],[1686,9060],[1667,9114],[1696,9106],[1661,9135],[1676,9169],[1746,9198],[1785,9197],[1822,9141],[1805,9098],[1835,9128],[1862,9100],[1876,9132],[1901,9142],[1972,9127],[1970,9106],[2001,9104],[2e3,9085],[2036,9059],[2053,9080],[2094,9059],[2066,9049],[2064,9043],[2072,9048],[2082,9041],[2103,9051],[2091,9022],[2129,9038],[2175,9022],[2212,8976],[2191,8974],[2194,8971],[2188,8967],[2194,8966],[2201,8970],[2207,8967],[2198,8965],[2209,8962],[2222,8945],[2194,8940],[2183,8927],[2180,8928],[2174,8928],[2182,8926],[2175,8917],[2219,8908],[2228,8897],[2231,8899],[2238,8899],[2237,8895],[2228,8896],[2237,8885],[2276,8889],[2307,8851],[2310,8851],[2317,8853],[2324,8851],[2323,8851],[2334,8850],[2324,8830],[2364,8838],[2380,8805],[2348,8798],[2346,8770],[2315,8760],[2319,8733],[2288,8742],[2220,8813],[2190,8809],[2212,8787],[2187,8765],[2258,8726],[2254,8713],[2286,8689],[2286,8685],[2286,8685],[2287,8680],[2292,8674],[2286,8678]],[[2063,9038],[2061,9032],[2070,9036],[2065,9034],[2063,9038]],[[2187,8974],[2164,8972],[2177,8969],[2187,8974]]],[[[2096,7974],[2093,7974],[2100,7980],[2101,7977],[2096,7974]]],[[[533,8059],[538,8053],[544,8051],[538,8052],[533,8059]]],[[[2301,8091],[2368,8068],[2357,8057],[2317,8069],[2301,8091]]],[[[495,8094],[493,8097],[495,8100],[498,8096],[495,8094]]],[[[409,8150],[403,8151],[401,8156],[405,8160],[409,8150]]],[[[1857,8175],[1850,8170],[1841,8168],[1841,8172],[1857,8175]]],[[[316,8175],[314,8174],[313,8171],[313,8177],[316,8175]]],[[[399,8172],[397,8175],[398,8179],[401,8179],[399,8172]]],[[[397,8181],[396,8177],[390,8177],[392,8181],[397,8181]]],[[[385,8190],[387,8184],[385,8182],[383,8189],[385,8190]]],[[[390,8195],[391,8191],[390,8189],[384,8195],[390,8195]]],[[[297,8200],[302,8200],[303,8197],[299,8195],[297,8200]]],[[[394,8186],[392,8196],[394,8203],[397,8191],[394,8186]]],[[[366,8203],[377,8196],[378,8191],[372,8194],[366,8203]]],[[[398,8196],[397,8198],[396,8202],[400,8203],[398,8196]]],[[[359,8213],[360,8209],[357,8209],[354,8216],[359,8213]]],[[[363,8217],[367,8211],[364,8211],[361,8219],[363,8217]]],[[[1788,8220],[1797,8219],[1809,8199],[1769,8212],[1788,8220]]],[[[1834,8218],[1836,8216],[1832,8215],[1833,8218],[1834,8218]]],[[[378,8225],[372,8224],[371,8226],[376,8233],[378,8225]]],[[[329,8230],[331,8237],[350,8227],[348,8218],[329,8230]]],[[[343,8235],[336,8236],[334,8239],[340,8242],[343,8235]]],[[[353,8238],[366,8226],[359,8220],[337,8245],[353,8238]]],[[[327,8256],[336,8254],[339,8250],[328,8243],[327,8256]]],[[[314,8276],[324,8276],[326,8266],[318,8270],[314,8276]]],[[[1852,8288],[1842,8285],[1840,8286],[1859,8290],[1852,8288]]],[[[333,8283],[332,8285],[341,8294],[338,8286],[333,8283]]],[[[1861,8337],[1867,8352],[1869,8353],[1869,8342],[1861,8337]]],[[[1843,8360],[1842,8352],[1831,8342],[1841,8352],[1843,8360]]],[[[1834,8370],[1832,8369],[1834,8374],[1838,8369],[1834,8370]]],[[[2200,8432],[2196,8433],[2197,8436],[2199,8437],[2200,8432]]],[[[2155,8463],[2146,8461],[2146,8468],[2153,8468],[2155,8463]]],[[[1818,8492],[1823,8494],[1825,8492],[1822,8490],[1818,8492]]],[[[1830,8501],[1833,8500],[1829,8496],[1825,8495],[1830,8501]]],[[[2284,8532],[2292,8519],[2283,8523],[2280,8528],[2284,8532]]],[[[2184,8533],[2191,8527],[2187,8519],[2174,8520],[2184,8533]]],[[[1883,8544],[1879,8541],[1869,8538],[1871,8541],[1883,8544]]],[[[2281,8579],[2279,8566],[2261,8578],[2274,8583],[2281,8579]]],[[[2252,8589],[2255,8585],[2247,8587],[2252,8591],[2252,8589]]],[[[1449,8594],[1442,8589],[1438,8593],[1443,8593],[1449,8594]]],[[[2273,8593],[2280,8586],[2271,8587],[2267,8591],[2273,8593]]],[[[1847,8614],[1850,8596],[1837,8578],[1824,8603],[1847,8614]]],[[[1463,8614],[1464,8616],[1470,8615],[1467,8613],[1463,8614]]],[[[2284,8621],[2293,8621],[2287,8613],[2277,8616],[2284,8621]]],[[[1894,8622],[1887,8624],[1901,8624],[1897,8621],[1894,8622]]],[[[2278,8622],[2272,8621],[2274,8624],[2278,8624],[2278,8622]]],[[[1995,8630],[2007,8628],[2009,8625],[1997,8626],[1995,8630]]],[[[2103,8635],[2121,8624],[2105,8622],[2090,8637],[2103,8635]]],[[[1767,8641],[1772,8629],[1737,8605],[1714,8619],[1732,8640],[1767,8641]]],[[[2222,8640],[2222,8639],[2213,8647],[2218,8646],[2222,8640]]],[[[1877,8666],[1899,8663],[1902,8651],[1891,8647],[1877,8666]]],[[[2300,8671],[2296,8665],[2297,8658],[2290,8672],[2300,8671]]],[[[1914,8674],[1932,8665],[1919,8662],[1906,8671],[1914,8674]]],[[[2297,8678],[2295,8679],[2295,8682],[2300,8681],[2297,8678]]],[[[1903,8691],[1897,8687],[1890,8688],[1891,8690],[1903,8691]]],[[[2277,8700],[2275,8699],[2274,8705],[2278,8702],[2277,8700]]],[[[2022,8713],[2021,8705],[2018,8705],[2017,8715],[2022,8713]]],[[[2266,8724],[2269,8720],[2255,8714],[2261,8722],[2266,8724]]],[[[2351,8774],[2357,8774],[2360,8769],[2350,8770],[2351,8774]]],[[[1732,8779],[1726,8777],[1725,8780],[1730,8780],[1732,8779]]],[[[1679,8789],[1689,8780],[1691,8765],[1678,8775],[1679,8789]]],[[[1701,8792],[1719,8784],[1729,8768],[1707,8775],[1701,8792]]],[[[1737,8802],[1744,8800],[1741,8796],[1732,8800],[1737,8802]]],[[[2352,8845],[2353,8844],[2340,8837],[2345,8845],[2352,8845]]],[[[1017,8840],[1013,8840],[1010,8844],[1011,8846],[1017,8840]]],[[[1002,8856],[1e3,8852],[995,8857],[1002,8860],[1002,8856]]],[[[987,8864],[990,8864],[988,8859],[984,8863],[987,8864]]],[[[2311,8862],[2304,8863],[2306,8869],[2311,8864],[2311,8862]]],[[[1001,8864],[995,8864],[996,8870],[999,8869],[1001,8864]]],[[[843,8882],[837,8883],[852,8884],[852,8882],[843,8882]]],[[[997,8881],[992,8881],[993,8884],[996,8885],[997,8881]]],[[[964,8886],[973,8884],[971,8880],[965,8883],[964,8886]]],[[[959,8889],[960,8886],[955,8889],[955,8892],[959,8889]]],[[[944,8895],[952,8898],[942,8891],[932,8889],[944,8895]]],[[[2e3,8891],[2025,8885],[2025,8875],[1996,8875],[2e3,8891]]],[[[1641,8883],[1634,8873],[1624,8883],[1631,8902],[1641,8883]]],[[[890,8898],[887,8898],[889,8902],[894,8903],[890,8898]]],[[[1961,8903],[1974,8899],[1976,8864],[1952,8849],[1919,8848],[1909,8872],[1928,8900],[1961,8903]]],[[[1859,8896],[1854,8898],[1855,8904],[1865,8901],[1859,8896]]],[[[1767,8905],[1771,8904],[1768,8902],[1763,8905],[1767,8905]]],[[[2003,8899],[1996,8909],[2001,8909],[2005,8904],[2003,8899]]],[[[917,8916],[917,8914],[919,8912],[907,8911],[917,8916]]],[[[1102,8907],[1086,8915],[1097,8916],[1104,8913],[1102,8907]]],[[[1872,8919],[1870,8911],[1860,8911],[1869,8917],[1872,8919]]],[[[1993,8916],[1985,8915],[1981,8919],[1984,8921],[1993,8916]]],[[[1981,8915],[1984,8904],[1966,8913],[1971,8924],[1981,8915]]],[[[1184,8927],[1182,8916],[1167,8922],[1176,8929],[1184,8927]]],[[[1232,8934],[1224,8924],[1218,8926],[1218,8938],[1232,8934]]],[[[1236,8935],[1230,8938],[1232,8946],[1235,8943],[1236,8935]]],[[[166,8945],[168,8943],[161,8944],[162,8948],[166,8945]]],[[[1187,8943],[1188,8950],[1191,8949],[1190,8944],[1187,8943]]],[[[1516,8957],[1520,8950],[1516,8949],[1513,8957],[1516,8957]]],[[[1876,8959],[1876,8950],[1864,8933],[1847,8934],[1876,8959]]],[[[181,8968],[186,8972],[180,8962],[173,8964],[181,8968]]],[[[1779,8961],[1785,8959],[1786,8956],[1774,8960],[1779,8961]]],[[[1528,8959],[1523,8951],[1518,8955],[1523,8961],[1528,8959]]],[[[1918,8960],[1929,8958],[1914,8944],[1907,8952],[1918,8960]]],[[[1199,8967],[1208,8963],[1201,8958],[1198,8962],[1199,8967]]],[[[1336,8968],[1351,8968],[1351,8957],[1339,8963],[1336,8968]]],[[[1365,8970],[1373,8966],[1364,8955],[1363,8967],[1365,8970]]],[[[83,8969],[76,8966],[71,8969],[76,8972],[83,8969]]],[[[1890,8974],[1874,8964],[1864,8965],[1881,8977],[1890,8974]]],[[[1840,8981],[1844,8971],[1807,8973],[1823,8980],[1840,8981]]],[[[1756,8978],[1754,8977],[1746,8979],[1751,8982],[1756,8978]]],[[[1479,8982],[1481,8985],[1489,8981],[1487,8976],[1479,8982]]],[[[1315,8986],[1312,8986],[1311,8988],[1315,8988],[1315,8986]]],[[[1622,8997],[1634,8997],[1629,8989],[1611,8996],[1622,8997]]],[[[890,9007],[877,9007],[872,9011],[884,9008],[890,9007]]],[[[748,9020],[758,9020],[744,9016],[738,9020],[748,9020]]],[[[735,9020],[725,9020],[723,9021],[725,9023],[735,9020]]],[[[403,9024],[398,9023],[395,9020],[398,9026],[403,9024]]],[[[1216,9028],[1222,9027],[1230,9016],[1217,9020],[1216,9028]]],[[[2033,9068],[2043,9069],[2038,9062],[2030,9064],[2033,9068]]],[[[2046,9075],[2038,9075],[2040,9080],[2045,9081],[2046,9075]]],[[[1100,9174],[1080,9147],[1043,9179],[1041,9196],[1083,9199],[1100,9174]]],[[[1106,9352],[1117,9374],[1155,9352],[1166,9333],[1127,9326],[1106,9352]]],[[[1524,9434],[1544,9415],[1530,9407],[1498,9420],[1524,9434]]],[[[1088,9420],[1104,9404],[1081,9404],[1056,9441],[1088,9420]]],[[[1664,8007],[1660,8006],[1654,8006],[1656,8009],[1664,8007]]],[[[1600,8048],[1604,8045],[1593,8045],[1594,8049],[1600,8048]]],[[[1763,7943],[1772,7941],[1776,7924],[1734,7937],[1763,7943]]],[[[1732,7940],[1731,7937],[1726,7938],[1728,7941],[1732,7940]]],[[[1710,7953],[1718,7950],[1713,7944],[1709,7949],[1710,7953]]],[[[1938,7875],[1934,7873],[1936,7876],[1943,7877],[1938,7875]]],[[[1366,9443],[1437,9441],[1429,9423],[1355,9424],[1366,9443]]],[[[2430,7942],[2394,7922],[2378,7943],[2406,7980],[2411,7952],[2430,7942]]],[[[2364,7988],[2365,7958],[2348,7940],[2327,7957],[2361,7959],[2364,7988]]],[[[277,8210],[270,8217],[293,8221],[295,8199],[277,8210]]],[[[257,8259],[297,8258],[287,8221],[261,8230],[257,8259]]],[[[1844,8337],[1829,8330],[1851,8362],[1858,8352],[1844,8337]]],[[[1395,9317],[1429,9288],[1426,9252],[1382,9254],[1337,9272],[1349,9299],[1395,9317]]],[[[957,9478],[905,9483],[849,9475],[844,9483],[927,9507],[955,9496],[957,9478]]],[[[1358,9489],[1390,9481],[1388,9465],[1330,9444],[1302,9460],[1284,9490],[1291,9511],[1350,9498],[1358,9489]]],[[[2210,7911],[2202,7914],[2203,7927],[2195,7929],[2192,7933],[2192,7982],[2149,7996],[2126,7968],[2118,7937],[2082,7905],[1987,7905],[2022,7920],[2033,7943],[2111,7979],[2155,8025],[2239,8062],[2276,8063],[2298,8050],[2295,8032],[2262,8016],[2230,8020],[2256,8004],[2290,8010],[2271,7986],[2302,7943],[2350,7927],[2367,7937],[2394,7917],[2333,7893],[2308,7894],[2257,7848],[2239,7871],[2245,7889],[2279,7910],[2289,7938],[2249,7913],[2210,7911]]],[[[2018,7927],[2024,7931],[2021,7924],[2020,7921],[2009,7921],[2015,7925],[2012,7925],[2016,7930],[2021,7930],[2018,7927]]],[[[518,8075],[504,8083],[514,8081],[518,8075],[518,8075],[518,8075]]],[[[629,9322],[617,9345],[604,9327],[571,9328],[559,9347],[597,9359],[678,9417],[749,9430],[780,9414],[754,9406],[765,9375],[730,9364],[718,9338],[684,9302],[660,9308],[712,9340],[710,9380],[687,9377],[670,9338],[629,9322]]],[[[2606,8006],[2634,8020],[2643,7998],[2633,7971],[2596,7976],[2607,7995],[2574,7990],[2550,7973],[2552,8004],[2449,8e3],[2441,8012],[2462,8038],[2521,8144],[2553,8130],[2521,8094],[2558,8090],[2552,8069],[2599,8083],[2618,8064],[2604,8038],[2629,8033],[2606,8006]]],[[[1663,8674],[1617,8670],[1645,8694],[1639,8718],[1654,8775],[1667,8783],[1687,8748],[1694,8761],[1761,8726],[1784,8700],[1824,8681],[1800,8664],[1725,8695],[1722,8679],[1673,8648],[1663,8674]]],[[[1295,8985],[1330,8964],[1360,8932],[1379,8931],[1340,8910],[1312,8914],[1248,8940],[1284,8957],[1295,8985]]],[[[1118,9032],[1191,8997],[1210,8979],[1165,8981],[1152,8958],[1175,8964],[1181,8940],[1135,8927],[1046,8948],[1043,8964],[1019,8939],[971,8925],[843,8910],[830,8948],[762,8954],[719,8990],[733,8998],[815,9008],[894,9005],[875,9018],[821,9029],[760,9020],[715,9023],[691,9046],[758,9065],[767,9075],[697,9065],[700,9081],[671,9079],[670,9095],[698,9112],[685,9123],[721,9151],[804,9178],[822,9164],[829,9134],[850,9157],[903,9140],[890,9116],[922,9133],[946,9128],[919,9156],[937,9155],[980,9131],[1007,9079],[1021,9094],[1006,9107],[996,9142],[999,9187],[1024,9167],[1044,9168],[1077,9144],[1079,9125],[1107,9076],[1100,9049],[1118,9032]]],[[[1885,9194],[1941,9161],[1939,9145],[1830,9148],[1807,9172],[1804,9199],[1885,9194]]],[[[1340,9095],[1291,9080],[1274,9059],[1217,9110],[1182,9118],[1155,9145],[1179,9161],[1198,9140],[1223,9141],[1230,9163],[1188,9184],[1204,9198],[1291,9219],[1302,9241],[1296,9210],[1318,9205],[1321,9178],[1285,9158],[1318,9154],[1331,9167],[1346,9123],[1340,9095]]],[[[596,9246],[638,9229],[700,9230],[736,9218],[782,9183],[668,9135],[638,9108],[624,9071],[551,9049],[522,9083],[467,9098],[499,9159],[531,9200],[502,9234],[596,9246]]],[[[1227,9273],[1215,9298],[1242,9311],[1158,9302],[1138,9317],[1171,9332],[1183,9360],[1242,9329],[1202,9368],[1208,9378],[1306,9362],[1313,9300],[1295,9274],[1227,9273]]],[[[938,9326],[960,9339],[928,9351],[976,9386],[984,9335],[1027,9326],[1040,9336],[1073,9326],[1073,9306],[1130,9283],[1100,9275],[1068,9293],[1058,9276],[987,9267],[975,9276],[890,9242],[830,9239],[808,9254],[857,9271],[887,9271],[912,9287],[822,9276],[820,9294],[792,9270],[717,9284],[764,9354],[794,9364],[795,9380],[808,9377],[822,9344],[851,9349],[896,9323],[902,9303],[972,9302],[974,9314],[938,9326]]],[[[1848,9265],[1825,9250],[1777,9240],[1726,9247],[1603,9240],[1567,9252],[1535,9244],[1473,9259],[1459,9285],[1470,9325],[1440,9355],[1412,9348],[1360,9357],[1331,9393],[1362,9399],[1423,9389],[1442,9371],[1490,9375],[1552,9344],[1528,9336],[1587,9303],[1652,9304],[1719,9322],[1797,9319],[1840,9300],[1841,9283],[1817,9274],[1848,9265]]],[[[933,9426],[877,9415],[845,9427],[833,9446],[816,9439],[788,9455],[811,9463],[843,9452],[918,9464],[949,9456],[933,9426]]],[[[1126,9547],[1165,9524],[1187,9528],[1249,9496],[1240,9486],[1266,9450],[1200,9447],[1205,9471],[1154,9471],[1155,9482],[1104,9475],[1087,9490],[1131,9490],[1115,9522],[1071,9525],[1076,9545],[1126,9547]]],[[[1511,9629],[1553,9627],[1562,9603],[1579,9620],[1601,9618],[1623,9584],[1617,9561],[1665,9561],[1684,9542],[1637,9527],[1563,9469],[1474,9471],[1406,9521],[1437,9534],[1477,9534],[1456,9553],[1417,9540],[1362,9550],[1334,9600],[1389,9593],[1338,9609],[1354,9630],[1379,9632],[1370,9645],[1389,9663],[1439,9666],[1403,9677],[1436,9685],[1480,9670],[1511,9629]]],[[[518,8075],[519,8073],[519,8072],[518,8075],[518,8075],[518,8075]]]]}},{type:"Feature",id:"ST",properties:{"hc-group":"admin0","hc-middle-x":.55,"hc-middle-y":.5,"hc-key":"st","hc-a2":"ST",name:"Sao Tome and Principe",labelrank:"6","country-abbrev":"S.T.P.",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"STP","iso-a2":"ST","woe-id":"23424966",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4400,6481],[4396,6485],[4401,6491],[4405,6487],[4400,6481]]]}},{type:"Feature",id:"CV",properties:{"hc-group":"admin0","hc-middle-x":.56,"hc-middle-y":.5,"hc-key":"cv","hc-a2":"CV",name:"Cape Verde",labelrank:"4","country-abbrev":"C.Vd.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"CPV","iso-a2":"CV","woe-id":"23424794",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3499,6934],[3506,6928],[3507,6922],[3499,6925],[3499,6934]]]}},{type:"Feature",id:"DM",properties:{"hc-group":"admin0","hc-middle-x":.54,"hc-middle-y":.47,"hc-key":"dm","hc-a2":"DM",name:"Dominica",labelrank:"6","country-abbrev":"D'inca",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"DMA","iso-a2":"DM","woe-id":"23424798",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2382,6942],[2386,6936],[2383,6930],[2380,6939],[2382,6942]]]}},{type:"Feature",id:"NL",properties:{"hc-group":"admin0","hc-middle-x":.99,"hc-middle-y":.01,"hc-key":"nl","hc-a2":"NL",name:"Netherlands",labelrank:"5","country-abbrev":"Neth.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"NLD","iso-a2":"NL","woe-id":"-90",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4369,8229],[4359,8225],[4360,8227],[4372,8230],[4369,8229]]],[[[2334,7016],[2331,7016],[2331,7017],[2334,7016]]],[[[4303,8146],[4315,8146],[4329,8146],[4317,8140],[4303,8146]]],[[[4417,8221],[4412,8180],[4393,8164],[4382,8122],[4353,8150],[4330,8146],[4318,8156],[4355,8209],[4396,8234],[4417,8221]]]]}},{type:"Feature",id:"JM",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.52,"hc-key":"jm","hc-a2":"JM",name:"Jamaica",labelrank:"4","country-abbrev":"Jam.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"JAM","iso-a2":"JM","woe-id":"23424858",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1906,7029],[1943,7013],[1913,7006],[1878,7023],[1906,7029]]]}},{type:"Feature",id:"WS",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.54,"hc-key":"ws","hc-a2":"WS",name:"Samoa",labelrank:"4","country-abbrev":"Samoa",subregion:"Polynesia","region-wb":"East Asia & Pacific","iso-a3":"WSM","iso-a2":"WS","woe-id":"23424992",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[-909,6078],[-907,6069],[-916,6069],[-924,6078],[-909,6078]]]}},{type:"Feature",id:"OM",properties:{"hc-group":"admin0","hc-middle-x":.88,"hc-middle-y":.44,"hc-key":"om","hc-a2":"OM",name:"Oman",labelrank:"4","country-abbrev":"Oman",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"OMN","iso-a2":"OM","woe-id":"23424898",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5874,7239],[5873,7238],[5873,7241],[5876,7241],[5874,7239]]],[[[5868,7265],[5877,7275],[5874,7251],[5870,7253],[5868,7265]]],[[[5747,7045],[5836,7076],[5855,7137],[5842,7160],[5860,7228],[5877,7231],[5900,7199],[5948,7186],[5979,7145],[5916,7068],[5920,7047],[5885,7033],[5876,7013],[5849,7010],[5837,6985],[5780,6974],[5769,6994],[5747,7045]]]]}},{type:"Feature",id:"VC",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.5,"hc-key":"vc","hc-a2":"VC",name:"Saint Vincent and the Grenadines",labelrank:"6","country-abbrev":"St.V.G.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"VCT","iso-a2":"VC","woe-id":"23424981",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2388,6865],[2385,6871],[2389,6875],[2390,6870],[2388,6865]]]}},{type:"Feature",id:"TR",properties:{"hc-group":"admin0","hc-middle-x":.34,"hc-middle-y":.49,"hc-key":"tr","hc-a2":"TR",name:"Turkey",labelrank:"2","country-abbrev":"Tur.",subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"TUR","iso-a2":"TR","woe-id":"23424969",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[4974,7732],[4969,7730],[4966,7731],[4973,7735],[4974,7732]]],[[[5035,7796],[5068,7769],[5021,7761],[5011,7748],[4977,7752],[4994,7775],[4985,7786],[5007,7799],[5035,7796]]],[[[5534,7714],[5510,7704],[5516,7656],[5532,7628],[5472,7635],[5461,7627],[5457,7634],[5384,7614],[5338,7620],[5291,7617],[5270,7586],[5272,7620],[5252,7608],[5229,7615],[5177,7590],[5154,7607],[5115,7619],[5106,7597],[5085,7593],[5044,7625],[5011,7635],[5012,7657],[4983,7666],[5007,7687],[4989,7700],[4986,7702],[4979,7707],[4997,7740],[5069,7741],[5071,7770],[5131,7764],[5193,7797],[5271,7787],[5318,7762],[5374,7765],[5395,7758],[5436,7779],[5474,7782],[5493,7765],[5500,7730],[5533,7716],[5534,7714]]]]}},{type:"Feature",id:"BD",properties:{"hc-group":"admin0","hc-middle-x":.85,"hc-middle-y":.61,"hc-key":"bd","hc-a2":"BD",name:"Bangladesh",labelrank:"3","country-abbrev":"Bang.",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"BGD","iso-a2":"BD","woe-id":"23424759",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6942,7109],[6918,7163],[6880,7132],[6847,7142],[6832,7189],[6837,7209],[6816,7220],[6843,7237],[6818,7260],[6829,7277],[6870,7262],[6886,7236],[6935,7237],[6949,7229],[6909,7188],[6922,7167],[6939,7192],[6951,7137],[6953,7116],[6942,7109]]]}},{type:"Feature",id:"LC",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.47,"hc-key":"lc","hc-a2":"LC",name:"Saint Lucia",labelrank:"6","country-abbrev":"S.L.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"LCA","iso-a2":"LC","woe-id":"23424951",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2395,6886],[2391,6890],[2396,6897],[2397,6893],[2395,6886]]]}},{type:"Feature",id:"NR",properties:{"hc-group":"admin0","hc-middle-x":.53,"hc-middle-y":.5,"hc-key":"nr","hc-a2":"NR",name:"Nauru",labelrank:"6","country-abbrev":"Nauru",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"NRU","iso-a2":"NR","woe-id":"23424912",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[9158,6463],[9157,6463],[9157,6464],[9159,6464],[9158,6463]]]}},{type:"Feature",id:"NO",properties:{"hc-group":"admin0","hc-middle-x":.1,"hc-middle-y":.93,"hc-key":"no","hc-a2":"NO",name:"Norway",labelrank:"3","country-abbrev":"Nor.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"NOR","iso-a2":"NO","woe-id":"-90",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4821,8997],[4815,8993],[4809,8996],[4815,9003],[4821,8997]]],[[[4797,8992],[4790,8995],[4784,9004],[4802,8997],[4797,8992]]],[[[4877,9011],[4887,9004],[4870,9006],[4871,9011],[4877,9011]]],[[[4901,9024],[4906,9016],[4890,9006],[4882,9013],[4901,9024]]],[[[4911,9029],[4920,9024],[4909,9019],[4905,9028],[4911,9029]]],[[[4898,9036],[4889,9022],[4861,9017],[4873,9029],[4898,9036]]],[[[4918,9045],[4919,9040],[4914,9042],[4915,9046],[4918,9045]]],[[[4966,9053],[4974,9045],[4962,9041],[4955,9047],[4966,9053]]],[[[4841,9496],[4865,9475],[4829,9471],[4803,9490],[4841,9496]]],[[[4998,9499],[4989,9504],[4994,9510],[5e3,9504],[4998,9499]]],[[[5066,9517],[5038,9511],[5030,9512],[5047,9521],[5066,9517]]],[[[4804,9531],[4822,9526],[4810,9523],[4799,9526],[4804,9531]]],[[[4802,9547],[4789,9545],[4786,9549],[4789,9550],[4802,9547]]],[[[5202,9605],[5178,9599],[5142,9595],[5139,9598],[5202,9605]]],[[[4928,9617],[4921,9616],[4921,9620],[4923,9621],[4928,9617]]],[[[4921,9625],[4925,9623],[4923,9622],[4917,9623],[4921,9625]]],[[[4797,9623],[4793,9624],[4796,9627],[4801,9625],[4797,9623]]],[[[4837,9638],[4831,9635],[4828,9638],[4834,9639],[4837,9638]]],[[[4821,9634],[4821,9638],[4813,9643],[4826,9639],[4821,9634]]],[[[4748,8967],[4767,8968],[4802,8988],[4813,8979],[4815,8980],[4817,8980],[4818,8983],[4823,8988],[4820,8990],[4826,8992],[4827,8992],[4845,9007],[4847,9007],[4847,9006],[4849,9005],[4850,9007],[4886,9002],[4934,9033],[4973,9037],[4948,9018],[4950,8995],[4996,9042],[4991,9010],[5022,9050],[5094,9029],[5126,9006],[5099,8995],[5057,9e3],[5119,8981],[5093,8957],[5063,8940],[5075,8962],[5032,8995],[4976,8974],[4965,8932],[4942,8915],[4914,8929],[4869,8923],[4847,8952],[4816,8940],[4797,8905],[4743,8914],[4735,8885],[4718,8892],[4683,8857],[4691,8839],[4635,8792],[4635,8753],[4609,8718],[4618,8690],[4580,8688],[4560,8656],[4569,8610],[4565,8584],[4586,8568],[4568,8551],[4575,8512],[4556,8501],[4543,8462],[4515,8473],[4456,8430],[4429,8420],[4398,8424],[4359,8468],[4372,8509],[4342,8554],[4363,8576],[4347,8589],[4369,8612],[4411,8630],[4409,8639],[4464,8659],[4435,8662],[4465,8681],[4504,8658],[4544,8680],[4498,8667],[4487,8679],[4537,8729],[4562,8742],[4566,8761],[4607,8833],[4667,8874],[4643,8878],[4692,8898],[4682,8907],[4716,8924],[4703,8941],[4719,8966],[4748,8967],[4769,8982],[4768,8999],[4781,8983],[4748,8967]],[[5095,8982],[5091,8986],[5086,8978],[5097,8981],[5095,8982]]],[[[4948,9363],[4949,9366],[4963,9376],[4948,9363],[4948,9363],[4948,9363]]],[[[4630,8922],[4662,8932],[4682,8955],[4696,8923],[4668,8902],[4602,8890],[4605,8899],[4657,8910],[4630,8922]]],[[[4893,9411],[4874,9424],[4825,9422],[4847,9452],[4824,9463],[4886,9474],[4905,9449],[4929,9446],[4893,9411]]],[[[4669,9570],[4695,9593],[4764,9552],[4766,9533],[4843,9513],[4768,9488],[4744,9425],[4730,9424],[4703,9367],[4631,9407],[4617,9428],[4702,9450],[4611,9443],[4607,9461],[4650,9465],[4673,9480],[4644,9505],[4641,9483],[4590,9471],[4561,9497],[4565,9471],[4533,9487],[4515,9516],[4540,9521],[4522,9560],[4531,9569],[4564,9568],[4613,9582],[4616,9559],[4636,9577],[4658,9563],[4689,9517],[4669,9570]]],[[[4909,9611],[5e3,9602],[5010,9580],[4975,9557],[4918,9535],[4884,9538],[4883,9551],[4822,9548],[4787,9564],[4852,9570],[4854,9578],[4761,9571],[4763,9592],[4732,9599],[4742,9610],[4778,9596],[4809,9619],[4824,9604],[4852,9608],[4868,9590],[4879,9624],[4887,9601],[4909,9611]]],[[[4948,9363],[4946,9359],[4947,9363],[4948,9363],[4948,9363],[4948,9363]]]]}},{type:"Feature",id:"KN",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.49,"hc-key":"kn","hc-a2":"KN",name:"Saint Kitts and Nevis",labelrank:"6","country-abbrev":"St.K.N.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"KNA","iso-a2":"KN","woe-id":"23424940",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2346,6991],[2339,6996],[2340,6997],[2343,6995],[2346,6991]]]}},{type:"Feature",id:"BH",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.5,"hc-key":"bh","hc-a2":"BH",name:"Bahrain",labelrank:"4","country-abbrev":"Bahr.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"BHR","iso-a2":"BH","woe-id":"23424753",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5702,7271],[5706,7269],[5705,7256],[5701,7263],[5702,7271]]]}},{type:"Feature",id:"TO",properties:{"hc-group":"admin0","hc-middle-x":.54,"hc-middle-y":.34,"hc-key":"to","hc-a2":"TO",name:"Tonga",labelrank:"4","country-abbrev":"Tongo",subregion:"Polynesia","region-wb":"East Asia & Pacific","iso-a3":"TON","iso-a2":"TO","woe-id":"23424964",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[-987,5842],[-988,5840],[-999,5845],[-992,5847],[-987,5842]]]}},{type:"Feature",id:"FI",properties:{"hc-group":"admin0","hc-middle-x":.63,"hc-middle-y":.54,"hc-key":"fi","hc-a2":"FI",name:"Finland",labelrank:"3","country-abbrev":"Fin.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"FIN","iso-a2":"FI","woe-id":"23424812",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4816,8512],[4815,8507],[4806,8505],[4810,8509],[4816,8512]]],[[[4803,8510],[4806,8512],[4803,8505],[4798,8508],[4803,8510]]],[[[4808,8518],[4799,8510],[4785,8518],[4800,8522],[4808,8518]]],[[[4844,8516],[4844,8514],[4855,8514],[4842,8511],[4844,8516]]],[[[4870,8506],[4870,8515],[4882,8511],[4872,8501],[4870,8506]]],[[[4836,8532],[4837,8528],[4836,8523],[4835,8528],[4836,8532]]],[[[4835,8657],[4838,8652],[4834,8650],[4830,8654],[4835,8657]]],[[[4942,8741],[4935,8736],[4933,8739],[4936,8741],[4942,8741]]],[[[4851,8526],[4845,8528],[4834,8596],[4842,8652],[4868,8658],[4939,8731],[4954,8729],[4955,8762],[4921,8778],[4906,8808],[4916,8826],[4899,8860],[4906,8885],[4816,8940],[4847,8952],[4869,8923],[4914,8929],[4942,8915],[4965,8932],[4976,8974],[5032,8995],[5075,8962],[5063,8940],[5048,8914],[5055,8897],[5095,8871],[5067,8828],[5091,8792],[5082,8737],[5111,8691],[5094,8678],[5141,8638],[5131,8620],[5071,8562],[5029,8531],[4909,8505],[4869,8520],[4871,8521],[4866,8521],[4866,8521],[4854,8525],[4857,8523],[4856,8520],[4851,8524],[4851,8526]]]]}},{type:"Feature",id:"ID",properties:{"hc-group":"admin0","hc-middle-x":.38,"hc-middle-y":.41,"hc-key":"id","hc-a2":"ID",name:"Indonesia",labelrank:"2","country-abbrev":"Indo.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"IDN","iso-a2":"ID","woe-id":"23424846",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[8188,6311],[8203,6311],[8186,6274],[8184,6299],[8156,6320],[8188,6311]]],[[[7394,6396],[7365,6387],[7343,6415],[7351,6432],[7368,6393],[7394,6396]]],[[[7693,6231],[7736,6235],[7737,6224],[7676,6209],[7642,6218],[7658,6236],[7693,6231]]],[[[8007,6546],[8003,6517],[8028,6486],[8001,6493],[7995,6439],[7976,6470],[7993,6473],[7985,6514],[8007,6546]]],[[[7885,6203],[7891,6198],[7897,6207],[7902,6208],[7911,6214],[7912,6206],[7915,6198],[7897,6179],[7868,6172],[7885,6203]]],[[[7703,6601],[7696,6596],[7697,6601],[7703,6601]]],[[[8388,6402],[8388,6275],[8388,6210],[8360,6240],[8289,6230],[8299,6253],[8325,6262],[8294,6324],[8238,6346],[8216,6347],[8170,6376],[8148,6358],[8127,6400],[8181,6408],[8142,6411],[8087,6439],[8070,6476],[8099,6455],[8142,6468],[8180,6457],[8185,6415],[8210,6380],[8248,6403],[8246,6430],[8295,6435],[8355,6409],[8388,6402]]],[[[7779,6174],[7734,6196],[7755,6202],[7771,6234],[7833,6224],[7852,6236],[7936,6242],[7886,6226],[7878,6234],[7818,6216],[7763,6218],[7789,6183],[7779,6174]]],[[[7419,6248],[7365,6260],[7335,6278],[7351,6305],[7419,6294],[7427,6279],[7483,6274],[7496,6290],[7530,6275],[7624,6277],[7624,6218],[7565,6234],[7548,6229],[7490,6237],[7450,6251],[7419,6248]]],[[[8007,6388],[7965,6365],[7943,6380],[7942,6408],[7946,6387],[7976,6380],[8002,6393],[8048,6397],[8079,6386],[8086,6365],[8007,6388]]],[[[7849,6311],[7824,6317],[7851,6347],[7809,6341],[7813,6358],[7778,6383],[7775,6316],[7746,6321],[7754,6351],[7730,6401],[7746,6421],[7766,6500],[7792,6519],[7814,6510],[7882,6503],[7917,6531],[7898,6492],[7774,6491],[7765,6473],[7785,6438],[7815,6465],[7866,6460],[7862,6427],[7846,6446],[7811,6422],[7839,6386],[7855,6349],[7849,6311]]],[[[7693,6601],[7687,6576],[7709,6546],[7702,6535],[7736,6509],[7698,6501],[7689,6463],[7663,6436],[7664,6414],[7646,6373],[7606,6356],[7594,6380],[7558,6385],[7522,6375],[7519,6397],[7476,6390],[7466,6446],[7452,6441],[7434,6503],[7458,6540],[7485,6504],[7557,6525],[7602,6521],[7631,6568],[7642,6608],[7693,6601]]],[[[7120,6602],[7164,6572],[7200,6534],[7221,6541],[7283,6486],[7272,6457],[7301,6448],[7311,6409],[7338,6408],[7352,6382],[7345,6312],[7312,6304],[7219,6384],[7196,6415],[7181,6455],[7152,6486],[7124,6478],[7149,6426],[7139,6429],[7121,6478],[7145,6496],[7128,6536],[7092,6539],[7110,6508],[7103,6496],[7087,6540],[7065,6548],[7092,6543],[7100,6563],[7036,6621],[7032,6650],[7065,6633],[7097,6634],[7120,6602]]]]}},{type:"Feature",id:"MU",properties:{"hc-group":"admin0","hc-middle-x":.63,"hc-middle-y":.58,"hc-key":"mu","hc-a2":"MU",name:"Mauritius",labelrank:"5","country-abbrev":"Mus.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"MUS","iso-a2":"MU","woe-id":"23424894",continent:"Seven seas (open ocean)"},geometry:{type:"Polygon",coordinates:[[[5917,5878],[5916,5867],[5907,5866],[5911,5880],[5917,5878]]]}},{type:"Feature",id:"SE",properties:{"hc-group":"admin0","hc-middle-x":.4,"hc-middle-y":.48,"hc-key":"se","hc-a2":"SE",name:"Sweden",labelrank:"3","country-abbrev":"Swe.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"SWE","iso-a2":"SE","woe-id":"23424954",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4749,8461],[4749,8461],[4749,8466],[4753,8466],[4749,8461]]],[[[4864,8758],[4864,8764],[4868,8762],[4868,8758],[4864,8758]]],[[[4921,8778],[4853,8764],[4831,8722],[4845,8711],[4821,8684],[4769,8651],[4733,8619],[4712,8569],[4718,8540],[4736,8533],[4770,8495],[4751,8469],[4701,8445],[4691,8414],[4700,8372],[4711,8391],[4741,8387],[4760,8415],[4759,8386],[4710,8386],[4693,8344],[4640,8340],[4625,8309],[4589,8309],[4571,8373],[4546,8417],[4550,8417],[4552,8421],[4545,8421],[4546,8418],[4537,8434],[4543,8462],[4556,8501],[4575,8512],[4568,8551],[4586,8568],[4565,8584],[4569,8610],[4560,8656],[4580,8688],[4618,8690],[4609,8718],[4635,8753],[4635,8792],[4691,8839],[4683,8857],[4718,8892],[4735,8885],[4743,8914],[4797,8905],[4816,8940],[4906,8885],[4899,8860],[4916,8826],[4906,8808],[4921,8778]],[[4554,8430],[4543,8426],[4546,8423],[4554,8424],[4554,8430]]]]}},{type:"Feature",id:"TT",properties:{"hc-group":"admin0","hc-middle-x":.46,"hc-middle-y":.44,"hc-key":"tt","hc-a2":"TT",name:"Trinidad and Tobago",labelrank:"5","country-abbrev":"Tr.T.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"TTO","iso-a2":"TT","woe-id":"23424958",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2396,6799],[2394,6779],[2380,6783],[2374,6796],[2396,6799]]]}},{type:"Feature",id:"MY",properties:{"hc-group":"admin0","hc-middle-x":.9,"hc-middle-y":.26,"hc-key":"my","hc-a2":"MY",name:"Malaysia",labelrank:"3","country-abbrev":"Malay.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"MYS","iso-a2":"MY","woe-id":"23424901",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[7181,6640],[7180,6634],[7177,6634],[7177,6640],[7181,6640]]],[[[7703,6601],[7697,6601],[7698,6602],[7693,6601],[7642,6608],[7631,6568],[7602,6521],[7557,6525],[7485,6504],[7458,6540],[7498,6525],[7508,6550],[7510,6549],[7510,6554],[7511,6558],[7558,6572],[7587,6614],[7606,6597],[7616,6623],[7617,6624],[7618,6621],[7627,6606],[7621,6623],[7650,6660],[7685,6675],[7743,6632],[7710,6623],[7722,6607],[7701,6603],[7703,6601]]],[[[7175,6669],[7204,6663],[7205,6645],[7233,6663],[7274,6620],[7274,6565],[7299,6519],[7272,6524],[7210,6563],[7193,6593],[7175,6669]]]]}},{type:"Feature",id:"PA",properties:{"hc-group":"admin0","hc-middle-x":.22,"hc-middle-y":.5,"hc-key":"pa","hc-a2":"PA",name:"Panama",labelrank:"4","country-abbrev":"Pan.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"PAN","iso-a2":"PA","woe-id":"23424924",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1892,6692],[1873,6732],[1843,6744],[1816,6717],[1829,6699],[1776,6692],[1778,6721],[1744,6716],[1739,6725],[1740,6725],[1740,6725],[1740,6726],[1740,6726],[1754,6762],[1768,6743],[1798,6739],[1841,6763],[1876,6757],[1908,6735],[1914,6713],[1892,6692]]]}},{type:"Feature",id:"PW",properties:{"hc-group":"admin0","hc-middle-x":.38,"hc-middle-y":.44,"hc-key":"pw","hc-a2":"PW",name:"Palau",labelrank:"6","country-abbrev":"Palau",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"PLW","iso-a2":"PW","woe-id":"23424927",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[8196,6695],[8195,6699],[8197,6703],[8200,6703],[8196,6695]]]}},{type:"Feature",id:"TV",properties:{"hc-group":"admin0","hc-middle-x":.25,"hc-middle-y":.5,"hc-key":"tv","hc-a2":"TV",name:"Tuvalu",labelrank:"6","country-abbrev":"Tuv.",subregion:"Polynesia","region-wb":"East Asia & Pacific","iso-a3":"TUV","iso-a2":"TV","woe-id":"23424970",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[9522,6227],[9522,6227],[9522,6229],[9522,6227],[9522,6227]]]}},{type:"Feature",id:"MH",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.6,"hc-key":"mh","hc-a2":"MH",name:"Marshall Islands",labelrank:"6","country-abbrev":"M. Is.",subregion:"Micronesia","region-wb":"East Asia & Pacific","iso-a3":"MHL","iso-a2":"MH","woe-id":"23424932",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[9280,6690],[9285,6688],[9286,6687],[9285,6688],[9280,6690]]]}},{type:"Feature",id:"CL",properties:{"hc-group":"admin0","hc-middle-x":.51,"hc-middle-y":.9,"hc-key":"cl","hc-a2":"CL",name:"Chile",labelrank:"2","country-abbrev":"Chile",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"CHL","iso-a2":"CL","woe-id":"23424782",continent:"South America"},geometry:{type:"MultiPolygon",coordinates:[[[[2028,4732],[2063,4714],[2042,4700],[2014,4729],[2028,4732]]],[[[1977,4948],[1993,4916],[1994,4867],[1960,4879],[1981,4893],[1959,4908],[1961,4938],[1977,4948]]],[[[2022,5147],[2016,5111],[1985,5101],[2001,5124],[2006,5163],[2022,5147]]],[[[2167,4761],[2167,4674],[2165,4674],[2167,4673],[2167,4670],[2128,4674],[2110,4657],[2088,4695],[2113,4723],[2117,4693],[2157,4688],[2125,4702],[2114,4746],[2144,4768],[2167,4761]]],[[[2115,5932],[2128,5935],[2141,5957],[2157,5913],[2173,5898],[2163,5868],[2180,5842],[2189,5794],[2210,5794],[2206,5757],[2169,5733],[2177,5666],[2162,5659],[2137,5618],[2109,5516],[2133,5456],[2115,5397],[2115,5366],[2096,5352],[2091,5311],[2101,5277],[2085,5269],[2069,5206],[2075,5158],[2063,5125],[2077,5092],[2066,5062],[2088,5042],[2070,4970],[2051,4944],[2059,4928],[2020,4882],[2032,4835],[2058,4839],[2054,4804],[2070,4787],[2128,4786],[2173,4772],[2152,4778],[2105,4757],[2096,4714],[2032,4737],[2038,4753],[2004,4758],[1996,4781],[2017,4777],[2012,4815],[1976,4834],[2e3,4847],[1996,4918],[1986,4952],[2e3,4987],[1966,4992],[1995,5037],[2008,5015],[2031,5042],[2026,5058],[1996,5060],[2012,5097],[2020,5062],[2053,5159],[2039,5179],[2015,5170],[2010,5197],[2030,5249],[2018,5310],[2031,5329],[2048,5383],[2060,5398],[2085,5489],[2078,5559],[2088,5569],[2081,5601],[2100,5643],[2113,5714],[2109,5785],[2125,5837],[2115,5932]]],[[[2209,4666],[2230,4654],[2168,4659],[2214,4627],[2192,4628],[2162,4657],[2133,4648],[2129,4663],[2202,4668],[2207,4668],[2209,4666]]]]}},{type:"Feature",id:"TH",properties:{"hc-group":"admin0","hc-middle-x":.25,"hc-middle-y":.49,"hc-key":"th","hc-a2":"TH",name:"Thailand",labelrank:"3","country-abbrev":"Thai.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"THA","iso-a2":"TH","woe-id":"23424960",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[7239,6839],[7241,6837],[7244,6834],[7240,6833],[7239,6839]]],[[[7233,6663],[7205,6645],[7204,6663],[7175,6669],[7151,6704],[7118,6732],[7134,6785],[7161,6829],[7146,6886],[7119,6918],[7137,6959],[7095,7030],[7113,7070],[7128,7066],[7175,7086],[7186,7062],[7209,7061],[7205,6999],[7233,7022],[7249,7010],[7272,7029],[7290,7025],[7315,6996],[7313,6970],[7338,6946],[7325,6904],[7280,6907],[7241,6881],[7258,6824],[7226,6854],[7201,6852],[7200,6878],[7173,6876],[7172,6840],[7151,6793],[7149,6752],[7167,6753],[7185,6690],[7218,6681],[7233,6663]]]]}},{type:"Feature",id:"GD",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.5,"hc-key":"gd","hc-a2":"GD",name:"Grenada",labelrank:"6","country-abbrev":"Gren.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"GRD","iso-a2":"GD","woe-id":"23424826",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2375,6835],[2372,6835],[2372,6839],[2376,6841],[2375,6835]]]}},{type:"Feature",id:"EE",properties:{"hc-group":"admin0","hc-middle-x":.35,"hc-middle-y":.41,"hc-key":"ee","hc-a2":"EE",name:"Estonia",labelrank:"6","country-abbrev":"Est.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"EST","iso-a2":"EE","woe-id":"23424805",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4876,8444],[4887,8435],[4863,8425],[4852,8441],[4876,8444]]],[[[4897,8446],[4893,8442],[4888,8445],[4892,8448],[4897,8446]]],[[[4893,8464],[4897,8464],[4898,8461],[4891,8461],[4893,8464]]],[[[4878,8463],[4888,8455],[4872,8449],[4858,8459],[4878,8463]]],[[[5026,8462],[5004,8453],[5024,8419],[5021,8411],[5016,8399],[4990,8398],[4954,8422],[4925,8413],[4902,8443],[4901,8472],[4975,8490],[5035,8483],[5038,8482],[5040,8478],[5038,8477],[5035,8477],[5035,8477],[5037,8476],[5037,8476],[5038,8476],[5037,8476],[5034,8476],[5030,8469],[5026,8462]]]]}},{type:"Feature",id:"AG",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.48,"hc-key":"ag","hc-a2":"AG",name:"Antigua and Barbuda",labelrank:"6","country-abbrev":"Ant.B.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"ATG","iso-a2":"AG","woe-id":"23424737",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2371,6989],[2373,6986],[2369,6985],[2367,6988],[2371,6989]]]}},{type:"Feature",id:"TW",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.41,"hc-key":"tw","hc-a2":"TW",name:"Taiwan",labelrank:"3","country-abbrev":"Taiwan",subregion:"Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"TWN","iso-a2":"TW","woe-id":"23424971",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7752,7185],[7768,7185],[7797,7233],[7821,7235],[7807,7173],[7790,7136],[7752,7185]]]}},{type:"Feature",id:"BB",properties:{"hc-group":"admin0","hc-middle-x":.31,"hc-middle-y":.56,"hc-key":"bb","hc-a2":"BB",name:"Barbados",labelrank:"5","country-abbrev":"Barb.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"BRB","iso-a2":"BB","woe-id":"23424754",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2438,6866],[2434,6868],[2435,6874],[2440,6869],[2438,6866]]]}},{type:"Feature",id:"IT",properties:{"hc-group":"admin0","hc-middle-x":.79,"hc-middle-y":.71,"hc-key":"it","hc-a2":"IT",name:"Italy",labelrank:"2","country-abbrev":"Italy",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"ITA","iso-a2":"IT","woe-id":"23424853",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4571,7654],[4668,7666],[4655,7649],[4652,7611],[4634,7616],[4571,7654]]],[[[4484,7768],[4496,7744],[4488,7697],[4454,7690],[4456,7736],[4448,7757],[4484,7768]]],[[[4427,7861],[4400,7909],[4412,7939],[4444,7951],[4466,7944],[4500,7955],[4514,7974],[4566,7982],[4572,7967],[4611,7961],[4601,7952],[4611,7927],[4596,7933],[4565,7916],[4572,7876],[4608,7851],[4622,7818],[4654,7794],[4680,7795],[4677,7778],[4738,7749],[4753,7731],[4710,7744],[4694,7715],[4713,7705],[4681,7655],[4685,7684],[4668,7729],[4611,7770],[4591,7769],[4536,7815],[4504,7869],[4464,7884],[4427,7861]],[[4574,7793],[4574,7793],[4574,7793],[4574,7793],[4574,7793]],[[4574,7865],[4574,7868],[4573,7867],[4572,7866],[4574,7865]]]]}},{type:"Feature",id:"MT",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.53,"hc-key":"mt","hc-a2":"MT",name:"Malta",labelrank:"5","country-abbrev":"Malta",subregion:"Southern Europe","region-wb":"Middle East & North Africa","iso-a3":"MLT","iso-a2":"MT","woe-id":"23424897",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4628,7589],[4635,7586],[4635,7582],[4631,7584],[4628,7589]]]}},{type:"Feature",id:"VU",properties:{"hc-group":"admin0","hc-middle-x":.6,"hc-middle-y":.53,"hc-key":"vu","hc-a2":"VU",name:"Vanuatu",labelrank:"4","country-abbrev":"Van.",subregion:"Melanesia","region-wb":"East Asia & Pacific","iso-a3":"VUT","iso-a2":"VU","woe-id":"23424907",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[9172,6054],[9194,6034],[9205,5976],[9178,5988],[9154,6029],[9172,6054]]]}},{type:"Feature",id:"SG",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.57,"hc-key":"sg","hc-a2":"SG",name:"Singapore",labelrank:"6","country-abbrev":"Sing.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"SGP","iso-a2":"SG","woe-id":"23424948",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7286,6521],[7290,6519],[7286,6516],[7280,6517],[7286,6521]]]}},{type:"Feature",id:"CY",properties:{"hc-group":"admin0","hc-middle-x":.39,"hc-middle-y":.51,"hc-key":"cy","hc-a2":"CY",name:"Cyprus",labelrank:"5","country-abbrev":"Cyp.",subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"CYP","iso-a2":"CY","woe-id":"-90",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5205,7555],[5205,7556],[5206,7556],[5205,7555]]],[[[5214,7557],[5216,7554],[5210,7554],[5207,7557],[5210,7557],[5213,7557],[5214,7557]]],[[[5206,7555],[5206,7555],[5207,7555],[5207,7554],[5206,7555]]],[[[5204,7554],[5201,7549],[5184,7543],[5178,7545],[5176,7544],[5162,7557],[5171,7561],[5172,7560],[5173,7562],[5174,7561],[5175,7561],[5175,7561],[5175,7561],[5175,7561],[5175,7561],[5196,7561],[5204,7555],[5204,7554]]]]}},{type:"Feature",id:"LK",properties:{"hc-group":"admin0","hc-middle-x":.62,"hc-middle-y":.91,"hc-key":"lk","hc-a2":"LK",name:"Sri Lanka",labelrank:"3","country-abbrev":"Sri L.",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"LKA","iso-a2":"LK","woe-id":"23424778",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6576,6765],[6600,6755],[6632,6703],[6631,6674],[6596,6654],[6581,6660],[6572,6717],[6584,6759],[6576,6765]]]}},{type:"Feature",id:"KM",properties:{"hc-group":"admin0","hc-middle-x":.41,"hc-middle-y":.51,"hc-key":"km","hc-a2":"KM",name:"Comoros",labelrank:"6","country-abbrev":"Com.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"COM","iso-a2":"KM","woe-id":"23424786",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5494,6125],[5487,6131],[5488,6142],[5492,6141],[5494,6125]]]}},{type:"Feature",id:"FJ",properties:{"hc-group":"admin0","hc-middle-x":.44,"hc-middle-y":.33,"hc-key":"fj","hc-a2":"FJ",name:"Fiji",labelrank:"6","country-abbrev":"Fiji",subregion:"Melanesia","region-wb":"East Asia & Pacific","iso-a3":"FJI","iso-a2":"FJ","woe-id":"23424813",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[9460,5963],[9494,5962],[9495,5978],[9543,5996],[9494,5959],[9507,5951],[9500,5915],[9490,5934],[9467,5939],[9460,5963]]]}},{type:"Feature",id:"RU",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.56,"hc-key":"ru","hc-a2":"RU",name:"Russia",labelrank:"2","country-abbrev":"Rus.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"RUS","iso-a2":"RU","woe-id":"23424936",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[8620,7917],[8587,7905],[8565,7884],[8519,7862],[8540,7887],[8614,7923],[8620,7917]]],[[[5691,8936],[5646,8924],[5637,8953],[5666,8965],[5693,8952],[5691,8936]]],[[[5965,9010],[5999,8987],[5972,8976],[5942,8995],[5965,9010]]],[[[6315,9176],[6331,9169],[6278,9157],[6280,9178],[6315,9176]]],[[[7568,9234],[7551,9218],[7512,9233],[7528,9245],[7568,9234]]],[[[5900,9603],[5857,9597],[5866,9613],[5939,9622],[5950,9582],[5900,9603]]],[[[5825,9623],[5819,9605],[5766,9602],[5774,9618],[5819,9609],[5825,9623]]],[[[5870,9665],[5945,9662],[5893,9635],[5861,9633],[5807,9645],[5870,9665]]],[[[6124,9673],[6147,9654],[6077,9637],[6060,9648],[6104,9658],[6124,9673]]],[[[5922,9709],[5937,9692],[5916,9668],[5861,9672],[5922,9709]]],[[[5391,7846],[5361,7874],[5289,7912],[5317,7918],[5327,7959],[5370,7979],[5338,7983],[5356,8011],[5384,8010],[5382,8045],[5395,8064],[5367,8087],[5315,8109],[5262,8106],[5245,8140],[5218,8142],[5225,8161],[5207,8185],[5147,8175],[5131,8212],[5175,8229],[5146,8243],[5121,8317],[5039,8340],[5024,8370],[5016,8399],[5021,8411],[5024,8419],[5030,8439],[5026,8462],[5030,8469],[5033,8474],[5037,8476],[5037,8476],[5035,8477],[5035,8477],[5035,8477],[5037,8476],[5040,8478],[5038,8482],[5035,8483],[5037,8497],[5090,8514],[5029,8531],[5071,8562],[5131,8620],[5141,8638],[5094,8678],[5111,8691],[5082,8737],[5091,8792],[5067,8828],[5095,8871],[5055,8897],[5048,8914],[5063,8940],[5093,8957],[5119,8981],[5155,8989],[5187,8976],[5154,8968],[5271,8947],[5422,8870],[5431,8846],[5404,8806],[5372,8793],[5330,8791],[5199,8822],[5161,8842],[5242,8773],[5227,8755],[5241,8731],[5264,8746],[5302,8746],[5378,8716],[5404,8728],[5386,8767],[5431,8789],[5468,8824],[5515,8780],[5524,8820],[5504,8845],[5517,8900],[5490,8918],[5567,8909],[5591,8879],[5550,8873],[5538,8852],[5564,8831],[5620,8836],[5629,8869],[5652,8873],[5723,8912],[5790,8934],[5806,8904],[5827,8896],[5866,8921],[5905,8916],[5951,8938],[5975,8904],[6011,8945],[5989,8968],[6007,8983],[6107,8967],[6153,8943],[6199,8929],[6230,8904],[6255,8935],[6236,8937],[6223,8964],[6186,8969],[6202,9029],[6176,9027],[6190,9061],[6236,9090],[6251,9138],[6269,9149],[6328,9151],[6366,9139],[6367,9115],[6336,9074],[6361,9051],[6354,9006],[6358,8935],[6389,8913],[6375,8873],[6358,8867],[6328,8819],[6292,8803],[6343,8798],[6385,8827],[6422,8871],[6414,8922],[6471,8938],[6499,8913],[6493,8875],[6522,8899],[6509,8932],[6445,8952],[6393,8949],[6386,8977],[6409,9019],[6371,9068],[6386,9090],[6428,9105],[6421,9150],[6448,9187],[6481,9183],[6445,9141],[6451,9113],[6436,9067],[6512,9052],[6527,9059],[6469,9075],[6459,9094],[6487,9102],[6506,9090],[6515,9116],[6553,9161],[6560,9121],[6630,9083],[6675,9084],[6646,9060],[6663,9044],[6673,9007],[6690,9016],[6671,9058],[6685,9079],[6643,9115],[6599,9130],[6588,9167],[6594,9189],[6788,9206],[6780,9224],[6737,9257],[6785,9249],[6777,9269],[6809,9274],[6873,9307],[6980,9323],[6962,9336],[7011,9336],[7047,9351],[7033,9373],[7059,9393],[7066,9353],[7049,9341],[7067,9325],[7108,9332],[7138,9364],[7197,9366],[7207,9400],[7268,9436],[7313,9439],[7346,9430],[7326,9407],[7393,9388],[7362,9364],[7404,9365],[7407,9378],[7502,9378],[7543,9370],[7546,9346],[7568,9345],[7578,9308],[7544,9323],[7575,9289],[7467,9233],[7411,9192],[7384,9191],[7360,9167],[7401,9165],[7495,9195],[7457,9196],[7469,9214],[7539,9196],[7561,9206],[7571,9185],[7629,9196],[7719,9189],[7716,9172],[7772,9155],[7853,9150],[7870,9168],[7862,9188],[7901,9208],[7905,9196],[7955,9179],[7974,9187],[8045,9157],[8030,9104],[7998,9123],[8055,9053],[8088,9032],[8108,9038],[8137,9093],[8170,9068],[8195,9065],[8239,9079],[8270,9074],[8322,9080],[8360,9070],[8335,9109],[8345,9127],[8405,9143],[8519,9131],[8564,9117],[8534,9111],[8541,9090],[8572,9118],[8644,9108],[8657,9095],[8626,9083],[8700,9063],[8721,9038],[8764,9037],[8832,9050],[8908,9043],[8943,9027],[8955,9004],[8943,8985],[8984,8961],[9072,8979],[9096,8968],[9158,8964],[9197,8992],[9232,8984],[9225,8968],[9192,8975],[9201,8950],[9238,8927],[9278,8941],[9267,8997],[9413,8983],[9467,8971],[9580,8925],[9584,8914],[9685,8870],[9711,8813],[9723,8834],[9791,8834],[9851,8793],[9826,8768],[9778,8763],[9764,8722],[9776,8709],[9742,8703],[9702,8728],[9668,8738],[9667,8757],[9635,8767],[9589,8762],[9555,8796],[9567,8768],[9556,8744],[9493,8721],[9439,8731],[9486,8700],[9495,8707],[9534,8629],[9519,8610],[9488,8621],[9448,8619],[9352,8576],[9308,8545],[9266,8526],[9261,8505],[9227,8532],[9158,8520],[9133,8499],[9142,8528],[9095,8497],[9060,8508],[9046,8484],[9064,8458],[9090,8456],[9056,8438],[9043,8461],[9011,8423],[9051,8406],[9035,8366],[9052,8342],[9016,8339],[9005,8318],[9016,8287],[8954,8259],[8941,8221],[8912,8207],[8886,8153],[8827,8100],[8811,8101],[8856,8131],[8837,8208],[8820,8304],[8835,8366],[8877,8410],[8923,8437],[8948,8468],[9008,8515],[9010,8525],[9072,8567],[9075,8609],[9107,8615],[9089,8628],[9049,8621],[9040,8587],[8957,8532],[8946,8548],[8962,8594],[8877,8587],[8802,8523],[8776,8485],[8810,8470],[8755,8473],[8696,8456],[8678,8483],[8643,8496],[8619,8473],[8474,8481],[8435,8472],[8385,8435],[8373,8412],[8319,8375],[8287,8339],[8217,8288],[8256,8276],[8261,8291],[8303,8293],[8279,8254],[8297,8235],[8321,8264],[8353,8263],[8401,8217],[8372,8113],[8375,8076],[8364,8034],[8337,8008],[8302,7950],[8237,7883],[8214,7850],[8156,7821],[8116,7844],[8083,7807],[8081,7811],[8078,7815],[8091,7827],[8099,7870],[8090,7899],[8121,7913],[8132,7887],[8146,7907],[8178,7951],[8185,7988],[8204,8005],[8192,8031],[8135,8005],[8093,8004],[8086,8027],[8043,8071],[8005,8075],[7935,8210],[7862,8234],[7790,8222],[7766,8201],[7788,8176],[7768,8158],[7740,8107],[7742,8093],[7699,8074],[7667,8086],[7628,8089],[7596,8104],[7559,8077],[7490,8060],[7425,8067],[7407,8090],[7330,8111],[7280,8098],[7239,8117],[7237,8144],[7139,8176],[7106,8132],[7121,8113],[7093,8083],[7011,8094],[7001,8115],[6945,8127],[6810,8061],[6801,8059],[6795,8058],[6774,8077],[6734,8077],[6680,8131],[6621,8121],[6598,8144],[6577,8124],[6515,8222],[6475,8250],[6479,8269],[6407,8235],[6385,8249],[6316,8256],[6306,8305],[6230,8300],[6227,8291],[6139,8266],[6014,8247],[6020,8222],[6045,8216],[6005,8198],[6015,8184],[5989,8167],[6028,8148],[6025,8123],[5983,8125],[5978,8114],[5943,8133],[5881,8134],[5856,8113],[5821,8126],[5787,8152],[5705,8157],[5648,8115],[5641,8085],[5615,8110],[5596,8086],[5600,8062],[5583,8032],[5602,8009],[5630,8008],[5665,7954],[5617,7931],[5591,7892],[5617,7860],[5612,7833],[5646,7791],[5621,7768],[5582,7793],[5534,7823],[5508,7816],[5475,7838],[5391,7846]]],[[[9599,9071],[9621,9058],[9607,9047],[9546,9044],[9510,9034],[9513,9057],[9553,9077],[9599,9071]]],[[[8377,9210],[8419,9208],[8460,9187],[8453,9166],[8373,9183],[8377,9210]]],[[[6937,9577],[6908,9593],[6985,9585],[6953,9568],[6937,9577]]],[[[5596,9641],[5637,9647],[5572,9620],[5542,9634],[5596,9641]]],[[[5995,9655],[6034,9667],[6052,9644],[6016,9618],[5975,9619],[5961,9635],[5995,9655]]],[[[4790,8269],[4810,8280],[4786,8270],[4786,8270],[4795,8288],[4825,8304],[4827,8304],[4814,8290],[4835,8303],[4881,8288],[4880,8266],[4878,8266],[4790,8269]]],[[[7022,9596],[7001,9593],[6984,9590],[6920,9610],[6957,9625],[6965,9659],[7046,9679],[7111,9638],[7088,9634],[7088,9606],[7033,9597],[7100,9602],[7123,9582],[7148,9593],[7170,9569],[7154,9511],[7105,9510],[7077,9522],[7024,9525],[6986,9559],[7022,9596]]],[[[8455,8069],[8434,8017],[8459,7961],[8432,7965],[8421,7938],[8413,7964],[8424,8015],[8417,8049],[8426,8138],[8409,8161],[8411,8226],[8442,8239],[8434,8264],[8456,8217],[8461,8152],[8486,8064],[8455,8069]]],[[[5879,9169],[5847,9116],[5869,9059],[5914,9030],[5900,9017],[5849,9031],[5841,9020],[5786,9037],[5794,9055],[5774,9065],[5778,9046],[5733,9076],[5731,9096],[5759,9104],[5780,9161],[5834,9180],[5879,9169]]],[[[8571,9292],[8608,9297],[8629,9288],[8681,9280],[8673,9266],[8601,9260],[8539,9286],[8548,9307],[8571,9292]]],[[[8399,9343],[8434,9324],[8476,9322],[8518,9303],[8477,9274],[8433,9294],[8437,9278],[8468,9268],[8429,9262],[8413,9272],[8329,9252],[8296,9263],[8266,9294],[8241,9299],[8224,9294],[8230,9324],[8269,9309],[8282,9329],[8326,9346],[8388,9309],[8399,9343]]],[[[6210,9395],[6246,9386],[6250,9367],[6197,9339],[6025,9292],[5959,9239],[5931,9247],[5933,9224],[5888,9170],[5837,9181],[5814,9174],[5796,9199],[5830,9212],[5852,9252],[5897,9296],[5931,9307],[5947,9326],[6017,9337],[6017,9349],[6055,9344],[6104,9352],[6210,9395]]],[[[7197,9509],[7203,9532],[7240,9552],[7265,9544],[7257,9526],[7285,9533],[7322,9512],[7352,9475],[7326,9488],[7282,9474],[7207,9470],[7173,9455],[7150,9460],[7197,9509]]],[[[5588,9611],[5677,9634],[5658,9643],[5699,9660],[5738,9636],[5680,9624],[5695,9590],[5674,9601],[5588,9611]]]]}},{type:"Feature",id:"VA",properties:{"hc-group":"admin0","hc-middle-x":.61,"hc-middle-y":.44,"hc-key":"va","hc-a2":"VA",name:"Vatican",labelrank:"6","country-abbrev":"Vat.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"VAT","iso-a2":"VA","woe-id":"23424986",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4574,7793],[4574,7793],[4574,7793],[4574,7793],[4574,7793]]]}},{type:"Feature",id:"SM",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.42,"hc-key":"sm","hc-a2":"SM",name:"San Marino",labelrank:"6","country-abbrev":"S.M.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"SMR","iso-a2":"SM","woe-id":"23424947",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4574,7865],[4572,7866],[4573,7867],[4574,7868],[4574,7865]]]}},{type:"Feature",id:"KZ",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.46,"hc-key":"kz","hc-a2":"KZ",name:"Kazakhstan",labelrank:"3","country-abbrev":"Kaz.",subregion:"Central Asia","region-wb":"Europe & Central Asia","iso-a3":"KAZ","iso-a2":"KZ","woe-id":"-90",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5991,7941],[5960,7930],[5968,7910],[5947,7922],[5952,7928],[5943,7925],[5865,7905],[5865,7773],[5851,7770],[5812,7808],[5792,7800],[5792,7800],[5792,7800],[5792,7800],[5780,7795],[5780,7795],[5780,7795],[5780,7795],[5760,7788],[5768,7823],[5745,7826],[5697,7892],[5729,7917],[5763,7920],[5779,7942],[5779,7975],[5750,7972],[5724,7983],[5665,7954],[5630,8008],[5602,8009],[5583,8032],[5600,8062],[5596,8086],[5615,8110],[5641,8085],[5648,8115],[5705,8157],[5787,8152],[5821,8126],[5856,8113],[5881,8134],[5943,8133],[5978,8114],[5983,8125],[6025,8123],[6028,8148],[5989,8167],[6015,8184],[6005,8198],[6045,8216],[6020,8222],[6014,8247],[6139,8266],[6227,8291],[6230,8300],[6306,8305],[6316,8256],[6385,8249],[6407,8235],[6479,8269],[6475,8250],[6515,8222],[6577,8124],[6598,8144],[6621,8121],[6680,8131],[6734,8077],[6774,8077],[6795,8058],[6750,8032],[6741,7981],[6719,7972],[6668,7986],[6646,7924],[6581,7906],[6602,7838],[6584,7803],[6531,7828],[6435,7827],[6405,7842],[6385,7812],[6336,7826],[6309,7805],[6253,7774],[6240,7747],[6220,7768],[6183,7768],[6178,7796],[6163,7797],[6157,7828],[6131,7858],[6045,7850],[6015,7882],[5986,7899],[5977,7930],[5996,7939],[5991,7941]],[[5995,7942],[5997,7942],[5997,7940],[6021,7950],[5995,7942]]],[[[5693,7900],[5687,7903],[5689,7907],[5698,7908],[5693,7900]]]]}},{type:"Feature",id:"AZ",properties:{"hc-group":"admin0","hc-middle-x":.83,"hc-middle-y":.51,"hc-key":"az","hc-a2":"AZ",name:"Azerbaijan",labelrank:"5","country-abbrev":"Aze.",subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"AZE","iso-a2":"AZ","woe-id":"23424741",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5540,7763],[5539,7762],[5538,7764],[5540,7764],[5540,7763]]],[[[5546,7760],[5545,7760],[5545,7761],[5545,7761],[5546,7760]]],[[[5554,7747],[5554,7749],[5556,7749],[5555,7747],[5554,7747]]],[[[5534,7714],[5533,7716],[5563,7710],[5573,7687],[5552,7692],[5534,7714]]],[[[5582,7793],[5621,7768],[5646,7791],[5676,7748],[5654,7672],[5629,7685],[5627,7716],[5584,7687],[5558,7727],[5568,7734],[5539,7771],[5584,7763],[5582,7793]]]]}},{type:"Feature",id:"TJ",properties:{"hc-group":"admin0","hc-middle-x":.28,"hc-middle-y":.56,"hc-key":"tj","hc-a2":"TJ",name:"Tajikistan",labelrank:"4","country-abbrev":"Tjk.",subregion:"Central Asia","region-wb":"Europe & Central Asia","iso-a3":"TJK","iso-a2":"TJ","woe-id":"23424961",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[6300,7759],[6300,7759],[6298,7762],[6299,7761],[6300,7759]]],[[[6300,7721],[6302,7720],[6299,7718],[6296,7722],[6300,7721]]],[[[6389,7707],[6395,7677],[6423,7675],[6426,7631],[6379,7639],[6329,7613],[6329,7653],[6299,7669],[6285,7641],[6259,7626],[6215,7629],[6232,7665],[6225,7691],[6203,7699],[6235,7710],[6264,7754],[6295,7762],[6310,7734],[6280,7734],[6261,7709],[6325,7713],[6348,7698],[6389,7707]]]]}},{type:"Feature",id:"LS",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.45,"hc-key":"ls","hc-a2":"LS",name:"Lesotho",labelrank:"6","country-abbrev":"Les.",subregion:"Southern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"LSO","iso-a2":"LS","woe-id":"23424880",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5040,5608],[5054,5613],[5078,5588],[5037,5545],[5006,5579],[5040,5608]]]}},{type:"Feature",id:"UZ",properties:{"hc-group":"admin0","hc-middle-x":.46,"hc-middle-y":.53,"hc-key":"uz","hc-a2":"UZ",name:"Uzbekistan",labelrank:"3","country-abbrev":"Uzb.",subregion:"Central Asia","region-wb":"Europe & Central Asia","iso-a3":"UZB","iso-a2":"UZ","woe-id":"23424980",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[6333,7723],[6332,7723],[6331,7724],[6334,7726],[6333,7723]]],[[[6316,7728],[6317,7722],[6312,7722],[6310,7729],[6316,7728]]],[[[5968,7910],[5961,7895],[5982,7876],[5986,7899],[6015,7882],[6045,7850],[6131,7858],[6157,7828],[6163,7797],[6178,7796],[6183,7768],[6220,7768],[6240,7747],[6253,7774],[6309,7805],[6286,7782],[6323,7766],[6333,7777],[6374,7754],[6331,7731],[6310,7734],[6295,7762],[6264,7754],[6235,7710],[6203,7699],[6225,7691],[6232,7665],[6215,7629],[6200,7629],[6178,7635],[6179,7658],[6151,7665],[6057,7726],[6043,7761],[5987,7775],[5981,7807],[5943,7825],[5915,7802],[5908,7809],[5898,7794],[5896,7770],[5865,7773],[5865,7905],[5943,7925],[5934,7884],[5947,7922],[5968,7910]],[[6300,7759],[6299,7761],[6298,7762],[6300,7759],[6300,7759]]]]}},{type:"Feature",id:"MA",properties:{"hc-group":"admin0","hc-middle-x":.6,"hc-middle-y":.21,"hc-key":"ma","hc-a2":"MA",name:"Morocco",labelrank:"3","country-abbrev":"Mor.",subregion:"Northern Africa","region-wb":"Middle East & North Africa","iso-a3":"MAR","iso-a2":"MA","woe-id":"23424893",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4117,7564],[4118,7565],[4119,7560],[4138,7558],[4151,7547],[4154,7497],[4173,7473],[4167,7459],[4129,7460],[4095,7444],[4096,7414],[4033,7378],[3977,7371],[3946,7348],[3946,7316],[3943,7298],[3915,7290],[3866,7291],[3847,7264],[3835,7226],[3788,7182],[3782,7148],[3764,7121],[3699,7120],[3740,7201],[3762,7222],[3774,7267],[3800,7285],[3820,7324],[3863,7337],[3890,7358],[3919,7404],[3912,7436],[3929,7475],[3951,7498],[4002,7523],[4028,7582],[4044,7586],[4044,7585],[4045,7584],[4074,7560],[4116,7566],[4117,7566],[4117,7564]]]}},{type:"Feature",id:"CO",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.54,"hc-key":"co","hc-a2":"CO",name:"Colombia",labelrank:"2","country-abbrev":"Col.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"COL","iso-a2":"CO","woe-id":"23424787",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[1865,6521],[1868,6543],[1894,6559],[1916,6592],[1909,6611],[1909,6673],[1892,6692],[1914,6713],[1908,6735],[1920,6731],[1960,6758],[1963,6791],[2005,6815],[2029,6813],[2082,6847],[2087,6830],[2068,6824],[2040,6787],[2037,6753],[2056,6726],[2064,6688],[2123,6685],[2143,6659],[2201,6662],[2190,6612],[2207,6580],[2191,6564],[2210,6549],[2219,6515],[2206,6540],[2181,6529],[2131,6529],[2125,6474],[2143,6437],[2128,6354],[2105,6367],[2125,6399],[2096,6414],[2056,6406],[2032,6413],[2019,6442],[1970,6476],[1940,6492],[1905,6498],[1865,6521]]]}},{type:"Feature",id:"TL",properties:{"hc-group":"admin0","hc-middle-x":.65,"hc-middle-y":.36,"hc-key":"tl","hc-a2":"TL",name:"East Timor",labelrank:"5","country-abbrev":"T.L.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"TLS","iso-a2":"TL","woe-id":"23424968",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[7885,6203],[7890,6206],[7897,6207],[7891,6198],[7885,6203]]],[[[7911,6214],[7918,6224],[7972,6233],[7957,6214],[7915,6198],[7912,6206],[7911,6214]]]]}},{type:"Feature",id:"TZ",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.5,"hc-key":"tz","hc-a2":"TZ",name:"United Republic of Tanzania",labelrank:"3","country-abbrev":"Tanz.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"TZA","iso-a2":"TZ","woe-id":"23424973",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5242,6136],[5241,6138],[5240,6141],[5240,6141],[5236,6143],[5235,6145],[5235,6145],[5234,6146],[5227,6185],[5222,6192],[5219,6195],[5219,6195],[5216,6197],[5215,6197],[5215,6198],[5211,6196],[5210,6191],[5195,6195],[5181,6201],[5153,6211],[5129,6225],[5093,6304],[5084,6347],[5118,6383],[5111,6408],[5119,6432],[5108,6447],[5119,6449],[5147,6449],[5147,6448],[5148,6449],[5149,6449],[5151,6407],[5189,6405],[5215,6448],[5321,6389],[5325,6371],[5367,6341],[5387,6324],[5371,6310],[5378,6289],[5372,6221],[5404,6169],[5316,6132],[5242,6136]]]}},{type:"Feature",id:"AR",properties:{"hc-group":"admin0","hc-middle-x":.46,"hc-middle-y":.27,"hc-key":"ar","hc-a2":"AR",name:"Argentina",labelrank:"2","country-abbrev":"Arg.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"ARG","iso-a2":"AR","woe-id":"23424747",continent:"South America"},geometry:{type:"MultiPolygon",coordinates:[[[[2167,4673],[2169,4670],[2167,4670],[2167,4673]]],[[[2584,5708],[2604,5706],[2606,5658],[2549,5623],[2494,5561],[2477,5505],[2477,5487],[2466,5426],[2509,5387],[2501,5373],[2522,5338],[2495,5295],[2451,5277],[2398,5267],[2362,5269],[2354,5201],[2310,5191],[2278,5207],[2273,5163],[2287,5146],[2312,5158],[2316,5134],[2292,5143],[2292,5126],[2265,5101],[2257,5052],[2239,5053],[2206,5030],[2197,5010],[2222,4978],[2246,4976],[2246,4939],[2199,4902],[2189,4865],[2160,4852],[2151,4826],[2173,4772],[2128,4786],[2070,4787],[2054,4804],[2058,4839],[2032,4835],[2020,4882],[2059,4928],[2051,4944],[2070,4970],[2088,5042],[2066,5062],[2077,5092],[2063,5125],[2075,5158],[2069,5206],[2085,5269],[2101,5277],[2091,5311],[2096,5352],[2115,5366],[2115,5397],[2133,5456],[2109,5516],[2137,5618],[2162,5659],[2177,5666],[2169,5733],[2206,5757],[2210,5794],[2238,5826],[2287,5813],[2295,5792],[2307,5819],[2345,5812],[2394,5763],[2422,5757],[2496,5712],[2465,5653],[2549,5649],[2578,5674],[2584,5708]]],[[[2167,4674],[2167,4761],[2173,4734],[2207,4704],[2250,4679],[2287,4669],[2229,4663],[2209,4666],[2202,4668],[2167,4674]]]]}},{type:"Feature",id:"SA",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.53,"hc-key":"sa","hc-a2":"SA",name:"Saudi Arabia",labelrank:"2","country-abbrev":"Saud.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"SAU","iso-a2":"SA","woe-id":"23424938",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5641,7344],[5655,7313],[5692,7284],[5692,7255],[5712,7224],[5717,7218],[5724,7220],[5726,7210],[5734,7208],[5764,7167],[5842,7160],[5855,7137],[5836,7076],[5747,7045],[5662,7034],[5633,7020],[5611,6987],[5544,6998],[5485,6995],[5474,6966],[5427,7036],[5419,7061],[5381,7090],[5364,7117],[5364,7155],[5345,7193],[5318,7209],[5309,7237],[5249,7328],[5230,7330],[5241,7370],[5274,7365],[5331,7407],[5301,7439],[5366,7460],[5404,7453],[5453,7426],[5530,7365],[5585,7362],[5612,7358],[5641,7344]]]}},{type:"Feature",id:"PK",properties:{"hc-group":"admin0","hc-middle-x":.34,"hc-middle-y":.64,"hc-key":"pk","hc-a2":"PK",name:"Pakistan",labelrank:"2","country-abbrev":"Pak.",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"PAK","iso-a2":"PK","woe-id":"23424922",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6416,7624],[6459,7605],[6482,7577],[6490,7559],[6453,7539],[6410,7548],[6393,7534],[6400,7495],[6438,7461],[6415,7446],[6416,7427],[6381,7388],[6368,7360],[6337,7325],[6295,7328],[6265,7289],[6313,7222],[6280,7205],[6247,7208],[6227,7195],[6203,7202],[6173,7246],[6088,7238],[6032,7238],[6039,7270],[6076,7283],[6067,7334],[6041,7344],[6010,7386],[6058,7372],[6106,7371],[6168,7385],[6173,7421],[6226,7450],[6261,7454],[6268,7491],[6290,7499],[6281,7523],[6313,7524],[6330,7562],[6316,7590],[6357,7617],[6416,7624]]]}},{type:"Feature",id:"YE",properties:{"hc-group":"admin0","hc-middle-x":.39,"hc-middle-y":.75,"hc-key":"ye","hc-a2":"YE",name:"Yemen",labelrank:"3","country-abbrev":"Yem.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"YEM","iso-a2":"YE","woe-id":"23425002",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5747,7045],[5769,6994],[5780,6974],[5754,6943],[5675,6916],[5649,6895],[5629,6896],[5590,6877],[5564,6875],[5508,6852],[5494,6859],[5472,6941],[5474,6966],[5485,6995],[5544,6998],[5611,6987],[5633,7020],[5662,7034],[5747,7045]]]}},{type:"Feature",id:"AE",properties:{"hc-group":"admin0","hc-middle-x":.59,"hc-middle-y":.65,"hc-key":"ae","hc-a2":"AE",name:"United Arab Emirates",labelrank:"4","country-abbrev":"U.A.E.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"ARE","iso-a2":"AE","woe-id":"23424738",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5874,7251],[5877,7248],[5877,7231],[5860,7228],[5842,7160],[5764,7167],[5734,7208],[5810,7205],[5868,7265],[5870,7253],[5874,7251]],[[5874,7239],[5876,7241],[5873,7241],[5873,7238],[5874,7239]]]}},{type:"Feature",id:"KE",properties:{"hc-group":"admin0","hc-middle-x":.87,"hc-middle-y":.7,"hc-key":"ke","hc-a2":"KE",name:"Kenya",labelrank:"2","country-abbrev":"Ken.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"KEN","iso-a2":"KE","woe-id":"23424863",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5367,6341],[5325,6371],[5321,6389],[5215,6448],[5220,6471],[5213,6486],[5242,6527],[5240,6552],[5212,6603],[5255,6627],[5270,6615],[5297,6609],[5335,6585],[5377,6579],[5414,6605],[5447,6596],[5420,6562],[5420,6453],[5437,6429],[5396,6397],[5367,6341]]]}},{type:"Feature",id:"PE",properties:{"hc-group":"admin0","hc-middle-x":.69,"hc-middle-y":.71,"hc-key":"pe","hc-a2":"PE",name:"Peru",labelrank:"2","country-abbrev":"Peru",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"PER","iso-a2":"PE","woe-id":"23424919",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[1970,6476],[2019,6442],[2032,6413],[2056,6406],[2096,6414],[2125,6399],[2105,6367],[2128,6354],[2103,6356],[2040,6327],[2034,6290],[2007,6256],[2061,6183],[2091,6185],[2111,6200],[2108,6153],[2139,6155],[2166,6108],[2153,6073],[2160,6058],[2145,6017],[2126,6008],[2153,5996],[2155,5997],[2157,5996],[2153,5988],[2155,5986],[2137,5964],[2141,5957],[2128,5935],[2115,5932],[2082,5964],[1973,6022],[1940,6061],[1942,6083],[1900,6144],[1860,6236],[1831,6278],[1797,6299],[1793,6354],[1820,6379],[1815,6358],[1858,6331],[1879,6379],[1928,6403],[1961,6433],[1970,6476]]]}},{type:"Feature",id:"DO",properties:{"hc-group":"admin0","hc-middle-x":.46,"hc-middle-y":.38,"hc-key":"do","hc-a2":"DO",name:"Dominican Republic",labelrank:"5","country-abbrev":"Dom. Rep.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"DOM","iso-a2":"DO","woe-id":"23424800",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[2070,7030],[2070,7030],[2069,7031],[2069,7031],[2067,7033],[2076,7038],[2075,7067],[2097,7074],[2128,7066],[2138,7048],[2175,7035],[2159,7028],[2106,7028],[2085,7003],[2074,7016],[2076,7025],[2070,7030]]]}},{type:"Feature",id:"HT",properties:{"hc-group":"admin0","hc-middle-x":.82,"hc-middle-y":.96,"hc-key":"ht","hc-a2":"HT",name:"Haiti",labelrank:"5","country-abbrev":"Haiti",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"HTI","iso-a2":"HT","woe-id":"23424839",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[2070,7030],[2069,7031],[2069,7031],[2069,7031],[2070,7030]]],[[[2075,7067],[2076,7038],[2067,7033],[2068,7030],[2070,7030],[2076,7025],[2074,7016],[2028,7023],[2011,7016],[2e3,7036],[2046,7028],[2046,7059],[2025,7070],[2075,7067]]]]}},{type:"Feature",id:"PG",properties:{"hc-group":"admin0","hc-middle-x":.14,"hc-middle-y":.5,"hc-key":"pg","hc-a2":"PG",name:"Papua New Guinea",labelrank:"2","country-abbrev":"P.N.G.",subregion:"Melanesia","region-wb":"East Asia & Pacific","iso-a3":"PNG","iso-a2":"PG","woe-id":"23424926",continent:"Oceania"},geometry:{type:"MultiPolygon",coordinates:[[[[8388,6210],[8388,6275],[8388,6402],[8478,6367],[8493,6366],[8531,6335],[8530,6317],[8580,6303],[8592,6281],[8565,6279],[8572,6258],[8600,6241],[8632,6198],[8684,6195],[8676,6166],[8595,6178],[8568,6199],[8539,6240],[8470,6255],[8460,6214],[8437,6203],[8388,6210]]],[[[8654,6406],[8646,6432],[8662,6408],[8716,6383],[8749,6353],[8741,6336],[8723,6373],[8654,6406]]],[[[8645,6292],[8598,6309],[8685,6319],[8703,6332],[8701,6355],[8727,6351],[8719,6320],[8669,6294],[8645,6292]]]]}},{type:"Feature",id:"AO",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.67,"hc-key":"ao","hc-a2":"AO",name:"Angola",labelrank:"3","country-abbrev":"Ang.",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"AGO","iso-a2":"AO","woe-id":"23424745",continent:"Africa"},geometry:{type:"MultiPolygon",coordinates:[[[[4566,6309],[4567,6317],[4560,6331],[4583,6349],[4592,6342],[4573,6330],[4566,6309]]],[[[4898,5953],[4821,5941],[4761,5950],[4752,5961],[4618,5960],[4595,5974],[4553,5965],[4553,6009],[4575,6081],[4609,6116],[4613,6163],[4590,6210],[4601,6232],[4568,6298],[4595,6306],[4697,6304],[4708,6263],[4726,6239],[4778,6242],[4783,6272],[4850,6264],[4851,6201],[4862,6185],[4864,6146],[4915,6157],[4916,6093],[4856,6093],[4856,5998],[4898,5953]]]]}},{type:"Feature",id:"KH",properties:{"hc-group":"admin0","hc-middle-x":.84,"hc-middle-y":.49,"hc-key":"kh","hc-a2":"KH",name:"Cambodia",labelrank:"3","country-abbrev":"Camb.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"KHM","iso-a2":"KH","woe-id":"23424776",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7395,6915],[7395,6844],[7342,6805],[7304,6787],[7279,6789],[7258,6824],[7241,6881],[7280,6907],[7325,6904],[7374,6904],[7395,6915]]]}},{type:"Feature",id:"VN",properties:{"hc-group":"admin0","hc-middle-x":.59,"hc-middle-y":.89,"hc-key":"vn","hc-a2":"VN",name:"Vietnam",labelrank:"2","country-abbrev":"Viet.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"VNM","iso-a2":"VN","woe-id":"23424984",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7304,6787],[7342,6805],[7395,6844],[7395,6915],[7399,6932],[7365,6984],[7311,7039],[7286,7055],[7319,7079],[7292,7106],[7264,7103],[7260,7125],[7234,7150],[7245,7162],[7289,7154],[7329,7180],[7372,7161],[7366,7149],[7409,7122],[7377,7105],[7350,7076],[7338,7046],[7368,6999],[7432,6936],[7452,6861],[7439,6815],[7387,6786],[7371,6790],[7364,6761],[7313,6739],[7314,6781],[7304,6787]]]}},{type:"Feature",id:"MZ",properties:{"hc-group":"admin0","hc-middle-x":.83,"hc-middle-y":.28,"hc-key":"mz","hc-a2":"MZ",name:"Mozambique",labelrank:"3","country-abbrev":"Moz.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"MOZ","iso-a2":"MZ","woe-id":"23424902",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5238,6078],[5234,6118],[5242,6136],[5316,6132],[5404,6169],[5416,6039],[5388,5991],[5305,5946],[5239,5885],[5233,5868],[5258,5816],[5246,5739],[5205,5723],[5169,5696],[5180,5668],[5164,5667],[5157,5668],[5155,5685],[5152,5696],[5153,5744],[5133,5807],[5166,5841],[5184,5880],[5176,5898],[5185,5932],[5182,5982],[5106,6014],[5101,6034],[5189,6063],[5202,6045],[5223,6052],[5220,6006],[5247,5987],[5266,6002],[5268,6044],[5238,6078]]]}},{type:"Feature",id:"CR",properties:{"hc-group":"admin0","hc-middle-x":.55,"hc-middle-y":.31,"hc-key":"cr","hc-a2":"CR",name:"Costa Rica",labelrank:"5","country-abbrev":"C.R.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"CRI","iso-a2":"CR","woe-id":"23424791",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[1722,6802],[1727,6789],[1754,6762],[1740,6726],[1740,6726],[1736,6734],[1656,6785],[1661,6807],[1701,6804],[1722,6802]]],[[[1744,6716],[1739,6725],[1740,6725],[1740,6725],[1744,6716]]]]}},{type:"Feature",id:"BJ",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.49,"hc-key":"bj","hc-a2":"BJ",name:"Benin",labelrank:"5","country-abbrev":"Benin",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"BEN","iso-a2":"BJ","woe-id":"23424764",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4311,6825],[4318,6792],[4286,6746],[4284,6667],[4260,6664],[4252,6662],[4252,6746],[4231,6804],[4247,6818],[4275,6831],[4288,6846],[4311,6825]]]}},{type:"Feature",id:"NG",properties:{"hc-group":"admin0","hc-middle-x":.36,"hc-middle-y":.33,"hc-key":"ng","hc-a2":"NG",name:"Nigeria",labelrank:"2","country-abbrev":"Nigeria",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"NGA","iso-a2":"NG","woe-id":"23424908",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4284,6667],[4286,6746],[4318,6792],[4311,6825],[4326,6878],[4368,6891],[4410,6864],[4436,6874],[4490,6859],[4504,6872],[4543,6875],[4574,6866],[4608,6885],[4621,6866],[4639,6839],[4567,6725],[4540,6669],[4518,6689],[4466,6651],[4459,6621],[4388,6605],[4370,6615],[4335,6666],[4284,6667]]]}},{type:"Feature",id:"IR",properties:{"hc-group":"admin0","hc-middle-x":.58,"hc-middle-y":.51,"hc-key":"ir","hc-a2":"IR",name:"Iran",labelrank:"2","country-abbrev":"Iran",subregion:"Southern Asia","region-wb":"Middle East & North Africa","iso-a3":"IRN","iso-a2":"IR","woe-id":"23424851",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5532,7628],[5516,7656],[5510,7704],[5534,7714],[5552,7692],[5573,7687],[5580,7689],[5584,7687],[5627,7716],[5629,7685],[5654,7672],[5659,7648],[5694,7636],[5720,7614],[5744,7609],[5807,7617],[5804,7634],[5849,7660],[5902,7666],[5906,7656],[5949,7646],[5995,7610],[6020,7608],[6022,7576],[6001,7491],[6009,7439],[6035,7435],[6038,7418],[6010,7386],[6041,7344],[6067,7334],[6076,7283],[6039,7270],[6032,7238],[5982,7242],[5905,7256],[5896,7290],[5876,7301],[5830,7279],[5729,7324],[5690,7397],[5657,7404],[5644,7390],[5619,7423],[5623,7448],[5611,7469],[5577,7487],[5551,7521],[5579,7582],[5549,7589],[5532,7628]]]}},{type:"Feature",id:"SV",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.55,"hc-key":"sv","hc-a2":"SV",name:"El Salvador",labelrank:"6","country-abbrev":"El. S.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"SLV","iso-a2":"SV","woe-id":"23424807",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1598,6876],[1569,6871],[1530,6886],[1530,6889],[1552,6907],[1601,6889],[1598,6876]]]}},{type:"Feature",id:"SL",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.48,"hc-key":"sl","hc-a2":"SL",name:"Sierra Leone",labelrank:"4","country-abbrev":"S.L.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SLE","iso-a2":"SL","woe-id":"23424946",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3863,6683],[3820,6702],[3809,6746],[3833,6770],[3870,6774],[3899,6729],[3889,6708],[3863,6683]]]}},{type:"Feature",id:"GW",properties:{"hc-group":"admin0","hc-middle-x":.55,"hc-middle-y":.49,"hc-key":"gw","hc-a2":"GW",name:"Guinea Bissau",labelrank:"6","country-abbrev":"GnB.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"GNB","iso-a2":"GW","woe-id":"23424929",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3758,6803],[3732,6811],[3708,6844],[3753,6854],[3797,6854],[3797,6825],[3767,6819],[3758,6803]]]}},{type:"Feature",id:"HR",properties:{"hc-group":"admin0","hc-middle-x":.35,"hc-middle-y":.59,"hc-key":"hr","hc-a2":"HR",name:"Croatia",labelrank:"6","country-abbrev":"Cro.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"HRV","iso-a2":"HR","woe-id":"23424843",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4753,7811],[4732,7826],[4728,7828],[4734,7826],[4751,7816],[4751,7814],[4753,7811]]],[[[4607,7923],[4659,7921],[4668,7949],[4694,7960],[4719,7940],[4765,7939],[4769,7910],[4768,7900],[4706,7915],[4672,7911],[4685,7876],[4726,7830],[4699,7837],[4645,7875],[4645,7908],[4619,7898],[4607,7923]]]]}},{type:"Feature",id:"BZ",properties:{"hc-group":"admin0","hc-middle-x":.53,"hc-middle-y":.5,"hc-key":"bz","hc-a2":"BZ",name:"Belize",labelrank:"6","country-abbrev":"Belize",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"BLZ","iso-a2":"BZ","woe-id":"23424760",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1558,7009],[1567,7012],[1583,7030],[1586,6984],[1565,6951],[1556,6951],[1558,7009]]]}},{type:"Feature",id:"ZA",properties:{"hc-group":"admin0","hc-middle-x":.36,"hc-middle-y":.7,"hc-key":"za","hc-a2":"ZA",name:"South Africa",labelrank:"2","country-abbrev":"S.Af.",subregion:"Southern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"ZAF","iso-a2":"ZA","woe-id":"23424942",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5157,5668],[5164,5667],[5180,5668],[5165,5613],[5129,5581],[5106,5539],[5061,5492],[5008,5451],[4942,5430],[4874,5436],[4854,5424],[4787,5410],[4753,5441],[4733,5474],[4746,5480],[4744,5511],[4717,5555],[4693,5613],[4711,5630],[4720,5608],[4771,5600],[4797,5617],[4797,5734],[4822,5690],[4818,5666],[4847,5667],[4878,5695],[4887,5716],[4941,5700],[4963,5706],[4972,5734],[5e3,5749],[5006,5769],[5041,5799],[5075,5814],[5104,5809],[5133,5807],[5153,5744],[5152,5696],[5137,5702],[5118,5682],[5128,5656],[5157,5668]],[[5040,5608],[5006,5579],[5037,5545],[5078,5588],[5054,5613],[5040,5608]]]}},{type:"Feature",id:"CF",properties:{"hc-group":"admin0","hc-middle-x":.47,"hc-middle-y":.46,"hc-key":"cf","hc-a2":"CF",name:"Central African Republic",labelrank:"4","country-abbrev":"C.A.R.",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"CAF","iso-a2":"CF","woe-id":"23424792",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4882,6802],[4906,6770],[4901,6738],[4921,6735],[4956,6696],[4987,6675],[4988,6658],[5018,6628],[4963,6637],[4872,6602],[4815,6609],[4789,6630],[4754,6606],[4757,6581],[4722,6588],[4696,6581],[4685,6545],[4682,6562],[4654,6590],[4631,6657],[4663,6701],[4702,6702],[4756,6716],[4771,6745],[4810,6749],[4870,6804],[4882,6802]]]}},{type:"Feature",id:"SD",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.38,"hc-key":"sd","hc-a2":"SD",name:"Sudan",labelrank:"3","country-abbrev":"Sudan",subregion:"Northern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SDN","iso-a2":"SD","woe-id":"-90",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4921,6735],[4901,6738],[4906,6770],[4882,6802],[4863,6856],[4859,6887],[4873,6898],[4889,6945],[4916,6946],[4916,7061],[4916,7076],[4945,7076],[4945,7138],[5131,7138],[5299,7138],[5310,7102],[5318,7037],[5350,7015],[5302,6987],[5285,6928],[5288,6902],[5276,6855],[5263,6854],[5238,6796],[5230,6801],[5215,6758],[5189,6800],[5190,6840],[5156,6834],[5166,6806],[5131,6768],[5095,6783],[5060,6754],[4992,6760],[4970,6787],[4948,6783],[4921,6735]]]}},{type:"Feature",id:"CD",properties:{"hc-group":"admin0","hc-middle-x":.58,"hc-middle-y":.42,"hc-key":"cd","hc-a2":"CD",name:"Democratic Republic of the Congo",labelrank:"2","country-abbrev":"D.R.C.",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"COD","iso-a2":"CD","woe-id":"23424780",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5071,6380],[5067,6329],[5079,6281],[5111,6236],[5061,6228],[5045,6210],[5050,6201],[5056,6189],[5046,6140],[5066,6112],[5088,6119],[5088,6081],[5070,6080],[5011,6136],[4996,6123],[4956,6134],[4955,6147],[4925,6142],[4915,6157],[4864,6146],[4862,6185],[4851,6201],[4850,6264],[4783,6272],[4778,6242],[4726,6239],[4708,6263],[4697,6304],[4595,6306],[4573,6300],[4566,6309],[4573,6330],[4592,6342],[4631,6353],[4644,6337],[4685,6381],[4686,6416],[4731,6463],[4740,6542],[4757,6581],[4754,6606],[4789,6630],[4815,6609],[4872,6602],[4963,6637],[5018,6628],[5046,6605],[5088,6613],[5119,6582],[5115,6551],[5132,6543],[5109,6523],[5108,6515],[5093,6503],[5085,6476],[5074,6464],[5084,6465],[5081,6452],[5082,6438],[5075,6434],[5071,6429],[5063,6421],[5061,6406],[5061,6400],[5065,6398],[5072,6389],[5071,6380]]]}},{type:"Feature",id:"KW",properties:{"hc-group":"admin0","hc-middle-x":.61,"hc-middle-y":.4,"hc-key":"kw","hc-a2":"KW",name:"Kuwait",labelrank:"6","country-abbrev":"Kwt.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"KWT","iso-a2":"KW","woe-id":"23424870",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5641,7344],[5612,7358],[5585,7362],[5602,7390],[5627,7391],[5631,7370],[5641,7344]]]}},{type:"Feature",id:"DE",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.34,"hc-key":"de","hc-a2":"DE",name:"Germany",labelrank:"2","country-abbrev":"Ger.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"DEU","iso-a2":"DE","woe-id":"23424829",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4477,8004],[4477,8003],[4477,8003],[4477,8004]]],[[[4461,8288],[4466,8289],[4484,8285],[4544,8248],[4575,8271],[4609,8275],[4620,8254],[4626,8249],[4625,8248],[4625,8247],[4621,8251],[4627,8239],[4623,8205],[4639,8194],[4644,8126],[4575,8108],[4571,8083],[4614,8045],[4582,8021],[4591,7997],[4565,8005],[4530,7993],[4492,7999],[4473,8009],[4477,8004],[4455,8001],[4429,8001],[4447,8053],[4392,8072],[4397,8085],[4386,8097],[4393,8105],[4382,8122],[4393,8164],[4412,8180],[4417,8221],[4422,8240],[4458,8233],[4471,8247],[4461,8288]]]]}},{type:"Feature",id:"BE",properties:{"hc-group":"admin0","hc-middle-x":.54,"hc-middle-y":.4,"hc-key":"be","hc-a2":"BE",name:"Belgium",labelrank:"2","country-abbrev":"Belg.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"BEL","iso-a2":"BE","woe-id":"23424757",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4382,8122],[4393,8105],[4386,8097],[4374,8088],[4376,8075],[4327,8092],[4279,8135],[4297,8145],[4303,8146],[4317,8140],[4329,8146],[4331,8144],[4330,8146],[4353,8150],[4382,8122]]]}},{type:"Feature",id:"IE",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.48,"hc-key":"ie","hc-a2":"IE",name:"Ireland",labelrank:"3","country-abbrev":"Ire.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"IRL","iso-a2":"IE","woe-id":"23424803",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[3989,8295],[3961,8270],[3987,8256],[4018,8256],[4026,8209],[4015,8179],[3979,8174],[3946,8154],[3913,8149],[3895,8167],[3939,8222],[3907,8226],[3912,8265],[3948,8262],[3958,8299],[3989,8295]]]}},{type:"Feature",id:"KP",properties:{"hc-group":"admin0","hc-middle-x":.32,"hc-middle-y":.63,"hc-key":"kp","hc-a2":"KP",name:"North Korea",labelrank:"3","country-abbrev":"N.K.",subregion:"Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"PRK","iso-a2":"KP","woe-id":"23424865",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[8083,7807],[8051,7781],[8053,7755],[7988,7717],[7986,7697],[8013,7678],[7978,7667],[7963,7651],[7931,7658],[7924,7646],[7907,7675],[7927,7702],[7895,7730],[7943,7758],[7962,7785],[8007,7774],[8004,7796],[8053,7812],[8057,7831],[8078,7815],[8081,7811],[8083,7807]]]}},{type:"Feature",id:"KR",properties:{"hc-group":"admin0","hc-middle-x":.54,"hc-middle-y":.5,"hc-key":"kr","hc-a2":"KR",name:"South Korea",labelrank:"2","country-abbrev":"S.K.",subregion:"Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"KOR","iso-a2":"KR","woe-id":"23424868",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7963,7651],[7978,7667],[8013,7678],[8042,7632],[8046,7573],[8021,7546],[8004,7553],[7987,7536],[7955,7542],[7963,7651]]]}},{type:"Feature",id:"GY",properties:{"hc-group":"admin0","hc-middle-x":.26,"hc-middle-y":.07,"hc-key":"gy","hc-a2":"GY",name:"Guyana",labelrank:"4","country-abbrev":"Guy.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"GUY","iso-a2":"GY","woe-id":"23424836",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[2423,6732],[2450,6715],[2507,6658],[2505,6641],[2481,6602],[2528,6536],[2509,6538],[2459,6514],[2431,6534],[2423,6558],[2437,6595],[2424,6629],[2401,6632],[2382,6653],[2387,6672],[2415,6689],[2408,6709],[2423,6732]]]}},{type:"Feature",id:"HN",properties:{"hc-group":"admin0","hc-middle-x":.71,"hc-middle-y":.09,"hc-key":"hn","hc-a2":"HN",name:"Honduras",labelrank:"5","country-abbrev":"Hond.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"HND","iso-a2":"HN","woe-id":"23424841",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1586,6946],[1654,6955],[1702,6949],[1737,6924],[1688,6919],[1660,6893],[1630,6887],[1613,6864],[1607,6873],[1598,6876],[1601,6889],[1552,6907],[1558,6926],[1586,6946]]]}},{type:"Feature",id:"MM",properties:{"hc-group":"admin0","hc-middle-x":.17,"hc-middle-y":.49,"hc-key":"mm","hc-a2":"MM",name:"Myanmar",labelrank:"3","country-abbrev":"Myan.",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"MMR","iso-a2":"MM","woe-id":"23424763",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6942,7109],[6953,7116],[6951,7137],[6969,7150],[6973,7200],[6996,7195],[7023,7255],[7024,7278],[7074,7306],[7092,7333],[7098,7343],[7132,7313],[7133,7260],[7103,7234],[7101,7195],[7130,7203],[7138,7175],[7157,7171],[7146,7143],[7170,7139],[7177,7120],[7206,7124],[7193,7117],[7175,7086],[7128,7066],[7113,7070],[7095,7030],[7137,6959],[7119,6918],[7146,6886],[7161,6829],[7134,6785],[7129,6870],[7106,6921],[7102,6963],[7088,6985],[7036,6946],[7e3,6955],[7012,7001],[6993,7058],[6965,7077],[6942,7109]]]}},{type:"Feature",id:"GA",properties:{"hc-group":"admin0","hc-middle-x":.36,"hc-middle-y":.65,"hc-key":"ga","hc-a2":"GA",name:"Gabon",labelrank:"4","country-abbrev":"Gabon",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"GAB","iso-a2":"GA","woe-id":"23424822",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4495,6508],[4540,6508],[4540,6543],[4541,6547],[4599,6542],[4597,6515],[4633,6506],[4614,6473],[4634,6461],[4622,6405],[4573,6423],[4547,6410],[4555,6369],[4534,6363],[4479,6425],[4462,6461],[4479,6467],[4480,6495],[4495,6508]]]}},{type:"Feature",id:"GQ",properties:{"hc-group":"admin0","hc-middle-x":.53,"hc-middle-y":.55,"hc-key":"gq","hc-a2":"GQ",name:"Equatorial Guinea",labelrank:"4","country-abbrev":"Eq. G.",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"GNQ","iso-a2":"GQ","woe-id":"23424804",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4540,6543],[4540,6508],[4495,6508],[4481,6514],[4495,6548],[4500,6543],[4540,6543]]]}},{type:"Feature",id:"NI",properties:{"hc-group":"admin0","hc-middle-x":.84,"hc-middle-y":.5,"hc-key":"ni","hc-a2":"NI",name:"Nicaragua",labelrank:"5","country-abbrev":"Nic.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"NIC","iso-a2":"NI","woe-id":"23424915",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1661,6807],[1603,6860],[1613,6864],[1630,6887],[1660,6893],[1688,6919],[1737,6924],[1715,6816],[1722,6802],[1701,6804],[1661,6807]]]}},{type:"Feature",id:"LV",properties:{"hc-group":"admin0","hc-middle-x":.05,"hc-middle-y":.36,"hc-key":"lv","hc-a2":"LV",name:"Latvia",labelrank:"5","country-abbrev":"Lat.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"LVA","iso-a2":"LV","woe-id":"23424874",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[5016,8399],[5024,8370],[5039,8340],[5023,8325],[4993,8320],[4942,8353],[4929,8345],[4860,8352],[4829,8337],[4829,8370],[4849,8401],[4875,8408],[4907,8375],[4927,8386],[4925,8413],[4954,8422],[4990,8398],[5016,8399]]]}},{type:"Feature",id:"UG",properties:{"hc-group":"admin0","hc-middle-x":.16,"hc-middle-y":.56,"hc-key":"ug","hc-a2":"UG",name:"Uganda",labelrank:"3","country-abbrev":"Uga.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"UGA","iso-a2":"UG","woe-id":"23424974",continent:"Africa"},geometry:{type:"MultiPolygon",coordinates:[[[[5148,6449],[5148,6450],[5149,6449],[5148,6449]]],[[[5082,6438],[5081,6452],[5084,6465],[5091,6474],[5085,6476],[5093,6503],[5108,6515],[5136,6535],[5132,6543],[5115,6551],[5119,6582],[5198,6589],[5212,6603],[5240,6552],[5242,6527],[5213,6486],[5171,6483],[5147,6449],[5119,6449],[5108,6447],[5092,6435],[5082,6438]]]]}},{type:"Feature",id:"MW",properties:{"hc-group":"admin0","hc-middle-x":.16,"hc-middle-y":.29,"hc-key":"mw","hc-a2":"MW",name:"Malawi",labelrank:"6","country-abbrev":"Mal.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"MWI","iso-a2":"MW","woe-id":"23424889",continent:"Africa"},geometry:{type:"MultiPolygon",coordinates:[[[[5240,6141],[5240,6141],[5240,6141],[5240,6141]]],[[[5235,6145],[5235,6146],[5234,6146],[5235,6145],[5235,6145]]],[[[5222,6192],[5219,6195],[5219,6195],[5222,6192]]],[[[5216,6197],[5215,6198],[5215,6197],[5216,6197]]],[[[5181,6201],[5195,6195],[5210,6191],[5223,6133],[5222,6082],[5238,6078],[5268,6044],[5266,6002],[5247,5987],[5220,6006],[5223,6052],[5202,6045],[5189,6063],[5178,6072],[5194,6107],[5190,6157],[5203,6166],[5181,6201]]]]}},{type:"Feature",id:"AM",properties:{"hc-group":"admin0","hc-middle-x":.1,"hc-middle-y":.12,"hc-key":"am","hc-a2":"AM",name:"Armenia",labelrank:"6","country-abbrev":"Arm.",subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"ARM","iso-a2":"AM","woe-id":"23424743",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5584,7687],[5580,7689],[5573,7687],[5563,7710],[5533,7716],[5500,7730],[5493,7765],[5515,7769],[5539,7771],[5568,7734],[5558,7727],[5584,7687]],[[5540,7763],[5540,7764],[5538,7764],[5539,7762],[5540,7763]],[[5546,7760],[5545,7761],[5545,7761],[5545,7760],[5546,7760]],[[5554,7747],[5555,7747],[5556,7749],[5554,7749],[5554,7747]]]}},{type:"Feature",id:"SX",properties:{"hc-group":"admin0","hc-middle-x":.76,"hc-middle-y":.53,"hc-key":"sx","hc-a2":"SX",name:"Somaliland",labelrank:"5","country-abbrev":"Solnd.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"-99","iso-a2":"SX","woe-id":"-99",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5487,6819],[5518,6788],[5562,6801],[5582,6795],[5611,6810],[5656,6812],[5656,6758],[5628,6715],[5598,6715],[5510,6744],[5470,6793],[5478,6804],[5487,6819]]]}},{type:"Feature",id:"TM",properties:{"hc-group":"admin0","hc-middle-x":.4,"hc-middle-y":.42,"hc-key":"tm","hc-a2":"TM",name:"Turkmenistan",labelrank:"4","country-abbrev":"Turkm.",subregion:"Central Asia","region-wb":"Europe & Central Asia","iso-a3":"TKM","iso-a2":"TM","woe-id":"23424972",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5898,7794],[5921,7785],[5915,7802],[5943,7825],[5981,7807],[5987,7775],[6043,7761],[6057,7726],[6151,7665],[6179,7658],[6178,7635],[6156,7642],[6126,7626],[6117,7598],[6052,7560],[6022,7576],[6020,7608],[5995,7610],[5949,7646],[5906,7656],[5902,7666],[5849,7660],[5804,7634],[5806,7688],[5794,7724],[5769,7728],[5775,7760],[5798,7748],[5828,7765],[5803,7799],[5792,7800],[5792,7800],[5812,7808],[5851,7770],[5865,7773],[5896,7770],[5898,7794]]],[[[5780,7795],[5782,7800],[5792,7800],[5792,7800],[5780,7795],[5780,7795],[5780,7795]]],[[[5780,7795],[5771,7775],[5760,7788],[5780,7795],[5780,7795],[5780,7795]]]]}},{type:"Feature",id:"ZM",properties:{"hc-group":"admin0","hc-middle-x":.36,"hc-middle-y":.58,"hc-key":"zm","hc-a2":"ZM",name:"Zambia",labelrank:"3","country-abbrev":"Zambia",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"ZMB","iso-a2":"ZM","woe-id":"23425003",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5050,6201],[5069,6222],[5061,6228],[5111,6236],[5125,6219],[5129,6225],[5153,6211],[5181,6201],[5203,6166],[5190,6157],[5194,6107],[5178,6072],[5189,6063],[5101,6034],[5106,6014],[5060,6001],[5058,5987],[5038,5977],[5022,5969],[5006,5944],[4996,5940],[4954,5949],[4923,5958],[4898,5953],[4856,5998],[4856,6093],[4916,6093],[4915,6157],[4925,6142],[4955,6147],[4956,6134],[4996,6123],[5011,6136],[5070,6080],[5088,6081],[5088,6119],[5066,6112],[5046,6140],[5056,6189],[5050,6201]]]}},{type:"Feature",id:"NC",properties:{"hc-group":"admin0","hc-middle-x":.56,"hc-middle-y":.71,"hc-key":"nc","hc-a2":"NC",name:"Northern Cyprus",labelrank:"6","country-abbrev":"N. Cy.",subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"-99","iso-a2":"NC","woe-id":"-90",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5210,7558],[5206,7556],[5203,7556],[5196,7562],[5175,7561],[5175,7561],[5175,7561],[5175,7561],[5175,7561],[5175,7561],[5231,7579],[5213,7557],[5210,7558]]],[[[5171,7561],[5173,7562],[5172,7561],[5171,7561]]]]}},{type:"Feature",id:"MR",properties:{"hc-group":"admin0","hc-middle-x":.61,"hc-middle-y":.63,"hc-key":"mr","hc-a2":"MR",name:"Mauritania",labelrank:"3","country-abbrev":"Mrt.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"MRT","iso-a2":"MR","woe-id":"23424896",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3946,7304],[4040,7245],[4061,7231],[4008,7231],[4040,6939],[3886,6937],[3856,6941],[3840,6917],[3779,6974],[3719,6968],[3713,6949],[3728,7014],[3714,7058],[3723,7083],[3698,7100],[3701,7117],[3818,7117],[3818,7170],[3847,7183],[3847,7263],[3946,7263],[3946,7304]]]}},{type:"Feature",id:"DZ",properties:{"hc-group":"admin0","hc-middle-x":.63,"hc-middle-y":.5,"hc-key":"dz","hc-a2":"DZ",name:"Algeria",labelrank:"3","country-abbrev":"Alg.",subregion:"Northern Africa","region-wb":"Middle East & North Africa","iso-a3":"DZA","iso-a2":"DZ","woe-id":"23424740",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4061,7231],[4040,7245],[3946,7304],[3946,7316],[3946,7348],[3977,7371],[4033,7378],[4096,7414],[4095,7444],[4129,7460],[4167,7459],[4173,7473],[4154,7497],[4151,7547],[4138,7558],[4235,7605],[4291,7616],[4346,7619],[4359,7611],[4423,7626],[4459,7621],[4452,7604],[4448,7543],[4426,7518],[4451,7473],[4472,7458],[4486,7398],[4496,7363],[4496,7279],[4483,7267],[4502,7227],[4546,7209],[4559,7185],[4426,7103],[4376,7059],[4329,7050],[4296,7050],[4299,7070],[4260,7083],[4238,7110],[4061,7231]]]}},{type:"Feature",id:"LT",properties:{"hc-group":"admin0","hc-middle-x":.27,"hc-middle-y":.06,"hc-key":"lt","hc-a2":"LT",name:"Lithuania",labelrank:"5","country-abbrev":"Lith.",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"LTU","iso-a2":"LT","woe-id":"23424875",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4835,8303],[4832,8321],[4829,8337],[4860,8352],[4929,8345],[4942,8353],[4993,8320],[4998,8305],[4972,8290],[4960,8264],[4927,8247],[4901,8249],[4900,8258],[4880,8266],[4881,8288],[4835,8303]]],[[[4825,8304],[4830,8313],[4827,8304],[4825,8304]]]]}},{type:"Feature",id:"ET",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.58,"hc-key":"et","hc-a2":"ET",name:"Ethiopia",labelrank:"2","country-abbrev":"Eth.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"ETH","iso-a2":"ET","woe-id":"23424808",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5444,6813],[5441,6810],[5444,6807],[5449,6802],[5478,6804],[5470,6793],[5510,6744],[5598,6715],[5628,6715],[5538,6624],[5509,6625],[5447,6596],[5414,6605],[5377,6579],[5335,6585],[5297,6609],[5270,6615],[5235,6675],[5205,6705],[5185,6709],[5190,6729],[5211,6728],[5215,6758],[5230,6801],[5238,6796],[5263,6854],[5276,6855],[5288,6902],[5328,6921],[5416,6897],[5462,6848],[5443,6820],[5444,6813]]]}},{type:"Feature",id:"ER",properties:{"hc-group":"admin0","hc-middle-x":.29,"hc-middle-y":.05,"hc-key":"er","hc-a2":"ER",name:"Eritrea",labelrank:"4","country-abbrev":"Erit.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"ERI","iso-a2":"ER","woe-id":"23424806",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5462,6848],[5416,6897],[5328,6921],[5288,6902],[5285,6928],[5302,6987],[5350,7015],[5382,6928],[5426,6913],[5484,6855],[5471,6845],[5462,6848]]]}},{type:"Feature",id:"GH",properties:{"hc-group":"admin0","hc-middle-x":.13,"hc-middle-y":.77,"hc-key":"gh","hc-a2":"GH",name:"Ghana",labelrank:"3","country-abbrev":"Ghana",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"GHA","iso-a2":"GH","woe-id":"23424824",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4239,6659],[4142,6618],[4111,6629],[4112,6629],[4116,6629],[4120,6631],[4108,6681],[4130,6721],[4124,6759],[4122,6804],[4199,6808],[4215,6781],[4219,6681],[4239,6659]]]}},{type:"Feature",id:"SI",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.57,"hc-key":"si","hc-a2":"SI",name:"Slovenia",labelrank:"6","country-abbrev":"Slo.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"SVN","iso-a2":"SI","woe-id":"23424945",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4607,7923],[4607,7925],[4611,7927],[4601,7952],[4611,7961],[4635,7956],[4682,7974],[4687,7974],[4694,7960],[4668,7949],[4659,7921],[4607,7923]]]}},{type:"Feature",id:"GT",properties:{"hc-group":"admin0","hc-middle-x":.44,"hc-middle-y":.87,"hc-key":"gt","hc-a2":"GT",name:"Guatemala",labelrank:"3","country-abbrev":"Guat.",subregion:"Central America","region-wb":"Latin America & Caribbean","iso-a3":"GTM","iso-a2":"GT","woe-id":"23424834",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1565,6951],[1574,6947],[1586,6946],[1558,6926],[1552,6907],[1530,6889],[1530,6886],[1494,6893],[1466,6911],[1482,6956],[1522,6966],[1491,6992],[1504,7009],[1558,7009],[1556,6951],[1565,6951]]]}},{type:"Feature",id:"BA",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.48,"hc-key":"ba","hc-a2":"BA",name:"Bosnia and Herzegovina",labelrank:"5","country-abbrev":"B.H.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"BIH","iso-a2":"BA","woe-id":"23424761",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4728,7828],[4725,7830],[4726,7830],[4685,7876],[4672,7911],[4706,7915],[4768,7900],[4779,7901],[4774,7851],[4752,7832],[4751,7816],[4734,7826],[4728,7828]]]}},{type:"Feature",id:"JO",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.85,"hc-key":"jo","hc-a2":"JO",name:"Jordan",labelrank:"4","country-abbrev":"Jord.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"JOR","iso-a2":"JO","woe-id":"23424860",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5255,7426],[5258,7429],[5255,7431],[5254,7432],[5255,7434],[5259,7434],[5259,7448],[5259,7477],[5265,7480],[5296,7466],[5355,7501],[5363,7472],[5366,7460],[5301,7439],[5331,7407],[5274,7365],[5241,7370],[5243,7376],[5241,7377],[5247,7405],[5255,7426]]]}},{type:"Feature",id:"SY",properties:{"hc-group":"admin0","hc-middle-x":.25,"hc-middle-y":.54,"hc-key":"sy","hc-a2":"SY",name:"Syria",labelrank:"3","country-abbrev":"Syria",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"SYR","iso-a2":"SY","woe-id":"23424956",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5355,7501],[5296,7466],[5265,7480],[5269,7487],[5267,7502],[5290,7529],[5271,7544],[5270,7569],[5270,7586],[5291,7617],[5338,7620],[5384,7614],[5457,7634],[5461,7627],[5432,7606],[5427,7548],[5412,7533],[5355,7501]]]}},{type:"Feature",id:"MC",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.67,"hc-key":"mc","hc-a2":"MC",name:"Monaco",labelrank:"6","country-abbrev":"Mco.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"MCO","iso-a2":"MC","woe-id":"23424892",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4425,7859],[4424,7858],[4423,7858],[4424,7860],[4425,7859]]]}},{type:"Feature",id:"AL",properties:{"hc-group":"admin0","hc-middle-x":.39,"hc-middle-y":.49,"hc-key":"al","hc-a2":"AL",name:"Albania",labelrank:"6","country-abbrev":"Alb.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"ALB","iso-a2":"AL","woe-id":"23424742",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4826,7757],[4826,7757],[4825,7758],[4826,7757]]],[[[4779,7800],[4779,7805],[4780,7808],[4789,7820],[4799,7816],[4812,7804],[4814,7792],[4811,7781],[4816,7764],[4817,7758],[4819,7758],[4822,7758],[4825,7758],[4825,7757],[4826,7756],[4826,7756],[4824,7753],[4826,7754],[4826,7753],[4828,7750],[4827,7750],[4828,7750],[4809,7720],[4798,7715],[4777,7749],[4779,7791],[4778,7795],[4779,7800]]],[[[4779,7807],[4779,7807],[4779,7806],[4779,7807]]]]}},{type:"Feature",id:"UY",properties:{"hc-group":"admin0","hc-middle-x":.81,"hc-middle-y":.63,"hc-key":"uy","hc-a2":"UY",name:"Uruguay",labelrank:"4","country-abbrev":"Ury.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"URY","iso-a2":"UY","woe-id":"23424979",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[2626,5480],[2612,5465],[2615,5450],[2615,5447],[2620,5444],[2608,5422],[2573,5404],[2537,5404],[2487,5420],[2471,5437],[2477,5487],[2477,5505],[2494,5561],[2517,5563],[2542,5531],[2554,5539],[2626,5480]]]}},{type:"Feature",id:"CNM",properties:{"hc-group":"admin0","hc-middle-x":.39,"hc-middle-y":.11,"hc-key":"cnm","hc-a2":"CN",name:"Cyprus No Mans Area",labelrank:"9","country-abbrev":null,subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"-99","iso-a2":null,"woe-id":"-99",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[5213,7557],[5214,7557],[5213,7557],[5210,7557],[5210,7558],[5213,7557]]],[[[5171,7561],[5171,7561],[5172,7561],[5173,7562],[5173,7562],[5172,7560],[5171,7561]]],[[[5175,7561],[5174,7561],[5175,7561],[5175,7561],[5175,7561],[5175,7561]]],[[[5203,7556],[5205,7555],[5204,7555],[5196,7561],[5175,7561],[5175,7561],[5196,7562],[5203,7556]]]]}},{type:"Feature",id:"MN",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.53,"hc-key":"mn","hc-a2":"MN",name:"Mongolia",labelrank:"3","country-abbrev":"Mong.",subregion:"Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"MNG","iso-a2":"MN","woe-id":"23424887",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7691,8008],[7702,8011],[7698,8015],[7722,8015],[7762,7975],[7756,7963],[7714,7968],[7664,7953],[7637,7921],[7603,7919],[7575,7895],[7528,7908],[7511,7885],[7526,7857],[7453,7813],[7372,7807],[7326,7787],[7282,7788],[7232,7803],[7220,7815],[7064,7822],[7034,7879],[6979,7903],[6901,7912],[6906,7963],[6885,8003],[6847,8016],[6814,8039],[6810,8061],[6945,8127],[7001,8115],[7011,8094],[7093,8083],[7121,8113],[7106,8132],[7139,8176],[7237,8144],[7239,8117],[7280,8098],[7330,8111],[7407,8090],[7425,8067],[7490,8060],[7559,8077],[7596,8104],[7628,8089],[7667,8086],[7632,8021],[7642,8005],[7691,8008]]]}},{type:"Feature",id:"RW",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.56,"hc-key":"rw","hc-a2":"RW",name:"Rwanda",labelrank:"3","country-abbrev":"Rwa.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"RWA","iso-a2":"RW","woe-id":"23424937",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5065,6398],[5061,6400],[5061,6406],[5075,6419],[5071,6429],[5075,6434],[5082,6438],[5092,6435],[5108,6447],[5119,6432],[5111,6408],[5091,6400],[5065,6398]]]}},{type:"Feature",id:"SO",properties:{"hc-group":"admin0","hc-middle-x":.39,"hc-middle-y":.74,"hc-key":"so","hc-a2":"SO",name:"Somalia",labelrank:"6","country-abbrev":"Som.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SOM","iso-a2":"SO","woe-id":"-90",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5447,6596],[5509,6625],[5538,6624],[5628,6715],[5656,6758],[5656,6812],[5726,6829],[5713,6758],[5627,6610],[5570,6551],[5494,6497],[5437,6429],[5420,6453],[5420,6562],[5447,6596]]]}},{type:"Feature",id:"BO",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.59,"hc-key":"bo","hc-a2":"BO",name:"Bolivia",labelrank:"3","country-abbrev":"Bolivia",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"BOL","iso-a2":"BO","woe-id":"23424762",continent:"South America"},geometry:{type:"MultiPolygon",coordinates:[[[[2153,5996],[2153,6001],[2157,5996],[2155,5997],[2153,5996]]],[[[2141,5957],[2137,5964],[2155,5986],[2169,5993],[2145,6017],[2160,6058],[2153,6073],[2166,6108],[2139,6155],[2177,6154],[2226,6186],[2262,6192],[2263,6149],[2293,6110],[2332,6104],[2369,6077],[2409,6069],[2419,5995],[2469,5993],[2471,5965],[2496,5937],[2478,5876],[2450,5903],[2371,5892],[2356,5864],[2345,5812],[2307,5819],[2295,5792],[2287,5813],[2238,5826],[2210,5794],[2189,5794],[2180,5842],[2163,5868],[2173,5898],[2157,5913],[2141,5957]]]]}},{type:"Feature",id:"CM",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.81,"hc-key":"cm","hc-a2":"CM",name:"Cameroon",labelrank:"3","country-abbrev":"Cam.",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"CMR","iso-a2":"CM","woe-id":"23424785",continent:"Africa"},geometry:{type:"MultiPolygon",coordinates:[[[[4599,6542],[4541,6547],[4540,6543],[4500,6543],[4495,6548],[4490,6593],[4459,6621],[4466,6651],[4518,6689],[4540,6669],[4567,6725],[4639,6839],[4621,6866],[4629,6866],[4627,6861],[4634,6863],[4653,6820],[4651,6798],[4669,6774],[4625,6774],[4618,6764],[4655,6729],[4663,6701],[4631,6657],[4654,6590],[4682,6562],[4685,6545],[4684,6530],[4636,6544],[4599,6542]]],[[[4631,6866],[4631,6866],[4630,6866],[4631,6866]]]]}},{type:"Feature",id:"CG",properties:{"hc-group":"admin0","hc-middle-x":.15,"hc-middle-y":.78,"hc-key":"cg","hc-a2":"CG",name:"Republic of Congo",labelrank:"4","country-abbrev":"Rep. Congo",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"COG","iso-a2":"CG","woe-id":"23424779",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4599,6542],[4636,6544],[4684,6530],[4685,6545],[4696,6581],[4722,6588],[4757,6581],[4740,6542],[4731,6463],[4686,6416],[4685,6381],[4644,6337],[4631,6353],[4592,6342],[4583,6349],[4560,6331],[4554,6344],[4534,6363],[4555,6369],[4547,6410],[4573,6423],[4622,6405],[4634,6461],[4614,6473],[4633,6506],[4597,6515],[4599,6542]]]}},{type:"Feature",id:"EH",properties:{"hc-group":"admin0","hc-middle-x":.41,"hc-middle-y":.71,"hc-key":"eh","hc-a2":"EH",name:"Western Sahara",labelrank:"7","country-abbrev":"W. Sah.",subregion:"Northern Africa","region-wb":"Middle East & North Africa","iso-a3":"ESH","iso-a2":"EH","woe-id":"23424990",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3698,7100],[3696,7103],[3699,7120],[3764,7121],[3782,7148],[3788,7182],[3835,7226],[3847,7264],[3866,7291],[3915,7290],[3943,7298],[3946,7316],[3946,7304],[3946,7263],[3847,7263],[3847,7183],[3818,7170],[3818,7117],[3701,7117],[3698,7100]]]}},{type:"Feature",id:"RS",properties:{"hc-group":"admin0","hc-middle-x":.42,"hc-middle-y":.52,"hc-key":"rs","hc-a2":"RS",name:"Republic of Serbia",labelrank:"5","country-abbrev":"Serb.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"SRB","iso-a2":"RS","woe-id":"-90",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4774,7851],[4779,7901],[4768,7900],[4769,7910],[4765,7939],[4784,7948],[4805,7946],[4842,7910],[4839,7897],[4877,7877],[4867,7861],[4885,7836],[4867,7808],[4855,7808],[4844,7805],[4850,7820],[4820,7842],[4808,7826],[4786,7839],[4774,7851]]]}},{type:"Feature",id:"ME",properties:{"hc-group":"admin0","hc-middle-x":.42,"hc-middle-y":.47,"hc-key":"me","hc-a2":"ME",name:"Montenegro",labelrank:"6","country-abbrev":"Mont.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"MNE","iso-a2":"ME","woe-id":"20069817",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4774,7851],[4786,7839],[4808,7826],[4798,7822],[4799,7816],[4789,7820],[4780,7808],[4779,7807],[4779,7806],[4772,7806],[4779,7800],[4778,7795],[4779,7791],[4761,7806],[4753,7811],[4751,7814],[4751,7816],[4752,7832],[4774,7851]]]}},{type:"Feature",id:"TG",properties:{"hc-group":"admin0","hc-middle-x":.76,"hc-middle-y":.81,"hc-key":"tg","hc-a2":"TG",name:"Togo",labelrank:"6","country-abbrev":"Togo",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"TGO","iso-a2":"TG","woe-id":"23424965",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4231,6804],[4252,6746],[4252,6662],[4246,6661],[4239,6659],[4219,6681],[4215,6781],[4199,6808],[4218,6804],[4231,6804]]]}},{type:"Feature",id:"LA",properties:{"hc-group":"admin0","hc-middle-x":.88,"hc-middle-y":.79,"hc-key":"la","hc-a2":"LA",name:"Laos",labelrank:"4","country-abbrev":"Laos",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"LAO","iso-a2":"LA","woe-id":"23424872",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[7395,6915],[7374,6904],[7325,6904],[7338,6946],[7313,6970],[7315,6996],[7290,7025],[7272,7029],[7249,7010],[7233,7022],[7205,6999],[7209,7061],[7186,7062],[7175,7086],[7193,7117],[7206,7124],[7222,7111],[7217,7146],[7234,7150],[7260,7125],[7264,7103],[7292,7106],[7319,7079],[7286,7055],[7311,7039],[7365,6984],[7399,6932],[7395,6915]]]}},{type:"Feature",id:"AF",properties:{"hc-group":"admin0","hc-middle-x":.37,"hc-middle-y":.52,"hc-key":"af","hc-a2":"AF",name:"Afghanistan",labelrank:"3","country-abbrev":"Afg.",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"AFG","iso-a2":"AF","woe-id":"23424739",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6426,7631],[6411,7627],[6416,7624],[6357,7617],[6316,7590],[6330,7562],[6313,7524],[6281,7523],[6290,7499],[6268,7491],[6261,7454],[6226,7450],[6173,7421],[6168,7385],[6106,7371],[6058,7372],[6010,7386],[6038,7418],[6035,7435],[6009,7439],[6001,7491],[6022,7576],[6052,7560],[6117,7598],[6126,7626],[6156,7642],[6178,7635],[6200,7629],[6215,7629],[6259,7626],[6285,7641],[6299,7669],[6329,7653],[6329,7613],[6379,7639],[6426,7631]]]}},{type:"Feature",id:"UA",properties:{"hc-group":"admin0","hc-middle-x":.7,"hc-middle-y":.46,"hc-key":"ua","hc-a2":"UA",name:"Ukraine",labelrank:"3","country-abbrev":"Ukr.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"UKR","iso-a2":"UA","woe-id":"23424976",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4861,8032],[4866,8042],[4873,8057],[4876,8075],[4919,8114],[4905,8152],[4928,8166],[4969,8168],[5013,8155],[5074,8146],[5110,8154],[5122,8174],[5147,8175],[5207,8185],[5225,8161],[5218,8142],[5245,8140],[5262,8106],[5315,8109],[5367,8087],[5395,8064],[5382,8045],[5384,8010],[5356,8011],[5338,7983],[5269,7966],[5237,7948],[5260,7909],[5212,7882],[5179,7928],[5206,7939],[5146,7950],[5163,7959],[5129,7965],[5089,7927],[5084,7913],[5059,7914],[5041,7922],[5063,7958],[5097,7955],[5068,7999],[5072,8011],[5028,8033],[4994,8026],[4954,8013],[4883,8014],[4875,8020],[4861,8032]],[[5098,7955],[5107,7945],[5109,7947],[5100,7956],[5098,7955]],[[5213,7945],[5242,7929],[5237,7943],[5218,7952],[5213,7945]]]}},{type:"Feature",id:"SK",properties:{"hc-group":"admin0","hc-middle-x":.21,"hc-middle-y":.52,"hc-key":"sk","hc-a2":"SK",name:"Slovakia",labelrank:"6","country-abbrev":"Svk.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"SVK","iso-a2":"SK","woe-id":"23424877",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4873,8057],[4866,8042],[4861,8032],[4812,8036],[4795,8021],[4733,8007],[4713,8017],[4704,8030],[4707,8039],[4741,8058],[4763,8074],[4852,8069],[4873,8057]]]}},{type:"Feature",id:"JK",properties:{"hc-group":"admin0","hc-middle-x":.4,"hc-middle-y":.63,"hc-key":"jk","hc-a2":"JK",name:"Siachen Glacier",labelrank:"5","country-abbrev":"Siachen",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"-99","iso-a2":"JK","woe-id":"23424928",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6513,7572],[6490,7559],[6482,7577],[6500,7571],[6513,7572]]]}},{type:"Feature",id:"BG",properties:{"hc-group":"admin0","hc-middle-x":.76,"hc-middle-y":.51,"hc-key":"bg","hc-a2":"BG",name:"Bulgaria",labelrank:"4","country-abbrev":"Bulg.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"BGR","iso-a2":"BG","woe-id":"23424771",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[5052,7859],[5026,7812],[5035,7796],[5007,7799],[4985,7786],[4953,7770],[4931,7781],[4884,7773],[4887,7787],[4867,7808],[4885,7836],[4867,7861],[4877,7877],[4896,7864],[4957,7856],[5006,7875],[5052,7859]]]}},{type:"Feature",id:"QA",properties:{"hc-group":"admin0","hc-middle-x":.36,"hc-middle-y":.46,"hc-key":"qa","hc-a2":"QA",name:"Qatar",labelrank:"5","country-abbrev":"Qatar",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"QAT","iso-a2":"QA","woe-id":"23424930",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5712,7224],[5710,7247],[5735,7259],[5724,7220],[5717,7218],[5712,7224]]]}},{type:"Feature",id:"LI",properties:{"hc-group":"admin0","hc-middle-x":.61,"hc-middle-y":.53,"hc-key":"li","hc-a2":"LI",name:"Liechtenstein",labelrank:"6","country-abbrev":"Liech.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"LIE","iso-a2":"LI","woe-id":"23424879",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4487,7989],[4489,7983],[4488,7981],[4485,7981],[4487,7989]]]}},{type:"Feature",id:"AT",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.62,"hc-key":"at","hc-a2":"AT",name:"Austria",labelrank:"4","country-abbrev":"Aust.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"AUT","iso-a2":"AT","woe-id":"23424750",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4488,7981],[4489,7983],[4487,7989],[4490,7994],[4488,7998],[4491,7997],[4492,7999],[4530,7993],[4565,8005],[4591,7997],[4582,8021],[4614,8045],[4640,8039],[4648,8053],[4707,8039],[4704,8030],[4713,8017],[4696,8007],[4682,7974],[4635,7956],[4611,7961],[4572,7967],[4566,7982],[4514,7974],[4504,7973],[4488,7981]]]}},{type:"Feature",id:"SZ",properties:{"hc-group":"admin0","hc-middle-x":.51,"hc-middle-y":.45,"hc-key":"sz","hc-a2":"SZ",name:"Swaziland",labelrank:"4","country-abbrev":"Swz.",subregion:"Southern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SWZ","iso-a2":"SZ","woe-id":"23424993",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5152,5696],[5155,5685],[5157,5668],[5128,5656],[5118,5682],[5137,5702],[5152,5696]]]}},{type:"Feature",id:"HU",properties:{"hc-group":"admin0","hc-middle-x":.27,"hc-middle-y":.61,"hc-key":"hu","hc-a2":"HU",name:"Hungary",labelrank:"5","country-abbrev":"Hun.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"HUN","iso-a2":"HU","woe-id":"23424844",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4861,8032],[4875,8020],[4883,8014],[4857,7997],[4831,7952],[4805,7946],[4784,7948],[4765,7939],[4719,7940],[4694,7960],[4687,7974],[4682,7974],[4696,8007],[4713,8017],[4733,8007],[4795,8021],[4812,8036],[4861,8032]]]}},{type:"Feature",id:"RO",properties:{"hc-group":"admin0","hc-middle-x":.67,"hc-middle-y":.5,"hc-key":"ro","hc-a2":"RO",name:"Romania",labelrank:"3","country-abbrev":"Rom.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"ROU","iso-a2":"RO","woe-id":"23424933",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4877,7877],[4839,7897],[4842,7910],[4805,7946],[4831,7952],[4857,7997],[4883,8014],[4954,8013],[4994,8026],[5005,8023],[5042,7965],[5041,7922],[5059,7914],[5084,7913],[5054,7880],[5052,7859],[5006,7875],[4957,7856],[4896,7864],[4877,7877]]]}},{type:"Feature",id:"NE",properties:{"hc-group":"admin0","hc-middle-x":.64,"hc-middle-y":.53,"hc-key":"ne","hc-a2":"NE",name:"Niger",labelrank:"3","country-abbrev":"Niger",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"NER","iso-a2":"NE","woe-id":"23424906",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4311,6825],[4288,6846],[4275,6831],[4269,6852],[4233,6865],[4210,6922],[4243,6933],[4308,6935],[4328,6967],[4329,7050],[4376,7059],[4426,7103],[4559,7185],[4604,7175],[4626,7157],[4649,7169],[4655,7122],[4678,7087],[4671,7073],[4663,6982],[4603,6906],[4608,6885],[4574,6866],[4543,6875],[4504,6872],[4490,6859],[4436,6874],[4410,6864],[4368,6891],[4326,6878],[4311,6825]]]}},{type:"Feature",id:"LU",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.6,"hc-key":"lu","hc-a2":"LU",name:"Luxembourg",labelrank:"6","country-abbrev":"Lux.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"LUX","iso-a2":"LU","woe-id":"23424881",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4392,8072],[4381,8071],[4376,8075],[4374,8088],[4386,8097],[4397,8085],[4392,8072]]]}},{type:"Feature",id:"AD",properties:{"hc-group":"admin0","hc-middle-x":.58,"hc-middle-y":.28,"hc-key":"ad","hc-a2":"AD",name:"Andorra",labelrank:"6","country-abbrev":"And.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"AND","iso-a2":"AD","woe-id":"23424744",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4246,7818],[4255,7818],[4255,7814],[4249,7812],[4246,7818]]]}},{type:"Feature",id:"CI",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.48,"hc-key":"ci","hc-a2":"CI",name:"Ivory Coast",labelrank:"3","country-abbrev":"I.C.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"CIV","iso-a2":"CI","woe-id":"23424854",continent:"Africa"},geometry:{type:"MultiPolygon",coordinates:[[[[4124,6759],[4130,6721],[4108,6681],[4120,6631],[4030,6627],[3980,6607],[3982,6650],[3948,6670],[3952,6702],[3971,6757],[3967,6779],[4019,6782],[4040,6787],[4065,6765],[4109,6772],[4124,6759]]],[[[4111,6629],[4107,6630],[4112,6629],[4111,6629]]]]}},{type:"Feature",id:"LR",properties:{"hc-group":"admin0","hc-middle-x":.96,"hc-middle-y":.75,"hc-key":"lr","hc-a2":"LR",name:"Liberia",labelrank:"4","country-abbrev":"Liberia",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"LBR","iso-a2":"LR","woe-id":"23424876",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3952,6702],[3948,6670],[3982,6650],[3980,6607],[3929,6631],[3863,6683],[3889,6708],[3899,6729],[3922,6725],[3933,6691],[3952,6702]]]}},{type:"Feature",id:"BN",properties:{"hc-group":"admin0","hc-middle-x":.32,"hc-middle-y":.34,"hc-key":"bn","hc-a2":"BN",name:"Brunei",labelrank:"6","country-abbrev":"Brunei",subregion:"South-Eastern Asia","region-wb":"East Asia & Pacific","iso-a3":"BRN","iso-a2":"BN","woe-id":"23424773",continent:"Asia"},geometry:{type:"MultiPolygon",coordinates:[[[[7618,6621],[7621,6622],[7621,6623],[7627,6606],[7618,6621]]],[[[7587,6614],[7603,6617],[7616,6623],[7606,6597],[7587,6614]]]]}},{type:"Feature",id:"IQ",properties:{"hc-group":"admin0","hc-middle-x":.46,"hc-middle-y":.44,"hc-key":"iq","hc-a2":"IQ",name:"Iraq",labelrank:"3","country-abbrev":"Iraq",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"IRQ","iso-a2":"IQ","woe-id":"23424855",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5644,7390],[5632,7392],[5627,7391],[5602,7390],[5585,7362],[5530,7365],[5453,7426],[5404,7453],[5366,7460],[5363,7472],[5355,7501],[5412,7533],[5427,7548],[5432,7606],[5461,7627],[5472,7635],[5532,7628],[5549,7589],[5579,7582],[5551,7521],[5577,7487],[5611,7469],[5623,7448],[5619,7423],[5644,7390]]]}},{type:"Feature",id:"GE",properties:{"hc-group":"admin0","hc-middle-x":.99,"hc-middle-y":.82,"hc-key":"ge","hc-a2":"GE",name:"Georgia",labelrank:"5","country-abbrev":"Geo.",subregion:"Western Asia","region-wb":"Europe & Central Asia","iso-a3":"GEO","iso-a2":"GE","woe-id":"23424823",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5539,7771],[5515,7769],[5493,7765],[5474,7782],[5436,7779],[5436,7819],[5391,7846],[5475,7838],[5508,7816],[5534,7823],[5582,7793],[5584,7763],[5539,7771]]]}},{type:"Feature",id:"GM",properties:{"hc-group":"admin0","hc-middle-x":.51,"hc-middle-y":.51,"hc-key":"gm","hc-a2":"GM",name:"Gambia",labelrank:"6","country-abbrev":"Gambia",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"GMB","iso-a2":"GM","woe-id":"23424821",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3707,6866],[3705,6874],[3713,6882],[3762,6888],[3734,6869],[3707,6866]]]}},{type:"Feature",id:"CH",properties:{"hc-group":"admin0","hc-middle-x":.12,"hc-middle-y":.55,"hc-key":"ch","hc-a2":"CH",name:"Switzerland",labelrank:"4","country-abbrev":"Switz.",subregion:"Western Europe","region-wb":"Europe & Central Asia","iso-a3":"CHE","iso-a2":"CH","woe-id":"23424957",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4477,8004],[4477,8004],[4477,8003],[4477,8003],[4486,7997],[4488,7998],[4490,7994],[4487,7989],[4485,7981],[4488,7981],[4504,7973],[4514,7974],[4500,7955],[4466,7944],[4444,7951],[4412,7939],[4405,7947],[4405,7957],[4400,7961],[4393,7956],[4389,7952],[4386,7963],[4429,8001],[4455,8001],[4477,8004]]]}},{type:"Feature",id:"TD",properties:{"hc-group":"admin0","hc-middle-x":.47,"hc-middle-y":.63,"hc-key":"td","hc-a2":"TD",name:"Chad",labelrank:"3","country-abbrev":"Chad",subregion:"Middle Africa","region-wb":"Sub-Saharan Africa","iso-a3":"TCD","iso-a2":"TD","woe-id":"23424777",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4634,6863],[4642,6866],[4631,6866],[4630,6866],[4628,6868],[4629,6866],[4621,6866],[4608,6885],[4603,6906],[4663,6982],[4671,7073],[4678,7087],[4655,7122],[4649,7169],[4678,7183],[4916,7061],[4916,6946],[4889,6945],[4873,6898],[4859,6887],[4863,6856],[4882,6802],[4870,6804],[4810,6749],[4771,6745],[4756,6716],[4702,6702],[4663,6701],[4655,6729],[4618,6764],[4625,6774],[4669,6774],[4651,6798],[4653,6820],[4634,6863]]]}},{type:"Feature",id:"KV",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.52,"hc-key":"kv","hc-a2":"KV",name:"Kosovo",labelrank:"6","country-abbrev":"Kos.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"-99","iso-a2":"KV","woe-id":"-90",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4814,7792],[4812,7804],[4799,7816],[4798,7822],[4808,7826],[4820,7842],[4850,7820],[4844,7805],[4830,7804],[4814,7792]]]}},{type:"Feature",id:"LB",properties:{"hc-group":"admin0","hc-middle-x":.39,"hc-middle-y":.57,"hc-key":"lb","hc-a2":"LB",name:"Lebanon",labelrank:"5","country-abbrev":"Leb.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"LBN","iso-a2":"LB","woe-id":"23424873",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5246,7492],[5260,7519],[5271,7544],[5290,7529],[5267,7502],[5257,7492],[5246,7492]]]}},{type:"Feature",id:"DJ",properties:{"hc-group":"admin0","hc-middle-x":.56,"hc-middle-y":.55,"hc-key":"dj","hc-a2":"DJ",name:"Djibouti",labelrank:"5","country-abbrev":"Dji.",subregion:"Eastern Africa","region-wb":"Middle East & North Africa","iso-a3":"DJI","iso-a2":"DJ","woe-id":"23424797",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5478,6804],[5449,6802],[5444,6807],[5447,6810],[5444,6813],[5443,6820],[5462,6848],[5471,6845],[5484,6855],[5490,6834],[5487,6819],[5478,6804]]]}},{type:"Feature",id:"BI",properties:{"hc-group":"admin0","hc-middle-x":.57,"hc-middle-y":.47,"hc-key":"bi","hc-a2":"BI",name:"Burundi",labelrank:"6","country-abbrev":"Bur.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"BDI","iso-a2":"BI","woe-id":"23424774",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5084,6347],[5076,6364],[5071,6380],[5072,6389],[5065,6398],[5091,6400],[5111,6408],[5118,6383],[5084,6347]]]}},{type:"Feature",id:"SR",properties:{"hc-group":"admin0","hc-middle-x":.91,"hc-middle-y":.09,"hc-key":"sr","hc-a2":"SR",name:"Suriname",labelrank:"4","country-abbrev":"Sur.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"SUR","iso-a2":"SR","woe-id":"23424913",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[2583,6547],[2543,6553],[2528,6536],[2481,6602],[2505,6641],[2514,6656],[2601,6651],[2596,6636],[2587,6623],[2601,6581],[2583,6547]]]}},{type:"Feature",id:"IL",properties:{"hc-group":"admin0","hc-middle-x":.68,"hc-middle-y":.1,"hc-key":"il","hc-a2":"IL",name:"Israel",labelrank:"4","country-abbrev":"Isr.",subregion:"Western Asia","region-wb":"Middle East & North Africa","iso-a3":"ISR","iso-a2":"IL","woe-id":"23424852",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[5219,7433],[5238,7465],[5246,7492],[5257,7492],[5267,7502],[5269,7487],[5265,7480],[5259,7477],[5259,7448],[5254,7440],[5255,7434],[5254,7432],[5255,7431],[5253,7429],[5255,7426],[5247,7405],[5241,7377],[5240,7374],[5239,7374],[5237,7382],[5219,7433]]]}},{type:"Feature",id:"ML",properties:{"hc-group":"admin0","hc-middle-x":.59,"hc-middle-y":.38,"hc-key":"ml","hc-a2":"ML",name:"Mali",labelrank:"3","country-abbrev":"Mali",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"MLI","iso-a2":"ML","woe-id":"23424891",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4040,6787],[4019,6782],[3967,6779],[3955,6815],[3931,6848],[3886,6831],[3866,6846],[3845,6885],[3840,6917],[3856,6941],[3886,6937],[4040,6939],[4008,7231],[4061,7231],[4238,7110],[4260,7083],[4299,7070],[4296,7050],[4329,7050],[4328,6967],[4308,6935],[4243,6933],[4210,6922],[4183,6927],[4141,6899],[4120,6895],[4099,6869],[4083,6876],[4069,6839],[4051,6832],[4040,6787]]]}},{type:"Feature",id:"SN",properties:{"hc-group":"admin0","hc-middle-x":.2,"hc-middle-y":.55,"hc-key":"sn","hc-a2":"SN",name:"Senegal",labelrank:"3","country-abbrev":"Sen.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SEN","iso-a2":"SN","woe-id":"23424943",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3708,6844],[3705,6859],[3707,6866],[3734,6869],[3762,6888],[3713,6882],[3695,6922],[3713,6949],[3719,6968],[3779,6974],[3840,6917],[3845,6885],[3866,6846],[3837,6843],[3797,6854],[3753,6854],[3708,6844]]]}},{type:"Feature",id:"GN",properties:{"hc-group":"admin0","hc-middle-x":.24,"hc-middle-y":.51,"hc-key":"gn","hc-a2":"GN",name:"Guinea",labelrank:"3","country-abbrev":"Gin.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"GIN","iso-a2":"GN","woe-id":"23424835",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[3866,6846],[3886,6831],[3931,6848],[3955,6815],[3967,6779],[3971,6757],[3952,6702],[3933,6691],[3922,6725],[3899,6729],[3870,6774],[3833,6770],[3809,6746],[3793,6770],[3758,6803],[3767,6819],[3797,6825],[3797,6854],[3837,6843],[3866,6846]]]}},{type:"Feature",id:"ZW",properties:{"hc-group":"admin0","hc-middle-x":.81,"hc-middle-y":.42,"hc-key":"zw","hc-a2":"ZW",name:"Zimbabwe",labelrank:"3","country-abbrev":"Zimb.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"ZWE","iso-a2":"ZW","woe-id":"23425004",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4954,5949],[4996,5940],[5006,5944],[5038,5977],[5038,5977],[5058,5987],[5060,6001],[5106,6014],[5182,5982],[5185,5932],[5176,5898],[5184,5880],[5166,5841],[5133,5807],[5104,5809],[5075,5814],[5036,5833],[5026,5865],[4979,5896],[4954,5949]]]}},{type:"Feature",id:"PL",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.48,"hc-key":"pl","hc-a2":"PL",name:"Poland",labelrank:"3","country-abbrev":"Pol.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"POL","iso-a2":"PL","woe-id":"23424923",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4786,8270],[4779,8263],[4790,8269],[4878,8266],[4880,8266],[4900,8258],[4901,8249],[4912,8198],[4891,8183],[4905,8152],[4919,8114],[4876,8075],[4873,8057],[4852,8069],[4763,8074],[4755,8089],[4691,8116],[4644,8126],[4639,8194],[4623,8205],[4627,8239],[4638,8245],[4625,8247],[4625,8248],[4626,8249],[4683,8263],[4696,8274],[4748,8286],[4756,8269],[4786,8270],[4786,8270]]]}},{type:"Feature",id:"MK",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.44,"hc-key":"mk","hc-a2":"MK",name:"Macedonia",labelrank:"6","country-abbrev":"Mkd.",subregion:"Southern Europe","region-wb":"Europe & Central Asia","iso-a3":"MKD","iso-a2":"MK","woe-id":"23424890",continent:"Europe"},geometry:{type:"MultiPolygon",coordinates:[[[[4826,7756],[4826,7756],[4826,7756],[4826,7756]]],[[[4867,7808],[4887,7787],[4884,7773],[4854,7765],[4831,7756],[4826,7762],[4826,7757],[4825,7758],[4825,7758],[4822,7758],[4819,7758],[4822,7765],[4816,7764],[4811,7781],[4814,7792],[4830,7804],[4844,7805],[4855,7808],[4867,7808]]]]}},{type:"Feature",id:"PY",properties:{"hc-group":"admin0","hc-middle-x":.35,"hc-middle-y":.36,"hc-key":"py","hc-a2":"PY",name:"Paraguay",labelrank:"4","country-abbrev":"Para.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"PRY","iso-a2":"PY","woe-id":"23424917",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[2594,5755],[2590,5743],[2583,5712],[2584,5709],[2584,5708],[2578,5674],[2549,5649],[2465,5653],[2496,5712],[2422,5757],[2394,5763],[2345,5812],[2356,5864],[2371,5892],[2450,5903],[2478,5876],[2488,5852],[2483,5817],[2530,5817],[2553,5800],[2559,5759],[2594,5755]]]}},{type:"Feature",id:"BY",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.5,"hc-key":"by","hc-a2":"BY",name:"Belarus",labelrank:"4","country-abbrev":"Bela.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"BLR","iso-a2":"BY","woe-id":"23424765",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4905,8152],[4891,8183],[4912,8198],[4901,8249],[4927,8247],[4960,8264],[4972,8290],[4998,8305],[4993,8320],[5023,8325],[5039,8340],[5121,8317],[5146,8243],[5175,8229],[5131,8212],[5147,8175],[5122,8174],[5110,8154],[5074,8146],[5013,8155],[4969,8168],[4928,8166],[4905,8152]]]}},{type:"Feature",id:"CZ",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.56,"hc-key":"cz","hc-a2":"CZ",name:"Czech Republic",labelrank:"5","country-abbrev":"Cz. Rep.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"CZE","iso-a2":"CZ","woe-id":"23424810",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[4763,8074],[4741,8058],[4707,8039],[4648,8053],[4640,8039],[4614,8045],[4571,8083],[4575,8108],[4644,8126],[4691,8116],[4755,8089],[4763,8074]]]}},{type:"Feature",id:"BF",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.54,"hc-key":"bf","hc-a2":"BF",name:"Burkina Faso",labelrank:"3","country-abbrev":"B.F.",subregion:"Western Africa","region-wb":"Sub-Saharan Africa","iso-a3":"BFA","iso-a2":"BF","woe-id":"23424978",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4231,6804],[4218,6804],[4199,6808],[4122,6804],[4124,6759],[4109,6772],[4065,6765],[4040,6787],[4051,6832],[4069,6839],[4083,6876],[4099,6869],[4120,6895],[4141,6899],[4183,6927],[4210,6922],[4233,6865],[4269,6852],[4275,6831],[4247,6818],[4231,6804]]]}},{type:"Feature",id:"NA",properties:{"hc-group":"admin0","hc-middle-x":.33,"hc-middle-y":.37,"hc-key":"na","hc-a2":"NA",name:"Namibia",labelrank:"3","country-abbrev":"Nam.",subregion:"Southern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"NAM","iso-a2":"NA","woe-id":"23424987",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4898,5953],[4923,5958],[4954,5949],[4904,5928],[4895,5942],[4826,5933],[4827,5821],[4797,5819],[4797,5734],[4797,5617],[4771,5600],[4720,5608],[4711,5630],[4693,5613],[4658,5652],[4637,5740],[4631,5811],[4602,5855],[4577,5909],[4561,5927],[4553,5965],[4595,5974],[4618,5960],[4752,5961],[4761,5950],[4821,5941],[4898,5953]]]}},{type:"Feature",id:"LY",properties:{"hc-group":"admin0","hc-middle-x":.51,"hc-middle-y":.38,"hc-key":"ly","hc-a2":"LY",name:"Libya",labelrank:"3","country-abbrev":"Libya",subregion:"Northern Africa","region-wb":"Middle East & North Africa","iso-a3":"LBY","iso-a2":"LY","woe-id":"23424882",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4649,7169],[4626,7157],[4604,7175],[4559,7185],[4546,7209],[4502,7227],[4483,7267],[4496,7279],[4496,7363],[4486,7398],[4509,7421],[4504,7437],[4547,7471],[4545,7495],[4570,7483],[4600,7486],[4655,7469],[4680,7432],[4719,7426],[4770,7399],[4790,7407],[4795,7448],[4814,7474],[4846,7487],[4890,7477],[4889,7467],[4945,7455],[4950,7445],[4937,7397],[4945,7364],[4945,7138],[4945,7076],[4916,7076],[4916,7061],[4678,7183],[4649,7169]]]}},{type:"Feature",id:"TN",properties:{"hc-group":"admin0","hc-middle-x":.53,"hc-middle-y":.03,"hc-key":"tn","hc-a2":"TN",name:"Tunisia",labelrank:"3","country-abbrev":"Tun.",subregion:"Northern Africa","region-wb":"Middle East & North Africa","iso-a3":"TUN","iso-a2":"TN","woe-id":"23424967",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4545,7495],[4547,7471],[4504,7437],[4509,7421],[4486,7398],[4472,7458],[4451,7473],[4426,7518],[4448,7543],[4452,7604],[4459,7621],[4493,7635],[4535,7563],[4505,7533],[4511,7512],[4532,7515],[4545,7495]]]}},{type:"Feature",id:"BT",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.48,"hc-key":"bt","hc-a2":"BT",name:"Bhutan",labelrank:"5","country-abbrev":"Bhutan",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"BTN","iso-a2":"BT","woe-id":"23424770",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6842,7305],[6882,7338],[6923,7319],[6937,7293],[6869,7285],[6842,7305]]]}},{type:"Feature",id:"MD",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.42,"hc-key":"md","hc-a2":"MD",name:"Moldova",labelrank:"6","country-abbrev":"Mda.",subregion:"Eastern Europe","region-wb":"Europe & Central Asia","iso-a3":"MDA","iso-a2":"MD","woe-id":"23424885",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[5041,7922],[5042,7965],[5005,8023],[4994,8026],[5028,8033],[5072,8011],[5068,7999],[5097,7955],[5063,7958],[5041,7922]]]}},{type:"Feature",id:"SS",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.58,"hc-key":"ss","hc-a2":"SS",name:"South Sudan",labelrank:"3","country-abbrev":"S. Sud.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"SSD","iso-a2":"SS","woe-id":"-99",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5212,6603],[5198,6589],[5119,6582],[5088,6613],[5046,6605],[5018,6628],[4988,6658],[4987,6675],[4956,6696],[4921,6735],[4948,6783],[4970,6787],[4992,6760],[5060,6754],[5095,6783],[5131,6768],[5166,6806],[5156,6834],[5190,6840],[5189,6800],[5215,6758],[5211,6728],[5190,6729],[5185,6709],[5205,6705],[5235,6675],[5270,6615],[5255,6627],[5212,6603]]]}},{type:"Feature",id:"BW",properties:{"hc-group":"admin0","hc-middle-x":.49,"hc-middle-y":.6,"hc-key":"bw","hc-a2":"BW",name:"Botswana",labelrank:"4","country-abbrev":"Bwa.",subregion:"Southern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"BWA","iso-a2":"BW","woe-id":"23424755",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[4954,5949],[4979,5896],[5026,5865],[5036,5833],[5075,5814],[5041,5799],[5006,5769],[5e3,5749],[4972,5734],[4963,5706],[4941,5700],[4887,5716],[4878,5695],[4847,5667],[4818,5666],[4822,5690],[4797,5734],[4797,5819],[4827,5821],[4826,5933],[4895,5942],[4904,5928],[4954,5949]]]}},{type:"Feature",id:"BS",properties:{"hc-group":"admin0","hc-middle-x":.8,"hc-middle-y":.92,"hc-key":"bs","hc-a2":"BS",name:"The Bahamas",labelrank:"4","country-abbrev":"Bhs.",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"BHS","iso-a2":"BS","woe-id":"23424758",continent:"North America"},geometry:{type:"MultiPolygon",coordinates:[[[[1956,7219],[1937,7241],[1937,7241],[1937,7241],[1944,7236],[1956,7219],[1956,7219]]],[[[1956,7219],[1970,7205],[1976,7173],[2045,7149],[1983,7165],[1949,7190],[1966,7207],[1956,7219],[1956,7219]]],[[[1937,7241],[1911,7260],[1890,7236],[1901,7192],[1881,7221],[1883,7237],[1912,7268],[1937,7241],[1937,7241],[1937,7241]]]]}},{type:"Feature",id:"NZ",properties:{"hc-group":"admin0","hc-middle-x":.25,"hc-middle-y":.81,"hc-key":"nz","hc-a2":"NZ",name:"New Zealand",labelrank:"2","country-abbrev":"N.Z.",subregion:"Australia and New Zealand","region-wb":"East Asia & Pacific","iso-a3":"NZL","iso-a2":"NZ","woe-id":"23424916",continent:"Oceania"},geometry:{type:"MultiPolygon",coordinates:[[[[9238,4994],[9198,4996],[9194,4975],[9181,5009],[9153,5008],[9145,5023],[9159,5047],[9201,5088],[9241,5104],[9282,5140],[9311,5200],[9330,5213],[9341,5185],[9362,5199],[9374,5165],[9321,5099],[9289,5079],[9268,5027],[9238,4994]]],[[[9429,5191],[9404,5174],[9386,5186],[9404,5221],[9361,5252],[9385,5272],[9393,5308],[9378,5347],[9341,5395],[9364,5402],[9402,5361],[9422,5343],[9427,5313],[9470,5301],[9503,5310],[9483,5263],[9469,5264],[9429,5191]]]]}},{type:"Feature",id:"CU",properties:{"hc-group":"admin0","hc-middle-x":.67,"hc-middle-y":.64,"hc-key":"cu","hc-a2":"CU",name:"Cuba",labelrank:"3","country-abbrev":"Cuba",subregion:"Caribbean","region-wb":"Latin America & Caribbean","iso-a3":"CUB","iso-a2":"CU","woe-id":"23424793",continent:"North America"},geometry:{type:"Polygon",coordinates:[[[1916,7091],[1870,7097],[1853,7124],[1817,7140],[1776,7144],[1774,7159],[1748,7160],[1696,7131],[1700,7149],[1734,7169],[1770,7175],[1828,7171],[1852,7150],[1867,7154],[1879,7155],[1933,7113],[1986,7095],[2e3,7078],[1898,7071],[1916,7091]]]}},{type:"Feature",id:"EC",properties:{"hc-group":"admin0","hc-middle-x":.16,"hc-middle-y":.37,"hc-key":"ec","hc-a2":"EC",name:"Ecuador",labelrank:"3","country-abbrev":"Ecu.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"ECU","iso-a2":"EC","woe-id":"23424801",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[1820,6379],[1837,6400],[1803,6410],[1803,6447],[1828,6480],[1827,6500],[1865,6521],[1905,6498],[1940,6492],[1970,6476],[1961,6433],[1928,6403],[1879,6379],[1858,6331],[1815,6358],[1820,6379]]]}},{type:"Feature",id:"AU",properties:{"hc-group":"admin0","hc-middle-x":.53,"hc-middle-y":.39,"hc-key":"au","hc-a2":"AU",name:"Australia",labelrank:"2","country-abbrev":"Auz.",subregion:"Australia and New Zealand","region-wb":"East Asia & Pacific","iso-a3":"AUS","iso-a2":"AU","woe-id":"-90",continent:"Oceania"},geometry:{type:"MultiPolygon",coordinates:[[[[8563,5105],[8537,5105],[8515,5139],[8497,5193],[8499,5215],[8479,5229],[8543,5191],[8602,5210],[8604,5168],[8595,5117],[8581,5130],[8563,5105]]],[[[8541,5953],[8550,5909],[8629,5866],[8644,5812],[8680,5798],[8682,5771],[8712,5753],[8733,5720],[8756,5726],[8746,5701],[8761,5650],[8762,5603],[8731,5487],[8709,5472],[8660,5372],[8655,5318],[8605,5306],[8551,5275],[8505,5283],[8507,5304],[8464,5271],[8430,5288],[8379,5298],[8351,5328],[8347,5368],[8329,5384],[8261,5366],[8280,5383],[8270,5405],[8300,5464],[8283,5464],[8229,5404],[8216,5439],[8189,5463],[8185,5486],[8128,5500],[8096,5519],[8032,5512],[7981,5492],[7949,5494],[7887,5463],[7870,5437],[7765,5438],[7718,5405],[7680,5400],[7646,5408],[7616,5433],[7637,5459],[7637,5513],[7616,5560],[7616,5583],[7592,5627],[7587,5653],[7556,5702],[7573,5710],[7590,5680],[7592,5701],[7570,5741],[7577,5802],[7645,5849],[7698,5861],[7793,5892],[7834,5938],[7830,5965],[7853,5985],[7871,5957],[7872,5998],[7896,5993],[7897,6026],[7916,6045],[7961,6056],[7971,6072],[8008,6042],[8052,6031],[8043,6051],[8090,6125],[8063,6129],[8073,6147],[8104,6146],[8105,6115],[8141,6119],[8139,6152],[8156,6132],[8212,6115],[8254,6129],[8267,6115],[8237,6071],[8224,6036],[8256,6011],[8329,5976],[8359,5951],[8384,5959],[8408,6030],[8406,6107],[8417,6122],[8422,6177],[8436,6161],[8463,6071],[8476,6048],[8492,6058],[8517,6035],[8519,5993],[8541,5953]]]]}},{type:"Feature",id:"VE",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.33,"hc-key":"ve","hc-a2":"VE",name:"Venezuela",labelrank:"3","country-abbrev":"Ven.",subregion:"South America","region-wb":"Latin America & Caribbean","iso-a3":"VEN","iso-a2":"VE","woe-id":"23424982",continent:"South America"},geometry:{type:"Polygon",coordinates:[[[2087,6830],[2070,6823],[2080,6796],[2064,6769],[2082,6746],[2096,6767],[2080,6799],[2122,6818],[2160,6818],[2188,6788],[2237,6794],[2282,6777],[2307,6793],[2343,6797],[2357,6776],[2400,6756],[2397,6742],[2423,6732],[2408,6709],[2415,6689],[2387,6672],[2382,6653],[2401,6632],[2377,6604],[2286,6596],[2303,6552],[2324,6550],[2301,6525],[2258,6498],[2219,6515],[2210,6549],[2191,6564],[2207,6580],[2190,6612],[2201,6662],[2143,6659],[2123,6685],[2064,6688],[2056,6726],[2037,6753],[2040,6787],[2068,6824],[2087,6830]]]}},{type:"Feature",id:"SB",properties:{"hc-group":"admin0","hc-middle-x":.13,"hc-middle-y":.24,"hc-key":"sb","hc-a2":"SB",name:"Solomon Islands",labelrank:"3","country-abbrev":"S. Is.",subregion:"Melanesia","region-wb":"East Asia & Pacific","iso-a3":"SLB","iso-a2":"SB","woe-id":"23424766",continent:"Oceania"},geometry:{type:"Polygon",coordinates:[[[8977,6187],[8947,6189],[8947,6226],[8902,6255],[8881,6242],[8899,6222],[8858,6239],[8861,6266],[8912,6255],[8947,6233],[8955,6212],[8982,6224],[8977,6187]]]}},{type:"Feature",id:"MG",properties:{"hc-group":"admin0","hc-middle-x":.45,"hc-middle-y":.48,"hc-key":"mg","hc-a2":"MG",name:"Madagascar",labelrank:"3","country-abbrev":"Mad.",subregion:"Eastern Africa","region-wb":"Sub-Saharan Africa","iso-a3":"MDG","iso-a2":"MG","woe-id":"23424883",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5683,5987],[5616,5762],[5601,5727],[5544,5707],[5511,5726],[5503,5774],[5487,5812],[5495,5841],[5524,5882],[5508,5959],[5523,5997],[5558,6004],[5613,6031],[5635,6081],[5650,6080],[5665,6125],[5686,6092],[5702,6020],[5677,6017],[5683,5987]]]}},{type:"Feature",id:"IS",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.5,"hc-key":"is","hc-a2":"IS",name:"Iceland",labelrank:"3","country-abbrev":"Iceland",subregion:"Northern Europe","region-wb":"Europe & Central Asia","iso-a3":"ISL","iso-a2":"IS","woe-id":"23424845",continent:"Europe"},geometry:{type:"Polygon",coordinates:[[[3490,8732],[3556,8739],[3551,8757],[3516,8766],[3476,8762],[3500,8775],[3508,8796],[3538,8790],[3534,8809],[3571,8786],[3566,8765],[3584,8755],[3607,8792],[3661,8795],[3682,8785],[3715,8796],[3713,8811],[3768,8789],[3763,8773],[3795,8763],[3803,8741],[3772,8709],[3677,8676],[3648,8661],[3605,8668],[3575,8684],[3530,8682],[3560,8708],[3538,8728],[3490,8732]]]}},{type:"Feature",id:"EG",properties:{"hc-group":"admin0","hc-middle-x":.5,"hc-middle-y":.66,"hc-key":"eg","hc-a2":"EG",name:"Egypt",labelrank:"2","country-abbrev":"Egypt",subregion:"Northern Africa","region-wb":"Middle East & North Africa","iso-a3":"EGY","iso-a2":"EG","woe-id":"23424802",continent:"Africa"},geometry:{type:"Polygon",coordinates:[[[5239,7374],[5220,7318],[5190,7345],[5169,7390],[5172,7358],[5201,7320],[5213,7282],[5258,7199],[5263,7167],[5299,7138],[5131,7138],[4945,7138],[4945,7364],[4937,7397],[4950,7445],[5015,7435],[5065,7418],[5105,7440],[5140,7438],[5157,7425],[5219,7433],[5237,7382],[5239,7374]]]}},{type:"Feature",id:"KG",properties:{"hc-group":"admin0","hc-middle-x":.48,"hc-middle-y":.43,"hc-key":"kg","hc-a2":"KG",name:"Kyrgyzstan",labelrank:"4","country-abbrev":"Kgz.",subregion:"Central Asia","region-wb":"Europe & Central Asia","iso-a3":"KGZ","iso-a2":"KG","woe-id":"23424864",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6389,7707],[6348,7698],[6325,7713],[6261,7709],[6280,7734],[6310,7734],[6331,7731],[6374,7754],[6333,7777],[6323,7766],[6286,7782],[6309,7805],[6336,7826],[6385,7812],[6405,7842],[6435,7827],[6531,7828],[6584,7803],[6529,7774],[6521,7763],[6482,7759],[6450,7736],[6446,7748],[6399,7728],[6389,7707]],[[6300,7721],[6296,7722],[6299,7718],[6302,7720],[6300,7721]],[[6333,7723],[6334,7726],[6331,7724],[6332,7723],[6333,7723]],[[6316,7728],[6310,7729],[6312,7722],[6317,7722],[6316,7728]]]}},{type:"Feature",id:"NP",properties:{"hc-group":"admin0","hc-middle-x":.52,"hc-middle-y":.54,"hc-key":"np","hc-a2":"NP",name:"Nepal",labelrank:"3","country-abbrev":"Nepal",subregion:"Southern Asia","region-wb":"South Asia","iso-a3":"NPL","iso-a2":"NP","woe-id":"23424911",continent:"Asia"},geometry:{type:"Polygon",coordinates:[[[6819,7322],[6820,7286],[6795,7274],[6751,7281],[6714,7305],[6660,7310],[6579,7353],[6589,7383],[6608,7397],[6640,7401],[6683,7364],[6699,7367],[6729,7336],[6756,7323],[6773,7330],[6819,7322]]]}}]}},title:{text:""},subtitle:{text:""},mapNavigation:{enabled:!1},colorAxis:{min:1,type:"logarithmic",minColor:"#e5ecf2",maxColor:"#2ba824"},series:[{data:[],type:"map",joinBy:["name","code"],name:"Random data",dataLabels:{enabled:!1}}],exporting:{enabled:!1},lang:{noData:""},credits:{enabled:!1},yAxis:{visible:!1},xAxis:{visible:!1}},rhu={chart:{map:i("8X44"),height:500},title:{text:""},subtitle:{text:""},mapNavigation:{enabled:!1},colorAxis:{minColor:"#e5ecf2",maxColor:"#2ba824"},legend:{title:{text:""},floating:!1,backgroundColor:"white"},series:[{type:"map",joinBy:["name","code"],data:[],dataLabels:{enabled:!1}}],exporting:{enabled:!1},lang:{noData:""},credits:{enabled:!1},yAxis:{visible:!1},xAxis:{visible:!1}},pfi=new crt(hrt),uhu={leading:!0,trailing:!1};lwt=function(){function n(n,t,i,r){this.duration=n;this.scheduler=t;this.leading=i;this.trailing=r}return n.prototype.call=function(n,t){return t.subscribe(new awt(n,this.duration,this.scheduler,this.leading,this.trailing))},n}();awt=function(n){function t(t,i,r,u,f){var e=n.call(this,t)||this;return e.duration=i,e.scheduler=r,e.leading=u,e.trailing=f,e._hasTrailingValue=!1,e._trailingValue=null,e}return b(t,n),t.prototype._next=function(n){this.throttled?this.trailing&&(this._trailingValue=n,this._hasTrailingValue=!0):(this.add(this.throttled=this.scheduler.schedule(cli,this.duration,{subscriber:this})),this.leading?this.destination.next(n):this.trailing&&(this._trailingValue=n,this._hasTrailingValue=!0))},t.prototype._complete=function(){this._hasTrailingValue?(this.destination.next(this._trailingValue),this.destination.complete()):this.destination.complete()},t.prototype.clearThrottle=function(){var n=this.throttled;n&&(this.trailing&&this._hasTrailingValue&&(this.destination.next(this._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1),n.unsubscribe(),this.remove(n),this.throttled=null)},t}(fr);var fhu=i("EVdn"),gf=i.n(fhu),dv=function(){function n(){}return n.prototype.whenVisible=function(n){var t=this;return new Promise(function(i){var u,r,f,e;if(t.isVisible(n))i();else{gf()(n).closest(".nuv-tabbed-content__tab-content-item").off("showProductTab").on("showProductTab",i);if(u=gf()(n).closest(".nuv-speed-bump").attr("id"),u&&gf()('a[data-speed-bump-id="'+u+'"]').click(i),r=gf()(n).closest(".table-container-item"),f=r.closest(".table-container"),r.length>0){e=parseInt(r.attr("data-container-index"));f.on("changeContainerTab",function(n){n.detail.index===e&&i()})}gf()(n).find(".nuv-product-detail-fund-overlay").length>0&&gf()(".js-overlay-trigger-open").on("click.nuv-product-detail-fund-overlay",i)}})},n.prototype.isVisible=function(n){var i=gf()(n).closest(".nuv-tabbed-content__tab-content-item"),t;return i.length>0&&!i.hasClass("nuv-tabbed-content__tab-content-item--active")?!1:(t=gf()(n).closest(".table-container-item"),!(t.length>0&&!t.is(":visible")||gf()(n).closest(".nuv-speed-bump").length>0||gf()(n).closest(".nuv-product-detail-table").is(":hidden")||gf()(n).find(".nuv-product-detail-fund-overlay").length>0))},n}(),ehu=i("2BfV"),wfi=i("Tos5"),ohu=i("M8aS");ehu(gu);wfi(gu);ohu(gu);wfi(gu);var sft=function(){function n(n,t,i,r){this.apiStore=n;this.tableStore=t;this.visibilityService=i;this.ngZone=r;this.isInSpeedbump=!1;this.clipTableHeaderRight=0;this.clipTableHeaderBottom=0;this.clipTableHeaderLeft=0;this.theadLocked=!1;this.pieseriesArrayJsonObject=new ysu;this.pieseriesJsonObj=new psu;this.seriescolumns=[];this.seriescategories=[];this.hideGraph=!0;this.dataArrayObj=new bsu;this.decimalPoints=0;this.mouseoverTimer=null;this.tooltipHideTimer=null;this.toolTipContainerID=[];this.isGraphData=!1;this.totalColumns=0;this.halfWidthClass="";this.clonedTableHtmlStr=null;this.sortByCol=null;this.sortByDir=ao.None;this.rows=[];this.rowsToShow=[];this.loading=!0;this.isPanningEnabled=!1;this.callerType="APITABLE";this.tooltipVisible=!1;this.loaderId=""+Math.random().toString(36).substr(2,9)}return Object.defineProperty(n.prototype,"content",{set:function(n){var t=this;n&&(this.tableWrapper=n,this.ngZone.runOutsideAngular(function(){wc(t.tableWrapper.nativeElement,"scroll").pipe(ug("currentTarget","scrollLeft"),pp(15),dy()).subscribe(function(){if(t.theadLocked){var n=$(t.tableWrapper.nativeElement);t.clipTableHeaderLeft=n.scrollLeft();t.clipTableHeaderRight=n.width()+t.clipTableHeaderLeft;t.updateTheadClip(!t.theadLocked)}})}))},enumerable:!0,configurable:!0}),n.prototype.ngAfterViewInit=function(){var n=this;null!=this.loaderRef&&this.ngZone.runOutsideAngular(function(){window.nuveenLoaderGraphic(n.loaderId,!0)});window.addEventListener("load",function(){setTimeout(function(){n.handlePanningVisibility()},400)},!1);this.ngZone.runOutsideAngular(function(){wc(window,"resize").pipe(pp(250)).subscribe(function(){n.handlePanningVisibility();var t=n.getLockedTableOffsetTop(),i=n.isInSpeedbump?0:window.pageYOffset+t;n.updateLockedTableHeaders(i,t)})});$(".nuv-product-detail-table-retail").off("click").on("click",".nuv-clone .compare-tool-trigger",function(){var t=$(this),i=t.closest(".nuv-product-detail-table-retail").find(".nuv-product-detail-table-retail__table-wrapper:not(.nuv-clone) table"),r,n;if(i.length&&(r=t.closest("tr").index(),n=i.find("tbody").find("tr").eq(r),n.length))return n.find(".compare-tool-trigger")[0].click(),!1})},n.prototype.ngOnInit=function(){var n=this;if(this.isInEditMode=JSON.parse(this.isInEditModeString),this.headers=JSON.parse(this.headersString),this.subheaders=JSON.parse(this.subheadersString),this.columns=JSON.parse(this.columnsString),this.groupByDataPoint=JSON.parse(this.groupByDataPointString),this.numberOfRowsToShow=JSON.parse(this.rowsToShowString),this.graphDetails=JSON.parse(this.graphDetailsString),this.enableFundCompare=JSON.parse(this.enableFundCompareString),this.hideIfNoRecords=JSON.parse(this.hideIfNoRecordsString),console.log("API Table Component initializing",this),this.loading=!0,this.graphDetails)switch(this.graphDetails.GraphMode){case"Table Only":this.hideGraph=!0;this.hideTable=!1;break;case"Graph Only":case"Both - Graph Default":this.hideGraph=!1;this.hideTable=!0;break;case"Both - Table Default":this.hideGraph=!0;this.hideTable=!1;break;case"Both - Table And Graph":this.hideGraph=!1;this.hideTable=!1;this.halfWidthClass="nuv-product-detail-table-retail--half-width"}null!=this.headers&&this.headers.length>0&&(this.headers.forEach(function(t){return n.setHeaderTitle(t)}),this.headers.forEach(function(t){0==t.subColumnsCount&&(n.totalColumns=n.totalColumns+1)}));null!=this.subheaders&&this.subheaders.length>0&&(this.subheaders.forEach(function(t){return n.setHeaderTitle(t)}),this.subheaders.forEach(function(t){0==t.subColumnsCount&&(n.totalColumns=n.totalColumns+1)}));null==this.columns||this.columns.length<1||null==this.columns[0].dataPoint||(this.visibilityService.whenVisible(this.tableRef.nativeElement).then(function(){var t=n.columns[0].dataPoint.apiProperty,r=t.substr(0,t.lastIndexOf("[0]")),u=new hsu(n.componentId,r,n.apiOverride),i;(n.tableStore.dispatch(new dou(n.componentId,u)),n.isInSpeedbump=$(n.tableRef.nativeElement).closest(".nuv-speed-bump__container").length>0,n.apiOverride&&(console.log("Before: this.apiOverride: ",n.apiOverride),n.apiStore.pipe(ui(di,{propertyName:"cusip"})).pipe(aa(function(n){return null!=n&&""!==n})).subscribe(function(t){return n.tableStore.dispatch(new hfi(n.componentId,"cusip",t))})),n.tableStore.select(cfi,{tableId:n.componentId}).subscribe(function(t){t&&(n.createTable(t),n.createGraph(t),n.loading=!1,console.log("API Table Component initialized",n))}),n.ngZone.runOutsideAngular(function(){wc(window,"scroll").pipe(yt(function(){return window.pageYOffset}),pp(15),dy()).subscribe(function(t){var i=n.getLockedTableOffsetTop();n.updateLockedTableHeaders(t+i,i)})}),n.isInSpeedbump)&&(i=$(n.tableRef.nativeElement).closest(".nuv-speed-bump__container"),n.ngZone.runOutsideAngular(function(){wc(i,"scroll").pipe(ug("currentTarget","scrollTop"),pp(15),dy()).subscribe(function(){var t=n.getLockedTableOffsetTop();n.updateLockedTableHeaders(0,t)})}))}),this.handleProductTableVisibility(),$(window).on("load",function(){$(".nuv-product-detail-table-retail__filter-view-toggle .nuv-product-detail-table-retail__view-option").on("click",function(){var n=$(this).closest(".nuv-product-detail-table-retail").find(".nuv-product-detail-table-retail__angular-wrapper ");"table"==$(this).data("option")?(n.find(".nuv-product-detail-table-retail__table-wrapper").removeClass("nuv-product-detail-table-retail__table-wrapper--hide"),n.find(".nuv-product-detail-table-retail__load-more").removeClass("nuv-product-detail-table-retail__table-wrapper--hide"),n.find(".nuv-product-detail-table-retail__chart-wrapper").addClass("nuv-product-detail-table-retail__chart-wrapper--hide"),$(this).addClass("nuv-product-detail-table-retail__view-option--active"),$(this).siblings(".nuv-product-detail-table-retail__view-option").removeClass("nuv-product-detail-table-retail__view-option--active")):"graph"==$(this).data("option")&&(n.find(".nuv-product-detail-table-retail__chart-wrapper").removeClass("nuv-product-detail-table-retail__chart-wrapper--hide"),n.find(".nuv-product-detail-table-retail__table-wrapper").addClass("nuv-product-detail-table-retail__table-wrapper--hide"),n.find(".nuv-product-detail-table-retail__load-more").addClass("nuv-product-detail-table-retail__table-wrapper--hide"),$(this).addClass("nuv-product-detail-table-retail__view-option--active"),$(this).siblings(".nuv-product-detail-table-retail__view-option").removeClass("nuv-product-detail-table-retail__view-option--active"))})}))},n.prototype.updateLockedTableHeaders=function(n,t){if(!(this.rowsToShow.length<10)){var r=$(this.theadOriginal.nativeElement),u=$(this.theadReference.nativeElement),i=$(this.tableWrapper.nativeElement),o=i.find("table"),f=i.offset().top,e=i.offset().top+i.height();this.isInSpeedbump&&(f-=$(window).scrollTop(),e-=$(window).scrollTop());n>=f&&e>=n&&!i.hasClass("nuv-product-detail-table-retail__table-wrapper--locked-header")?(i.addClass("nuv-product-detail-table-retail__table-wrapper--locked-header"),r.css("top",t+"px"),this.updateLockedTableHeaderSizes(r,u,!1),this.theadLocked=!0,this.cloneTable(!0)):(n<f||e<n)&&i.hasClass("nuv-product-detail-table-retail__table-wrapper--locked-header")&&(i.removeClass("nuv-product-detail-table-retail__table-wrapper--locked-header"),r.css("top",""),this.updateLockedTableHeaderSizes(r,u,!0),this.theadLocked=!1,this.cloneTable(!0));this.clipTableHeaderLeft=i.scrollLeft();this.clipTableHeaderRight=i.width()+this.clipTableHeaderLeft;this.clipTableHeaderBottom=u.height();this.updateTheadClip(!this.theadLocked||i.width()>=o.width());r.css("top",this.theadLocked?t+"px":"")}},n.prototype.updateLockedTableHeaderSizes=function(n,t,i){n.css("width",i?"":t.outerWidth());var r=n.find("th");t.find("th").each(function(n,t){i?r.eq(n).css("width",""):r.eq(n).css("width",t.offsetWidth+"px")})},n.prototype.getLockedTableOffsetTop=function(){var t=$(this.tableRef.nativeElement),n=0;return this.isInSpeedbump?n=t.closest(".nuv-speed-bump__container").offset().top-$(window).scrollTop():($(".nuv-global-navigation--compressed .nuv-global-navigation__nav-wrapper").length&&$(".nuv-global-navigation--compressed .nuv-global-navigation__nav-wrapper").is(":visible")&&(n+=$(".nuv-global-navigation__nav-wrapper").height()),$(".nuv-product-detail-anchor-nav--stuck").length&&$(".nuv-product-detail-anchor-nav--stuck").is(":visible")&&(n+=$(".nuv-product-detail-anchor-nav--stuck").height()),$(".nuv-share-class-selector--stuck").length&&$(".nuv-share-class-selector--stuck").is(":visible")&&(n+=$(".nuv-share-class-selector--stuck").height())),n},n.prototype.updateTheadClip=function(n){var t=$(this.theadOriginal.nativeElement);n?t.css("clip","").css("transform",""):t.css("clip","rect(0px, "+this.clipTableHeaderRight+"px, "+this.clipTableHeaderBottom+"px, "+this.clipTableHeaderLeft+"px)").css("transform","translate3d(-"+this.clipTableHeaderLeft+"px, 0, 0)")},n.prototype.createTable=function(n){var t=this;null!=n&&null!=n&&"function"==typeof n.map&&(this.hideIfNoRecords&&window.dispatchEvent(new CustomEvent("toggleProductTableVisibility",{bubbles:!1,cancelable:!1,detail:{componentId:this.componentId,shouldShow:n.length}})),this.rows=n.map(function(n){var i=new vfi(t.columns.map(function(t){var i=t.dataPoint.apiProperty.substr(t.dataPoint.apiProperty.lastIndexOf(".")+1);return{column:t,horizontalAlignment:t.horizontalAlignment,size:t.size,rawValue:n[i],formattedValue:hr(t.dataPoint.displayStyle,n[i],100,n)}})),r;return null!=t.groupByDataPoint&&null!=t.groupByDataPoint.apiProperty&&(r=t.groupByDataPoint.apiProperty.substr(t.groupByDataPoint.apiProperty.lastIndexOf(".")+1),i.groupByVal=n[r]),t.enableFundCompare&&(i.product=new yfi,i.product.asset_class=n?n.assetclass:"",i.product.symbol=n?n.symbol:"",i.product.fund_name=n?n.fundname:""),i}),this.sortRows(),this.handlePanningVisibility(),this.cloneTable(!0))},n.prototype.sortRows=function(){var n=this,t;if(this.rows=this.rows.filter(function(n){return!n.isGroup}),this.sortByCol&&this.sortByDir!=ao.None)this.rows.sort(function(t,i){var r=n.getSortableValue(t.cells.find(function(t){return t.column.id==n.sortByCol.id}).rawValue),u=n.getSortableValue(i.cells.find(function(t){return t.column.id==n.sortByCol.id}).rawValue);return n.sortByDir==ao.Asc?n.checkNumber(r)&&n.checkNumber(u)?parseFloat(r)>parseFloat(u)?1:-1:r>u?1:-1:n.checkNumber(r)&&n.checkNumber(u)?parseFloat(r)>parseFloat(u)?-1:1:r>u?-1:1});else if(this.groupByDataPoint){var i=[],r=[],u=this.rows;u.forEach(function(n){0==$.grep(i,function(t){return t==n.groupByVal}).length&&i.push(n.groupByVal)});i.forEach(function(n){var t=$.grep(u,function(t){return t.groupByVal==n});r.push(t)});t=[];r.forEach(function(n){n.forEach(function(n){t.push(n)})});this.rows=t}this.removeSpecificIFFundRow();this.addRowGroupings();this.setRowsToShow()},n.prototype.checkNumber=function(n){return!ns(t=n)&&t-parseFloat(t)+1>=0;var t},n.prototype.showMore=function(){this.numberOfRowsToShow=this.rows.length;this.setRowsToShow()},n.prototype.getSortableValue=function(n){return"string"==typeof n&&"%"==n[n.length-1]?JSON.parse(n.substr(0,n.length-1)):n},n.prototype.showShowMore=function(){return!!(this.numberOfRowsToShow&&this.rows&&this.numberOfRowsToShow<this.rows.length)&&this.numberOfRowsToShow<this.rows.length},n.prototype.setRowsToShow=function(){if(0==this.numberOfRowsToShow)this.rowsToShow=this.rows;else if(this.numberOfRowsToShow>=this.rows.length)this.rowsToShow=this.rows;else{for(var n=0,t=this.numberOfRowsToShow;n<t&&n<this.rows.length;)this.rows[n].isGroup&&t++,n++;this.rowsToShow=this.rows.slice(0,t)}},n.prototype.removeSpecificIFFundRow=function(){var n=0,t=!1;this.rows.forEach(function(i,r){null==i.product||"NMSSX"!==i.product.symbol&&"HYIF"!==i.product.symbol&&"NHYEX"!==i.product.symbol||(t=!0,n=r)});t&&this.rows.length>2&&this.rows.splice(n,1)},n.prototype.addRowGroupings=function(){var t,u;if(this.groupByDataPoint){for(var i=[],r=0,n=0;r<this.rows.length;){for(t=[];n<this.rows.length&&this.rows[r].groupByVal==this.rows[n].groupByVal;)t.push(this.rows[n]),n++;i.push(t);r=n}i.forEach(function(n){n.splice(0,0,new vfi(n[0].cells,n[0].groupByVal,!0))});u=i.reduce(function(n,t){return n.concat(t)},[]);this.rows=u}},n.prototype.setHeaderTitle=function(n){n.dataPoint&&n.dataPoint.labelApiProperty&&this.apiStore.select(di,{propertyName:n.dataPoint.labelApiProperty}).subscribe(function(t){n.title=ls(t,"{0}",n.dataPoint.labelString)})},n.prototype.handleColumnSortClick=function(n){n.sortable&&(this.sortByDir=this.sortByCol==n?this.sortByDir==ao.Asc?ao.Desc:ao.Asc:ao.Desc,this.sortByCol=n,this.sortRows())},n.prototype.handleAddToCompareClick=function(n,t){window.dispatchEvent(new CustomEvent("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:n,name:t}}))},n.prototype.createGraph=function(n){var t,i;if(n&&0!==n.length&&(this.createLogic(n),t=null!=this.graphDetails.displayStyle?this.graphDetails.displayStyle:"",("Pie Chart"!==this.graphDetails.GraphType||null!=this.pieseriesArrayJsonObject.seriesObject)&&(!this.graphDetails.GraphType.includes("Map Chart")||null!=this.dataArrayObj.field)&&("Pie Chart"===this.graphDetails.GraphType||this.graphDetails.GraphType.includes("Map Chart")||null!=this.seriescolumns)&&null!=this.options&&null!=this.options)){switch(this.graphDetails.GraphType){case"Pie Chart":this.options.series=this.pieseriesArrayJsonObject.seriesObject;t.indexOf("$")>-1?(this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valuePrefix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints},this.options.accessibility={point:{valuePrefix:t,valueDecimals:this.decimalPoints}},this.options.plotOptions={pie:{width:"50%",allowPointSelect:!0,borderWidth:0,cursor:"pointer",dataLabels:{enabled:!0,color:"#000000",connectorColor:"#000000",useHTML:!0,distance:10,style:{fontWeight:"normal",textOverflow:"clip",width:150,fontSize:"12px",color:"#000000"},format:"{point.name} ("+t+"{point.y:."+this.decimalPoints+"f})",valueDecimals:this.decimalPoints}},series:{dataLabels:{enabled:!0,format:"",align:"right",overflow:"clip",valueDecimals:this.decimalPoints},showInLegend:!0}}):(this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints},this.options.accessibility={point:{valueSuffix:t}},this.options.plotOptions={pie:{width:"50%",allowPointSelect:!0,borderWidth:0,cursor:"pointer",dataLabels:{enabled:!0,color:"#000000",connectorColor:"#000000",useHTML:!0,distance:10,style:{fontWeight:"normal",textOverflow:"clip",width:150,fontSize:"12px",color:"#000000"},format:"{point.name} ({point.y:."+this.decimalPoints+"f}"+t+")",valueDecimals:this.decimalPoints}},series:{dataLabels:{enabled:!0,format:"",align:"right",overflow:"clip",valueDecimals:this.decimalPoints},showInLegend:!0}});break;case"Vertical Bar Chart":null!=this.seriescolumns&&this.seriescolumns.length>0&&(this.options.series=this.seriescolumns);this.options.xAxis={categories:this.seriescategories,crosshair:!0,title:{text:this.graphDetails.XAxisTitle,enabled:!0}};this.options.yAxis={title:{text:this.graphDetails.YAxisTitle,enabled:!0}};t.indexOf("$")>-1?(this.options.yAxis.labels={formatter:function(){return t+this.value}},this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div style='color:#253746; padding:0px;font-size: 15px;'>{series.name}: <\/div><div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valuePrefix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints}):(this.options.yAxis.labels={formatter:function(){return this.value+t}},this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div style='color:#253746; padding:0px;font-size: 15px;'>{series.name}: <\/div><div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints});break;case"Horizontal Bar Chart":if(null!=this.seriescolumns&&this.seriescolumns.length>0&&(this.options.series=this.seriescolumns),this.options.xAxis={categories:this.seriescategories,crosshair:!0,title:{text:this.graphDetails.XAxisTitle,enabled:!0}},this.options.yAxis={title:{text:this.graphDetails.YAxisTitle,enabled:!0}},t.indexOf("$")>-1?(this.options.yAxis.labels={formatter:function(){return t+this.value}},this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div style='color:#253746; padding:0px;font-size: 15px;'>{series.name}: <\/div><div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valuePrefix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints,outside:!1}):(this.options.yAxis.labels={formatter:function(){return this.value+t}},this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div style='color:#253746; padding:0px;font-size: 15px;'>{series.name}: <\/div><div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints,outside:!1}),this.options.legend.floating=!1,null!=this.options.series&&this.options.series.length>0)if(null!=this.seriescolumns&&this.seriescolumns.length>1)for(i=this.seriescolumns.length-1;i>=0;i--)this.options.series[i].showInLegend=!0;else this.options.series[0].showInLegend=!1;break;case"Line Chart":null!=this.seriescolumns&&this.seriescolumns.length>0&&(this.options.series=this.seriescolumns);this.options.xAxis={categories:this.seriescategories,crosshair:!0,title:{text:this.graphDetails.XAxisTitle}};this.options.yAxis={title:{text:this.graphDetails.YAxisTitle,enabled:!0}};t.indexOf("$")>-1?(this.options.yAxis.labels={formatter:function(){return t+this.value}},this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div style='color:#253746; padding:0px;font-size: 15px;'>{series.name}: <\/div><div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valuePrefix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints}):(this.options.yAxis.labels={formatter:function(){return this.value+t}},this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div style='color:#253746; padding:0px;font-size: 15px;'>{series.name}: <\/div><div class='nuv-highcharts__tooltip-point1'>{point.y}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints});break;case"Map Chart - World":this.options.series[0].data=this.dataArrayObj.field;this.options.tooltip=t.indexOf("$")>-1?{headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div class='nuv-highcharts__tooltip-point1'>{point.value}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valuePrefix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints}:{headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div class='nuv-highcharts__tooltip-point1'>{point.value}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints};break;case"Map Chart - USA":this.options.series[0].data=this.dataArrayObj.field;this.options.tooltip={headerFormat:"<div class='nuv-highcharts__tooltip-header1'>{point.key}<\/div>",pointFormat:"<div class='nuv-highcharts__tooltip-point1'>{point.value}<\/div>",footerFormat:"",shared:!1,useHTML:!0,valueSuffix:t,borderWidth:0,backgroundColor:null,valueDecimals:this.decimalPoints}}if("Custom"===this.graphDetails.LegendDisplay&&(this.options.legend.layout=this.graphDetails.LegendLayout.toLowerCase(),this.options.legend.align=this.graphDetails.LegendHorizontal.toLowerCase(),this.options.legend.verticalAlign=this.graphDetails.LegendVertical.toLowerCase()),"Pie Chart"!==this.graphDetails.GraphType&&"Map Chart - USA"!==this.graphDetails.GraphType&&"Map Chart - World"!==this.graphDetails.GraphType&&null!=this.options.series&&this.options.series.length>0)if(null!=this.seriescolumns&&this.seriescolumns.length>1)for(i=this.seriescolumns.length-1;i>=0;i--)this.options.series[i].showInLegend=!0;else this.options.series[0].showInLegend=!1;this.isGraphData=!0}},n.prototype.createLogic=function(n){var t=this,f="",o=this.graphDetails.GraphType,i,e,s,h,c,l;switch(o){case"Vertical Bar Chart":this.options=vt({},nhu);f="column";break;case"Horizontal Bar Chart":this.options=vt({},gsu);f="bar";break;case"Line Chart":this.options=vt({},dsu);f="spline";break;case"Pie Chart":this.options=vt({},thu);f="pie";break;case"Map Chart - USA":f="heatmap";this.options=vt({},rhu);break;case"Map Chart - World":f="heatmap";this.options=vt({},ihu)}var r=this.columns.find(function(n){return"y-axis"==n.axis}),a=this.columns.filter(function(n){return"x-axis"==n.axis}),u=this.columns.find(function(n){return"x-axis"==n.axis});if(void 0===r||void 0===u)return this.pieseriesArrayJsonObject.seriesObject=null,void(this.seriescolumns=null);"Pie Chart"!==o&&"Map Chart - USA"!==o&&"Map Chart - World"!==o?(i=0,a.map(function(r){var e=r.dataPoint.apiProperty.substr(r.dataPoint.apiProperty.lastIndexOf(".")+1),u=new vsu;u.name=String(r.title);u.type=String(f);n.map(function(n){if(null!==n[e]){var f=hr(r.dataPoint.displayStyle,n[e]?n[e]:"");f&&f.rawvalue&&(0==i&&f.rawvalue&&f.rawvalue.toString().indexOf(".")>-1&&(t.decimalPoints=f.rawvalue.toString().split(".")[1].length),t.graphDetails.displayStyle=f.symbol,u.data.push(parseFloat(f.rawvalue)),i+=1)}});null!=u&&null!=u.data&&u.data.length>0&&t.seriescolumns.push(u)}),e=r.dataPoint.apiProperty.substr(r.dataPoint.apiProperty.lastIndexOf(".")+1),n.map(function(n){if(null!==n[e]){var i=hr(r.dataPoint.displayStyle,n[e]?n[e]:""),u=String(n[e]);-1===t.seriescategories.indexOf(n[e])&&t.seriescategories.push(i&&i.rawvalue?i.rawvalue:u)}})):o.includes("Map Chart")?(i=0,s=u.dataPoint.apiProperty.substr(u.dataPoint.apiProperty.lastIndexOf(".")+1),h=r.dataPoint.apiProperty.substr(r.dataPoint.apiProperty.lastIndexOf(".")+1),n.map(function(n){var f,o,e;null!==n[s]&&null!==n[h]&&(f=hr(u.dataPoint.displayStyle,n[s]?n[s]:""),o=hr(r.dataPoint.displayStyle,n[h]?n[h]:""),f&&f.rawvalue&&o.rawvalue&&(e=new ksu,e.code=String(o.rawvalue),e.value=parseFloat(f.rawvalue),t.graphDetails.displayStyle=f.symbol,e&&(t.dataArrayObj.field.push(e),0==i&&f.rawvalue&&f.rawvalue.toString().indexOf(".")>-1&&(t.decimalPoints=f.rawvalue.toString().split(".")[1].length),i+=1)))})):(i=0,c=u.dataPoint.apiProperty.substr(u.dataPoint.apiProperty.lastIndexOf(".")+1),l=r.dataPoint.apiProperty.substr(u.dataPoint.apiProperty.lastIndexOf(".")+1),this.pieseriesJsonObj.name=String(u.title),this.pieseriesJsonObj.colorByPoint=!0,n.map(function(n){var f,o,e;null!==n[c]&&null!==n[l]&&(f=hr(u.dataPoint.displayStyle,n[c]?n[c]:""),o=hr(r.dataPoint.displayStyle,n[l]?n[l]:""),f&&f.rawvalue&&o.rawvalue&&(e=new wsu,e.y=parseFloat(f.rawvalue),e.name=String(o.rawvalue),t.graphDetails.displayStyle=f.symbol,null!=t.pieseriesJsonObj&&null!=t.pieseriesJsonObj.data&&(t.pieseriesJsonObj.data.push(e),0==i&&f.rawvalue&&f.rawvalue.toString().indexOf(".")>-1&&(t.decimalPoints=f.rawvalue.toString().split(".")[1].length),i+=1)))}),this.pieseriesJsonObj.data.length>0&&this.pieseriesArrayJsonObject.seriesObject.push(this.pieseriesJsonObj))},n.prototype.handleCompareMouseover=function(n){var i=n.target.getAttribute("data-tooltip");"undefined"!==i&&null!==i||(i=n.target.closest("a").getAttribute("data-tooltip"));var u=$("#"+n.target.getAttribute("id")),f=$(u.delegateTarget),t=n.target.parentElement.children[0].closest("tr"),r=t.closest(".nuv-product-detail-table-retail__angular-wrapper").children[0].children[2],e=$(t).position().top+t.clientHeight/2-r.clientHeight/2;"added-to-compare"!==t.className?-1===$.inArray(t.parentNode.closest(".nuv-product-detail-table").getAttribute("id"),this.toolTipContainerID)&&(this.toolTipContainerID.push(t.parentNode.closest(".nuv-product-detail-table").getAttribute("id")),this.showCompareTooltip(f,r,e,i)):this.hideCompareTooltip(r)},n.prototype.handleTablePanningClick=function(n,t){var r=0,u=$(n.target),i=$(this.tableWrapper.nativeElement);t&&(r=i.get(0).scrollWidth-i.outerWidth());i.animate({scrollLeft:r},300);u.add(u.siblings(".table-panning-navItem")).toggleClass("nuv-hide")},n.prototype.showCompareTooltip=function(n,t,i,r){var u=this;$(t).remove("style").css({display:"flex",transform:"translate(-10px, "+i+"px"}).children(".nuv-product-detail-table-retail__add-to-compare-tooltip-copy").text(r);$("html").hasClass("nuv-max-funds--reached")||setTimeout(function(){$(t).addClass("nuv-product-detail-table-retail__add-to-compare-tooltip--show").css({transform:"translate(0px, "+i+"px"});u.tooltipVisible=!0},0)},n.prototype.handleCompareMouseout=function(n){var t=this;this.tooltipVisible&&(this.mouseoverTimer=setTimeout(function(){var i=$("#"+n.target.getAttribute("id")),r=$(i.delegateTarget).closest("tr").closest(".nuv-product-detail-table-retail__table-wrapper ").children(".nuv-product-detail-table-retail__add-to-compare-tooltip");t.hideCompareTooltip(r);t.mouseoverTimer=null},100))},n.prototype.hideCompareTooltip=function(n){var t=this;this.tooltipVisible&&(null!==this.tooltipHideTimer&&clearTimeout(this.tooltipHideTimer),this.tooltipVisible=!1,n.addClass("nuv-opacity-0"),this.tooltipHideTimer=setTimeout(function(){n.removeClass("nuv-product-detail-table-retail__add-to-compare-tooltip--show").removeAttr("style").children(".nuv-product-detail-table-retail__add-to-compare-tooltip-copy").empty();$(".nuv-product-detail-table-retail__add-to-compare-tooltip--show").removeClass("nuv-product-detail-table-retail__add-to-compare-tooltip--show");t.tooltipHideTimer=null},300))},n.prototype.ngAfterViewChecked=function(){this.cloneTable(!1)},n.prototype.handleProductTableVisibility=function(){window.addEventListener("toggleProductTableVisibility",function(n){var t=n,i;t.detail&&t.detail.componentId&&(i=document.getElementById(t.detail.componentId),i&&(i.style.display=t.detail.shouldShow?"block":"none"))})},n.prototype.cloneTable=function(n){if(this.tableWrapper&&this.tableWrapperClone&&(this.tableWrapper.nativeElement.outerHTML!=this.clonedTableHtmlStr||n)){for(this.clonedTableHtmlStr=this.tableWrapper.nativeElement.outerHTML;this.tableWrapperClone.nativeElement.firstChild;)this.tableWrapperClone.nativeElement.removeChild(this.tableWrapperClone.nativeElement.firstChild);this.tableWrapperClone.nativeElement.appendChild(this.tableWrapper.nativeElement.cloneNode(!0))}},n.prototype.handlePanningVisibility=function(){if(this.tableWrapper&&this.tableWrapper.nativeElement){var n=$(this.tableWrapper.nativeElement);this.isPanningEnabled=n.outerWidth()<n.get(0).scrollWidth}},n}(),hft=function(){function n(n){this.store=n;this.index=0}return n.prototype.ngOnInit=function(){},n.prototype.init=function(){var n=this;this.tabs=JSON.parse(this.tabsString);this.tabs.forEach(function(t){null!=t.dataPoint&&null!=t.dataPoint&&""!=t.tabTitle?t.tabTitle$=n.store.pipe(ui(di,{propertyName:t.dataPoint.apiProperty}),cs("{0}",t.tabTitle)):""!==t.tabTitle&&null!==t.tabTitle&&(t.tabTitle$=new ii(function(n){n.next(t.tabTitle);n.complete()}))})},n.prototype.ngAfterViewInit=function(){if(this.tabRef.nativeElement){var n=$(this.tabRef.nativeElement).closest(".table-container-item");0!==n.length&&(this.index=parseInt(n.attr("data-container-index")),this.tabsString=n.attr("data-tabs"),this.init())}},n.prototype.handleTabClick=function(n){var i=$(this.tabRef.nativeElement).closest(".table-container").find(".table-container-item"),t;i.hide();t=$(i[n]);t.show();t[0].dispatchEvent(new CustomEvent("changeContainerTab",{bubbles:!0,cancelable:!1,detail:{index:n}}))},n}(),cft=function(){function n(n){this.http=n;this.apiUrl="/global/api/teaserlinkcarousel/getteaserlinkcarousel?teaserLinkCarouselID="}return n.prototype.getTeaserLinkCarouselData=function(n,t){return"institutional"===t&&(this.apiUrl="/en-us/institutional/api/teaserlinkcarousel/getteaserlinkcarousel?teaserLinkCarouselID="),this.http.get(""+this.apiUrl+n+"&siteName="+t).pipe(yu(this.handleError("getTeaserLinkCarousel")))},n.prototype.handleError=function(n,t){return void 0===n&&(n="operation"),function(i){return console.error(i),console.log(n+" failed: "+i.message),vu(t)}},n}(),lft=function(){function n(n,t){this.teaserLinkCarouselEmbedService=n;this.elm=t;this.sourceId=this.elm.nativeElement.getAttribute("source-id");this.siteName=this.elm.nativeElement.getAttribute("site-name")}return n.prototype.getTeaserLinkCarousel=function(){var n=this;this.teaserLinkCarouselEmbedService.getTeaserLinkCarouselData(this.sourceId,this.siteName).subscribe(function(t){n.data=t})},n.prototype.ngOnInit=function(){this.getTeaserLinkCarousel()},n}(),fi=function(){function n(){}return n.mf="Mutual Funds",n.cef="Closed-End Funds",n.etf="Exchange Traded Funds",n.smf="Separately Managed Accounts",n.dollarString="Dollar",n.dollarColourString="Dollar Colour",n.percentageString="Percentage",n.percentageColourString="Percentage Colour",n.ratingString="Star Rating",n.dateString="Date",n.legendString="Legend",n.pdfString="PDF",n.showcolorString="Show Colour",n.commaString="Comma",n.dollarMillionString="Dollar Million",n.dollarBillionString="Dollar Billion",n.dollarMillionBillionString="Dollar Million Billion",n.dollar2DecimalString="Dollar 2 decimals",n.dollar3DecimalString="Dollar 3 decimals",n.dollar4DecimalString="Dollar 4 decimals",n.mfURLString="mutual-funds",n.cefURLString="closed-end-funds",n.etfURLString="exchange-traded-funds",n.smaURLString="Separately-Managed-Accounts",n.mpURLString="model-portfolios",n.pfURLString="529-portfolios",n.ifURLString="interval-funds",n.fundlinkString="Fund Link",n.loginVerifyArray=["advisor","internal"],n.display2DecimalString="Display 2 Decimals",n.display4DecimalString="Display 4 Decimals",n.utilityTab_401Kalculator="Plan-Profit-(k)alculator",n.utilityTab_BondCalculator="Bond-Investing-Ladder",n.utilityTab_FundCompare="Fund-Compare",n.utilityTab_XRay="Portfolio-Review",n.utilityTab_Hypothetical="Hypothetical",n.mutualFundShortName="MF",n.modelPortfolioShortName="MP",n.closeEndFundShortName="CEF",n.exchaneTradedFundShortName="ETF",n.separatelymanagedShortName="SMA",n.modelPortfolioHeroPrimaryObjectiveLabel="Primary objective:",n.modelPortfolioHeroSecondaryObjectiveLabel="Secondary objective:",n.modelPortfolioHeroAllLabel="All model portfolios:",n.modelPortfolioHeroFilterLabel="Model portfolios that match your criteria:",n.modelPortfolioHeroResetFilterAndViewLinkLabel="Reset filters and view all",n.modelPortfolioHeroNoPreferenceLabel="No preference",n.modelPortfolioHeroRiskToleranceLabel="Risk tolerance:",n.modelPortfolioHeroLowerVolatilityReturnLabel="Lower volatility/ return",n.modelPortfolioHeroHigherVolatilityReturnLabel="Higher volatility/ return",n.modelPortfolioHeroLowerVolatilityYieldLabel="Lower volatility/ yield",n.modelPortfolioHeroHigherVolatilityYieldLabel="Higher volatility/ yield",n.modelPortfolioHeroResetFilterLinkLabel="Reset filters",n}(),bfi=[{name:"U.S. Equity",color:"#338FBD","class":"light-blue"},{name:"Non-U.S. Equity",color:"#165056","class":"dark-teal"},{name:"Equity",color:"#338FBD","class":"light-blue"},{name:"Real assets",color:"#165056","class":"dark-teal-cls"},{name:"Fixed Income",color:"#148C76","class":"light-teal-cls"},{name:"Short-term (1-5 years)",color:"#338FBD","class":"light-blue"},{name:"Intermediate-term (5-15 years)",color:"#25475F","class":"dark-blue"},{name:"Long-term (15+ years)",color:"#148C76","class":"light-teal"}],aft=function(){function n(n,t){this.renderer=n;this.store=t;this.callerType="PRODUCTHERO"}return n.prototype.ngOnInit=function(){this.dataPointGroups=JSON.parse(this.dataPointGroupString);this.loadData();this.updateRecentProductForFAF()},n.prototype.ngAfterViewInit1=function(){this.store.pipe(ui(di,{propertyName:"fundname"})).subscribe(function(n){if(n){var t=document.querySelector("#selectorTitle"),i=document.querySelector("#mainTitle");console.log("this.selectorTitleEle: ",t);console.log("this.mainTitleEle: ",i);t.innerHTML=n;i.innerHTML=n}})},n.prototype.loadData=function(){var n=this;this.dataPointGroups$=this.store.pipe(ui(nui),yt(function(t){var r,i;if(t&&null!=t&&Object.keys(t).length>0)return r=n.dataPointGroups.map(function(i){return n.prepareDataPoints(t,i)}),n.dataPointGroups=r,i=t.fundname,n.titlePlaceholder&&n.titlePlaceholder.includes("{title}")&&(i=n.titlePlaceholder.replace("{title}",t.fundname)),$("#"+n.title1Id).html(i),$("#"+n.title2Id).html(i),r}))},n.prototype.updateRecentProductForFAF=function(){var n=this;this.store.pipe(ui(nui)).subscribe(function(t){t&&null!=t&&Object.keys(t).length>0&&function(n,t,i,r,u){if(void 0===u&&(u=3),null==u&&(u=3),null!=t&&""!=t){var o={cusip:n||"",fundcode:t,label:i,productpath:r,link:window.location.href},f=[],e=window.localStorage.getItem("products");e&&(((f=JSON.parse(e))?f.find(function(n){return n.fundcode==t}):[])&&(f=f.filter(function(n){return n.fundcode!=t})),f.length==u&&f.shift());f.push(o);window.localStorage.setItem("products",JSON.stringify(f))}}(t.cusip,t.fundcode,t.fundname,n.productType)})},n.prototype.prepareDataPoints=function(n,t){t.show=!0;var i=fu(t.dataPoint.apiProperty,n);return"true"!=this.disableCustomLogic&&(this.productType==fi.mfURLString.toLowerCase()?i=this.updateMfDatapoints(t,n,i,n.fundname):this.productType==fi.cefURLString.toLowerCase()?this.updateCefDatapoints(t,n):this.productType==fi.etfURLString.toLowerCase()?i=this.updateEtfDatapoints(t,i,n):this.productType==fi.smaURLString.toLowerCase()||this.productType==fi.mpURLString.toLowerCase()||fi.pfURLString.toLowerCase(),this.productType==fi.ifURLString.toLowerCase()&&(i=this.updateIfDatapoints(t,n,i,n.fundname))),this.setDataPoints(n,t,i,this.productType),t},n.prototype.updateCefDatapoints=function(n,t){if(n.dataPoint.apiProperty.toLowerCase().includes("distratemarket")){var r=t.distributiontype,i="";r.includes("Income")?i="(INCOME ONLY)":r.includes("Managed Distributions")?i="(MANAGED DIST.)*":r.includes("CashFlow")?i="(CASH-FLOW BASED)*":r.includes("Other")&&(i="(CAPITAL RETURN PLAN)*");n.dataPoint.label=ls(i,"{0}",n.dataPoint.labelString)}},n.prototype.updateEtfDatapoints=function(n,t,i){if(n.dataPoint.apiProperty.toLowerCase().includes("distrate")&&(n.show=null!==t&&""!==t&&"N/A"!==t),n.dataPoint.apiProperty.toLowerCase().includes("mstarrat"))if(t>=4)n.show=!0;else{var r=i.morningstarcategory;null!==r?(n.show=!0,n.dataPoint.apiProperty="morningstarcategory",n.dataPoint.label="MORNINGSTAR CATEGORY",n.dataPoint.displayStyle="",t=r,n.subDataPoints=Array()):n.show=!1}return t},n.prototype.updateMfDatapoints=function(n,t,i,r){var o,s,f,h;if(n.dataPoint.apiProperty.toLowerCase().includes("perfytd")||n.dataPoint.apiProperty.toLowerCase().includes("perfincep")){var u=new Date(fu("inceptiondate",t).toString()),e=Date.UTC(u.getUTCFullYear(),u.getUTCMonth(),u.getUTCDate()),c=Date.UTC((new Date).getUTCFullYear()-1,(new Date).getUTCMonth(),(new Date).getUTCDate());null!=e&&e>=c&&(o=fu("performancemonthly[0].perfincep",t),null!=o&&"N/A"!=o&&(i=o,n.show=!0,n.dataPoint.labelString=n.dataPoint.label="Since Inception Performance",n.dataPoint.labelApiProperty=n.dataPoint.apiProperty="performancemonthly[0].perfincep",n.dataPoint.displayStyle="Percentage",n.dataPoint.hideLabel=!1,n.dataPoint.show=!0,n.subDataPoints=[{label:"As of: ",apiProperty:"performancemonthly[0].perfdate",displayStyle:"Date",displayStyleCssClass:"",hideLabel:!1,label$:new ii(function(n){n.next("As of: ");n.complete()}),labelApiProperty:"performancemonthly[0].perfdate",labelString:"As of: ",show:!0,show$:new ii(function(n){n.next(!0);n.complete()}),value:null,value$:new ii(function(n){n.next(null);n.complete()})}]));null!==i&&""!==i&&"N/A"!==i||(n.show=!1)}return(r.toLowerCase().includes("nuveen")||r.toLowerCase().includes("tiaa"))&&(s=fu("breakpointpricing[0].yldsec",t),f=!1,null!=s&&"N/A"!=s&&(f=!0),n.dataPoint.apiProperty.toLowerCase().includes("yldsec")||n.dataPoint.apiProperty.toLowerCase().includes("distryieldnav")?n.show=1==f:1==f&&n.dataPoint.apiProperty.toLowerCase().includes("fndnetassts")?(t.fundname.toLowerCase().includes("nuveen")||t.fundname.toLowerCase().includes("tiaa"))&&(n.show=!1):n.dataPoint.apiProperty.toLowerCase().includes("cusip")?n.show=!(0!=f||!t.fundname.toLowerCase().includes("nuveen")):n.dataPoint.apiProperty.toLowerCase().includes("expenseratio")&&(n.show=!!t.fundname.toLowerCase().includes("tiaa"))),n.dataPoint.apiProperty.toLowerCase().includes("mstarrat")&&(u=new Date(fu("inceptiondate",t).toString()),e=Date.UTC(u.getUTCFullYear(),u.getUTCMonth(),u.getUTCDate()),h=Date.UTC((new Date).getUTCFullYear()-3,(new Date).getUTCMonth(),(new Date).getUTCDate()),(null!=e&&e>=h||i<4)&&(n.show=!1)),i},n.prototype.updateIfDatapoints=function(n,t,i,r){var o,s,f,h;if(n.dataPoint.apiProperty.toLowerCase().includes("perfytd")||n.dataPoint.apiProperty.toLowerCase().includes("perfincep")){var u=new Date(fu("inceptiondate",t).toString()),e=Date.UTC(u.getUTCFullYear(),u.getUTCMonth(),u.getUTCDate()),c=Date.UTC((new Date).getUTCFullYear()-1,(new Date).getUTCMonth(),(new Date).getUTCDate());null!=e&&e>=c&&(o=fu("performancemonthly[0].perfincep",t),null!=o&&"N/A"!=o&&(i=o,n.show=!0,n.dataPoint.labelString=n.dataPoint.label="Since Inception Performance",n.dataPoint.labelApiProperty=n.dataPoint.apiProperty="performancemonthly[0].perfincep",n.dataPoint.displayStyle="Percentage",n.dataPoint.hideLabel=!1,n.dataPoint.show=!0,n.subDataPoints=[{label:"As of: ",apiProperty:"performancemonthly[0].perfdate",displayStyle:"Date",displayStyleCssClass:"",hideLabel:!1,label$:new ii(function(n){n.next("As of: ");n.complete()}),labelApiProperty:"performancemonthly[0].perfdate",labelString:"As of: ",show:!0,show$:new ii(function(n){n.next(!0);n.complete()}),value:null,value$:new ii(function(n){n.next(null);n.complete()})}]));null!==i&&""!==i&&"N/A"!==i||(n.show=!1)}return(r.toLowerCase().includes("nuveen")||r.toLowerCase().includes("tiaa"))&&(s=fu("breakpointpricing[0].yldsec",t),f=!1,null!=s&&"N/A"!=s&&(f=!0),n.dataPoint.apiProperty.toLowerCase().includes("yldsec")||n.dataPoint.apiProperty.toLowerCase().includes("distryieldnav")?n.show=1==f:1==f&&n.dataPoint.apiProperty.toLowerCase().includes("fndnetassts")?(t.fundname.toLowerCase().includes("nuveen")||t.fundname.toLowerCase().includes("tiaa"))&&(n.show=!1):n.dataPoint.apiProperty.toLowerCase().includes("cusip")?n.show=!(0!=f||!t.fundname.toLowerCase().includes("nuveen")):n.dataPoint.apiProperty.toLowerCase().includes("expenseratio")&&(n.show=!!t.fundname.toLowerCase().includes("tiaa"))),n.dataPoint.apiProperty.toLowerCase().includes("mstarrat")&&(u=new Date(fu("inceptiondate",t).toString()),e=Date.UTC(u.getUTCFullYear(),u.getUTCMonth(),u.getUTCDate()),h=Date.UTC((new Date).getUTCFullYear()-3,(new Date).getUTCMonth(),(new Date).getUTCDate()),(null!=e&&e>=h||i<4)&&(n.show=!1)),i},n.prototype.setDataPoints=function(n,t,i,r){t.show=!la(i)&&(t.show?!(t.hideIfEmpty&&(null===i||""===i.trim())):t.show);"529"==r&&(t.show=!t.hideIfEmpty||t.show);var u=hr(t.dataPoint.displayStyle,i,1),f=null;"Star Rating"===t.dataPoint.displayStyle&&(f=u.classes);t.dataPoint.displayStyleCssClass=f;t.dataPoint.value=u.value;t.dataPoint.label=t.dataPoint.label?t.dataPoint.label:ls(fu(t.dataPoint.labelApiProperty,n),"{0}",t.dataPoint.labelString);t.dataPoint.show=!t.dataPoint.hideLabel;t.subDataPoints?t.subDataPoints.forEach(function(t){var u=fu(t.apiProperty,n),i,r;t.show=!la(u);i=hr(t.displayStyle,u,1);r=null;"Star Rating"===t.displayStyle&&(r=i.classes);t.displayStyleCssClass=r;t.value=i.value;t.label=ls(fu(t.labelApiProperty,n),"{0}",t.labelString)}):t.subDataPoints=Array()},n}(),vft=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){this.fundTicker$=this.store.pipe(ui(di,{propertyName:"symbol"}));this.fundName$=this.store.pipe(ui(di,{propertyName:"fundname"}));this.fundTicker$.subscribe(function(n){n&&window.NuveenComponents&&window.NuveenComponents.utilityDrawer&&setTimeout(function(){window.NuveenComponents.utilityDrawer.initialized||window.NuveenComponents.utilityDrawer.init();window.NuveenComponents.utilityDrawer.renderProducts()},500)})},n}(),ik=(i("5/Pd"),function(){function n(n){this.apiService=n}return n.prototype.getProductDetailSubscribeBtnTouchPointServiceCall=function(n,t){return this.apiService.get("/subscriptions/items/external/"+n+"/"+t).toPromise().then(function(n){return n})},n.prototype.getArticleTouchPointServiceCall=function(n){return this.apiService.get("/subscriptions/items/article/"+n)},n.prototype.GetProductDetailTouchPointServiceCall=function(n){return this.apiService.get("/subscriptions/items/pdp/"+n).toPromise().then(function(n){return console.log(n),n})},n.prototype.AddSubscriptionServiceCall=function(n){return this.apiService.post("/subscriptions/subscriber/subscriptions/subscribe",n)},n.prototype.getSubscriptionsByEmail=function(n){return this.apiService.get("/subscriptions/subscriber/subscriptions/"+n+"/")},n}()),kfi=function(){return function(){}}(),yft=function(){function n(n,t,i,r,u){this.ref=n;this.elm=t;this.frmBuilder=i;this.subscriptionService=r;this.sanitizer=u;this.inputData={subscriptionData:"",subscriptionTimer:"",interestedSubscriptionData:""};this.articleSubscriptionForm=new kfi;this.isSubmitted=!1;this.afterSubmitted=!1;this.result=null;this.apiprefixlink=window.apiprefix;this.articleCheckboxes=[];this.articleCheckboxesChecked=[];this.finalCheckboxesChecked=[];this.articleExistingSubscriptionCheckboxes=[];this.articleInterestedSubscriptionCheckboxes=[];this.articleExistingSubscriptionIds=[];this.articleInterestedSubscriptionIds=[];this.SubscriptionModalTimerDelay="0";this.properties={};this.show_successful_subscription_message=!1;this.show_subscription_form=!0;this.show_subscribed_items=!1;this.show_subscription_items=!1;this.show_other_offerings=!1;this.openTimer=0;this.subscriber_email="";this.sitecoreData=this.elm.nativeElement.getAttribute("sitecoreData");this.sitecoreJson=JSON.parse(this.sitecoreData);this.privacyPolicyText=this.sanitizer.bypassSecurityTrustHtml(this.sitecoreJson.PrivacyPolicyText);this.fixedBlueButton=$(".nuv-header-article__publish-date-container .nuv-button--blue").find("a");this.subscriptionIdMapping=$("#SubscriptionIdMapping").val();this.SubscriptionModalTimerDelay=$("#SubscriptionModalTimerDelay").val();this.userProfileData={firstName:"",lastName:"",email:""}}return n.prototype.minSelectedCheckboxes=function(n){return void 0===n&&(n=1),function(t){return t.controls.map(function(n){return n.value}).reduce(function(n,t){return t?n+t:n},0)>=n?null:{required:!0}}},n.prototype.ngOnInit=function(){var t=this,n=this,i="",r="",u="";window.nuvProfileData&&(this.userProfileData={firstName:window.nuvProfileData.firstName,lastName:window.nuvProfileData.lastName,email:window.nuvProfileData.email});this.urlEmail="";this.userProfileData&&(this.userProfileData.firstName&&(i=this.userProfileData.firstName),this.userProfileData.lastName&&(r=this.userProfileData.lastName),this.userProfileData.email&&(u=this.userProfileData.email));this.subscribeArticle=this.frmBuilder.group({firstname:[i,[vi.required]],lastname:[r,[vi.required]],email:[u,[vi.required,vi.pattern(/^[A-Za-z0-9._%+'-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/)]],docs:new bv([],this.minSelectedCheckboxes(1)),docsSubscribed:new bv([])});this.firstname.valueChanges.subscribe(function(){t.firstname&&t.firstname.value&&t.firstname.value.length>0&&0==t.firstname.value.trim().length&&t.firstname.setValue("",{emitEvent:!1})});this.lastname.valueChanges.subscribe(function(){t.lastname&&t.lastname.value&&t.lastname.value.length>0&&0==t.lastname.value.trim().length&&t.lastname.setValue("",{emitEvent:!1})});$(window).on("load",function(){""!=n.subscriptionIdMapping&&null!=n.subscriptionIdMapping&&(n.inputData.subscriptionData=n.subscriptionIdMapping,n.inputData.subscriptionTimer=n.SubscriptionModalTimerDelay);n.inputData&&(n.inputData.subscriptionTimer&&""!==n.inputData.subscriptionTimer&&(n.openTimer=1e3*parseInt(n.inputData.subscriptionTimer)),n.inputData.subscriptionData&&""!==n.inputData.subscriptionData?($(".nuv-subscription-plus-icon").length>0&&$(".nuv-subscription-plus-icon").find("a").attr("data-subscription-modal_ids",n.inputData.subscriptionData).attr("data-subscription-interested_modal_ids",n.inputData.interestedSubscriptionData),$(".nuv-subscription-plus-icon-mobile").length>0&&$(".nuv-subscription-plus-icon-mobile").find("a").attr("data-subscription-modal_ids",n.inputData.subscriptionData).attr("data-subscription-interested_modal_ids",n.inputData.interestedSubscriptionData),""!==n.inputData.subscriptionTimer&&null!==n.inputData.subscriptionTimer&&"0"!==n.inputData.subscriptionTimer&&setTimeout(function(){var t={};t.subscribeItemId=n.inputData.subscriptionData;t.timerFlag=!0;n.startTime=(new Date).getTime();console.log("On load initiated",t);n.OpenArticleSubscriptionModal(t)},n.openTimer)):($(".nuv-subscription-plus-icon").length>0&&$(".nuv-subscription-plus-icon").addClass("nuv-hide"),$(".nuv-subscription-plus-icon-mobile").length>0&&$(".nuv-subscription-plus-icon-mobile").addClass("nuv-hide")));$(".show_subscription_slider_btn").on("click",function(t){if(t.preventDefault(),$(".nuv-subscribe-modal").is(":visible"))return!1;n.subscriptionSliderBtn$=$(this);n.startTime=(new Date).getTime();var i={};$(this).attr("data-subscription-modal_ids")&&(n.clickedElement=$(this),i.subscribeItemId=$(this).attr("data-subscription-modal_ids"),i.subscribeInterestedItemId=$(this).attr("data-subscription-interested_modal_ids"),i.existingSubscriptionItemId=$(this).attr("data-subscribed-ids"),n.subscribeArticle.get("email").value?n.subscriber_email=n.subscribeArticle.get("email").value:n.urlEmail&&(n.subscriber_email=n.urlEmail),n.show_successful_subscription_message=!1,n.isSubmitted=!1,n.OpenArticleSubscriptionModal(i))});$(document.body).on("click",".show_subscription_slider_pdp_btn",function(t){t.preventDefault();var i={};n.startTime=(new Date).getTime();$(this).attr("data-PublishSystemSourceId")&&$(this).attr("data-PublishSystemId")&&(i.PublishSystemSourceId=$(this).attr("data-PublishSystemSourceId"),i.PublishSystemId=$(this).attr("data-PublishSystemId"),n.show_successful_subscription_message=!1,n.show_subscription_form=!0,n.isSubmitted=!1,n.OpenArticleProductDetailSubscriptionBtn(i))})})},Object.defineProperty(n.prototype,"firstname",{get:function(){return this.subscribeArticle.get("firstname")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lastname",{get:function(){return this.subscribeArticle.get("lastname")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"email",{get:function(){return this.subscribeArticle.get("email")},enumerable:!0,configurable:!0}),n.prototype.OpenArticleProductDetailSubscriptionBtn=function(n){var t=this;this.PublishSystemSourceId=n.PublishSystemSourceId;this.PublishSystemId=n.PublishSystemId;this.subscriptionService.getProductDetailSubscribeBtnTouchPointServiceCall(this.PublishSystemId,this.PublishSystemSourceId,this.apiprefixlink).then(function(n){t.properties=n;t.articleCheckboxes=t.properties.contentrows[0].subscribeitems;t.articleCheckboxesChecked=t.articleCheckboxes.map(function(n){return n.id});t.subscribeArticle.controls.docs.controls=[];t.articleCheckboxes.map(function(){var n=new ye(!0);t.subscribeArticle.controls.docs.push(n)});t.show_subscription_items=!0;t.ref.detectChanges();$(".nuv-subscribe-modal").is(":hidden")&&$(".nuv-subscribe-modal").slideToggle("slow");t.requestTime=(new Date).getTime()-t.startTime;console.log("Time taken for slider open : "+t.requestTime)})},n.prototype.OpenArticleSubscriptionModal=function(n){var t=this;this.timedSliderOn=!!n.timerFlag;this.articleSubscribeDocuments=n.subscribeItemId;console.log("Primary Subscription Id",n.subscribeItemId);(n.subscribeInterestedItemId&&this.userProfileData||n.subscribeInterestedItemId&&this.urlEmail)&&(this.articleSubscribeDocuments=n.subscribeItemId+","+n.subscribeInterestedItemId);this.allSubscriptionItems$=this.subscriptionService.getArticleTouchPointServiceCall(this.articleSubscribeDocuments,this.apiprefixlink);this.userProfileData&&this.userProfileData.email?(this.subscriber_email=this.userProfileData.email,this.alreadySubscribedItems$=this.subscriptionService.getSubscriptionsByEmail(this.userProfileData.email)):this.urlEmail?(this.alreadySubscribedItems$=this.subscriptionService.getSubscriptionsByEmail(this.urlEmail),this.subscriber_email=this.urlEmail):this.alreadySubscribedItems$=vu([]);console.log("subscription email",this.subscriber_email);vg([this.allSubscriptionItems$,this.alreadySubscribedItems$.pipe(yu(function(n){return console.log("Error in fecthing user subscription",n),vu([])}))]).subscribe(function(i){var r=i[1],f,e,o;t.properties=i[0];var s=!1,l=!1,h=!1,c=!1,u=[];t.properties.contentrows?((t.articleCheckboxes=t.properties.contentrows[0].subscribeitems,n.subscribeInterestedItemId&&(u=(u=n.subscribeInterestedItemId.split(",")).map(function(n){return parseInt(n)})),r&&r.subscriptionids&&(t.articleExistingSubscriptionIds=r.subscriptionids,t.articleExistingSubscriptionIds&&t.articleExistingSubscriptionIds.length>0))&&(f=n.subscribeItemId?n.subscribeItemId.split(","):[],s=(f=f.map(function(n){return parseInt(n)})).every(function(n){return-1!==t.articleExistingSubscriptionIds.indexOf(n)}),c=f.some(function(n){return-1!==t.articleExistingSubscriptionIds.indexOf(n)}),h=u.some(function(n){return-1!==t.articleExistingSubscriptionIds.indexOf(n)}),l=u.every(function(n){return-1!==t.articleExistingSubscriptionIds.indexOf(n)})),console.log("All Subscribe Items",t.articleCheckboxes),console.log("Existing Subscribe Items",t.articleExistingSubscriptionIds),console.log("Interested Subscribe Items",n.subscribeInterestedItemId),u&&0==s&&(u.length>0&&0==h&&(t.articleCheckboxes=t.articleCheckboxes.filter(function(n){return-1==u.indexOf(n.id)})),console.log(t.articleCheckboxes)),e=!1,(t.articleCheckboxes&&t.articleCheckboxes.length>0&&(e=t.articleCheckboxes.some(function(n){return t.articleExistingSubscriptionIds.includes(n.id)})),t.articleExistingSubscriptionIds&&t.articleExistingSubscriptionIds.length>0&&e&&1==c)?(t.show_subscription_form=!1,t.show_subscribed_items=!0,t.articleExistingSubscriptionCheckboxes=t.articleCheckboxes.filter(function(n){return-1!==t.articleExistingSubscriptionIds.indexOf(n.id)}),0==s?u.length>0&&(t.articleExistingSubscriptionCheckboxes=t.articleExistingSubscriptionCheckboxes.filter(function(n){return-1==u.indexOf(n.id)})):0==l&&1==h&&u.length>0&&(t.articleExistingSubscriptionCheckboxes=t.articleExistingSubscriptionCheckboxes.filter(function(n){return-1==u.indexOf(n.id)})),t.articleExistingSubscriptionCheckboxes.map(function(){var n=new ye({value:!0,disabled:!0});t.subscribeArticle.controls.docsSubscribed.push(n)}),t.articleCheckboxesChecked=[],t.subscribeArticle.controls.docs.controls=[],t.userProfileData||(t.subscribeArticle.controls.firstname.setValue(t.articleSubscriptionForm.firstname),t.subscribeArticle.controls.lastname.setValue(t.articleSubscriptionForm.lastname),t.subscribeArticle.controls.email.setValue(t.articleSubscriptionForm.emailaddress)),t.urlEmail&&r&&r.emailaddress&&r.firstname&&r.lastname&&(t.subscribeArticle.controls.firstname.setValue(r.firstname),t.subscribeArticle.controls.lastname.setValue(r.lastname),t.subscribeArticle.controls.email.setValue(r.emailaddress)),t.articleCheckboxes=t.articleCheckboxes.filter(function(n){return-1==t.articleExistingSubscriptionIds.indexOf(n.id)}),t.articleCheckboxes.map(function(){var n=new ye(!1);t.subscribeArticle.controls.docs.push(n)})):(t.show_subscription_form=!0,t.show_subscribed_items=!1,t.articleCheckboxesChecked=[],t.subscribeArticle.controls.docs.controls=[],o=!0,t.userProfileData.email&&(o=!1),t.userProfileData||t.urlEmail||t.articleCheckboxes&&t.articleCheckboxes.length>0&&(t.articleCheckboxesChecked=t.articleCheckboxes.map(function(n){return n.id})),0==c&&(t.articleCheckboxes=t.articleCheckboxes.filter(function(n){return-1==u.indexOf(n.id)})),t.articleCheckboxes.map(function(){var n=new ye(o);t.subscribeArticle.controls.docs.push(n)}),t.userProfileData.email&&r&&r.emailaddress&&r.firstname&&r.lastname&&(t.subscribeArticle.controls.firstname.setValue(r.firstname),t.subscribeArticle.controls.lastname.setValue(r.lastname),t.subscribeArticle.controls.email.setValue(r.emailaddress))),t.show_other_offerings=0==t.articleCheckboxes.length,t.show_subscription_items=!0,t.ref.detectChanges(),$(".nuv-subscribe-modal").is(":hidden")&&$(".nuv-subscribe-modal").slideToggle("slow"),t.requestTime=(new Date).getTime()-t.startTime,console.log("Time taken for slider open : "+t.requestTime)):console.warn("ajax call issue")})},n.prototype.CloseSubscription=function(){$(".nuv-subscribe-modal").slideToggle("slow");this.ngOnInit()},n.prototype.removeInvalidCharErrMsg=function(){this.afterSubmitted=!1},n.prototype.SubscribeDocument=function(){var n=this,t;if(!this.checkValidation())return this.isSubmitted=!0,!1;this.isSubmitted=!0;this.articleSubscriptionForm.firstname=this.subscribeArticle.value.firstname;this.articleSubscriptionForm.lastname=this.subscribeArticle.value.lastname;this.articleSubscriptionForm.emailaddress=this.subscribeArticle.value.email;this.articleSubscriptionForm.cadenceid=1;t=this;$.each($("input[name='nuv-subscribe-modal__checkbox']:checked"),function(){t.finalCheckboxesChecked.push(parseInt($(this).attr("id")))});this.articleSubscriptionForm.subscriptionids=this.articleExistingSubscriptionIds?this.finalCheckboxesChecked.concat(this.articleExistingSubscriptionIds):this.finalCheckboxesChecked;this.subscriptionService.AddSubscriptionServiceCall(this.articleSubscriptionForm,this.apiprefixlink).subscribe(function(t){null===t&&(n.show_successful_subscription_message=!0,n.show_subscription_form=!1,n.show_subscribed_items=!1,n.isSubmitted=!1,n.ref.detectChanges(),n.articleCheckboxesChecked=[],n.finalCheckboxesChecked=[],n.setButtonAfterSubscribe())},function(t){"Unknown Error"===t.statusText&&0===t.status&&(n.afterSubmitted=!0)})},n.prototype.setButtonAfterSubscribe=function(){this.clickedElement&&(this.clickedElement.parent().hasClass("article-nuv-socials__unsubscribed")||this.clickedElement.parent().hasClass("article-nuv-socials__subscribed")?this.clickedElement.parent().removeClass("article-nuv-socials__unsubscribed").addClass("article-nuv-socials__subscribed"):this.clickedElement.parent().hasClass("nuv-bottom-left-unsubscribed")&&this.clickedElement.parent().removeClass("nuv-bottom-left-unsubscribed").addClass("nuv-bottom-left-subscribed"))},n.prototype.onCheckboxChange=function(n,t){if(n.target.checked&&this.articleCheckboxesChecked.push(t),!n.target.checked){var i=this.articleCheckboxesChecked.indexOf(t);i>-1&&this.articleCheckboxesChecked.splice(i,1)}},n.prototype.checkValidation=function(){return""!=this.subscribeArticle.value.firstname.trim()&&""!=this.subscribeArticle.value.lastname.trim()&&""!=this.subscribeArticle.value.email.trim()},n}(),pft=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){var n=this;this.pdfItemUrl$=this.store.pipe(ui(di,{propertyName:this.propertyName}));this.pdfItemUrl$.subscribe(function(t){la(t)&&"block"!=$("#"+n.subscribeLinkId).css("display")?$("#"+n.subscribeLinkId).css("display","none"):$("#"+n.subscribeLinkId).css("display","block")})},n}(),wft=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){var n=this;this.pdfItemUrl$=this.store.pipe(ui(di,{propertyName:this.propertyName}));this.pdfItemUrl$.subscribe(function(t){la(t)&&"block"!=$("#"+n.subscribeLinkId).css("display")?$("#"+n.subscribeLinkId).css("display","none"):$("#"+n.subscribeLinkId).css("display","block")})},n}(),dfi={TrendingCards:"TrendingCards",ManualCards:"ManualCards",RecentCards:"RecentCards",None:"None"},bft=function(){function n(n,t){this.store=n;this.productUrlService=t;this.callerType="PRODUCTCARDCAROUSEL"}return Object.defineProperty(n.prototype,"content",{set:function(n){n&&(console.log("prodct card carousel",n),window.NuveenComponents.featuredCardCarouselRetail&&window.NuveenComponents.featuredCardCarouselRetail.initSlider($(n.nativeElement),1e3*this.slideRotation,!1),window.NuveenComponents.utilityDrawer&&setTimeout(function(){window.NuveenComponents.utilityDrawer.initialized||window.NuveenComponents.utilityDrawer.init();window.NuveenComponents.utilityDrawer.renderProducts()},2e3))},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){this.productCard()},n.prototype.ngAfterViewInit=function(){var n=this;this.productCardCarousels$.subscribe(function(t){t&&0!==t.length&&n.mode.toLowerCase()===dfi.RecentCards.toLowerCase()&&t.length>=2&&n.unHideCarouselComponent()})},n.prototype.productCard=function(){var i,r,f=this,n=this,u=window.localStorage.getItem("recentproducts"),t=[];if(this.mode.toLowerCase()===dfi.RecentCards.toLowerCase()&&u){if(!(t=JSON.parse(u))||t.length<2)return void(this.productCardCarousels$=new ii(function(n){n.next(null);n.complete()}));Object.keys(t).reverse().forEach(function(n){r=r?r+","+t[n].cusip:t[n].cusip});i=this.apiBaseUrl+r}else i=this.apiBaseUrl+this.cusips;this.store.dispatch(new wr(new br(i,!1)));this.productCardCarousels$=this.store.pipe(ui(kh,{url:i}),yt(function(t){if(t){var i=[];return Object.values(t).map(function(t){var r=vt({},t),u=f.productUrlService.getProductUrl(null!=r.symbol?r.symbol:r.fundcode),e,o,s,h;u&&((r.productUrl=u,"closed-end-funds"==r.productpath)?(e=JSON.parse(n.cefDataPointGroupString),r.FundDataPointGroup=n.getDataPointGroups(e,r)):"exchange-traded-funds"==r.productpath?(o=JSON.parse(n.etfDataPointGroupString),r.FundDataPointGroup=n.getDataPointGroups(o,r)):"mutual-funds"==r.productpath?(s=JSON.parse(n.mfDataPointGroupString),r.FundDataPointGroup=n.getDataPointGroups(s,r)):"separately-managed-accounts"==r.productpath&&(h=JSON.parse(n.smaDataPointGroupString),r.FundDataPointGroup=n.getDataPointGroups(h,r)),r.tileData=JSON.stringify("separately-managed-accounts"==r.productpath?{type:"Product",url:r.productUrl,eyebrow:r.producttype,title:""}:{type:"Product",url:r.productUrl,eyebrow:r.producttype,title:r.fundname,ticker:r.fundcode}),i.push(r))}),i}}))},n.prototype.getDataPointGroups=function(n,t){return n.map(function(n){var r,i,u,f;if(n)return(n.dataPoint.show=!n.dataPoint.hideLabel,n.dataPoint&&n.dataPoint.labelApiProperty)&&(r=n.dataPoint.labelApiProperty.replace("[0].",""),t.hasOwnProperty(r)&&(n.dataPoint.label=ls(t[r],"{0}",n.dataPoint.labelString))),n.dataPoint&&n.dataPoint.apiProperty&&(i=n.dataPoint.apiProperty.replace("[0].",""),t.hasOwnProperty(i)&&(u=hr(n.dataPoint.displayStyle,t[i]?t[i]:"",3),n.dataPoint.value=u.value,f=null,"Star Rating"===n.dataPoint.displayStyle&&(f=u.classes),n.dataPoint.displayStyleCssClass=f)),n.subDataPoints&&n.subDataPoints.forEach(function(n){var r,i,u,f;(n.show=!n.hideLabel,n.labelApiProperty)&&(r=n.labelApiProperty.replace("[0].",""),t.hasOwnProperty(r)&&(n.label=ls(t[r],"{0}",n.labelString)));n.apiProperty&&(i=n.apiProperty.replace("[0].",""),t.hasOwnProperty(i)&&(u=hr(n.displayStyle,t[i]?t[i]:"",3),n.value=u.value,f=null,"Star Rating"===n.displayStyle&&(f=u.classes),n.displayStyleCssClass=f))}),n})},n.prototype.hideCarouselComponent=function(){$("#"+this.mainDivId).css("display","none")},n.prototype.unHideCarouselComponent=function(){$("#"+this.mainDivId).css("display","block")},n.prototype.compareProduct=function(n){var t=(n=n||window.event).target.getAttribute("data-fund-ticker"),i=n.target.getAttribute("data-fund-name");t&&window.dispatchEvent(new CustomEvent("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:t,name:i}}))},n}(),kft=function(){return function(){}}(),dft=function(){return function(){}}(),gft=function(){function n(n,t,i){this.store=n;this.visibilityService=t;this.productUrlService=i}return n.prototype.ngOnInit=function(){var n=this;$(".js-overlay-trigger-open").on("click.nuv-product-detail-fund-overlay",this.findAnotherFundRecentProducts.bind(this));this.visibilityService.whenVisible(this.elemRef.nativeElement).then(function(){n.findAnotherFund()})},n.prototype.findAnotherFundRecentProducts=function(){var n;"true"==this.isModelPortfolio?(n=window.localStorage.getItem("models"))&&(this.recentViewedProducts=JSON.parse(n)):(n=window.localStorage.getItem("products"))&&(this.recentViewedProducts=JSON.parse(n))},n.prototype.findAnotherFund=function(){var n=this;this.store.dispatch(new wr(new br(this.apiUrl,!1)));this.findAnotherFunds$=this.store.pipe(ui(kh,{url:this.apiUrl}),yt(function(t){var i,r;if(t)return i=[],"true"==n.isModelPortfolio?(r=Object.values(t).map(function(n){return n.assetclass}),r.filter(function(n,t){return r.indexOf(n)===t}).forEach(function(n){var f=t.filter(function(t){return t.assetclass==n}),r,u;f.sort(function(n,t){return n.fundname===t.fundname?0:n.fundname<t.fundname?-1:1});r=new kft;u=[];r.columnTitle=n;f.forEach(function(n){var t=window.productUrls[n.symbol],i;(null!=t&&null!=t||(t=window.productUrls[n.fundcode]),t)&&(i=new dft,i.columnItemName=n.fundname,i.columnItemLink=t,u.push(i))});u.length>0&&(r.columnContents=u,i.push(r))})):"true"==n.is529Fund?t.assetclasses&&t.assetclasses.forEach(function(r){var e,u,f;t.portfoliooverview&&(e=t.portfoliooverview.filter(function(n){return n.assetclass==r}),e.sort(function(n,t){return n.fundname===t.fundname?0:n.fundname<t.fundname?-1:1}),u=new kft,f=[],u.columnTitle=r,e.forEach(function(t){var r=n.productUrlService.getProductUrl(null!=t.symbol?t.symbol:t.fundcode),i;r&&(i=new dft,i.columnItemName=t.fundname,i.columnItemLink=r,f.push(i))}),f.length>0&&(u.columnContents=f,i.push(u)))}):t.assetclasses&&t.assetclasses.forEach(function(r){var e,u,f;t.productoverview&&(e=t.productoverview.filter(function(n){return n.assetclass==r}),e.sort(function(n,t){return n.fundname===t.fundname?0:n.fundname<t.fundname?-1:1}),u=new kft,f=[],u.columnTitle=r,e.forEach(function(t){var r=n.productUrlService.getProductUrl(null!=t.symbol?t.symbol:t.fundcode),i;r&&(i=new dft,i.columnItemName=t.fundname,i.columnItemLink=r,f.push(i))}),f.length>0&&(u.columnContents=f,i.push(u)))}),i}))},n}(),net=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){var t=this,n=this;null!=this.featuredAssetsClassesString&&null!=this.featuredAssetsClassesString&&""!=this.featuredAssetsClassesString&&(this.featuredAssetsClasses=JSON.parse(this.featuredAssetsClassesString),null!=this.featuredAssetsClasses&&null!=this.featuredAssetsClasses&&(this.store.dispatch(new wr(new br(n.featuredAssetsClasses.featuredAssetClassesAPIUrl,!1))),this.featuredAssesetClassesAPIData$=this.store.pipe(ui(kh,{url:n.featuredAssetsClasses.featuredAssetClassesAPIUrl}),yt(function(n){if(n)return Object.values(n).map(function(n){if(n)return n})})),this.featuredAssesetClassesAPIData$.subscribe(function(n){t.featuredAssetsClasses.slides.map(function(t){t.className=n&&n.find(function(n){return n.id==t.SliderId})?n.find(function(n){return n.id==t.SliderId}).name:"";t.classCount=n&&n.find(function(n){return n.id==t.SliderId})?n.find(function(n){return n.id==t.SliderId}).count:0});t.featuredAssetsClasses.slides.forEach(function(n){n.classCount="4"===n.SliderId.toString()?n.classCount+1:n.classCount});n&&null!=window.NuveenComponents&&null!=window.NuveenComponents.filteredButtons&&setTimeout(function(){window.NuveenComponents.filteredButtons.init()},500)}),this.store.dispatch(new wr(new br(n.featuredAssetsClasses.defaultPageDataApiUrl,!0))),this.featuredAssetsClasses.dataPoints.forEach(function(i){i.value$=t.store.pipe(ui(di,{propertyName:i.apiProperty,url:n.featuredAssetsClasses.defaultPageDataApiUrl}),cs("{0}",i.labelString));i.shorthandAttribute=i.apiProperty.split(".").pop()})))},n.prototype.slideClick=function(n){var i=this,t=this;null!=n&&null!=n&&""!=n&&(this.store.dispatch(new wr(new br(t.featuredAssetsClasses.assetClassPageDataApiUrl+n.toString(),!0))),this.featuredAssetsClasses.dataPoints.forEach(function(n){var r=n.apiProperty.replace("totals","counts");n.value$=i.store.pipe(ui(di,{propertyName:r,url:t.featuredAssetsClasses.assetClassPageDataApiUrl}),cs("{0}",n.labelString));n.shorthandAttribute=n.apiProperty.split(".").pop()}))},n}(),tet=function(){function n(n){this.store=n}return n.prototype.ngOnInit=function(){var n=this;this.secFilingLink$=this.store.pipe(ui(di,{propertyName:"seccik"}));this.secFilingLink$.subscribe(function(t){t&&null!=t&&(n.secFilingLink=n.secFilingUrl+t.toString())})},n}(),iet=function(){function n(){}return n.prototype.ngOnInit=function(){},n}(),ret=function(){function n(n,t){this.store=n;this.productUrlService=t;this.callerType="MODELCARDCAROUSEL"}return n.prototype.ngOnInit=function(){this.modelCard()},n.prototype.modelCard=function(){var t=this,r=this,i,n;this.baseballCards=JSON.parse(this.baseballCardModelString);i=this.baseballCards.map(function(n){return n.baseballCardCode}).join();n=this.apiBaseUrl+i;this.store.dispatch(new wr(new br(n,!1)));this.modelCardCarousels$=this.store.pipe(ui(dh,{url:n,propertyName:"baseballcard"}));this.modelCardCarousels$.subscribe(function(n){n&&null!=n&&Object.keys(n).length>0&&(t.modelCardCarousels=Object.values(n).map(function(n){var u=t.productUrlService.getProductUrl(n.code),i=r.baseballCards.find(function(t){return t.baseballCardCode==n.code});return i.banner=n.banner,i.name=n.name,i.url=u||"/pagenotfound",i.portfolios.forEach(function(t){var i=n.portfolios.find(function(n){return n.portfoliocode==t.portfoliocode});t.portfolioname=i.portfolioname;t.portfolioallocation=i.portfolioallocation}),i}),window.NuveenComponents&&window.NuveenComponents.baseballCardCarousel&&setTimeout(function(){window.NuveenComponents.baseballCardCarousel.init()},5e3))})},n}(),shu=function(){return function(){}}(),hhu=function(){return function(){}}(),chu=function(){return function(){}}(),uet=function(){function n(n,t){this.store=n;this.productUrlService=t;this.targetAllocationQyeryKey="targetallocation";this.isMobileTabletDeviceVar=gg()}return n.prototype.ngOnInit=function(){this.allTaDescription=JSON.parse(this.taDescrString);this.tabsWrapperClass=this.allTaDescription.length>=4?"nuv-model-portfolios-detail__tabs-wrapper nuv-model-portfolios-detail__tab-wrapper-four":"nuv-model-portfolios-detail__tabs-wrapper nuv-model-portfolios-detail__tab-wrapper-one";this.targetAllocationQueryValue=gat(this.targetAllocationQyeryKey);this.getTargetAllocations()},n.prototype.getTargetAllocations=function(){var t=this,n=this;this.store.dispatch(new wr(new br(this.apiUrl,!1)));this.portfolios$=this.store.pipe(ui(dh,{url:this.apiUrl,propertyName:"portfolio"}));this.portfolios$.subscribe(function(t){t&&(n.allTaDescription.forEach(function(i){var r=t.find(function(n){return n.portfoliocode==i.portfoliocode});i.portfolioname=r.portfolioname;i.sortorder=r.sortorder;encodeURI(i.portfolioname.toLowerCase())==n.targetAllocationQueryValue.toLowerCase()&&(n.selectedTaDescription=i)}),n.allTaDescription=n.allTaDescription.sort(dg("sortorder")),n.selectedTaDescription||(n.selectedTaDescription=n.allTaDescription[0]))});this.targetAllocations$=this.store.pipe(ui(dh,{url:this.apiUrl,propertyName:this.targetAllocationQyeryKey}));this.targetAllocations$.subscribe(function(i){var r=[];i&&(i.forEach(function(i){var u=new shu,f;u.portfoliocode=i.portfoliocode;u.asofdate=hr("Date",i.asofdate).value;f=[];i.allocations.forEach(function(n){var i=new hhu,r;i.categoryname=n.categoryname;i.strategic=null!==n.strategic?ar(n.strategic,1)+"%":null;i.tactical=null!==n.tactical?ar(n.tactical,1)+"%":null;i.targetStr=null!==n.target?ar(n.target,1)+"%":null;i.target=null!==n.target?n.target:0;i.titlecss=t.getTableTitleCss(n.categoryname);r=[];n.funds.forEach(function(n){var u=t.productUrlService.getProductUrl(null!=n.symbol?n.symbol:n.fundcode),i=new chu;i.fundcode=n.fundcode;i.symbol=n.symbol;i.name=n.name;i.productshortname=t.getFundTypeFromProductPath(n.productpath);i.producturl=u||"/pagenotfound";i.strategic=null!==n.strategic?ar(n.strategic,1):null;i.tactical=null!==n.tactical?ar(n.tactical,1):null;i.target=null!==n.target?ar(n.target,1):null;r.push(i)});r.length>0&&(i.funds=r);f.push(i)});f.length>0&&(u.allocations=f);r.push(u);u.portfoliocode==n.selectedTaDescription.portfoliocode&&(n.selectedTargetAllocation=u)}),n.allTargetAllocations=r,n.selectedTaDescription.portfolioallocation=n.selectedTargetAllocation.allocations,n.chartPlotOption=t.getGraphPlotOptions())})},n.prototype.getFundTypeFromProductPath=function(n){return"closed-end-funds"==n?fi.closeEndFundShortName:"exchange-traded-funds"==n?fi.exchaneTradedFundShortName:"model-portfolios"==n?fi.modelPortfolioShortName:"mutual-funds"==n?fi.mutualFundShortName:"separately-managed-accounts"==n?fi.separatelymanagedShortName:void 0},n.prototype.getTableTitleCss=function(n){var t=bfi.find(function(t){return t.name.toLowerCase()==n.toLowerCase()});return"table-title "+(t.class?t.class:"light-blue")},n.prototype.gotoCardContent=function(n){n&&(this.selectedTaDescription=this.allTaDescription.find(function(t){return t.portfoliocode==n}),this.selectedTargetAllocation=this.allTargetAllocations.find(function(t){return t.portfoliocode==n}),this.selectedTaDescription.portfolioallocation=this.selectedTargetAllocation.allocations,this.chartPlotOption=this.getGraphPlotOptions(),this.updateUrl())},n.prototype.changeCardContent=function(n){var i=this,t=this.allTaDescription.findIndex(function(n){return n.portfoliocode==i.selectedTaDescription.portfoliocode});this.selectedTaDescription="prev"==n?0==t?this.allTaDescription[this.allTaDescription.length-1]:this.allTaDescription[t-1]:t==this.allTaDescription.length-1?this.allTaDescription[0]:this.allTaDescription[t+1];this.selectedTargetAllocation=this.allTargetAllocations.find(function(n){return n.portfoliocode==i.selectedTaDescription.portfoliocode});this.selectedTaDescription.portfolioallocation=this.selectedTargetAllocation.allocations;this.chartPlotOption=this.getGraphPlotOptions();this.updateUrl()},n.prototype.updateUrl=function(){if(gat(this.targetAllocationQyeryKey)){var n=lp(window.location.href,this.targetAllocationQyeryKey,this.selectedTaDescription.portfolioname);history.pushState(null,"",n)}},n.prototype.getGraphPlotOptions=function(){var n={charttype:"pie",isDonutChart:!0,chartVariant:"",legendSelected:!0,legendHorizontal:"left",legendVertical:"bottom",legendLayout:"horizontal",xaxistitle:this.replaceSpaceWithBreaks(this.selectedTaDescription.portfolioname),innerSize:"70%",size:"80%",height:"550",dataLabels:!0,showInLegend:!0,colors:["#338FBD","#0D233A","#34AC96","#6EAEBD","#52B242"],slicedOffset:0,chartContainerClass:"nuv-model-portfolio-chart",margin:[20,0,190,0],backgroundColor:"#E8F5F8",applyAllocationColor:!0};return this.isMobileTabletDeviceVar?(n.margin=[20,0,190,0],n.chartContainerClass="nuv-model-portfolio-chart"):this.selectedTargetAllocation.allocations.length<3&&(n.margin=[20,0,50,0],n.size="70%",n.chartContainerClass="nuv-model-portfolio-chart hasOffset"),n},n.prototype.replaceSpaceWithBreaks=function(n){if(n)return n.split(" ").join("<br/>")},n}(),fet=function(){function n(n,t,i){this.store=n;this.ngZone=t;this.visibilityService=i;this.showDateBoolean=!1;this.hrefString="";this.containingElementSelector=".nuv-tabbed-content__tab-content-item";this.loadDataEvent="loadApiData";this.modalLoginContainer="modal-logincontainer";this.modalErrormessage="modal-errormessage";this.secureLinkClass="secure-link locked-content";this.loaderId=""+Math.random().toString(36).substr(2,9)}return n.prototype.ngAfterViewInit=function(){var n=this;null!=this.loaderRef&&this.ngZone.runOutsideAngular(function(){window.nuveenLoaderGraphic(n.loaderId,!0)});this.visibilityService.whenVisible(this.componentRef.nativeElement).then(function(){n.loadLiteratureData()})},n.prototype.ngOnInit=function(){this.apiLiteratureData=[];this.showDates&&(this.showDateBoolean="true"==this.showDates.toLowerCase())},n.prototype.loadLiteratureData=function(){var n=this;this.apiUrl.includes("{cusip}")?this.store.select(di,{propertyName:"cusip"}).subscribe(function(t){null!=t&&(n.apiUrl=n.apiUrl.replace("{cusip}",t),n.store.dispatch(new wr(new br(n.apiUrl,!1))),n.apiLiteratureData$=n.store.select(kh,{url:n.apiUrl}),n.apiLiteratureData$.subscribe(function(t){console.log("literature data",t);n.apiLiteratureData=t}))}):(this.store.dispatch(new wr(new br(this.apiUrl,!1))),this.apiLiteratureData$=this.store.select(kh,{url:this.apiUrl}),this.apiLiteratureData$.subscribe(function(t){console.log("literature data",t);n.apiLiteratureData=t}))},n.prototype.getHrefUrl=function(n){return n&&n.NavigateUrl?(this.hrefString=n.NavigateUrl,this.hrefString):n.Url?(this.hrefString=n.Url,this.hrefString):void 0},n}(),eet=function(){function n(n){this.store=n}return Object.defineProperty(n.prototype,"tickercode",{get:function(){return this._tickercode},set:function(n){n&&(this._tickercode=n)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ctatext",{get:function(){return this._ctatext},set:function(n){n&&(this._ctatext=n)},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){var n=this;this.teyurl="https://api.nuveen.com/CEFWebApi/api/fundData/";this.buttonText=this.ctatext;null!=this.tickercode&&(this.ticker=this.tickercode,this.store.dispatch(new wr(new br(this.teyurl+this.ticker,!1))),this.store.pipe(ui(dh,{url:this.teyurl+this.ticker,propertyName:"stateCode"})).subscribe(function(t){n.isTaxable=isNaN(t)}))},n}(),oet=function(){function n(n,t){this.store=n;this.productUrlService=t;this.showWhiteGrowth=this.showWhiteIncome=!0;this.showMiniCardVersion="false";this.isPrimaryObjectiveTabClicked=!1;this.primaryObjectiveLabel=fi.modelPortfolioHeroPrimaryObjectiveLabel;this.secondaryObjectiveLabel=fi.modelPortfolioHeroSecondaryObjectiveLabel;this.cardHeading=fi.modelPortfolioHeroAllLabel;this.isFilterOpen=!1;this.resetFilterAndViewLinkLabel=fi.modelPortfolioHeroResetFilterAndViewLinkLabel;this.showResetFilterAndViewLinkLabel=!1;this.noPreferenceLabel=fi.modelPortfolioHeroNoPreferenceLabel;this.riskToleranceLabel=fi.modelPortfolioHeroRiskToleranceLabel;this.modelPortfolioHeroResetFilterLinkLabel=fi.modelPortfolioHeroResetFilterLinkLabel;this.initializeRiskFilters();this.hideOnload=!0;this.isNoPrefChecked=!0;this.isNoPrefDisabled=!0;this.disabledSlider=!1;this.clickRiskTolerance=!1;this.hideResetLink=!0;this.primaryObjectives=[];this.selectedPrimaryFilterTab="";this.secondaryTabs=[];this.riskBeforeNoPreference="";this.selectedRiskTolerance=""}return n.prototype.ngOnInit=function(){var t=this,i,n;this.baseballCards=JSON.parse(this.baseballCardModelString);i=this.baseballCards.map(function(n){return n.baseballCardCode}).join();n=this.apiBaseUrl+i;this.store.dispatch(new wr(new br(n,!1)));this.primaryObjectiveTab$=this.store.pipe(ui(dh,{url:n,propertyName:"primaryobjectives"}));this.primaryObjectiveTab$.subscribe(function(n){n&&(t.primaryObjectives=n)});this.secondaryObjectiveTab$=this.store.pipe(ui(dh,{url:n,propertyName:"secondaryobjectives"}));this.secondaryObjectiveTab$.subscribe(function(n){if(n){var i=Object.values(n).map(function(n){return{name:n.name,code:n.code,isDisabled:!0,isSelected:!1}});t.secondaryObjectives=i}});this.modelCardCarousels$=this.store.pipe(ui(dh,{url:n,propertyName:"baseballcard"}));this.loadModelCard();this.onResize()},n.prototype.initializeRiskFilters=function(){this.selectedRiskToleranceOptions=Object.assign({},{showTicksValues:!0,stepsArray:[{value:0,legend:"Conservative"},{value:1,legend:"Moderate"},{value:2,legend:"High"}],vertical:!1,height:"250px"},{disabled:!0})},n.prototype.loadModelCard=function(){var n=this,t=this;this.modelCardCarousels$.subscribe(function(i){if(i){var r=Object.values(i).map(function(n){var r=window.productUrls[n.code],i=t.baseballCards.find(function(t){return t.baseballCardCode==n.code});return i.banner=n.banner,i.name=n.name,i.primaryObjectiveCode=n.primaryobjectivecode,i.secondaryObjectiveCode=n.secondaryobjectivecode,i.url=r||"/pagenotfound",i.portfolios.forEach(function(t){var i=n.portfolios.find(function(n){return n.portfoliocode==t.portfoliocode});t.portfolioname=i.portfolioname;t.portfolioallocation=i.portfolioallocation}),i});n.selectedModelCards=n.allModelCards=r}})},n.prototype.togglePrimaryObjectiveTab=function(n){var i=this,t;n&&(this.selectedPrimaryFilterTab=n,this.showWhiteGrowth=this.showWhiteIncome=!0,"growth"==n?this.showWhiteGrowth=!1:"income"==n&&(this.showWhiteIncome=!1),this.isPrimaryObjectiveTabClicked=!0,this.isFilterOpen=this.showResetFilterAndViewLinkLabel=!0,this.isNoPrefDisabled=!1,this.isNoPrefChecked=this.showHighLowerLabel=!0,this.hideOnload=!1,this.showMiniCardVersion="false",this.selectedRiskTolerance="",this.updateSecondaryTabData(n),t=$(".baseball-card-filter__objective-fullwidth").offset().top,$("html, body").animate({scrollTop:t}));this.setLabels(!0,n);this.updateSelectedModelCards();this.createRiskToleranceData(!1);this.onResize();setTimeout(function(){i.addCustomAttributeRiskTolerance()})},n.prototype.setLabels=function(n,t){this.cardHeading=n?fi.modelPortfolioHeroFilterLabel:fi.modelPortfolioHeroAllLabel;this.showHighLowerLabel&&t&&("growth"==t?(this.highLabel=fi.modelPortfolioHeroHigherVolatilityReturnLabel,this.lowerLabel=fi.modelPortfolioHeroLowerVolatilityReturnLabel):"income"==t&&(this.highLabel=fi.modelPortfolioHeroHigherVolatilityYieldLabel,this.lowerLabel=fi.modelPortfolioHeroLowerVolatilityYieldLabel))},n.prototype.updateSecondaryTabData=function(n){void 0===n&&(n=null);var t=Array();this.allModelCards.filter(function(t){return t.primaryObjectiveCode==n}).forEach(function(n){n.secondaryObjectiveCode.forEach(function(n){t.indexOf(n)>=0||t.push(n)})});this.secondaryObjectives=this.secondaryObjectives.map(function(n){var i=t.findIndex(function(t){return t==n.code});return n.isDisabled=!(i>=0),n.isSelected=!1,n})},n.prototype.createRiskToleranceData=function(n){var t=Array();this.selectedModelCards.forEach(function(n){n.portfolios.forEach(function(n){t.findIndex(function(t){return t.toLowerCase()==n.portfolioname.toLowerCase()})>=0||t.push(n.portfolioname)})});this.selectedRiskToleranceOptions||this.initializeRiskFilters();this.selectedRiskToleranceOptions.stepsArray=t.map(function(n,t){return{value:t,legend:n}});this.selectedRiskToleranceOptions=Object.assign({},this.selectedRiskToleranceOptions,{disabled:n})},n.prototype.minimize=function(){this.isFilterOpen=!this.isFilterOpen;this.isFilterOpen?(this.resetSecondaryObj(),this.disabledSlider=!0,this.addCustomAttributeRiskTolerance()):(this.hideResetLink=!0,this.resetRiskTolerance());this.cardHeading=fi.modelPortfolioHeroAllLabel;this.commonReset()},n.prototype.openFilters=function(){this.isFilterOpen=this.isNoPrefDisabled=!0;this.hideOnload=!0;this.setLabels(!1,"");this.showResetFilterAndViewLinkLabel=!1;this.initializeRiskFilters();this.onResize()},n.prototype.reset=function(){this.resetSecondaryObj();this.hideOnload=!0;this.disabledSlider=!0;this.hideResetLink=!0;this.clickRiskTolerance=!1;this.isNoPrefChecked=!0;this.commonReset()},n.prototype.resetRiskTolerance=function(){this.hideOnload=!0;this.clickRiskTolerance=!1;this.selectedRiskTolerance=""},n.prototype.disableSecondaryTabs=function(n){var t=this,i="Responsible investing".toLowerCase();n&&"conservative"==n.toLowerCase()?(this.secondaryTabs.forEach(function(n){n.hideRisks&&n.hideRisks.length>0&&(n.isDisabled=!0,n.isSelected=!1)}),this.secondaryObjectives.forEach(function(n,r){n.title.toLowerCase()==i&&t.secondaryObjectives.splice(r,1)})):this.secondaryTabs.forEach(function(n){n.isDisabled=!1});this.isNoPrefChecked=!1},n.prototype.commonReset=function(){this.selectedPrimaryFilterTab="";this.showWhiteGrowth=this.showWhiteIncome=!0;this.isNoPrefDisabled=!0;this.showHighLowerLabel=!1;this.resetSecondaryObj();this.showResetFilterAndViewLinkLabel=!1;this.showMiniCardVersion="false";this.selectedRiskTolerance="";this.updateSelectedModelCards()},n.prototype.resetSecondaryObj=function(){this.secondaryObjectives=this.secondaryObjectives.map(function(n){return n.isDisabled=!0,n.isSelected=!1,n})},n.prototype.onSliderClick=function(n){console.log("onSliderClick(): riskToleranceValue: ",n)},n.prototype.getRiskTolerance=function(n){console.log("getRiskTolerance(): riskToleranceValue: ",n);n&&(this.selectedRiskTolerance=n,this.onSliderClick(this.selectedRiskTolerance))},n.prototype.selectSecondaryObj=function(n){this.secondaryObjectives=this.secondaryObjectives.map(function(t){return t.code==n&&(t.isSelected=!t.isSelected),t});this.onResize();this.updateSelectedModelCards()},n.prototype.noPrefClicked=function(){this.isNoPrefChecked=!this.isNoPrefChecked;this.showMiniCardVersion="false";this.selectedRiskTolerance="";this.updateSelectedModelCards()},n.prototype.addCustomAttributeRiskTolerance=function(){for(var t,i=$(".baseball-card-filter__learnmore-wrapper").find(".custom-slider .ng5-slider-ticks .ng5-slider-tick"),n=0;n<this.selectedRiskToleranceOptions.stepsArray.length;n++)t=i[n],$(t).attr("data-risk-tolerance",this.selectedRiskToleranceOptions.stepsArray[n].legend),$(t).find("span").attr("data-risk-tolerance",this.selectedRiskToleranceOptions.stepsArray[n].legend)},n.prototype.clickSliderElement=function(n){this.isNoPrefChecked=!1;this.selectedRiskTolerance=this.selectedRiskToleranceOptions.stepsArray.find(function(t){return t.value==n.value}).legend;this.updateSelectedModelCards()},n.prototype.onResize=function(){this.selectedRiskToleranceOptions||this.initializeRiskFilters();window.innerWidth<=760?(this.selectedRiskToleranceOptions.stepsArray=this.selectedRiskToleranceOptions.stepsArray.sort(dg("value","desc")),this.selectedRiskToleranceOptions=Object.assign({},this.selectedRiskToleranceOptions,{vertical:!0}),setTimeout(function(){$(".custom-slider").addClass("custom-vertical-slider");$(".custom-slider").css("height","250px")},500)):(this.selectedRiskToleranceOptions.stepsArray=this.selectedRiskToleranceOptions.stepsArray.sort(dg("value","asc")),this.selectedRiskToleranceOptions=Object.assign({},this.selectedRiskToleranceOptions,{vertical:!1}),setTimeout(function(){$(".custom-slider").removeClass("custom-vertical-slider");$(".custom-slider").css("height","")},500))},n.prototype.clickSliderEle=function(){for(var i=this,t=document.getElementsByClassName("ng5-slider-tick"),r=function(n){n.preventDefault();var t=this.getAttribute("data-risk-tolerance");t&&i.getRiskTolerance(t)},n=0;n<t.length;n++)t[n].addEventListener("click",r)},n.prototype.triggerSliderRiskValue=function(n){var t=document.getElementsByClassName("ng5-slider-tick");t&&t[n]&&$(t[n]).trigger("click")},n.prototype.updateSelectedModelCards=function(){var n,r=this,t,i;n=this.selectedPrimaryFilterTab&&this.selectedPrimaryFilterTab.length>0?this.allModelCards.filter(function(n){return n.primaryObjectiveCode==r.selectedPrimaryFilterTab}):this.allModelCards;t=this.secondaryObjectives.filter(function(n){return n.isSelected});t&&t.length>0&&(i=Array(),t.forEach(function(t){n.forEach(function(n){n.secondaryObjectiveCode.findIndex(function(n){return n==t.code})>=0&&i.findIndex(function(t){return t.baseballCardCode==n.baseballCardCode})<0&&i.push(n)})}),n=i);this.selectedRiskTolerance&&(this.showMiniCardVersion="true",n=n.map(function(n){if(n.portfolios.some(function(n){return n.portfolioname==r.selectedRiskTolerance}))return n}));this.selectedModelCards=n},n}(),set=function(){function n(n){this.tableStore=n}return n.prototype.ngOnInit=function(){this.loadInitialValues();null!=this.defaultkeystring&&this.defaultkeystring.trim().length>0&&this.onChange(this.defaultkeystring.trim())},n.prototype.loadInitialValues=function(){this.filters=JSON.parse(this.filterlistString);this.datapoint=JSON.parse(this.datapointString);this.tableId&&this.filterId&&(this.singleSelectFilter=new csu(this.filterId),this.singleSelectFilter.dataPoint=this.datapoint)},n.prototype.onChange=function(n){this.singleSelectFilter=vt({},this.singleSelectFilter);this.singleSelectFilter.filterValue=n;this.tableStore.dispatch(new gou(this.tableId,this.singleSelectFilter))},n}(),het=function(){function n(n,t){this.store=n;this.productUrlService=t;this.callerType="PRODUCTCARDCAROUSEL"}return n.prototype.ngOnInit=function(){this.productCard()},n.prototype.productCard=function(){var t=this,n=this;this.store.dispatch(new wr(new br(this.apiFullUrl,!1)));this.FeaturedProductCardData$=this.store.pipe(ui(kh,{url:this.apiFullUrl}),yt(function(i){if(i){var r=[];return Object.values(i).map(function(i){var u=vt({},i),f=t.productUrlService.getProductUrl(null!==u.symbol?u.symbol:u.fundcode),e,o,s,h;f&&((u.productUrl=f,"closed-end-funds"==u.productpath)?(e=JSON.parse(n.cefDataPointGroupString),u.FundDataPointGroup=n.getDataPointGroups(e,u)):"exchange-traded-funds"==u.productpath?(o=JSON.parse(n.etfDataPointGroupString),u.FundDataPointGroup=n.getDataPointGroups(o,u)):"mutual-funds"==u.productpath?(s=JSON.parse(n.mfDataPointGroupString),u.FundDataPointGroup=n.getDataPointGroups(s,u)):"separately-managed-accounts"==u.productpath&&(h=JSON.parse(n.smaDataPointGroupString),u.FundDataPointGroup=n.getDataPointGroups(h,u)),u.tileData=JSON.stringify("separately-managed-accounts"==u.productpath?{type:"Product",url:u.productUrl,eyebrow:u.producttype,title:""}:{type:"Product",url:u.productUrl,eyebrow:u.producttype,title:u.fundname,ticker:u.fundcode}),r.push(u))}),r}}));this.FeaturedProductCardData$.subscribe(function(n){!n||n.length<=0||(t.FeaturedProductCardData=n[0])})},n.prototype.getDataPointGroups=function(n,t){return n.map(function(n){var r,i,u,f;if(n)return n.dataPoint.show$=ii.create(function(t){t.next(!n.dataPoint.hideLabel);t.complete()}),r=n.dataPoint.labelApiProperty.replace("[0].",""),t.hasOwnProperty(r)&&(n.dataPoint.label$=ii.create(function(i){i.next(ls(t[r],"{0}",n.dataPoint.labelString));i.complete()})),i=n.dataPoint.apiProperty.replace("[0].",""),t.hasOwnProperty(i)&&(u=hr(n.dataPoint.displayStyle,t[i]?t[i]:"",3),n.dataPoint.value$=ii.create(function(n){n.next(u.value);n.complete()}),f=null,"Star Rating"===n.dataPoint.displayStyle&&(f=u.classes),n.dataPoint.displayStyleCssClass=f),n.subDataPoints&&n.subDataPoints.forEach(function(n){var r,i,u,f;n.show$=ii.create(function(t){t.next(!n.hideLabel);t.complete()});r=n.labelApiProperty.replace("[0].","");t.hasOwnProperty(r)&&(n.label$=ii.create(function(i){i.next(ls(t[r],"{0}",n.labelString));i.complete()}));i=n.apiProperty.replace("[0].","");t.hasOwnProperty(i)&&(u=hr(n.displayStyle,t[i]?t[i]:"",3),n.value$=ii.create(function(n){n.next(u.value);n.complete()}),f=null,"Star Rating"===n.displayStyle&&(f=u.classes),n.displayStyleCssClass=f)}),n})},n}(),lhu=function(){return function(){}}(),cet=function(){return function(){this.filterValues=[]}}(),aet=function(){function n(n,t){this.tableStore=n;this.Store=t;this.ungroupedValues=[];this.filterValueGroups=[];this.selectedFilters=[];this.count=0;this.isAPIDataGrouped=!1;this.defaultValuesArray=[];this.queryvaluelist=[]}return n.prototype.ngOnInit=function(){var n=this,t,i;this.multiSelectModel=JSON.parse(this.model);null!==this.queryparam&&null!==this.queryval&&"all"!==this.queryval.toLowerCase()&&(this.queryvaluelist=this.queryval.split("|||"));t=this.tableStore.select(uft,{tableId:this.tableId}).pipe(yt(function(t){return t.filter(function(t){return t.filterId===n.filterId})}));(t.subscribe(function(t){for(var u=function(n){n.isChecked=t.some(function(t){return t.value===n.value})},i=0,r=n.getAllFilterValues();i<r.length;i++)u(r[i]);n.updateSelectedFilterValues()}),this.anyFiltersApplied$=t.pipe(yt(function(n){return n.length>0})),this.tableId&&this.filterId&&this.multiSelectModel)&&(i=this.multiSelectModel.filterType,this.datapoint=this.multiSelectModel.dataPoint,this.modelId=this.multiSelectModel.ModalPopupId,this.filterButtonName=this.multiSelectModel.filterButtonName,this.defaultValuesArray=this.multiSelectModel.DefaultValue.split("|||").map(function(n){return n.trim()}),this.Store.dispatch(new wr(new br(this.multiSelectModel.APIUrl,!1))),this.filterData$=this.Store.pipe(ui(kh,{url:this.multiSelectModel.APIUrl})),this.filterData$.subscribe(function(t){if(t){var r,u=t[i];null!=u&&0!==u.length&&(n.isAPIDataGrouped=u[0].hasOwnProperty("subclasses"),n.isAPIDataGrouped?n.multiSelectModel.ignoreGroups?((r=new cet).name="",r.filterValues=u.reduce(function(t,i){return t.concat(i.subclasses.map(function(t){return n.toFilterValue(t)}))},[]),n.filterValueGroups=[r]):n.filterValueGroups=u.map(function(t){var i=new cet;return i.name=t.name,i.filterValues=t.subclasses.map(function(t){return n.toFilterValue(t)}),i}):((r=new cet).name="",r.filterValues=u.map(function(t){return n.toFilterValue(t)}),n.filterValueGroups=[r]),n.updateSelectedFilterValues(),n.selectUrlFilters(),n.updateStore())}}))},n.prototype.toFilterValue=function(n){var t=new lhu;return t.value=n.val,t.label=n.lbl,t.isChecked=this.defaultValuesArray.some(function(n){return n===t.value}),t},n.prototype.getAllFilterValues=function(){return this.filterValueGroups.reduce(function(n,t){return n.concat(t.filterValues)},[])},n.prototype.updateSelectedFilterValues=function(){this.selectedFilters=this.getAllFilterValues().filter(function(n){return n.isChecked});this.updateUrl()},n.prototype.toAppliedFilter=function(n){return new oft(this.filterId,n.label,n.value,n.isCustom)},n.prototype.selectUrlFilters=function(){var n=this.queryvaluelist.map(function(n){return new oft("","",n,!0)}),r=this.selectedFilters.map(function(n){return new oft("","",n.value,!1)});n=n.concat(r);for(var u=function(t){var i=n.find(function(n){return n.value.trim()===t.value});i&&(t.isChecked=!0,t.isCustom=i.isCustom)},t=0,i=this.getAllFilterValues();t<i.length;t++)u(i[t]);this.updateSelectedFilterValues()},n.prototype.selectAll=function(){for(var n,t=0,i=this.getAllFilterValues();t<i.length;t++)n=i[t],n.isChecked=!0,n.isCustom=!0;this.updateSelectedFilterValues()},n.prototype.resetFilters=function(){for(var n=0,t=this.getAllFilterValues();n<t.length;n++)t[n].isChecked=!1;this.updateSelectedFilterValues()},n.prototype.assignCustomFilterToAll=function(){for(var n=0,t=this.getAllFilterValues();n<t.length;n++)t[n].isCustom=!0;this.updateSelectedFilterValues()},n.prototype.singleclick=function(n){n.isChecked=!n.isChecked;n.isCustom=!0;this.updateSelectedFilterValues()},n.prototype.applyFilters=function(){this.assignCustomFilterToAll();this.updateStore();$(".nuv-multi-select-filter-modal .nuv-multi-select-filter-modal__close-btn").click()},n.prototype.updateStore=function(){var n=this;this.multiSelectFilter=new lsu(this.filterId);this.multiSelectFilter.dataPoint=this.datapoint;this.multiSelectFilter.appliedFilters=this.selectedFilters.map(function(t){return n.toAppliedFilter(t)});this.multiSelectFilter.ignoreGroups=this.multiSelectModel.ignoreGroups;this.tableStore.dispatch(new nsu(this.tableId,this.multiSelectFilter));this.updateUrl()},n.prototype.updateUrl=function(){for(var i,n,u,t="",r=0,f=this.selectedFilters.filter(function(n){return!0===n.isCustom});r<f.length;r++)t=t+f[r].value+"|||";t=t.substring(0,t.lastIndexOf("|||"));n=window.location.href;t.length>0?(u=-1!==n.indexOf("?")?"&":"?",-1==n.indexOf(this.queryparam)?(n=n+u+this.queryparam+"="+t,history.pushState(null,"",n)):(i=lp(n,this.queryparam,t),history.pushState(null,"",i))):(i=function(n,t){var r=n.split("?");if(r.length>=2){for(var f=encodeURIComponent(t)+"=",i=r[1].split(/[&;]/g),u=i.length;u-->0;)-1!==i[u].lastIndexOf(f,0)&&i.splice(u,1);return r[0]+(i.length>0?"?"+i.join("&"):"")}return n}(n,this.queryparam),history.pushState(null,"",i))},n}(),vet=function(){function n(n,t){this.store=n;this.tableStore=t;this.dateArray=[];this.monthArray=[];this.yearArray=[];this.dateString=""}return n.prototype.ngOnInit=function(){var n=new Date;this.date=("00"+n.getDate()).substr(-2);this.month=("00"+(n.getMonth()+1)).substr(-2);this.year=n.getFullYear().toString();this.filldate();this.fillmonth();this.fillyear();this.dateSelectorModel=JSON.parse(this.model);this.Search()},n.prototype.Search=function(){var n,t;(this.dateString="".concat(this.year,"-",("00"+this.month).substr(-2),"-",("00"+this.date).substr(-2)),this.tableId&&this.filterId&&this.dateSelectorModel)&&(this.dateSelectorModel.dataPoint&&(n=this.dateSelectorModel.dataPoint.apiProperty,n&&(n.indexOf("[")>-1&&(t=n.split("["),n=t[0]),this.apiproperty=n)),this.dateSelectFilter=new asu(this.filterId),this.dateSelectFilter.apiProperty=this.apiproperty,this.dateSelectFilter.date=this.dateString,this.tableStore.dispatch(new isu(this.tableId,this.dateSelectFilter)))},n.prototype.filldate=function(){for(var t,n=1;n<=31;n++)t=("0"+n).slice(-2),this.dateArray.push({value:t,text:n.toString()})},n.prototype.fillmonth=function(){this.monthArray.push({value:"01",text:"January"});this.monthArray.push({value:"02",text:"February"});this.monthArray.push({value:"03",text:"March"});this.monthArray.push({value:"04",text:"April"});this.monthArray.push({value:"05",text:"May"});this.monthArray.push({value:"06",text:"June"});this.monthArray.push({value:"07",text:"July"});this.monthArray.push({value:"08",text:"August"});this.monthArray.push({value:"09",text:"September"});this.monthArray.push({value:"10",text:"October"});this.monthArray.push({value:"11",text:"November"});this.monthArray.push({value:"12",text:"December"})},n.prototype.fillyear=function(){for(var t=new Date,i=parseInt(t.getFullYear().toString()),n=1997;n<=i;n++)this.yearArray.push({value:n.toString(),text:n.toString()})},n}(),yet=function(){function n(n,t,i,r){this.ref=n;this.frmBuilder=t;this.subscriptionService=i;this.ngZone=r;this.apiprefixlink=window.apiprefix;this.productDetailSubscriptionForm=new kfi;this.isSubmitted=!1;this.afterSubmitted=!1;this.checkAllProductCheckBoxes=!1;this.productDetailCheckboxesChecked=[];this.productDetailCheckboxes=[];this.result=null;this.properties={};this.show_CheckBoxErrorMessage=!1;this.show_successful_product_subscription_message=!1;this.show_product_subscription_form=!0}return n.prototype.ngOnInit=function(){var f=this,n,t;console.log("my code");var i="",r="",u="";window.nuvProfileData&&(n=window.nuvProfileData,n&&(n.firstName&&(i=n.firstName),n.lastName&&(r=n.lastName),n.email&&(u=n.email)));t=this;this.subscribeProductDetail=this.frmBuilder.group({firstname:[i,[vi.required]],lastname:[r,[vi.required]],email:[u,[vi.required,vi.pattern(/^[A-Za-z0-9._%+'-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/)]]});$(window).on("load",function(){f.ngZone.runOutsideAngular(function(){$(document.body).on("click",".nav-subscribe",function(n){n.preventDefault();t.startTime=(new Date).getTime();console.log("Clicked");var i={};i.fundCode=$(this).data("id");t.OpenProductDetailSubscriptionModal(i)})})});$(window).innerWidth()>=1023?$(window).scroll(function(){$(".nuv-share-class-selector--stuck").length>0?$(".nuv-product-detail-subscribe-modal").addClass("nuv-desktop-style"):$(".nuv-product-detail-subscribe-modal").removeClass("nuv-desktop-style")}):$(".nuv-product-detail-subscribe-modal").removeClass("nuv-desktop-style")},Object.defineProperty(n.prototype,"firstname",{get:function(){return this.subscribeProductDetail.get("firstname")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lastname",{get:function(){return this.subscribeProductDetail.get("lastname")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"email",{get:function(){return this.subscribeProductDetail.get("email")},enumerable:!0,configurable:!0}),n.prototype.OpenProductDetailSubscriptionModal=function(n){var t=this;this.fundCode=n.fundCode;this.subscriptionService.GetProductDetailTouchPointServiceCall(this.fundCode,this.apiprefixlink).then(function(n){$(".nuv-product-detail-subscribe-modal").addClass("nuv-show");t.requestTime=(new Date).getTime()-t.startTime;console.log("Time taken for slider open : "+t.requestTime);t.properties=n;t.productDetailCheckboxes=t.properties.contentrows[0].subscribeitems;t.ref.detectChanges()})},n.prototype.CloseSubscription=function(){this.productDetailCheckboxesChecked=[];this.ngOnInit();$(".nuv-product-detail-subscribe-modal").removeClass("nuv-show");this.isSubmitted&&(this.show_product_subscription_form=!0,this.show_successful_product_subscription_message=!1)},n.prototype.removeInvalidCharErrMsg=function(){this.afterSubmitted=!1},n.prototype.SubscribeDocument=function(){var n=this;this.checkAtleastOneCheckBoxChecked();this.isSubmitted=!0;this.subscribeProductDetail.valid&&!this.show_CheckBoxErrorMessage&&(this.productDetailSubscriptionForm.firstname=this.subscribeProductDetail.value.firstname,this.productDetailSubscriptionForm.lastname=this.subscribeProductDetail.value.lastname,this.productDetailSubscriptionForm.emailaddress=this.subscribeProductDetail.value.email,this.productDetailSubscriptionForm.cadenceid=1,this.productDetailSubscriptionForm.subscriptionids=this.productDetailCheckboxesChecked,this.subscriptionService.AddSubscriptionServiceCall(this.productDetailSubscriptionForm,this.apiprefixlink).subscribe(function(t){null===t&&(n.show_successful_product_subscription_message=!0,n.show_product_subscription_form=!1,n.productDetailCheckboxesChecked=[])},function(t){"Unknown Error"===t.statusText&&0===t.status&&(n.afterSubmitted=!0)}))},n.prototype.onCheckboxChange=function(n,t){if($("input[name='allMaterialsCheckbox']:checkbox").prop("checked",!1),this.checkAtleastOneCheckBoxChecked(),n.target.checked&&this.productDetailCheckboxesChecked.push(t),!n.target.checked){var i=this.productDetailCheckboxesChecked.indexOf(t);i>-1&&this.productDetailCheckboxesChecked.splice(i,1)}},n.prototype.allProductDetailCheckBoxes=function(n){var i=this,t;this.checkAtleastOneCheckBoxChecked();this.productDetailCheckboxesChecked=[];t=n.target.checked;this.productDetailCheckboxes.forEach(function(n){return n.selected=t});this.productDetailCheckboxes.forEach(function(n){i.productDetailCheckboxesChecked.push(n.id)});!0!==t?(this.productDetailCheckboxesChecked=[],$("input[name='checkboxStatus']:checkbox").prop("checked",!1)):(this.productDetailCheckboxes.forEach(function(n){n.checked=!1}),$("input[name='checkboxStatus']:checkbox").prop("checked",!0))},n.prototype.checkAtleastOneCheckBoxChecked=function(){this.show_CheckBoxErrorMessage=!($("#frmProductDetailSubscribe input:checked").length>0)},n}(),pet=function(){function n(n){this.tableStore=n}return n.prototype.ngOnInit=function(){this.filters$=this.tableStore.select(uft,{tableId:this.tableId});this.anyFilters$=this.filters$.pipe(yt(function(n){return n.length>0}));this.count$=this.tableStore.select(esu,{tableId:this.tableId})},n.prototype.removeFilter=function(n){this.tableStore.dispatch(new tsu(this.tableId,n))},n}(),wet=function(){function n(n,t){this.tableStore=n;this.Store=t}return n.prototype.ngOnInit=function(){var n=this.tableStore.select(uft,{tableId:this.tableId});this.anyFilters$=n.pipe(yt(function(n){return n.length>0}))},n.prototype.click=function(){this.tableStore.dispatch(new rsu(this.tableId))},n}(),rk=function(){function n(){this.activeIndex=0;this.imagePaths=["https://public-www-at.nuveen.com/images/896/925/1497905896925/2918_FI_hero_1380x800_3Up.jpg","https://public-www-at.nuveen.com/images/897/500/1497905897500/SMA-hero-image-holder_3Up.jpg","https://public-www-at.nuveen.com/images/222/425/1502495222425/5910_hero_1380x800px_1023_1x.jpg","https://public-www-at.nuveen.com/images/622/661/1502475622661/Bob_Doll_Market_Update_April_2018_hero_GI-888792042_3Up.jpg","https://public-www-at.nuveen.com/images/919/652/1502483919652/field-screengrab_3Up.png"]}return n.prototype.ngOnInit=function(){},n.prototype.ngAfterViewInit=function(){},n.prototype.showImage=function(n){this.activeIndex=n},n}(),bet=function(){function n(){}return n.prototype.ngOnInit=function(){},n}(),ket=function(){function n(){this.properties=[]}return n.prototype.ngOnInit=function(){null!=this.jsondisplayproperties&&(this.displayproperties=JSON.parse(this.jsondisplayproperties));null!=this.jsonproperties&&(this.properties=JSON.parse(this.jsonproperties),this.displayproperties.HideFeaturedCard||(this.featuredcard=this.properties.shift()));console.log("explore-the-ser","properties",this.properties,"featured",this.featuredcard,this.featuredcard.Title)},n}(),det=function(){function n(n){this.http=n;this.apiUrl="/global/api/imagegallery/getimagegallery?imageGalleryId="}return n.prototype.getImageGalleryData=function(n,t){return"institutional"===t&&(this.apiUrl="/en-us/institutional/api/imagegallery/getimagegallery?imageGalleryId="),this.http.get(""+this.apiUrl+n+"&siteName="+t).pipe(yu(this.handleError("getImageGallery")))},n.prototype.handleError=function(n,t){return void 0===n&&(n="operation"),function(i){return console.error(i),console.log(n+" failed: "+i.message),vu(t)}},n}(),get=function(){function n(n,t){this.imageGalleryEmbedService=n;this.elm=t;this.sourceId=this.elm.nativeElement.getAttribute("source-id");this.siteName=this.elm.nativeElement.getAttribute("site-name");this.alignToArticle=this.elm.nativeElement.getAttribute("align-to-article");console.log(this.alignToArticle)}return n.prototype.getImageGallery=function(){var n=this;this.imageGalleryEmbedService.getImageGalleryData(this.sourceId,this.siteName).subscribe(function(t){n.data=t})},n.prototype.ngOnInit=function(){this.getImageGallery()},n}(),not=function(){function n(){}return n.prototype.ngOnInit=function(){null!=this.WebinarString&&null!=this.WebinarString&&""!=this.WebinarString&&(this.Webinar=JSON.parse(this.WebinarString))},n}(),tot=function(){function n(){}return n.prototype.ngOnInit=function(){null!=this.FourUpIconCardString&&null!=this.FourUpIconCardString&&""!=this.FourUpIconCardString&&(this.FourUpIconCard=JSON.parse(this.FourUpIconCardString))},n}(),iot=function(){function n(){}return n.prototype.ngOnInit=function(){},n}(),rot=function(){function n(){}return n.prototype.ngOnInit=function(){null!=this.TimelineCarouselString&&null!=this.TimelineCarouselString&&""!=this.TimelineCarouselString&&(this.TimelineCarousel=JSON.parse(this.TimelineCarouselString),setTimeout(function(){window.NuveenComponents.timelineCarousel.initFromWCS()},1e3))},n}(),ahu=[ort,sft,lb,prt,hft,cw,krt,vut,put,wut,but,kut,nft,fft,gut,lft,yft,aft,vft,pft,wft,tet,iet,bft,gft,net,ret,uet,eet,fet,oet,set,aet,vet,pet,wet,het,yet,rk,bet,ket,get,not,tot,iot,rot],uot=function(){function n(n,t){var i=this;this.resolver=n;this.injector=t;ahu.forEach(function(n){var t=i.resolver.resolveComponentFactory(n);i.createElement(t.selector,n)})}return n.prototype.createElement=function(n,t){var i=function(n,t){var i=function(n,t){return t.get(vh).resolveComponentFactory(n).inputs}(n,t.injector),f=t.strategyFactory||new huu(n,t.injector),r=function(n){var t={};return n.forEach(function(n){var i,r=n.propName;t[(i=n.templateName,i.replace(/[A-Z]/g,function(n){return"-"+n.toLowerCase()}))]=r}),t}(i),u=function(n){function u(t){var i=n.call(this)||this;return i.injector=t,i}return b(u,n),Object.defineProperty(u.prototype,"ngElementStrategy",{get:function(){var n=this,e,r;return this._ngElementStrategy||(e=this._ngElementStrategy=f.create(this.injector||t.injector),r=i.filter(function(t){return n.hasOwnProperty(t.propName)}).map(function(t){var i=t.propName;return[i,n[i]]}),this instanceof u?r.forEach(function(t){var i=si(t,1);return delete n[i[0]]}):elt(i,this),r.forEach(function(n){var t=si(n,2);return e.setInputValue(t[0],t[1])})),this._ngElementStrategy},enumerable:!0,configurable:!0}),u.prototype.attributeChangedCallback=function(n,t,i){this.ngElementStrategy.setInputValue(r[n],i)},u.prototype.connectedCallback=function(){var n=this;this.ngElementStrategy.connect(this);this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(function(t){var i=function(n,t,i){if("function"!=typeof CustomEvent){var r=n.createEvent("CustomEvent");return r.initCustomEvent(t,!1,!1,i),r}return new CustomEvent(t,{bubbles:!1,cancelable:!1,detail:i})}(n.ownerDocument,t.name,t.value);n.dispatchEvent(i)})},u.prototype.disconnectedCallback=function(){this._ngElementStrategy&&this._ngElementStrategy.disconnect();this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)},u.observedAttributes=Object.keys(r),u}(luu);return elt(i,u.prototype),u}(t,{injector:this.injector});customElements.define(n,i)},n.prototype.ngDoBootstrap=function(){},n}(),lr=function(){function n(n){this.sanitized=n}return n.prototype.transform=function(n){return this.sanitized.bypassSecurityTrustHtml(n)},n}(),vhu=function(){function n(){this.sliderIndex=0;this.sliderTransform="translate3d(-"+100*this.sliderIndex+"%, 0, 0)";this.activateTimer=!1}return n.prototype.ngOnInit=function(){this.activeTitle=this.slides[this.sliderIndex].title;this.analyticsDataComponent=JSON.stringify({componentName:"themeCarousel",componentType:"Collection",title:this.title})},n.prototype.ngAfterViewInit=function(){var n=this;document.addEventListener("DOMContentLoaded",function(){n.initiateTimer()})},n.prototype.goNext=function(){this.sliderIndex=this.sliderIndex>=this.slides.length-1?0:this.sliderIndex+1;this.sliderTransform="translate3d(-"+100*this.sliderIndex+"%, 0, 0)";this.activeTitle=this.slides[this.sliderIndex].title;this.initiateTimer()},n.prototype.goPrevious=function(){this.sliderIndex=this.sliderIndex<=0?this.slides.length-1:this.sliderIndex-1;this.sliderTransform="translate3d(-"+100*this.sliderIndex+"%, 0, 0)";this.activeTitle=this.slides[this.sliderIndex].title;this.initiateTimer()},n.prototype.goTo=function(n){this.sliderIndex=n;this.sliderTransform="translate3d(-"+100*this.sliderIndex+"%, 0, 0)";this.activeTitle=this.slides[this.sliderIndex].title;this.initiateTimer()},n.prototype.initiateTimer=function(){this.timer&&(clearTimeout(this.timer),clearTimeout(this.triggerTimerBar));this.timer=setTimeout(this.goNext.bind(this),12e3);this.activateTimer=!1;this.triggerTimerBar=setTimeout(this.setActive.bind(this),1e3)},n.prototype.setActive=function(){this.activateTimer=!0},n.prototype.analyticsDataSlideItem=function(n){return JSON.stringify(vt({"@type":"Article"},n))},n}(),yhu=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{margin-top:45px;position:relative;display:block;width:100%;float:left}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]{margin-top:45px}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]{margin-top:45px}}.slider-container[_ngcontent-%COMP%]{position:relative;display:flex;width:100%;float:left;transition:transform 420ms cubic-bezier(.215,.61,.355,1);z-index:3}.slider-container-vertical-line-container[_ngcontent-%COMP%]{display:none}.slide-item[_ngcontent-%COMP%]{min-width:100%}.slide-item[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#253746;font-size:1.375rem;line-height:1.625rem;letter-spacing:-.034375rem;margin-top:0;margin-bottom:20px}@media only screen and (min-width:47.75rem){.main-title[_ngcontent-%COMP%]{font-size:1.75rem;line-height:2.25rem;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.main-title[_ngcontent-%COMP%]{font-size:2.25rem;line-height:2.875rem;letter-spacing:-.00625rem}}.feature[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.feature-cover[_ngcontent-%COMP%], .slider-aspect-ratio-cover[_ngcontent-%COMP%]{position:relative;width:100%;padding-top:100%;float:left}.feature-cover[_ngcontent-%COMP%]   img[_ngcontent-%COMP%], .feature-cover[_ngcontent-%COMP%]   picture[_ngcontent-%COMP%], .slider-aspect-ratio-cover[_ngcontent-%COMP%]   img[_ngcontent-%COMP%], .slider-aspect-ratio-cover[_ngcontent-%COMP%]   picture[_ngcontent-%COMP%]{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.feature-cover[_ngcontent-%COMP%]::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%)}.callout[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;background-color:#253746;z-index:10;min-height:270px;margin-top:-135px;padding:30px 30px 82px}.callout-eyebrow[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;color:#4cb2d0;line-height:1;font-size:.75rem;letter-spacing:.05625rem;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:47.75rem){.callout-eyebrow[_ngcontent-%COMP%]{font-size:.875rem;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.callout-eyebrow[_ngcontent-%COMP%]{letter-spacing:.075rem}}.callout-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;line-height:1.32;font-size:1rem;letter-spacing:-.01rem}@media only screen and (min-width:47.75rem){.callout-title[_ngcontent-%COMP%]{font-size:1.375rem;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.callout-title[_ngcontent-%COMP%]{font-size:1.75rem;letter-spacing:-.0175rem}}.callout-title[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{display:inline;border-bottom:1px solid transparent;transition:border-color .25s ease}.callout-title[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{border-color:#4cb2d0}.callout-title[_ngcontent-%COMP%]  em{color:#4cb2d0;font-style:italic}.callout-button[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid transparent;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;position:absolute;bottom:30px}.callout-button[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.callout-button[_ngcontent-%COMP%]::after, .callout-button[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.callout-button[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:#0092bc}.callout-button[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#005a74;transition:transform .25s cubic-bezier(.77,0,.175,1)}.callout-button[_ngcontent-%COMP%]:hover{color:#fff}.callout-button[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}.slider-dots[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-top:18px}.slider-dots-content[_ngcontent-%COMP%]{display:flex;justify-content:center}.slider-dot[_ngcontent-%COMP%]{position:relative;background-color:#bdc3c7;width:6px;height:6px;float:left;border-radius:20px;margin:10px}.slider-dot[_ngcontent-%COMP%]::before{content:'';display:block;width:16px;height:42px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.slider-dot--active[_ngcontent-%COMP%]{transform:scale(1.7);background-color:#253746}.background-pattern[_ngcontent-%COMP%], .feature-text[_ngcontent-%COMP%], .next-slide-button[_ngcontent-%COMP%], .previous-slide-button[_ngcontent-%COMP%], .slider-aspect-ratio[_ngcontent-%COMP%], .slider-options[_ngcontent-%COMP%]{display:none}@media only screen and (min-width:47.75rem){.callout-button[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}[_nghost-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem;overflow:hidden}.main-title[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem;margin-bottom:30px}.slider-container[_ngcontent-%COMP%]{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}.feature[_ngcontent-%COMP%]{width:calc(75% - 1.75rem);margin-left:1rem;margin-right:1rem;float:right}.feature-content[_ngcontent-%COMP%]{position:relative;transition:transform .42s linear}.feature-content[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.callout[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);float:left;margin-left:1rem;position:absolute;min-height:80%;top:10%;margin-top:0}.feature-text[_ngcontent-%COMP%]{display:block;position:absolute;right:40px;bottom:40px;width:160px}.feature-text[_ngcontent-%COMP%]::before{content:'';position:absolute;width:1px;height:100%;background-color:#2ba824;top:0;left:-20px}.feature-text-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;line-height:1.42;font-size:1rem;letter-spacing:-.003125rem;margin-bottom:15px}}@media only screen and (min-width:47.75rem) and (min-width:47.75rem){.feature-text-title[_ngcontent-%COMP%]{font-size:1.125rem;letter-spacing:-.00375rem}}@media only screen and (min-width:47.75rem) and (min-width:63.9375rem){.feature-text-title[_ngcontent-%COMP%]{font-size:1.375rem}}@media only screen and (min-width:47.75rem){.feature-text-title[_ngcontent-%COMP%]:last-child{margin-bottom:0}.feature-text-author[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;line-height:1.1;letter-spacing:0;color:#bdc3c7;font-size:.75rem}}@media only screen and (min-width:47.75rem) and (min-width:47.75rem){.feature-text-author[_ngcontent-%COMP%]{font-size:.8125rem}}@media only screen and (min-width:47.75rem) and (min-width:63.9375rem){.feature-text-author[_ngcontent-%COMP%]{font-size:1rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]{width:100%;margin-left:0;padding-bottom:102px;overflow:visible}.wrapper[_ngcontent-%COMP%]{padding-bottom:120px;overflow:hidden;padding-top:1.5rem}.wrapper[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.wrapper[_ngcontent-%COMP%]::before{position:absolute;bottom:0;left:50%;transform:translateX(-50%) translateY(0);display:block;width:100vw;padding-left:20vw;overflow:hidden;font-family:Georgia,Times,serif;font-style:italic;color:rgba(189,195,199,.2);white-space:nowrap;font-size:10rem;font-weight:700;line-height:1.2;opacity:1;transition:transform .3s ease,opacity .3s ease;box-sizing:border-box;z-index:-1;content:attr(data-content)}.wrapper--transition-out[_ngcontent-%COMP%]::before{transform:translateX(-50%) translateY(100px);opacity:0}.main-title[_ngcontent-%COMP%]{width:calc(25% - 3.125rem);margin-left:2.5rem;float:none;clear:both}.slider-container[_ngcontent-%COMP%], .slider-container-vertical-line-container[_ngcontent-%COMP%], .slider-dots[_ngcontent-%COMP%]{width:calc(66.66666667% - 4.16666667rem);float:left;margin-left:2.5rem;transform:translate(0)!important;display:block}.slider-dots[_ngcontent-%COMP%]{float:right;margin-right:2.5rem;margin-top:.5rem}.slider-dots-content[_ngcontent-%COMP%]{width:54%}.slider-container-vertical-line-container[_ngcontent-%COMP%]{margin-left:calc(33.33333333% - 3.33333333rem + 5rem);position:absolute;z-index:1}.slide-item[_ngcontent-%COMP%]{pointer-events:none}.slide-item[_ngcontent-%COMP%]  a{pointer-events:all}.slide-item[_ngcontent-%COMP%], .slider-aspect-ratio[_ngcontent-%COMP%]{margin-left:-2.5rem;margin-right:-2.5rem;width:calc(100% + 5rem);position:absolute;top:0;left:0}.slider-aspect-ratio[_ngcontent-%COMP%]{display:block;position:relative;pointer-events:none}.slider-aspect-ratio[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.slider-aspect-ratio-vertical-line[_ngcontent-%COMP%]{position:absolute;top:0;right:calc(12.5% - 2.8125rem + 2.5rem);width:2px;height:100%;background-color:#2ba824;pointer-events:none}.slider-aspect-ratio-vertical-line[_ngcontent-%COMP%]::after{content:'';display:block;width:18.75rem;height:100%;position:absolute;left:100%;top:0;background-color:#fff;z-index:-1}.feature[_ngcontent-%COMP%], .slider-aspect-ratio-feature[_ngcontent-%COMP%]{width:calc(75% - 4.375rem);float:left;margin-left:2.5rem;margin-right:0}.feature[_ngcontent-%COMP%]{overflow:hidden}.feature--before[_ngcontent-%COMP%]{transform:translate3d(0,-100%,0)}.feature--after[_ngcontent-%COMP%]{transform:translate3d(0,100%,0)}.feature-text[_ngcontent-%COMP%]{left:65px;width:224px}.callout[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);margin-left:2.5rem;margin-left:calc(50% - 3.75rem + 5rem);margin-right:0;padding-top:2.875rem;float:right;min-height:0;top:auto;bottom:-102px;opacity:0;visibility:hidden;transition:opacity .42s cubic-bezier(.77,0,.175,1) .2s,visibility .42s cubic-bezier(.77,0,.175,1) .2s;z-index:3}.callout--visible[_ngcontent-%COMP%]{visibility:visible;opacity:1;transition:opacity .42s cubic-bezier(.77,0,.175,1),visibility .42s cubic-bezier(.77,0,.175,1)}.callout-button[_ngcontent-%COMP%]{display:none}.slider-options[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;display:block;list-style:none;padding:0;margin-top:0;margin-bottom:0}.slider-option[_ngcontent-%COMP%]{position:relative;padding:1.25rem 0 1.3125rem}.slider-option[_ngcontent-%COMP%]::after{content:'';display:block;width:1.25rem;height:.0625rem;opacity:.3;background-color:#0092bc;position:absolute;bottom:0}.slider-option[_ngcontent-%COMP%]:last-child::after{display:none}.slider-option-vertical-line[_ngcontent-%COMP%], .slider-option-vertical-line-mask[_ngcontent-%COMP%]{display:block;width:330%;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%);pointer-events:none}.slider-option-vertical-line[_ngcontent-%COMP%]{background-color:#2ba824}.slider-option-vertical-line-mask[_ngcontent-%COMP%]{z-index:2}.slider-option-vertical-line-mask[_ngcontent-%COMP%]::after{content:'';display:block;width:12.5rem;height:62.5rem;position:absolute;bottom:100%;right:0;background-color:#fff}.slider-option-link[_ngcontent-%COMP%]{position:relative;display:inline-block;font-family:\"Source Sans Pro\",sans-serif;font-size:1.5625rem;font-weight:600;line-height:1.28;color:#0092bc;transition:color .24s cubic-bezier(.77,0,.175,1);background-color:#fff;padding-right:2rem}.slider-option--active[_ngcontent-%COMP%]   .slider-option-link[_ngcontent-%COMP%]{color:#2ba824}.slider-option--active[_ngcontent-%COMP%]   .slider-option-link[_ngcontent-%COMP%]::after{content:'';display:block;width:.5rem;height:.5rem;border:2px solid #2ba824;border-radius:100%;position:absolute;right:0;top:calc(50% + .0625rem);transform:translateY(-50%)}.timeline-container[_ngcontent-%COMP%]{width:73.5%;position:absolute;bottom:0;left:0;height:.625rem;background-color:rgba(203,221,226,.5)}.timeline-bar[_ngcontent-%COMP%]{position:absolute;left:0;top:0;background-color:#2ba824;width:0%;height:100%}.timeline-bar--active[_ngcontent-%COMP%]{width:100%;transition:width 11s linear}.background-pattern[_ngcontent-%COMP%]{display:block;position:absolute;width:calc(75% - 4.375rem);height:23.75rem;background-image:url(/images/pattern-dotted.svg);z-index:2;top:0;left:calc(41.66666667% - 3.54166667rem)}}@media only screen and (min-width:87.5rem){.slider-dots[_ngcontent-%COMP%]{display:none}.next-slide-button[_ngcontent-%COMP%], .previous-slide-button[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:60px;height:60px;border:none;position:absolute;right:-30px;top:0;pointer-events:all;background-color:#2ba824;transition:background-color .42s cubic-bezier(.77,0,.175,1);cursor:pointer;z-index:4}.next-slide-button[_ngcontent-%COMP%]:hover, .previous-slide-button[_ngcontent-%COMP%]:hover{background-color:#2d9015}.next-slide-button[_ngcontent-%COMP%]{top:3.75rem}}"]],data:{}});vwt=function(){function n(){}return n.prototype.ngOnInit=function(){},n}();ywt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{position:relative;display:block;margin-top:2.5rem;float:left;width:100%}[_nghost-%COMP%] >ol, [_nghost-%COMP%] >other-contents>div.structural>ol, [_nghost-%COMP%] >other-contents>div.structural>ul, [_nghost-%COMP%] >other-contents>ol, [_nghost-%COMP%] >other-contents>ul, [_nghost-%COMP%] >ul{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}[_nghost-%COMP%] >ol::before, [_nghost-%COMP%] >other-contents>div.structural>ol::before, [_nghost-%COMP%] >other-contents>div.structural>ul::before, [_nghost-%COMP%] >other-contents>ol::before, [_nghost-%COMP%] >other-contents>ul::before, [_nghost-%COMP%] >ul::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}[_nghost-%COMP%] >ol>li, [_nghost-%COMP%] >other-contents>div.structural>ol>li, [_nghost-%COMP%] >other-contents>div.structural>ul>li, [_nghost-%COMP%] >other-contents>ol>li, [_nghost-%COMP%] >other-contents>ul>li, [_nghost-%COMP%] >ul>li{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}[_nghost-%COMP%] >ol>li::after, [_nghost-%COMP%] >other-contents>div.structural>ol>li::after, [_nghost-%COMP%] >other-contents>div.structural>ul>li::after, [_nghost-%COMP%] >other-contents>ol>li::after, [_nghost-%COMP%] >other-contents>ul>li::after, [_nghost-%COMP%] >ul>li::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}[_nghost-%COMP%] >ol>li:last-child, [_nghost-%COMP%] >other-contents>div.structural>ol>li:last-child, [_nghost-%COMP%] >other-contents>div.structural>ul>li:last-child, [_nghost-%COMP%] >other-contents>ol>li:last-child, [_nghost-%COMP%] >other-contents>ul>li:last-child, [_nghost-%COMP%] >ul>li:last-child{margin-bottom:0;padding-bottom:0}[_nghost-%COMP%] >ol>li:last-child::after, [_nghost-%COMP%] >other-contents>div.structural>ol>li:last-child::after, [_nghost-%COMP%] >other-contents>div.structural>ul>li:last-child::after, [_nghost-%COMP%] >other-contents>ol>li:last-child::after, [_nghost-%COMP%] >other-contents>ul>li:last-child::after, [_nghost-%COMP%] >ul>li:last-child::after{display:none}[_nghost-%COMP%] >ol>li, [_nghost-%COMP%] >other-contents>div.structural>ol>li, [_nghost-%COMP%] >other-contents>ol>li{padding-right:10%;margin-left:4.375rem}[_nghost-%COMP%] >ol>li::before, [_nghost-%COMP%] >other-contents>div.structural>ol>li::before, [_nghost-%COMP%] >other-contents>ol>li::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}[_nghost-%COMP%] >other-contents>div.structural>ul>li, [_nghost-%COMP%] >other-contents>ul>li, [_nghost-%COMP%] >ul>li{padding-left:1.75rem}[_nghost-%COMP%] >other-contents>div.structural>ul>li::after, [_nghost-%COMP%] >other-contents>ul>li::after, [_nghost-%COMP%] >ul>li::after{width:100%;left:0}[_nghost-%COMP%] >other-contents>div.structural>ul>li::before, [_nghost-%COMP%] >other-contents>ul>li::before, [_nghost-%COMP%] >ul>li::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}[_nghost-%COMP%] >other-contents>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon, [_nghost-%COMP%] >other-contents>ul.nuv-issue-outline.featured-list.outline-featured-list-icon, [_nghost-%COMP%] >ul.nuv-issue-outline.featured-list.outline-featured-list-icon{padding-left:0}[_nghost-%COMP%] >other-contents>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li, [_nghost-%COMP%] >other-contents>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li, [_nghost-%COMP%] >ul.nuv-issue-outline.featured-list.outline-featured-list-icon li{padding-left:0}[_nghost-%COMP%] >other-contents>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before, [_nghost-%COMP%] >other-contents>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before, [_nghost-%COMP%] >ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before{background:0 0;border-radius:unset}[_nghost-%COMP%] >other-contents>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan, [_nghost-%COMP%] >other-contents>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan, [_nghost-%COMP%] >ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}[_nghost-%COMP%] >other-contents>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after, [_nghost-%COMP%] >other-contents>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after, [_nghost-%COMP%] >ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after{width:calc(100% - 80px);left:80px}[_nghost-%COMP%] >other-contents>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img, [_nghost-%COMP%] >other-contents>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img, [_nghost-%COMP%] >ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img{vertical-align:middle;padding-right:12px}[_nghost-%COMP%] >other-contents>div.structural>ul.featured-list, [_nghost-%COMP%] >other-contents>ul.featured-list, [_nghost-%COMP%] >ul.featured-list{padding:2.5rem 1.25rem 1.5rem}[_nghost-%COMP%] >other-contents>div.structural>ul.featured-list::after, [_nghost-%COMP%] >other-contents>ul.featured-list::after, [_nghost-%COMP%] >ul.featured-list::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}[_nghost-%COMP%] >ol.featured-list>li, [_nghost-%COMP%] >other-contents>div.structural>ol.featured-list>li, [_nghost-%COMP%] >other-contents>ol.featured-list>li{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}[_nghost-%COMP%] >ol.featured-list>li::before, [_nghost-%COMP%] >other-contents>div.structural>ol.featured-list>li::before, [_nghost-%COMP%] >other-contents>ol.featured-list>li::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}[_nghost-%COMP%] >ol.featured-list>li::after, [_nghost-%COMP%] >other-contents>div.structural>ol.featured-list>li::after, [_nghost-%COMP%] >other-contents>ol.featured-list>li::after{display:none}[_nghost-%COMP%] >ol.featured-list>li:last-child, [_nghost-%COMP%] >other-contents>div.structural>ol.featured-list>li:last-child, [_nghost-%COMP%] >other-contents>ol.featured-list>li:last-child{padding-bottom:.9375rem}[_nghost-%COMP%]  .nuv-issue-outline-title+ul.featured-list, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title+ul.featured-list, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title+ul.featured-list{margin-top:-1.625rem;z-index:0}[_nghost-%COMP%]  .nuv-issue-outline-title+ul.featured-list::before, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title+ul.featured-list::before, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title+ul.featured-list::before{display:none}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >ol>li, [_nghost-%COMP%] >other-contents>div.structural>ol>li, [_nghost-%COMP%] >other-contents>div.structural>ul>li, [_nghost-%COMP%] >other-contents>ol>li, [_nghost-%COMP%] >other-contents>ul>li, [_nghost-%COMP%] >ul>li{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}[_nghost-%COMP%] >ol, [_nghost-%COMP%] >other-contents>div.structural>ol, [_nghost-%COMP%] >other-contents>div.structural>ul, [_nghost-%COMP%] >other-contents>ol, [_nghost-%COMP%] >other-contents>ul, [_nghost-%COMP%] >ul{width:calc(100% - 2rem);float:left;margin-left:1rem}[_nghost-%COMP%] >ol::before, [_nghost-%COMP%] >other-contents>div.structural>ol::before, [_nghost-%COMP%] >other-contents>div.structural>ul::before, [_nghost-%COMP%] >other-contents>ol::before, [_nghost-%COMP%] >other-contents>ul::before, [_nghost-%COMP%] >ul::before{width:40.2%}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >ol>li, [_nghost-%COMP%] >other-contents>div.structural>ol>li, [_nghost-%COMP%] >other-contents>div.structural>ul>li, [_nghost-%COMP%] >other-contents>ol>li, [_nghost-%COMP%] >other-contents>ul>li, [_nghost-%COMP%] >ul>li{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}[_nghost-%COMP%] >ol, [_nghost-%COMP%] >other-contents>div.structural>ol, [_nghost-%COMP%] >other-contents>div.structural>ul, [_nghost-%COMP%] >other-contents>ol, [_nghost-%COMP%] >other-contents>ul, [_nghost-%COMP%] >ul{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}[_nghost-%COMP%] >ol::before, [_nghost-%COMP%] >other-contents>div.structural>ol::before, [_nghost-%COMP%] >other-contents>div.structural>ul::before, [_nghost-%COMP%] >other-contents>ol::before, [_nghost-%COMP%] >other-contents>ul::before, [_nghost-%COMP%] >ul::before{height:.25rem;width:48.2%}[_nghost-%COMP%] >other-contents>div.structural>ul>li::before, [_nghost-%COMP%] >other-contents>ul>li::before, [_nghost-%COMP%] >ul>li::before{top:.75rem}[_nghost-%COMP%] >other-contents>div.structural>ul.featured-list, [_nghost-%COMP%] >other-contents>ul.featured-list, [_nghost-%COMP%] >ul.featured-list{padding:3rem 2.5rem 2rem}[_nghost-%COMP%] >other-contents>div.structural>ul.featured-list>li, [_nghost-%COMP%] >other-contents>ul.featured-list>li, [_nghost-%COMP%] >ul.featured-list>li{margin-right:5%}[_nghost-%COMP%] >other-contents>div.structural>ul:not(.featured-list)>li, [_nghost-%COMP%] >other-contents>ul:not(.featured-list)>li, [_nghost-%COMP%] >ul:not(.featured-list)>li{margin-right:10%}[_nghost-%COMP%] >ol:not(.featured-list)>li, [_nghost-%COMP%] >other-contents>div.structural>ol:not(.featured-list)>li, [_nghost-%COMP%] >other-contents>ol:not(.featured-list)>li{margin-left:2.5rem}[_nghost-%COMP%] >ol:not(.featured-list)>li::after, [_nghost-%COMP%] >ol:not(.featured-list)>li::before, [_nghost-%COMP%] >other-contents>div.structural>ol:not(.featured-list)>li::after, [_nghost-%COMP%] >other-contents>div.structural>ol:not(.featured-list)>li::before, [_nghost-%COMP%] >other-contents>ol:not(.featured-list)>li::after, [_nghost-%COMP%] >other-contents>ol:not(.featured-list)>li::before{left:-2.5rem}[_nghost-%COMP%] >ol:not(.featured-list)>li::after, [_nghost-%COMP%] >other-contents>div.structural>ol:not(.featured-list)>li::after, [_nghost-%COMP%] >other-contents>ol:not(.featured-list)>li::after{width:calc(90% + 2.5rem)}[_nghost-%COMP%]  .nuv-issue-outline-title+ul.featured-list, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title+ul.featured-list, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title+ul.featured-list{margin-top:-2rem}}[_nghost-%COMP%] >other-contents>div.structural>table, [_nghost-%COMP%] >other-contents>table, [_nghost-%COMP%] >table{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}[_nghost-%COMP%] >other-contents>div.structural>table>caption, [_nghost-%COMP%] >other-contents>table>caption, [_nghost-%COMP%] >table>caption{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}[_nghost-%COMP%] >other-contents>div.structural>table>thead>tr>th, [_nghost-%COMP%] >other-contents>table>thead>tr>th, [_nghost-%COMP%] >table>thead>tr>th{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}[_nghost-%COMP%] >other-contents>div.structural>table>thead>tr>th:not(:first-child), [_nghost-%COMP%] >other-contents>table>thead>tr>th:not(:first-child), [_nghost-%COMP%] >table>thead>tr>th:not(:first-child){text-align:right}[_nghost-%COMP%] >other-contents>div.structural>table>thead>tr>th:last-child, [_nghost-%COMP%] >other-contents>table>thead>tr>th:last-child, [_nghost-%COMP%] >table>thead>tr>th:last-child{border-right:none}[_nghost-%COMP%] >other-contents>div.structural>table>thead>tr>th:first-child, [_nghost-%COMP%] >other-contents>table>thead>tr>th:first-child, [_nghost-%COMP%] >table>thead>tr>th:first-child{text-align:left;min-width:7.5rem}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr>th, [_nghost-%COMP%] >other-contents>table>tbody>tr>th, [_nghost-%COMP%] >table>tbody>tr>th{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr>td, [_nghost-%COMP%] >other-contents>table>tbody>tr>td, [_nghost-%COMP%] >table>tbody>tr>td{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >other-contents>div.structural>table>caption, [_nghost-%COMP%] >other-contents>table>caption, [_nghost-%COMP%] >table>caption{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr>td, [_nghost-%COMP%] >other-contents>table>tbody>tr>td, [_nghost-%COMP%] >table>tbody>tr>td{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}[_nghost-%COMP%] >other-contents>div.structural>table, [_nghost-%COMP%] >other-contents>table, [_nghost-%COMP%] >table{width:calc(100% - 2rem);float:left;margin-left:1rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >other-contents>div.structural>table>caption, [_nghost-%COMP%] >other-contents>table>caption, [_nghost-%COMP%] >table>caption{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr>td, [_nghost-%COMP%] >other-contents>table>tbody>tr>td, [_nghost-%COMP%] >table>tbody>tr>td{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr>td:not(:first-child), [_nghost-%COMP%] >other-contents>table>tbody>tr>td:not(:first-child), [_nghost-%COMP%] >table>tbody>tr>td:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr>td:last-child, [_nghost-%COMP%] >other-contents>table>tbody>tr>td:last-child, [_nghost-%COMP%] >table>tbody>tr>td:last-child{border-right:none}[_nghost-%COMP%] >other-contents>div.structural>table>tbody>tr:nth-child(odd)>td, [_nghost-%COMP%] >other-contents>table>tbody>tr:nth-child(odd)>td, [_nghost-%COMP%] >table>tbody>tr:nth-child(odd)>td{background-color:rgba(178,222,234,.7)}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >other-contents>div.structural>table, [_nghost-%COMP%] >other-contents>table, [_nghost-%COMP%] >table{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}}[_nghost-%COMP%]  .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >h1, [_nghost-%COMP%] >h2, [_nghost-%COMP%] >h3, [_nghost-%COMP%] >h4, [_nghost-%COMP%] >h5, [_nghost-%COMP%] >h6, [_nghost-%COMP%] >other-contents .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >other-contents>div.structural .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >other-contents>div.structural>h1, [_nghost-%COMP%] >other-contents>div.structural>h2, [_nghost-%COMP%] >other-contents>div.structural>h3, [_nghost-%COMP%] >other-contents>div.structural>h4, [_nghost-%COMP%] >other-contents>div.structural>h5, [_nghost-%COMP%] >other-contents>div.structural>h6, [_nghost-%COMP%] >other-contents>div.structural>p, [_nghost-%COMP%] >other-contents>div.structural>picture, [_nghost-%COMP%] >other-contents>h1, [_nghost-%COMP%] >other-contents>h2, [_nghost-%COMP%] >other-contents>h3, [_nghost-%COMP%] >other-contents>h4, [_nghost-%COMP%] >other-contents>h5, [_nghost-%COMP%] >other-contents>h6, [_nghost-%COMP%] >other-contents>p, [_nghost-%COMP%] >other-contents>picture, [_nghost-%COMP%] >p, [_nghost-%COMP%] >picture{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}[_nghost-%COMP%]  .nuv-institutional-modal__sub-copy>a, [_nghost-%COMP%] >h1>a, [_nghost-%COMP%] >h2>a, [_nghost-%COMP%] >h3>a, [_nghost-%COMP%] >h4>a, [_nghost-%COMP%] >h5>a, [_nghost-%COMP%] >h6>a, [_nghost-%COMP%] >other-contents .nuv-institutional-modal__sub-copy>a, [_nghost-%COMP%] >other-contents>div.structural .nuv-institutional-modal__sub-copy>a, [_nghost-%COMP%] >other-contents>div.structural>h1>a, [_nghost-%COMP%] >other-contents>div.structural>h2>a, [_nghost-%COMP%] >other-contents>div.structural>h3>a, [_nghost-%COMP%] >other-contents>div.structural>h4>a, [_nghost-%COMP%] >other-contents>div.structural>h5>a, [_nghost-%COMP%] >other-contents>div.structural>h6>a, [_nghost-%COMP%] >other-contents>div.structural>p>a, [_nghost-%COMP%] >other-contents>div.structural>picture>a, [_nghost-%COMP%] >other-contents>h1>a, [_nghost-%COMP%] >other-contents>h2>a, [_nghost-%COMP%] >other-contents>h3>a, [_nghost-%COMP%] >other-contents>h4>a, [_nghost-%COMP%] >other-contents>h5>a, [_nghost-%COMP%] >other-contents>h6>a, [_nghost-%COMP%] >other-contents>p>a, [_nghost-%COMP%] >other-contents>picture>a, [_nghost-%COMP%] >p>a, [_nghost-%COMP%] >picture>a{color:#2ba824;text-decoration:underline;transition:color .25s ease}[_nghost-%COMP%]  .nuv-institutional-modal__sub-copy>a:hover, [_nghost-%COMP%] >h1>a:hover, [_nghost-%COMP%] >h2>a:hover, [_nghost-%COMP%] >h3>a:hover, [_nghost-%COMP%] >h4>a:hover, [_nghost-%COMP%] >h5>a:hover, [_nghost-%COMP%] >h6>a:hover, [_nghost-%COMP%] >other-contents .nuv-institutional-modal__sub-copy>a:hover, [_nghost-%COMP%] >other-contents>div.structural .nuv-institutional-modal__sub-copy>a:hover, [_nghost-%COMP%] >other-contents>div.structural>h1>a:hover, [_nghost-%COMP%] >other-contents>div.structural>h2>a:hover, [_nghost-%COMP%] >other-contents>div.structural>h3>a:hover, [_nghost-%COMP%] >other-contents>div.structural>h4>a:hover, [_nghost-%COMP%] >other-contents>div.structural>h5>a:hover, [_nghost-%COMP%] >other-contents>div.structural>h6>a:hover, [_nghost-%COMP%] >other-contents>div.structural>p>a:hover, [_nghost-%COMP%] >other-contents>div.structural>picture>a:hover, [_nghost-%COMP%] >other-contents>h1>a:hover, [_nghost-%COMP%] >other-contents>h2>a:hover, [_nghost-%COMP%] >other-contents>h3>a:hover, [_nghost-%COMP%] >other-contents>h4>a:hover, [_nghost-%COMP%] >other-contents>h5>a:hover, [_nghost-%COMP%] >other-contents>h6>a:hover, [_nghost-%COMP%] >other-contents>p>a:hover, [_nghost-%COMP%] >other-contents>picture>a:hover, [_nghost-%COMP%] >p>a:hover, [_nghost-%COMP%] >picture>a:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}[_nghost-%COMP%] >h1, [_nghost-%COMP%] >other-contents>div.structural>h1, [_nghost-%COMP%] >other-contents>h1{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >h1, [_nghost-%COMP%] >other-contents>div.structural>h1, [_nghost-%COMP%] >other-contents>h1{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >h1, [_nghost-%COMP%] >other-contents>div.structural>h1, [_nghost-%COMP%] >other-contents>h1{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}[_nghost-%COMP%] >h2, [_nghost-%COMP%] >other-contents>div.structural>h2, [_nghost-%COMP%] >other-contents>h2{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >h2, [_nghost-%COMP%] >other-contents>div.structural>h2, [_nghost-%COMP%] >other-contents>h2{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >h2, [_nghost-%COMP%] >other-contents>div.structural>h2, [_nghost-%COMP%] >other-contents>h2{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}[_nghost-%COMP%] >h3, [_nghost-%COMP%] >other-contents>div.structural>h3, [_nghost-%COMP%] >other-contents>h3{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >h3, [_nghost-%COMP%] >other-contents>div.structural>h3, [_nghost-%COMP%] >other-contents>h3{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >h3, [_nghost-%COMP%] >other-contents>div.structural>h3, [_nghost-%COMP%] >other-contents>h3{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}[_nghost-%COMP%] >h4, [_nghost-%COMP%] >other-contents>div.structural>h4, [_nghost-%COMP%] >other-contents>h4{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >h4, [_nghost-%COMP%] >other-contents>div.structural>h4, [_nghost-%COMP%] >other-contents>h4{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >h4, [_nghost-%COMP%] >other-contents>div.structural>h4, [_nghost-%COMP%] >other-contents>h4{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}[_nghost-%COMP%] >h5, [_nghost-%COMP%] >other-contents>div.structural>h5, [_nghost-%COMP%] >other-contents>h5{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >h5, [_nghost-%COMP%] >other-contents>div.structural>h5, [_nghost-%COMP%] >other-contents>h5{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%] >h5, [_nghost-%COMP%] >other-contents>div.structural>h5, [_nghost-%COMP%] >other-contents>h5{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}[_nghost-%COMP%] >h6, [_nghost-%COMP%] >other-contents>div.structural>h6, [_nghost-%COMP%] >other-contents>h6{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}[_nghost-%COMP%] >h6, [_nghost-%COMP%] >other-contents>div.structural>h6, [_nghost-%COMP%] >other-contents>h6{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){[_nghost-%COMP%] >h6, [_nghost-%COMP%] >other-contents>div.structural>h6, [_nghost-%COMP%] >other-contents>h6{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}[_nghost-%COMP%] >other-contents>div.structural>p, [_nghost-%COMP%] >other-contents>p, [_nghost-%COMP%] >p{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}[_nghost-%COMP%] >other-contents>div.structural>p, [_nghost-%COMP%] >other-contents>p, [_nghost-%COMP%] >p{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}[_nghost-%COMP%] >*, [_nghost-%COMP%] >other-contents>*, [_nghost-%COMP%] >other-contents>div.structural>*{margin-top:1.5rem}[_nghost-%COMP%] >.nuv-socials, [_nghost-%COMP%] >nuv-socials-share, [_nghost-%COMP%] >other-contents>.nuv-socials, [_nghost-%COMP%] >other-contents>div.structural>.nuv-socials, [_nghost-%COMP%] >other-contents>div.structural>nuv-socials-share, [_nghost-%COMP%] >other-contents>nuv-socials-share{margin-top:0}[_nghost-%COMP%] >h1+h1, [_nghost-%COMP%] >h1+h2, [_nghost-%COMP%] >h1+h3, [_nghost-%COMP%] >h1+h4, [_nghost-%COMP%] >h1+h5, [_nghost-%COMP%] >h1+h6, [_nghost-%COMP%] >h1+ol, [_nghost-%COMP%] >h1+p, [_nghost-%COMP%] >h1+ul, [_nghost-%COMP%] >h2+h1, [_nghost-%COMP%] >h2+h2, [_nghost-%COMP%] >h2+h3, [_nghost-%COMP%] >h2+h4, [_nghost-%COMP%] >h2+h5, [_nghost-%COMP%] >h2+h6, [_nghost-%COMP%] >h2+ol, [_nghost-%COMP%] >h2+p, [_nghost-%COMP%] >h2+ul, [_nghost-%COMP%] >h3+h1, [_nghost-%COMP%] >h3+h2, [_nghost-%COMP%] >h3+h3, [_nghost-%COMP%] >h3+h4, [_nghost-%COMP%] >h3+h5, [_nghost-%COMP%] >h3+h6, [_nghost-%COMP%] >h3+ol, [_nghost-%COMP%] >h3+p, [_nghost-%COMP%] >h3+ul, [_nghost-%COMP%] >h4+h1, [_nghost-%COMP%] >h4+h2, [_nghost-%COMP%] >h4+h3, [_nghost-%COMP%] >h4+h4, [_nghost-%COMP%] >h4+h5, [_nghost-%COMP%] >h4+h6, [_nghost-%COMP%] >h4+ol, [_nghost-%COMP%] >h4+p, [_nghost-%COMP%] >h4+ul, [_nghost-%COMP%] >h5+h1, [_nghost-%COMP%] >h5+h2, [_nghost-%COMP%] >h5+h3, [_nghost-%COMP%] >h5+h4, [_nghost-%COMP%] >h5+h5, [_nghost-%COMP%] >h5+h6, [_nghost-%COMP%] >h5+ol, [_nghost-%COMP%] >h5+p, [_nghost-%COMP%] >h5+ul, [_nghost-%COMP%] >h6+h1, [_nghost-%COMP%] >h6+h2, [_nghost-%COMP%] >h6+h3, [_nghost-%COMP%] >h6+h4, [_nghost-%COMP%] >h6+h5, [_nghost-%COMP%] >h6+h6, [_nghost-%COMP%] >h6+ol, [_nghost-%COMP%] >h6+p, [_nghost-%COMP%] >h6+ul, [_nghost-%COMP%] >other-contents>div.structural>h1+h1, [_nghost-%COMP%] >other-contents>div.structural>h1+h2, [_nghost-%COMP%] >other-contents>div.structural>h1+h3, [_nghost-%COMP%] >other-contents>div.structural>h1+h4, [_nghost-%COMP%] >other-contents>div.structural>h1+h5, [_nghost-%COMP%] >other-contents>div.structural>h1+h6, [_nghost-%COMP%] >other-contents>div.structural>h1+ol, [_nghost-%COMP%] >other-contents>div.structural>h1+p, [_nghost-%COMP%] >other-contents>div.structural>h1+ul, [_nghost-%COMP%] >other-contents>div.structural>h2+h1, [_nghost-%COMP%] >other-contents>div.structural>h2+h2, [_nghost-%COMP%] >other-contents>div.structural>h2+h3, [_nghost-%COMP%] >other-contents>div.structural>h2+h4, [_nghost-%COMP%] >other-contents>div.structural>h2+h5, [_nghost-%COMP%] >other-contents>div.structural>h2+h6, [_nghost-%COMP%] >other-contents>div.structural>h2+ol, [_nghost-%COMP%] >other-contents>div.structural>h2+p, [_nghost-%COMP%] >other-contents>div.structural>h2+ul, [_nghost-%COMP%] >other-contents>div.structural>h3+h1, [_nghost-%COMP%] >other-contents>div.structural>h3+h2, [_nghost-%COMP%] >other-contents>div.structural>h3+h3, [_nghost-%COMP%] >other-contents>div.structural>h3+h4, [_nghost-%COMP%] >other-contents>div.structural>h3+h5, [_nghost-%COMP%] >other-contents>div.structural>h3+h6, [_nghost-%COMP%] >other-contents>div.structural>h3+ol, [_nghost-%COMP%] >other-contents>div.structural>h3+p, [_nghost-%COMP%] >other-contents>div.structural>h3+ul, [_nghost-%COMP%] >other-contents>div.structural>h4+h1, [_nghost-%COMP%] >other-contents>div.structural>h4+h2, [_nghost-%COMP%] >other-contents>div.structural>h4+h3, [_nghost-%COMP%] >other-contents>div.structural>h4+h4, [_nghost-%COMP%] >other-contents>div.structural>h4+h5, [_nghost-%COMP%] >other-contents>div.structural>h4+h6, [_nghost-%COMP%] >other-contents>div.structural>h4+ol, [_nghost-%COMP%] >other-contents>div.structural>h4+p, [_nghost-%COMP%] >other-contents>div.structural>h4+ul, [_nghost-%COMP%] >other-contents>div.structural>h5+h1, [_nghost-%COMP%] >other-contents>div.structural>h5+h2, [_nghost-%COMP%] >other-contents>div.structural>h5+h3, [_nghost-%COMP%] >other-contents>div.structural>h5+h4, [_nghost-%COMP%] >other-contents>div.structural>h5+h5, [_nghost-%COMP%] >other-contents>div.structural>h5+h6, [_nghost-%COMP%] >other-contents>div.structural>h5+ol, [_nghost-%COMP%] >other-contents>div.structural>h5+p, [_nghost-%COMP%] >other-contents>div.structural>h5+ul, [_nghost-%COMP%] >other-contents>div.structural>h6+h1, [_nghost-%COMP%] >other-contents>div.structural>h6+h2, [_nghost-%COMP%] >other-contents>div.structural>h6+h3, [_nghost-%COMP%] >other-contents>div.structural>h6+h4, [_nghost-%COMP%] >other-contents>div.structural>h6+h5, [_nghost-%COMP%] >other-contents>div.structural>h6+h6, [_nghost-%COMP%] >other-contents>div.structural>h6+ol, [_nghost-%COMP%] >other-contents>div.structural>h6+p, [_nghost-%COMP%] >other-contents>div.structural>h6+ul, [_nghost-%COMP%] >other-contents>h1+h1, [_nghost-%COMP%] >other-contents>h1+h2, [_nghost-%COMP%] >other-contents>h1+h3, [_nghost-%COMP%] >other-contents>h1+h4, [_nghost-%COMP%] >other-contents>h1+h5, [_nghost-%COMP%] >other-contents>h1+h6, [_nghost-%COMP%] >other-contents>h1+ol, [_nghost-%COMP%] >other-contents>h1+p, [_nghost-%COMP%] >other-contents>h1+ul, [_nghost-%COMP%] >other-contents>h2+h1, [_nghost-%COMP%] >other-contents>h2+h2, [_nghost-%COMP%] >other-contents>h2+h3, [_nghost-%COMP%] >other-contents>h2+h4, [_nghost-%COMP%] >other-contents>h2+h5, [_nghost-%COMP%] >other-contents>h2+h6, [_nghost-%COMP%] >other-contents>h2+ol, [_nghost-%COMP%] >other-contents>h2+p, [_nghost-%COMP%] >other-contents>h2+ul, [_nghost-%COMP%] >other-contents>h3+h1, [_nghost-%COMP%] >other-contents>h3+h2, [_nghost-%COMP%] >other-contents>h3+h3, [_nghost-%COMP%] >other-contents>h3+h4, [_nghost-%COMP%] >other-contents>h3+h5, [_nghost-%COMP%] >other-contents>h3+h6, [_nghost-%COMP%] >other-contents>h3+ol, [_nghost-%COMP%] >other-contents>h3+p, [_nghost-%COMP%] >other-contents>h3+ul, [_nghost-%COMP%] >other-contents>h4+h1, [_nghost-%COMP%] >other-contents>h4+h2, [_nghost-%COMP%] >other-contents>h4+h3, [_nghost-%COMP%] >other-contents>h4+h4, [_nghost-%COMP%] >other-contents>h4+h5, [_nghost-%COMP%] >other-contents>h4+h6, [_nghost-%COMP%] >other-contents>h4+ol, [_nghost-%COMP%] >other-contents>h4+p, [_nghost-%COMP%] >other-contents>h4+ul, [_nghost-%COMP%] >other-contents>h5+h1, [_nghost-%COMP%] >other-contents>h5+h2, [_nghost-%COMP%] >other-contents>h5+h3, [_nghost-%COMP%] >other-contents>h5+h4, [_nghost-%COMP%] >other-contents>h5+h5, [_nghost-%COMP%] >other-contents>h5+h6, [_nghost-%COMP%] >other-contents>h5+ol, [_nghost-%COMP%] >other-contents>h5+p, [_nghost-%COMP%] >other-contents>h5+ul, [_nghost-%COMP%] >other-contents>h6+h1, [_nghost-%COMP%] >other-contents>h6+h2, [_nghost-%COMP%] >other-contents>h6+h3, [_nghost-%COMP%] >other-contents>h6+h4, [_nghost-%COMP%] >other-contents>h6+h5, [_nghost-%COMP%] >other-contents>h6+h6, [_nghost-%COMP%] >other-contents>h6+ol, [_nghost-%COMP%] >other-contents>h6+p, [_nghost-%COMP%] >other-contents>h6+ul{margin-top:.5rem}[_nghost-%COMP%]  .nuv-issue-outline-title, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}[_nghost-%COMP%]  .nuv-issue-outline-title::before, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title::before, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}[_nghost-%COMP%]  nuv-strategy-breaker .wrapper, [_nghost-%COMP%] >other-contents nuv-strategy-breaker .wrapper, [_nghost-%COMP%] >other-contents>div.structural nuv-strategy-breaker .wrapper{margin-top:0!important}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-issue-outline-title, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}[_nghost-%COMP%]  .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >h1, [_nghost-%COMP%] >h2, [_nghost-%COMP%] >h3, [_nghost-%COMP%] >h4, [_nghost-%COMP%] >h5, [_nghost-%COMP%] >h6, [_nghost-%COMP%] >other-contents .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >other-contents>div.structural .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >other-contents>div.structural>h1, [_nghost-%COMP%] >other-contents>div.structural>h2, [_nghost-%COMP%] >other-contents>div.structural>h3, [_nghost-%COMP%] >other-contents>div.structural>h4, [_nghost-%COMP%] >other-contents>div.structural>h5, [_nghost-%COMP%] >other-contents>div.structural>h6, [_nghost-%COMP%] >other-contents>div.structural>p, [_nghost-%COMP%] >other-contents>div.structural>picture, [_nghost-%COMP%] >other-contents>h1, [_nghost-%COMP%] >other-contents>h2, [_nghost-%COMP%] >other-contents>h3, [_nghost-%COMP%] >other-contents>h4, [_nghost-%COMP%] >other-contents>h5, [_nghost-%COMP%] >other-contents>h6, [_nghost-%COMP%] >other-contents>p, [_nghost-%COMP%] >other-contents>picture, [_nghost-%COMP%] >p, [_nghost-%COMP%] >picture{width:calc(100% - 2rem);float:left;margin-left:1rem}[_nghost-%COMP%]  .nuv-issue-outline-title::before, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title::before, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title::before{width:40.2%}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-socials:not(.nuv-socials--collapse), [_nghost-%COMP%]  nuv-socials-share, [_nghost-%COMP%] >other-contents .nuv-socials:not(.nuv-socials--collapse), [_nghost-%COMP%] >other-contents nuv-socials-share, [_nghost-%COMP%] >other-contents>div.structural .nuv-socials:not(.nuv-socials--collapse), [_nghost-%COMP%] >other-contents>div.structural nuv-socials-share{position:absolute;z-index:1}[_nghost-%COMP%]  .nuv-socials__list-item, [_nghost-%COMP%] >other-contents .nuv-socials__list-item, [_nghost-%COMP%] >other-contents>div.structural .nuv-socials__list-item{background-color:#fff}[_nghost-%COMP%]  .nuv-socials, [_nghost-%COMP%] >other-contents .nuv-socials, [_nghost-%COMP%] >other-contents>div.structural .nuv-socials{left:2.5rem}[_nghost-%COMP%]  .nuv-socials--article .nuv-socials__list, [_nghost-%COMP%] >other-contents .nuv-socials--article .nuv-socials__list, [_nghost-%COMP%] >other-contents>div.structural .nuv-socials--article .nuv-socials__list{margin-top:0}[_nghost-%COMP%]  .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >h1, [_nghost-%COMP%] >h2, [_nghost-%COMP%] >h3, [_nghost-%COMP%] >h4, [_nghost-%COMP%] >h5, [_nghost-%COMP%] >h6, [_nghost-%COMP%] >other-contents .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >other-contents>div.structural .nuv-institutional-modal__sub-copy, [_nghost-%COMP%] >other-contents>div.structural>h1, [_nghost-%COMP%] >other-contents>div.structural>h2, [_nghost-%COMP%] >other-contents>div.structural>h3, [_nghost-%COMP%] >other-contents>div.structural>h4, [_nghost-%COMP%] >other-contents>div.structural>h5, [_nghost-%COMP%] >other-contents>div.structural>h6, [_nghost-%COMP%] >other-contents>div.structural>p, [_nghost-%COMP%] >other-contents>div.structural>picture, [_nghost-%COMP%] >other-contents>h1, [_nghost-%COMP%] >other-contents>h2, [_nghost-%COMP%] >other-contents>h3, [_nghost-%COMP%] >other-contents>h4, [_nghost-%COMP%] >other-contents>h5, [_nghost-%COMP%] >other-contents>h6, [_nghost-%COMP%] >other-contents>p, [_nghost-%COMP%] >other-contents>picture, [_nghost-%COMP%] >p, [_nghost-%COMP%] >picture{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}[_nghost-%COMP%] >*, [_nghost-%COMP%] >other-contents>*, [_nghost-%COMP%] >other-contents>div.structural>*{margin-top:2.5rem}[_nghost-%COMP%] >other-contents>div.structural>p, [_nghost-%COMP%] >other-contents>p, [_nghost-%COMP%] >p{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem;margin-top:1.875rem}[_nghost-%COMP%] >other-contents>div.structural>p+p, [_nghost-%COMP%] >other-contents>p+p, [_nghost-%COMP%] >p+p{margin-top:1.5rem}[_nghost-%COMP%]  .nuv-issue-outline-title, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}[_nghost-%COMP%]  .nuv-issue-outline-title::before, [_nghost-%COMP%] >other-contents .nuv-issue-outline-title::before, [_nghost-%COMP%] >other-contents>div.structural .nuv-issue-outline-title::before{width:48.2%}}"]],data:{}});yi=function(){function n(){}return n.prototype.ngOnInit=function(){},n}();pi=tt({encapsulation:0,styles:[[""]],data:{}});var phu=i("GxwZ"),uk=function(){function n(n){this._ngZone=n;this.scrolledLeft=!1;this.scrolledRight=!0}return n.prototype.ngOnInit=function(){},n.prototype.ngAfterViewInit=function(){this.initSimplebar();this.scrollElement=this.simpleBar.getScrollElement("x");this.scrollElement.addEventListener("scroll",this.overflowScroll.bind(this))},n.prototype.initSimplebar=function(){this.simpleBar=new phu(this.overflowElement.nativeElement,{autoHide:!1})},n.prototype.overflowScroll=function(){var n=this;this._ngZone.run(function(){n.scrolledLeft=n.scrollElement.scrollLeft>10;n.scrolledRight=n.listWidth>n.scrollElement.scrollLeft+n.scrollElement.clientWidth+10})},n.prototype.handleResize=function(){this.overflowScroll()},n.prototype.checkForOverflow=function(){return!!this.linkList.nativeElement.children[0]&&(this.listWidth=this.calculateListWidth(),this.scrolledLeft=this.scrollElement.scrollLeft>10,this.scrolledRight=this.listWidth>this.scrollElement.scrollLeft+this.scrollElement.clientWidth+10,this.overflowElement.nativeElement.clientWidth+2<this.listWidth)},n.prototype.calculateListWidth=function(){return this.linkList.nativeElement.children[0]?(this.linkList.nativeElement.children[0].clientWidth+8)*this.linkList.nativeElement.children.length:0},n}(),fk=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:block;width:100%;float:left}.wrapper[_ngcontent-%COMP%]{position:relative;min-height:13.75rem;padding-bottom:2.5rem}.wrapper[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.wrapper[_ngcontent-%COMP%]::before{content:'';display:block;width:65%;height:70%;position:absolute;bottom:0;pointer-events:none;background-image:linear-gradient(to right,#0083a9 0,#0083a9 80%,rgba(0,131,169,0) 100%);opacity:0;transition:opacity .32s ease}.wrapper[_ngcontent-%COMP%]:not(.wrapper--before-hero-big){margin-top:45px}.wrapper--with-gradient-left[_ngcontent-%COMP%]::before{z-index:1;opacity:1}.background-letter[_ngcontent-%COMP%]{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:-1}.background-letter[_ngcontent-%COMP%]::before{content:'';display:block;width:100%;height:.125rem;background-color:#4cb2d0;position:absolute;top:5.625rem;z-index:1}.background-letter[_ngcontent-%COMP%]::after{content:'';display:none;width:100%;height:calc(100% + 132px);position:absolute;bottom:0;left:0;background-color:#0092bc;z-index:-1}.background-letter-svg-container[_ngcontent-%COMP%]{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#0092bc;overflow:hidden}.background-letter-svg-aspect-ratio[_ngcontent-%COMP%]{position:absolute;top:.375rem;left:-32%;width:260%;padding-top:200%}.background-letter-svg[_ngcontent-%COMP%]{position:absolute;width:100%;height:100%;left:0;top:0}.container-main[_ngcontent-%COMP%]{position:relative;width:calc(50% - 1.875rem + 1.25rem);margin-left:1.25rem;float:left;z-index:1}.main-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#fff;margin:2.625rem 0 0}@media only screen and (min-width:47.75rem){.wrapper[_ngcontent-%COMP%]:not(.wrapper--before-hero-big){margin-top:45px}.main-title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.wrapper[_ngcontent-%COMP%]:not(.wrapper--before-hero-big){margin-top:45px}.main-title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.main-description[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;font-size:.75rem;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#fff;margin:1.25rem 0 0;display:none}@media only screen and (min-width:47.75rem){.main-description[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.main-description[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}.main-button[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;margin-top:2rem}.main-button[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.main-button[_ngcontent-%COMP%]::after, .main-button[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.main-button[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.main-button[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.main-button[_ngcontent-%COMP%]:hover{color:#253746}.main-button[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}@media only screen and (min-width:47.75rem){.main-button[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}}.container-links[_ngcontent-%COMP%]{width:calc(50% - 1.875rem + 1.25rem);float:left;margin-right:-1px}.container-links[_ngcontent-%COMP%]::after{content:'';display:block;width:1.875rem;height:100%;position:absolute;right:0;bottom:0;pointer-events:none;background-image:linear-gradient(to left,#0083a9 0,rgba(0,131,169,0) 100%);opacity:0;transition:opacity .32s ease}.wrapper--with-gradient-right[_ngcontent-%COMP%]   .container-links[_ngcontent-%COMP%]::after{opacity:1}.container-links-overflow[_ngcontent-%COMP%]{overflow-x:auto;overflow-y:hidden}.links-list[_ngcontent-%COMP%]{display:flex;list-style:none;padding:0 0 1.875rem;margin:5.125rem 0 0;justify-content:space-between}.links-list-item[_ngcontent-%COMP%]{min-width:6.875rem;margin-right:.625rem;text-align:center;font-family:Georgia,Times,serif;font-weight:700;color:#253746}.links-list-item[_ngcontent-%COMP%]:last-child{margin-right:0}.links-list-item[_ngcontent-%COMP%]::before{content:'';display:block;width:.9375rem;height:.9375rem;border-radius:100%;background-color:#0092bc;border:.125rem solid #fff;margin:0 auto .3125rem;transition:background-color .3s}.links-list-item[_ngcontent-%COMP%]:hover::before{background-color:#fff}.links-list-item[_ngcontent-%COMP%]:hover   .links-list-link[_ngcontent-%COMP%]{color:#fff}.links-list-link[_ngcontent-%COMP%]{transition:color .3s}.links-list-link-text[_ngcontent-%COMP%]{display:block;white-space:nowrap;font-size:.875rem;line-height:1.43}.links-list-link-sub-text[_ngcontent-%COMP%]{display:block;font-size:1rem;line-height:1.38}.wrapper--before-hero-big[_ngcontent-%COMP%]   .background-letter[_ngcontent-%COMP%]::after{display:block}.wrapper--before-hero-big[_ngcontent-%COMP%]   .background-letter-svg-container[_ngcontent-%COMP%]{height:calc(100% + 3.75rem)}@media only screen and (min-width:47.75rem){.wrapper[_ngcontent-%COMP%]{min-height:19.125rem;padding-top:.625rem}.wrapper[_ngcontent-%COMP%]::before{width:70%;background-image:linear-gradient(to right,#0083a9 0,#0083a9 85%,rgba(0,131,169,0) 100%);height:80%;left:-2.5rem}.background-letter[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.background-letter[_ngcontent-%COMP%]::before{top:5.375rem}.background-letter-svg-aspect-ratio[_ngcontent-%COMP%]{top:-1rem}.container-main[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);margin-left:1rem}.container-links[_ngcontent-%COMP%]{width:calc(50% - 1.5rem + 2rem);margin-right:0}.container-links[_ngcontent-%COMP%]::after{right:-40px;background-image:linear-gradient(to left,#0083a9 0,rgba(0,131,169,0) 100%)}.container-links-overflow[_ngcontent-%COMP%]{width:calc(100% + 2.5rem)}.main-title[_ngcontent-%COMP%]{margin-top:3.125rem}.main-description[_ngcontent-%COMP%]{display:block}.links-list[_ngcontent-%COMP%]{margin-top:4.25rem}.links-list-item[_ngcontent-%COMP%]{min-width:10rem}.links-list-link-text[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.36}.links-list-link-sub-text[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.32}.links-list-link[_ngcontent-%COMP%]{display:block}.links-list-link[_ngcontent-%COMP%]:active, .links-list-link[_ngcontent-%COMP%]:focus, .links-list-link[_ngcontent-%COMP%]:hover{color:#fff}.links-list-link.disable[_ngcontent-%COMP%]{pointer-events:none}.wrapper--before-hero-big[_ngcontent-%COMP%]{padding-top:0}.wrapper--before-hero-big[_ngcontent-%COMP%]   .background-letter[_ngcontent-%COMP%]::before{top:4.75rem}.wrapper--before-hero-big[_ngcontent-%COMP%]   .background-letter-svg-container[_ngcontent-%COMP%]{height:calc(100% + 4.375rem)}}@media only screen and (min-width:63.9375rem){.wrapper[_ngcontent-%COMP%]{min-height:28.125rem;padding-top:6.25rem}.wrapper[_ngcontent-%COMP%]::before{width:44%;height:86%;background-image:linear-gradient(to right,#0083a9 0,#0083a9 91%,rgba(0,131,169,0) 100%)}.background-letter[_ngcontent-%COMP%]::before{top:11.5rem}.background-letter-svg-aspect-ratio[_ngcontent-%COMP%]{width:220%;padding-top:169%;top:-2rem}.container-main[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem + 2.5rem);margin-left:2.5rem}.container-links[_ngcontent-%COMP%]{position:relative;width:calc(66.66666667% - 4.16666667rem)}.container-links[_ngcontent-%COMP%]::after{width:130px;right:-80px;background-image:linear-gradient(to left,#0083a9 0,#0083a9 73%,rgba(0,131,169,0) 100%)}.container-links-overflow[_ngcontent-%COMP%]{width:100%}.main-title[_ngcontent-%COMP%]{margin-top:2.875rem}.links-list[_ngcontent-%COMP%]{margin-top:4.75rem}.links-list-item[_ngcontent-%COMP%]{min-width:7.875rem;max-width:7.875rem}.links-list-link-text[_ngcontent-%COMP%]{font-size:1.125rem;white-space:normal;line-height:1.56}.links-list-link-sub-text[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.36}.wrapper--before-hero-big[_ngcontent-%COMP%]{min-height:24.5rem;padding-top:0}.wrapper--before-hero-big[_ngcontent-%COMP%]   .background-letter[_ngcontent-%COMP%]::before{top:5.25rem}.wrapper--before-hero-big[_ngcontent-%COMP%]   .background-letter-svg-container[_ngcontent-%COMP%]{height:calc(100% + 9.375rem)}}"]],data:{}}),whu=function(){function n(){}return n.prototype.transform=function(n,t){return n&&t?"even"===t?n.filter(function(n,t){return t%2==0}):"odd"===t?n.filter(function(n,t){return t%2!=0}):n:n},n}(),fot=function(){function n(){this.activeSlideIndex=0}return n.prototype.ngOnInit=function(){},n.prototype.ngAfterViewInit=function(){var n=this;document.addEventListener("DOMContentLoaded",function(){n.initiateTimer()})},n.prototype.goNext=function(){this.goTo(this.activeSlideIndex>=this.properties.slides.length-1?0:this.activeSlideIndex+1)},n.prototype.goPrevious=function(){this.goTo(this.activeSlideIndex<=0?this.properties.slides.length-1:this.activeSlideIndex-1)},n.prototype.goTo=function(n){this.activeSlideIndex=n;this.sliderTransform="translate3d(0, -"+100*this.activeSlideIndex+"%, 0)";this.initiateTimer()},n.prototype.initiateTimer=function(){this.timer&&clearTimeout(this.timer);this.timer=setTimeout(this.goNext.bind(this),12e3)},n.prototype.evenOddIndexOffset=function(n,t){return"even"===n?t+1*t:t+1*t+1},n}(),eot=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.feature-background-link[_ngcontent-%COMP%]{display:block;width:100%;height:100%;position:absolute}[_nghost-%COMP%]{margin-top:45px;position:relative;display:block;width:100%;float:left}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]{margin-top:45px}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]{margin-top:45px}}.wrapper[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem}.main-title[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin:0}.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.container-description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.container-description[_ngcontent-%COMP%]  p{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d;margin:.625rem 0 0}@media only screen and (min-width:47.75rem){.container-description[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.container-description[_ngcontent-%COMP%]  p{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.container-description[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.container-description[_ngcontent-%COMP%]  p{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.container-description[_ngcontent-%COMP%]  p a{text-decoration:underline}.container-feature-items[_ngcontent-%COMP%]{position:relative;height:8.75rem;margin-top:1.25rem;overflow:hidden}.container-feature-items-strip[_ngcontent-%COMP%]{position:absolute;width:100%;height:100%;transition:transform .52s ease}.content-feature-item[_ngcontent-%COMP%]{position:relative;width:100%;height:100%}.feature-background[_ngcontent-%COMP%]{position:absolute;width:100%;height:100%;left:0;top:0}.feature-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%], .feature-background[_ngcontent-%COMP%]   picture[_ngcontent-%COMP%]{display:block;width:100%;height:100%}.feature-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{-o-object-fit:cover;object-fit:cover}.feature-background[_ngcontent-%COMP%]:before{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-blend-mode:multiply;background-image:linear-gradient(to left,#15222c,rgba(21,34,44,0))}.feature-text[_ngcontent-%COMP%]{display:none}.feature-eyebrow[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;font-size:.75rem;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#bdc3c7}.feature-title[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{display:inline;border-bottom:1px solid transparent;transition:border-color .25s ease}.feature-title[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{border-color:#0092bc}.container-links[_ngcontent-%COMP%]{position:relative;display:flex;padding:1.25rem 0;z-index:1}.container-links[_ngcontent-%COMP%]::after, .container-links[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;pointer-events:none}@media only screen and (min-width:47.75rem){.feature-eyebrow[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}.container-links.single-link[_ngcontent-%COMP%]{width:35%}}@media only screen and (min-width:63.9375rem){.feature-eyebrow[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}.container-links.single-link[_ngcontent-%COMP%]{width:30%}}.container-links.single-link[_ngcontent-%COMP%]::after{display:none}.container-links.single-link[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]:nth-child(1){width:100%}.container-links.single-link[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]:nth-child(2){width:0;margin:0}.container-links[_ngcontent-%COMP%]::after{width:.0625rem;height:calc(100% - 2.5rem);opacity:.4;background-color:#253746}.container-links[_ngcontent-%COMP%]::before{width:calc(100% + 2.5rem);height:100%;background-color:#0092bc}.links-list[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none;width:calc(50% - 1.0625rem)}.links-list[_ngcontent-%COMP%]:nth-child(even){margin-left:2.125rem}.links-list-item[_ngcontent-%COMP%]{position:relative;margin-bottom:.875rem;padding-left:0;padding-right:1.25rem;transition:padding .25s ease;overflow:hidden}.links-list-item[_ngcontent-%COMP%]:last-child{margin-bottom:0}.links-list-item[_ngcontent-%COMP%]::before{content:'';display:block;width:0;height:0;border-left:.625rem solid #fff;border-top:.375rem solid transparent;border-bottom:.375rem solid transparent;position:absolute;top:.125rem;left:0;transform:translate3d(-100%,0,0);transition:transform .25s ease;pointer-events:none}.links-list-link[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:600;font-size:1rem;color:#253746;line-height:1.38;transition:color .25s ease}.links-list-item--active[_ngcontent-%COMP%]{padding-left:1.25rem;padding-right:0}.links-list-item--active[_ngcontent-%COMP%]::before{transform:translate3d(0,0,0)}.links-list-item--active[_ngcontent-%COMP%]   .links-list-link[_ngcontent-%COMP%]{color:#fff}.next-slide-button[_ngcontent-%COMP%], .previous-slide-button[_ngcontent-%COMP%]{display:none}@media only screen and (min-width:47.75rem){.wrapper[_ngcontent-%COMP%]{width:100%;margin:0}.main-title[_ngcontent-%COMP%]{width:calc(33.33333333% - 1.33333333rem);float:left;margin-left:2.5rem;position:static;padding-top:1.5625rem}.main-title[_ngcontent-%COMP%]::before{width:calc(100% - 2.5rem - 2.5rem);margin-left:2.5rem}.container-description[_ngcontent-%COMP%]{float:left;margin-top:.875rem;margin-left:0;width:calc(66.66% - 2.5rem)}.container-bottom[_ngcontent-%COMP%]{position:relative;min-height:23.375rem;display:flex;align-items:flex-end;margin-top:1.875rem;width:100%;float:left}.container-bottom[_ngcontent-%COMP%]::after{content:'';position:relative;display:block;width:0;height:23.375rem}.container-feature-items[_ngcontent-%COMP%]{position:absolute;width:100%;top:0;left:0;margin-top:0;float:left;height:19.5rem}.feature-background[_ngcontent-%COMP%]{width:calc(100% - 2rem - 2rem);margin-left:2.5rem}.feature-text[_ngcontent-%COMP%]{display:block;position:absolute;bottom:3.75rem;width:calc(33.33333333% - 1.33333333rem + 1rem);margin-left:calc(58.33333333% - 1.58333333rem + 2rem);z-index:1}.feature-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:700;font-size:.875rem;line-height:1.43;color:#fff;margin-top:.25rem}.container-links[_ngcontent-%COMP%]{width:calc(50% - 1.5rem + 1rem);margin-left:2.5rem;margin-top:3.75rem;padding:1.875rem;float:left}.container-links[_ngcontent-%COMP%]::after{height:calc(100% - 3.75rem)}.container-links[_ngcontent-%COMP%]::before{width:100%}.next-slide-button[_ngcontent-%COMP%], .previous-slide-button[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:2.5rem;height:2.5rem;border:none;position:absolute;right:1.5rem;pointer-events:all;background-color:#2ba824;transition:background-color .42s cubic-bezier(.77,0,.175,1);cursor:pointer;z-index:4}.next-slide-button[_ngcontent-%COMP%]:hover, .previous-slide-button[_ngcontent-%COMP%]:hover{background-color:#2d9015}.next-slide-button[_ngcontent-%COMP%]{top:2.5rem}}@media only screen and (min-width:63.9375rem){.main-title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem}.main-title[_ngcontent-%COMP%]::before{width:calc(100% - 2.5rem - 2.5rem);margin-left:2.5rem}.container-description[_ngcontent-%COMP%]{width:calc(66.66666667% - 4.16666667rem);float:left;margin-left:2.5rem}.container-bottom[_ngcontent-%COMP%]{min-height:43.75rem}.container-bottom[_ngcontent-%COMP%]::after{height:43.75rem}.container-feature-items[_ngcontent-%COMP%]{height:37.5rem}.feature-background[_ngcontent-%COMP%]{width:calc(100% - 2.5rem - 1.5rem);margin-left:2.5rem}.feature-text[_ngcontent-%COMP%]{bottom:6.25rem;width:calc(33.33333333% - 3.33333333rem + 2.5rem);margin-left:calc(58.33333333% - 3.95833333rem + 2.5rem)}.feature-title[_ngcontent-%COMP%]{font-size:1.75rem;margin-top:.5rem;line-height:1.36}.container-links[_ngcontent-%COMP%]{width:calc(50% - 3.75rem + 2.5rem);margin-left:2.5rem;padding:3.75rem;float:left}.container-links[_ngcontent-%COMP%]::after{height:calc(100% - 7.5rem)}.links-list[_ngcontent-%COMP%]{width:calc(50% - 1.9375rem)}.links-list[_ngcontent-%COMP%]:nth-child(even){margin-left:3.875rem}.next-slide-button[_ngcontent-%COMP%], .previous-slide-button[_ngcontent-%COMP%]{width:3.75rem;height:3.75rem;right:1.5rem}.next-slide-button[_ngcontent-%COMP%]{top:3.75rem}.links-list-item[_ngcontent-%COMP%]::before{top:.4375rem}.links-list-link[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.3}}@media screen and (min-width:768px) and (max-width:1023px){.main-title[_ngcontent-%COMP%]{margin-left:1rem}.feature-background[_ngcontent-%COMP%], .main-title[_ngcontent-%COMP%]:before{margin-left:1rem;width:calc(100% - 1rem - 1rem)}.container-description[_ngcontent-%COMP%]{margin-left:2.5rem}.next-slide-button[_ngcontent-%COMP%], .previous-slide-button[_ngcontent-%COMP%]{right:1rem}.container-links[_ngcontent-%COMP%]{margin-left:1rem}}"]],data:{}});ro=function(){function n(){}return n.prototype.ngOnInit=function(){this.ctaTitle=this.properties.cta?this.properties.cta.text.replace(/<.*?>/g,""):null},n}();uo=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:flex;position:relative;width:100%;float:left}[_nghost-%COMP%]::after{content:'';display:table;clear:both}:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.wrapper[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-height:25.9375rem}.container-background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;top:0;z-index:-1;height:23.4375rem}.container-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%], .container-background[_ngcontent-%COMP%]   picture[_ngcontent-%COMP%]{display:block;width:100%;height:100%}.container-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{-o-object-fit:cover;object-fit:cover}.container-copy[_ngcontent-%COMP%]{width:calc(75% - 2.1875rem);float:left;margin-left:1.25rem;position:relative;padding:2.5rem 2.5rem 2.5rem 1.25rem;margin-top:2.5rem;background-color:#0092bc}.wrapper--orange[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{background-color:#e87722}.wrapper--green[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{background-color:#2d9015}.main-title[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#fff;margin:0}.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#fff;width:2.5rem;height:.1875rem}@media only screen and (min-width:47.75rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.main-title[_ngcontent-%COMP%]::before{width:3.75rem}.main-title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.main-title[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.wrapper--orange[_ngcontent-%COMP%]   .main-title[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.wrapper--orange[_ngcontent-%COMP%]   .main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#ee9f64;width:2.5rem;height:.1875rem}@media only screen and (min-width:47.75rem){.wrapper--orange[_ngcontent-%COMP%]   .main-title[_ngcontent-%COMP%]::before{width:3.75rem}}.wrapper--green[_ngcontent-%COMP%]   .main-title[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.wrapper--green[_ngcontent-%COMP%]   .main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#6ecc4c;width:2.5rem;height:.1875rem}.main-eyebrow[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;font-size:.75rem;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#fff;margin:1.25rem 0 0}@media only screen and (min-width:47.75rem){.wrapper--green[_ngcontent-%COMP%]   .main-title[_ngcontent-%COMP%]::before{width:3.75rem}.main-eyebrow[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.main-eyebrow[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}.main-copy[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#fff;margin:.9375rem 0 0}@media only screen and (min-width:47.75rem){.main-copy[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.main-copy[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}}.cta[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;margin-top:1.5rem;min-width:9.5rem}.cta[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.cta[_ngcontent-%COMP%]::after, .cta[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.cta[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.cta[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.cta[_ngcontent-%COMP%]:hover{color:#0092bc}.cta[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;min-width:9.5rem}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after, .wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover{color:#e87722}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}@media only screen and (min-width:47.75rem){.cta[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}.wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;min-width:9.5rem}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after, .wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover{color:#2d9015}.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}.wrapper--align-right[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{margin-left:calc(25% - 1.5625rem + 2.5rem)}.wrapper--with-gradient[_ngcontent-%COMP%]   .container-background[_ngcontent-%COMP%]::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to bottom,rgba(48,48,48,0) 0,#303030 100%)}@media only screen and (min-width:47.75rem){.wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}.container-copy[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);float:left;margin-left:1rem;padding-left:2.5rem;min-height:20rem}.wrapper--align-right[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{margin-left:calc(50% - 1.5rem + 2rem)}}@media only screen and (min-width:63.9375rem){.wrapper[_ngcontent-%COMP%]{min-height:39rem}.container-background[_ngcontent-%COMP%]{width:calc(100% - 5rem);height:36.5rem;margin:0 0 0 2.5rem;left:0;right:auto}.container-copy[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;padding-top:1.875rem;padding-left:3.25rem;padding-right:6.75rem;margin-top:5rem}.main-title[_ngcontent-%COMP%]{margin-top:-4.25rem}.cta[_ngcontent-%COMP%], .wrapper--green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%], .wrapper--orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{min-width:9.5rem}.wrapper--align-right[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{margin-left:calc(66.66666667% - 4.16666667rem + 5rem)}.wrapper--size-body-article[_ngcontent-%COMP%]{min-height:29.8125rem}.wrapper--size-body-article[_ngcontent-%COMP%]   .container-background[_ngcontent-%COMP%]{margin-left:calc(16.66666667% - 2.91666667rem + 5rem);width:calc(66.66666667% - 4.16666667rem);height:25.9375rem}.wrapper--size-body-article[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{margin-left:calc(16.66666667% - 2.91666667rem + 5rem);width:calc(41.66666667% - 3.54166667rem + 2.5rem);min-height:11.25rem;padding-bottom:3.875rem}.wrapper--size-body-article.wrapper--align-right[_ngcontent-%COMP%]   .container-copy[_ngcontent-%COMP%]{margin-left:calc(41.66666667% - 3.54166667rem + 5rem);left:-2.5rem}}"]],data:{}});ce=function(){function n(){this.legalHidden=!0}return n.prototype.ngOnInit=function(){},n.prototype.toggleLegal=function(){this.legalHidden=!this.legalHidden},n}();le=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{position:relative;display:block;width:100%;float:left}:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:1.25rem;margin-top:0}.sub-title[_ngcontent-%COMP%]{color:#66737d;display:inline-block;font-size:.875rem;font-weight:400;font-family:\"Source Sans Pro\",sans-serif}.container-table[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;overflow:auto;-webkit-overflow-scrolling:touch}.container-table[_ngcontent-%COMP%] >table{border-collapse:collapse;width:100%}.container-table[_ngcontent-%COMP%] >table>caption{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.container-table[_ngcontent-%COMP%] >table>thead>tr>th{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.container-table[_ngcontent-%COMP%] >table>thead>tr>th:not(:first-child){text-align:right}.container-table[_ngcontent-%COMP%] >table>thead>tr>th:last-child{border-right:none}.container-table[_ngcontent-%COMP%] >table>thead>tr>th:first-child{text-align:left;min-width:7.5rem}.container-table[_ngcontent-%COMP%] >table>tbody>tr>th{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.container-table[_ngcontent-%COMP%] >table>tbody>tr>td{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.container-table[_ngcontent-%COMP%] >table>tbody>tr>td:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.container-table[_ngcontent-%COMP%] >table>tbody>tr>td:last-child{border-right:none}.container-table[_ngcontent-%COMP%] >table>tbody>tr:nth-child(odd)>td{background-color:rgba(178,222,234,.7)}.container-table[_ngcontent-%COMP%]  a{color:#2ba824;text-decoration:underline;transition:color .25s ease}.container-table[_ngcontent-%COMP%]  a:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}[_ngcontent-%COMP%]:not(.nuv-gcreit-performance)   .container-table[_ngcontent-%COMP%] >table{min-width:45rem}.container-footer[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:flex;flex-direction:column;border-bottom:.25rem solid #253746;padding-bottom:1.875rem;margin-top:1.5625rem}.container-footer[_ngcontent-%COMP%]  p{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:.75rem;line-height:1.5;letter-spacing:0;text-transform:none;color:#66737d;margin:.25rem 0}.container-footer[_ngcontent-%COMP%]  p strong{color:#253746}.container-footer[_ngcontent-%COMP%]  p:first-child{margin-top:0}.footer-legal[_ngcontent-%COMP%]{margin-top:1.5625rem}.footer-legal[_ngcontent-%COMP%]  a{color:#2ba824;text-decoration:underline;transition:color .25s ease}.footer-legal[_ngcontent-%COMP%]  a:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.footer-legal--mobile-hidden[_ngcontent-%COMP%]{display:none}.footer-buttons[_ngcontent-%COMP%]{order:-1;display:flex;align-items:flex-end}.button-download[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #253746;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;color:#253746}.button-download[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.button-download[_ngcontent-%COMP%]::after, .button-download[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.button-download[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.button-download[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#253746;transition:transform .25s cubic-bezier(.77,0,.175,1)}.button-download[_ngcontent-%COMP%]:hover{color:#fff}.button-download[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}@media only screen and (min-width:47.75rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.container-table[_ngcontent-%COMP%] >table>caption{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.container-table[_ngcontent-%COMP%] >table>tbody>tr>td{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.container-footer[_ngcontent-%COMP%]  p{font-size:.75rem;line-height:1.5;letter-spacing:0}.button-download[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}}.button-toggle-legal[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;margin:0 1.25rem;font-size:.75rem;color:#0092bc;text-decoration:underline;cursor:pointer}@media only screen and (min-width:47.75rem){.container-footer[_ngcontent-%COMP%], .container-table[_ngcontent-%COMP%], .main-title[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.footer-buttons[_ngcontent-%COMP%]{align-items:center}}@media only screen and (min-width:63.9375rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.container-table[_ngcontent-%COMP%] >table>caption{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.container-table[_ngcontent-%COMP%] >table>tbody>tr>td{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.container-footer[_ngcontent-%COMP%]  p{font-size:.875rem;line-height:1.5;letter-spacing:0}.container-footer[_ngcontent-%COMP%], .container-table[_ngcontent-%COMP%], .main-title[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.sub-title[_ngcontent-%COMP%]{padding-left:.625rem}.container-footer[_ngcontent-%COMP%]{flex-direction:row;justify-content:space-between}.footer-buttons[_ngcontent-%COMP%]{order:1;align-items:flex-start}.button-toggle-legal[_ngcontent-%COMP%]{display:none}.footer-legal--mobile-hidden[_ngcontent-%COMP%]{display:block}.footer-legal[_ngcontent-%COMP%]{max-width:50%;margin-top:0}}.calenderTableSubTitle[_ngcontent-%COMP%]{color:#66737d;display:inline-block;font-size:.875rem;font-weight:400;font-family:\"Source Sans Pro\",sans-serif}.calenderTableMainTitle[_ngcontent-%COMP%]{padding-right:20px}"]],data:{}});var bhu={title:"Municipal Bond Yields are Compelling",eyebrow:"",color:"",cta:null,picture:{source1x:"https://placeimg.com/1258/620/nature",source2x:"https://placeimg.com/960/960/nature",source3x:"https://placeimg.com/960/960/nature",altText:"Nature background"},copy:"Municpal bond yields are compelling when compared to the bond markets in Europe and Asia.",size:"full-width",align:"left",withGradient:!0},ps=function(n){return vt({},bhu,n)},khu={title:"Executive Summary",items:['Concerns about <a href="#">higher interest<\/a> rates,\n    inflation and U.S. trade policy produced a notable increase\n    in market volatility during the first quarter of 2018',"Economic fundamentals, however, look quite strong both at home\n    and around the world, creating a stable backdrop for investors","Stronger earnings <strong>estimates—the product<\/strong> of\n    improving growth and lower U.S. corporate tax rates—should help\n    stocks recover from their recent correction","Even so, this economic expansion will not last forever. Recession risks,\n    while low, are rising—thanks in part to an overabundance of federal stimulus\n    that will help in the near term but presents risk in future years","Mis-valuations both within and across markets are no longer as prevalent,\n    making it more difficult to capitalize on inefficient pricing. As a result,\n    we are focusing more on other factors to determine our asset allocation strategy"]},gfi={title:"Title of Table",tableMarkup:"\n    <table>\n      <thead>\n        <tr>\n          <th>Name<\/th>\n          <th>% of<br>portfolio<\/th>\n          <th>% of<br>portfolio<\/th>\n          <th>coupon<\/th>\n          <th>% of<br>portfolio<\/th>\n          <th>% of<br>portfolio<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Lorem ipsum dolor sit amet<\/td>\n          <td>0.9%<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n        <\/tr>\n        <tr>\n          <td>Lorem ipsum dolor sit amet<\/td>\n          <td>0.9%<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n        <\/tr>\n        <tr>\n          <td>Lorem ipsum dolor sit amet<\/td>\n          <td>0.9%<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n        <\/tr>\n        <tr>\n          <td>Lorem ipsum dolor sit amet<\/td>\n          <td>0.9%<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n        <\/tr>\n        <tr>\n          <td>Lorem ipsum dolor sit amet<\/td>\n          <td>0.9%<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n        <\/tr>\n        <tr>\n          <td>Lorem ipsum dolor sit amet<\/td>\n          <td>0.9%<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n          <td>0.9%<\/td>\n          <td>7.50<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  ",download:{href:"/mocks/images/sample-csv.csv",text:"Download",target:"_blank"},legalMarkup:'\n    <p><strong>Legal text <a href="#">here maecenas<\/a> viverra felis ut risus finibus, see fig 1.<\/strong><\/p>\n    <p>Legal <a href="#">text here<\/a> maecenas viverra <sup>felis<\/sup> ut risus finibus, see fig 1.<\/p>\n  '},ic={title:"Clients We Serve",description:'<p>As institutional investors ourselves, <a href="#link">we understand<\/a> and deal with these very\n  same challenges every day. Our experienced <strong>professionals<\/strong> bring a consultative approach to the\n  <span class="nuv-underlined">unique<\/span> needs and goals of institutional clients. We strive to develop a true partnership\n  with our clients so we can offer the best solutions to help meet their long-term<sup>[5]<\/sup> investment goals.<\/p>',slides:[{title:"Consultants",link:{href:"#slide1"},featureEyebrow:{text:"Corporate pensions",href:"#slide1-eyebrow"},featureTitle:"Nunc egestas scelerisque est, ac bibendum dui scelerisque eget",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/1",source2x:"http://placeimg.com/1150/600/animals/1",source3x:"http://placeimg.com/1150/600/animals/1",altText:"Slide 1 Animal"}},{title:"Healthcare",link:{href:"#slide2"},featureEyebrow:{text:"Corporate pensions",href:"#slide2-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus, non pulvinar neque pellentesque",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/2",source2x:"http://placeimg.com/1150/600/animals/2",source3x:"http://placeimg.com/1150/600/animals/2",altText:"Slide 2 Animal"}},{title:"Corporate Pensions",link:{href:"#slide3"},featureEyebrow:{text:"Corporate pensions",href:"#slide3-eyebrow"},featureTitle:"With a century of experience in the defined contribution market,\n      we are deeply committed to and experienced in helping clients meet their retirement plan challenges.",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/3",source2x:"http://placeimg.com/1150/600/animals/3",source3x:"http://placeimg.com/1150/600/animals/3",altText:"Slide 3 Animal"}},{title:"Insurance",link:{href:"#slide4"},featureEyebrow:{text:"Duis bibendum",href:"#slide4-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus, non pulvinar neque pellentesque",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/3",source2x:"http://placeimg.com/1150/600/animals/3",source3x:"http://placeimg.com/1150/600/animals/3",altText:"Slide 4 Animal"}},{title:"Defined Contribution",link:{href:"#slide5"},featureEyebrow:{text:"Duis bibendum",href:"#slide5-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus, non pulvinar neque pellentesque",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/5",source2x:"http://placeimg.com/1150/600/animals/5",source3x:"http://placeimg.com/1150/600/animals/5",altText:"Slide 5 Animal"}},{title:"Public Pensions",link:{href:"#slide6"},featureEyebrow:{text:"Duis bibendum",href:"#slide6-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus, non pulvinar neque pellentesque",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/6",source2x:"http://placeimg.com/1150/600/animals/6",source3x:"http://placeimg.com/1150/600/animals/6",altText:"Slide 6 Animal"}},{title:"Endowments & Foundations",link:{href:"#slide7"},featureEyebrow:{text:"Duis bibendum",href:"#slide7-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus, non pulvinar neque pellentesque, non pulvinar neque pellentesque",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/7",source2x:"http://placeimg.com/1150/600/animals/7",source3x:"http://placeimg.com/1150/600/animals/7",altText:"Slide 7 Animal"}},{title:"Sovereign Wealth Funds",link:{href:"#slide8"},featureEyebrow:{text:"Duis bibendum",href:"#slide8-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/8",source2x:"http://placeimg.com/1150/600/animals/8",source3x:"http://placeimg.com/1150/600/animals/8",altText:"Slide 8 Animal"}},{title:"Family Offices",link:{href:"#slide9"},featureEyebrow:{text:"Duis bibendum",href:"#slide9-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/9",source2x:"http://placeimg.com/1150/600/animals/9",source3x:"http://placeimg.com/1150/600/animals/9",altText:"Slide 8 Animal"}},{title:"Taft-Hartley Plans",link:{href:"#slide10"},featureEyebrow:{text:"Duis bibendum",href:"#slide10-eyebrow"},featureTitle:"Duis bibendum tellus eget dui rhoncus",featureBackground:{source1x:"http://placeimg.com/1150/600/animals/10",source2x:"http://placeimg.com/1150/600/animals/10",source3x:"http://placeimg.com/1150/600/animals/10",altText:"Slide 10 Animal"}}]},dhu=function(){function n(){this.slides=yii}return n.prototype.ngOnInit=function(){var n;this.strategyBreaker=wii;this.breakerEmbedFullWidthSampleLeft=ps({});this.breakerEmbedFullWidthSampGreenRight=ps({align:"right",color:"green",eyebrow:"our relationship",cta:{text:"Learn More",url:"#read-more"}});this.breakerEmbedFullWidthSampleRight=ps({align:"right"});this.breakerEmbedFullWidthSampleWithoutGradient=ps({withGradient:!1});this.breakerEmbedBodyWidthSampleLeft=ps({size:"body-article"});this.breakerEmbedBodyWidthSampleOrangeLeft=ps({size:"body-article",color:"orange",eyebrow:"our relationship",cta:{text:"Learn More",url:"#read-more"}});this.breakerEmbedBodyWidthSampleRight=ps({size:"body-article",align:"right"});this.breakerEmbedBodyWidthSampleWithoutGradient=ps({size:"body-article",withGradient:!1});this.issueOutline=khu;this.socialShareLinks='\n  <div class="nuv-socials nuv-socials--article">\n    <div class="nuv-socials__mobile-backdrop"><\/div>\n    <ul class="nuv-socials__list">\n      <li class="nuv-socials__list-item">\n        <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A%2F%2Fwww.nuveen.com%2Fpositioning-equity-portfolios-for-when-rates-rise&amp;title=Nuveen!" target="_blank" class="nuv-socials__link tiaa-linkedin-url">\n          <svg class="nuv-socials__icon nuv-socials__icon--linkedIn" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="outline: none;">\n            <path class="nuv-socials__svg-path" d="M20 20h-4.144v-6.497c0-1.55-.027-3.54-2.153-3.54-2.157 0-2.485 1.687-2.485 3.43V20h-4.14V6.64h3.972V8.47h.058c.552-1.05 1.905-2.16 3.92-2.16C19.226 6.31 20 9.076 20 12.674V20zM2.405 4.816C1.075 4.816 0 3.736 0 2.408 0 1.078 1.074 0 2.405 0c1.325 0 2.4 1.08 2.4 2.408 0 1.33-1.075 2.408-2.4 2.408zM4.477 20H.33V6.64h4.147V20z" fill-rule="evenodd"><\/path>\n          <\/svg>\n        <\/a>\n      <\/li>\n      <li class="nuv-socials__list-item">\n        <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.nuveen.com%2Fpositioning-equity-portfolios-for-when-rates-rise" target="_blank" class="nuv-socials__link tiaa-facebook-url">\n          <svg class="nuv-socials__icon nuv-socials__icon--facebook" viewBox="0 0 12 22" xmlns="http://www.w3.org/2000/svg">\n            <path class="nuv-socials__svg-path" d="M11.425 3.652h-2.07c-1.625 0-1.94.773-1.94 1.904v2.497h3.874l-.506 3.912h-3.37V22H3.378V11.965H0V8.053h3.377V5.17C3.377 1.822 5.422 0 8.407 0c1.43 0 2.66.106 3.018.154v3.498z" fill-rule="evenodd"><\/path>\n          <\/svg>\n        <\/a>\n      <\/li>\n      <li class="nuv-socials__list-item">\n        <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.nuveen.com%2Fpositioning-equity-portfolios-for-when-rates-rise&amp;text=Nuveen!" target="_blank" class="nuv-socials__link tiaa-twitter-url">\n          <svg class="nuv-socials__icon nuv-socials__icon--twitter" viewBox="0 0 20 18" xmlns="http://www.w3.org/2000/svg">\n            <path class="nuv-socials__svg-path" d="M17.644 2.71c.848-.535 1.498-1.383 1.803-2.393-.793.496-1.67.855-2.606 1.05C16.095.525 15.028 0 13.847 0c-2.265 0-4.1 1.938-4.1 4.327 0 .34.033.67.103.986C6.44 5.133 3.416 3.41 1.39.79 1.04 1.433.837 2.176.837 2.97c0 1.5.724 2.825 1.825 3.603-.672-.022-1.305-.22-1.86-.54v.053c0 2.097 1.414 3.847 3.294 4.243-.345.1-.707.152-1.083.152-.264 0-.522-.026-.77-.077.52 1.72 2.036 2.973 3.832 3.006C4.67 14.568 2.9 15.258.98 15.258c-.332 0-.66-.018-.98-.06 1.816 1.228 3.973 1.945 6.29 1.945 7.548 0 11.673-6.594 11.673-12.313 0-.188-.002-.375-.01-.56.8-.61 1.5-1.373 2.047-2.24-.736.343-1.527.576-2.356.68z" fill-rule="evenodd"><\/path>\n          <\/svg>\n        <\/a>\n      <\/li>\n      <li class="nuv-socials__list-item">\n        <a href="mailto:?subject=Positioning equity portfolios for when rates rise&amp;body=I thought you might find this interesting: https%3A%2F%2Fwww.nuveen.com%2Fpositioning-equity-portfolios-for-when-rates-rise" class="nuv-socials__link tiaa-email">\n          <svg class="nuv-socials__icon nuv-socials__icon--email" width="22" height="16" viewBox="0 0 22 16" xmlns="http://www.w3.org/2000/svg">\n            <path class="nuv-socials__svg-path" d="M20.83.18l-10.015 9.928L.985.278C1.28.1 1.628 0 2 0h18c.297 0 .578.065.83.18zm.78.635c.246.332.39.742.39 1.185v12c0 1.105-.895 2-2 2H2c-1.105 0-2-.895-2-2V2c0-.37.1-.718.277-1.016L10.812 11.52 21.612.814z" fill-rule="evenodd"><\/path>\n          <\/svg>\n        <\/a>\n      <\/li>\n      <li class="nuv-socials__list-item-toggle">\n          <svg class="nuv-socials__icon nuv-socials__icon--share" width="22" height="22" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">\n              <g stroke-width="1.4" stroke="#66737D" fill="none" fill-rule="evenodd">\n                  <path d="M7.4 13l7.2 3.2M13.8 5.8L7.4 9M8 11c0 1.84-1.493 3.333-3.333 3.333S1.333 12.84 1.333 11c0-1.84 1.493-3.333 3.334-3.333C6.507 7.667 8 9.16 8 11zM20.667 4.667c0 1.84-1.493 3.333-3.334 3.333C15.493 8 14 6.508 14 4.667c0-1.842 1.493-3.334 3.333-3.334s3.334 1.492 3.334 3.334zM20.667 17.333c0 1.842-1.493 3.334-3.334 3.334-1.84 0-3.333-1.492-3.333-3.334C14 15.493 15.493 14 17.333 14s3.334 1.492 3.334 3.333z"><\/path>\n              <\/g>\n          <\/svg>\n          <svg class="nuv-socials__icon nuv-socials__icon--close-share" width="22" height="22" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">\n              <g stroke="#FFF" stroke-width="1.25" fill="none" fill-rule="evenodd">\n                  <path d="M.476.476L19.62 19.62M19.524.476L.38 19.62"><\/path>\n              <\/g>\n          <\/svg>\n      <\/li>\n    <\/ul>\n  <\/div>\n';this.mediaEmbedWithVideoNoGradientNoCaption="\n  <div class='nuv-article-video-embed nuv-article-video-embed--without-gradient'>\n    <div class='nuv-article-video-embed__video-frame'>\n      <div class='nuv-article-video-embed__poster' style='outline: none;'>\n        <picture class=''>\n          <source media='(min-width: 1023px)' srcset='https://placeimg.com/1258/620/arch'>\n          <img src='https://placeimg.com/1258/620/arch' alt='Bob Doll -2018 Q1 Market Outlook'>\n        <\/picture>\n      <\/div>\n      <div class='nuv-article-video-embed__play-button video-overlay-trigger' data-id='5759206424001' style='outline: none;'>\n        <svg class='nuv-article-video-embed__play-icon' width='15' height='17' viewBox='0 0 15 17' xmlns='http://www.w3.org/2000/svg'>\n          <path d='M.714.893l13.5 7.714-13.5 7.714' fill='#FFF' fill-rule='evenodd'><\/path>\n        <\/svg>\n      <\/div>\n    <\/div>\n    <div class='nuv-article-video-embed__description'>\n    <\/div>\n  <\/div>\n";this.mediaEmbedWithVideoWithGradientNoCaption="\n  <div class='nuv-article-video-embed'>\n    <div class='nuv-article-video-embed__video-frame'>\n      <div class='nuv-article-video-embed__poster' style='outline: none;'>\n        <picture class=''>\n          <source media='(min-width: 1023px)' srcset='https://www.nuveen.com/images/399/823/1502475399823/10-predictions-1Q-screengrab_1023_1x.png'>\n          <img src='https://www.nuveen.com/images/399/823/1502475399823/10-predictions-1Q-screengrab_1023_1x.png' alt='Bob Doll -2018 Q1 Market Outlook'>\n        <\/picture>\n      <\/div>\n      <div class='nuv-article-video-embed__play-button video-overlay-trigger' data-id='5759206424001' style='outline: none;'>\n        <svg class='nuv-article-video-embed__play-icon' width='15' height='17' viewBox='0 0 15 17' xmlns='http://www.w3.org/2000/svg'>\n          <path d='M.714.893l13.5 7.714-13.5 7.714' fill='#FFF' fill-rule='evenodd'><\/path>\n        <\/svg>\n      <\/div>\n    <\/div>\n    <div class='nuv-article-video-embed__description'>\n    <\/div>\n  <\/div>\n";this.mediaEmbedWithVideoWithGradientAndCaption="\n  <div class='nuv-article-video-embed'>\n    <div class='nuv-article-video-embed__video-frame'>\n      <div class='nuv-article-video-embed__poster' style='outline: none;'>\n        <picture class=''>\n          <source media='(min-width: 1023px)' srcset='https://placeimg.com/1258/620/arch'>\n          <img src='https://placeimg.com/1258/620/arch' alt='Bob Doll -2018 Q1 Market Outlook'>\n        <\/picture>\n      <\/div>\n      <div class='nuv-article-video-embed__play-button video-overlay-trigger' data-id='5759206424001' style='outline: none;'>\n        <svg class='nuv-article-video-embed__play-icon' width='15' height='17' viewBox='0 0 15 17' xmlns='http://www.w3.org/2000/svg'>\n          <path d='M.714.893l13.5 7.714-13.5 7.714' fill='#FFF' fill-rule='evenodd'><\/path>\n        <\/svg>\n      <\/div>\n    <\/div>\n    <div class='nuv-article-video-embed__description'>\n      Lorem ipsum dolor sit amet, consectetur adipiscing elit, Vidisse placerat et eos.\n      No ius ancillae constituto, ea menandri iracundia est, ut alienum iudicabit torquatos cum, no ius ancillae constituto.\n    <\/div>\n  <\/div>\n";this.pictureTag='\n  <picture class="">\n    <source media="(min-width: 1023px)" srcset="https://www.nuveen.com/images/352/583/1497904352583/DMAT_72883_Exhibit_4_1023_1x.png">\n    <img src="https://www.nuveen.com/images/352/583/1497904352583/DMAT_72883_Exhibit_4_1023_1x.png" alt="Exhibit 4 - positioning equity portfolios" style="outline: none;">\n  <\/picture>\n';this.teaserLinkCarouselDefault=ic;this.teaserLinkCarouselExtreme=(n={title:"Extreme case carousel for pressure test",description:"\n        "+ic.description+"\n        "+ic.description+"\n        "+ic.description+"\n      ",slides:ic.slides.concat(ic.slides)},vt({},ic,n));this.registerInlineEmbed='\n  <div class="nuv-button-embed">\n    <h3 class="nuv-button-embed__main-title" style="outline: none;">Register for this event<\/h3>\n    <div class="nuv-button-embed__container-button">\n      <a class="nuv-button-embed__main-button" href="http://qa.nuveen.codeandtheory.net/pages/register.html" target="_blank">\n        Register\n      <\/a>\n    <\/div>\n  <\/div>\n';this.imageBreakerEmbed="\n  <div class='nuv-article-breaker-embed nuv-article-breaker-embed--without-gradient'>\n    <picture class='nuv-article-breaker-embed__breaker-background'>\n      <source media='(min-width: 1023px)' srcset='https://www.nuveen.com/images/352/129/1497904352129/DMAT_72883_Exhibit_1_1023_1x.png'>\n      <img src='https://www.nuveen.com/images/352/129/1497904352129/DMAT_72883_Exhibit_1_1023_1x.png' alt='Exhibit 1 - positioning equity portfolios' style='outline: none;'>\n    <\/picture>\n  <\/div>\n";this.imageBreakerEmbedWithGradient="\n  <div class='nuv-article-breaker-embed nuv-article-breaker-embed--with-gradient'>\n    <picture class='nuv-article-breaker-embed__breaker-background'>\n      <source media='(min-width: 1023px)' srcset='https://www.nuveen.com/images/352/129/1497904352129/DMAT_72883_Exhibit_1_1023_1x.png'>\n      <img src='https://www.nuveen.com/images/352/129/1497904352129/DMAT_72883_Exhibit_1_1023_1x.png' alt='Exhibit 1 - positioning equity portfolios' style='outline: none;'>\n    <\/picture>\n  <\/div>\n";this.pullQuoteEmbed='\n  <div class="nuv-article-pullquote">\n    <blockquote class="nuv-article-pullquote__block">\n      <p class="nuv-article-pullquote__copy" style="outline: none;">If interest rates are likely to increase, is that a negative for equity markets? Investors typically fear rising rates and think they are bad for equities, but this actually hasn’t been the case.<\/p>\n      <footer class="nuv-article-pullquote__byline">&nbsp;<\/footer>\n    <\/blockquote>\n  <\/div>\n';this.htmlTableEmbed=gfi;this.htmlTableEmbedNoFooter=vt({},gfi,{title:"No legal markup or download button",download:null,legalMarkup:null})},n}(),ghu=tt({encapsulation:0,styles:[[""]],data:{}});ul=function(){function n(){}return n.prototype.ngOnInit=function(){window.NuveenComponents&&window.NuveenComponents.articleNavigation&&window.NuveenComponents.articleNavigation.init()},n.prototype.openVideoModal=function(n){window.NuveenComponents&&window.NuveenComponents.socials&&window.NuveenComponents.videoModal.triggerById(n)},n}();fl=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem}}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:block}[_nghost-%COMP%]::after{clear:both;content:\"\";display:block}.nuv-header-article[_ngcontent-%COMP%]{margin-bottom:40px}.nuv-header-article[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-header-article__tout[_ngcontent-%COMP%]{width:calc(75% - 2.1875rem);float:left;margin-left:1.25rem;padding-top:20px;padding-bottom:70px;padding-right:1.25rem;position:relative;background-color:#253746;clear:both}.nuv-header-article__tout[_ngcontent-%COMP%]::after::after{content:'';display:table;clear:both}.nuv-header-article__tout[_ngcontent-%COMP%]::before{content:'';display:block;width:calc(100% + 1.25rem + 1.25rem);height:100%;position:absolute;left:-1.25rem;top:0;background-color:#253746;z-index:-1}.nuv-header-article__tout-theme-title[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;font-size:.75rem;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#bdc3c7;display:block;text-transform:uppercase}@media only screen and (min-width:47.75rem){.nuv-header-article__tout-theme-title[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.nuv-header-article__tout-theme-title[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}.nuv-header-article__tout-theme-title.disable[_ngcontent-%COMP%]{pointer-events:none}.nuv-header-article__tout-headline[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#fff;margin-top:15px;margin-bottom:30px;word-break:break-word}@media only screen and (min-width:47.75rem){.nuv-header-article__tout-headline[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-header-article__tout-headline[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.nuv-header-article__tout-author-title[_ngcontent-%COMP%]{font-size:1rem;position:relative;line-height:1;font-style:italic;color:#bdc3c7;max-width:60%}@media only screen and (min-width:47.75rem){.nuv-header-article__tout-author-title[_ngcontent-%COMP%]{font-size:1rem}}.nuv-header-article__tout-author-name[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:700;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;font-size:1.125rem;font-style:normal;color:#2ba824;margin-bottom:4px}@media only screen and (min-width:47.75rem){.nuv-header-article__tout-author-name[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-header-article__tout-author-name[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}@media only screen and (min-width:47.75rem){.nuv-header-article__tout-author-name[_ngcontent-%COMP%]{font-size:1rem}.nuv-header-article__tout[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);float:left;margin-left:1rem;padding-right:calc(8.33333333% - 1.08333333rem + 1rem);padding-top:40px;min-height:456px}.nuv-header-article__tout[_ngcontent-%COMP%]::before{width:100%;left:auto;right:50%}.nuv-header-article__tout-headline[_ngcontent-%COMP%]{margin-bottom:100px}.nuv-header-article__tout-author-title[_ngcontent-%COMP%]{max-width:100%}}@media only screen and (min-width:63.9375rem){.nuv-header-article__tout[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem;padding-left:calc(8.33333333% - 2.70833333rem);padding-right:calc(8.33333333% - 2.70833333rem + 2.5rem);min-height:570px;padding-top:20px}.nuv-header-article__tout[_ngcontent-%COMP%]::before{display:none}}.nuv-header-article__tout-author[_ngcontent-%COMP%]{margin-bottom:20px}.nuv-header-article__content[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-top:-2.5rem}.nuv-header-article__content__image-container[_ngcontent-%COMP%]{position:relative;margin-top:0}.nuv-header-article__content__image[_ngcontent-%COMP%]{position:relative}.nuv-header-article__content__image[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{display:block;width:100%;max-width:100%}.nuv-header-article__content__play-button[_ngcontent-%COMP%]{position:absolute;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;bottom:20px;right:0;cursor:pointer;z-index:1}.nuv-header-article__content__play-button[_ngcontent-%COMP%]::after, .nuv-header-article__content__play-button[_ngcontent-%COMP%]::before{content:'';position:absolute;width:10px;height:40px;background-color:#2ba824;right:-10px;top:-1px;transition:transform .2s cubic-bezier(.77,0,.175,1);z-index:-1}.nuv-header-article__content__play-button[_ngcontent-%COMP%]::after{width:calc(100% + 11px);transform:scaleX(0);transform-origin:100% 50%}.nuv-header-article__content__play-button[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}.nuv-header-article__content__play-icon[_ngcontent-%COMP%]{width:10px;height:10px}.nuv-header-article__publish-date-container[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin-top:26px}.nuv-header-article__publish-date[_ngcontent-%COMP%]{font-size:.9375rem;position:relative;display:inline-block;font-style:italic;color:#66737d;padding-right:40px;margin-left:0;order:1;width:100%;margin-top:14px;margin-bottom:25px}@media only screen and (min-width:47.75rem){.nuv-header-article__publish-date[_ngcontent-%COMP%]{font-size:1.0625rem}}.nuv-header-article__publish-date[_ngcontent-%COMP%]::after{content:'';position:absolute;width:60px;height:1px;background-color:#66737d;left:100px;top:50%}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]{display:inline-block;line-height:0;order:2;width:100%}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]::after, .nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]:hover{color:#253746}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}@media only screen and (min-width:47.75rem){.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button__icon[_ngcontent-%COMP%]{display:inline-block;line-height:0;vertical-align:middle;margin-right:4px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button__icon[_ngcontent-%COMP%]::before{content:'';position:relative}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button__icon--plus[_ngcontent-%COMP%]{left:auto;right:10px}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button__icon--plus[_ngcontent-%COMP%]   g[_ngcontent-%COMP%]{transition:stroke .25s cubic-bezier(.77,0,.175,1)}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--green.nuv-button[_ngcontent-%COMP%]{margin-right:0}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--green[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]{border:1px solid transparent}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--green[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7;border:1px solid #bdc3c7;cursor:not-allowed}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--green[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--green[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]::after{background-color:#2d9015}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--green[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]:hover{color:#fff}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--icon[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]{padding-left:30px}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--icon-plus[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]{padding-left:20px;padding-right:40px;text-align:left}@media only screen and (min-width:47.75rem){.nuv-header-article[_ngcontent-%COMP%]   .nuv-button__icon[_ngcontent-%COMP%]{left:15px}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button__icon--plus[_ngcontent-%COMP%]{left:auto;right:15px}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button--icon[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]   .nuv-button__btn[_ngcontent-%COMP%]{padding-left:35px}.nuv-header-article__content[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);float:left;margin-left:1rem;margin-top:0}.nuv-header-article__content__image-container[_ngcontent-%COMP%]{width:117%;margin-left:-17%;margin-top:3.25rem}.nuv-header-article__content__play-button[_ngcontent-%COMP%]{width:82px;height:80px;bottom:40px}.nuv-header-article__content__play-button[_ngcontent-%COMP%]::after, .nuv-header-article__content__play-button[_ngcontent-%COMP%]::before{width:10px;height:80px}.nuv-header-article__content__play-icon[_ngcontent-%COMP%]{width:15px;height:15px}.nuv-header-article__content[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]{margin:auto 0 auto auto;order:2;width:auto}.nuv-header-article__publish-date-container[_ngcontent-%COMP%]{flex-direction:row;padding-left:0}.nuv-header-article__publish-date[_ngcontent-%COMP%]{margin-top:0;order:1;padding-right:50px;margin-bottom:0}}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]{display:flex;flex-direction:column}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout[_ngcontent-%COMP%]{width:100%}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout-headline[_ngcontent-%COMP%]{width:calc(75% - 2.1875rem);margin-left:0;float:none}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__content[_ngcontent-%COMP%]{margin-top:0;position:static;left:0;transform:translateX(0)}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__content__image-container[_ngcontent-%COMP%]{display:none}@media only screen and (min-width:47.75rem){.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]{flex-direction:column}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article[_ngcontent-%COMP%]{background-color:#15222c}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem;background-color:#253746;padding-top:124px;min-height:450px}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout-author[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:0}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout-headline[_ngcontent-%COMP%]{margin-bottom:73px}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__content[_ngcontent-%COMP%]{width:calc(75% - 1.75rem);float:left;margin-left:1rem;margin-left:calc(25% - 1.25rem + 2rem)}}@media only screen and (min-width:63.9375rem){.nuv-header-article__publish-date[_ngcontent-%COMP%]{font-size:1.125rem;padding-right:80px}.nuv-header-article[_ngcontent-%COMP%]{display:block}.nuv-header-article__content[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;position:relative}.nuv-header-article__content__image-container[_ngcontent-%COMP%]{width:115%;margin-left:-15%;margin-top:0;height:470px}.nuv-header-article__content__image[_ngcontent-%COMP%]{height:100%}.nuv-header-article__content__image[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{height:100%;-o-object-fit:cover;object-fit:cover}.nuv-header-article[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%]{margin-right:calc(2.5rem + 1.5625rem)}.nuv-header-article__publish-date[_ngcontent-%COMP%]::after{width:60px}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__content[_ngcontent-%COMP%]{width:calc(75% - 4.375rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.nuv-header-article.nuv-header-article-no-image[_ngcontent-%COMP%]   .nuv-header-article__tout-headline[_ngcontent-%COMP%]{width:calc(91.66666667% - 4.79166667rem);float:left;margin-left:0}}.nuv-header-article.nuv-header-article-has-background[_ngcontent-%COMP%]{display:flex}.nuv-header-article.nuv-header-article-has-background[_ngcontent-%COMP%]   .nuv-header-article__tout[_ngcontent-%COMP%]{background-image:url(/images/bg-rectangle.png);background-size:cover}.play-button[_ngcontent-%COMP%]{position:absolute;z-index:100;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:.0625rem solid #fff;bottom:1.25rem;right:0;cursor:pointer}.play-button[_ngcontent-%COMP%]::after{content:'';position:absolute;width:.625rem;height:2.5rem;background-color:#2ba824;right:-.625rem;top:-.0625rem;transition:width .2s cubic-bezier(.77,0,.175,1);z-index:-1}.play-button[_ngcontent-%COMP%]:hover::after{width:calc(100% + 11px)}.play-icon[_ngcontent-%COMP%]{width:.625rem;height:.625rem}@media only screen and (min-width:47.75rem){.play-button[_ngcontent-%COMP%]{width:5.125rem;height:5rem;bottom:2.5rem}.play-button[_ngcontent-%COMP%]::after{width:.625rem;height:5rem}.play-icon[_ngcontent-%COMP%]{width:.9375rem;height:.9375rem}}"]],data:{}});sh=function(){function n(){this.pictureClasses={"nuv-picture":!0}}return n.prototype.ngOnInit=function(){this.pictureClasses["nuv-picture--stretch-container"]=!!this.properties.stretch&&this.properties.stretch;this.properties.addClass&&(this.pictureClasses[this.properties.addClass]=!0)},n}();hh=tt({encapsulation:0,styles:[['.nuv-picture[_ngcontent-%COMP%]{overflow:hidden;display:inline-block;line-height:0}.nuv-picture--stretch-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.nuv-picture[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{width:auto;height:auto;max-width:100%;max-height:100%}.nuv-picture[_ngcontent-%COMP%]   img[src$=".svg"][_ngcontent-%COMP%]{width:100%}']],data:{}});pwt=function(){function n(){this.legalHidden=!0}return n.prototype.ngOnInit=function(){},n.prototype.toggleLegal=function(){this.legalHidden=!this.legalHidden},n}();wwt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{position:relative;display:block;width:100%;float:left}:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;margin-bottom:1.25rem;margin-top:0;padding-right:4.625rem}.icon-lock[_ngcontent-%COMP%]{position:absolute;top:0;right:2.125rem}.container-table[_ngcontent-%COMP%]{position:relative;overflow:hidden;margin-left:1.25rem;float:left;width:100%;height:15.6875rem}.table-image-wrapper[_ngcontent-%COMP%]{width:1000px;height:251px;position:relative}.table-image[_ngcontent-%COMP%]{overflow:hidden;position:absolute;top:0;bottom:0;display:flex;align-items:stretch;justify-content:flex-start}.login-text[_ngcontent-%COMP%], .message-text[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#15222c;text-align:center}@media only screen and (min-width:47.75rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.login-text[_ngcontent-%COMP%], .message-text[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.login-text[_ngcontent-%COMP%], .message-text[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.login-ui[_ngcontent-%COMP%], .message[_ngcontent-%COMP%]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;margin:0 1.25rem}.login-link[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid transparent;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;color:#fff;width:9.8125rem;flex:0 0 auto}.login-link[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.login-link[_ngcontent-%COMP%]::after, .login-link[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.login-link[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:#2ba824}.login-link[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#2ba824;transition:transform .25s cubic-bezier(.77,0,.175,1)}.login-link[_ngcontent-%COMP%]:hover{color:#fff}.login-link[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}.login-text[_ngcontent-%COMP%] + .login-button[_ngcontent-%COMP%]{margin-top:1.875rem}@media only screen and (min-width:47.75rem){.login-link[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}.container-table[_ngcontent-%COMP%], .main-title[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem;padding-right:0}.container-table[_ngcontent-%COMP%]{height:auto}.table-image-wrapper[_ngcontent-%COMP%]{display:block;width:100%;height:auto}.table-image[_ngcontent-%COMP%]{position:relative;top:auto;bottom:auto;display:block;align-items:flex-start}.main-title[_ngcontent-%COMP%]{padding:0}.icon-lock[_ngcontent-%COMP%]{position:relative;right:auto;top:auto;margin-left:1.25rem}}@media only screen and (min-width:63.9375rem){.container-table[_ngcontent-%COMP%], .main-title[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}}"]],data:{}});ptt=function(){function n(){}return n.prototype.ngOnInit=function(){},n}();wtt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-contact-card[_ngcontent-%COMP%]{display:flex;flex-flow:row nowrap;justify-content:stretch}.nuv-contact-card__thumb[_ngcontent-%COMP%]{position:relative;width:57px;height:57px;margin-right:47px;flex:0 0 auto}.nuv-contact-card__info[_ngcontent-%COMP%]{position:relative;flex:1;overflow:hidden}.nuv-contact-card__name[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746;word-wrap:break-word}@media only screen and (min-width:47.75rem){.nuv-contact-card__name[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.nuv-contact-card__name[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.nuv-contact-card__title[_ngcontent-%COMP%]{font-size:1rem;line-height:1.4;letter-spacing:-.0025rem}}.nuv-contact-card__title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-size:1rem;line-height:1.4;letter-spacing:-.0025rem;text-transform:none;color:#66737d;font-weight:400;margin-bottom:15px}.nuv-contact-card__email[_ngcontent-%COMP%], .nuv-contact-card__phone[_ngcontent-%COMP%], .nuv-contact-card__timetrade[_ngcontent-%COMP%]{display:flex;align-items:center;margin-bottom:13px}.nuv-contact-card__email[_ngcontent-%COMP%]:last-child, .nuv-contact-card__phone[_ngcontent-%COMP%]:last-child, .nuv-contact-card__timetrade[_ngcontent-%COMP%]:last-child{margin-bottom:0}.nuv-contact-card__email[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__phone[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__timetrade[_ngcontent-%COMP%]   span[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746;font-weight:400}@media only screen and (min-width:47.75rem){.nuv-contact-card__title[_ngcontent-%COMP%]{font-size:1rem;line-height:1.4;letter-spacing:-.0025rem}.nuv-contact-card__email[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__phone[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__timetrade[_ngcontent-%COMP%]   span[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.nuv-contact-card__email[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__phone[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__timetrade[_ngcontent-%COMP%]   span[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.nuv-contact-card__icon[_ngcontent-%COMP%]{display:flex;width:24px;margin-right:15px;justify-content:center;align-items:center}.nuv-contact-card__email[_ngcontent-%COMP%]   svg[_ngcontent-%COMP%]{width:22px;height:16px}.nuv-contact-card__phone[_ngcontent-%COMP%]   svg[_ngcontent-%COMP%]{width:16px;height:24px}.nuv-contact-card__timetrade[_ngcontent-%COMP%]   svg[_ngcontent-%COMP%]{width:24px;height:21px;transform:translateY(-9%)}.nuv-contact-card[_ngcontent-%COMP%]  nuv-picture, .nuv-contact-card[_ngcontent-%COMP%]  picture{display:block;width:100%;padding-top:100%}.nuv-contact-card[_ngcontent-%COMP%]  nuv-picture>picture.nuv-picture>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:'object-fit: cover;'}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-contact-card__email[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__phone[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-contact-card__timetrade[_ngcontent-%COMP%]   span[_ngcontent-%COMP%]{font-size:.875rem}.nuv-contact-card__icon[_ngcontent-%COMP%]{margin-right:15px}.nuv-contact-card__title[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-contact-card__email[_ngcontent-%COMP%]{margin-bottom:8px}}@media only screen and (min-width:47.75rem){.nuv-contact-card__thumb[_ngcontent-%COMP%]{width:98px;height:98px;margin-right:17px}}@media only screen and (min-width:63.9375rem){.nuv-contact-card__thumb[_ngcontent-%COMP%]{width:108px;height:108px;margin-right:40px}}"]],data:{}});btt=function(){function n(){this.colorBarClasses=["nuv-institutional-contacts__color-bar"]}return n.prototype.ngOnInit=function(){this.colorBarClasses.push("nuv-institutional-contacts__color-bar--"+this.colorTheme)},n}();ktt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-institutional-contacts[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-top:45px}@media only screen and (min-width:63.9375rem){.nuv-institutional-contacts[_ngcontent-%COMP%]{margin-top:45px}}.nuv-institutional-contacts__color-bar[_ngcontent-%COMP%]{display:block;position:relative;height:4px;padding:0}.nuv-institutional-contacts__color-bar[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#2ba824;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.nuv-institutional-contacts[_ngcontent-%COMP%]{margin-top:45px}.nuv-institutional-contacts__color-bar[_ngcontent-%COMP%]{padding-top:.9375rem}}.nuv-institutional-contacts__color-bar--blue[_ngcontent-%COMP%]{position:relative;height:4px;padding:0}.nuv-institutional-contacts__color-bar--blue[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.nuv-institutional-contacts__color-bar--blue[_ngcontent-%COMP%]{padding-top:.9375rem}}.nuv-institutional-contacts__color-bar--orange[_ngcontent-%COMP%]{position:relative;height:4px;padding:0}.nuv-institutional-contacts__color-bar--orange[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#ffa300;width:100%;height:.25rem}.nuv-institutional-contacts__title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746;font-size:1.25rem;margin:0}@media only screen and (min-width:47.75rem){.nuv-institutional-contacts__color-bar--orange[_ngcontent-%COMP%]{padding-top:.9375rem}.nuv-institutional-contacts__title[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.nuv-institutional-contacts__title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}}.nuv-institutional-contacts__title--orange[_ngcontent-%COMP%]::before{background-color:#e87722}.nuv-institutional-contacts__title--green[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-institutional-contacts__content[_ngcontent-%COMP%]{position:relative;margin-top:9px}.nuv-institutional-contacts__list[_ngcontent-%COMP%]{list-style:none;margin:0;padding:0}.nuv-institutional-contacts__item[_ngcontent-%COMP%]{width:calc(100% - 77px);margin-bottom:30px}.nuv-institutional-contacts__item[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-institutional-contacts__header[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-size:.75rem;letter-spacing:.05625rem;text-transform:uppercase;font-weight:600;line-height:1.83;color:#66737d;margin:0 0 20px;position:relative}@media only screen and (min-width:47.75rem){.nuv-institutional-contacts__header[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.nuv-institutional-contacts__header[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}.nuv-institutional-contacts__header[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{position:relative;background:#fff;z-index:1;padding-right:10px}.nuv-institutional-contacts__header[_ngcontent-%COMP%]::after{content:'';position:absolute;left:0;right:0;bottom:0;height:10px;border-top:1px solid #66737d}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-institutional-contacts__item[_ngcontent-%COMP%]{width:100%}.nuv-institutional-contacts__item--default[_ngcontent-%COMP%]{width:50%;float:left}.nuv-institutional-contacts__item--default[_ngcontent-%COMP%]:last-child{margin-top:0}.nuv-institutional-contacts__list-wrapper[_ngcontent-%COMP%]{margin-top:30px}}@media only screen and (min-width:47.75rem){.nuv-institutional-contacts[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-institutional-contacts__color-bar[_ngcontent-%COMP%]{height:4px;padding:0}.nuv-institutional-contacts__content[_ngcontent-%COMP%]{margin-top:20px}.nuv-institutional-contacts__title[_ngcontent-%COMP%]{font-size:1.5625rem;margin-bottom:20px}.nuv-institutional-contacts__header[_ngcontent-%COMP%]{font-size:.875rem;line-height:2.29}.nuv-institutional-contacts__header[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{padding-right:20px}.nuv-institutional-contacts__header[_ngcontent-%COMP%]::after{content:'';position:absolute;left:0;right:0;bottom:0;height:16px;border-top:1px solid #66737d}.nuv-institutional-contacts__list[_ngcontent-%COMP%]{display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:10px}.nuv-institutional-contacts__item[_ngcontent-%COMP%]{width:calc((100% - 1rem)/ 2);margin:0 0 20px;flex:0 0 auto}}@media only screen and (min-width:63.9375rem){.nuv-institutional-contacts[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.nuv-institutional-contacts__color-bar[_ngcontent-%COMP%]{height:4px;padding:0}.nuv-institutional-contacts__content[_ngcontent-%COMP%]{display:flex;justify-content:stretch;align-items:stretch;width:100%;margin-top:22px}.nuv-institutional-contacts__title[_ngcontent-%COMP%]{font-size:2rem;flex:1 1 auto}.nuv-institutional-contacts__contacts[_ngcontent-%COMP%]{flex:0 1 auto;width:65.63%;max-width:827px}.nuv-institutional-contacts__list-wrapper[_ngcontent-%COMP%]{display:block;float:none}.nuv-institutional-contacts__list[_ngcontent-%COMP%]{position:relative;height:auto;overflow:hidden}.nuv-institutional-contacts__item[_ngcontent-%COMP%]{width:calc((100% - 2.5rem)/ 2);margin:0 0 42px}}"]],data:{}});bwt=function(){function n(){this.bigRadius=224;this.smallRadius=8;this.strokeWidth=2;this.svgSquareSize=450+2*this.smallRadius;this.svgViewBox="0 0 "+this.svgSquareSize+" "+this.svgSquareSize;this.wrapperPaddingTop=0;this.wrapperPaddingBottom=0;this.paddingTopOffset=20;this.totalDots=5;this.activeFrameInterval=30;this.hasLabel=new ei}return Object.defineProperty(n.prototype,"subNavItems",{set:function(n){var t=this;this.totalDots=n.length;this.hasTopLabel=!1;this.hasBottomLabel=!1;this.animationFrameNumber=1;this.activeItemFrameIndex=this.activeItemIndex-1;this.activeFrameDuration=this.activeFrameInterval*(this.activeItemIndex+1);var i=360/this.totalDots,u=Array.from(new Array(this.totalDots),function(n,t){return t*i}),r=this.smallRadius+.5*this.strokeWidth;this.circles=u.map(function(u,f){var o,s=6==t.totalDots?60:90,e=u-s,h=e*(Math.PI/180),c=t.bigRadius+r,l=t.bigRadius*Math.cos(h)+c,a=t.bigRadius*Math.sin(h)+c,v=l/t.svgSquareSize*100,y=a/t.svgSquareSize*100,p={title:n[f].title,link:n[f].link};return e>=240||e<=-60?(o="top",t.hasTopLabel=!0):e>-60&&e<=60?o="right":e>60&&e<120?(o="bottom",t.hasBottomLabel=!0):e>=120&&e<240&&(o="left"),f===t.activeItemIndex&&6===t.totalDots?(t.startDegree=u+.5*s,t.endDegree=u+.5*s-i*t.activeItemIndex):f===t.activeItemIndex&&(t.startDegree=u,t.endDegree=u-i*t.activeItemIndex),{x:l,y:a,percentLeft:v,percentTop:y,labelLocation:o,label:p}});this.activeItemIndex>-1&&(this.arcPath=this.describeArc(.5*this.svgSquareSize,.5*this.svgSquareSize,this.bigRadius,this.startDegree,this.endDegree));this.withLabels&&(this.arcPathLoadingQ1=this.describeArc(r,this.svgSquareSize-r,this.bigRadius,0,90),this.arcPathLoadingQ2=this.describeArc(.5*this.svgSquareSize,.5*this.svgSquareSize,this.bigRadius,90,0),this.hasLabel.emit({top:this.hasTopLabel,bottom:this.hasBottomLabel}))},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){},n.prototype.ngAfterViewInit=function(){var t=this,n;this.activeItemIndex>-1&&(n=(this.activeItemIndex-1)/this.activeItemIndex,new efi(this.greenLineSvgElement.nativeElement,{type:"sync",duration:this.activeFrameDuration*(n+1)},function(){t.activeItemFrameIndex=t.activeItemIndex}).stop().setFrameProgress(n).play(1))},n.prototype.polarToCartesian=function(n,t,i,r){var u=(r-90)*Math.PI/180;return{x:n+i*Math.cos(u),y:t+i*Math.sin(u)}},n.prototype.describeArc=function(n,t,i,r,u){var f=this.polarToCartesian(n,t,i,u),e=this.polarToCartesian(n,t,i,r);return["M",f.x,f.y,"A",i,i,0,r-u<=180?"0":"1",1,e.x,e.y].join(" ")},n}();kwt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.svg-circle[_ngcontent-%COMP%]{display:block;width:100%;position:absolute;top:0;left:0;transition:opacity 1.2s cubic-bezier(.77,0,.175,1),visibility 1.2s cubic-bezier(.77,0,.175,1);opacity:0;visibility:hidden;pointer-events:none}.svg-circle[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{pointer-events:all}.svg-circle--green-line[_ngcontent-%COMP%]{pointer-events:none}.circle-container[_ngcontent-%COMP%]{position:relative;width:100%;padding-top:100%}.circle-element[_ngcontent-%COMP%]{position:absolute;width:0;height:0}.circle-element[_ngcontent-%COMP%]:nth-child(1)   .circle-label[_ngcontent-%COMP%]{transition-delay:120ms}.circle-element[_ngcontent-%COMP%]:nth-child(2)   .circle-label[_ngcontent-%COMP%]{transition-delay:240ms}.circle-element[_ngcontent-%COMP%]:nth-child(3)   .circle-label[_ngcontent-%COMP%]{transition-delay:360ms}.circle-element[_ngcontent-%COMP%]:nth-child(4)   .circle-label[_ngcontent-%COMP%]{transition-delay:480ms}.circle-element[_ngcontent-%COMP%]:nth-child(5)   .circle-label[_ngcontent-%COMP%]{transition-delay:.6s}.circle-element[_ngcontent-%COMP%]:nth-child(6)   .circle-label[_ngcontent-%COMP%]{transition-delay:720ms}.circle-element[_ngcontent-%COMP%]:nth-child(7)   .circle-label[_ngcontent-%COMP%]{transition-delay:840ms}.circle-element[_ngcontent-%COMP%]:nth-child(8)   .circle-label[_ngcontent-%COMP%]{transition-delay:960ms}.circle-element[_ngcontent-%COMP%]:nth-child(9)   .circle-label[_ngcontent-%COMP%]{transition-delay:1.08s}.circle-element[_ngcontent-%COMP%]:nth-child(10)   .circle-label[_ngcontent-%COMP%]{transition-delay:1.2s}.circle-label[_ngcontent-%COMP%]{position:absolute;width:9.5rem;transition:opacity 420ms cubic-bezier(.77,0,.175,1),visibility 420ms cubic-bezier(.77,0,.175,1),transform 420ms cubic-bezier(.77,0,.175,1);opacity:0;visibility:hidden}.circle-label-link[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:700;font-size:1.125rem;color:#fff;letter-spacing:-.003125rem;line-height:1.4;pointer-events:all}.circle-label--position-top[_ngcontent-%COMP%]{bottom:1.75rem;left:50%;transform:translateX(-50%);text-align:center}.circle-label--position-bottom[_ngcontent-%COMP%]{top:1.75rem;left:50%;transform:translateX(-50%);text-align:center}.circle-label--position-left[_ngcontent-%COMP%]{right:calc(100% + 1.75rem);top:-.5rem;text-align:right;transform:translate3d(10%,0,0)}.circle-label--position-right[_ngcontent-%COMP%]{left:calc(100% + 1.75rem);top:-.5rem;text-align:left;transform:translate3d(-10%,0,0)}.svg-circle-dot[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{transition:stroke 320ms linear,fill 320ms linear,opacity 320ms linear}.circle-wrapper--in-ie11[_ngcontent-%COMP%]   .svg-circle-dot--selected[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{opacity:0}.svg-circle--loading[_ngcontent-%COMP%]{pointer-events:none}.svg-circle--loading-quadrant-group-1[_ngcontent-%COMP%]{transition:opacity 2s cubic-bezier(.77,0,.175,1),visibility 2s cubic-bezier(.77,0,.175,1),transform 2s cubic-bezier(.77,0,.175,1);transform:rotate(-90deg)}.svg-circle--loading-quadrant-group-2[_ngcontent-%COMP%]{transition:opacity 1s cubic-bezier(.77,0,.175,1),visibility 1s cubic-bezier(.77,0,.175,1),transform 1s cubic-bezier(.77,0,.175,1);transform:rotate(-270deg)}.circle-wrapper--overview-initialized[_ngcontent-%COMP%]   .svg-circle--loading[_ngcontent-%COMP%]{opacity:1;visibility:visible}.circle-wrapper--overview-initialized[_ngcontent-%COMP%]   .svg-circle--loading-quadrant-group-1[_ngcontent-%COMP%]{transform:rotate(0)}.circle-wrapper--overview-initialized[_ngcontent-%COMP%]   .svg-circle--loading-quadrant-group-2[_ngcontent-%COMP%]{transform:rotate(-90deg)}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .circle-label[_ngcontent-%COMP%], .circle-wrapper--view-initialized[_ngcontent-%COMP%]   .svg-circle[_ngcontent-%COMP%]{opacity:1;visibility:visible}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .svg-circle--loading[_ngcontent-%COMP%]{opacity:0;visibility:hidden}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .circle-label--position-left[_ngcontent-%COMP%], .circle-wrapper--view-initialized[_ngcontent-%COMP%]   .circle-label--position-right[_ngcontent-%COMP%]{transform:translate3d(0,0,0)}.circle-wrapper--view-initialized.circle-wrapper--in-ie11[_ngcontent-%COMP%]   .svg-circle-dot--active[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{opacity:1}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .svg-circle-dot--active[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{stroke:#2ba824;fill:#2ba824}@media only screen and (min-width:63.9375rem){.circle-label[_ngcontent-%COMP%]{width:10.75rem}.circle-label-link[_ngcontent-%COMP%]{font-size:1.375rem}}"]],data:{}});rs=function(){function n(){this.hasLabelTop=!1;this.hasLabelBottom=!1}return n.prototype.ngOnInit=function(){var r=this.properties,t=r.overview,i=r.subNavItems,n=r.activeItemIndex,u;this.overviewPage=null==n||n<0;this.aumTitle=this.overviewPage?t.aumTitle:i[n].aumTitle;this.aumEyebrow=this.overviewPage?t.aumEyebrow:i[n].aumEyebrow;this.backgroundPicture=this.overviewPage?t.picture:null;this.viewInitialized=!1;this.overviewInitialized=!1;this.isIE11=this.checkIsIE11();this.overviewPage||(this.selectedSubNavItem=i[n],this.themeReverseOrder=(n+1)%2==0,this.themeLight="light"===this.selectedSubNavItem.theme);!this.overviewPage&&this.selectedSubNavItem.background&&"light"!==this.selectedSubNavItem.theme&&(this.backgroundPicture=i[n].background.picture);u=this.properties&&this.properties.videoAccountId&&this.properties.videoPlayerId;this.overviewPage&&u&&t.videoId?this.backgroundVideoId=t.videoId:u&&this.selectedSubNavItem&&this.selectedSubNavItem.background&&this.selectedSubNavItem.background.videoId&&"light"!==this.selectedSubNavItem.theme&&(this.backgroundVideoId=this.selectedSubNavItem.background.videoId)},n.prototype.ngAfterViewInit=function(){(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?this.initViewInitialized(this.isIE11?1e3:10):document.addEventListener("DOMContentLoaded",this.initViewInitialized.bind(this))},n.prototype.initViewInitialized=function(n){var t=this;setTimeout(function(){t.overviewPage?(t.overviewInitialized=!0,setTimeout(function(){t.viewInitialized=!0},1e3)):t.viewInitialized=!0},n)},n.prototype.subNavScroll=function(n,t){var r=n.currentTarget,i=r.scrollLeft,u=t.offsetWidth-r.offsetWidth;i>=u?this.subNavScrollEnded=!0:i<u&&(this.subNavScrollEnded=!1);i<=0?this.subNavScrollStarted=!1:i>0&&(this.subNavScrollStarted=!0)},n.prototype.checkIsIE11=function(){return!!window.MSInputMethodContext&&!!document.documentMode},n.prototype.addLabelClasses=function(n){this.hasLabelTop=n.top;this.hasLabelBottom=n.bottom},n.prototype.openVideoModal=function(n){window.NuveenComponents&&window.NuveenComponents.socials&&window.NuveenComponents.videoModal.triggerById(n)},n}();us=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:block;position:relative;z-index:1}[_nghost-%COMP%]::after{clear:both;content:\"\";display:block}.wrapper[_ngcontent-%COMP%]{position:relative}.wrapper-overflow-content[_ngcontent-%COMP%]{position:relative;padding:3.75rem 0 3.125rem}.wrapper-overflow-content[_ngcontent-%COMP%]::after{clear:both;content:\"\";display:block}.strategy-main-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#6ecc4c;position:relative;margin:0 0 .625rem;padding-bottom:.625rem}.strategy-main-title[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:.0625rem;background-color:#b2c5cb;position:absolute;bottom:0;opacity:.25}.strategy-description[_ngcontent-%COMP%] {font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#fff;margin:0}@media only screen and (min-width:47.75rem){.strategy-main-title[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}.strategy-description[_ngcontent-%COMP%] {font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.strategy-main-title[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}.strategy-description[_ngcontent-%COMP%] {font-size:1rem;line-height:1.75;letter-spacing:.0075rem}}.strategy-description[_ngcontent-%COMP%]  p{margin-bottom:0}.strategy-description[_ngcontent-%COMP%]  p:first-child{margin-top:0}.strategy-description[_ngcontent-%COMP%]  a{color:#2ba824;text-decoration:underline;transition:color .25s ease}.strategy-description[_ngcontent-%COMP%]  a:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.statretgy-content-text[_ngcontent-%COMP%], .strategy-associated-links[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem}.strategy-associated-links[_ngcontent-%COMP%]{padding:0;margin-top:1.25rem;margin-bottom:0;list-style:none}.strategy-associated-links__list-item[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:700;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#fff;position:relative;padding-left:1.75rem;margin-bottom:.875rem}@media only screen and (min-width:47.75rem){.strategy-associated-links__list-item[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.strategy-associated-links__list-item[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.strategy-associated-links__list-item[_ngcontent-%COMP%]:last-child{margin-bottom:0}.strategy-associated-links__list-item[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;background-color:#6ecc4c;border-radius:100%;position:absolute;top:.5rem;left:0}.strategy-associated-links__list-item-link[_ngcontent-%COMP%]{display:inline;padding-bottom:.25rem;border-bottom:.0625rem solid #2ba824}.strategy-featured-page[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;z-index:0}.strategy-featured-page__container-aspect-ratio[_ngcontent-%COMP%]{position:relative;width:100%;padding-top:123.2%}.strategy-featured-page__background-picture[_ngcontent-%COMP%], .strategy-featured-page__container-content[_ngcontent-%COMP%]{position:absolute;width:100%;height:100%;top:0;left:0}.strategy-featured-page__background-picture[_ngcontent-%COMP%]{z-index:-1}.strategy-featured-page__background-picture[_ngcontent-%COMP%]::after{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-image:linear-gradient(0deg,rgba(37,55,70,.8) 12%,rgba(37,55,70,0) 100%)}.strategy-featured-page__container-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:flex-end}.strategy-featured-page__main-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#fff;margin:0 .9375rem 1.5rem;padding-left:.625rem;border-left:.0625rem solid #6ecc4c}@media only screen and (min-width:47.75rem){.strategy-featured-page__main-title[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.strategy-featured-page__main-title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}}.strategy-featured-page__main-title[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{display:inline;border-bottom:1px solid transparent;transition:border-color .25s ease}.strategy-featured-page__main-title[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{border-color:#2ba824}.play-button[_ngcontent-%COMP%]{position:relative;min-width:3.75rem;min-height:3.75rem;border:.0625rem solid #fff;margin-bottom:.9375rem;align-self:flex-end;cursor:pointer}.play-button[_ngcontent-%COMP%]::after{content:'';position:absolute;width:.625rem;height:calc(100% + .125rem);background-color:#2ba824;right:-.625rem;top:-.0625rem;transition:width .2s cubic-bezier(.77,0,.175,1)}.play-button[_ngcontent-%COMP%]:hover::after{width:calc(100% + 11px)}.play-icon[_ngcontent-%COMP%]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.75rem;height:.75rem;z-index:1}.overview-main-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#fff;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;transform:translate3d(0,20%,0);opacity:0;transition:opacity 620ms ease,transform 620ms ease;transition-delay:920ms;margin-bottom:0;margin-top:0}.overview-main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#2ba824;width:2.5rem;height:.1875rem}@media only screen and (min-width:47.75rem){.overview-main-title[_ngcontent-%COMP%]::before{width:3.75rem}.overview-main-title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.overview-main-title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.overview-description[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;transform:translate3d(0,20%,0);opacity:0;transition:opacity 620ms ease,transform 620ms ease;transition-delay:920ms}.overview-description[_ngcontent-%COMP%] {font-family:Georgia,Times,serif;font-weight:700;font-size:.875rem;color:#fff;font-style:italic;letter-spacing:-.011875rem;line-height:1.4}.overview-description[_ngcontent-%COMP%]  p{margin-bottom:0}.overview-description[_ngcontent-%COMP%]  p:first-child{margin-top:0}.overview-description[_ngcontent-%COMP%]  em{color:#2ba824}.container-center[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem}.container-background[_ngcontent-%COMP%]{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#253746;z-index:0;overflow:hidden}.container-background[_ngcontent-%COMP%]::after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(-180deg,#253746 7%,rgba(37,55,70,.8) 77%)}.background-letter-svg-container[_ngcontent-%COMP%]{position:absolute;width:178%;padding-top:137%;left:-28%;top:.75rem;opacity:.12;z-index:1}.background-letter-svg[_ngcontent-%COMP%]{position:absolute;width:100%;height:100%;top:0;left:0}.background-pattern[_ngcontent-%COMP%]{display:block;position:absolute;bottom:0;left:0;width:calc(50% - 1.875rem + 1.25rem);height:4.75rem;background-image:url(/images/pattern-dotted-2.svg);background-size:1.125rem;background-position:right;z-index:1;opacity:.34}.container-background[_ngcontent-%COMP%]  nuv-picture, .container-background[_ngcontent-%COMP%]  nuv-picture img, .container-background[_ngcontent-%COMP%]  nuv-picture picture, .container-background[_ngcontent-%COMP%]  video, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  nuv-picture, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  nuv-picture img, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  nuv-picture picture, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  video{position:absolute;width:100%;height:100%;left:0;top:0}.container-background[_ngcontent-%COMP%]  nuv-picture img, .container-background[_ngcontent-%COMP%]  video, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  nuv-picture img, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  video{-o-object-fit:cover;object-fit:cover;font-family:'object-fit: cover;'}.container-background[_ngcontent-%COMP%]  .vjs-loading-spinner, .strategy-featured-page__background-picture[_ngcontent-%COMP%]  .vjs-loading-spinner{display:none!important}.aum-title[_ngcontent-%COMP%]{display:block;font-family:Georgia,Times,serif;font-size:3.4375rem;font-weight:700;color:#fff;letter-spacing:-.020625rem;text-align:center;line-height:1}.aum-eyebrow[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;font-size:.75rem;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#fff;display:block;text-align:center;margin-top:.625rem}@media only screen and (min-width:47.75rem){.aum-eyebrow[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.aum-eyebrow[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}.aum-content[_ngcontent-%COMP%]{margin:3.125rem 0;transform:translate3d(0,-20%,0);opacity:0;transition:opacity 620ms ease,transform 620ms ease;transition-delay:1.26s;pointer-events:all}.strategies-circle-wrapper[_ngcontent-%COMP%]{display:none}.sub-nav[_ngcontent-%COMP%]{position:relative;background-color:#2ba824}.sub-nav[_ngcontent-%COMP%]::after, .sub-nav[_ngcontent-%COMP%]::before{content:'';position:absolute;right:0;top:0;display:block;height:100%;width:calc(25% - 1.5625rem + 1.25rem);background-image:linear-gradient(90deg,rgba(43,168,36,0) 0,#2ba824 100%);pointer-events:none;transition:opacity 420ms ease,visibility 420ms ease}.sub-nav[_ngcontent-%COMP%]::before{right:auto;left:0;background-image:linear-gradient(-90deg,rgba(43,168,36,0) 0,#2ba824 100%);opacity:0;visibility:hidden}.sub-nav--scroll-ended[_ngcontent-%COMP%]::after{opacity:0;visibility:hidden}.sub-nav--scroll-start[_ngcontent-%COMP%]::before{opacity:1;visibility:visible}.sub-nav__wrapper[_ngcontent-%COMP%]{display:flex;align-items:center;overflow:auto;height:3.75rem}.sub-nav__list[_ngcontent-%COMP%]{display:inline-block;list-style:none;padding:0 1.25rem 0 0;margin:0;white-space:nowrap}.sub-nav__list-item[_ngcontent-%COMP%]{display:inline-block;margin-left:1.25rem}.sub-nav__list-item-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:700;font-size:.875rem;color:#fff;text-transform:capitalize;letter-spacing:-.011875rem;line-height:1.4;white-space:nowrap;width:100%}.sub-nav__background-bar[_ngcontent-%COMP%], .sub-nav__list-item-aum[_ngcontent-%COMP%], .sub-nav__list-item-icon[_ngcontent-%COMP%], .wrapper--strategy-page.wrapper--with-background[_ngcontent-%COMP%]   .background-letter-svg-container[_ngcontent-%COMP%], .wrapper--strategy-page.wrapper--with-background[_ngcontent-%COMP%]   .background-pattern[_ngcontent-%COMP%]{display:none}.sub-nav__list-item-icon[_ngcontent-%COMP%]{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:.875rem}.video-js[_ngcontent-%COMP%]{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:'object-fit: cover;'}.sub-nav__list-item--selected[_ngcontent-%COMP%]   .sub-nav__list-item-link[_ngcontent-%COMP%]{border-bottom:.0625rem solid #fff}.wrapper--theme-light[_ngcontent-%COMP%]   .container-background[_ngcontent-%COMP%]{background-color:rgba(189,195,199,.1)}.wrapper--theme-light[_ngcontent-%COMP%]   .container-background[_ngcontent-%COMP%]::after{display:none}.wrapper--theme-light[_ngcontent-%COMP%]   .background-letter-svg-container[_ngcontent-%COMP%]{opacity:.025}.wrapper--theme-light[_ngcontent-%COMP%]   .aum-eyebrow[_ngcontent-%COMP%], .wrapper--theme-light[_ngcontent-%COMP%]   .aum-title[_ngcontent-%COMP%], .wrapper--theme-light[_ngcontent-%COMP%]   .strategy-associated-links__list-item-link[_ngcontent-%COMP%], .wrapper--theme-light[_ngcontent-%COMP%]   .strategy-description[_ngcontent-%COMP%] , .wrapper--theme-light[_ngcontent-%COMP%]   .strategy-main-title[_ngcontent-%COMP%]{color:#253746}.wrapper--view-initialized[_ngcontent-%COMP%]   .aum-content[_ngcontent-%COMP%], .wrapper--view-initialized[_ngcontent-%COMP%]   .overview-description[_ngcontent-%COMP%], .wrapper--view-initialized[_ngcontent-%COMP%]   .overview-main-title[_ngcontent-%COMP%]{transform:translate3d(0,0,0);opacity:1}@media only screen and (min-width:47.75rem){.wrapper-overflow-content[_ngcontent-%COMP%]{padding-top:3.125rem}.statretgy-content-text[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);float:left;margin-left:1rem}.strategy-associated-links[_ngcontent-%COMP%]{width:calc(41.66666667% - 1.41666667rem);float:left;margin-left:1rem;margin-left:calc(8.33333333% - 1.08333333rem + 2rem);margin-top:0}.strategy-featured-page[_ngcontent-%COMP%]{width:calc(33.33333333% - 1.33333333rem);float:left;margin-left:1rem;margin-top:-5.625rem}.wrapper--theme-reverse-order[_ngcontent-%COMP%]   .strategy-featured-page[_ngcontent-%COMP%]{margin-left:calc(66.66666667% - 1.66666667rem + 2rem)}.wrapper--strategy-page[_ngcontent-%COMP%]   .container-center[_ngcontent-%COMP%]{margin-top:1.75rem;margin-bottom:0}.overview-main-title[_ngcontent-%COMP%]{width:calc(41.66666667% - 1.41666667rem);float:left;margin-left:1rem}.sub-nav[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.background-pattern[_ngcontent-%COMP%]{width:36.2%;height:11.5rem}.container-center[_ngcontent-%COMP%]{position:relative;width:calc(50% - 1.5rem + 2rem);margin-left:calc(25% - 1.25rem + 1rem);margin-top:3rem;margin-bottom:3rem;z-index:1;pointer-events:none}.container-background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.strategies-circle-wrapper[_ngcontent-%COMP%]{display:block;width:100%}.strategy-description[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:-.025rem}.aum-container[_ngcontent-%COMP%]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.aum-title[_ngcontent-%COMP%]{font-size:3.75rem}.sub-nav__list-item[_ngcontent-%COMP%]{margin-left:0;margin-right:2.1875rem}.sub-nav__list-item[_ngcontent-%COMP%]:last-child{margin-right:0}.sub-nav__list-item-title[_ngcontent-%COMP%]{font-size:1.125rem}.sub-nav__list[_ngcontent-%COMP%]{padding-right:0}.sub-nav[_ngcontent-%COMP%]{position:relative;z-index:0}.sub-nav[_ngcontent-%COMP%]::after, .sub-nav[_ngcontent-%COMP%]::before{width:6.2%}.sub-nav__background-bar[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:block;height:100%;top:0;background-color:#2ba824;pointer-events:none;z-index:-1}.center-content[_ngcontent-%COMP%]{position:relative}.container-center--with-label-top[_ngcontent-%COMP%]{padding-top:4.375rem}.container-center--with-label-bottom[_ngcontent-%COMP%]{padding-bottom:4.375rem}.overview-description[_ngcontent-%COMP%]{width:calc(41.66666667% - 1.41666667rem);float:left;margin-left:1rem;margin-left:calc(58.33333333% - 1.58333333rem + 2rem)}.overview-description[_ngcontent-%COMP%] {font-size:1.125rem}}@media only screen and (min-width:63.9375rem){.wrapper-overflow-content[_ngcontent-%COMP%]{padding-top:3.75rem;padding-bottom:6.25rem}.wrapper--strategy-page[_ngcontent-%COMP%]   .wrapper-overflow-content[_ngcontent-%COMP%]{display:flex;justify-content:space-between;padding-bottom:2.5rem;overflow:hidden}.overview-main-title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem + 5rem);margin-left:calc(8.33333333% - 2.70833333rem + 2.5rem)}.container-center[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem + 5rem);margin-left:calc(33.33333333% - 3.33333333rem + 2.5rem)}.wrapper--strategy-page[_ngcontent-%COMP%]   .container-center[_ngcontent-%COMP%]{margin-left:0;left:-2.5rem;align-self:center;margin-bottom:3.75rem}.wrapper--strategy-page.wrapper--theme-reverse-order[_ngcontent-%COMP%]   .container-center[_ngcontent-%COMP%]{left:2.5rem}.overview-description[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;margin-left:calc(66.66666667% - 4.16666667rem + 5rem)}.overview-description[_ngcontent-%COMP%] {font-size:1.375rem}.background-pattern[_ngcontent-%COMP%]{width:44%;background-size:2.5rem}.aum-title[_ngcontent-%COMP%]{font-size:4.5rem}.strategy-main-title[_ngcontent-%COMP%]{padding-bottom:1rem;margin-bottom:1rem}.statretgy-content-text[_ngcontent-%COMP%], .strategy-associated-links[_ngcontent-%COMP%]{width:100%;float:none;margin-left:0}.strategy-associated-links[_ngcontent-%COMP%]{margin-top:1.25rem}.strategy-associated-links__list-item[_ngcontent-%COMP%]::before{top:.625rem}.strategy-featured-page[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem + 2.5rem);margin-left:2.5rem;align-self:flex-end;order:-1;margin-top:0;transform:translate3d(0,100%,0);opacity:0;transition:opacity 1.2s ease,transform 1.2s ease;transition-delay:250ms}.wrapper--theme-reverse-order[_ngcontent-%COMP%]   .strategy-featured-page[_ngcontent-%COMP%]{margin-right:2.5rem;margin-left:0;order:1}.strategy-featured-page__container-content[_ngcontent-%COMP%]{flex-direction:row-reverse;align-items:flex-end}.strategy-featured-page__main-title[_ngcontent-%COMP%]{margin-bottom:2.625rem;margin-left:3.125rem;margin-right:1.25rem;padding-left:1.25rem;width:55.55%}.container-strategy-text[_ngcontent-%COMP%]{width:calc(25% - 3.125rem + 2.5rem);margin-right:2.5rem;margin-bottom:3.75rem;order:1;transform:translate3d(0,-100%,0);opacity:0;transition:opacity 1.2s ease,transform 1.2s ease;transition-delay:250ms}.wrapper--theme-reverse-order[_ngcontent-%COMP%]   .container-strategy-text[_ngcontent-%COMP%]{order:-1;margin-left:2.5rem;margin-right:0}.play-button[_ngcontent-%COMP%]{margin-bottom:3.375rem}.sub-nav[_ngcontent-%COMP%]{width:calc(83.33333333% - 4.58333333rem);float:left;margin-left:2.5rem;margin-left:calc(16.66666667% - 2.91666667rem + 5rem);background-color:#2d9015;margin-top:-3.125rem}.sub-nav[_ngcontent-%COMP%]::after, .sub-nav[_ngcontent-%COMP%]::before{display:none}.sub-nav__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#2d9015}.sub-nav__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.sub-nav__list[_ngcontent-%COMP%]{display:flex;white-space:normal;width:100%}.sub-nav__list-item[_ngcontent-%COMP%]{position:relative;margin-right:0;min-height:5.625rem;width:100%}.sub-nav__list-item[_ngcontent-%COMP%]::after, .sub-nav__list-item[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;pointer-events:none}.sub-nav__list-item[_ngcontent-%COMP%]::before{top:50%;right:0;transform:translateY(-50%);width:.0625rem;height:.9375rem;background-color:#fff;opacity:.2}.sub-nav__list-item[_ngcontent-%COMP%]::after{top:0;left:0;width:100%;height:0;background-color:#2ba824;opacity:0;transition:opacity 420ms cubic-bezier(.77,0,.175,1),height 420ms cubic-bezier(.77,0,.175,1);z-index:0}.sub-nav__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.sub-nav__list-item--selected[_ngcontent-%COMP%]:after, .sub-nav__list-item[_ngcontent-%COMP%]:hover:after{height:calc(100% + .625rem);opacity:1}.sub-nav__list-item--selected[_ngcontent-%COMP%]   .sub-nav__list-item-icon[_ngcontent-%COMP%]{display:block}.sub-nav__list-item-link[_ngcontent-%COMP%]{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;text-align:center;padding:0 .5rem;z-index:1}.sub-nav__list-item--selected[_ngcontent-%COMP%]   .sub-nav__list-item-link[_ngcontent-%COMP%]{border-bottom:none}.sub-nav__list-item-title[_ngcontent-%COMP%]{font-size:.875rem;white-space:normal}.sub-nav__list-item-aum[_ngcontent-%COMP%]{display:block;font-family:Georgia,Times,serif;font-weight:700;font-size:1.125rem;color:#fff;letter-spacing:-.01125rem;line-height:1.2;max-height:0;opacity:0;transition:max-height 420ms cubic-bezier(.77,0,.175,1),opacity 420ms cubic-bezier(.77,0,.175,1);overflow:hidden}.sub-nav__list-item[_ngcontent-%COMP%]:not(.sub-nav__list-item--selected):hover   .sub-nav__list-item-aum[_ngcontent-%COMP%]{max-height:100%;opacity:1}.wrapper--view-initialized[_ngcontent-%COMP%]   .container-strategy-text[_ngcontent-%COMP%], .wrapper--view-initialized[_ngcontent-%COMP%]   .strategy-featured-page[_ngcontent-%COMP%]{transform:translate3d(0,0,0);opacity:1}}@media only screen and (min-width:87.5rem){.overview-main-title[_ngcontent-%COMP%]{width:calc(25% - 3.125rem + 5rem)}.container-center[_ngcontent-%COMP%]{margin-top:0;margin-left:0;margin-bottom:0}.sub-nav[_ngcontent-%COMP%]{width:calc(83.33333333% - 4.58333333rem + 2.5rem);margin-left:calc(16.66666667% - 2.91666667rem + 2.5rem)}.sub-nav__list-item-title[_ngcontent-%COMP%]{font-size:1.125rem}.sub-nav__list-item-aum[_ngcontent-%COMP%]{font-size:1.625rem}.overview-description[_ngcontent-%COMP%]{width:calc(25% - 3.125rem);float:left;margin-left:2.5rem;margin-left:calc(75% - 4.375rem + 5rem);position:absolute;bottom:10.625rem}}"]],data:{}});dtt=function(){function n(){}return n.prototype.ngOnInit=function(){},n}();gtt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{letter-spacing:-.5px}.nuv-data-callout__date[_ngcontent-%COMP%]{letter-spacing:.1px}.nuv-data-callout__item__label[_ngcontent-%COMP%]{letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value[_ngcontent-%COMP%]{letter-spacing:-.1px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{letter-spacing:.1px}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:block;width:100%;float:left}:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:.75rem;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:1rem;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:1.25rem;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.875rem;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:.75rem;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:2.25rem;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:.75rem;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]  p{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:.75rem;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]  p+p{margin-top:15px}@media only screen and (min-width:47.75rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:.875rem}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:1rem;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px;border-bottom:3px solid #253746}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:1rem;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%]  p{font-size:.875rem;line-height:1.5}}@media only screen and (min-width:63.9375rem){:not(nuv-body-article) > [_nghost-%COMP%]{margin-top:45px}.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin-bottom:40px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:1rem;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item[_ngcontent-%COMP%]:nth-child(2n+1){margin-right:20px}.nuv-data-callout__item[_ngcontent-%COMP%]:nth-child(2n+2){margin-left:20px}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:3rem}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}}"]],data:{}});dwt=function(){function n(n){var t=this;this.wrapperClasses={"nuv-accordion__wrapper":!0};this.allItemsExpanded=!1;n.observe("(min-width: 1024px)").subscribe(function(n){t.isDesktop=n.matches});n.observe("(min-width: 768px)").subscribe(function(n){t.isTabletOrHigher=n.matches})}return n.prototype.ngOnInit=function(){for(var n=0,t=this.properties.items;n<t.length;n++)t[n].icon.stretch=!0;this.itemsExpanded=this.properties.items.map(function(){return!1});1===this.properties.items.length&&(this.itemsExpanded[0]=!0)},n.prototype.expandAll=function(){this.itemsExpanded=this.itemsExpanded.map(function(){return!0})},n.prototype.collapseAll=function(){this.itemsExpanded=this.itemsExpanded.map(function(){return!1})},n.prototype.toggleItem=function(n){this.itemsExpanded[n]=!this.itemsExpanded[n]},n.prototype.checkAllItemsExpanded=function(){return this.itemsExpanded.reduce(function(n,t){return!!t&&n},!0)},n}();try{nit="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch(dvu){nit=!1}var ncu=function(){function n(n){this._platformId=n;this.isBrowser=this._platformId?"browser"===this._platformId:"object"==typeof document&&!!document;this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent);this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent);this.BLINK=this.isBrowser&&!(!window.chrome&&!nit)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT;this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT;this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window);this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent);this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT;this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}return n.ngInjectableDef=ou({factory:function(){return new n(su(hv,8))},token:n,providedIn:"root"}),n}(),nei={},tcu=function(){function n(n){this.resultSelector=n}return n.prototype.call=function(n,t){return t.subscribe(new icu(n,this.resultSelector))},n}(),icu=function(n){function t(t,i){var r=n.call(this,t)||this;return r.resultSelector=i,r.active=0,r.values=[],r.observables=[],r}return b(t,n),t.prototype._next=function(n){this.values.push(nei);this.observables.push(n)},t.prototype._complete=function(){var r=this.observables,t=r.length,n,i;if(0===t)this.destination.complete();else for(this.active=t,this.toRespond=t,n=0;n<t;n++)i=r[n],this.add(ks(this,i,i,n))},t.prototype.notifyComplete=function(){0==(this.active-=1)&&this.destination.complete()},t.prototype.notifyNext=function(n,t,i){var r=this.values,u=this.toRespond?r[i]===nei?--this.toRespond:this.toRespond:0;r[i]=t;0===u&&(this.resultSelector?this._tryResultSelector(r):this.destination.next(r.slice()))},t.prototype._tryResultSelector=function(n){var t;try{t=this.resultSelector.apply(this,n)}catch(i){return void this.destination.error(i)}this.destination.next(t)},t}(ts),rcu=1,ucu=function(){return Promise.resolve()}(),oot={},fcu=function(n){function t(t,i){var r=n.call(this,t,i)||this;return r.scheduler=t,r.work=i,r}return b(t,n),t.prototype.requestAsyncId=function(t,i,r){return void 0===r&&(r=0),null!==r&&r>0?n.prototype.requestAsyncId.call(this,t,i,r):(t.actions.push(this),t.scheduled||(t.scheduled=(f=t.flush.bind(t,null),u=rcu++,oot[u]=!0,ucu.then(function(){return uvt(u)&&f()}),u)));var f,u},t.prototype.recycleAsyncId=function(t,i,r){if(void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0)return n.prototype.recycleAsyncId.call(this,t,i,r);0===t.actions.length&&(uvt(i),t.scheduled=void 0)},t}(hrt),ecu=new(function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.flush=function(n){this.active=!0;this.scheduled=void 0;var i,t=this.actions,r=-1,u=t.length;n=n||t.shift();do if(i=n.execute(n.state,n.delay))break;while(++r<u&&(n=t.shift()));if(this.active=!1,i){for(;++r<u&&(n=t.shift());)n.unsubscribe();throw i;}},t}(crt))(fcu),ocu=function(){function n(n,t){this.dueTime=n;this.scheduler=t}return n.prototype.call=function(n,t){return t.subscribe(new scu(n,this.dueTime,this.scheduler))},n}(),scu=function(n){function t(t,i,r){var u=n.call(this,t)||this;return u.dueTime=i,u.scheduler=r,u.debouncedSubscription=null,u.lastValue=null,u.hasValue=!1,u}return b(t,n),t.prototype._next=function(n){this.clearDebounce();this.lastValue=n;this.hasValue=!0;this.add(this.debouncedSubscription=this.scheduler.schedule(rwi,this.dueTime,this))},t.prototype._complete=function(){this.debouncedNext();this.destination.complete()},t.prototype.debouncedNext=function(){if(this.clearDebounce(),this.hasValue){var n=this.lastValue;this.lastValue=null;this.hasValue=!1;this.destination.next(n)}},t.prototype.clearDebounce=function(){var n=this.debouncedSubscription;null!==n&&(this.remove(n),n.unsubscribe(),this.debouncedSubscription=null)},t}(fr);gwt=function(){function n(n){this.notifier=n}return n.prototype.call=function(n,t){var i=new nbt(n),r=ks(i,this.notifier);return r&&!i.seenValue?(i.add(r),t.subscribe(i)):i},n}();nbt=function(n){function t(t){var i=n.call(this,t)||this;return i.seenValue=!1,i}return b(t,n),t.prototype.notifyNext=function(){this.seenValue=!0;this.complete()},t.prototype.notifyComplete=function(){},t}(ts);var gv,tei=function(){return function(){}}(),iei=new Set,hcu=function(){function n(n){this.platform=n;this._matchMedia=this.platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):fwi}return n.prototype.matchMedia=function(n){return this.platform.WEBKIT&&function(n){if(!iei.has(n))try{gv||((gv=document.createElement("style")).setAttribute("type","text/css"),document.head.appendChild(gv));gv.sheet&&(gv.sheet.insertRule("@media "+n+" {.fx-query-test{ }}",0),iei.add(n))}catch(t){console.error(t)}}(n),this._matchMedia(n)},n.ngInjectableDef=ou({factory:function(){return new n(su(ncu))},token:n,providedIn:"root"}),n}();tbt=function(){function n(n,t){this.mediaMatcher=n;this.zone=t;this._queries=new Map;this._destroySubject=new fo}return n.prototype.ngOnDestroy=function(){this._destroySubject.next();this._destroySubject.complete()},n.prototype.isMatched=function(n){var t=this;return ovt(evt(n)).some(function(n){return t._registerQuery(n).mql.matches})},n.prototype.observe=function(n){var t,i=this;return function(){for(var i,r,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return i=null,r=null,iy(n[n.length-1])&&(r=n.pop()),"function"==typeof n[n.length-1]&&(i=n.pop()),1===n.length&&ns(n[0])&&(n=n[0]),yk(n,r).lift(new tcu(i))}(ovt(evt(n)).map(function(n){return i._registerQuery(n).observable})).pipe((void 0===(t=ecu)&&(t=pfi),function(n){return n.lift(new ocu(0,t))}),yt(function(n){var t={matches:!1,breakpoints:{}};return n.forEach(function(n){t.matches=t.matches||n.matches;t.breakpoints[n.query]=n.matches}),t}))},n.prototype._registerQuery=function(n){var f=this,r,u,t,i;return this._queries.has(n)?this._queries.get(n):(t=this.mediaMatcher.matchMedia(n),i={observable:function n(t,i,r){return r?n(t,i).pipe(yt(function(n){return ns(n)?r.apply(void 0,n):r(n)})):new ii(function(n){var r,u=function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];return n.next(1===t.length?t[0]:t)};try{r=t(u)}catch(f){return void n.error(f)}if(oc(i))return function(){return i(u,r)}})}(function(n){t.addListener(r=function(t){return f.zone.run(function(){return n(t)})})},function(){return t.removeListener(r)}).pipe(function(){for(var i,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return i=n[n.length-1],iy(i)?(n.pop(),function(t){return fvt(n,t,i)}):function(t){return fvt(n,t)}}(t),yt(function(t){return{query:n,matches:t.matches}}),(u=this._destroySubject,function(n){return n.lift(new gwt(u))})),mql:t},this._queries.set(n,i),i)},n.ngInjectableDef=ou({factory:function(){return new n(su(hcu),su(tr))},token:n,providedIn:"root"}),n}();ibt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:block}[_nghost-%COMP%]::after{clear:both;content:\"\";display:block}.nuv-accordion__wrapper[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;color:#fff;padding-bottom:1.875rem}.nuv-accordion__wrapper[_ngcontent-%COMP%]::before{content:'';width:100vw;position:absolute;top:0;left:50%;right:50%;bottom:0;margin-left:-50vw;margin-right:-50vw;background:#253746;z-index:0}.nuv-accordion__header[_ngcontent-%COMP%]{position:relative;display:flex;align-items:flex-start;border-bottom:.0625rem solid #4c7887;min-height:5.75rem;padding-top:3.125rem}.nuv-accordion__title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;display:flex;align-items:center;flex:1;color:#fff;margin:0;padding-bottom:.9375rem}@media only screen and (min-width:47.75rem){.nuv-accordion__title[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-accordion__title[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.nuv-accordion__expanded-content[_ngcontent-%COMP%]{overflow:hidden;margin:0 -1.25rem;padding:0 1.25rem}.nuv-accordion__expand-all-button[_ngcontent-%COMP%], .nuv-accordion__expand-item-button[_ngcontent-%COMP%]{display:flex;flex:0 0 auto;width:auto;height:auto;align-items:center;-webkit-appearance:none;background:0 0;border:none;color:#6ecc4c;overflow:visible;padding:0;white-space:nowrap;margin-left:1.875rem;cursor:pointer}.nuv-accordion__expand-all-button__expand-all-button[_ngcontent-%COMP%], .nuv-accordion__expand-item-button__expand-all-button[_ngcontent-%COMP%]{display:none;flex:0}.nuv-accordion__expand-all-button__expand-item-button[_ngcontent-%COMP%], .nuv-accordion__expand-item-button__expand-item-button[_ngcontent-%COMP%]{padding:1.25rem 0}.nuv-accordion__expand-all-button-text[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-text[_ngcontent-%COMP%]{display:none;font-family:\"Source Sans Pro\",sans-serif;font-weight:400;font-style:normal;text-transform:none;font-size:1rem;line-height:2.25;letter-spacing:0}.nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]{position:relative;display:inline-block;flex:0 0 auto;width:2.1875rem;height:2.1875rem;overflow:hidden}.nuv-accordion__expand-all-button-graphic-bg[_ngcontent-%COMP%], .nuv-accordion__expand-all-button-graphic-border[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic-bg[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic-border[_ngcontent-%COMP%]{display:inline-block;position:absolute;width:2.1875rem;height:2.1875rem;top:0;left:0;border-radius:50%;z-index:0}.nuv-accordion__expand-all-button-graphic-border[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic-border[_ngcontent-%COMP%]{border:.0625rem solid #6ecc4c}.nuv-accordion__expand-all-button-graphic-bg[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic-bg[_ngcontent-%COMP%]{transform:scale(0);background:#6ecc4c;z-index:1;transition:transform .2s ease-in-out,opacity .4s ease-in-out}.nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]::after, .nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]::before, .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]::after, .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]::before{content:'';display:inline-block;position:absolute;top:50%;left:50%;width:.8125rem;height:.1875rem;flex:0 0 auto;background-color:#6ecc4c;transform:translate(-50%,-50%);transition:opacity .4s ease-in-out,color .3s ease-in-out;z-index:2}.nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]:hover::after, .nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]:hover::before, .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]:hover::after, .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]:hover::before{background-color:#253746}.nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]:hover   .nuv-accordion__expand-all-button-graphic-bg[_ngcontent-%COMP%], .nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]:hover   .nuv-accordion__expand-item-button-graphic-bg[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]:hover   .nuv-accordion__expand-all-button-graphic-bg[_ngcontent-%COMP%], .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]:hover   .nuv-accordion__expand-item-button-graphic-bg[_ngcontent-%COMP%]{transform:scale(1)}.nuv-accordion__expand-all-button-graphic[_ngcontent-%COMP%]::before, .nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]::before{width:.1875rem;height:.8125rem;opacity:1}.nuv-accordion__expand-all-button-graphic--expanded[_ngcontent-%COMP%]::before, .nuv-accordion__expand-item-button-graphic--expanded[_ngcontent-%COMP%]::before{opacity:0}.nuv-accordion__item[_ngcontent-%COMP%]{position:relative;border-bottom:.0625rem solid #4c7887}.nuv-accordion__item-header[_ngcontent-%COMP%]{display:flex;align-items:stretch;margin:0;min-height:4.6875rem}.nuv-accordion__item-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;letter-spacing:-.01rem;text-transform:none;line-height:1.38;letter-spacing:-.025rem;flex:1;display:flex;align-items:center;color:#fff;cursor:pointer;margin:0;padding:1.25rem 0}@media only screen and (min-width:47.75rem){.nuv-accordion__item-title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.nuv-accordion__item-title[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.nuv-accordion__item-description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;letter-spacing:.005625rem;text-transform:none;color:#fff;letter-spacing:.00625rem;line-height:1.63;margin-bottom:1.25rem}@media only screen and (min-width:47.75rem){.nuv-accordion__item-description[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.nuv-accordion__item-description[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.nuv-accordion__item-description-wrapper[_ngcontent-%COMP%]{overflow:hidden}.nuv-accordion__svg-icon-wrapper[_ngcontent-%COMP%]{position:relative;display:inline-block;flex:0 0 auto;width:3rem;height:2.8125rem;margin-bottom:.625rem}.nuv-accordion__list[_ngcontent-%COMP%]{position:relative;z-index:1;padding:.3125rem 0;margin:0}.nuv-accordion__list-wrapper[_ngcontent-%COMP%]{position:relative}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]{padding-bottom:.25rem}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]::before{content:'';background:#15222c;position:absolute;top:.5rem;right:-1.25rem;bottom:0;left:-1.25rem;z-index:0}.nuv-accordion__list-title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:.875rem;line-height:normal;letter-spacing:0;text-transform:none;position:relative;color:#fff;z-index:1;margin:0}@media only screen and (min-width:47.75rem){.nuv-accordion__list-title[_ngcontent-%COMP%]{font-size:1rem;line-height:normal;letter-spacing:0}}@media only screen and (min-width:63.9375rem){.nuv-accordion__list-title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:normal;letter-spacing:0}}.nuv-accordion__list-item[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.75rem;line-height:1.5;letter-spacing:0;text-transform:none;color:#bdc3c7;position:relative;list-style:none;padding-left:1.25rem;margin:.9375rem 0}@media only screen and (min-width:47.75rem){.nuv-accordion__list-item[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.71;letter-spacing:.00625rem}}@media only screen and (min-width:63.9375rem){.nuv-accordion__list-item[_ngcontent-%COMP%]{font-size:1rem;line-height:1.44;letter-spacing:.00625rem}}.nuv-accordion__list-item[_ngcontent-%COMP%]::before{content:'';position:absolute;top:.4em;left:0;display:block;width:.5625rem;height:.5625rem;border-radius:50%;background:#2ba824}.nuv-accordion__list-item-link[_ngcontent-%COMP%]{display:inline;color:#fff;text-decoration:none;border-bottom:.0625rem solid #2ba824;padding-bottom:.125rem}@media only screen and (min-width:47.75rem){.nuv-accordion__wrapper[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem;padding-bottom:3.125rem}.nuv-accordion__header[_ngcontent-%COMP%]{min-height:6.625rem;padding-top:3.125rem}.nuv-accordion__title[_ngcontent-%COMP%]{padding-bottom:1.25rem}.nuv-accordion__expand-all-button[_ngcontent-%COMP%]{display:flex}.nuv-accordion__expand-all-button[_ngcontent-%COMP%], .nuv-accordion__expand-item-button[_ngcontent-%COMP%]{margin-left:8.7%}.nuv-accordion__expand-item-button[_ngcontent-%COMP%]{padding:1.25rem 0}.nuv-accordion__svg-icon-wrapper[_ngcontent-%COMP%]{width:2.625rem;height:2.5rem;margin:1.25rem 1.25rem 0 0}.nuv-accordion__item-header[_ngcontent-%COMP%]{min-height:5rem}.nuv-accordion__item-title[_ngcontent-%COMP%]{line-height:1.36;letter-spacing:-.01875rem;padding:1.25rem 0}.nuv-accordion__item-description[_ngcontent-%COMP%]{max-width:34.625rem}.nuv-accordion__expanded-content[_ngcontent-%COMP%]{margin:0 0 0 -1.625rem;padding:0 0 0 1.625rem}.nuv-accordion__list[_ngcontent-%COMP%]{display:flex;flex-flow:row wrap;padding-bottom:1.25rem}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]{padding-bottom:.625rem}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]::before{top:.59375rem;right:0;left:-1.625rem}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]   .nuv-accordion__list[_ngcontent-%COMP%]{flex-flow:column nowrap}.nuv-accordion__list-item[_ngcontent-%COMP%]{width:50%;margin-bottom:0;padding-left:1.75rem}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]   .nuv-accordion__list-item[_ngcontent-%COMP%]{width:100%;max-width:34.625rem}.nuv-accordion__expand-item-button-text[_ngcontent-%COMP%]{display:inline-block}.nuv-accordion__expand-item-button-graphic[_ngcontent-%COMP%]{margin-left:.75rem}}@media only screen and (min-width:63.9375rem){.nuv-accordion__wrapper[_ngcontent-%COMP%]{width:calc(83.33333333% - 4.58333333rem);float:none;padding-bottom:7.5rem;max-width:51.5rem;margin:-2.5rem auto 0}.nuv-accordion__header[_ngcontent-%COMP%], .nuv-accordion__item[_ngcontent-%COMP%]{margin-left:-2.5rem;margin-right:-2.5rem;padding-left:2.5rem;padding-right:2.5rem}.nuv-accordion__header[_ngcontent-%COMP%]{padding-top:7.5rem;padding-right:0}.nuv-accordion__title[_ngcontent-%COMP%]{padding-bottom:1.6875rem}.nuv-accordion__svg-icon-wrapper[_ngcontent-%COMP%]{width:4rem;height:3.75rem;margin-top:1.875rem}.nuv-accordion__expanded-content[_ngcontent-%COMP%]{margin:0 -2.5rem;padding:0 2.5rem}.nuv-accordion__item-header[_ngcontent-%COMP%] + .nuv-accordion__expanded-content[_ngcontent-%COMP%]{margin-top:1.875rem}.nuv-accordion__expand-all-button[_ngcontent-%COMP%]{padding-top:.375rem}.nuv-accordion__expand-item-button[_ngcontent-%COMP%]{padding:2.5rem 0 .9375rem}.nuv-accordion__item[_ngcontent-%COMP%]{padding-bottom:.625rem}.nuv-accordion__item-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.28;letter-spacing:-.00625rem;padding:2.5rem 0 .9375rem}.nuv-accordion__item-header[_ngcontent-%COMP%]{min-height:6.0625rem;margin-right:-2.5rem}.nuv-accordion__item-description[_ngcontent-%COMP%]{margin-bottom:1.875rem;max-width:44.875rem}.nuv-accordion__list-wrapper--featured[_ngcontent-%COMP%]::before{top:.78125rem;left:-2.5rem;right:-2.5rem}}"]],data:{animation:[{type:7,name:"expandable",definitions:[{type:0,name:"false",styles:{type:6,styles:{height:0},offset:null},options:void 0},{type:0,name:"true",styles:{type:6,styles:{height:"*"},offset:null},options:void 0},{type:1,expr:"void => true",animation:[{type:6,styles:{height:0},offset:null},{type:4,styles:null,timings:"500ms ease-in-out"}],options:null},{type:1,expr:"true => void",animation:[{type:6,styles:{height:"*"},offset:null},{type:4,styles:{type:6,styles:{height:0},offset:null},timings:"500ms ease-in-out"}],options:null}],options:{}}]}});var ccu=function(){return function(){}}(),lcu=function(){return function(){this.childrenHeaderRow=[];this.dataIndexes={};this.rowsArray=[];this.trueColumnTotal=0}}(),rei=function(){function n(){this.thsWidth=[[],[]]}return Object.defineProperty(n.prototype,"data",{get:function(){return this._data},set:function(n){var t=this,u,i,r;(n instanceof ccu&&console.warn("[WARNING]: Data is not an instance of the ProductTableBody class."),this.parsedColumns=new lcu,n&&n.columns)&&(this.parsedColumns=n.columns.reduce(function(n,i,r){return i.children&&i.children.length?(n.childrenHeaderRow.push(r),n.dataIndexes=vt({},n.dataIndexes,i.children.reduce(function(n){return n},{}))):i.dataKey&&t.parsedColumns.trueColumnTotal++,n},this.parsedColumns),i=[],r=!0,n.dataSource&&n.dataSource.forEach(function(n){var f=Array(Object.keys(t.parsedColumns.dataIndexes).length);Object.entries(n).forEach(function(n){var e=n[0],o=n[1],r;"assetclass"===e.toLocaleLowerCase()&&void 0===t.parsedColumns.dataIndexes[e]&&u!==o?(i.push({assetClassBreaker:!0,value:o}),u=o):void 0!==t.parsedColumns.dataIndexes[e]&&(r=o,"object"==typeof r&&(!r||r.value||r.html)||(r={value:o}),r&&!r.textAlign&&(r.textAlign=t.parsedColumns.dataIndexes[e].textAlign),f[t.parsedColumns.dataIndexes[e].index]=r)});i.push({alternateColor:r=!r,values:f})}),this.parsedColumns.rowsArray=i,this._data=n)},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){},n.prototype.ngAfterContentInit=function(){},n.prototype.onTheadRefSize=function(n){var t=n.thsWidth;this.theadWidth=n.theadWidth;this.thsWidth=t;console.log(n)},n.prototype.onTheadRefResize=function(){},n}(),uei=function(){function n(n){this.elRef=n;this.thsWidth=[[],[]];this.theadResize=new ei;this._thsWidth=[[],[]]}return n.prototype.ngOnInit=function(){},n.prototype.ngOnChanges=function(n){n&&n.theadWidth&&(this.width=n.theadWidth.currentValue)},n.prototype.ngAfterViewInit=function(){var t=this,n=this.elRef instanceof v?this.elRef.nativeElement:this.elRef,i=n.getBoundingClientRect().width;this._theadWidth=i+"px";n.querySelectorAll("tr").forEach(function(n,i){n.querySelectorAll("th").forEach(function(n,r){t._thsWidth[i][r]=n.getBoundingClientRect().width+"px"})});this.theadResize.emit({theadWidth:this._theadWidth,thsWidth:this._thsWidth});this.width=this.theadWidth},n}(),fei=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem}}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}th[_ngcontent-%COMP%]{padding:10px 9px;min-width:60px;text-align:right}tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:600;color:#fff;font-size:.625rem;line-height:.6875rem;position:relative;background-color:#253746;border-right:1px solid #253746;border-bottom:none;border-top:none;text-transform:uppercase;vertical-align:bottom;cursor:default}@media only screen and (min-width:47.75rem){tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-size:.75rem;line-height:.875rem}}tr[_ngcontent-%COMP%] > th.nuv-sort-enabled[_ngcontent-%COMP%]{padding-right:20px}tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}tr[_ngcontent-%COMP%] > th.parent-table-header[_ngcontent-%COMP%]{position:relative;text-align:center}tr[_ngcontent-%COMP%] > th.parent-table-header[_ngcontent-%COMP%]::after{content:'';width:calc(100% - 20px);height:1px;background-color:#66737d;position:absolute;left:10px;bottom:0}tr[_ngcontent-%COMP%]   th[_ngcontent-%COMP%]:first-child.parent-table-header:after, tr[_ngcontent-%COMP%]   th[_ngcontent-%COMP%]:last-child.parent-table-header:after{width:calc(100% - 40px)}tr[_ngcontent-%COMP%]:first-child > th[_ngcontent-%COMP%]:first-child{padding-left:30px}tr[_ngcontent-%COMP%]:first-child > th[_ngcontent-%COMP%]:first-child.parent-table-header:after{left:30px}tr.parent-table-header-first-child[_ngcontent-%COMP%] + tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{padding-left:30px}tr[_ngcontent-%COMP%]   th[_ngcontent-%COMP%]:last-child{padding-right:30px}"]],data:{}});tit=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem}}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{display:block;position:relative}[_nghost-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}[_nghost-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.wrapper[_ngcontent-%COMP%]{position:relative;overflow-x:auto;background-color:#fff;border-bottom:1px solid #bdc3c7;width:100%}table[_ngcontent-%COMP%]{position:relative;width:100%;min-width:0;border-collapse:collapse;overflow:hidden}td[_ngcontent-%COMP%]{padding:10px 9px;min-width:60px;text-align:right}tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:400;color:get-color(#253746);font-size:.875rem;line-height:1.2;background-color:#fff;border-right:1px solid #bdc3c7}tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:first-child{padding-left:30px}tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}tbody[_ngcontent-%COMP%] > tr.asset-class-breaker[_ngcontent-%COMP%]{background-color:#4c7887}tbody[_ngcontent-%COMP%] > tr.asset-class-breaker[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:600;color:#fff;font-size:.625rem;line-height:.6875rem;background-color:transparent;padding-top:6px;padding-bottom:6px;text-transform:uppercase;text-align:left}@media only screen and (min-width:47.75rem){tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1.125rem}tbody[_ngcontent-%COMP%] > tr.asset-class-breaker[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.75rem;line-height:.875rem}}tbody[_ngcontent-%COMP%] > tr.tr-alternate-color[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{background-color:#e8f5f8}tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]   td[_ngcontent-%COMP%]:last-child{padding-right:30px}.thead-sticky[_ngcontent-%COMP%]{position:absolute;top:0}.thead-reference[_ngcontent-%COMP%]{visibility:hidden;opacity:0}"]],data:{}});var acu=i("BwA1").replace(/[\n\r\s]/g,"").replace(/:export-colors\{([^\}]+)\}/,"$1").split(";").reduce(function(n,t){var i,r=t.split(":"),u=r[0],f=r[1],e;return!u||!f?n:(e=u.replace(/-([a-z0-9])/g,function(n){return n[1].toUpperCase()}).replace(/-/,""),vt({},n,((i={})[""+e]=f,i)))},{}),vcu=function(){function n(){}return n.prototype.ngOnInit=function(){var n;this.tableData={columns:[{title:"Variable Names",textAlign:"left",children:[{dataKey:"scss",title:"scss",textAlign:"left"},{dataKey:"typescript",title:"typescript",textAlign:"left"}]},{dataKey:"hex",title:"value",textAlign:"left"},{dataKey:"example",title:"example",textAlign:"left"}],dataSource:Object.entries(acu).reduce(function(t,i){var r=i[0],u=i[1],f;return new RegExp(""+n).test(r)||(n=r.replace(/\d*/g,"").replace(/([A-Z])/g," $1")),f=r.replace(/([A-Z])/g,function(n){return"-"+n[0].toLowerCase()}).replace(/(\d+)/g,"--$1"),t.push({scss:"color("+f+")",typescript:"colors."+r,example:{html:'<div style="border: solid 1px rgba(94, 113, 130, 0.45); background-color: '+u+'; width: 32px; height: 32px;"><\/div>'},hex:u,assetClass:n}),t},[])}},n}(),ycu=tt({encapsulation:0,styles:[[""]],data:{}}),pcu=i("BPco").replace(/[\n\r\s]/g,"").match(/:export-font-base--([^:]+):([^\{]+)\{([^\}]+)\}/g).reduce(function(n,t){var u,f,e,i=t.replace(/:export-font-base--([^:]+):([^\{]+)\{([^\}]+)\}/,"$1:::$2:::$3").split(":::"),o=i[0],s=i[1],c=i[2],r=o.replace(/-([a-z0-9])/g,function(n){return n[1].toUpperCase()}),h=c.split(";").reduce(function(n,t){var i,r=t.split(":"),u=r[0],f=r[1],e;return!u||!f?n:(e=u.replace(/-([a-z0-9])/g,function(n){return n[1].toUpperCase()}),vt({},n,((i={})[""+e]=f,i)))},{});return vt({},n,"main"===s?((u={})[""+r]=vt({},h,{className:"nuv-typography-"+o}),u):((f={})[""+r]=vt({},n[""+r],((e={})[""+s]=h,e)),f))},{}),wcu=function(){function n(){}return n.prototype.ngOnInit=function(){var n=this;this.tableData={columns:[{dataKey:"name",title:"Name",textAlign:"left"},{title:"Font Sizes",textAlign:"left",children:[{dataKey:"mobile",title:"mobile",textAlign:"left"},{dataKey:"tablet",title:"tablet",textAlign:"left"},{dataKey:"desktop",title:"desktop",textAlign:"left"}]},{title:"Default Variables",textAlign:"left",children:[{dataKey:"color",title:"color",textAlign:"left"},{dataKey:"style",title:"style",textAlign:"left"},{dataKey:"weight",title:"weight",textAlign:"left"},{dataKey:"transform",title:"transform",textAlign:"left"}]}],dataSource:Object.entries(pcu).reduce(function(t,i){var r=i[1];return t.push({name:{html:'<span class="'+r.className+'">'+i[0].replace(/([A-Z0-9])/," $1").toLowerCase()+"<\/span>"},mobile:r.mobile.fontSize,tablet:r.tablet.fontSize,desktop:r.desktop.fontSize,color:{html:'\n              <div style="border: solid 1px rgba(94, 113, 130, 0.45); background-color: '+r.color+'; width: 32px; height: 32px;">\n              <\/div>\n            '},weight:n.weightToHuman(r.fontWeight),style:r.fontStyle,transform:r.textTransform}),t},[])}},n.prototype.weightToHuman=function(n){switch(n){case"700":return"bold";case"600":return"semibold";case"400":return"normal"}},n}(),bcu=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem}}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d;margin-bottom:0}[_nghost-%COMP%]  .nuv-typography-heading-1{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#fff;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-1{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}[_nghost-%COMP%]  .nuv-typography-heading-1{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}[_nghost-%COMP%]  .nuv-typography-heading-2{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-2{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-heading-2{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}[_nghost-%COMP%]  .nuv-typography-heading-3{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-3{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-heading-3{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}[_nghost-%COMP%]  .nuv-typography-heading-4{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#fff;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-4{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-heading-4{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}[_nghost-%COMP%]  .nuv-typography-heading-5{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-5{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-heading-5{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}[_nghost-%COMP%]  .nuv-typography-heading-6{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}[_nghost-%COMP%]  .nuv-typography-heading-6{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#fff;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-6{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}[_nghost-%COMP%]  .nuv-typography-heading-7{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.4;letter-spacing:-.0025rem;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-heading-7{font-size:1rem;line-height:1.4;letter-spacing:-.0025rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-heading-7{font-size:1rem;line-height:1.4;letter-spacing:-.0025rem}}[_nghost-%COMP%]  .nuv-typography-body-article{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-body-article{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-body-article{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}[_nghost-%COMP%]  .nuv-typography-body-small{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#66737d;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-body-small{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-body-small{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}}[_nghost-%COMP%]  .nuv-typography-body-disclosure{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.75rem;line-height:1.5;letter-spacing:0;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-body-disclosure{font-size:.75rem;line-height:1.5;letter-spacing:0}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-body-disclosure{font-size:.875rem;line-height:1.5;letter-spacing:0}}[_nghost-%COMP%]  .nuv-typography-eyebrow{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;font-size:.75rem;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-eyebrow{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-eyebrow{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}[_nghost-%COMP%]  .nuv-typography-author{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:.75rem;line-height:1.2;letter-spacing:0;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-author{font-size:.8125rem;line-height:1.2;letter-spacing:0}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-author{font-size:1rem;line-height:1.2;letter-spacing:0}[_nghost-%COMP%]  .nuv-typography-job-title{font-size:1rem;line-height:1;letter-spacing:0}}[_nghost-%COMP%]  .nuv-typography-job-title{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1;letter-spacing:0;text-transform:none;color:#bdc3c7;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-job-title{font-size:1rem;line-height:1;letter-spacing:0}}[_nghost-%COMP%]  .nuv-typography-search-link-title{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.3;letter-spacing:0;text-transform:none;color:#0092bc;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-search-link-title{font-size:1rem;line-height:1.3;letter-spacing:0}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-search-link-title{font-size:1.25rem;line-height:1.3;letter-spacing:0}}[_nghost-%COMP%]  .nuv-typography-person-card-job-title{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:.8125rem;line-height:1.38;letter-spacing:0;text-transform:none;color:#253746;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-person-card-job-title{font-size:1rem;line-height:1.38;letter-spacing:0}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-person-card-job-title{font-size:1rem;line-height:1.63;letter-spacing:0}}[_nghost-%COMP%]  .nuv-typography-list-title{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:.875rem;line-height:normal;letter-spacing:0;text-transform:none;color:#fff;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-list-title{font-size:1rem;line-height:normal;letter-spacing:0}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-list-title{font-size:1.375rem;line-height:normal;letter-spacing:0}}[_nghost-%COMP%]  .nuv-typography-list-item{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.75rem;line-height:1.5;letter-spacing:0;text-transform:none;color:#bdc3c7;background-color:rgba(124,137,146,.2);border:1px solid rgba(0,174,152,.2)}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]  .nuv-typography-list-item{font-size:.875rem;line-height:1.71;letter-spacing:.00625rem}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]  .nuv-typography-list-item{font-size:1rem;line-height:1.44;letter-spacing:.00625rem}}.flex-justify-space-between[_ngcontent-%COMP%]{display:flex;justify-content:space-between}.specs-list[_ngcontent-%COMP%]{display:flex;padding:0}.specs-list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{margin-right:72px;list-style:none}.half-width-column[_ngcontent-%COMP%]{width:calc(50% - 20px)}.watermark-container[_ngcontent-%COMP%]{position:relative;height:200px}.watermark[_ngcontent-%COMP%]{position:absolute;bottom:0;left:50%;transform:translateX(-50%) translateY(0);display:block;width:100vw;padding-left:20vw;overflow:hidden;font-family:Georgia,Times,serif;font-style:italic;color:rgba(189,195,199,.2);white-space:nowrap;font-size:10rem;font-weight:700;line-height:1.2;opacity:1;transition:transform .3s ease,opacity .3s ease;box-sizing:border-box;z-index:-1}.nuv-typography-color-bar-small--green[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.nuv-typography-color-bar-small--green[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#2ba824;width:2.5rem;height:.1875rem}@media only screen and (min-width:47.75rem){.nuv-typography-color-bar-small--green[_ngcontent-%COMP%]::before{width:3.75rem}}.nuv-typography-color-bar-small--white[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.nuv-typography-color-bar-small--white[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#fff;width:2.5rem;height:.1875rem}@media only screen and (min-width:47.75rem){.nuv-typography-color-bar-small--white[_ngcontent-%COMP%]::before{width:3.75rem}}.nuv-typography-color-bar-block--green[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.nuv-typography-color-bar-block--green[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#2ba824;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.nuv-typography-color-bar-block--green[_ngcontent-%COMP%]{padding-top:.9375rem}}.nuv-typography-color-bar-block--blue[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.nuv-typography-color-bar-block--blue[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.nuv-typography-color-bar-block--blue[_ngcontent-%COMP%]{padding-top:.9375rem}}.nuv-typography-color-bar-block--orange[_ngcontent-%COMP%]{position:relative;padding-top:1.125rem}.nuv-typography-color-bar-block--orange[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#ffa300;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.nuv-typography-color-bar-block--orange[_ngcontent-%COMP%]{padding-top:.9375rem}}.nuv-typography-color-bar-text--dark[_ngcontent-%COMP%]{position:relative;display:inline-block;padding-top:1.25rem}.nuv-typography-color-bar-text--dark[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#253746;width:100%;height:.25rem}@media only screen and (min-width:47.75rem){.nuv-typography-color-bar-text--dark[_ngcontent-%COMP%]{padding-top:1.875rem}}"]],data:{}});iit=tt({encapsulation:0,styles:[[""]],data:{}});rbt=wt("nuv-content-two-up",lb,nki,{},{},[]);ubt=tt({encapsulation:0,styles:[[""]],data:{}});var kcu=wt("nuv-root",ort,edi,{},{},[]),ne=function(){function n(){this.Arr=Array;this.num=20}return n.prototype.ngOnInit=function(){},n.prototype.isNumber=function(n){return null!==n&&""!==n&&!isNaN(Number(n.toString()))},n.prototype.convertToIntArray=function(n){var t=parseInt(n.toString());return new Array(t)},n}(),te=tt({encapsulation:2,styles:[],data:{}});fbt=function(){function n(n){this.store=n;this.linkUrl=""}return Object.defineProperty(n.prototype,"ViewAllString",{get:function(){return this._data},set:function(n){n&&(this._data=n)},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){console.log("view all component ViewAllString ",this.ViewAllString);this.ViewAllString&&(this.viewAll=JSON.parse(this.ViewAllString),null!=this.viewAll&&null!=this.viewAll&&this.viewAll.IsShow&&(console.log("view all component - viewAll ",this.viewAll),this.viewAllLabel$=this.store.pipe(ui(di,{propertyName:this.viewAll.DataPoint.apiProperty}),cs("{0}",this.viewAll.DataPoint.labelString)),this.linkUrl=this.viewAll.Link,this.viewAllLabel$.subscribe(function(n){return console.log("subscribed value in view all",n)})))},n}();ebt=tt({encapsulation:0,styles:[[""]],data:{}});var dcu=i("2BfV"),eei=i("Tos5"),gcu=i("M8aS");dcu(gu);eei(gu);gcu(gu);eei(gu);obt=function(){function n(){}return n.prototype.ngAfterViewInit=function(){var t=this,r=1,n,i;if(this.options=this.dataoptions,this.options&&this.dataString){if(this.graphDetails=JSON.parse(this.dataString),"Both - Table And Graph"==t.graphDetails.GraphMode&&(r=2),n=this.elemRef.nativeElement,!n)return;i=gu.chart(n,this.options,function(i){if(i&&i.series.length<1){var u=i.renderer.image(t.graphDetails.ImagePath,0,0,n.offsetWidth/r,n.offsetHeight).add();u.on("load",function(){console.log("loaded")});u.on("error",function(){console.log("error")})}});null!=i&&"Both - Table And Graph"==t.graphDetails.GraphMode&&setTimeout(function(){i.reflow()},3e3)}},n}();sbt=tt({encapsulation:0,styles:[[""]],data:{}});hbt=function(){function n(){}return n.prototype.ngAfterViewInit=function(){var t=this,r=1,n,i;if(this.options=this.dataoptions,this.options&&this.dataString){if(this.graphDetails=JSON.parse(this.dataString),n=this.elemRef.nativeElement,!n)return;"Both - Table And Graph"==t.graphDetails.GraphMode&&(r=2);i=gu.chart(n,this.options,function(i){if(null!=i&&i.series.length<1){var u=i.renderer.image(t.graphDetails.ImagePath,0,0,n.offsetWidth/r,n.offsetHeight).add();u.on("load",function(){console.log("loaded")});u.on("error",function(){console.log("error")})}});null!=i&&"Both - Table And Graph"==t.graphDetails.GraphMode&&setTimeout(function(){i.reflow()},3e3)}},n}();cbt=tt({encapsulation:0,styles:[[""]],data:{}});lbt=function(){function n(){this.showImage=!1}return n.prototype.ngAfterViewInit=function(){var t=this,r=1,n,i;if(this.options=this.dataoptions,this.graphDetails=JSON.parse(this.dataString),this.options&&this.dataString){if(this.graphDetails=JSON.parse(this.dataString),"Both - Table And Graph"==t.graphDetails.GraphMode&&(r=2),n=this.elemRef.nativeElement,!n)return;i=gu.chart(n,this.options,function(i){if(null!=i&&i.series.length<1){console.log("parent_div.offsetHeight",n.offsetWidth);console.log("parent_div.offsetHeight",n.offsetHeight);var u=i.renderer.image(t.graphDetails.ImagePath,0,0,n.offsetWidth/r,n.offsetHeight).add();u.on("load",function(){console.log("loaded")});u.on("error",function(){console.log("error")})}});null!=i&&"Both - Table And Graph"==t.graphDetails.GraphMode&&setTimeout(function(){i.reflow()},3e3)}},n}();abt=tt({encapsulation:0,styles:[[""]],data:{}});vbt=function(){function n(){}return n.prototype.ngAfterViewInit=function(){var i=this,n,t;this.dataString&&(this.graphDetails=JSON.parse(this.dataString));this.options=this.dataoptions;n=this.elemRef.nativeElement;n&&this.options&&this.graphDetails&&(t="Both - Table And Graph"==this.graphDetails.GraphMode?2:1,gu.chart(n,this.options,function(r){if(r.series.length<1){var u=r.renderer.image(i.graphDetails.ImagePath,0,0,n.offsetWidth/t,n.offsetHeight).add();u.on("load",function(){console.log("loaded")});u.on("error",function(){console.log("error")})}}))},n}();ybt=tt({encapsulation:0,styles:[[""]],data:{}});var oei=i("bIOw"),nlu=(i("8X44"),function(){function n(){this.Highcharts=oei;this.chartConstructor="mapChart"}return n.prototype.ngAfterViewInit=function(){var i=1,r=this,n,t;if(this.options=this.dataoptions,this.options&&this.dataString){if(this.graphDetails=JSON.parse(this.dataString),"Both - Table And Graph"==r.graphDetails.GraphMode&&(i=2),n=this.elemRef.nativeElement,!n)return;t=oei.chart(n,this.options,function(t){if(t&&t.series.length<1){var u=t.renderer.image(r.graphDetails.ImagePath,0,0,n.offsetWidth/i,n.offsetHeight).add();u.on("load",function(){console.log("loaded")});u.on("error",function(){console.log("error")})}});null!=t&&setTimeout(function(){t.reflow()},3e3)}},n}()),tlu=tt({encapsulation:0,styles:[[""]],data:{}}),ilu=function(){function n(){}return n.prototype.transform=function(n,t){return n.isGroup?"1":t.some(function(n){return n.isGroup})?"2":"1"},n}(),rlu=function(){function n(){}return n.prototype.transform=function(n){return n.isGroup?n.subColumnsCount.toString():"1"},n}(),ulu=function(){function n(){}return n.prototype.transform=function(n,t,i,r){return n.isGroup?"parent-table-header":"\n        "+n.size+" \n        nuv-text-align-"+n.horizontalAlignment+" \n        "+(n.sortable?"nuv-sort-enabled ":"")+" \n        "+(i==n&&r==ao.Asc?"nuv-sort-icon-up ":"")+" \n        "+(i==n&&r==ao.Desc?"nuv-sort-icon-down ":"")+"\n        "+(0==t?"first-header":"")+"\n      "},n}(),flu=function(){function n(){}return n.prototype.transform=function(n,t,i){var r="label";return"Star Rating"==n.column.dataPoint.displayStyle&&(r="rating"),r+" "+n.size+" nuv-text-align-"+n.horizontalAlignment+" "+(0==t?"first-cell":"")+" "+(i?"comparable":"")},n}(),elu=function(){function n(){}return n.prototype.transform=function(n,t){return n.includes(t)},n}(),olu=tt({encapsulation:2,styles:[],data:{}});pbt=wt("nuv-api-table",sft,gni,{isInEditModeString:"is-in-edit-mode",headersString:"headers",subheadersString:"subheaders",columnsString:"columns",groupByDataPointString:"group-by-data-point",rowsToShowString:"rows-to-show",showMoreLabel:"show-more-label",enableFundCompareString:"enable-fund-compare",apiOverride:"api-override",graphDetailsString:"graph-details",componentId:"component-id",viewallString:"view-all",hideIfNoRecordsString:"hide-if-no-records"},{},[]);wbt=tt({encapsulation:2,styles:[],data:{}});bbt=wt("nuv-api-data-callout",prt,ftr,{dataPointGroupsString:"data-point-groups"},{},[]);kbt=tt({encapsulation:2,styles:[],data:{}});var slu=wt("nuv-api-table-container-tabs",hft,str,{apiUrl:"apiurl"},{},[]),sei=function(){return function(){}}(),hei=function(){return function(){}}(),we=function(){function n(n){var t=this;this.normalizedNames=new Map;this.lazyUpdate=null;n?this.lazyInit="string"==typeof n?function(){t.headers=new Map;n.split("\n").forEach(function(n){var r=n.indexOf(":");if(r>0){var u=n.slice(0,r),i=u.toLowerCase(),f=n.slice(r+1).trim();t.maybeSetNormalizedName(u,i);t.headers.has(i)?t.headers.get(i).push(f):t.headers.set(i,[f])}})}:function(){t.headers=new Map;Object.keys(n).forEach(function(i){var r=n[i],u=i.toLowerCase();"string"==typeof r&&(r=[r]);r.length>0&&(t.headers.set(u,r),t.maybeSetNormalizedName(i,u))})}:this.headers=new Map}return n.prototype.has=function(n){return this.init(),this.headers.has(n.toLowerCase())},n.prototype.get=function(n){this.init();var t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null},n.prototype.keys=function(){return this.init(),Array.from(this.normalizedNames.values())},n.prototype.getAll=function(n){return this.init(),this.headers.get(n.toLowerCase())||null},n.prototype.append=function(n,t){return this.clone({name:n,value:t,op:"a"})},n.prototype.set=function(n,t){return this.clone({name:n,value:t,op:"s"})},n.prototype.delete=function(n,t){return this.clone({name:n,value:t,op:"d"})},n.prototype.maybeSetNormalizedName=function(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)},n.prototype.init=function(){var t=this;this.lazyInit&&(this.lazyInit instanceof n?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(function(n){return t.applyUpdate(n)}),this.lazyUpdate=null))},n.prototype.copyFrom=function(n){var t=this;n.init();Array.from(n.headers.keys()).forEach(function(i){t.headers.set(i,n.headers.get(i));t.normalizedNames.set(i,n.normalizedNames.get(i))})},n.prototype.clone=function(t){var i=new n;return i.lazyInit=this.lazyInit&&this.lazyInit instanceof n?this.lazyInit:this,i.lazyUpdate=(this.lazyUpdate||[]).concat([t]),i},n.prototype.applyUpdate=function(n){var t=n.name.toLowerCase(),i,u,f,r;switch(n.op){case"a":case"s":if(i=n.value,"string"==typeof i&&(i=[i]),0===i.length)return;this.maybeSetNormalizedName(n.name,t);u=("a"===n.op?this.headers.get(t):void 0)||[];u.push.apply(u,kt(i));this.headers.set(t,u);break;case"d":if(f=n.value,f){if(r=this.headers.get(t),!r)return;0===(r=r.filter(function(n){return-1===f.indexOf(n)})).length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,r)}else this.headers.delete(t),this.normalizedNames.delete(t)}},n.prototype.forEach=function(n){var t=this;this.init();Array.from(this.normalizedNames.keys()).forEach(function(i){return n(t.normalizedNames.get(i),t.headers.get(i))})},n}(),hlu=function(){function n(){}return n.prototype.encodeKey=function(n){return lvt(n)},n.prototype.encodeValue=function(n){return lvt(n)},n.prototype.decodeKey=function(n){return decodeURIComponent(n)},n.prototype.decodeValue=function(n){return decodeURIComponent(n)},n}();ch=function(){function n(n){void 0===n&&(n={});var r,t,i,u=this;if(this.updates=null,this.cloneFrom=null,this.encoder=n.encoder||new hlu,n.fromString){if(n.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=(r=n.fromString,t=this.encoder,i=new Map,r.length>0&&r.split("&").forEach(function(n){var r=n.indexOf("="),u=si(-1==r?[t.decodeKey(n),""]:[t.decodeKey(n.slice(0,r)),t.decodeValue(n.slice(r+1))],2),f=u[0],o=u[1],e=i.get(f)||[];e.push(o);i.set(f,e)}),i)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(function(t){var i=n.fromObject[t];u.map.set(t,Array.isArray(i)?i:[i])})):this.map=null}return n.prototype.has=function(n){return this.init(),this.map.has(n)},n.prototype.get=function(n){this.init();var t=this.map.get(n);return t?t[0]:null},n.prototype.getAll=function(n){return this.init(),this.map.get(n)||null},n.prototype.keys=function(){return this.init(),Array.from(this.map.keys())},n.prototype.append=function(n,t){return this.clone({param:n,value:t,op:"a"})},n.prototype.set=function(n,t){return this.clone({param:n,value:t,op:"s"})},n.prototype.delete=function(n,t){return this.clone({param:n,value:t,op:"d"})},n.prototype.toString=function(){var n=this;return this.init(),this.keys().map(function(t){var i=n.encoder.encodeKey(t);return n.map.get(t).map(function(t){return i+"="+n.encoder.encodeValue(t)}).join("&")}).join("&")},n.prototype.clone=function(t){var i=new n({encoder:this.encoder});return i.cloneFrom=this.cloneFrom||this,i.updates=(this.updates||[]).concat([t]),i},n.prototype.init=function(){var n=this;null===this.map&&(this.map=new Map);null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(function(t){return n.map.set(t,n.cloneFrom.map.get(t))}),this.updates.forEach(function(t){var r,i,u;switch(t.op){case"a":case"s":r=("a"===t.op?n.map.get(t.param):void 0)||[];r.push(t.value);n.map.set(t.param,r);break;case"d":if(void 0===t.value){n.map.delete(t.param);break}i=n.map.get(t.param)||[];u=i.indexOf(t.value);-1!==u&&i.splice(u,1);i.length>0?n.map.set(t.param,i):n.map.delete(t.param)}}),this.cloneFrom=this.updates=null)},n}();var sot=function(){function n(n,t,i,r){var u,f,e;(this.url=t,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=n.toUpperCase(),function(n){switch(n){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||r?(this.body=void 0!==i?i:null,u=r):u=i,u&&(this.reportProgress=!!u.reportProgress,this.withCredentials=!!u.withCredentials,u.responseType&&(this.responseType=u.responseType),u.headers&&(this.headers=u.headers),u.params&&(this.params=u.params)),this.headers||(this.headers=new we),this.params)?(f=this.params.toString(),0===f.length?this.urlWithParams=t:(e=t.indexOf("?"),this.urlWithParams=t+(-1===e?"?":e<t.length-1?"&":"")+f)):(this.params=new ch,this.urlWithParams=t)}return n.prototype.serializeBody=function(){return null===this.body?null:avt(this.body)||vvt(this.body)||yvt(this.body)||"string"==typeof this.body?this.body:this.body instanceof ch?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()},n.prototype.detectContentTypeHeader=function(){return null===this.body||yvt(this.body)?null:vvt(this.body)?this.body.type||null:avt(this.body)?null:"string"==typeof this.body?"text/plain":this.body instanceof ch?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||Array.isArray(this.body)?"application/json":null},n.prototype.clone=function(t){void 0===t&&(t={});var u=t.method||this.method,f=t.url||this.url,e=t.responseType||this.responseType,o=void 0!==t.body?t.body:this.body,s=void 0!==t.withCredentials?t.withCredentials:this.withCredentials,h=void 0!==t.reportProgress?t.reportProgress:this.reportProgress,i=t.headers||this.headers,r=t.params||this.params;return void 0!==t.setHeaders&&(i=Object.keys(t.setHeaders).reduce(function(n,i){return n.set(i,t.setHeaders[i])},i)),t.setParams&&(r=Object.keys(t.setParams).reduce(function(n,i){return n.set(i,t.setParams[i])},r)),new n(u,f,o,{params:r,headers:i,reportProgress:h,responseType:e,withCredentials:s})},n}(),ny=function(n){return n[n.Sent=0]="Sent",n[n.UploadProgress=1]="UploadProgress",n[n.ResponseHeader=2]="ResponseHeader",n[n.DownloadProgress=3]="DownloadProgress",n[n.Response=4]="Response",n[n.User=5]="User",n}({}),hot=function(){return function(n,t,i){void 0===t&&(t=200);void 0===i&&(i="OK");this.headers=n.headers||new we;this.status=void 0!==n.status?n.status:t;this.statusText=n.statusText||i;this.url=n.url||null;this.ok=this.status>=200&&this.status<300}}(),clu=function(n){function t(t){void 0===t&&(t={});var i=n.call(this,t)||this;return i.type=ny.ResponseHeader,i}return b(t,n),t.prototype.clone=function(n){return void 0===n&&(n={}),new t({headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})},t}(hot),cei=function(n){function t(t){void 0===t&&(t={});var i=n.call(this,t)||this;return i.type=ny.Response,i.body=void 0!==t.body?t.body:null,i}return b(t,n),t.prototype.clone=function(n){return void 0===n&&(n={}),new t({body:void 0!==n.body?n.body:this.body,headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})},t}(hot),lei=function(n){function t(t){var i=n.call(this,t,0,"Unknown Error")||this;return i.name="HttpErrorResponse",i.ok=!1,i.message=i.status>=200&&i.status<300?"Http failure during parsing for "+(t.url||"(unknown url)"):"Http failure response for "+(t.url||"(unknown url)")+": "+t.status+" "+t.statusText,i.error=t.error||null,i}return b(t,n),t}(hot),ie=function(){function n(n){this.handler=n}return n.prototype.request=function(n,t,i){var u,s=this,o,f,e,r;if((void 0===i&&(i={}),n instanceof sot)?u=n:(o=i.headers instanceof we?i.headers:new we(i.headers),f=void 0,i.params&&(f=i.params instanceof ch?i.params:new ch({fromObject:i.params})),u=new sot(n,t,void 0!==i.body?i.body:null,{headers:o,params:f,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials})),e=vu(u).pipe(be(function(n){return s.handler.handle(n)},void 0,1)),n instanceof sot||"events"===i.observe)return e;r=e.pipe(aa(function(n){return n instanceof cei}));switch(i.observe||"body"){case"body":switch(u.responseType){case"arraybuffer":return r.pipe(yt(function(n){if(null!==n.body&&!(n.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return n.body}));case"blob":return r.pipe(yt(function(n){if(null!==n.body&&!(n.body instanceof Blob))throw new Error("Response is not a Blob.");return n.body}));case"text":return r.pipe(yt(function(n){if(null!==n.body&&"string"!=typeof n.body)throw new Error("Response is not a string.");return n.body}));case"json":default:return r.pipe(yt(function(n){return n.body}))}case"response":return r;default:throw new Error("Unreachable: unhandled observe type "+i.observe+"}");}},n.prototype.delete=function(n,t){return void 0===t&&(t={}),this.request("DELETE",n,t)},n.prototype.get=function(n,t){return void 0===t&&(t={}),this.request("GET",n,t)},n.prototype.head=function(n,t){return void 0===t&&(t={}),this.request("HEAD",n,t)},n.prototype.jsonp=function(n,t){return this.request("JSONP",n,{params:(new ch).append(t,"JSONP_CALLBACK"),observe:"body",responseType:"json"})},n.prototype.options=function(n,t){return void 0===t&&(t={}),this.request("OPTIONS",n,t)},n.prototype.patch=function(n,t,i){return void 0===i&&(i={}),this.request("PATCH",n,un(i,t))},n.prototype.post=function(n,t,i){return void 0===i&&(i={}),this.request("POST",n,un(i,t))},n.prototype.put=function(n,t,i){return void 0===i&&(i={}),this.request("PUT",n,un(i,t))},n}(),llu=function(){function n(n,t){this.next=n;this.interceptor=t}return n.prototype.handle=function(n){return this.interceptor.intercept(n,this.next)},n}(),aei=new ri("HTTP_INTERCEPTORS"),alu=function(){function n(){}return n.prototype.intercept=function(n,t){return t.handle(n)},n}(),vlu=/^\)\]\}',?\n/,vei=function(){return function(){}}(),cot=function(){function n(){}return n.prototype.build=function(){return new XMLHttpRequest},n}(),lot=function(){function n(n){this.xhrFactory=n}return n.prototype.handle=function(n){var t=this;if("JSONP"===n.method)throw new Error("Attempted to construct Jsonp request without JsonpClientModule installed.");return new ii(function(i){var r=t.xhrFactory.build(),u,f;(r.open(n.method,n.urlWithParams),n.withCredentials&&(r.withCredentials=!0),n.headers.forEach(function(n,t){return r.setRequestHeader(n,t.join(","))}),n.headers.has("Accept")||r.setRequestHeader("Accept","application/json, text/plain, */*"),n.headers.has("Content-Type"))||(u=n.detectContentTypeHeader(),null!==u&&r.setRequestHeader("Content-Type",u));n.responseType&&(f=n.responseType.toLowerCase(),r.responseType="json"!==f?f:"text");var e=n.serializeBody(),o=null,s=function(){if(null!==o)return o;var t=1223===r.status?204:r.status,i=r.statusText||"OK",u=new we(r.getAllResponseHeaders()),f=function(n){return"responseURL"in n&&n.responseURL?n.responseURL:/^X-Request-URL:/m.test(n.getAllResponseHeaders())?n.getResponseHeader("X-Request-URL"):null}(r)||n.url;return o=new clu({headers:u,status:t,statusText:i,url:f})},h=function(){var f=s(),o=f.headers,u=f.status,h=f.statusText,c=f.url,t=null,e,l;if(204!==u&&(t=void 0===r.response?r.responseText:r.response),0===u&&(u=t?200:0),e=u>=200&&u<300,"json"===n.responseType&&"string"==typeof t){l=t;t=t.replace(vlu,"");try{t=""!==t?JSON.parse(t):null}catch(a){t=l;e&&(e=!1,t={error:a,text:t})}}e?(i.next(new cei({body:t,headers:o,status:u,statusText:h,url:c||void 0})),i.complete()):i.error(new lei({error:t,headers:o,status:u,statusText:h,url:c||void 0}))},c=function(n){var t=s().url,u=new lei({error:n,status:r.status||0,statusText:r.statusText||"Unknown Error",url:t||void 0});i.error(u)},l=!1,a=function(t){l||(i.next(s()),l=!0);var u={type:ny.DownloadProgress,loaded:t.loaded};t.lengthComputable&&(u.total=t.total);"text"===n.responseType&&r.responseText&&(u.partialText=r.responseText);i.next(u)},v=function(n){var t={type:ny.UploadProgress,loaded:n.loaded};n.lengthComputable&&(t.total=n.total);i.next(t)};return r.addEventListener("load",h),r.addEventListener("error",c),n.reportProgress&&(r.addEventListener("progress",a),null!==e&&r.upload&&r.upload.addEventListener("progress",v)),r.send(e),i.next({type:ny.Sent}),function(){r.removeEventListener("error",c);r.removeEventListener("load",h);n.reportProgress&&(r.removeEventListener("progress",a),null!==e&&r.upload&&r.upload.removeEventListener("progress",v));r.abort()}})},n}(),aot=new ri("XSRF_COOKIE_NAME"),vot=new ri("XSRF_HEADER_NAME"),yei=function(){return function(){}}(),ylu=function(){function n(n,t,i){this.doc=n;this.platform=t;this.cookieName=i;this.lastCookieString="";this.lastToken=null;this.parseCount=0}return n.prototype.getToken=function(){if("server"===this.platform)return null;var n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=glt(n,this.cookieName),this.lastCookieString=n),this.lastToken},n}(),ek=function(){function n(n,t){this.tokenService=n;this.headerName=t}return n.prototype.intercept=function(n,t){var r=n.url.toLowerCase(),i;return"GET"===n.method||"HEAD"===n.method||r.startsWith("http://")||r.startsWith("https://")?t.handle(n):(i=this.tokenService.getToken(),null===i||n.headers.has(this.headerName)||(n=n.clone({headers:n.headers.set(this.headerName,i)})),t.handle(n))},n}(),plu=function(){function n(n,t){this.backend=n;this.injector=t;this.chain=null}return n.prototype.handle=function(n){if(null===this.chain){var t=this.injector.get(aei,[]);this.chain=t.reduceRight(function(n,t){return new llu(n,t)},this.backend)}return this.chain.handle(n)},n}(),pei=function(){function n(){}var t;return t=n,n.disable=function(){return{ngModule:t,providers:[{provide:ek,useClass:alu}]}},n.withOptions=function(n){return void 0===n&&(n={}),{ngModule:t,providers:[n.cookieName?{provide:aot,useValue:n.cookieName}:[],n.headerName?{provide:vot,useValue:n.headerName}:[]]}},n}(),wei=function(){return function(){}}(),wlu=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-gcreit-performance[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;color:#253746;margin:1.875rem auto 0}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__header[_ngcontent-%COMP%]{display:inline-block;font-family:Georgia,Times,serif;margin:.625rem 0 1.25rem;font-size:1.375rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__header--center[_ngcontent-%COMP%]{display:block;text-align:center;font-size:1.75rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__header__subtext[_ngcontent-%COMP%]{color:#253746;display:inline-block;font-size:1rem;font-weight:400;padding-left:.625rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__h-divider[_ngcontent-%COMP%]{border-bottom:.1875rem solid #253746;margin-bottom:1.875rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__list[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]{flex-basis:100%;font-weight:600;justify-content:space-between;margin:0 1.25rem;padding:1.25rem 0;text-transform:uppercase}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-definition[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-definition[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-definition[_ngcontent-%COMP%]{font-size:1.5rem;text-align:right}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]{flex-basis:100%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]{border-bottom:.0625rem solid #cbdde2;text-align:center}@media screen and (min-width:768px){.nuv-gcreit-performance[_ngcontent-%COMP%]{margin-left:2.5rem;margin-top:3.75rem;max-width:83.5rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]{flex-basis:33%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]{border-bottom:0}}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__primary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-definition[_ngcontent-%COMP%]{font-size:3rem;text-align:center}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]{flex-wrap:wrap;flex-basis:100%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]{display:flex}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-definition[_ngcontent-%COMP%]{align-self:center}@media screen and (min-width:768px){.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]{flex-basis:67%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]{flex-basis:calc(50% - (20px * 2))}}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__secondary-list[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact[_ngcontent-%COMP%]:not(:last-of-type){border-bottom:.0625rem solid #cbdde2}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-term[_ngcontent-%COMP%]{color:#5f7283;font-size:.875rem;font-weight:700;margin-right:10%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__fact-definition--primary[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;color:#253746;font-weight:700}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__performance[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__portfolio-composition[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__performance[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__portfolio-composition[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{display:inline-block;flex-basis:100%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__performance[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] + *[_ngcontent-%COMP%]{margin-top:2.5rem}@media screen and (min-width:1025px){.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__performance[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:nth-child(2){margin-top:0}}.nuv-gcreit-performance[_ngcontent-%COMP%]   .clear[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__footer-note[_ngcontent-%COMP%]{font-size:.75rem;font-weight:700;margin-top:2.5rem;margin-bottom:.625rem;padding-left:1.25rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__footer[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:.75rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-label[_ngcontent-%COMP%]{display:block;margin-left:1rem;font-weight:700;text-transform:uppercase;color:#253746;font-size:.875rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;border-bottom:.0625rem solid #253746;background-color:transparent;height:1.5rem;margin-bottom:1rem;margin-left:1rem;padding-left:.5rem;padding-right:1rem;width:85vw;font-family:\"Source Sans Pro\",sans-serif;font-size:1rem;color:#253746}@media screen and (min-width:768px){.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__performance[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__portfolio-composition[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{flex-basis:50%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select[_ngcontent-%COMP%]{width:auto}}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select-chevron[_ngcontent-%COMP%]{display:inline-block;position:relative;pointer-events:none}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select-chevron[_ngcontent-%COMP%]::after, .nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select-chevron[_ngcontent-%COMP%]::before{border-left:.375rem solid transparent;border-right:.375rem solid transparent;content:'';right:.25rem;position:absolute;pointer-events:none}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select-chevron[_ngcontent-%COMP%]::before{top:-.4375rem;border-top:.375rem solid #253746}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select-chevron[_ngcontent-%COMP%]::after{top:-.5625rem;border-top:.375rem solid #fff}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance-select[_ngcontent-%COMP%]::-ms-expand{display:none}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__key-facts__footnote[_ngcontent-%COMP%]{margin-left:.25rem;font-size:75%}.nuv-gcreit-performance[_ngcontent-%COMP%]   .nuv-gcreit-performance__section[_ngcontent-%COMP%] + .nuv-gcreit-performance__section[_ngcontent-%COMP%]{margin-top:5rem}.nuv-gcreit-performance[_ngcontent-%COMP%]   nuv-html-table[_ngcontent-%COMP%]{margin-top:0}.nuv-gcreit-performance[_ngcontent-%COMP%]   *[_ngcontent-%COMP%] + nuv-html-table[_ngcontent-%COMP%]{margin-top:2.5rem}"]],data:{}});dbt=wt("nuv-gcreit-performance",cw,dtr,{},{},[]);gbt=tt({encapsulation:0,styles:[["[_nghost-%COMP%]{display:block;position:relative;width:100%;float:left}"]],data:{}});nkt=wt("nuv-header-article-embed",krt,nir,{},{},[]);tkt=tt({encapsulation:0,styles:[["@media (max-width:1023px){.nuv-chatbox--chat-bar[_ngcontent-%COMP%]   .close[_ngcontent-%COMP%]{display:none}.nuv-chatbox--wrapper[_ngcontent-%COMP%]{top:0;box-shadow:none;height:auto}}"]],data:{}});ikt=wt("live-chat-pre-form",vut,oir,{properties:"properties"},{},[]);rkt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.svg-circle[_ngcontent-%COMP%]{display:block;width:100%;position:absolute;top:0;left:0;transition:opacity 1.2s cubic-bezier(.77,0,.175,1),visibility 1.2s cubic-bezier(.77,0,.175,1);opacity:0;visibility:hidden;pointer-events:none}.svg-circle[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{pointer-events:all}.svg-circle--green-line[_ngcontent-%COMP%]{pointer-events:none}.circle-container[_ngcontent-%COMP%]{position:relative;width:100%;padding-top:100%}.circle-element[_ngcontent-%COMP%]{position:absolute;width:0;height:0}.circle-element[_ngcontent-%COMP%]:nth-child(1)   .circle-label[_ngcontent-%COMP%]{transition-delay:120ms}.circle-element[_ngcontent-%COMP%]:nth-child(2)   .circle-label[_ngcontent-%COMP%]{transition-delay:240ms}.circle-element[_ngcontent-%COMP%]:nth-child(3)   .circle-label[_ngcontent-%COMP%]{transition-delay:360ms}.circle-element[_ngcontent-%COMP%]:nth-child(4)   .circle-label[_ngcontent-%COMP%]{transition-delay:480ms}.circle-element[_ngcontent-%COMP%]:nth-child(5)   .circle-label[_ngcontent-%COMP%]{transition-delay:.6s}.circle-element[_ngcontent-%COMP%]:nth-child(6)   .circle-label[_ngcontent-%COMP%]{transition-delay:720ms}.circle-element[_ngcontent-%COMP%]:nth-child(7)   .circle-label[_ngcontent-%COMP%]{transition-delay:840ms}.circle-element[_ngcontent-%COMP%]:nth-child(8)   .circle-label[_ngcontent-%COMP%]{transition-delay:960ms}.circle-element[_ngcontent-%COMP%]:nth-child(9)   .circle-label[_ngcontent-%COMP%]{transition-delay:1.08s}.circle-element[_ngcontent-%COMP%]:nth-child(10)   .circle-label[_ngcontent-%COMP%]{transition-delay:1.2s}.circle-label[_ngcontent-%COMP%]{position:absolute;width:9.5rem;transition:opacity 420ms cubic-bezier(.77,0,.175,1),visibility 420ms cubic-bezier(.77,0,.175,1),transform 420ms cubic-bezier(.77,0,.175,1);opacity:0;visibility:hidden}.circle-label-link[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:700;font-size:1.125rem;color:#fff;letter-spacing:-.003125rem;line-height:1.4;pointer-events:all}.circle-label--position-top[_ngcontent-%COMP%]{bottom:1.75rem;left:50%;transform:translateX(-50%);text-align:center}.circle-label--position-bottom[_ngcontent-%COMP%]{top:1.75rem;left:50%;transform:translateX(-50%);text-align:center}.circle-label--position-left[_ngcontent-%COMP%]{right:calc(100% + 1.75rem);top:-.5rem;text-align:right;transform:translate3d(10%,0,0)}.circle-label--position-right[_ngcontent-%COMP%]{left:calc(100% + 1.75rem);top:-.5rem;text-align:left;transform:translate3d(-10%,0,0)}.svg-circle-dot[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{transition:stroke 320ms linear,fill 320ms linear,opacity 320ms linear}.circle-wrapper--in-ie11[_ngcontent-%COMP%]   .svg-circle-dot--selected[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{opacity:0}.svg-circle--loading[_ngcontent-%COMP%]{pointer-events:none}.svg-circle--loading-quadrant-group-1[_ngcontent-%COMP%]{transition:opacity 2s cubic-bezier(.77,0,.175,1),visibility 2s cubic-bezier(.77,0,.175,1),transform 2s cubic-bezier(.77,0,.175,1);transform:rotate(-90deg)}.svg-circle--loading-quadrant-group-2[_ngcontent-%COMP%]{transition:opacity 1s cubic-bezier(.77,0,.175,1),visibility 1s cubic-bezier(.77,0,.175,1),transform 1s cubic-bezier(.77,0,.175,1);transform:rotate(-270deg)}.circle-wrapper--overview-initialized[_ngcontent-%COMP%]   .svg-circle--loading[_ngcontent-%COMP%]{opacity:1;visibility:visible}.circle-wrapper--overview-initialized[_ngcontent-%COMP%]   .svg-circle--loading-quadrant-group-1[_ngcontent-%COMP%]{transform:rotate(0)}.circle-wrapper--overview-initialized[_ngcontent-%COMP%]   .svg-circle--loading-quadrant-group-2[_ngcontent-%COMP%]{transform:rotate(-90deg)}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .circle-label[_ngcontent-%COMP%], .circle-wrapper--view-initialized[_ngcontent-%COMP%]   .svg-circle[_ngcontent-%COMP%]{opacity:1;visibility:visible}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .svg-circle--loading[_ngcontent-%COMP%]{opacity:0;visibility:hidden}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .circle-label--position-left[_ngcontent-%COMP%], .circle-wrapper--view-initialized[_ngcontent-%COMP%]   .circle-label--position-right[_ngcontent-%COMP%]{transform:translate3d(0,0,0)}.circle-wrapper--view-initialized.circle-wrapper--in-ie11[_ngcontent-%COMP%]   .svg-circle-dot--active[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{opacity:1}.circle-wrapper--view-initialized[_ngcontent-%COMP%]   .svg-circle-dot--active[_ngcontent-%COMP%]   circle[_ngcontent-%COMP%]{stroke:#2ba824;fill:#2ba824}@media only screen and (min-width:63.9375rem){.circle-label[_ngcontent-%COMP%]{width:10.75rem}.circle-label-link[_ngcontent-%COMP%]{font-size:1.375rem}}.stroke-circle-1[_ngcontent-%COMP%]{stroke-dasharray:282,284!important}.stroke-circle-2[_ngcontent-%COMP%]{stroke-dasharray:563,565!important}.stroke-circle-3[_ngcontent-%COMP%]{stroke-dasharray:845,847!important}.stroke-circle-4[_ngcontent-%COMP%]{stroke-dasharray:1126,1128!important}.stroke-circle-5[_ngcontent-%COMP%]{stroke-dasharray:1173,1175!important}"]],data:{}});ukt=wt("nuv-new-hero-strategies-circle",put,bir,{},{hasLabel:"hasLabel"},[]);fkt=tt({encapsulation:2,styles:[],data:{}});ekt=wt("nuv-product-page",wut,dir,{mainApi:"main-api"},{},[]);okt=tt({encapsulation:2,styles:[],data:{}});skt=wt("nuv-share-class-selector",but,nrr,{shareClass:"share-class",cusip:"cusip",shareClassText:"share-class-text",productType:"product-type",apiUrl:"api-url",selected:"selected"},{},[]);hkt=tt({encapsulation:2,styles:[],data:{}});ckt=wt("nuv-share-class-selector-dropdown",kut,urr,{shareClassSelectorsString:"selector-data",productType:"product-type"},{},[]);lkt=function(){function n(n){this.project=n}return n.prototype.call=function(n,t){return t.subscribe(new akt(n,this.project))},n}();akt=function(n){function t(t,i){var r=n.call(this,t)||this;return r.project=i,r.index=0,r}return b(t,n),t.prototype._next=function(n){var t,i=this.index++;try{t=this.project(n,i)}catch(r){return void this.destination.error(r)}this._innerSub(t,n,i)},t.prototype._innerSub=function(n,t,i){var f=this.innerSubscription,r,u;f&&f.unsubscribe();r=new nl(this,t,i);u=this.destination;u.add(r);this.innerSubscription=ks(this,n,void 0,void 0,r);this.innerSubscription!==r&&u.add(this.innerSubscription)},t.prototype._complete=function(){var t=this.innerSubscription;t&&!t.closed||n.prototype._complete.call(this);this.unsubscribe()},t.prototype._unsubscribe=function(){this.innerSubscription=null},t.prototype.notifyComplete=function(t){this.destination.remove(t);this.innerSubscription=null;this.isStopped&&n.prototype._complete.call(this)},t.prototype.notifyNext=function(n,t){this.destination.next(t)},t}(ts);vkt=function(){function n(n,t,i){this.nextOrObserver=n;this.error=t;this.complete=i}return n.prototype.call=function(n,t){return t.subscribe(new ykt(n,this.nextOrObserver,this.error,this.complete))},n}();ykt=function(n){function t(t,i,r,u){var f=n.call(this,t)||this;return f._tapNext=ko,f._tapError=ko,f._tapComplete=ko,f._tapError=r||ko,f._tapComplete=u||ko,oc(i)?(f._context=f,f._tapNext=i):i&&(f._context=i,f._tapNext=i.next||ko,f._tapError=i.error||ko,f._tapComplete=i.complete||ko),f}return b(t,n),t.prototype._next=function(n){try{this._tapNext.call(this._context,n)}catch(t){return void this.destination.error(t)}this.destination.next(n)},t.prototype._error=function(n){try{this._tapError.call(this._context,n)}catch(n){return void this.destination.error(n)}this.destination.error(n)},t.prototype._complete=function(){try{this._tapComplete.call(this._context)}catch(n){return void this.destination.error(n)}return this.destination.complete()},t}(fr);var ok=function(){function n(){this.isTitleHTMLContent=!1}return n.prototype.ngOnInit=function(){},n}(),yot=function(){var n={MainTab:1,SubTab:2};return n[n.MainTab]="MainTab",n[n.SubTab]="SubTab",n}(),bei=function(){function n(){this.tabType=yot.MainTab;this.tabChange=new ei;this.TabType=yot}return n.prototype.ngAfterContentInit=function(){0===this.nTabs.filter(function(n){return n.active}).length&&this.selectTab(this.nTabs.first)},n.prototype.selectTab=function(n){var t=this;setTimeout(function(){t.nTabs.toArray().forEach(function(n){n.active=!1})});setTimeout(function(){n.active=!0;n.loaded=!0});this.tabChange.emit(n)},n}(),pot=function(){function n(){this.closed=new ei}return n.prototype.open=function(){this.openModal=!0},n.prototype.close=function(){this.openModal=!1;this.closed.emit()},n}(),wot=function(){function n(){this.messageAlign="bottom";this.enableValidation=!0;this.defaultMessages={required:"Please enter a value",pattern:"Please enter a valid value",minlength:"Min Length does not match",maxlength:"Max Length does not match"}}return Object.defineProperty(n.prototype,"errorMessages",{get:function(){var n=this;return this.control.errors?Object.keys(this.control.errors).map(function(t){return n.displayMessages[t]}):[]},enumerable:!0,configurable:!0}),n.prototype.ngOnChanges=function(){this.displayMessages=Object.assign({},this.defaultMessages,this.messages)},n}(),blu=function(){function n(){this.displayGroup=!1;this.filterChange=new ei;this.checkedCount=0}return n.prototype.ngOnChanges=function(){var i,r,t,n;if(this.displayGroup=!1,this.tabCategories)try{for(t=kp(this.tabCategories.categories),n=t.next();!n.done;n=t.next())n.value.subclasses.length>1&&(this.displayGroup=!0)}catch(u){i={error:u}}finally{try{n&&!n.done&&(r=t.return)&&r.call(t)}finally{if(i)throw i.error;}}},n.prototype.ngOnInit=function(){},n.prototype.onApplyFilters=function(){var r,f,u=[],t,n,i;try{for(t=kp(this.tabCategories.categories),n=t.next();!n.done;n=t.next())i=n.value.subclasses.filter(function(n){return n.checked}),i&&i.length>0&&(u=u.concat(i))}catch(e){r={error:e}}finally{try{n&&!n.done&&(f=t.return)&&f.call(t)}finally{if(r)throw r.error;}}this.filterChange.emit({tabId:this.tabCategories.tabId,subclasses:u})},n.prototype.onResetFilters=function(){this._select(!1);this.checkedCount=0},n.prototype.onSelectAll=function(){this._select(!0)},n.prototype.onChecked=function(n,t){t.checked=n;n?this.checkedCount++:this.checkedCount--},n.prototype._select=function(n){var f,o,e,s,r,t,h,u,i;this.checkedCount=0;try{for(r=kp(this.tabCategories.categories),t=r.next();!t.done;t=r.next()){h=t.value;try{for(u=kp(h.subclasses),i=u.next();!i.done;i=u.next())i.value.checked=n,this.checkedCount++}catch(c){e={error:c}}finally{try{i&&!i.done&&(s=u.return)&&s.call(u)}finally{if(e)throw e.error;}}}}catch(l){f={error:l}}finally{try{t&&!t.done&&(o=r.return)&&o.call(r)}finally{if(f)throw f.error;}}},n}(),kei=function(){return function(){}}(),ws=function(){function n(){}return n.getSubscriptionItems=function(n){var u,f,o=Object.keys(n),e=[],i,t,r;try{for(i=bi(o),t=i.next();!t.done;t=i.next())r=t.value,r.startsWith("subscribeitems_")&&n[r]&&e.push(+r.split("_")[1])}catch(s){u={error:s}}finally{try{t&&!t.done&&(f=i.return)&&f.call(i)}finally{if(u)throw u.error;}}return e},n.selectAllOject={},n}(),klu=function(){function n(n){this.formBuilder=n;this.selectedItems=new ei;this.confCallWebinarsGroup=this.formBuilder.group({subscribeitems_undefined:[!1]})}return n.prototype.ngAfterViewInit=function(){},n.prototype.ngAfterViewChecked=function(){},n.prototype.ngOnChanges=function(){this._resetConfCallsWebinars();this._loadConfCallsWebinars()},n.prototype.ngOnInit=function(){var u,o,f,s,e=this,i,n,h,r,t;this.dateTime=Date.now();try{for(i=bi(this.tabData.contentrows),n=i.next();!n.done;n=i.next()){h=n.value;try{for(r=bi(h.subscribeitems),t=r.next();!t.done;t=r.next())this.confCallWebinarsGroup.addControl("subscribeitems_"+t.value.id,this.formBuilder.control(!1))}catch(c){f={error:c}}finally{try{t&&!t.done&&(s=r.return)&&s.call(r)}finally{if(f)throw f.error;}}}}catch(l){u={error:l}}finally{try{n&&!n.done&&(o=i.return)&&o.call(i)}finally{if(u)throw u.error;}}this._loadConfCallsWebinars();this.confCallWebinarsGroup.valueChanges.subscribe(function(n){e.isTouched=!0;var t=ws.getSubscriptionItems(n),i={subscriptionItems:t,selectedIds:t.length};e.selectedItems.emit(t.length);Object.assign(e.confCallsWebinarsInput,i)})},n.prototype._resetConfCallsWebinars=function(){var i,u,r=Object.keys(this.confCallWebinarsGroup.controls),t,n;if(r&&0!==r.length)try{for(t=bi(r),n=t.next();!n.done;n=t.next())this.confCallWebinarsGroup.get(n.value).setValue(!1,{onlySelf:!0,emitEvent:!1})}catch(f){i={error:f}}finally{try{n&&!n.done&&(u=t.return)&&u.call(t)}finally{if(i)throw i.error;}}},n.prototype._loadConfCallsWebinars=function(){var r,f,i,t,n,u;if(this.confCallsWebinarsInput&&this.confCallsWebinarsInput.subscriptionItems){i=0;try{for(t=bi(this.confCallsWebinarsInput.subscriptionItems),n=t.next();!n.done;n=t.next())u=n.value,this.confCallWebinarsGroup.contains("subscribeitems_"+u)&&(this.confCallWebinarsGroup.get("subscribeitems_"+u).setValue(!0),i++)}catch(e){r={error:e}}finally{try{n&&!n.done&&(f=t.return)&&f.call(t)}finally{if(r)throw r.error;}}this.selectedItems.emit(i);this.confCallsWebinarsInput.selectedIds=i}},n}(),dlu=function(){function n(n,t,i){this.formBuilder=n;this.zone=t;this.elRef=i;this.selectedItems=new ei;this.saveSubscriptions=new ei;this.afterLoad=new ei;this.TabType=yot;this.tableFilter=!1;this.subTabItems=[];this.productDocumentsGroup=this.formBuilder.group({cadence:[],subscribeitems_undefined:[!1]});this.pdSubscriptions=[];this.filters=[];this.saveTrigger=!1;this.scrollLeftDic={}}return n.prototype.ngOnChanges=function(n){n.tabSaveModel&&!n.tabSaveModel.isFirstChange&&(this._resetProductDocuments(),this._loadProductDocuments())},n.prototype.ngOnInit=function(){var n=this;this.zone.runOutsideAngular(function(){n.pdSubscriptions.push(wc(window,"scroll").subscribe(function(t){n.onWindowVerticalScroll(t)}))});this.tabDataLocal$=this._getTabModel();this.productDocumentsGroup.valueChanges.pipe(aa(function(){return!n.pauseForm})).subscribe(function(t){n.isTouched=!0;n.updateTabSaveModel(t);n.saveTrigger&&(n.saveTrigger=!1,n.saveSubscriptions.emit())});this.productDocumentsGroup.get("cadence").valueChanges.subscribe(function(){n.saveTrigger=!0})},n.prototype.ngOnDestroy=function(){var i,r,t,n;try{for(t=bi(this.pdSubscriptions),n=t.next();!n.done;n=t.next())n.value.unsubscribe()}catch(u){i={error:u}}finally{try{n&&!n.done&&(r=t.return)&&r.call(t)}finally{if(i)throw i.error;}}},n.prototype.onWindowVerticalScroll=function(n){var t=$(".nuv-original-"+this.selectedTabId).hasClass("nuv-product-detail-table__table-wrapper--locked-header");n.currentTarget.scrollY&&t?(this.didReverseScroll||(this.didReverseScroll=!0,window.scrollTo(n.currentTarget.scrollX,n.currentTarget.scrollY-1),window.scrollTo(n.currentTarget.scrollX,n.currentTarget.scrollY)),this.isHeaderLocked||this.updateTableLeftClipFor(this.scrollLeftDic[this.selectedTabId]?this.scrollLeftDic[this.selectedTabId]:0,t),this.isHeaderLocked=!0):this.isHeaderLocked=!1},n.prototype.onWindowHorizontalScroll=function(n){var t=this;this.zone.runOutsideAngular(function(){var i=$(".nuv-original-"+t.selectedTabId).hasClass("nuv-product-detail-table__table-wrapper--locked-header");t.scrollLeftDic[t.selectedTabId]=n.currentTarget.scrollLeft;i&&t.updateTableLeftClipFor(n.currentTarget.scrollLeft,i)})},n.prototype.updateTableLeftClipFor=function(n,t){var i=$(".nuv-original-"+this.selectedTabId);i.data("clip-offset",$(".nuv-product-detail-table__thead-original").scrollLeft());t&&this.addOriginalTheadClipFor(i,n)},n.prototype.addOriginalTheadClipFor=function(n,t){if(n.closest(".nuv-product-detail-table__table-wrapper").hasClass("nuv-product-detail-table__table-wrapper--locked-header")){var i=parseFloat($(".nuv-product-detail-table__table-wrapper.nuv-original-"+this.selectedTabId).width())+t,r=parseFloat($(".nuv-product-detail-table__thead-original.nuv-update-"+this.selectedTabId).data("clip-height"));$(".nuv-update-"+this.selectedTabId).css("clip","rect(0px, "+i+"px, "+r+"px, "+t+"px)").css("transform","translate3d(-"+t+"px, 0, 0)")}},n.prototype._loadSubTabs=function(n){var t=this;this.pdSubscriptions.push(this.tabDataLocal$.subscribe(function(i){var r=i.subtabs.find(function(t){return t.id===n});t.subTabItems=r.items}))},n.prototype.arrayChecker=function(n,t){var i=t.filter(function(n){return n}),r=!1;return i.length>0&&(r=i.every(function(t){return n.includes(t)})),r},n.prototype._getTabModel=function(){var n=this;return this.properties$.pipe(be(function(t){var i=JSON.parse(JSON.stringify(t.tabs.find(function(n){return"tab20"===n.id})));return n._loadFormGroup(i).pipe(yt(function(t){var h,a,c,v,e,u,r,o,f,l,s;n.pauseForm=!0;try{for(e=bi(t),u=e.next();!u.done;u=e.next()){r=u.value;ws.selectAllOject[r.fundcode]&&""!==ws.selectAllOject[r.fundcode]?(r.selectAllText="unselect all",r.selectAllToggle=!1):(r.selectAllText="select all",r.selectAllToggle=!0);r.subscribeitems.length>0&&n.tabSaveModel.productDocumentIds.length>0&&n.arrayChecker(n.tabSaveModel.productDocumentIds,r.subscribeitems)&&(r.selectAllText="unselect all",r.selectAllToggle=!1);0===r.subscribeitems.filter(function(n){return n}).length&&(r.selectAllText="");try{for(o=bi(r.subscribeitems),f=o.next();!f.done;f=o.next())l=f.value,s="subscribeitems_"+l,n.productDocumentsGroup.get(s)||n.productDocumentsGroup.addControl(s,n.formBuilder.control(!1)),l||n.productDocumentsGroup.get(s).disable({onlySelf:!0,emitEvent:!1})}catch(y){c={error:y}}finally{try{f&&!f.done&&(v=o.return)&&v.call(o)}finally{if(c)throw c.error;}}}}catch(p){h={error:p}}finally{try{u&&!u.done&&(a=e.return)&&a.call(e)}finally{if(h)throw h.error;}}return n.productDocumentsGroup.addControl("subscribeitems_1739",n.formBuilder.control(!1)),n.pauseForm=!1,n._loadProductDocuments(),i}))}))},n.prototype._loadFormGroup=function(n){return ii.create(function(t){var e,s,o,h,c=[],u,i,l,f,r;try{for(u=bi(n.subtabs),i=u.next();!i.done;i=u.next()){l=i.value;try{for(f=bi(l.items),r=f.next();!r.done;r=f.next())c.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(h=f.return)&&h.call(f)}finally{if(o)throw o.error;}}}}catch(v){e={error:v}}finally{try{i&&!i.done&&(s=u.return)&&s.call(u)}finally{if(e)throw e.error;}}t.next(c);t.complete()})},n.prototype.onTabChange=function(n){var t=this;this.selectedTabId=n.tabId;this.didReverseScroll=!1;setTimeout(function(){window.scrollTo(window.pageXOffset,window.pageYOffset+1);window.scrollTo(window.pageXOffset,window.pageYOffset-1);var n=$(".nuv-original-"+t.selectedTabId),i=n.siblings();n.scrollLeft(0);i.scrollLeft(0)})},n.prototype.updateTabSaveModel=function(n){var t=ws.getSubscriptionItems(n),i={cadenceId:n.cadence?n.cadence:this.tabSaveModel.cadenceId,productDocumentIds:t,selectedIds:t.length,isTouched:!0};this.selectedItems.emit(t.length);Object.assign(this.tabSaveModel,i)},n.prototype.onChkChange=function(n){var r,f,e=0,o=0,i,t,u;try{for(i=bi(n.subscribeitems),t=i.next();!t.done;t=i.next())u=t.value,this.productDocumentsGroup.get("subscribeitems_"+u).disabled&&o++,this.productDocumentsGroup.get("subscribeitems_"+u).value&&e++}catch(s){r={error:s}}finally{try{t&&!t.done&&(f=i.return)&&f.call(i)}finally{if(r)throw r.error;}}o+e===n.subscribeitems.length?(n.selectAllToggle=!1,n.selectAllText="unselect all"):(n.selectAllToggle=!0,n.selectAllText="select all",ws.selectAllOject[n.fundcode]="")},n.prototype.cefPressReleaseChange=function(){this.cefPressRelease=!!this.productDocumentsGroup.get("subscribeitems_1739").value},n.prototype.onSelectAllClick=function(n){var u,f,i,t,r;ws.selectAllOject[n.fundcode]=n.fundcode;try{for(i=bi(n.subscribeitems),t=i.next();!t.done;t=i.next())r=t.value,r&&(n.selectAllToggle?this.productDocumentsGroup.get("subscribeitems_"+r).setValue(!0):this.productDocumentsGroup.get("subscribeitems_"+r).setValue(!1))}catch(e){u={error:e}}finally{try{t&&!t.done&&(f=i.return)&&f.call(i)}finally{if(u)throw u.error;}}n.selectAllToggle=!n.selectAllToggle;n.selectAllToggle?(n.selectAllText="select all",ws.selectAllOject[n.fundcode]=""):n.selectAllText="unselect all"},n.prototype._resetProductDocuments=function(){var i,f,r=Object.keys(this.productDocumentsGroup.controls),t,n,u;if(r&&0!==r.length){try{for(t=bi(r),n=t.next();!n.done;n=t.next())u=n.value,"cadence"!==u&&this.productDocumentsGroup.get(u).setValue(!1,{onlySelf:!0,emitEvent:!1})}catch(e){i={error:e}}finally{try{n&&!n.done&&(f=t.return)&&f.call(t)}finally{if(i)throw i.error;}}this.productDocumentsGroup.get("cadence").setValue(1,{onlySelf:!0,emitEvent:!1})}},n.prototype._loadProductDocuments=function(){var r,f,t,i,n,u;if(this.tabSaveModel&&this.tabSaveModel.productDocumentIds){t=0;try{for(i=bi(this.tabSaveModel.productDocumentIds),n=i.next();!n.done;n=i.next())u=n.value,this.productDocumentsGroup.contains("subscribeitems_"+u)&&(this.productDocumentsGroup.get("subscribeitems_"+u).setValue(!0,{onlySelf:!0,emitEvent:!1}),t++)}catch(e){r={error:e}}finally{try{n&&!n.done&&(f=i.return)&&f.call(i)}finally{if(r)throw r.error;}}this.cefPressRelease&&t++;this.productDocumentsGroup.get("subscribeitems_1739").setValue(this.cefPressRelease);this.selectedItems.emit(t);this.tabSaveModel.selectedIds=t}this.tabSaveModel.cadenceId=this.tabSaveModel.cadenceId?this.tabSaveModel.cadenceId:1;this.tabSaveModel.cadenceId&&this.productDocumentsGroup.get("cadence").setValue(this.tabSaveModel.cadenceId,{onlySelf:!0,emitEvent:!1})},n.prototype.onAssetClass=function(n){var i=this,t=[];this.pdSubscriptions.push(this.tabDataLocal$.subscribe(function(r){var e,o,h=r.subtabs.find(function(t){return t.id===n.id}),s,f,u;if(n.categories&&n.categories.length>0)if("name"!==Object.keys(n.categories[0])[0]){s=function(n){var i=h.items.find(function(t){return t.category===n});t.push({name:"",subclasses:[{checked:!!i&&i.filterChecked,lbl:n,val:n}]})};try{for(f=bi(n.categories),u=f.next();!u.done;u=f.next())s(u.value)}catch(c){e={error:c}}finally{try{u&&!u.done&&(o=f.return)&&o.call(f)}finally{if(e)throw e.error;}}}else t=n.categories;i.tabCategory={tabId:n.id,categories:t};i.nuvFilterModals.find(function(t){return t.id==="nuvFilterModal_"+n.id}).open()}))},n.prototype.closeAssetClassFilterModal=function(){this.tableFilter=!1},n.prototype.onFilterChange=function(n){var a,d,v,g,y,nt,p,tt,w=this,l=[],it=this.tabData.subtabs.find(function(t){return t.id===n.tabId}),e,t,o,i,b,s,r,u,h,c,f,k;if(0===n.subclasses.length)try{for(e=bi(it.items),t=e.next();!t.done;t=e.next())(u=t.value).selectAllText="select all",l.push(u)}catch(rt){a={error:rt}}finally{try{t&&!t.done&&(d=e.return)&&d.call(e)}finally{if(a)throw a.error;}}try{for(o=bi(n.subclasses),i=o.next();!i.done;i=o.next()){b=i.value;try{for(s=bi(it.items),r=s.next();!r.done;r=s.next())(u=r.value).category===b.val&&(u.selectAllText="select all",u.filterChecked=b.checked,l.push(u))}catch(ut){y={error:ut}}finally{try{r&&!r.done&&(nt=s.return)&&nt.call(s)}finally{if(y)throw y.error;}}}}catch(ft){v={error:ft}}finally{try{i&&!i.done&&(g=o.return)&&g.call(o)}finally{if(v)throw v.error;}}h=[];try{for(c=bi(l),f=c.next();!f.done;f=c.next())k=f.value,h.indexOf(k.category)<0&&h.push(k.category)}catch(et){p={error:et}}finally{try{f&&!f.done&&(tt=c.return)&&tt.call(c)}finally{if(p)throw p.error;}}this.pdSubscriptions.push(this.tabDataLocal$.subscribe(function(t){t.subtabs.find(function(t){return t.id===n.tabId}).items=l;w.nuvFilterModals.find(function(t){return t.id==="nuvFilterModal_"+n.tabId}).close();var i=w.filters.find(function(t){return t.tabId===n.tabId});i?i.categories=h:w.filters.push({tabId:n.tabId,categories:h})}))},n.prototype.showCategory=function(n,t){if(!this.filters||0===this.filters.length)return!0;var i=this.filters.find(function(n){return n.tabId===t});return!i||!!i.categories.find(function(t){return t===n.category})},n}(),glu=function(){function n(n){this.formBuilder=n;this.selectedItems=new ei;this.thoughtLeadershipGroup=this.formBuilder.group({subscribeitems_undefined:[!1]})}return n.prototype.ngOnChanges=function(){this._resetThoughtLeadership();this._loadThoughtLeadership()},n.prototype.ngOnInit=function(){var u,o,f,s,e=this,i,n,h,r,t;try{for(i=bi(this.tabData.contentrows),n=i.next();!n.done;n=i.next()){h=n.value;try{for(r=bi(h.subscribeitems),t=r.next();!t.done;t=r.next())this.thoughtLeadershipGroup.addControl("subscribeitems_"+t.value.id,this.formBuilder.control(!1))}catch(c){f={error:c}}finally{try{t&&!t.done&&(s=r.return)&&s.call(r)}finally{if(f)throw f.error;}}}}catch(l){u={error:l}}finally{try{n&&!n.done&&(o=i.return)&&o.call(i)}finally{if(u)throw u.error;}}this._loadThoughtLeadership();this.thoughtLeadershipGroup.valueChanges.subscribe(function(n){e.isTouched=!0;var t=ws.getSubscriptionItems(n),i={subscriptionItems:t,selectedIds:t.length};e.selectedItems.emit(t.length);Object.assign(e.thoughtLeadershipInput,i)})},n.prototype._resetThoughtLeadership=function(){var i,u,r=Object.keys(this.thoughtLeadershipGroup.controls),t,n;if(r&&0!==r.length)try{for(t=bi(r),n=t.next();!n.done;n=t.next())this.thoughtLeadershipGroup.get(n.value).setValue(!1,{onlySelf:!0,emitEvent:!1})}catch(f){i={error:f}}finally{try{n&&!n.done&&(u=t.return)&&u.call(t)}finally{if(i)throw i.error;}}},n.prototype._loadThoughtLeadership=function(){var r,f,i,t,n,u;if(this.thoughtLeadershipInput&&this.thoughtLeadershipInput.subscriptionItems){i=0;try{for(t=bi(this.thoughtLeadershipInput.subscriptionItems),n=t.next();!n.done;n=t.next())u=n.value,this.thoughtLeadershipGroup.contains("subscribeitems_"+u)&&(this.thoughtLeadershipGroup.get("subscribeitems_"+u).setValue(!0),i++)}catch(e){r={error:e}}finally{try{n&&!n.done&&(f=t.return)&&f.call(t)}finally{if(r)throw r.error;}}this.selectedItems.emit(i);this.thoughtLeadershipInput.selectedIds=i}},n}(),dei=function(){function n(){this.localStorage=window.localStorage}return n.prototype.get=function(n){return this.localStorage.getItem(n)},n.prototype.set=function(n,t){this.localStorage.setItem(n,t)},n.prototype.getAccessToken=function(){return this.get("nuv-access-token")},n.prototype.clearAccessToken=function(){this.localStorage.removeItem("nuv-access-token")},n.ngInjectableDef=ou({factory:function(){return new n},token:n,providedIn:"root"}),n}(),bot=function(){function n(){}return n.getFullUrl=function(n){var t=window.apiprefix;return t?t+n:n},n}(),nau=function(){function n(n,t){this.httpClient=n;this.localStorageService=t}return n.prototype.getToken=function(){var t=this,i,n,r,u;return this.token$?this.token$:(i=this.localStorageService.getAccessToken(),i)?vu(i):(n=new URLSearchParams,n.set("grant_type","client_credentials"),n.set("client_id","F4AA73ED-E893-4B94-8A38-AF6A17F73FF3"),n.set("client_secret","C5255D29-DB5B-48B9-9BC4-C2F458CFB301"),r=new we({"Content-Type":"application/x-www-form-urlencoded"}),u=bot.getFullUrl("/subscriptions/oauth/token"),this.token$=this.httpClient.post(u,n.toString(),{headers:r}).pipe(yt(function(n){return n?(t.localStorageService.set("nuv-access-token",n.access_token),t.token$=void 0,n.access_token):""}),yu(function(n){return t.token$=void 0,ky(n)}),bst()),this.token$)},n.ngInjectableDef=ou({factory:function(){return new n(su(ie),su(dei))},token:n,providedIn:"root"}),n}(),kot=function(){function n(n,t,i){this.localStorage=n;this.authService=t;this.httpClient=i}return n.prototype.get=function(n){var t=this,i=bot.getFullUrl(n);return this.authService.getToken().pipe(fn(function(n){var r=new we({authorization:"bearer "+n});return t.httpClient.get(i,{headers:r}).pipe(bp(function(n){return n}),yu(function(n){return 401===n.status?(t.localStorage.clearAccessToken(),t.authService.getToken().pipe(be(function(n){return r=new we({authorization:"bearer "+n}),t.httpClient.get(i,{headers:r}).pipe(bp(function(n){return n}),yu(t.handleServerError))}))):t.handleServerError(n)}))}))},n.prototype.post=function(n,t){var i=this,r=bot.getFullUrl(n);return this.authService.getToken().pipe(fn(function(n){var u=new we({authorization:"bearer "+n});return i.httpClient.post(r,t,{headers:u}).pipe(bp(function(n){return n}),yu(function(n){return 401===n.status?(i.localStorage.clearAccessToken(),i.authService.getToken().pipe(be(function(n){return u=new we({authorization:"bearer "+n}),i.httpClient.post(r,t,{headers:u}).pipe(bp(function(n){return n}),yu(i.handleServerError))}))):i.handleServerError(n)}))}))},n.prototype.handleServerError=function(n){return console.log(n),ky(n)},n.ngInjectableDef=ou({factory:function(){return new n(su(dei),su(nau),su(ie))},token:n,providedIn:"root"}),n}(),dot=function(){function n(n){this.apiService=n}return n.prototype.getSubscription=function(){return this.apiService.get("/subscriptions/items/dashboard").pipe(yt(function(n){return n}))},n.prototype.getSubscriptionDataByUser=function(n){return this.apiService.get("/subscriptions/subscriber/subscriptions/"+n+"/").pipe(yt(function(n){return n}),yu(function(n){return 404===n.status?(console.log("User Not Found!"),vu({subscriptionids:[]})):ky(n)}))},n.prototype.updateSubscriptions=function(n){return this.apiService.post("/subscriptions/subscriber/subscriptions/manage",n).pipe(yt(function(n){return n}))},n.prototype.subscriptionCounter=function(n){return this.apiService.get("/subscriptions/subscriber/dashboardcount/"+n+"/").pipe(yt(function(n){return n}))},n.ngInjectableDef=ou({factory:function(){return new n(su(kot))},token:n,providedIn:"root"}),n}(),got=function(){function n(){}return n.prototype.getUserEmail=function(){return this._getEmailIdFromDom()},n.prototype._getCookie=function(n){var u,f,e=n+"=",o=decodeURIComponent(document.cookie).split(";"),r,i,t;try{for(r=bi(o),i=r.next();!i.done;i=r.next()){for(t=i.value;" "===t.charAt(0);)t=t.substring(1);if(0===t.indexOf(e))return t.substring(e.length,t.length)}}catch(s){u={error:s}}finally{try{i&&!i.done&&(f=r.return)&&f.call(r)}finally{if(u)throw u.error;}}return""},n.prototype._getEmailIdFromDom=function(){return window.nuvProfileData?window.nuvProfileData.email:""},n}(),tau=function(){function n(n,t,i){this.subscriptionsService=n;this.loginService=t;this.formBuilder=i;this.productDocumentsInput={};this.thoughtLeadershipInput={};this.confCallsWebinarsInput={};this.subscribeFormGroup=this.formBuilder.group({firstName:["",[vi.required]],lastName:["",[vi.required]],emailId:["",[vi.required,vi.email]]});this.saveMessage="Thank you, you've been subscribed.";this.removeMessage="Thank you, your subscriptions have been saved.";this.lastSubs=[];this.btnSaveClass="nuv-subscribe-btn-diabled";this.cadenceRefId=1;this.cefPressRelease=!1}return n.prototype.ngOnChanges=function(){this.getSubscriptionsByUser()},n.prototype.ngOnInit=function(){this._getTabData()},n.prototype.ngOnDestroy=function(){this.propertiesSubscription.unsubscribe()},n.prototype.setSaveBtnClass=function(){var n=this;setTimeout(function(){n.nuvThoughtLeadership&&n.nuvThoughtLeadership.isTouched||n.productDocumentsInput&&n.productDocumentsInput.isTouched||n.nuvConfCalls&&n.nuvConfCalls.isTouched?n.cadenceRefId===n.productDocumentsInput.cadenceId?n.btnSaveClass="nuv-button__btn":n.cadenceRefId=n.productDocumentsInput.cadenceId:n.btnSaveClass="nuv-subscribe-btn-diabled"})},n.prototype._getTabData=function(){var n=this;this.properties$=this.subscriptionsService.getSubscription().pipe(yt(function(t){return n.isUserLoggedIn?n.setPropertyLabels(t):n.productDocumentsInput=n.productDocumentsInput?{cadenceId:n.productDocumentsInput.cadenceId?n.productDocumentsInput.cadenceId:1,productDocumentIds:n.productDocumentsInput.productDocumentIds?n.productDocumentsInput.productDocumentIds:[],selectedIds:n.productDocumentsInput.selectedIds,isTouched:n.productDocumentsInput.isTouched}:{cadenceId:1,productDocumentIds:[],selectedIds:0,isTouched:!1},t}))},n.prototype.setTabLabels=function(){var n=this;this.properties$&&(this.propertiesSubscription=this.properties$.subscribe(function(t){n.setPropertyLabels(t)}))},n.prototype.setPropertyLabels=function(n){var r=n.tabs[0].label.split("(")[0].replace("<br>",""),t,i;n.tabs[0].label=r+" <br> ("+(this.tlTabAttribute?this.tlTabAttribute.count:0)+" subscribed)";t=n.tabs[1].label.split("(")[0].replace("<br>","");n.tabs[1].label=t+" <br> ("+(this.pdTabAttribute?this.cefPressRelease?this.pdTabAttribute.count+1:this.pdTabAttribute.count:0)+" subscribed)";i=n.tabs[2].label.split("(")[0].replace("<br>","");n.tabs[2].label=i+" <br> ("+(this.ccTabAttribute?this.ccTabAttribute.count:0)+" subscribed)"},n.prototype.getSubscriptionsByUser=function(){var n=this;this.userProfileData&&(this.isUserLoggedIn=!!this.userProfileData.email,vg(this.subscriptionsService.getSubscriptionDataByUser(this.userProfileData.email),this.subscriptionsService.subscriptionCounter(this.userProfileData.email)).subscribe(function(t){n.userData=t[0];n.userData.subscriptionids&&n.userData.subscriptionids.indexOf(1739)>-1&&(n.cefPressRelease=!0);n.populateTabAttributes(t[1].tabs);n.setLastSubs(t[1].tabs);n.userData.firstname?(n.userProfileData.firstName=n.userData.firstname,n.userProfileData.lastName=n.userData.lastname):n.userProfileData&&(n.userData.firstname=n.userProfileData.firstName,n.userData.lastname=n.userProfileData.lastName,n.userData.emailaddress=n.userProfileData.email);n.productDocumentsInput={cadenceId:t[0].cadenceid,productDocumentIds:n.pdTabAttribute?n.pdTabAttribute.subscribeitemids:[],selectedIds:0,isTouched:!1};n.cadenceRefId=n.productDocumentsInput.cadenceId;n.thoughtLeadershipInput={subscriptionItems:n.tlTabAttribute?n.tlTabAttribute.subscribeitemids:[],selectedIds:0};n.confCallsWebinarsInput={subscriptionItems:n.ccTabAttribute?n.ccTabAttribute.subscribeitemids:[],selectedIds:0}}))},n.prototype.populateTabAttributes=function(n){var u,f,r,i,t;try{for(r=bi(n),i=r.next();!i.done;i=r.next())t=i.value,"tab10"===t.id?this.tlTabAttribute=t:"tab20"===t.id?this.pdTabAttribute=t:"tab30"===t.id&&(this.ccTabAttribute=t)}catch(e){u={error:e}}finally{try{i&&!i.done&&(f=r.return)&&f.call(r)}finally{if(u)throw u.error;}}this.setTabLabels()},n.prototype.onPreferecesSaved=function(){this.isUserLoggedIn&&this.subscribeToProductDocuments("Your preferences have been saved.",!1)},n.prototype.subscribeToProductDocuments=function(n,t){var i=this,r=this.getTabsData();this.lastSubs.length>0&&this.checkForUnsubscribe(this.lastSubs,r)&&(n=this.removeMessage,t=!1);console.log(this.isUserLoggedIn);this.isUserLoggedIn?(this.userData.cadenceid=this.productDocumentsInput.cadenceId,this.userData.subscriptionids=r,this.lastSubs=r,this.subscriptionsService.updateSubscriptions(this.userData).subscribe(function(){i.saveMessage=n;i.showConfirmation=t;i.subscriptionMessage.open()})):(this.showSubscriptionForm=!0,setTimeout(function(){i.subscribeForm.open()}))},n.prototype.onSubscriptionModelClosed=function(){this.subscribeFormGroup.reset({});this.submitted=!1;this.showSubscriptionForm=!1},n.prototype.getTabsData=function(){var n=[];return this.thoughtLeadershipInput&&this.thoughtLeadershipInput.subscriptionItems&&this.thoughtLeadershipInput.subscriptionItems.length>0&&(n=n.concat(this.thoughtLeadershipInput.subscriptionItems)),this.productDocumentsInput&&this.productDocumentsInput.productDocumentIds&&this.productDocumentsInput.productDocumentIds.length>0&&(n=n.concat(this.productDocumentsInput.productDocumentIds)),this.confCallsWebinarsInput&&this.confCallsWebinarsInput.subscriptionItems&&this.confCallsWebinarsInput.subscriptionItems.length>0&&(n=n.concat(this.confCallsWebinarsInput.subscriptionItems)),n},n.prototype.closeSubscriptionMessage=function(){this.subscriptionMessage.close()},n.prototype.closeSubscriptionForm=function(){this.subscribeForm.close()},n.prototype.onNewUserSubscribe=function(){var n=this,i;if(this.submitted=!0,this.subscribeFormGroup.valid){var t=this.getTabsData(),r="Thank you, you've been subscribed.",u=!0;this.lastSubs.length>0&&this.checkForUnsubscribe(this.lastSubs,t)&&(r=this.removeMessage,u=!1);this.lastSubs=t;i={emailaddress:this.subscribeFormGroup.get("emailId").value,firstname:this.subscribeFormGroup.get("firstName").value,lastname:this.subscribeFormGroup.get("lastName").value,subscriptionids:t,cadenceid:this.productDocumentsInput.cadenceId};this.subscriptionsService.updateSubscriptions(i).subscribe(function(){n.saveMessage=r;n.showConfirmation=u;n.subscribeForm.close();n.subscriptionMessage.open()})}},n.prototype.onSelectedItemsChange=function(n,t){this.setSaveBtnClass();this.isUserLoggedIn&&setTimeout(function(){var i=t.label.split("(")[0].replace("<br>","");t.label=i+" <br> ("+n+" subscribed)"})},n.prototype.onPdAfterLoad=function(){},n.prototype.checkForUnsubscribe=function(n,t){var i,r,u=!1;return i=n.filter(function(n){return!t.includes(n)}),r=t.filter(function(t){return!n.includes(t)}),i.length>0&&0===r.length&&(u=!0),u},n.prototype.setLastSubs=function(n){var u,e,f=[],i,t,r;try{for(i=bi(n),t=i.next();!t.done;t=i.next())r=t.value,r.subscribeitemids&&r.subscribeitemids.length>0&&(f=f.concat(r.subscribeitemids))}catch(o){u={error:o}}finally{try{t&&!t.done&&(e=i.return)&&e.call(i)}finally{if(u)throw u.error;}}this.lastSubs=f},n}(),gei=function(){return function(){}}(),iau=function(){function n(){this.spinnerObservable=new fo}return n.prototype.show=function(){this.spinnerObservable.next(!0)},n.prototype.hide=function(){this.spinnerObservable.next(!1)},n.ngInjectableDef=ou({factory:function(){return new n},token:n,providedIn:"root"}),n}(),noi=function(){return function(){}}(),toi=tt({encapsulation:0,styles:[".tabs[_ngcontent-%COMP%]{margin:10 0;padding:0;list-style:none;table-layout:fixed;width:50%;overflow:hidden;display:table}.tabs__item[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle}.tabs__link[_ngcontent-%COMP%]{display:block}.maintab-nav[_ngcontent-%COMP%]{text-align:center;border-radius:4px;overflow:hidden;font-family:#253746}.maintab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{padding:16px;background-color:#eef0f1;color:#253746;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;text-decoration:none;border-bottom:2px solid #ccc;white-space:nowrap}.maintab-active[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{background-color:#fff;border-top:2px solid #ccc;border-bottom-style:none}.subtabs[_ngcontent-%COMP%]{margin:10 0;padding:0;list-style:none;display:table;table-layout:fixed;width:90%;overflow:hidden;border-bottom:1px solid #bdc3c7;background-color:#fff}.subtab-nav[_ngcontent-%COMP%]{text-align:center;overflow:hidden;margin-bottom:30px}.subtab-active[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:50%}.subtab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.8px;color:#66737d;padding:0;border:none;background-color:transparent;cursor:pointer;text-align:left}.subtab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:#253746}.subtab-active[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2b2c2e;border-bottom:1px solid #253746}.product-nav-items[_ngcontent-%COMP%]{margin-bottom:20px}@media (max-width:1100px){.nuv-tabs-scrolling[_ngcontent-%COMP%]{width:95%;overflow:auto}}@media (max-width:1024px){.maintab-nav[_ngcontent-%COMP%]{width:100%}}@media (max-width:1078px){.maintab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{padding:9px}}@media (max-width:320px){.maintab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{padding:9px;white-space:normal}}@media (max-width:375px){.maintab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{padding:9px;white-space:normal}}@media (max-width:415px){.maintab-nav[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{padding:23px;white-space:normal}}"],data:{}});tv=tt({encapsulation:0,styles:[""],data:{}});yw=tt({encapsulation:0,styles:[""],data:{}});pw=tt({encapsulation:2,styles:["nuv-validator .nuv-form-control>div.nuv-error-elm{padding:10px 0 0;font-size:16px;clear:both}nuv-validator .is-error .form-control{border-color:red!important}nuv-validator .is-error .form-control:focus{border:1px solid #b11207!important;border-radius:.25rem!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out!important}nuv-validator .text-danger{color:red;font-style:italic}"],data:{}});pkt=tt({encapsulation:2,styles:[],data:{}});wkt=tt({encapsulation:2,styles:[".nuv-conference-calls{margin:30px 0 0 75px}.nuv-subscribe-conf-call_a{margin-top:0;margin-bottom:0;text-decoration:underline;color:#0092bc;font-family:Georgia,Times,serif}.nuv-subscribe-conf-call_p{font-family:Georgia,Times,serif;font-weight:400;color:#66737d;font-size:.875rem;line-height:1.1875rem;margin-top:10px;padding-right:1.25rem;width:100%}.nuv-subscribe-conf-call_person{outline:0;margin:0 25px;height:80px}.nuv-conference-calls-list-item{float:left;width:100%;padding:5px 0;margin:0 10px}.nuv-conference-calls-list-item-text{display:contents;font-family:Georgia,Times,serif;font-weight:400;color:#253746;font-size:.75rem;line-height:1.1875rem;margin-top:4px;padding-right:1.25rem;width:100%}.subscription-conference-calls-checkbox{width:0;height:15px;opacity:0}@media (min-width:47.75rem){.nuv-conference-calls-list-item-text{font-size:.875rem;line-height:1.3125rem}}@media (max-width:768px){.nuv-conference-calls{margin:30px 10px}}@media (max-width:320px){.nuv-subscribe-conf-call_person{margin:0 5px 0 0}}"],data:{}});bkt=tt({encapsulation:0,styles:['.subscription-product-documents-label[_ngcontent-%COMP%]{outline:0;float:left;padding:11px 0;margin:5px 0 15px;font-family:Georgia,Times,serif;color:#66737d;font-size:15px}.subscription-product-documents-item[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:14px;color:#253746;letter-spacing:0;margin:0 5px;line-height:32px}.subscription-product-documents-radio-btn[_ngcontent-%COMP%]{position:relative;left:0;top:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1px solid #253746;background-color:#f0f8ff;border-radius:50%}.subscription-product-documents-radio-btn[_ngcontent-%COMP%]:checked:after{content:"";display:block;width:6px;height:6px;margin:3px;border-radius:6px;background-color:#0092bc}.subscription-product-documents-checkbox[_ngcontent-%COMP%]{opacity:0}.box[_ngcontent-%COMP%]{float:left;padding:10px 0;margin:0 0 15px;font-family:Georgia,Times,serif;font-weight:400;color:#253746}.nuv-td[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-weight:400;color:#253746;font-size:.875rem;line-height:1;border-right:1px solid #bdc3c7;padding:13px 10px 7px}.sub-product-table[_ngcontent-%COMP%]{margin-left:0}.sub-product-doc-animation-img[_ngcontent-%COMP%]{display:block;margin-left:205px}.subscription-product-documents-sub_title[_ngcontent-%COMP%]{font-weight:700;border-bottom:1px solid #eee;padding-bottom:3px;margin-bottom:15px}.subscription-product-documents-sub_title[_ngcontent-%COMP%]   input[_ngcontent-%COMP%]{display:none}@media (max-width:1024px){.sub-product-doc-animation-img[_ngcontent-%COMP%]{display:block;margin-left:340px}}@media (max-width:768px){.sub-product-doc-animation-img[_ngcontent-%COMP%]{display:block;margin-left:220px}}@media (max-width:736px){.sub-product-doc-animation-img[_ngcontent-%COMP%]{display:block;margin-left:100px;margin-right:100px}}@media (max-width:420px){.sub-product-doc-animation-img[_ngcontent-%COMP%]{display:block;margin-left:60px}}'],data:{}});kkt=tt({encapsulation:0,styles:[".thought-leadership[_ngcontent-%COMP%]{margin-left:70px}.thought-leadership[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#66737d!important}.thought-leadership-list-item[_ngcontent-%COMP%]{width:35%;float:left}.thought-leadership-checkbox[_ngcontent-%COMP%]{width:0;height:15px;opacity:0}@media (max-width:768px){.thought-leadership[_ngcontent-%COMP%]{margin:30px 0 0}.thought-leadership-list-item[_ngcontent-%COMP%]{width:100%}}@media (max-width:736px){.core-capabilities-list[_ngcontent-%COMP%]{margin:20px}.thought-leadership[_ngcontent-%COMP%]   h3[_ngcontent-%COMP%]{width:100%;margin:10px 20px!important}}@media (max-width:420px){.subscription-product-documents-label[_ngcontent-%COMP%]{margin:5px 0 0;padding:5px 0}}"],data:{}});dkt=tt({encapsulation:0,styles:['.nuv-subscribe-modal[_ngcontent-%COMP%]{width:auto;height:auto;right:200px;max-width:1200px;position:absolute;background-color:#fff;border:1px solid #253746;opacity:1;visibility:visible;z-index:999}.nuv-message[_ngcontent-%COMP%]{width:calc(100% - 42px);float:left}.nuv-subscriptions-dashboard[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}.nuv-subscribe-modal__close-btn[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;cursor:pointer;position:absolute;top:20px;right:20px}.nuv-subscribe-modal__close-icon[_ngcontent-%COMP%]{width:20px;height:19px;color:#000}svg[_ngcontent-%COMP%]:not(:root){overflow:hidden}.nuv-subscribe-modal__main-container[_ngcontent-%COMP%]{display:flex;justify-content:center;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]{text-align:left;width:80%!important}.nuv-subscribe-modal[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.9rem}.nuv-subscribe-modal[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#00f}.nuv-subscribe-modal[_ngcontent-%COMP%]{padding:0;top:auto;bottom:0}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{line-height:2.625rem;margin:20px 0;font-family:Georgia,Times,serif}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   div[_ngcontent-%COMP%]{letter-spacing:.0075rem}.nuv-subscribe-modal__learn-more-links[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;margin:0 10px;font-style:italic}.nuv-subscribe-modal__subscribe_item[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.995rem;position:relative;color:#fff;letter-spacing:0;margin-right:35px;padding-left:28px;padding-top:5px;line-height:32px}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1px solid #fff;background-color:transparent}.nuv-subscribe-modal__label[_ngcontent-%COMP%]{margin-left:0}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]:after{content:"";display:block;width:100%;height:100%;border-radius:0;background-color:transparent;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.2s linear}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]:checked:after{content:"";display:block;width:6px;height:6px;border-radius:6px;background-color:#fff}.nuv-subscribe-modal__input-field[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;display:block;opacity:.9;letter-spacing:.07px;background-color:#f2f3f4;padding:17px 20px;width:100%;margin:10px 0 3px;transition:border .1s;border:none;color:#75787b;font-family:Georgia,Times,serif;font-style:italic}.nuv-login-modal__input-field[_ngcontent-%COMP%], .nuv-subscribe-modal__alert-text[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;color:#fff}.nuv-subscribe-modal-container[_ngcontent-%COMP%]{margin:-10px 0 40px}.nuv-subscribe-modal-container[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif}.nuv-subscribe-modal__row[_ngcontent-%COMP%]{display:flex;-ms-flex-wrap:wrap;margin:20px 0}.nuv-overflow-auto[_ngcontent-%COMP%]{overflow:auto}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{margin:0;font-family:Georgia,Times,serif;font-size:1.7rem;color:#253746}.nuv-subscribe-modal__footer[_ngcontent-%COMP%]{font-style:italic;color:#66737d;margin:0 0 10px}.nuv-subscribe-modal__footer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#0092bc;text-decoration:underline}.nuv-subscribe-modal__col[_ngcontent-%COMP%]{float:left}.nuv-subscribe-modal__first_name_col[_ngcontent-%COMP%]{float:left;width:49%;margin:0 0 -10px}.nuv-subscribe-modal__last_name_col[_ngcontent-%COMP%]{float:left;width:49%;margin:0 0 -10px 10px}.nuv-subscribe-modal__email_col[_ngcontent-%COMP%]{float:left;width:100%;margin:-10px 0}.nuv-subscribe-modal__submit_btn_col[_ngcontent-%COMP%]{float:left;width:100%;margin:-10px auto}.align-left[_ngcontent-%COMP%]{float:left}.align-right[_ngcontent-%COMP%]{float:right}.subscription-errors[_ngcontent-%COMP%]{color:red;margin:10px 5px 10px 20px}.nuv-subscribe-modal__btn[_ngcontent-%COMP%]{background-color:#2ba824;font-size:.9rem;padding:17px 60px;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;letter-spacing:.5px;line-height:1;color:#fff;margin:10px 0;border:none}.nuv-subscribe-btn-diabled[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:1rem;position:relative;display:inline-block;padding:11px 10px;text-align:center;background-color:#bdc3c7;border:1px solid #bdc3c7;min-width:110px;cursor:not-allowed;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important}.nuv-subscribe-modal__btn[_ngcontent-%COMP%]:hover{background-color:#2d9015}.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:2px;float:left;display:flex;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale(1);transform:scale(1);background-color:#2ba824;width:32px;height:32px;margin-right:10px;justify-content:center;align-items:center;border-radius:100px;z-index:10}@media (max-width:768px){.nuv-subscribe-modal__col[_ngcontent-%COMP%]{width:100%}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1.5rem}}@media (max-width:420px){.subscription-product-documents-label[_ngcontent-%COMP%]{padding:10px 0 0;margin:0}.nuv-subscribe-modal__input-field[_ngcontent-%COMP%]{margin:5px 0}.nuv-subscribe-modal__first_name_col[_ngcontent-%COMP%]{width:100%;margin:10px 0 0}.nuv-subscribe-modal__last_name_col[_ngcontent-%COMP%]{width:100%;margin:0}.nuv-subscribe-modal__email_col[_ngcontent-%COMP%]{margin:0}.nuv-subscribe-modal__row[_ngcontent-%COMP%]{display:block}.nuv-subscribe-modal-container[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:15px}.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{width:20px;height:20px;margin-right:5px;margin-top:0}.nuv-message[_ngcontent-%COMP%]{width:calc(100% - 30px)}.nuv-subscribe-modal__submit_btn_col[_ngcontent-%COMP%]{margin:0}.nuv-subscribe-modal__footer[_ngcontent-%COMP%]{margin:10px 0 20px;float:left}.align-left[_ngcontent-%COMP%]{float:none}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1rem}}@media (max-width:375px){.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1rem}.align-left[_ngcontent-%COMP%]{float:none}}@media (max-width:320px){.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:-4px}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1rem}.align-left[_ngcontent-%COMP%]{float:none}}'],data:{}});gkt=tt({encapsulation:0,styles:[['.nuv-subscribe-modal[_ngcontent-%COMP%]{width:auto;height:auto;right:200px;max-width:1200px;position:absolute;background-color:#fff;border:1px solid #253746;opacity:1;visibility:visible;z-index:999}.nuv-message[_ngcontent-%COMP%]{width:calc(100% - 42px);float:left}.nuv-subscribe-modal__close-btn[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;cursor:pointer;position:absolute;top:20px;right:20px}.nuv-subscribe-modal__close-icon[_ngcontent-%COMP%]{width:20px;height:19px;color:#000}svg[_ngcontent-%COMP%]:not(:root){overflow:hidden}.nuv-subscribe-modal__main-container[_ngcontent-%COMP%]{display:flex;justify-content:center;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]{text-align:left;width:80%!important}.nuv-subscribe-modal[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.9rem}.nuv-subscribe-modal[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#00f}.nuv-subscribe-modal[_ngcontent-%COMP%]{padding:0;top:auto;bottom:0}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{line-height:2.625rem;margin:20px 0;font-family:Georgia,Times,serif}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   div[_ngcontent-%COMP%]{letter-spacing:.0075rem}.nuv-subscribe-modal__learn-more-links[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;margin:0 10px;font-style:italic}.nuv-subscribe-modal__subscribe_item[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.995rem;position:relative;color:#fff;letter-spacing:0;margin-right:35px;padding-left:28px;padding-top:5px;line-height:32px}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1px solid #fff;background-color:transparent}.nuv-subscribe-modal__label[_ngcontent-%COMP%]{margin-left:0}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]::after{content:"";display:block;width:100%;height:100%;border-radius:0;background-color:transparent;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s linear}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]:checked::after{content:"";display:block;width:6px;height:6px;border-radius:6px;background-color:#fff}.nuv-subscribe-modal__input-field[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;display:block;opacity:.9;letter-spacing:.07px;background-color:#f2f3f4;padding:17px 20px;width:100%;margin:10px 0 3px;transition:border .1s ease;border:none;color:#75787b;font-family:Georgia,Times,serif;font-style:italic}.nuv-login-modal__input-field[_ngcontent-%COMP%], .nuv-subscribe-modal__alert-text[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;color:#fff}.nuv-subscribe-modal-container[_ngcontent-%COMP%]{margin:-10px 0 40px}.nuv-subscribe-modal-container[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif}.nuv-subscribe-modal__row[_ngcontent-%COMP%]{display:flex;margin:20px 0}.nuv-overflow-auto[_ngcontent-%COMP%]{overflow:auto}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{margin:0;font-family:Georgia,Times,serif;font-size:1.7rem;color:#253746}.nuv-subscribe-modal__footer[_ngcontent-%COMP%]{font-style:italic;color:#66737d;margin:0/}.nuv-subscribe-modal__footer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#0092bc;text-decoration:underline}.nuv-subscribe-modal__col[_ngcontent-%COMP%]{float:left}.nuv-subscribe-modal__first_name_col[_ngcontent-%COMP%]{float:left;width:49%;margin:0 0 -10px}.nuv-subscribe-modal__last_name_col[_ngcontent-%COMP%]{float:left;width:49%;margin:0 0 -10px 10px}.nuv-subscribe-modal__email_col[_ngcontent-%COMP%]{float:left;width:100%;margin:-10px 0}.nuv-subscribe-modal__submit_btn_col[_ngcontent-%COMP%]{float:left;width:100%;margin:-10px auto}.align-left[_ngcontent-%COMP%]{float:left}.align-right[_ngcontent-%COMP%]{float:right}.subscription-errors[_ngcontent-%COMP%]{color:red;margin:10px 5px 10px 20px}.nuv-subscribe-modal__btn[_ngcontent-%COMP%]{background-color:#2ba824;font-size:.9rem;padding:17px 60px;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;letter-spacing:.5px;line-height:1;color:#fff;margin:10px 0;border:none}.nuv-subscribe-modal__btn[_ngcontent-%COMP%]:hover{background-color:#2d9015}.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:2px;float:left;display:flex;transition:transform .3s ease;transform:scale(1);background-color:#2ba824;width:32px;height:32px;margin-right:10px;justify-content:center;align-items:center;border-radius:100px;z-index:10}@media (max-width:768px){.nuv-subscribe-modal__col[_ngcontent-%COMP%]{width:100%}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1.5rem}}@media (max-width:420px){.subscription-product-documents-label[_ngcontent-%COMP%]{padding:10px/0;margin:0}.nuv-subscribe-modal__input-field[_ngcontent-%COMP%]{margin:5px 0}.nuv-subscribe-modal__first_name_col[_ngcontent-%COMP%]{width:100%;margin:10px/0}.nuv-subscribe-modal__last_name_col[_ngcontent-%COMP%]{width:100%;margin:0}.nuv-subscribe-modal__email_col[_ngcontent-%COMP%]{margin:0}.nuv-subscribe-modal__row[_ngcontent-%COMP%]{display:block}.nuv-subscribe-modal-container[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:15px}.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{width:20px;height:20px;margin-right:5px;margin-top:0}.nuv-message[_ngcontent-%COMP%]{width:calc(100% - 30px)}.nuv-subscribe-modal__submit_btn_col[_ngcontent-%COMP%]{margin:0}.nuv-subscribe-modal__footer[_ngcontent-%COMP%]{margin:10px/0;float:left}.align-left[_ngcontent-%COMP%]{float:none}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1rem}}@media (max-width:375px){.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1rem}.align-left[_ngcontent-%COMP%]{float:none}}@media (max-width:320px){.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:-4px}.nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:1rem}.align-left[_ngcontent-%COMP%]{float:none}}.nuv-subscription-wrapper[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-top:2.8125rem}@media only screen and (min-width:47.75rem){.nuv-subscription-wrapper[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}}.nuv-subscriptions-dashboard[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}.nuv-button[_ngcontent-%COMP%]{display:inline-block;line-height:0}.nuv-clear[_ngcontent-%COMP%]{clear:both}.nuv-product-detail-table__disclosure-wysiwyg[_ngcontent-%COMP%], .nuv-product-detail-table__disclousure-wysiwyg[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:400;color:#253746;font-size:.75rem;line-height:1.1875rem;margin-top:4px;padding-left:1.25rem;padding-right:1.25rem;width:100%}.nuv-subscribe-btn-diabled[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:1rem;position:relative;display:inline-block;padding:11px 10px;text-align:center;background-color:#bdc3c7;border:1px solid #bdc3c7;min-width:110px;cursor:not-allowed;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important}.maintab-nav[_ngcontent-%COMP%]{text-align:center;border-radius:4px;overflow:hidden;font-family:#253746}.tabs[_ngcontent-%COMP%]{margin-top:10px;margin-bottom:10px;padding:0;list-style:none;table-layout:fixed;width:50%;overflow:hidden;display:table}.thought-leadership[_ngcontent-%COMP%]{margin-left:70px}.nuv-product-detail-table__title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#253746;font-size:1.375rem;line-height:2rem;letter-spacing:-.01375rem;margin-top:0;margin-bottom:0}h3[_ngcontent-%COMP%]{font-size:1.25rem}@media (min-width:63.9375rem){.nuv-product-detail-table__title[_ngcontent-%COMP%]{letter-spacing:-.00562rem}h3[_ngcontent-%COMP%]{font-size:2rem}}.nuv-multi-select-filter-modal__filter-label[_ngcontent-%COMP%]{position:relative;display:inline-flex;align-items:center;cursor:pointer}@media (min-width:47.75rem){.nuv-product-detail-table__title[_ngcontent-%COMP%]{font-size:1.125rem}h3[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-product-detail-table__disclousure-wysiwyg[_ngcontent-%COMP%]{padding-left:0;padding-right:0;margin-top:5px;margin-bottom:10px}.nuv-product-detail-table__disclosure-wysiwyg[_ngcontent-%COMP%], .nuv-product-detail-table__disclousure-wysiwyg[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.3125rem}}']],data:{}});ndt=wt("subscription-dashboard",nft,eer,{},{},[]);tdt=tt({encapsulation:2,styles:[],data:{}});idt=wt("nuv-subtitle-datapoint",fft,ser,{datapointString:"datapoint",tableId:"table-id",cssClass:"css-class"},{},[]);rdt=tt({encapsulation:0,styles:[[""]],data:{}});udt=wt("nuv-strategy-breaker-embed",gut,cer,{},{},[]);fdt=tt({encapsulation:0,styles:[[""]],data:{}});edt=wt("nuv-teaser-link-carousel-embed",lft,aer,{},{},[]);odt=tt({encapsulation:0,styles:[['.nuv-subscribe-modal[_ngcontent-%COMP%]{display:none;position:fixed;width:100%;background-color:#253746;z-index:2100000010;left:0;border-top:1px solid #15222c;min-height:0}.nuv-subscribe-modal__close-btn[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;cursor:pointer;position:absolute;top:20px;right:20px}.nuv-subscribe-modal__close-icon[_ngcontent-%COMP%]{width:20px;height:19px;color:#fff}svg[_ngcontent-%COMP%]:not(:root){overflow:hidden}.nuv-subscribe-modal__main-container[_ngcontent-%COMP%]{display:flex;justify-content:center;flex-direction:column;align-items:center}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]{text-align:left;color:#fff;width:80%!important}.nuv-subscribe-modal[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-family:main-text-style;font-style:normal;font-weight:400;font-size:.9rem;margin:0 0 5px}.nuv-subscribe-modal[_ngcontent-%COMP%]{padding:0;top:auto;bottom:0}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{line-height:2.625rem;margin:15px 0 10px}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   .nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{font-size:2em;font-weight:700;line-height:2.625rem;margin:15px 0 10px}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   h6[_ngcontent-%COMP%]{color:#fff;margin-top:20px}.nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   div[_ngcontent-%COMP%]{letter-spacing:.0075rem}.nuv-subscribe-modal__learn-more-links[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;margin:0 10px;font-style:italic}.nuv-subscribe-modal__subscribe_item[_ngcontent-%COMP%]{font-family:main-text-style;font-style:normal;font-weight:400;font-size:1.1rem;position:relative;color:#fff;letter-spacing:0;margin-right:35px;padding-left:28px;padding-top:5px;line-height:32px;margin-left:10px;float:left}.nuv-subscribe-modal__subscribe_item.items-disabled[_ngcontent-%COMP%]{opacity:.5}.nuv-subscribe-modal__subscribe_item.items-disabled[_ngcontent-%COMP%]   .nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]{background-color:#fff}.nuv-subscribe-modal__subscribe_item.items-disabled[_ngcontent-%COMP%]   .nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]:after{background-color:#253746}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1px solid #fff;background-color:transparent}.nuv-subscribe-modal__label[_ngcontent-%COMP%]{margin-left:0}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]:after{content:"";display:block;width:100%;height:100%;border-radius:0;background-color:transparent;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s linear}.nuv-subscribe-modal__checkbox[_ngcontent-%COMP%]:checked:after{content:"";display:block;width:6px;height:6px;border-radius:6px;background-color:#fff}.nuv-subscribe-modal__input-field[_ngcontent-%COMP%]{color:#fff;font-weight:400;font-style:italic;font-family:Georgia,Times,serif;font-size:1rem;display:block;opacity:.9;letter-spacing:.07px;background-color:#15222c;border:1px solid transparent;padding:16px 20px;min-width:250px;margin:5px 5px 10px 7px;transition:border .1s ease}.nuv-login-modal__input-field[_ngcontent-%COMP%], .nuv-subscribe-modal__alert-text[_ngcontent-%COMP%]{font-family:main-text-style;font-style:italic;color:#fff}.nuv-subscribe-modal__row[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;margin:25px -15px}.nuv-subscribe-modal__row.doc_row_item[_ngcontent-%COMP%]{width:40%}.nuv-subscribe-modal__row.doc_row__alignSpaceBetweenItems[_ngcontent-%COMP%]{justify-content:space-between}.nuv-subscribe-modal__row.doc_row_alignNoSpace[_ngcontent-%COMP%]{justify-content:normal!important}.nuv-subscribe-modal__btn.space-left[_ngcontent-%COMP%]{margin-left:50px}.nuv-subscribe-modal__row.subscribe_info[_ngcontent-%COMP%]{border-top:1px solid #fff;padding-top:20px}.nuv-subscribe-modal__col[_ngcontent-%COMP%]{float:left}.nuv-subscribe-modal__col.doc_col_item[_ngcontent-%COMP%]{flex:0 auto}.nuv-subscribe-modal__col.doc_col_item__halfWidth[_ngcontent-%COMP%]{width:40%}.nuv-subscribe-modal__col.nuv-content-right[_ngcontent-%COMP%]{text-align:right;align-self:flex-end}.nuv-subscribe-modal__col[_ngcontent-%COMP%]   .nuv-subscription-link[_ngcontent-%COMP%]{padding:20px;color:#2ba824;font-style:italic}.align-left[_ngcontent-%COMP%]{float:left}.align-right[_ngcontent-%COMP%]{float:right}.subscription-errors[_ngcontent-%COMP%]{color:red;margin:10px 5px 10px 20px}.nuv-suberror-em[_ngcontent-%COMP%]{margin-left:-15px}.nuv-subscribe-modal__btn[_ngcontent-%COMP%]{background-color:#2ba824;padding:19px 35px;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1;letter-spacing:.03125rem;color:#fff;margin:5px 10px 0 5px;border:none;cursor:pointer}.nuv-subscribe-modal__btn[_ngcontent-%COMP%]:hover{background-color:#2d9015}.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:5px;float:left;display:flex;transition:transform .3s ease;transform:scale(1);background-color:#2ba824;width:32px;height:32px;margin-right:20px;justify-content:center;align-items:center;border-radius:100px;z-index:10}.nuv-subscribe-modal__checkbox_col[_ngcontent-%COMP%]{float:left}.nuv-subscribe-modal__label_col[_ngcontent-%COMP%]{float:left;margin:-3px 0 0}@media (max-width:768px){.nuv-subscribe-modal__col[_ngcontent-%COMP%]{width:100%}.nuv-subscribe-modal__input-field[_ngcontent-%COMP%]{width:100%;margin:5px 5px 10px 0}.nuv-subscribe-modal__checkbox_col[_ngcontent-%COMP%]{float:left;height:40px;margin:0 10px;padding:0 10px;position:-webkit-sticky;position:sticky}.nuv-subscribe-modal__subscribe_item[_ngcontent-%COMP%]{float:none}.nuv-subscribe-modal[_ngcontent-%COMP%]{overflow:scroll;height:100%}}@media (max-width:668px){.nuv-subscribe-modal__label_col[_ngcontent-%COMP%]{float:left;width:80%;margin:-30px 0 0}.nuv-subscribe-modal__checkbox_col[_ngcontent-%COMP%]{float:left;height:40px;margin:0 10px;padding:0 10px;position:-webkit-sticky;position:sticky}}@media (max-width:585px){.nuv-subscribe-modal[_ngcontent-%COMP%]{padding:20px 0}.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{width:25px;height:25px}.nuv-subscribe-modal[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%], .nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   .nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{margin:0;font-size:1.4rem}}@media (max-width:467px){.nuv-subscribe-modal__checkmark[_ngcontent-%COMP%]{width:20px;height:20px;margin-right:10px}.nuv-subscribe-modal[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%], .nuv-subscribe-modal__items-container[_ngcontent-%COMP%]   .nuv-subscribe-modal__main-title[_ngcontent-%COMP%]{padding-bottom:5px;padding-right:30px;line-height:30px;margin:0;font-size:1.1rem}.nuv-subscribe-modal__close-btn[_ngcontent-%COMP%]{top:50px}}@media (max-width:1023px){.nuv-subscribe-modal__row.doc_row_item[_ngcontent-%COMP%]{width:100%}.nuv-subscribe-modal__col.doc_col_item[_ngcontent-%COMP%]{flex:none}.nuv-subscribe-modal__col.doc_col_item__halfWidth[_ngcontent-%COMP%]{width:100%}.nuv-subscribe-modal__row[_ngcontent-%COMP%]   .nuv-subscribe-buttons[_ngcontent-%COMP%]   .nuv-subscribe-modal__label_col[_ngcontent-%COMP%]{margin:0}}@media (min-width:768px) and (max-width:1024px){.nuv-subscribe-modal__label_col[_ngcontent-%COMP%]{margin:3px 0 0}}.nuv-subscribe-modal[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#fff;text-decoration:underline}']],data:{}});sdt=wt("app-article-touch-point",yft,tsr,{sitecoreData:"sitecoreData"},{},[]);hdt=tt({encapsulation:2,styles:[],data:{}});cdt=wt("nuv-product-hero-detail",aft,csr,{productType:"product-type",titlePlaceholder:"title-placeholder",title1Id:"title1-id",title2Id:"title2-id",dataPointGroupString:"data-point-groups",disableCustomLogic:"disable-custom-logic"},{},[]);ldt=tt({encapsulation:2,styles:[],data:{}});adt=wt("nuv-product-hero-detail-fund-compare",vft,asr,{morningstarToolsMessage:"morningstar-tools-message"},{},[]);vdt=tt({encapsulation:2,styles:[],data:{}});ydt=wt("nuv-product-hero-detail-pdf-links",pft,psr,{propertyName:"property-name",subscribeLinkId:"subscribe-link-id",pdfLabel:"pdf-label"},{},[]);pdt=tt({encapsulation:2,styles:[],data:{}});wdt=wt("nuv-product-hero-detail-pdf-links-sticky",wft,ksr,{propertyName:"property-name",subscribeLinkId:"subscribe-link-id",pdfLabel:"pdf-label"},{},[]);bdt=tt({encapsulation:2,styles:[],data:{}});kdt=wt("nuv-product-hero-detail-sec-link",tet,nhr,{secFilingUrl:"sec-filing-url",secFilingLabel:"sec-filing-label"},{},[]);ddt=tt({encapsulation:2,styles:[],data:{}});gdt=wt("nuv-product-hero-detail-literature-form-link",iet,rhr,{literatureUrl:"literature-url",literatureLabel:"literature-label"},{},[]);ngt=tt({encapsulation:0,styles:[[".nuv-product-featured-products__content[_ngcontent-%COMP%]{opacity:1}.nuv-featured-card-carousel__slider-item[_ngcontent-%COMP%]{position:relative}"]],data:{}});tgt=wt("nuv-product-card-carousel",bft,bhr,{mainDivId:"main-div-id",apiBaseUrl:"api-base-url",cusips:"cusips",mode:"mode",cefDataPointGroupString:"cef-data-point-groups",etfDataPointGroupString:"etf-data-point-groups",mfDataPointGroupString:"mf-data-point-groups",smaDataPointGroupString:"sma-data-point-groups",slideRotation:"slide-rotation"},{},[]);igt=tt({encapsulation:2,styles:[],data:{}});rgt=wt("nuv-product-find-another-fund",gft,rcr,{label:"label",apiUrl:"api-url",recentlyViewedTitle:"recently-viewed-title",isModelPortfolio:"is-model-portfolio",is529Fund:"is-529-fund"},{},[]);ugt=tt({encapsulation:0,styles:[[""]],data:{}});var rau=wt("nuv-featured-asset-classes",net,scr,{featuredAssetsClassesString:"sitecore-content"},{},[]),uau=function(){function n(n,t){this.el=n;this._zone=t;this.updateChange=new ei(!0);this.chartInstance=new ei}return n.prototype.ngOnChanges=function(n){var t=n.update&&n.update.currentValue;(n.options||t)&&(this.wrappedUpdateOrCreateChart(),t&&this.updateChange.emit(!1))},n.prototype.wrappedUpdateOrCreateChart=function(){var n=this;this.runOutsideAngular?this._zone.runOutsideAngular(function(){n.updateOrCreateChart()}):this.updateOrCreateChart()},n.prototype.updateOrCreateChart=function(){this.chart&&this.chart.update?this.chart.update(this.options,!0,this.oneToOne||!1):(this.chart=this.Highcharts[this.constructorType||"chart"](this.el.nativeElement,this.options,this.callbackFunction||null),this.chartInstance.emit(this.chart))},n.prototype.ngOnDestroy=function(){this.chart&&(this.chart.destroy(),this.chart=null)},n}(),ioi=function(){return function(){}}(),fau=tt({encapsulation:2,styles:[],data:{}});rit=function(){function n(){this.updateFromInput=!0;this.highcharts=gu;this.toFixedLen=0;this.graphPlotID="portfolio_chart_"+Math.round(1e4*Math.random())}return n.prototype.ngOnInit=function(){this.isMobileTableDevice=gg();this.processOnLoad()},n.prototype.ngOnChanges=function(){this.processOnLoad()},n.prototype.prepareMainCss=function(){var n;this.mainDivCssClass="nuv-highcharts chartWCS "+this.chartPlotOption.chartContainerClass;"pie"==this.chartPlotOption.charttype&&(this.mainDivCssClass+=" nuv-highcharts--type-pie");(n=this.chartPlotOption.isDonutChart?"white"===this.chartPlotOption.chartVariant?" nuv-highcharts--style-white":" nuv-highcharts--style-gray":"white"===this.chartPlotOption.chartVariant?" nuv-highcharts--style-white":"")&&(this.mainDivCssClass+=n)},n.prototype.processOnLoad=function(){this.prepareMainCss();this.portfolioName=this.portfolioDetail.portfolioname.replace(" ","<br>");this.prepareChartDetails()},n.prototype.prepareChartDetails=function(){var n=this,t=this,i=(this.chartPlotOption.applyAllocationColor?this.portfolioDetail.portfolioallocation.filter(function(n){return n.target>0}):this.portfolioDetail.portfolioallocation).map(function(t){var i=bfi.find(function(n){return n.name.toLowerCase()==t.categoryname.toLowerCase()});return{name:t.categoryname,y:t.target,value:ar(t.target,1)+"%",className:n.chartPlotOption.applyAllocationColor?i.class:"",color:n.chartPlotOption.applyAllocationColor?i.color:""}});this.piechartOptions={chart:{plotBackgroundColor:null,plotBorderWidth:null,plotShadow:!1,type:this.chartPlotOption.charttype,className:this.mainDivCssClass,backgroundColor:this.chartPlotOption.backgroundColor,margin:this.chartPlotOption.margin,height:this.chartPlotOption.height,borderWidth:0,spacingTop:0,spacingBottom:60,events:{render:function(n){var i=n.target.renderTo,r;$(i).find(".highcharts-title").css("opacity","0");$(i).find(".highcharts-subtitle").css("opacity","0");r=Math.abs(60*n.target.plotHeight/100);$(n.target.container).hasClass("nuv-title-percent")?(Math.abs(46*n.target.plotHeight/100),$(i).find(".highcharts-subtitle").css("top",r+"px")):Math.abs(n.target.plotHeight/2);t.drawInnerCircle(n.target)}}},title:{text:this.portfolioName,style:{color:"",width:"80px"},align:"center",y:this.chartPlotOption.titleTextPosY,useHTML:!0},subtitle:{text:"",useHTML:!0},tooltip:{enabled:!1},credits:{enabled:!1},exporting:{enabled:!1},accessibility:{point:{valueSuffix:"%"}},legend:this.isMobileTableDevice?{layout:"horizontal",align:"center",verticalAlign:"bottom",itemStyle:{fontSize:"12px",lineHeight:"35px"},itemMarginBottom:10,navigation:{enabled:!1},width:"100%"}:{layout:this.chartPlotOption.showInLegend&&""!==this.chartPlotOption.legendLayout?this.chartPlotOption.legendLayout:"vertical",align:this.chartPlotOption.showInLegend&&""!==this.chartPlotOption.legendHorizontal?this.chartPlotOption.legendHorizontal:"right",verticalAlign:this.chartPlotOption.showInLegend&&""!==this.chartPlotOption.legendVertical?this.chartPlotOption.legendVertical:"middle",itemStyle:{fontSize:"12px",lineHeight:"35px"},itemMarginBottom:10,navigation:{enabled:!1},width:"70%"},colorAxis:{min:1,type:"logarithmic",minColor:"#E5ECF2",maxColor:"#2BA824"},plotOptions:{pie:{size:this.chartPlotOption.size,states:{inactive:{opacity:.5}},innerSize:this.chartPlotOption.innerSize,allowPointSelect:!0,cursor:"pointer",colors:this.chartPlotOption.colors,dataLabels:{enabled:this.chartPlotOption.dataLabels,connectorColor:"white"==this.chartPlotOption.chartVariant?"#253746":"#FFFFFF",style:{fontWeight:"normal",textOutline:"0px"}},showInLegend:this.chartPlotOption.showInLegend,slicedOffset:this.chartPlotOption.slicedOffset,fillColor:"#FFFFFF",point:{events:{mouseOver:function(n){var i,r,u;try{var t=this.name,f=n.target.series.chart.renderTo,e=$(f).find(".highcharts-title");t&&this.value&&(""==n.target.series.chart.options.subtitle.text&&"string"==typeof t&&(i=t.split(" "),i&&i.length>1&&(t=i.map(function(n,t){return 0==t?n.length>15?n+"<br/>":n+" ":n+"<br/>"}).join(""))),(n.target.series.chart.setTitle({text:this.value,useHTML:!0,style:{fontSize:"",color:this.color,fill:this.color,textAlign:"center"}}),n.target.series.chart.setSubtitle({text:t,useHTML:!0}),e&&e.length>0)&&($(n.target.series.chart.container).addClass("nuv-title-percent"),r=Math.abs(46*n.target.series.chart.plotHeight/100),u=Math.abs(60*n.target.series.chart.plotHeight/100),window.innerWidth<=1400&&window.innerWidth>=1024&&(r=Math.abs(n.target.series.chart.plotHeight/2),u=Math.abs(56*n.target.series.chart.plotHeight/100)),$(f).find(".highcharts-title").css("top",r+"px"),$(f).find(".highcharts-subtitle").css("top",u+"px")))}catch(o){}},mouseOut:function(n){var i,r,u;try{i=n.target.series.chart.renderTo;r=$(i).find(".highcharts-title");(n.target.series.chart.setTitle({text:t.chartPlotOption.xaxistitle,useHTML:!0,style:{color:"#333333",textAlign:"center"},align:"center"}),n.target.series.chart.setSubtitle({text:"",useHTML:!0}),r&&r.length>0)&&($(n.target.series.chart.container).removeClass("nuv-title-percent"),u=Math.abs(n.target.series.chart.plotHeight/2),$(i).find(".highcharts-title").css("top",u+"px"))}catch(f){}},legendItemClick:function(n){n.preventDefault()}}}},series:{animation:{duration:1e3},dataLabels:{enabled:!0,align:"center",x:-30},pointPadding:.1,groupPadding:0,stickyTracking:!0,states:{hover:{brightness:.1}}}},series:[{minPointSize:10,name:this.portfolioName,colorByPoint:!0,data:i,dataLabels:{allowOverlap:!0,connectorColor:"white"==this.chartPlotOption.chartVariant?"#253746":"#FFFFFF",style:{fontWeight:"normal",textOutline:"0px"}},fillColor:"#FFFFFFF",legendType:"point",minPointLength:1}]}},n.prototype.wrapSubTitle=function(n,t){var i,r;return(void 0===t&&(t=15),null!=n&&n.length>t)?(" "==n.charAt(t-1)&&(t-=1),r=n.substring(t,n.length).replace(/\s/g,"<br>"),i=n.substring(0,t)+r):i=n,i},n.prototype.fillChartTooltip=function(n,t){var i="",r;return t===fi.percentageString||t===fi.percentageColourString?i="{point."+n+": .2f}%":[fi.dollarString,fi.dollarColourString,fi.dollarMillionString,fi.dollarBillionString,fi.dollarMillionBillionString,fi.dollar2DecimalString,fi.dollar4DecimalString].indexOf(t)>=0?(r=fi.dollar4DecimalString===t?4:2,i=[fi.dollar2DecimalString,fi.dollar4DecimalString].indexOf(t)>=0?"${point."+n+": ."+r+"f}":"${point."+n+"}"):i="APIPercentageVal"===t?"{point."+n+":."+this.toFixedLen+"f}%":"{point."+n+"}",i},n.prototype.deviceOrientationChange=function(){var n=this;window.addEventListener("orientationchange",function(){var t=$(n.highcharts).find("circle");t&&t.length>0&&t.hide()})},n.prototype.drawInnerCircle=function(n){try{$(n.renderTo).find(".highcharts-title").css("opacity","1");$(n.renderTo).find(".highcharts-subtitle").css("opacity","1");var t=void 0,i=Math.abs(60*n.plotHeight/100);$(n.container).hasClass("nuv-title-percent")?(t=Math.abs(46*n.plotHeight/100),$(n.renderTo).find(".highcharts-subtitle").css("top",i+"px")):(t=Math.abs(n.plotHeight/2),$(n.renderTo).find(".highcharts-title").css("top",t+"px"));this.updateChartInitialAttribute(n)}catch(r){console.log("updating chart")}},n.prototype.updateChartInitialAttribute=function(n){if(n&&$(n.container)&&$(n.container).length>0){var t=$(n.container).attr("initialtitle");t&&((t=JSON.parse(t)).text=this.chartPlotOption.xaxistitle,$(n.container).attr("initialtitle",JSON.stringify(t)))}},n}();uit=tt({encapsulation:2,styles:[],data:{}});ww=function(){function n(){this.ishighlightColor=!1;this.showMiniCardVersion=this.showMiniCardVersion?this.showMiniCardVersion:"false";this.isMobileTabletDeviceVar=gg()}return n.prototype.ngOnInit=function(){this.initialLoad()},n.prototype.ngOnChanges=function(){this.initialLoad()},n.prototype.initialLoad=function(){var n,t=this;("Blue"==this.baseballCardModel.highlightColor&&(this.ishighlightColor=!0),this.baseballCardModel.portfolios&&this.baseballCardModel.portfolios.length>0)&&(n=this.selectedPortfolioname?this.baseballCardModel.portfolios.find(function(n){return n.portfolioname.toLowerCase()==t.selectedPortfolioname.toLowerCase()}):this.baseballCardModel.portfolios[0],this.getCardContent(n))},n.prototype.getPortfolioCardContent=function(n,t){if(this.getCardContent(t),n){var i=n||window.event;$(i.target)&&($(i.target).closest("ul").children().removeClass("active"),$(i.target).closest("li").addClass("active"))}},n.prototype.getCardContent=function(n){this.baseballCardModelUrl=this.baseballCardModel.url+"?targetallocation="+n.portfolioname;this.portfolioCardDescription=n.description;this.selectedPortfolioCard=n;this.chartPlotOption=this.getGraphPlotOptions()},n.prototype.changeCardContent=function(n,t){var f,e;if(n){var o=n||window.event,r=$(o.target).closest(".nuv-portfolio-card__chart-wrapper").next().children("ul").children(),u=void 0,i=$(o.target).closest(".nuv-portfolio-card__chart-wrapper").next().children("ul").children(".active");u="prev"==t?0==i.index()?r.last():i.prev():i.index()==r.last().index()?r.first():i.next();i.removeClass("active");u.addClass("active");f=u.attr("data-portfolio-code");e=this.baseballCardModel.portfolios.find(function(n){return n.portfoliocode==f});this.getCardContent(e)}},n.prototype.getGraphPlotOptions=function(){return{charttype:"pie",isDonutChart:!0,chartVariant:"",legendSelected:!0,legendHorizontal:"center",legendVertical:"bottom",legendLayout:"horizontal",xaxistitle:this.replaceSpaceWithBreaks(this.selectedPortfolioCard.portfolioname),innerSize:"70%",size:"80%",height:"220",dataLabels:!1,showInLegend:!1,titleTextPosY:110,colors:["#338FBD","#0D233A","#34AC96","#6EAEBD","#52B242"],slicedOffset:0,chartContainerClass:"",margin:[0,0,0,0],spacing:0,backgroundColor:"#E5F5F5",applyAllocationColor:!1}},n.prototype.replaceSpaceWithBreaks=function(n){if(n)return n.split(" ").join("<br/>")},n}();bw=tt({encapsulation:2,styles:[],data:{}});fgt=tt({encapsulation:2,styles:[],data:{}});egt=wt("nuv-baseball-card-carousel",ret,nlr,{apiBaseUrl:"api-base-url",baseballCardModelString:"baseball-card-model",slideRotation:"slide-rotation-timing",showMiniCardVersion:"show-mini-card-version"},{},[]);ogt=tt({encapsulation:2,styles:[],data:{}});sgt=wt("nuv-portfolio-target-allocation",uet,blr,{apiUrl:"api-url",taDescrString:"ta-details-string"},{},[]);hgt=tt({encapsulation:2,styles:[],data:{}});cgt=wt("nuv-product-hero-detail-tey-calculator",eet,glr,{tickercode:"ticker-code",ctatext:"tey-calculator-label"},{},[]);lgt=tt({encapsulation:2,styles:[],data:{}});var eau=wt("nuv-fund-literature",fet,svr,{apiUrl:"api-url",isUserLoggedIn:"is-user-logged-in",userRole:"user-role",showDates:"show-dates",literatureType:"literature-type",literatureTitle:"title",literatureSubTitle:"sub-title"},{},[]),rc=i("PBLz"),sk=i("xzWc"),re=i("f0q5"),oau=i("A/ap"),roi=i.n(oau),et=function(){var n={Min:0,Max:1};return n[n.Min]="Min",n[n.Max]="Max",n}(),vo=function(){var n={Low:0,High:1,Floor:2,Ceil:3,TickValue:4};return n[n.Low]="Low",n[n.High]="High",n[n.Floor]="Floor",n[n.Ceil]="Ceil",n[n.TickValue]="TickValue",n}(),hk=function(){return function(){this.floor=0;this.ceil=null;this.step=1;this.minRange=null;this.maxRange=null;this.pushRange=!1;this.minLimit=null;this.maxLimit=null;this.translate=null;this.combineLabels=null;this.getLegend=null;this.stepsArray=null;this.bindIndexForStepsArray=!1;this.draggableRange=!1;this.draggableRangeOnly=!1;this.showSelectionBar=!1;this.showSelectionBarEnd=!1;this.showSelectionBarFromValue=null;this.showOuterSelectionBars=!1;this.hidePointerLabels=!1;this.hideLimitLabels=!1;this.autoHideLimitLabels=!0;this.readOnly=!1;this.disabled=!1;this.mouseEventsInterval=50;this.touchEventsInterval=50;this.inputEventsInterval=100;this.outputEventsInterval=100;this.showTicks=!1;this.showTicksValues=!1;this.tickStep=null;this.tickValueStep=1;this.ticksArray=null;this.ticksTooltip=null;this.ticksValuesTooltip=null;this.vertical=!1;this.getSelectionBarColor=null;this.getTickColor=null;this.getPointerColor=null;this.keyboardSupport=!0;this.scale=1;this.enforceStep=!0;this.enforceRange=!0;this.noSwitching=!1;this.onlyBindHandles=!1;this.rightToLeft=!1;this.reversedControls=!1;this.boundPointerLabels=!0;this.logScale=!1;this.customValueToPosition=null;this.customPositionToValue=null;this.precisionLimit=12;this.selectionBarGradient=null;this.ariaLabel=null;this.ariaLabelledBy=null;this.ariaLabelHigh=null;this.ariaLabelledByHigh=null;this.handleDimension=null;this.barDimension=null;this.animate=!0}}(),sau=function(){return function(){}}(),k=function(){function n(){}return n.isNullOrUndefined=function(n){return null==n},n.linearValueToPosition=function(n,t,i){return(n-t)/(i-t)},n.logValueToPosition=function(n,t,i){return((n=Math.log(n))-(t=Math.log(t)))/((i=Math.log(i))-t)},n.linearPositionToValue=function(n,t,i){return n*(i-t)+t},n.logPositionToValue=function(n,t,i){return t=Math.log(t),i=Math.log(i),Math.exp(n*(i-t)+t)},n.findStepIndex=function(n,t){for(var r=t.map(function(t){return Math.abs(n-t.value)}),u=0,i=0;i<t.length;i++)r[i]!==r[u]&&r[i]<r[u]&&(u=i);return u},n}(),bs=function(){function n(){}return n.isTouchEvent=function(n){return void 0!==window.TouchEvent?n instanceof TouchEvent:void 0!==n.touches},n.isResizeObserverAvailable=function(){return void 0!==window.ResizeObserver},n}(),kr=function(){function n(){}return n.roundToPrecisionLimit=function(n,t){return+n.toPrecision(t)},n.clampToRange=function(n,t,i){return Math.min(Math.max(n,t),i)},n}(),uoi=function(){return function(){this.eventName=null;this.events=null;this.eventsSubscription=null;this.teardownCallback=null}}(),foi=function(){function n(n){this.renderer=n}return n.prototype.attachPassiveEventListener=function(n,t,i,r){var u,f;return!0!==roi.a.hasSupport?this.attachEventListener(n,t,i,r):(u=new uoi,u.eventName=t,u.events=new sk.Subject,f=function(n){u.events.next(n)},n.addEventListener(t,f,{passive:!0,capture:!1}),u.teardownCallback=function(){n.removeEventListener(t,f,{passive:!0,capture:!1})},u.eventsSubscription=u.events.pipe(k.isNullOrUndefined(r)?Object(re.tap)(function(){}):Object(re.throttleTime)(r,void 0,{leading:!0,trailing:!0})).subscribe(function(n){i(n)}),u)},n.prototype.detachEventListener=function(n){k.isNullOrUndefined(n.eventsSubscription)||(n.eventsSubscription.unsubscribe(),n.eventsSubscription=null);k.isNullOrUndefined(n.events)||(n.events.complete(),n.events=null);k.isNullOrUndefined(n.teardownCallback)||(n.teardownCallback(),n.teardownCallback=null)},n.prototype.attachEventListener=function(n,t,i,r){var u=new uoi;return u.eventName=t,u.events=new sk.Subject,u.teardownCallback=this.renderer.listen(n,t,function(n){u.events.next(n)}),u.eventsSubscription=u.events.pipe(k.isNullOrUndefined(r)?Object(re.tap)(function(){}):Object(re.throttleTime)(r,void 0,{leading:!0,trailing:!0})).subscribe(function(n){i(n)}),u},n}(),uc=function(){function n(n,t){this.elemRef=n;this.renderer=t;this._position=0;this._dimension=0;this._alwaysHide=!1;this._vertical=!1;this._scale=1;this.opacity=1;this.visibility="visible";this.left="";this.bottom="";this.height="";this.width="";this.eventListeners=[];this.eventListenerHelper=new foi(this.renderer)}return Object.defineProperty(n.prototype,"position",{get:function(){return this._position},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dimension",{get:function(){return this._dimension},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"alwaysHide",{get:function(){return this._alwaysHide},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"vertical",{get:function(){return this._vertical},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"scale",{get:function(){return this._scale},enumerable:!0,configurable:!0}),n.prototype.setAlwaysHide=function(n){this._alwaysHide=n;this.visibility=n?"hidden":"visible"},n.prototype.hide=function(){this.opacity=0},n.prototype.show=function(){this.alwaysHide||(this.opacity=1)},n.prototype.isVisible=function(){return!this.alwaysHide&&0!==this.opacity},n.prototype.setVertical=function(n){this._vertical=n;this._vertical?(this.left="",this.width=""):(this.bottom="",this.height="")},n.prototype.setScale=function(n){this._scale=n},n.prototype.setPosition=function(n){this._position=n;this._vertical?this.bottom=Math.round(n)+"px":this.left=Math.round(n)+"px"},n.prototype.calculateDimension=function(){var n=this.getBoundingClientRect();this._dimension=this.vertical?(n.bottom-n.top)*this.scale:(n.right-n.left)*this.scale},n.prototype.setDimension=function(n){this._dimension=n;this._vertical?this.height=Math.round(n)+"px":this.width=Math.round(n)+"px"},n.prototype.getBoundingClientRect=function(){return this.elemRef.nativeElement.getBoundingClientRect()},n.prototype.on=function(n,t,i){var r=this.eventListenerHelper.attachEventListener(this.elemRef.nativeElement,n,t,i);this.eventListeners.push(r)},n.prototype.onPassive=function(n,t,i){var r=this.eventListenerHelper.attachPassiveEventListener(this.elemRef.nativeElement,n,t,i);this.eventListeners.push(r)},n.prototype.off=function(n){var r,u,f,e,i,t;k.isNullOrUndefined(n)?(r=[],u=this.eventListeners):(r=this.eventListeners.filter(function(t){return t.eventName!==n}),u=this.eventListeners.filter(function(t){return t.eventName===n}));try{for(i=Object(rc.__values)(u),t=i.next();!t.done;t=i.next())this.eventListenerHelper.detachEventListener(t.value)}catch(o){f={error:o}}finally{try{t&&!t.done&&(e=i.return)&&e.call(i)}finally{if(f)throw f.error;}}this.eventListeners=r},n}(),eoi=function(n){function t(t,i){var r=n.call(this,t,i)||this;return r.active=!1,r.role="",r.tabindex="",r.ariaOrientation="",r.ariaLabel="",r.ariaLabelledBy="",r.ariaValueNow="",r.ariaValueText="",r.ariaValueMin="",r.ariaValueMax="",r}return Object(rc.__extends)(t,n),t.prototype.focus=function(){this.elemRef.nativeElement.focus()},t}(uc),ty=function(n){function t(t,i){var r=n.call(this,t,i)||this;return r._value=null,r}return Object(rc.__extends)(t,n),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},enumerable:!0,configurable:!0}),t.prototype.setValue=function(n){var t=!1;!this.alwaysHide&&(k.isNullOrUndefined(this.value)||this.value.length!==n.length||this.value.length>0&&0===this.dimension)&&(t=!0);this._value=n;this.elemRef.nativeElement.innerHTML=n;t&&this.calculateDimension()},t}(uc),hau=function(){return function(){this.selected=!1;this.style={};this.tooltip=null;this.tooltipPlacement=null;this.value=null;this.valueTooltip=null;this.valueTooltipPlacement=null;this.legend=null}}(),ooi=function(){return function(){this.active=!1;this.value=0;this.difference=0;this.position=0;this.lowLimit=0;this.highLimit=0}}(),ck=function(){function n(){}return n.compare=function(n,t){return!(k.isNullOrUndefined(n)&&k.isNullOrUndefined(t)||k.isNullOrUndefined(n)!==k.isNullOrUndefined(t)||n.value!==t.value||n.highValue!==t.highValue)},n}(),soi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return Object(rc.__extends)(t,n),t.compare=function(n,t){return!(k.isNullOrUndefined(n)&&k.isNullOrUndefined(t)||k.isNullOrUndefined(n)!==k.isNullOrUndefined(t)||n.value!==t.value||n.highValue!==t.highValue||n.forceChange!==t.forceChange)},t}(ck),nst=(bk(function(){return nst}),function(){function n(n,t,i,r){this.renderer=n;this.elementRef=t;this.changeDetectionRef=i;this.zone=r;this.value=null;this.valueChange=new ei;this.highValue=null;this.highValueChange=new ei;this.options=new hk;this.userChangeStart=new ei;this.userChange=new ei;this.userChangeEnd=new ei;this.initHasRun=!1;this.inputModelChangeSubject=new sk.Subject;this.inputModelChangeSubscription=null;this.outputModelChangeSubject=new sk.Subject;this.outputModelChangeSubscription=null;this.viewLowValue=null;this.viewHighValue=null;this.viewOptions=new hk;this.handleHalfDimension=0;this.maxHandlePosition=0;this.currentTrackingPointer=null;this.currentFocusPointer=null;this.firstKeyDown=!1;this.touchId=null;this.dragging=new ooi;this.sliderElementVerticalClass=!1;this.sliderElementAnimateClass=!1;this.sliderElementDisabledAttr=null;this.barStyle={};this.minPointerStyle={};this.maxPointerStyle={};this.fullBarTransparentClass=!1;this.selectionBarDraggableClass=!1;this.ticksUnderValuesClass=!1;this.intermediateTicks=!1;this.ticks=[];this.eventListenerHelper=null;this.onMoveEventListener=null;this.onEndEventListener=null;this.resizeObserver=null;this.onTouchedCallback=null;this.onChangeCallback=null;this.eventListenerHelper=new foi(this.renderer)}return Object.defineProperty(n.prototype,"manualRefresh",{set:function(n){var t=this;this.unsubscribeManualRefresh();this.manualRefreshSubscription=n.subscribe(function(){setTimeout(function(){return t.calculateViewDimensionsAndDetectChanges()})})},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"triggerFocus",{set:function(n){var t=this;this.unsubscribeTriggerFocus();this.triggerFocusSubscription=n.subscribe(function(n){t.focusPointer(n)})},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"range",{get:function(){return!k.isNullOrUndefined(this.value)&&!k.isNullOrUndefined(this.highValue)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"showTicks",{get:function(){return this.viewOptions.showTicks},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){this.viewOptions=new hk;Object.assign(this.viewOptions,this.options);this.updateDisabledState();this.updateVerticalState()},n.prototype.ngAfterViewInit=function(){this.applyOptions();this.subscribeInputModelChangeSubject(this.viewOptions.inputEventsInterval);this.subscribeOutputModelChangeSubject(this.viewOptions.outputEventsInterval);this.renormaliseModelValues();this.viewLowValue=this.modelValueToViewValue(this.value);this.viewHighValue=this.range?this.modelValueToViewValue(this.highValue):null;this.updateVerticalState();this.manageElementsStyle();this.updateDisabledState();this.calculateViewDimensions();this.addAccessibility();this.updateCeilLabel();this.updateFloorLabel();this.initHandles();this.manageEventsBindings();this.subscribeResizeObserver();this.initHasRun=!0;this.changeDetectionRef.detectChanges()},n.prototype.ngOnChanges=function(n){k.isNullOrUndefined(n.options)||this.onChangeOptions();k.isNullOrUndefined(n.value)&&k.isNullOrUndefined(n.highValue)||this.inputModelChangeSubject.next({value:this.value,highValue:this.highValue,forceChange:!1,internalChange:!1})},n.prototype.ngOnDestroy=function(){this.unbindEvents();this.unsubscribeResizeObserver();this.unsubscribeInputModelChangeSubject();this.unsubscribeOutputModelChangeSubject();this.unsubscribeManualRefresh();this.unsubscribeTriggerFocus()},n.prototype.writeValue=function(n){n instanceof Array?(this.value=n[0],this.highValue=n[1]):this.value=n;this.inputModelChangeSubject.next({value:this.value,highValue:this.highValue,forceChange:!1,internalChange:!1})},n.prototype.registerOnChange=function(n){this.onChangeCallback=n},n.prototype.registerOnTouched=function(n){this.onTouchedCallback=n},n.prototype.setDisabledState=function(n){this.viewOptions.disabled=n;this.updateDisabledState()},n.prototype.onResize=function(){this.calculateViewDimensionsAndDetectChanges()},n.prototype.subscribeInputModelChangeSubject=function(n){var t=this;this.inputModelChangeSubscription=this.inputModelChangeSubject.pipe(Object(re.distinctUntilChanged)(soi.compare),Object(re.filter)(function(n){return!n.forceChange&&!n.internalChange}),k.isNullOrUndefined(n)?Object(re.tap)(function(){}):Object(re.throttleTime)(n,void 0,{leading:!0,trailing:!0})).subscribe(function(n){return t.applyInputModelChange(n)})},n.prototype.subscribeOutputModelChangeSubject=function(n){var t=this;this.outputModelChangeSubscription=this.outputModelChangeSubject.pipe(Object(re.distinctUntilChanged)(soi.compare),k.isNullOrUndefined(n)?Object(re.tap)(function(){}):Object(re.throttleTime)(n,void 0,{leading:!0,trailing:!0})).subscribe(function(n){return t.publishOutputModelChange(n)})},n.prototype.subscribeResizeObserver=function(){var n=this;bs.isResizeObserverAvailable()&&(this.resizeObserver=new ResizeObserver(function(){return n.calculateViewDimensionsAndDetectChanges()}),this.resizeObserver.observe(this.elementRef.nativeElement))},n.prototype.unsubscribeResizeObserver=function(){bs.isResizeObserverAvailable()&&null!==this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)},n.prototype.unsubscribeOnMove=function(){k.isNullOrUndefined(this.onMoveEventListener)||(this.eventListenerHelper.detachEventListener(this.onMoveEventListener),this.onMoveEventListener=null)},n.prototype.unsubscribeOnEnd=function(){k.isNullOrUndefined(this.onEndEventListener)||(this.eventListenerHelper.detachEventListener(this.onEndEventListener),this.onEndEventListener=null)},n.prototype.unsubscribeInputModelChangeSubject=function(){k.isNullOrUndefined(this.inputModelChangeSubscription)||(this.inputModelChangeSubscription.unsubscribe(),this.inputModelChangeSubscription=null)},n.prototype.unsubscribeOutputModelChangeSubject=function(){k.isNullOrUndefined(this.outputModelChangeSubscription)||(this.outputModelChangeSubscription.unsubscribe(),this.outputModelChangeSubscription=null)},n.prototype.unsubscribeManualRefresh=function(){k.isNullOrUndefined(this.manualRefreshSubscription)||(this.manualRefreshSubscription.unsubscribe(),this.manualRefreshSubscription=null)},n.prototype.unsubscribeTriggerFocus=function(){k.isNullOrUndefined(this.triggerFocusSubscription)||(this.triggerFocusSubscription.unsubscribe(),this.triggerFocusSubscription=null)},n.prototype.getPointerElement=function(n){return n===et.Min?this.minHandleElement:n===et.Max?this.maxHandleElement:null},n.prototype.getCurrentTrackingValue=function(){return this.currentTrackingPointer===et.Min?this.viewLowValue:this.currentTrackingPointer===et.Max?this.viewHighValue:null},n.prototype.modelValueToViewValue=function(n){return k.isNullOrUndefined(n)?NaN:k.isNullOrUndefined(this.viewOptions.stepsArray)||this.viewOptions.bindIndexForStepsArray?+n:k.findStepIndex(+n,this.viewOptions.stepsArray)},n.prototype.viewValueToModelValue=function(n){return k.isNullOrUndefined(this.viewOptions.stepsArray)||this.viewOptions.bindIndexForStepsArray?n:this.getStepValue(n)},n.prototype.getStepValue=function(n){var t=this.viewOptions.stepsArray[n];return k.isNullOrUndefined(t)?NaN:t.value},n.prototype.applyViewChange=function(){this.value=this.viewValueToModelValue(this.viewLowValue);this.range&&(this.highValue=this.viewValueToModelValue(this.viewHighValue));this.outputModelChangeSubject.next({value:this.value,highValue:this.highValue,userEventInitiated:!0,forceChange:!1});this.inputModelChangeSubject.next({value:this.value,highValue:this.highValue,forceChange:!1,internalChange:!0})},n.prototype.applyInputModelChange=function(n){var t=this.normaliseModelValues(n),i=!ck.compare(n,t);i&&(this.value=t.value,this.highValue=t.highValue);this.viewLowValue=this.modelValueToViewValue(t.value);this.viewHighValue=this.range?this.modelValueToViewValue(t.highValue):null;this.updateLowHandle(this.valueToPosition(this.viewLowValue));this.range&&this.updateHighHandle(this.valueToPosition(this.viewHighValue));this.updateSelectionBar();this.updateTicksScale();this.updateAriaAttributes();this.range&&this.updateCombinedLabel();this.outputModelChangeSubject.next({value:t.value,highValue:t.highValue,forceChange:i,userEventInitiated:!1})},n.prototype.publishOutputModelChange=function(n){var t=this,i=function(){t.valueChange.emit(n.value);t.range&&t.highValueChange.emit(n.highValue);k.isNullOrUndefined(t.onChangeCallback)||t.onChangeCallback(t.range?[n.value,n.highValue]:n.value);k.isNullOrUndefined(t.onTouchedCallback)||t.onTouchedCallback(t.range?[n.value,n.highValue]:n.value)};n.userEventInitiated?(i(),this.userChange.emit(this.getChangeContext())):setTimeout(function(){i()})},n.prototype.normaliseModelValues=function(n){var t=new ck,i;return(t.value=n.value,t.highValue=n.highValue,this.viewOptions.enforceStep&&(t.value=this.roundStep(t.value),this.range&&(t.highValue=this.roundStep(t.highValue))),!k.isNullOrUndefined(this.viewOptions.stepsArray)||!this.viewOptions.enforceRange)?t:((t.value=kr.clampToRange(t.value,this.viewOptions.floor,this.viewOptions.ceil),this.range&&(t.highValue=kr.clampToRange(t.highValue,this.viewOptions.floor,this.viewOptions.ceil)),this.range&&n.value>n.highValue)&&(this.viewOptions.noSwitching?t.value=t.highValue:(i=n.value,t.value=n.highValue,t.highValue=i)),t)},n.prototype.renormaliseModelValues=function(){var t={value:this.value,highValue:this.highValue},n=this.normaliseModelValues(t);ck.compare(n,t)||(this.value=n.value,this.highValue=n.highValue,this.outputModelChangeSubject.next({value:this.value,highValue:this.highValue,forceChange:!0,userEventInitiated:!1}))},n.prototype.onChangeOptions=function(){if(this.initHasRun){var n=this.viewOptions.inputEventsInterval,t=this.viewOptions.outputEventsInterval;this.applyOptions();n!==this.viewOptions.inputEventsInterval&&(this.unsubscribeInputModelChangeSubject(),this.subscribeInputModelChangeSubject(this.viewOptions.inputEventsInterval));t!==this.viewOptions.outputEventsInterval&&(this.unsubscribeInputModelChangeSubject(),this.subscribeInputModelChangeSubject(this.viewOptions.outputEventsInterval));this.renormaliseModelValues();this.viewLowValue=this.modelValueToViewValue(this.value);this.viewHighValue=this.range?this.modelValueToViewValue(this.highValue):null;this.resetSlider()}},n.prototype.applyOptions=function(){if(this.viewOptions=new hk,Object.assign(this.viewOptions,this.options),this.viewOptions.draggableRange=this.range&&this.viewOptions.draggableRange,this.viewOptions.draggableRangeOnly=this.range&&this.viewOptions.draggableRangeOnly,this.viewOptions.draggableRangeOnly&&(this.viewOptions.draggableRange=!0),this.viewOptions.showTicks=this.viewOptions.showTicks||this.viewOptions.showTicksValues||!k.isNullOrUndefined(this.viewOptions.ticksArray),!this.viewOptions.showTicks||k.isNullOrUndefined(this.viewOptions.tickStep)&&k.isNullOrUndefined(this.viewOptions.ticksArray)||(this.intermediateTicks=!0),this.viewOptions.showSelectionBar=this.viewOptions.showSelectionBar||this.viewOptions.showSelectionBarEnd||!k.isNullOrUndefined(this.viewOptions.showSelectionBarFromValue),k.isNullOrUndefined(this.viewOptions.stepsArray)?this.applyFloorCeilOptions():this.applyStepsArrayOptions(),k.isNullOrUndefined(this.viewOptions.combineLabels)&&(this.viewOptions.combineLabels=function(n,t){return n+" - "+t}),this.viewOptions.logScale&&0===this.viewOptions.floor)throw Error("Can't use floor=0 with logarithmic scale");},n.prototype.applyStepsArrayOptions=function(){var n=this;this.viewOptions.floor=0;this.viewOptions.ceil=this.viewOptions.stepsArray.length-1;this.viewOptions.step=1;k.isNullOrUndefined(this.viewOptions.translate)&&(this.viewOptions.translate=function(t){return String(n.viewOptions.bindIndexForStepsArray?n.getStepValue(t):t)});this.viewOptions.getLegend=function(t){return n.viewOptions.stepsArray[t].legend}},n.prototype.applyFloorCeilOptions=function(){if(k.isNullOrUndefined(this.viewOptions.step)?this.viewOptions.step=1:(this.viewOptions.step=+this.viewOptions.step,this.viewOptions.step<=0&&(this.viewOptions.step=1)),k.isNullOrUndefined(this.viewOptions.ceil)||k.isNullOrUndefined(this.viewOptions.floor))throw Error("floor and ceil options must be supplied");this.viewOptions.ceil=+this.viewOptions.ceil;this.viewOptions.floor=+this.viewOptions.floor;k.isNullOrUndefined(this.viewOptions.translate)&&(this.viewOptions.translate=function(n){return String(n)})},n.prototype.resetSlider=function(){this.manageElementsStyle();this.addAccessibility();this.updateCeilLabel();this.updateFloorLabel();this.unbindEvents();this.manageEventsBindings();this.updateDisabledState();this.calculateViewDimensions();this.refocusPointerIfNeeded()},n.prototype.focusPointer=function(n){n!==et.Min&&n!==et.Max&&(n=et.Min);n===et.Min?this.minHandleElement.focus():this.range&&n===et.Max&&this.maxHandleElement.focus()},n.prototype.refocusPointerIfNeeded=function(){k.isNullOrUndefined(this.currentFocusPointer)||(this.onPointerFocus(this.currentFocusPointer),this.getPointerElement(this.currentFocusPointer).focus())},n.prototype.manageElementsStyle=function(){var t=this,n;this.updateScale();this.floorLabelElement.setAlwaysHide(this.viewOptions.showTicksValues||this.viewOptions.hideLimitLabels);this.ceilLabelElement.setAlwaysHide(this.viewOptions.showTicksValues||this.viewOptions.hideLimitLabels);n=this.viewOptions.showTicksValues&&!this.intermediateTicks;this.minHandleLabelElement.setAlwaysHide(n||this.viewOptions.hidePointerLabels);this.maxHandleLabelElement.setAlwaysHide(n||!this.range||this.viewOptions.hidePointerLabels);this.combinedLabelElement.setAlwaysHide(n||!this.range||this.viewOptions.hidePointerLabels);this.selectionBarElement.setAlwaysHide(!this.range&&!this.viewOptions.showSelectionBar);this.leftOuterSelectionBarElement.setAlwaysHide(!this.range||!this.viewOptions.showOuterSelectionBars);this.rightOuterSelectionBarElement.setAlwaysHide(!this.range||!this.viewOptions.showOuterSelectionBars);this.fullBarTransparentClass=this.range&&this.viewOptions.showOuterSelectionBars;this.selectionBarDraggableClass=this.viewOptions.draggableRange&&!this.viewOptions.onlyBindHandles;this.ticksUnderValuesClass=this.intermediateTicks&&this.options.showTicksValues;this.sliderElementVerticalClass!==this.viewOptions.vertical&&(this.updateVerticalState(),setTimeout(function(){t.resetSlider()}));this.sliderElementAnimateClass!==this.viewOptions.animate&&setTimeout(function(){t.sliderElementAnimateClass=t.viewOptions.animate})},n.prototype.manageEventsBindings=function(){this.viewOptions.disabled||this.viewOptions.readOnly?this.unbindEvents():this.bindEvents()},n.prototype.updateDisabledState=function(){this.sliderElementDisabledAttr=this.viewOptions.disabled?"disabled":null},n.prototype.updateVerticalState=function(){var t,n,i,r,u;this.sliderElementVerticalClass=this.viewOptions.vertical;try{for(t=Object(rc.__values)(this.getAllSliderElements()),n=t.next();!n.done;n=t.next())i=n.value,k.isNullOrUndefined(i)||i.setVertical(this.viewOptions.vertical)}catch(f){r={error:f}}finally{try{n&&!n.done&&(u=t.return)&&u.call(t)}finally{if(r)throw r.error;}}},n.prototype.updateScale=function(){var t,n,i,r;try{for(t=Object(rc.__values)(this.getAllSliderElements()),n=t.next();!n.done;n=t.next())n.value.setScale(this.viewOptions.scale)}catch(u){i={error:u}}finally{try{n&&!n.done&&(r=t.return)&&r.call(t)}finally{if(i)throw i.error;}}},n.prototype.getAllSliderElements=function(){return[this.leftOuterSelectionBarElement,this.rightOuterSelectionBarElement,this.fullBarElement,this.selectionBarElement,this.minHandleElement,this.maxHandleElement,this.floorLabelElement,this.ceilLabelElement,this.minHandleLabelElement,this.maxHandleLabelElement,this.combinedLabelElement,this.ticksElement]},n.prototype.initHandles=function(){this.updateLowHandle(this.valueToPosition(this.viewLowValue));this.range&&this.updateHighHandle(this.valueToPosition(this.viewHighValue));this.updateSelectionBar();this.range&&this.updateCombinedLabel();this.updateTicksScale()},n.prototype.addAccessibility=function(){this.updateAriaAttributes();this.minHandleElement.role="slider";this.minHandleElement.tabindex=!this.viewOptions.keyboardSupport||this.viewOptions.readOnly||this.viewOptions.disabled?"":"0";this.viewOptions.vertical&&(this.minHandleElement.ariaOrientation="vertical");k.isNullOrUndefined(this.viewOptions.ariaLabel)?k.isNullOrUndefined(this.viewOptions.ariaLabelledBy)||(this.minHandleElement.ariaLabelledBy=this.viewOptions.ariaLabelledBy):this.minHandleElement.ariaLabel=this.viewOptions.ariaLabel;this.range&&(this.maxHandleElement.role="slider",this.maxHandleElement.tabindex=!this.viewOptions.keyboardSupport||this.viewOptions.readOnly||this.viewOptions.disabled?"":"0",this.maxHandleElement.ariaOrientation=this.viewOptions.vertical?"vertical":"horizontal",k.isNullOrUndefined(this.viewOptions.ariaLabelHigh)?k.isNullOrUndefined(this.viewOptions.ariaLabelledByHigh)||(this.maxHandleElement.ariaLabelledBy=this.viewOptions.ariaLabelledByHigh):this.maxHandleElement.ariaLabel=this.viewOptions.ariaLabelHigh)},n.prototype.updateAriaAttributes=function(){this.minHandleElement.ariaValueNow=(+this.value).toString();this.minHandleElement.ariaValueText=this.viewOptions.translate(+this.value,vo.Low);this.minHandleElement.ariaValueMin=this.viewOptions.floor.toString();this.minHandleElement.ariaValueMax=this.viewOptions.ceil.toString();this.range&&(this.maxHandleElement.ariaValueNow=(+this.highValue).toString(),this.maxHandleElement.ariaValueText=this.viewOptions.translate(+this.highValue,vo.High),this.maxHandleElement.ariaValueMin=this.viewOptions.floor.toString(),this.maxHandleElement.ariaValueMax=this.viewOptions.ceil.toString())},n.prototype.calculateViewDimensions=function(){k.isNullOrUndefined(this.viewOptions.handleDimension)?this.minHandleElement.calculateDimension():this.minHandleElement.setDimension(this.viewOptions.handleDimension);var n=this.minHandleElement.dimension;this.handleHalfDimension=n/2;k.isNullOrUndefined(this.viewOptions.barDimension)?this.fullBarElement.calculateDimension():this.fullBarElement.setDimension(this.viewOptions.barDimension);this.maxHandlePosition=this.fullBarElement.dimension-n;this.initHasRun&&(this.updateFloorLabel(),this.updateCeilLabel(),this.initHandles())},n.prototype.calculateViewDimensionsAndDetectChanges=function(){this.calculateViewDimensions();this.changeDetectionRef.detectChanges()},n.prototype.updateTicksScale=function(){var n=this,r,u,t,i;if(this.viewOptions.showTicks){if(r=k.isNullOrUndefined(this.viewOptions.ticksArray)?this.getTicksArray():this.viewOptions.ticksArray,u=this.viewOptions.vertical?"translateY":"translateX",this.viewOptions.rightToLeft&&r.reverse(),t=r.map(function(t){var f=n.valueToPosition(t),r,i,e;return n.viewOptions.vertical&&(f=n.maxHandlePosition-f),r=u+"("+Math.round(f)+"px)",i=new hau,(i.selected=n.isTickSelected(t),i.style={"-webkit-transform":r,"-moz-transform":r,"-o-transform":r,"-ms-transform":r,transform:r},i.selected&&!k.isNullOrUndefined(n.viewOptions.getSelectionBarColor)&&(i.style["background-color"]=n.getSelectionBarColor()),i.selected||k.isNullOrUndefined(n.viewOptions.getTickColor)||(i.style["background-color"]=n.getTickColor(t)),k.isNullOrUndefined(n.viewOptions.ticksTooltip)||(i.tooltip=n.viewOptions.ticksTooltip(t),i.tooltipPlacement=n.viewOptions.vertical?"right":"top"),n.viewOptions.showTicksValues&&t%n.viewOptions.tickValueStep==0&&(i.value=n.getDisplayValue(t,vo.TickValue),k.isNullOrUndefined(n.viewOptions.ticksValuesTooltip)||(i.valueTooltip=n.viewOptions.ticksValuesTooltip(t),i.valueTooltipPlacement=n.viewOptions.vertical?"right":"top")),k.isNullOrUndefined(n.viewOptions.getLegend))||(e=n.viewOptions.getLegend(t),k.isNullOrUndefined(e)||(i.legend=e)),i}),k.isNullOrUndefined(this.ticks)||this.ticks.length!==t.length)this.ticks=t;else for(i=0;i<t.length;++i)Object.assign(this.ticks[i],t[i]);this.changeDetectionRef.detectChanges()}},n.prototype.getTicksArray=function(){for(var i=k.isNullOrUndefined(this.viewOptions.tickStep)?this.viewOptions.step:this.viewOptions.tickStep,t=[],n=this.viewOptions.floor;n<=this.viewOptions.ceil;n+=i)t.push(n);return t},n.prototype.isTickSelected=function(n){if(!this.range)if(k.isNullOrUndefined(this.viewOptions.showSelectionBarFromValue)){if(this.viewOptions.showSelectionBarEnd){if(n>=this.viewLowValue)return!0}else if(this.viewOptions.showSelectionBar&&n<=this.viewLowValue)return!0}else{var t=this.viewOptions.showSelectionBarFromValue;if(this.viewLowValue>t&&n>=t&&n<=this.viewLowValue||this.viewLowValue<t&&n<=t&&n>=this.viewLowValue)return!0}return!!(this.range&&n>=this.viewLowValue&&n<=this.viewHighValue)},n.prototype.updateFloorLabel=function(){this.floorLabelElement.alwaysHide||(this.floorLabelElement.setValue(this.getDisplayValue(this.viewOptions.floor,vo.Floor)),this.floorLabelElement.calculateDimension(),this.floorLabelElement.setPosition(this.viewOptions.rightToLeft?this.fullBarElement.dimension-this.floorLabelElement.dimension:0))},n.prototype.updateCeilLabel=function(){this.ceilLabelElement.alwaysHide||(this.ceilLabelElement.setValue(this.getDisplayValue(this.viewOptions.ceil,vo.Ceil)),this.ceilLabelElement.calculateDimension(),this.ceilLabelElement.setPosition(this.viewOptions.rightToLeft?0:this.fullBarElement.dimension-this.ceilLabelElement.dimension))},n.prototype.updateHandles=function(n,t){n===et.Min?this.updateLowHandle(t):n===et.Max&&this.updateHighHandle(t);this.updateSelectionBar();this.updateTicksScale();this.range&&this.updateCombinedLabel()},n.prototype.getHandleLabelPos=function(n,t){var r=n===et.Min?this.minHandleLabelElement.dimension:this.maxHandleLabelElement.dimension,i=t-r/2+this.handleHalfDimension,u=this.fullBarElement.dimension-r;return this.viewOptions.boundPointerLabels?this.viewOptions.rightToLeft&&n===et.Min||!this.viewOptions.rightToLeft&&n===et.Max?Math.min(i,u):Math.min(Math.max(i,0),u):i},n.prototype.updateLowHandle=function(n){this.minHandleElement.setPosition(n);this.minHandleLabelElement.setValue(this.getDisplayValue(this.viewLowValue,vo.Low));this.minHandleLabelElement.setPosition(this.getHandleLabelPos(et.Min,n));k.isNullOrUndefined(this.viewOptions.getPointerColor)||(this.minPointerStyle={backgroundColor:this.getPointerColor(et.Min)});this.viewOptions.autoHideLimitLabels&&this.updateFloorAndCeilLabelsVisibility()},n.prototype.updateHighHandle=function(n){this.maxHandleElement.setPosition(n);this.maxHandleLabelElement.setValue(this.getDisplayValue(this.viewHighValue,vo.High));this.maxHandleLabelElement.setPosition(this.getHandleLabelPos(et.Max,n));k.isNullOrUndefined(this.viewOptions.getPointerColor)||(this.maxPointerStyle={backgroundColor:this.getPointerColor(et.Max)});this.viewOptions.autoHideLimitLabels&&this.updateFloorAndCeilLabelsVisibility()},n.prototype.updateFloorAndCeilLabelsVisibility=function(){var i,r;if(!this.viewOptions.hidePointerLabels){var n=!1,t=!1,u=this.isLabelBelowFloorLabel(this.minHandleLabelElement),f=this.isLabelAboveCeilLabel(this.minHandleLabelElement),e=this.isLabelAboveCeilLabel(this.maxHandleLabelElement),o=this.isLabelBelowFloorLabel(this.combinedLabelElement),s=this.isLabelAboveCeilLabel(this.combinedLabelElement);(u?(n=!0,this.floorLabelElement.hide()):(n=!1,this.floorLabelElement.show()),f?(t=!0,this.ceilLabelElement.hide()):(t=!1,this.ceilLabelElement.show()),this.range)&&(i=this.combinedLabelElement.isVisible()?s:e,r=this.combinedLabelElement.isVisible()?o:u,i?this.ceilLabelElement.hide():t||this.ceilLabelElement.show(),r?this.floorLabelElement.hide():n||this.floorLabelElement.show())}},n.prototype.isLabelBelowFloorLabel=function(n){var t=n.position,i=this.floorLabelElement.position;return this.viewOptions.rightToLeft?t+n.dimension>=i-2:t<=i+this.floorLabelElement.dimension+2},n.prototype.isLabelAboveCeilLabel=function(n){var t=n.position,i=this.ceilLabelElement.position;return this.viewOptions.rightToLeft?t<=i+this.ceilLabelElement.dimension+2:t+n.dimension>=i-2},n.prototype.updateSelectionBar=function(){var n=0,t=0,e=this.viewOptions.rightToLeft?!this.viewOptions.showSelectionBarEnd:this.viewOptions.showSelectionBarEnd,s=this.viewOptions.rightToLeft?this.maxHandleElement.position+this.handleHalfDimension:this.minHandleElement.position+this.handleHalfDimension,u,f,i,r,o;this.range?(t=Math.abs(this.maxHandleElement.position-this.minHandleElement.position),n=s):k.isNullOrUndefined(this.viewOptions.showSelectionBarFromValue)?e?(t=Math.ceil(Math.abs(this.maxHandlePosition-this.minHandleElement.position)+this.handleHalfDimension),n=Math.floor(this.minHandleElement.position+this.handleHalfDimension)):(t=this.minHandleElement.position+this.handleHalfDimension,n=0):(u=this.viewOptions.showSelectionBarFromValue,f=this.valueToPosition(u),(this.viewOptions.rightToLeft?this.viewLowValue<=u:this.viewLowValue>u)?(t=this.minHandleElement.position-f,n=f+this.handleHalfDimension):(t=f-this.minHandleElement.position,n=this.minHandleElement.position+this.handleHalfDimension));(this.selectionBarElement.setDimension(t),this.selectionBarElement.setPosition(n),this.range&&this.viewOptions.showOuterSelectionBars&&(this.viewOptions.rightToLeft?(this.rightOuterSelectionBarElement.setDimension(n),this.rightOuterSelectionBarElement.setPosition(0),this.fullBarElement.calculateDimension(),this.leftOuterSelectionBarElement.setDimension(this.fullBarElement.dimension-(n+t)),this.leftOuterSelectionBarElement.setPosition(n+t)):(this.leftOuterSelectionBarElement.setDimension(n),this.leftOuterSelectionBarElement.setPosition(0),this.fullBarElement.calculateDimension(),this.rightOuterSelectionBarElement.setDimension(this.fullBarElement.dimension-(n+t)),this.rightOuterSelectionBarElement.setPosition(n+t))),k.isNullOrUndefined(this.viewOptions.getSelectionBarColor))?k.isNullOrUndefined(this.viewOptions.selectionBarGradient)||(i=k.isNullOrUndefined(this.viewOptions.showSelectionBarFromValue)?0:this.valueToPosition(this.viewOptions.showSelectionBarFromValue),r=i-n>0&&!e||i-n<=0&&e,this.barStyle={backgroundImage:"linear-gradient(to "+(this.viewOptions.vertical?r?"bottom":"top":r?"left":"right")+", "+this.viewOptions.selectionBarGradient.from+" 0%,"+this.viewOptions.selectionBarGradient.to+" 100%)"},this.viewOptions.vertical?(this.barStyle.backgroundPosition="center "+(i+t+n+(r?-this.handleHalfDimension:0))+"px",this.barStyle.backgroundSize="100% "+(this.fullBarElement.dimension-this.handleHalfDimension)+"px"):(this.barStyle.backgroundPosition=i-n+(r?this.handleHalfDimension:0)+"px center",this.barStyle.backgroundSize=this.fullBarElement.dimension-this.handleHalfDimension+"px 100%")):(o=this.getSelectionBarColor(),this.barStyle={backgroundColor:o})},n.prototype.getSelectionBarColor=function(){return this.range?this.viewOptions.getSelectionBarColor(this.value,this.highValue):this.viewOptions.getSelectionBarColor(this.value)},n.prototype.getPointerColor=function(n){return this.viewOptions.getPointerColor(n===et.Max?this.highValue:this.value,n)},n.prototype.getTickColor=function(n){return this.viewOptions.getTickColor(n)},n.prototype.updateCombinedLabel=function(){var n;if(this.viewOptions.rightToLeft?this.minHandleLabelElement.position-this.minHandleLabelElement.dimension-10<=this.maxHandleLabelElement.position:this.minHandleLabelElement.position+this.minHandleLabelElement.dimension+10>=this.maxHandleLabelElement.position){var t=this.getDisplayValue(this.viewLowValue,vo.Low),i=this.getDisplayValue(this.viewHighValue,vo.High),r=this.viewOptions.rightToLeft?this.viewOptions.combineLabels(i,t):this.viewOptions.combineLabels(t,i);this.combinedLabelElement.setValue(r);n=this.viewOptions.boundPointerLabels?Math.min(Math.max(this.selectionBarElement.position+this.selectionBarElement.dimension/2-this.combinedLabelElement.dimension/2,0),this.fullBarElement.dimension-this.combinedLabelElement.dimension):this.selectionBarElement.position+this.selectionBarElement.dimension/2-this.combinedLabelElement.dimension/2;this.combinedLabelElement.setPosition(n);this.minHandleLabelElement.hide();this.maxHandleLabelElement.hide();this.combinedLabelElement.show()}else this.updateHighHandle(this.valueToPosition(this.viewHighValue)),this.updateLowHandle(this.valueToPosition(this.viewLowValue)),this.maxHandleLabelElement.show(),this.minHandleLabelElement.show(),this.combinedLabelElement.hide();this.viewOptions.autoHideLimitLabels&&this.updateFloorAndCeilLabelsVisibility()},n.prototype.getDisplayValue=function(n,t){return k.isNullOrUndefined(this.viewOptions.stepsArray)||this.viewOptions.bindIndexForStepsArray||(n=this.getStepValue(n)),this.viewOptions.translate(n,t)},n.prototype.roundStep=function(n,t){var r=k.isNullOrUndefined(t)?this.viewOptions.step:t,i=kr.roundToPrecisionLimit((n-this.viewOptions.floor)/r,this.viewOptions.precisionLimit);return i=Math.round(i)*r,kr.roundToPrecisionLimit(this.viewOptions.floor+i,this.viewOptions.precisionLimit)},n.prototype.valueToPosition=function(n){var i=k.linearValueToPosition,t;return k.isNullOrUndefined(this.viewOptions.customValueToPosition)?this.viewOptions.logScale&&(i=k.logValueToPosition):i=this.viewOptions.customValueToPosition,t=i(n=kr.clampToRange(n,this.viewOptions.floor,this.viewOptions.ceil),this.viewOptions.floor,this.viewOptions.ceil),k.isNullOrUndefined(t)&&(t=0),this.viewOptions.rightToLeft&&(t=1-t),t*this.maxHandlePosition},n.prototype.positionToValue=function(n){var i=n/this.maxHandlePosition,t,r;return this.viewOptions.rightToLeft&&(i=1-i),t=k.linearPositionToValue,k.isNullOrUndefined(this.viewOptions.customPositionToValue)?this.viewOptions.logScale&&(t=k.logPositionToValue):t=this.viewOptions.customPositionToValue,r=t(i,this.viewOptions.floor,this.viewOptions.ceil),k.isNullOrUndefined(r)?0:r},n.prototype.getEventXY=function(n,t){var u,i,r;if(n instanceof MouseEvent)return this.viewOptions.vertical?n.clientY:n.clientX;if(u=0,i=n.touches,!k.isNullOrUndefined(t))for(r=0;r<i.length;r++)if(i[r].identifier===t){u=r;break}return this.viewOptions.vertical?i[u].clientY:i[u].clientX},n.prototype.getEventPosition=function(n,t){var i=this.elementRef.nativeElement.getBoundingClientRect(),r=this.viewOptions.vertical?i.bottom:i.left;return(this.viewOptions.vertical?-this.getEventXY(n,t)+r:this.getEventXY(n,t)-r)*this.viewOptions.scale-this.handleHalfDimension},n.prototype.getNearestHandle=function(n){if(!this.range)return et.Min;var t=this.getEventPosition(n),i=Math.abs(t-this.minHandleElement.position),r=Math.abs(t-this.maxHandleElement.position);return i<r?et.Min:i>r?et.Max:this.viewOptions.rightToLeft?t>this.minHandleElement.position?et.Min:et.Max:t<this.minHandleElement.position?et.Min:et.Max},n.prototype.bindEvents=function(){var n=this,t=this.viewOptions.draggableRange;this.viewOptions.onlyBindHandles||this.selectionBarElement.on("mousedown",function(i){return n.onBarStart(null,t,i,!0,!0,!0)});this.viewOptions.draggableRangeOnly?(this.minHandleElement.on("mousedown",function(i){return n.onBarStart(et.Min,t,i,!0,!0)}),this.maxHandleElement.on("mousedown",function(i){return n.onBarStart(et.Max,t,i,!0,!0)})):(this.minHandleElement.on("mousedown",function(t){return n.onStart(et.Min,t,!0,!0)}),this.range&&this.maxHandleElement.on("mousedown",function(t){return n.onStart(et.Max,t,!0,!0)}),this.viewOptions.onlyBindHandles||(this.fullBarElement.on("mousedown",function(t){return n.onStart(null,t,!0,!0,!0)}),this.ticksElement.on("mousedown",function(t){return n.onStart(null,t,!0,!0,!0,!0)})));this.viewOptions.onlyBindHandles||this.selectionBarElement.onPassive("touchstart",function(i){return n.onBarStart(null,t,i,!0,!0,!0)});this.viewOptions.draggableRangeOnly?(this.minHandleElement.onPassive("touchstart",function(i){return n.onBarStart(et.Min,t,i,!0,!0)}),this.maxHandleElement.onPassive("touchstart",function(i){return n.onBarStart(et.Max,t,i,!0,!0)})):(this.minHandleElement.onPassive("touchstart",function(t){return n.onStart(et.Min,t,!0,!0)}),this.range&&this.maxHandleElement.onPassive("touchstart",function(t){return n.onStart(et.Max,t,!0,!0)}),this.viewOptions.onlyBindHandles||(this.fullBarElement.onPassive("touchstart",function(t){return n.onStart(null,t,!0,!0,!0)}),this.ticksElement.onPassive("touchstart",function(t){return n.onStart(null,t,!1,!1,!0,!0)})));this.viewOptions.keyboardSupport&&(this.minHandleElement.on("focus",function(){return n.onPointerFocus(et.Min)}),this.range&&this.maxHandleElement.on("focus",function(){return n.onPointerFocus(et.Max)}))},n.prototype.unbindEvents=function(){var t,n,i,r;this.unsubscribeOnMove();this.unsubscribeOnEnd();try{for(t=Object(rc.__values)(this.getAllSliderElements()),n=t.next();!n.done;n=t.next())n.value.off()}catch(u){i={error:u}}finally{try{n&&!n.done&&(r=t.return)&&r.call(t)}finally{if(i)throw i.error;}}},n.prototype.onBarStart=function(n,t,i,r,u,f,e){t?this.onDragStart(n,i,r,u):this.onStart(n,i,r,u,f,e)},n.prototype.onStart=function(n,t,i,r,u,f){var e=this,o,s,h;t.stopPropagation();bs.isTouchEvent(t)&&roi.a.hasSupport||t.preventDefault();this.calculateViewDimensions();k.isNullOrUndefined(n)&&(n=this.getNearestHandle(t));this.currentTrackingPointer=n;o=this.getPointerElement(n);(o.active=!0,this.viewOptions.keyboardSupport&&o.focus(),i)&&(this.unsubscribeOnMove(),s=function(n){return e.dragging.active?e.onDragMove(n):e.onMove(n)},this.onMoveEventListener=bs.isTouchEvent(t)?this.eventListenerHelper.attachPassiveEventListener(document,"touchmove",s,this.viewOptions.touchEventsInterval):this.eventListenerHelper.attachEventListener(document,"mousemove",s,this.viewOptions.mouseEventsInterval));r&&(this.unsubscribeOnEnd(),h=function(n){return e.onEnd(n)},this.onEndEventListener=bs.isTouchEvent(t)?this.eventListenerHelper.attachPassiveEventListener(document,"touchend",h):this.eventListenerHelper.attachEventListener(document,"mouseup",h));this.userChangeStart.emit(this.getChangeContext());bs.isTouchEvent(t)&&!k.isNullOrUndefined(t.changedTouches)&&k.isNullOrUndefined(this.touchId)&&(this.touchId=t.changedTouches[0].identifier);u&&this.onMove(t,!0);f&&this.onEnd(t)},n.prototype.onMove=function(n,t){var u=null,f,r,i,e;if(bs.isTouchEvent(n)){for(f=n.changedTouches,r=0;r<f.length;r++)if(f[r].identifier===this.touchId){u=f[r];break}if(k.isNullOrUndefined(u))return}e=k.isNullOrUndefined(u)?this.getEventPosition(n):this.getEventPosition(n,u.identifier);e<=0?i=this.viewOptions.rightToLeft?this.viewOptions.ceil:this.viewOptions.floor:e>=this.maxHandlePosition?i=this.viewOptions.rightToLeft?this.viewOptions.floor:this.viewOptions.ceil:(i=this.positionToValue(e),i=t&&!k.isNullOrUndefined(this.viewOptions.tickStep)?this.roundStep(i,this.viewOptions.tickStep):this.roundStep(i));this.positionTrackingHandle(i)},n.prototype.onEnd=function(n){bs.isTouchEvent(n)&&n.changedTouches[0].identifier!==this.touchId||(this.touchId=null,this.viewOptions.keyboardSupport||(this.minHandleElement.active=!1,this.maxHandleElement.active=!1,this.currentTrackingPointer=null),this.dragging.active=!1,this.unsubscribeOnMove(),this.unsubscribeOnEnd(),this.userChangeEnd.emit(this.getChangeContext()))},n.prototype.onPointerFocus=function(n){var i=this,t=this.getPointerElement(n);t.on("blur",function(){return i.onPointerBlur(t)});t.on("keydown",function(n){return i.onKeyboardEvent(n)});t.on("keyup",function(){return i.onKeyUp()});t.active=!0;this.currentTrackingPointer=n;this.currentFocusPointer=n;this.firstKeyDown=!0},n.prototype.onKeyUp=function(){this.firstKeyDown=!0;this.userChangeEnd.emit(this.getChangeContext())},n.prototype.onPointerBlur=function(n){n.off("blur");n.off("keydown");n.off("keyup");n.active=!1;k.isNullOrUndefined(this.touchId)&&(this.currentTrackingPointer=null,this.currentFocusPointer=null)},n.prototype.getKeyActions=function(n){var u=this.viewOptions.ceil-this.viewOptions.floor,i=n+this.viewOptions.step,r=n-this.viewOptions.step,f=n+u/10,e=n-u/10,t;return this.viewOptions.reversedControls&&(i=n-this.viewOptions.step,r=n+this.viewOptions.step,f=n-u/10,e=n+u/10),t={UP:i,DOWN:r,LEFT:r,RIGHT:i,PAGEUP:f,PAGEDOWN:e,HOME:this.viewOptions.reversedControls?this.viewOptions.ceil:this.viewOptions.floor,END:this.viewOptions.reversedControls?this.viewOptions.floor:this.viewOptions.ceil},this.viewOptions.rightToLeft&&(t.LEFT=i,t.RIGHT=r,this.viewOptions.vertical&&(t.UP=r,t.DOWN=i)),t},n.prototype.onKeyboardEvent=function(n){var o=this.getCurrentTrackingValue(),s=k.isNullOrUndefined(n.keyCode)?n.which:n.keyCode,f=this.getKeyActions(o)[{38:"UP",40:"DOWN",37:"LEFT",39:"RIGHT",33:"PAGEUP",34:"PAGEDOWN",36:"HOME",35:"END"}[s]],e,t;if(!k.isNullOrUndefined(f)&&!k.isNullOrUndefined(this.currentTrackingPointer))if(n.preventDefault(),this.firstKeyDown&&(this.firstKeyDown=!1,this.userChangeStart.emit(this.getChangeContext())),e=kr.clampToRange(f,this.viewOptions.floor,this.viewOptions.ceil),t=this.roundStep(e),this.viewOptions.draggableRangeOnly){var u=this.viewHighValue-this.viewLowValue,i=void 0,r=void 0;this.currentTrackingPointer===et.Min?(i=t,(r=t+u)>this.viewOptions.ceil&&(i=(r=this.viewOptions.ceil)-u)):this.currentTrackingPointer===et.Max&&(r=t,(i=t-u)<this.viewOptions.floor&&(r=(i=this.viewOptions.floor)+u));this.positionTrackingBar(i,r)}else this.positionTrackingHandle(t)},n.prototype.onDragStart=function(n,t,i,r){var u=this.getEventPosition(t);this.dragging=new ooi;this.dragging.active=!0;this.dragging.value=this.positionToValue(u);this.dragging.difference=this.viewHighValue-this.viewLowValue;this.dragging.lowLimit=this.viewOptions.rightToLeft?this.minHandleElement.position-u:u-this.minHandleElement.position;this.dragging.highLimit=this.viewOptions.rightToLeft?u-this.maxHandleElement.position:this.maxHandleElement.position-u;this.onStart(n,t,i,r)},n.prototype.getMinValue=function(n,t,i){var u,r=this.viewOptions.rightToLeft;return u=t?i?r?this.viewOptions.floor:this.viewOptions.ceil-this.dragging.difference:r?this.viewOptions.ceil-this.dragging.difference:this.viewOptions.floor:this.positionToValue(r?n+this.dragging.lowLimit:n-this.dragging.lowLimit),this.roundStep(u)},n.prototype.getMaxValue=function(n,t,i){var u,r=this.viewOptions.rightToLeft;return u=t?i?r?this.viewOptions.floor+this.dragging.difference:this.viewOptions.ceil:r?this.viewOptions.ceil:this.viewOptions.floor+this.dragging.difference:r?this.positionToValue(n+this.dragging.lowLimit)+this.dragging.difference:this.positionToValue(n-this.dragging.lowLimit)+this.dragging.difference,this.roundStep(u)},n.prototype.onDragMove=function(n){var u,f,e,o,t=this.getEventPosition(n),i,r,s;if(this.viewOptions.rightToLeft?(u=this.dragging.lowLimit,f=this.dragging.highLimit,e=this.maxHandleElement,o=this.minHandleElement):(u=this.dragging.highLimit,f=this.dragging.lowLimit,e=this.minHandleElement,o=this.maxHandleElement),s=t>=this.maxHandlePosition-u,t<=f){if(0===e.position)return;i=this.getMinValue(t,!0,!1);r=this.getMaxValue(t,!0,!1)}else if(s){if(o.position===this.maxHandlePosition)return;r=this.getMaxValue(t,!0,!0);i=this.getMinValue(t,!0,!0)}else i=this.getMinValue(t,!1,!1),r=this.getMaxValue(t,!1,!1);this.positionTrackingBar(i,r)},n.prototype.positionTrackingBar=function(n,t){!k.isNullOrUndefined(this.viewOptions.minLimit)&&n<this.viewOptions.minLimit&&(t=kr.roundToPrecisionLimit((n=this.viewOptions.minLimit)+this.dragging.difference,this.viewOptions.precisionLimit));!k.isNullOrUndefined(this.viewOptions.maxLimit)&&t>this.viewOptions.maxLimit&&(n=kr.roundToPrecisionLimit((t=this.viewOptions.maxLimit)-this.dragging.difference,this.viewOptions.precisionLimit));this.viewLowValue=n;this.viewHighValue=t;this.applyViewChange();this.updateHandles(et.Min,this.valueToPosition(n));this.updateHandles(et.Max,this.valueToPosition(t))},n.prototype.positionTrackingHandle=function(n){n=this.applyMinMaxLimit(n);this.range&&(this.viewOptions.pushRange?n=this.applyPushRange(n):(this.viewOptions.noSwitching&&(this.currentTrackingPointer===et.Min&&n>this.viewHighValue?n=this.applyMinMaxRange(this.viewHighValue):this.currentTrackingPointer===et.Max&&n<this.viewLowValue&&(n=this.applyMinMaxRange(this.viewLowValue))),n=this.applyMinMaxRange(n),this.currentTrackingPointer===et.Min&&n>this.viewHighValue?(this.viewLowValue=this.viewHighValue,this.applyViewChange(),this.updateHandles(et.Min,this.maxHandleElement.position),this.updateAriaAttributes(),this.currentTrackingPointer=et.Max,this.minHandleElement.active=!1,this.maxHandleElement.active=!0,this.viewOptions.keyboardSupport&&this.maxHandleElement.focus()):this.currentTrackingPointer===et.Max&&n<this.viewLowValue&&(this.viewHighValue=this.viewLowValue,this.applyViewChange(),this.updateHandles(et.Max,this.minHandleElement.position),this.updateAriaAttributes(),this.currentTrackingPointer=et.Min,this.maxHandleElement.active=!1,this.minHandleElement.active=!0,this.viewOptions.keyboardSupport&&this.minHandleElement.focus())));this.getCurrentTrackingValue()!==n&&(this.currentTrackingPointer===et.Min?(this.viewLowValue=n,this.applyViewChange()):this.currentTrackingPointer===et.Max&&(this.viewHighValue=n,this.applyViewChange()),this.updateHandles(this.currentTrackingPointer,this.valueToPosition(n)),this.updateAriaAttributes())},n.prototype.applyMinMaxLimit=function(n){return!k.isNullOrUndefined(this.viewOptions.minLimit)&&n<this.viewOptions.minLimit?this.viewOptions.minLimit:!k.isNullOrUndefined(this.viewOptions.maxLimit)&&n>this.viewOptions.maxLimit?this.viewOptions.maxLimit:n},n.prototype.applyMinMaxRange=function(n){var t=Math.abs(n-(this.currentTrackingPointer===et.Min?this.viewHighValue:this.viewLowValue));if(!k.isNullOrUndefined(this.viewOptions.minRange)&&t<this.viewOptions.minRange){if(this.currentTrackingPointer===et.Min)return kr.roundToPrecisionLimit(this.viewHighValue-this.viewOptions.minRange,this.viewOptions.precisionLimit);if(this.currentTrackingPointer===et.Max)return kr.roundToPrecisionLimit(this.viewLowValue+this.viewOptions.minRange,this.viewOptions.precisionLimit)}if(!k.isNullOrUndefined(this.viewOptions.maxRange)&&t>this.viewOptions.maxRange){if(this.currentTrackingPointer===et.Min)return kr.roundToPrecisionLimit(this.viewHighValue-this.viewOptions.maxRange,this.viewOptions.precisionLimit);if(this.currentTrackingPointer===et.Max)return kr.roundToPrecisionLimit(this.viewLowValue+this.viewOptions.maxRange,this.viewOptions.precisionLimit)}return n},n.prototype.applyPushRange=function(n){var r=this.currentTrackingPointer===et.Min?this.viewHighValue-n:n-this.viewLowValue,t=k.isNullOrUndefined(this.viewOptions.minRange)?this.viewOptions.step:this.viewOptions.minRange,i=this.viewOptions.maxRange;return r<t?(this.currentTrackingPointer===et.Min?(this.viewHighValue=kr.roundToPrecisionLimit(Math.min(n+t,this.viewOptions.ceil),this.viewOptions.precisionLimit),n=kr.roundToPrecisionLimit(this.viewHighValue-t,this.viewOptions.precisionLimit),this.applyViewChange(),this.updateHandles(et.Max,this.valueToPosition(this.viewHighValue))):this.currentTrackingPointer===et.Max&&(this.viewLowValue=kr.roundToPrecisionLimit(Math.max(n-t,this.viewOptions.floor),this.viewOptions.precisionLimit),n=kr.roundToPrecisionLimit(this.viewLowValue+t,this.viewOptions.precisionLimit),this.applyViewChange(),this.updateHandles(et.Min,this.valueToPosition(this.viewLowValue))),this.updateAriaAttributes()):!k.isNullOrUndefined(i)&&r>i&&(this.currentTrackingPointer===et.Min?(this.viewHighValue=kr.roundToPrecisionLimit(n+i,this.viewOptions.precisionLimit),this.applyViewChange(),this.updateHandles(et.Max,this.valueToPosition(this.viewHighValue))):this.currentTrackingPointer===et.Max&&(this.viewLowValue=kr.roundToPrecisionLimit(n-i,this.viewOptions.precisionLimit),this.applyViewChange(),this.updateHandles(et.Min,this.valueToPosition(this.viewLowValue))),this.updateAriaAttributes()),n},n.prototype.getChangeContext=function(){var n=new sau;return n.pointerType=this.currentTrackingPointer,n.value=+this.value,this.range&&(n.highValue=+this.highValue),n},n}()),hoi=function(){return function(){}}(),coi=function(){return function(){}}(),cau=tt({encapsulation:0,styles:[".ng5-slider{display:inline-block;position:relative;height:4px;width:100%;margin:35px 0 15px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}  .ng5-slider.with-legend{margin-bottom:40px}  .ng5-slider[disabled]{cursor:not-allowed}  .ng5-slider[disabled] .ng5-slider-pointer{cursor:not-allowed;background-color:#d8e0f3}  .ng5-slider[disabled] .ng5-slider-draggable{cursor:not-allowed}  .ng5-slider[disabled] .ng5-slider-selection{background:#8b91a2}  .ng5-slider[disabled] .ng5-slider-tick{cursor:not-allowed}  .ng5-slider[disabled] .ng5-slider-tick.ng5-slider-selected{background:#8b91a2}  .ng5-slider .ng5-slider-span{white-space:nowrap;position:absolute;display:inline-block}  .ng5-slider .ng5-slider-base{width:100%;height:100%;padding:0}  .ng5-slider .ng5-slider-bar-wrapper{left:0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-16px;padding-top:16px;width:100%;height:32px;z-index:1}  .ng5-slider .ng5-slider-draggable{cursor:move}  .ng5-slider .ng5-slider-bar{left:0;width:100%;height:4px;z-index:1;background:#d8e0f3;border-radius:2px}  .ng5-slider .ng5-slider-bar-wrapper.ng5-slider-transparent .ng5-slider-bar{background:0 0}  .ng5-slider .ng5-slider-bar-wrapper.ng5-slider-left-out-selection .ng5-slider-bar{background:#df002d}  .ng5-slider .ng5-slider-bar-wrapper.ng5-slider-right-out-selection .ng5-slider-bar{background:#03a688}  .ng5-slider .ng5-slider-selection{z-index:2;background:#0db9f0;border-radius:2px}  .ng5-slider .ng5-slider-pointer{cursor:pointer;width:32px;height:32px;top:-14px;background-color:#0db9f0;z-index:3;border-radius:16px}  .ng5-slider .ng5-slider-pointer:after{content:'';width:8px;height:8px;position:absolute;top:12px;left:12px;border-radius:4px;background:#fff}  .ng5-slider .ng5-slider-pointer:hover:after{background-color:#fff}  .ng5-slider .ng5-slider-pointer.ng5-slider-active{z-index:4}  .ng5-slider .ng5-slider-pointer.ng5-slider-active:after{background-color:#451aff}  .ng5-slider .ng5-slider-bubble{cursor:default;bottom:16px;padding:1px 3px;color:#55637d;font-size:16px}  .ng5-slider .ng5-slider-bubble.ng5-slider-limit{color:#55637d}  .ng5-slider .ng5-slider-ticks{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:0;position:absolute;left:0;top:-3px;margin:0;z-index:1;list-style:none}  .ng5-slider .ng5-slider-ticks-values-under .ng5-slider-tick-value{top:auto;bottom:-36px}  .ng5-slider .ng5-slider-tick{text-align:center;cursor:pointer;width:10px;height:10px;background:#d8e0f3;border-radius:50%;position:absolute;top:0;left:0;margin-left:11px}  .ng5-slider .ng5-slider-tick.ng5-slider-selected{background:#0db9f0}  .ng5-slider .ng5-slider-tick-value{position:absolute;top:-34px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}  .ng5-slider .ng5-slider-tick-legend{position:absolute;top:24px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);max-width:50px;white-space:normal}  .ng5-slider.vertical{position:relative;width:4px;height:100%;margin:0 20px;padding:0;vertical-align:baseline;-ms-touch-action:pan-x;touch-action:pan-x}  .ng5-slider.vertical .ng5-slider-base{width:100%;height:100%;padding:0}  .ng5-slider.vertical .ng5-slider-bar-wrapper{top:auto;left:0;margin:0 0 0 -16px;padding:0 0 0 16px;height:100%;width:32px}  .ng5-slider.vertical .ng5-slider-bar{bottom:0;left:auto;width:4px;height:100%}  .ng5-slider.vertical .ng5-slider-pointer{left:-14px!important;top:auto;bottom:0}  .ng5-slider.vertical .ng5-slider-bubble{left:16px!important;bottom:0}  .ng5-slider.vertical .ng5-slider-ticks{height:100%;width:0;left:-3px;top:0;z-index:1}  .ng5-slider.vertical .ng5-slider-tick{vertical-align:middle;margin-left:auto;margin-top:11px}  .ng5-slider.vertical .ng5-slider-tick-value{left:24px;top:auto;-webkit-transform:translate(0,-28%);transform:translate(0,-28%)}  .ng5-slider.vertical .ng5-slider-tick-legend{top:auto;right:24px;-webkit-transform:translate(0,-28%);transform:translate(0,-28%);max-width:none;white-space:nowrap}  .ng5-slider.vertical .ng5-slider-ticks-values-under .ng5-slider-tick-value{bottom:auto;left:auto;right:24px}  .ng5-slider *{-webkit-transition:none;transition:none}  .ng5-slider.animate .ng5-slider-bar-wrapper{-webkit-transition:all linear .3s;transition:all linear .3s}  .ng5-slider.animate .ng5-slider-selection{-webkit-transition:background-color linear .3s;transition:background-color linear .3s}  .ng5-slider.animate .ng5-slider-pointer{-webkit-transition:all linear .3s;transition:all linear .3s}  .ng5-slider.animate .ng5-slider-bubble{-webkit-transition:all linear .3s;transition:all linear .3s}  .ng5-slider.animate .ng5-slider-bubble.ng5-slider-limit{-webkit-transition:opacity linear .3s;transition:opacity linear .3s}  .ng5-slider.animate .ng5-slider-bubble.ng5-slider-combined{-webkit-transition:opacity linear .3s;transition:opacity linear .3s}  .ng5-slider.animate .ng5-slider-tick{-webkit-transition:background-color linear .3s;transition:background-color linear .3s}"],data:{}});fit=tt({encapsulation:0,styles:[".ng5-slider-inner-tooltip[_ngcontent-%COMP%]{height:100%}"],data:{}});agt=tt({encapsulation:2,styles:[],data:{}});vgt=wt("nuv-model-portfolios-hero",oet,ayr,{apiBaseUrl:"api-base-url",baseballCardModelString:"baseball-card-model"},{},[]);ygt=tt({encapsulation:0,styles:[[""]],data:{}});pgt=wt("nuv-table-filter-singleselect-dropdown",set,pyr,{filterlistString:"list",datapointString:"datapoint",defaultkeystring:"defaultkey",filterId:"filter-id",tableId:"table-id"},{},[]);wgt=tt({encapsulation:0,styles:[[""]],data:{}});bgt=wt("nuv-table-filter-multiselect-dropdown",aet,dyr,{model:"model",filterId:"filter-id",tableId:"table-id",queryparam:"filter-queryparam",queryval:"filter-queryvalue"},{},[]);kgt=tt({encapsulation:0,styles:[[""]],data:{}});dgt=wt("nuv-table-filter-date-selector",vet,rpr,{model:"model",filterId:"filter-id",tableId:"table-id"},{},[]);ggt=tt({encapsulation:0,styles:[[".nuv-product-table__linebreaker[_ngcontent-%COMP%]{border-bottom:1px solid #000;margin-bottom:15px}.nuv-product-table__checkboxlist[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;margin-bottom:25px}.matching_results[_ngcontent-%COMP%]{padding:14px 50px 10px 0;font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:1rem;font-style:italic}.nuv-product-table__checkboxselected[_ngcontent-%COMP%]{padding-right:5px;padding-top:5px;float:left}.nuv-product-table__checkboxselections[_ngcontent-%COMP%]{float:left;font-family:Source Sans Pro,sans-serif;font-size:1rem;line-height:1;text-align:center;display:flex;padding:10px 10px 5px;color:#253746;border:1px solid #253746;background-color:#fff;cursor:pointer}.nuv-product-table__checkboxselections[_ngcontent-%COMP%]   div.nuv-ms-padding[_ngcontent-%COMP%]{padding:0 0 0 12px}"]],data:{}});nnt=wt("nuv-table-filter-selected-values",pet,opr,{tableId:"table-id"},{},[]);tnt=tt({encapsulation:0,styles:[[".nuv-product-table__resetlink[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-size:1rem;text-decoration:underline;color:#2ba824;line-height:1;border:none;background-color:transparent;cursor:pointer}"]],data:{}});int=wt("nuv-table-filter-reset",wet,cpr,{tableId:"table-id"},{},[]);rnt=tt({encapsulation:2,styles:[],data:{}});unt=wt("nuv-featured-product-card",het,twr,{cusips:"cusips",apiFullUrl:"api-full-url",cefDataPointGroupString:"cef-data-point-groups",etfDataPointGroupString:"etf-data-point-groups",mfDataPointGroupString:"mf-data-point-groups",smaDataPointGroupString:"sma-data-point-groups",cardTitle:"card-title"},{},[]);fnt=tt({encapsulation:0,styles:[['.nuv-product-detail-subscribe-modal-container[_ngcontent-%COMP%]{position:absolute;width:88.5rem;top:242px}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]{display:none;width:auto;height:auto;right:6.8rem;padding:20px 35px;max-width:670px;position:absolute;background-color:#fff;border:1px solid #fff;opacity:1;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);visibility:visible;transition:opacity .42s ease,visibility .42s ease;z-index:200;top:initial}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]:before{content:"";display:block;width:0;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #fff;position:absolute;right:42px;top:-7px}.nuv-desktop-style[_ngcontent-%COMP%] {top:55px;position:fixed;right:5rem}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{color:#253746;font-size:1.2rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;padding-bottom:5px}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   h3[_ngcontent-%COMP%]{color:#253746;font-size:1.8rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;margin:7px}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{margin:0;color:#66737d}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   hr[_ngcontent-%COMP%]{border-top:1px solid #f2f3f4;width:100%;margin:5px 0}.nuv-product-detail-subscribe-modal__alert-text[_ngcontent-%COMP%], .nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;color:#fff}.nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]{font-weight:400;font-size:1rem;display:block;opacity:.9;letter-spacing:.07px;background-color:#f2f3f4;padding:17px 20px;width:100%;margin:10px 0 3px;transition:border .1s ease;border:none;color:#75787b}.nuv-product-detail-subscribe-modal__firstname[_ngcontent-%COMP%]{width:49%;float:left}.nuv-product-detail-subscribe-modal__lastname[_ngcontent-%COMP%]{width:48%;float:left;margin-left:13px}.nuv-product-detail-subscribe-modal__email[_ngcontent-%COMP%]{width:100%}.nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]:focus{opacity:1}.nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]::-webkit-input-placeholder{color:#75787b}.nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]:-moz-placeholder, .nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]::-moz-placeholder{color:#75787b}.nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]:-ms-input-placeholder{color:#75787b}.nuv-product-detail-subscribe-modal__input-field--error[_ngcontent-%COMP%]{border:1px solid red}.nuv-product-detail-subscribe-modal__input-error[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;font-size:.75rem;display:none;text-align:center;color:red;margin-bottom:12px;opacity:0;transition:opacity .1s ease}.nuv-product-detail-subscribe-modal__input-error[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:underline}.nuv-product-detail-subscribe-modal__input-error--visible[_ngcontent-%COMP%]{display:block;opacity:1}.nuv-product-detail-subscribe-modal__password-container[_ngcontent-%COMP%]{position:relative}.nuv-product-detail-subscribe-modal__password-container[_ngcontent-%COMP%]   .nuv-product-detail-subscribe-modal__input-field[_ngcontent-%COMP%]{padding-right:58px}.nuv-product-detail-subscribe-modal__submit-container[_ngcontent-%COMP%]{text-align:center}.nuv-product-detail-subscribe-modal__btn[_ngcontent-%COMP%]{background-color:#2ba824;font-size:.9rem;padding:17px 60px;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;letter-spacing:.5px;line-height:1;color:#fff;margin-top:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none;cursor:pointer}.nuv-product-detail-manage_subscriptions-modal__btn[_ngcontent-%COMP%]{background-color:#2ba824;font-size:.9rem;padding:19px 25px;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:.5px;color:#fff;margin-top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nuv-product-detail-manage_subscriptions-modal__btn[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#fff;text-decoration:none}.nuv-product-detail-subscribe-modal__btn[_ngcontent-%COMP%]:hover{background-color:#2d9015}.nuv-product-detail-subscribe-modal__footer[_ngcontent-%COMP%]{font-style:italic;color:#66737d}.nuv-product-detail-subscribe-modal__footer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#0092bc;text-decoration:underline}.nuv-product-detail-subscribe-modal__row[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;margin:15px 0;width:100%}.nuv-product-detail-subscribe-modal__col[_ngcontent-%COMP%]{float:left}.subscription-errors[_ngcontent-%COMP%]{color:red;padding-left:15px;font-style:italic}.nuv-pdsuberror[_ngcontent-%COMP%]{margin-left:-15px;padding-top:10px}.nuv-product-detail-subscribe-modal__subscribe_item[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.995rem;position:relative;color:#253746;letter-spacing:0;float:left;margin:5px 30px 3px 0;padding-left:20px;line-height:32px}.nuv-product-detail-subscribe-modal__checkbox[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1px solid #253746;background-color:#f0f8ff}.nuv-product-detail-subscribe-modal__label[_ngcontent-%COMP%]{margin-left:0}.nuv-product-detail-subscribe-modal__checkbox[_ngcontent-%COMP%]:after{content:"";display:block;width:100%;height:100%;border-radius:0;background-color:transparent;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s linear}.nuv-product-detail-subscribe-modal__checkbox[_ngcontent-%COMP%]:checked:after{content:"";display:block;width:6px;height:6px;border-radius:6px;background-color:#0092bc}.nuv-product-detail-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:5px;float:left;display:flex;transition:transform .3s ease;transform:scale(1);background-color:#2ba824;width:32px;height:32px;margin-right:10px;justify-content:center;align-items:center;border-radius:100px;z-index:10}.nuv-product-detail-subscribe-modal__close-btn[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;cursor:pointer;position:absolute;top:20px;right:20px}.nuv-product-detail-subscribe-modal__close-icon[_ngcontent-%COMP%]{width:20px;height:19px;color:#75787b}svg[_ngcontent-%COMP%]:not(:root){overflow:hidden}@media (max-width:1420px){.nuv-product-detail-subscribe-modal-container[_ngcontent-%COMP%]{position:absolute;width:100%;top:248px}}@media (max-width:1022px){.nuv-product-detail-subscribe-modal-container[_ngcontent-%COMP%]{top:0;position:inherit}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]{top:0;right:0;left:0;max-width:100%}}@media (max-width:590px){.nuv-product-detail-subscribe-modal__firstname[_ngcontent-%COMP%]{width:100%;float:left}.nuv-product-detail-subscribe-modal__lastname[_ngcontent-%COMP%]{width:100%;float:left;margin-left:0}}@media (max-width:585px){.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]{padding:20px 25px}.nuv-product-detail-subscribe-modal__checkmark[_ngcontent-%COMP%]{margin-top:-3px;width:25px;height:25px}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   h3[_ngcontent-%COMP%]{margin:0;font-size:1.4rem}}@media (max-width:467px){.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   h3[_ngcontent-%COMP%]{margin:0;font-size:1.1rem}.nuv-product-detail-subscribe-modal__checkmark[_ngcontent-%COMP%]{width:20px;height:20px;margin-right:10px}.nuv-product-detail-subscribe-modal[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{padding-bottom:5px;padding-right:30px;line-height:30px}.nuv-product-detail-subscribe-modal__close-btn[_ngcontent-%COMP%]{top:50px}}.nuv-show[_ngcontent-%COMP%]{display:block}.nuv-float-none[_ngcontent-%COMP%]{float:none!important}']],data:{}});ent=wt("app-product-detail-touch-point",yet,ywr,{},{},[]);eit=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-image-gallery__container[_ngcontent-%COMP%]{width:100%;margin-left:2.5rem;display:inline-block;margin-top:30px;margin-bottom:45px}@media only screen and (min-width:47.75rem){.nuv-image-gallery__alignarticle[_ngcontent-%COMP%]{margin-left:228px}}@media only screen and (min-width:63.9375rem){.nuv-image-gallery__alignarticle[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem)}}.nuv-image-gallery__title[_ngcontent-%COMP%]{color:#253746;font-size:1.375rem;line-height:2rem;font-weight:700;font-family:Georgia,Times,serif;width:716px}.nuv-image-gallery__image-wrapper[_ngcontent-%COMP%]{margin-top:20px;width:716px}.nuv-image-gallery__footer[_ngcontent-%COMP%]{width:100%;display:flex;flex-wrap:nowrap;margin-top:10px}.nuv-image-gallery__thumbnails[_ngcontent-%COMP%]{margin-left:auto;order:2;display:flex}.nuv-image-gallery__caption[_ngcontent-%COMP%]{color:#66737d;font-size:14px;line-height:18px;margin-right:40px;font-family:Source Sans pro,sans-serif}.nuv-image-gallery__thumbnail-wrapper[_ngcontent-%COMP%]{width:40px;height:40px;margin-left:10px;opacity:.3;cursor:pointer}.nuv-image-gallery__thumbnail-wrapper[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{width:100%;height:100%}.nuv-image-gallery__thumbnail-wrapper-active[_ngcontent-%COMP%]{opacity:1}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}.nuv-image-gallery__container[_ngcontent-%COMP%]{margin-left:1rem}.nuv-image-gallery__image-wrapper[_ngcontent-%COMP%]{width:calc(100% - 2rem)}.nuv-image-gallery__caption[_ngcontent-%COMP%]{margin-right:0}.nuv-image-gallery__title[_ngcontent-%COMP%]{width:calc(100% - 2rem)}}@media (max-width:531px){.nuv-image-gallery__footer[_ngcontent-%COMP%]{flex-flow:column-reverse}.nuv-image-gallery__caption[_ngcontent-%COMP%]{order:2;margin-top:5px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #bdc3c7}.nuv-image-gallery__thumbnails[_ngcontent-%COMP%]{order:1;margin-left:0}.nuv-image-gallery__thumbnail-wrapper[_ngcontent-%COMP%]:first-child{margin-left:0}}@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){.nuv-image-gallery__footer[_ngcontent-%COMP%]{flex-flow:column-reverse}.nuv-image-gallery__caption[_ngcontent-%COMP%]{order:2;margin-top:15px;margin-right:0;margin-bottom:15px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.nuv-image-gallery__footer[_ngcontent-%COMP%]{flex-flow:column-reverse}.nuv-image-gallery__caption[_ngcontent-%COMP%]{order:2;margin-top:15px;margin-right:0;margin-bottom:15px}.nuv-image-gallery__image-wrapper[_ngcontent-%COMP%]{width:calc(100% - 5rem)}}"]],data:{}});ont=wt("app-image-gallery",rk,gwr,{properties:"properties",alignToArticle:"alignToArticle"},{},[]);snt=tt({encapsulation:0,styles:[['.nuv-in-the-series[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;background-color:rgba(178,222,234,.3);margin-top:75px;position:relative;clear:both;margin-bottom:40px}.nuv-in-the-series[_ngcontent-%COMP%]:before{content:"";position:absolute;width:100%;top:-40px;height:1px;background:#bdc3c7;left:0}.nuv-in-the-series[_ngcontent-%COMP%]:after{content:"";position:absolute;width:100%;bottom:-40px;height:1px;background:#bdc3c7;left:0}.nuv-in-the-series__title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:24px;color:#253746;margin-top:-13px;margin-bottom:20px;margin-right:0;position:relative}@media (min-width:47.75rem){.nuv-in-the-series__title[_ngcontent-%COMP%]{font-size:32px}}@media (min-width:63.9375rem){.nuv-in-the-series__title[_ngcontent-%COMP%]{font-size:32px}}.nuv-in-the-series__description[_ngcontent-%COMP%]{padding-left:20px;margin:0}.nuv-in-the-series__content[_ngcontent-%COMP%]{font-family:Georgia;font-weight:400;color:#253746;font-size:16px;line-height:24px;letter-spacing:.00562rem;position:relative;padding-left:0;padding-right:2.4rem;margin-bottom:21px;margin-top:15px}.nuv-in-the-series__content[_ngcontent-%COMP%]   .italic[_ngcontent-%COMP%]{font-style:italic}.nuv-read-the-series_button[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;color:#fff;font-size:12px;background-color:#0092bc;float:left;text-align:center;margin-bottom:30px;padding:12px 10px 15px;width:110px;height:36px}.nuv-read-the-series__hide[_ngcontent-%COMP%]{display:none}.nuv-read-the-external-icon[_ngcontent-%COMP%]{margin-left:5px}.nuv-in-the-series__content[_ngcontent-%COMP%]   em[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;display:block;margin-bottom:5px;color:#253746}@media (min-width:47.75rem){.nuv-in-the-series[_ngcontent-%COMP%]{width:656px;float:left;margin-left:1rem;margin-top:75px}.nuv-read-the-series_button[_ngcontent-%COMP%]{min-width:180px;padding:15px 16px 15px 20px;width:184px;height:46px;font-size:1rem}.nuv-in-the-series__content[_ngcontent-%COMP%]{letter-spacing:.0075rem;font-size:18px;line-height:27px;padding-right:0}.nuv-in-the-series__description[_ngcontent-%COMP%]{padding:0 68px}}@media (min-width:63.9375rem){.nuv-in-the-series[_ngcontent-%COMP%]{width:716px;float:left;margin-left:2.5rem}.nuv-in-the-series__title[_ngcontent-%COMP%]{margin-left:0;margin-bottom:20px;margin-right:0;float:none}.nuv-in-the-series__description[_ngcontent-%COMP%]{padding-left:68px;padding-right:68px}.nuv-in-the-series__content[_ngcontent-%COMP%]{padding-right:0;margin-right:0;font-size:18px;line-height:27px}.nuv-read-the-series_button[_ngcontent-%COMP%]{width:184px;height:46px;font-size:1rem;padding:15px 16px 15px 20px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.nuv-in-the-series[_ngcontent-%COMP%]{width:487px}}']],data:{}});hnt=wt("app-in-the-series",bet,tbr,{title:"data-title",linkhref:"data-linkhref",linktarget:"data-linktarget",linktext:"data-linktext",isexternal:"data-isexternal",description:"data-description"},{},[]);cnt=tt({encapsulation:0,styles:[[".nuv-explore-series[_ngcontent-%COMP%]{margin-bottom:50px}.nuv-explore-series__three-up-content[_ngcontent-%COMP%]{margin-top:0}.nuv-explore-series__three-up-content[_ngcontent-%COMP%]::before{background-color:transparent;width:100%}.nuv-explore-series__imagelink[_ngcontent-%COMP%]{display:block}.nuv-explore-series__imagelink[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{width:100%}.nuv-explore-series__footerlower[_ngcontent-%COMP%]{margin-top:0;margin-bottom:20px}.nuv-explore-series__nostyle[_ngcontent-%COMP%]{color:#bdc3c7;text-decoration:none;display:inline-block}.nuv-explore-series__content[_ngcontent-%COMP%]{margin-bottom:50px;overflow:hidden}.nuv-explore-series__title-box-wrapper[_ngcontent-%COMP%]{margin-left:0;width:100%;position:relative}.nuv-explore-series__image-wrapper[_ngcontent-%COMP%]{width:calc(100% - 7.5rem);position:relative;margin-left:78px;margin-bottom:10px}.nuv-explore-series__image[_ngcontent-%COMP%]{width:calc(64% + 1.14rem);float:left;height:438px;overflow:hidden}.nuv-explore-series__image-anchor[_ngcontent-%COMP%]{display:block}.nuv-explore-series__blurb[_ngcontent-%COMP%]{margin-bottom:42px;margin-left:calc(41.66667% - 3.54167rem + 18rem)}.nuv-explore-series__article-wrapper[_ngcontent-%COMP%]{margin-left:0;display:block;width:100%}.nuv-explore-series__article[_ngcontent-%COMP%]{width:31.65%;float:left}.nuv-explore-series__article[_ngcontent-%COMP%]:nth-child(2n+2){margin:0 3.2%}.nuv-explore-series__article-separator[_ngcontent-%COMP%]{width:100%;border-top:1px solid #fff;margin:10px 0;height:10px;float:left}.nuv-explore-series__title[_ngcontent-%COMP%]{color:#fff;display:inline;border-bottom:1px solid transparent;transition:border-color .25s ease}.nuv-explore-series__title[_ngcontent-%COMP%]:hover{border-color:#2ba824}.nuv-explore-series__footer[_ngcontent-%COMP%]{margin-bottom:0;margin-top:0}.nuv-explore-series__footer[_ngcontent-%COMP%]   a.nuv-three-up-content__author[_ngcontent-%COMP%]{color:#bdc3c7;margin:5px 0}.nuv-explore-series__top-footer[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:400;font-size:18px;line-height:27px;letter-spacing:0;color:#fff;margin-top:10px}.nuv-explore-series__footer-author-name[_ngcontent-%COMP%]{color:#bdc3c7;font-size:16px}.nuv-explore-series__footer-author-name[_ngcontent-%COMP%]::after{content:'';position:relative;display:block;border-bottom:1px solid #bdc3c7;bottom:7px}.nuv-explore-series__footer-date[_ngcontent-%COMP%]{color:#bdc3c7;font-size:16px}.nuv-explore-series__theme[_ngcontent-%COMP%]{margin-top:0}.nuv-explore-series__footer-multiauthor[_ngcontent-%COMP%]{font-style:italic}.nuv-explore-series__headline[_ngcontent-%COMP%]{margin-left:25px;float:left;width:31.65%;margin-bottom:0;font-size:32px;line-height:42px}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]{margin-left:80px;margin-top:47px;position:relative;font-size:32px;padding-top:5px;margin-bottom:27px}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::before{content:\"\";position:absolute;width:104px;height:4px;background-color:#4bb2d0;top:-5px}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{content:'';width:57%;height:240px;background:#0092bc;display:block;position:absolute;top:-47px;left:-41px;z-index:-1}.nuv-explore-series__background-letter[_ngcontent-%COMP%]{width:100vw;height:calc(100% - 42px)}@media (max-width:767px){.nuv-explore-series[_ngcontent-%COMP%]{padding-left:0;padding-right:20px}.nuv-explore-series__image-wrapper[_ngcontent-%COMP%]{margin-left:40px;width:calc(100% - 3.762rem);margin-top:20px}}@media (min-width:768px) and (max-width:1023px){.nuv-explore-series[_ngcontent-%COMP%]{padding:0 20px}.nuv-explore-series__image-wrapper[_ngcontent-%COMP%]{margin-left:50px;width:calc(100% - 5.5rem);margin-top:20px}}@media (max-width:1023px){.nuv-explore-series__image[_ngcontent-%COMP%]{width:100%;margin:0;float:none;height:auto}.nuv-explore-series__content[_ngcontent-%COMP%], .nuv-explore-series__image[_ngcontent-%COMP%]   picture[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{width:100%}.nuv-explore-series__title[_ngcontent-%COMP%]{font-size:22px;line-height:32px}.nuv-explore-series__imagelink[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{min-height:unset}.nuv-explore-series__headline[_ngcontent-%COMP%]{margin-left:0;float:left;font-size:18px;width:100%;line-height:32px;margin-bottom:40px}.nuv-explore-series__top-footer[_ngcontent-%COMP%]{font-size:16px}.nuv-explore-series__footerlower[_ngcontent-%COMP%]{margin-bottom:70px}.nuv-explore-series__footerlower[_ngcontent-%COMP%]   [_ngcontent-%COMP%]:last-child{margin-bottom:0}.nuv-explore-series__theme[_ngcontent-%COMP%]{margin-top:15px}.nuv-explore-series__article-wrapper[_ngcontent-%COMP%]{margin-top:0;padding-right:0}.nuv-explore-series__article[_ngcontent-%COMP%]{height:auto;width:100%;margin:0}.nuv-explore-series__article[_ngcontent-%COMP%]:nth-child(2n+2){margin:0}.nuv-explore-series__article[_ngcontent-%COMP%]   div.nuv-three-up-content__video-container[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .nuv-explore-series__article[_ngcontent-%COMP%]   div.nuv-three-up-content__video-container[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]   picture[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{width:100%}.nuv-explore-series__article-separator[_ngcontent-%COMP%], .nuv-explore-series__footer-description[_ngcontent-%COMP%]{display:none}.nuv-explore-series__background-letter[_ngcontent-%COMP%]{position:absolute;left:0;transform:none;margin-left:20px;width:calc(100% - 23px)}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]{font-size:26px;padding-top:24px;margin-left:25px;width:calc(100% + 40px)}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::before{top:4px}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{content:'';width:100%;height:180px;left:-68px}}@media (min-width:1025px){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]{margin-left:108px}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{content:'';left:-68px}.nuv-explore-series__image-wrapper[_ngcontent-%COMP%]{margin-left:148px;width:calc(100% - 11.8rem)}.nuv-explore-series__article-separator[_ngcontent-%COMP%]{margin:15px 0}}@media (min-width:1400px){.nuv-explore-series__image[_ngcontent-%COMP%]{width:calc(63% + 1.6rem)}.nuv-explore-series__article[_ngcontent-%COMP%]{width:31.2%}.nuv-explore-series__headline[_ngcontent-%COMP%]{width:31%;margin-left:3.75%}}@media (min-width:1024px) and (max-width:1399px){.nuv-explore-series__article[_ngcontent-%COMP%]{width:30%}.nuv-explore-series__article[_ngcontent-%COMP%]:nth-child(2n+2){margin:0 5%}.nuv-explore-series__headline[_ngcontent-%COMP%]{width:30%;margin-left:5%;font-size:28px;line-height:38px}.nuv-explore-series__image[_ngcontent-%COMP%]{width:65%}}@media (min-width:768px) and (max-width:1023px){.nuv-explore-series__article[_ngcontent-%COMP%]:nth-child(2n+2){margin:0 5%}.nuv-explore-series__article[_ngcontent-%COMP%]{height:auto;width:30%;margin:0}.nuv-explore-series__image[_ngcontent-%COMP%]{width:65%;float:left;height:auto;margin:0}.nuv-explore-series__headline[_ngcontent-%COMP%]{margin-left:5%;margin-top:-15px;margin-bottom:0;float:left;width:30%}.nuv-explore-series__article-separator[_ngcontent-%COMP%]{display:block}.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]{width:55%;padding-top:10px;margin-left:0}.nuv-explore-series__title[_ngcontent-%COMP%]{font-size:22px;line-height:28px}.nuv-explore-series__footer-author-name[_ngcontent-%COMP%]{font-size:16px}.nuv-explore-series__footer-date[_ngcontent-%COMP%]{font-size:14px}.nuv-explore-series__footerlower[_ngcontent-%COMP%]{margin-bottom:20px}.nuv-explore-series__content[_ngcontent-%COMP%]{overflow:visible}.nuv-explore-series__imagelink[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{min-height:113px}.nuv-explore-series__background-letter[_ngcontent-%COMP%]{width:100vw;left:50%;margin-left:-50vw}.nuv-explore-series__three-up-content[_ngcontent-%COMP%]{margin-left:0;width:100%}.nuv-explore-series__image-wrapper[_ngcontent-%COMP%]{width:100%;margin:0}}@media only screen and (min-width:768px) and (max-width:1023px) and (orientation:landscape){.nuv-explore-series__headline[_ngcontent-%COMP%]{margin-top:0}}@media (min-width:47.75rem){.nuv-three-up-content__title.nuv-explore-series__title[_ngcontent-%COMP%]{line-height:2rem}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{height:245px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{width:415px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{width:500px}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{height:245px}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{width:415px}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape){.nuv-explore-series__title-box-headline[_ngcontent-%COMP%]::after{width:500px}}.nuv-explore-series__top-footer.nuv-explore-series__footer-multiauthor.nuv-explore-series__footerlower[_ngcontent-%COMP%]{margin-top:0}"]],data:{}});lnt=wt("app-explore-series",ket,ukr,{title:"data-title",jsonproperties:"data-properties",jsondisplayproperties:"data-displayproperties"},{},[]);ant=tt({encapsulation:0,styles:[[""]],data:{}});vnt=wt("image-gallery-embed",get,ekr,{},{},[]);ynt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{margin-top:45px;display:block;float:left}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]{margin-top:45px}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]{margin-top:45px}}[_nghost-%COMP%]::after{clear:both;content:\"\";display:block}.nuv-webinar[_ngcontent-%COMP%]{clear:both;position:relative}.nuv-webinar__tout[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;padding-top:20px;padding-bottom:43px;padding-right:25px;position:relative;background-color:#253746;clear:both}.nuv-webinar__tout[_ngcontent-%COMP%]::after::after{content:'';display:table;clear:both}.nuv-webinar__tout[_ngcontent-%COMP%]::before{content:'';display:block;width:calc(100% + 1.25rem + 1.25rem);height:100%;position:absolute;left:-1.25rem;top:0;background-color:#253746;z-index:-1}.nuv-webinar__tout-theme-title[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:700;line-height:1.5;letter-spacing:.05625rem;text-transform:uppercase;color:#2ba824;display:block;text-transform:uppercase;margin-top:15px;font-size:.875rem}@media only screen and (min-width:47.75rem){.nuv-webinar__tout-theme-title[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.5;letter-spacing:.05rem}}@media only screen and (min-width:63.9375rem){.nuv-webinar__tout-theme-title[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.5;letter-spacing:.075rem}}.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;letter-spacing:-.034375rem;text-transform:none;color:#fff;margin-top:15px;margin-bottom:10px;word-break:break-word;font-size:2rem;line-height:2.625rem;padding-bottom:25px;border-bottom:1px solid #15222c}@media only screen and (min-width:47.75rem){.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.nuv-webinar__tout-author[_ngcontent-%COMP%]{margin-top:1.125rem}.nuv-webinar__tout-author[_ngcontent-%COMP%]:first-child{margin-top:0}.nuv-webinar__tout-author-title[_ngcontent-%COMP%]{position:relative;color:#bdc3c7;font-weight:700}.nuv-webinar__tout-author-name[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-weight:700;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;font-size:1.125rem;font-style:normal;color:#2ba824;margin-bottom:10px;letter-spacing:0}@media only screen and (min-width:47.75rem){.nuv-webinar__tout-author-title[_ngcontent-%COMP%]{font-size:1.125rem}.nuv-webinar__tout-author-name[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-webinar__tout-author-name[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}@media only screen and (min-width:47.75rem){.nuv-webinar__tout-author-name[_ngcontent-%COMP%]{font-size:1.125rem}.nuv-webinar__tout[_ngcontent-%COMP%]{width:calc(50% - 1.5rem);float:left;margin-left:1rem;padding-right:calc(8.33333333% - 1.08333333rem + 1rem);padding-top:25px}.nuv-webinar__tout[_ngcontent-%COMP%]::before{width:100%;left:auto;right:50%}.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-size:2rem;line-height:2.625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-size:2rem;line-height:2.625rem}}@media only screen and (min-width:63.9375rem){.nuv-webinar__tout[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem;padding-left:calc(8.33333333% - 2.70833333rem);padding-right:25px;padding-top:20px}.nuv-webinar__tout[_ngcontent-%COMP%]::before{display:none}.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-size:1.95rem}}@media screen and (min-width:63.9375rem) and (max-width:77.0625rem){.nuv-webinar__tout-headline[_ngcontent-%COMP%]{font-size:2rem}}.nuv-webinar__content[_ngcontent-%COMP%]{margin-top:-2.5rem;clear:both;float:none;position:relative;background-color:rgba(178,197,203,.2)}.nuv-webinar__content-description[_ngcontent-%COMP%]{font-family:Georgia;margin-left:1.25rem;margin-right:1.25rem;padding:45px 0}.nuv-webinar__content-description-date-mobile[_ngcontent-%COMP%]{display:block}.nuv-webinar__content-description-date-desktop[_ngcontent-%COMP%]{display:none}.nuv-webinar__content-description-text[_ngcontent-%COMP%]{font-size:1.375rem;line-height:2rem;color:#253746;padding-bottom:32px;margin:0}.nuv-webinar__content-description-date[_ngcontent-%COMP%]{padding-bottom:30px}.nuv-webinar__content-description-date[_ngcontent-%COMP%], .nuv-webinar__content-description-date[_ngcontent-%COMP%]   span[_ngcontent-%COMP%]{font-weight:700;font-size:1rem;font-style:italic;color:#253746}.nuv-webinar__content-description-date[_ngcontent-%COMP%]   span[_ngcontent-%COMP%], .nuv-webinar__content-description-date[_ngcontent-%COMP%]   svg[_ngcontent-%COMP%]{vertical-align:middle;display:inline-block}.nuv-webinar__content-description-date[_ngcontent-%COMP%]   span[_ngcontent-%COMP%]{margin-left:10px}.nuv-webinar__content-description-button[_ngcontent-%COMP%]{font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;color:#fff;font-size:16px;background-color:#2ba824;text-align:center;width:184px;padding:15px 10px 13px;height:46px}.nuv-webinar__content-description-link-container[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{font-family:Georgia;font-weight:400;font-size:22px;font-style:italic;color:#2ba824;text-decoration:underline}@media only screen and (min-width:47.75rem){.nuv-webinar[_ngcontent-%COMP%]{display:flex;align-items:center}.nuv-webinar__content[_ngcontent-%COMP%]{float:left;margin-top:0;clear:none;margin-left:0;width:calc(50% - .5rem)}.nuv-webinar__content-description[_ngcontent-%COMP%]{margin-left:30px}.nuv-webinar__content-description-date-mobile[_ngcontent-%COMP%]{display:none}.nuv-webinar__content-description-date-desktop[_ngcontent-%COMP%]{display:block}.nuv-webinar__content-description-text[_ngcontent-%COMP%]{font-size:1.375rem;line-height:2rem}.nuv-webinar__content-description-button-container[_ngcontent-%COMP%]{text-align:right}}@media only screen and (min-width:63.9375rem){.nuv-webinar__content[_ngcontent-%COMP%]{float:left;position:relative;margin-top:0;clear:none;margin-left:0;width:calc(60% - 2.5rem)}.nuv-webinar__content-description[_ngcontent-%COMP%]{padding:81px 0 66px}.nuv-webinar__content-description-text[_ngcontent-%COMP%]{font-size:1.375rem;padding-bottom:20px}.nuv-webinar__content-description-date[_ngcontent-%COMP%]{padding-bottom:10px}.nuv-webinar__tout-author-wrapper[_ngcontent-%COMP%]{padding-right:75px}}.nuv-webinar__tout-author-title[_ngcontent-%COMP%]{font-size:1rem;line-height:1.25rem;font-family:Georgia,Times,serif;font-style:italic}.nuv-webinar__external-icon--hide[_ngcontent-%COMP%]{display:none}.nuv-webinar__external-icon[_ngcontent-%COMP%]{margin-left:5px}.nuv-webinar__content-description-button-text.nuv-webinar__content-description-button-svg[_ngcontent-%COMP%]{position:relative;top:-3px}.nuv-button__btn.nuv-webinar__content-description-link[_ngcontent-%COMP%]{text-decoration:underline!important}.nuv-webinar__content-description-button-container[_ngcontent-%COMP%]   .nuv-button--green[_ngcontent-%COMP%]   a[target=\"_blank\"][_ngcontent-%COMP%]::after{bottom:17px}"]],data:{}});pnt=wt("app-webinar",not,idr,{WebinarString:"sitecore-content"},{},[]);wnt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{margin-top:45px;display:block;clear:both}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]{margin-top:45px}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]{margin-top:45px}}[_nghost-%COMP%]::after{clear:both;content:\"\";display:block}.nuv-four-up-icon-card[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative}.nuv-four-up-icon-card__title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#253746;line-height:1.625rem;letter-spacing:-.034375rem;margin-bottom:1.25rem;margin-top:8px;font-size:1.25rem}@media only screen and (min-width:47.75rem){.nuv-four-up-icon-card__title[_ngcontent-%COMP%]{font-size:1.75rem;line-height:2.25rem;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-four-up-icon-card__title[_ngcontent-%COMP%]{font-size:2.25rem;line-height:2.875rem;letter-spacing:-.00625rem}}.nuv-four-up-icon-card__title[_ngcontent-%COMP%]::before{content:\"\";display:block;width:100%;height:4px;background-color:#e87722;position:absolute;left:0;top:0}.nuv-four-up-icon-card__content[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;padding-top:15px}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]::before{content:\"\";width:100%;position:absolute}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]{display:block;float:none;width:calc(50% - calc(32px / 4));margin-left:16px;margin-bottom:50px;padding:0;border-top:0}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]:first-child, .nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]:nth-child(3n){margin-left:0}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]:nth-child(-n+2){margin-bottom:30px}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__icon[_ngcontent-%COMP%]{margin:10px 0 25px}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__title[_ngcontent-%COMP%]{font-size:1.125rem;font-style:italic;line-height:1.5rem}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__caption[_ngcontent-%COMP%]{width:100%;color:#66737d;font-size:1rem;line-height:1.5rem;font-style:normal;margin-top:5px!important}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__caption[_ngcontent-%COMP%]::before{display:none}.nuv-four-up-icon-card.nuv-four-up-icon-card-num-1[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]{width:100%}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__caption.non-italic[_ngcontent-%COMP%]{font-style:normal}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__value[_ngcontent-%COMP%]::before{background-color:transparent!important}.nuv-four-up-icon-card--blue[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]::before{background-color:#0092bc!important}.nuv-four-up-icon-card--orange[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]::before{background-color:#e87722!important}.nuv-four-up-icon-card--green[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]::before{background-color:#2d9015!important}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-four-up-icon-card[_ngcontent-%COMP%]{margin-bottom:-50px}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-four-up-icon-card[_ngcontent-%COMP%]{margin-bottom:-50px}}@media only screen and (min-width:47.75rem){.nuv-four-up-icon-card[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-four-up-icon-card__title[_ngcontent-%COMP%]{font-size:2rem}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__title[_ngcontent-%COMP%]{font-size:1.375rem;line-height:2rem}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card__caption[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.6875rem}}@media only screen and (min-width:63.9375rem){.nuv-four-up-icon-card[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]{width:calc(25% - calc(120px / 4));margin-left:40px;margin-bottom:0;min-height:auto}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]:nth-child(3n){margin-left:40px}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]:nth-child(-n+2){margin-bottom:50px}.nuv-four-up-icon-card[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]:nth-child(5n){margin-left:0}.nuv-four-up-icon-card.nuv-four-up-icon-card-num-2[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]{width:calc(50% - calc(40px / 2))}.nuv-four-up-icon-card.nuv-four-up-icon-card-num-3[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]{width:calc(33.33% - calc(80px / 3))}.nuv-four-up-icon-card.nuv-four-up-icon-card-num-4[_ngcontent-%COMP%]   .nuv-stats-card[_ngcontent-%COMP%]{width:calc(25% - calc(120px / 4))}}"]],data:{}});bnt=wt("app-fourup-icon-card",tot,fdr,{FourUpIconCardString:"sitecore-content"},{},[]);knt=tt({encapsulation:0,styles:[[".PDPDataCallout[_ngcontent-%COMP%]{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout[_ngcontent-%COMP%]{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background[_ngcontent-%COMP%]{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title[_ngcontent-%COMP%]{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date[_ngcontent-%COMP%]{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items[_ngcontent-%COMP%]{list-style:none;padding:0}.nuv-data-callout__item[_ngcontent-%COMP%]{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase][_ngcontent-%COMP%]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease][_ngcontent-%COMP%]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text[_ngcontent-%COMP%]{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:15px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__background[_ngcontent-%COMP%]{background:0 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title[_ngcontent-%COMP%]{color:#253746;padding-bottom:5px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__label[_ngcontent-%COMP%]{color:#5f7283;border-top:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__date[_ngcontent-%COMP%]{color:#253746}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-text[_ngcontent-%COMP%]{font-size:14px}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__item__label[_ngcontent-%COMP%]{margin-top:18px}.nuv-data-callout__item__date[_ngcontent-%COMP%]{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text[_ngcontent-%COMP%], .nuv-data-callout__footer-text[_ngcontent-%COMP%]   p[_ngcontent-%COMP%]{font-size:14px;line-height:1.5}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 20px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 77px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:last-child   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item[_ngcontent-%COMP%]{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:1.5rem}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__item__value[_ngcontent-%COMP%] + div[_ngcontent-%COMP%]{max-width:350px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__title-and-date[_ngcontent-%COMP%]{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout[_ngcontent-%COMP%]{padding:50px 110px 80px}.nuv-data-callout__container[_ngcontent-%COMP%]{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note[_ngcontent-%COMP%]{margin:15px 0}.nuv-data-callout__disclaimer-note[_ngcontent-%COMP%]{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date[_ngcontent-%COMP%]{margin-bottom:10px}.nuv-data-callout__title[_ngcontent-%COMP%]{font-size:22px;line-height:1.41}.nuv-data-callout__date[_ngcontent-%COMP%]{font-size:16px;line-height:1}.nuv-data-callout__items[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+1)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-right:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-child(2n+2)   .nuv-data-callout__item[_ngcontent-%COMP%]{margin-left:20px}.nuv-data-callout__item-wrapper[_ngcontent-%COMP%]:nth-last-child(2):nth-child(odd)   .nuv-data-callout__item[_ngcontent-%COMP%]{border-bottom:none}.nuv-data-callout__item[_ngcontent-%COMP%]{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label[_ngcontent-%COMP%]{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date[_ngcontent-%COMP%]{width:43%}.nuv-data-callout__item__value[_ngcontent-%COMP%]{font-size:48px}.nuv-data-callout__item__direction[_ngcontent-%COMP%]{bottom:9px}.nuv-data-callout--white[_ngcontent-%COMP%]{padding:25px 50px 0}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__container[_ngcontent-%COMP%]{padding-bottom:26px}.nuv-data-callout--white[_ngcontent-%COMP%]   .nuv-data-callout__items[_ngcontent-%COMP%]{margin:0 90px}}.HeaderSection[_ngcontent-%COMP%] + .PDPDataCallout[_ngcontent-%COMP%]{margin-top:0}.nuv-display-style__comma[_ngcontent-%COMP%], .nuv-display-style__date[_ngcontent-%COMP%], .nuv-display-style__novalue[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__dollar[_ngcontent-%COMP%]{margin-bottom:30px}.nuv-display-style__dollar--2[_ngcontent-%COMP%], .nuv-display-style__dollar--3[_ngcontent-%COMP%], .nuv-display-style__dollar--4[_ngcontent-%COMP%], .nuv-display-style__dollar__billion[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__dollar--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__dollar--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__dollar--red[_ngcontent-%COMP%]{color:#ff4e44}.nuv-display-style__dollar--million[_ngcontent-%COMP%]{display:block}.nuv-display-style__dollar--million-billion[_ngcontent-%COMP%], .nuv-display-style__pdf[_ngcontent-%COMP%], .nuv-display-style__percentage[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__percentage--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__percentage--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__percentage--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__show[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__show--green[_ngcontent-%COMP%]{color:#2ba824}.nuv-display-style__show--blue[_ngcontent-%COMP%]{color:#0092bc}.nuv-display-style__show--orange[_ngcontent-%COMP%]{color:#ffa300}.nuv-display-style__default[_ngcontent-%COMP%]{color:#253746}.nuv-display-style__fund_symbol[_ngcontent-%COMP%]{font-weight:600}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent[_ngcontent-%COMP%]   .nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-top:0}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb[_ngcontent-%COMP%]{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done[_ngcontent-%COMP%]{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active[_ngcontent-%COMP%]{visibility:visible}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container[_ngcontent-%COMP%]{width:100%;display:flex}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:last-child{margin-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#31b700!important}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:none}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{right:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.simplebar-horizontal[_ngcontent-%COMP%]{left:2.1875rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]{height:.25rem!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]   .simplebar-scrollbar[_ngcontent-%COMP%]::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image[_ngcontent-%COMP%]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__staticContent--staticContent--title[_ngcontent-%COMP%]::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h2[_ngcontent-%COMP%]{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%]{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]::before{width:80px;height:4px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]::after, .nuv-model-portfolios-tab[_ngcontent-%COMP%]::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:21px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer[_ngcontent-%COMP%]{min-height:9.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{top:22%}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{margin-left:0;margin-right:0}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]   h1[_ngcontent-%COMP%]{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container[_ngcontent-%COMP%]{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent[_ngcontent-%COMP%]{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab[_ngcontent-%COMP%]{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container[_ngcontent-%COMP%]{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track[_ngcontent-%COMP%]:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar[_ngcontent-%COMP%]{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper[_ngcontent-%COMP%]{height:auto;overflow:visible}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li.nuv-model-portfolios-tab__list--active[_ngcontent-%COMP%]::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu[_ngcontent-%COMP%]   .nuv-model-portfolios-tab__list-item[_ngcontent-%COMP%]:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer[_ngcontent-%COMP%]{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer[_ngcontent-%COMP%]{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{width:8.125rem}.nuv-model-portfolios-tab[_ngcontent-%COMP%]   .simplebar-track.nuv-model-portfolios-tab__tablet[_ngcontent-%COMP%]{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar[_ngcontent-%COMP%]{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title[_ngcontent-%COMP%]{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description[_ngcontent-%COMP%]{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%], .nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer[_ngcontent-%COMP%]{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container[_ngcontent-%COMP%]{width:342px}}.BodyArticle[_ngcontent-%COMP%]{position:relative;display:block;float:left;width:100%}.BodyContent[_ngcontent-%COMP%]   .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.nuv-article-content--retail[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.nuv-article-content--retail[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.nuv-article-content--retail[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.nuv-article-content--retail[_ngcontent-%COMP%]   .nuv-article-breaker-embed[_ngcontent-%COMP%]{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]:first-child, .nuv-article-content--retail[_ngcontent-%COMP%]   .SocialShare[_ngcontent-%COMP%] + [_ngcontent-%COMP%]:first-of-type{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-speed-bump[_ngcontent-%COMP%]{margin-top:0!important}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:1.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{width:100%;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::after{display:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > ol.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:.9375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem;z-index:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]::before{height:.25rem;width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]::before{top:.75rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%]{padding:3rem 2.5rem 2rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul.featured-list[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{margin-right:5%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-right:10%}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]{margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::before{left:-2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after, .ArticleBodyContent[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%]:not(.featured-list) > li[_ngcontent-%COMP%]::after{width:calc(90% + 2.5rem)}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%] + ul.featured-list[_ngcontent-%COMP%]{margin-top:-2rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:not(:first-child){text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > thead[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child), .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child, .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]:last-child{border-right:none}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:nth-child(odd) > td[_ngcontent-%COMP%]{background-color:rgba(178,222,234,.7)}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-1.625rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-issue-outline.featured-list[_ngcontent-%COMP%]::before{display:none}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ol[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   ul[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]   a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > caption[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > table[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > table[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.featured-list[_ngcontent-%COMP%]{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline.main-title[_ngcontent-%COMP%]::before{width:48.2%}}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover, .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%]{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%]{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%]{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%]{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button-embed[_ngcontent-%COMP%]{margin-bottom:0}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ol[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%] + ul[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + .nuv-button[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%]{margin-left:10px}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%]{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .full-width-article[_ngcontent-%COMP%]   .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinebutton[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-button.inlinefirstbutton[_ngcontent-%COMP%]{width:auto}.ArticleBodyContent[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{margin-top:2.8125rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > picture[_ngcontent-%COMP%]{margin-top:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%]{margin-top:1.875rem}.ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > form[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > p[_ngcontent-%COMP%] + p[_ngcontent-%COMP%]{margin-top:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before, .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-issue-outline-title[_ngcontent-%COMP%]::before{width:48.2%}.ArticleBodyContent[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .nuv-article-video-embed-override-rte[_ngcontent-%COMP%]{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article[_ngcontent-%COMP%]   .nuv-article-numbered-list__title[_ngcontent-%COMP%]{margin-left:0}}.ArticleBodyContent[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .nuv-socials[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > nuv-socials-share[_ngcontent-%COMP%]{margin-top:0}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicy[_ngcontent-%COMP%]{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.privacypolicybtn[_ngcontent-%COMP%]{margin-top:.5rem}.ArticleBodyContent[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.caption[_ngcontent-%COMP%]{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   div.inputfield[_ngcontent-%COMP%]{float:left;width:75%}.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .clearfix[_ngcontent-%COMP%]{clear:both}.ArticleBodyContent[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   .margin-top-10[_ngcontent-%COMP%]{margin-top:10px}@media (max-width:768px){.ArticleBodyContent[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.emailfield[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   input.pwdfield[_ngcontent-%COMP%]{width:100%}}.ArticleBodyContent[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%]   h3.headingtag[_ngcontent-%COMP%]{font-size:1.5rem}.ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + .nuv-institutional-modal__sub-copy[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h1[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h2[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h3[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h4[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h5[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + h6[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + p[_ngcontent-%COMP%], .ArticleBodyContent[_ngcontent-%COMP%]:first-child   .ArticleBodyContent[_ngcontent-%COMP%] > div.structural[_ngcontent-%COMP%] > .no_style_class[_ngcontent-%COMP%] + picture[_ngcontent-%COMP%]{margin-top:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]{padding-left:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0;border-bottom:none}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{content:\"\"}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%], .nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]{padding-left:0}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > .outline-featured-list-contentSpan[_ngcontent-%COMP%]{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%]::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy[_ngcontent-%COMP%]   ul.nuv-issue-outline.featured-list.outline-featured-list-icon[_ngcontent-%COMP%]   li[_ngcontent-%COMP%] > img[_ngcontent-%COMP%]{vertical-align:middle;padding-right:12px}[_nghost-%COMP%]{margin-top:45px;display:block;clear:both;float:left}@media only screen and (min-width:47.75rem){[_nghost-%COMP%]{margin-top:45px}}@media only screen and (min-width:63.9375rem){[_nghost-%COMP%]{margin-top:45px}}[_nghost-%COMP%]::after{clear:both;content:\"\";display:block}.nuv-page-breaker[_ngcontent-%COMP%]{min-height:315px}.nuv-page-breaker__breaker-background[_ngcontent-%COMP%]{position:absolute;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:block}.nuv-page-breaker__breaker-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{display:block;min-height:315px;max-height:315px;height:auto;width:100%;-o-object-fit:cover;object-fit:cover}.nuv-page-breaker--tall[_ngcontent-%COMP%]{min-height:430px}.nuv-page-breaker--tall[_ngcontent-%COMP%]   .nuv-page-breaker__breaker-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{min-height:430px;max-height:430px}.nuv-page-breaker--with-gradient[_ngcontent-%COMP%]   .nuv-page-breaker__breaker-background[_ngcontent-%COMP%]::after{content:'';position:absolute;width:100%;height:100%;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:linear-gradient(to left,rgba(0,0,0,.1),rgba(0,0,0,.6))}.nuv-page-breaker__description-wrapper[_ngcontent-%COMP%]{position:relative;margin-left:1.25rem;padding-top:50px;max-width:358px;margin-right:1.25rem}.nuv-page-breaker__breaker-description-card[_ngcontent-%COMP%]{padding-right:15px;padding-top:15px}.nuv-page-breaker__breaker-title[_ngcontent-%COMP%]{color:#fff;font-size:1.25rem;margin:0;line-height:1.875rem;position:relative}.nuv-page-breaker__breaker-title[_ngcontent-%COMP%]::before{content:'';position:absolute;width:60px;height:4px;top:-10px;left:0}.nuv-page-breaker__description-wrapper-blue[_ngcontent-%COMP%]   .nuv-page-breaker__breaker-title[_ngcontent-%COMP%]::before{background-color:#4cb2d0}.nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .nuv-page-breaker__breaker-title[_ngcontent-%COMP%]::before{background-color:#ffa303}.nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .nuv-page-breaker__breaker-title[_ngcontent-%COMP%]::before{background-color:#6ecc4c}.nuv-page-breaker__breaker-copy[_ngcontent-%COMP%]{font-family:Georgia,'Times New Roman',Times,serif;color:#fff;font-size:1rem;line-height:1.5rem}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:12px 10px 11px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important;margin-top:.75rem;min-width:6.875rem;height:36px}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after, .nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover{color:#253746}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after, .nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover{color:#e87722}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}@media only screen and (min-width:47.75rem){.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-orange[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-family:\"Source Sans Pro\",sans-serif;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;color:#fff;font-size:.75rem;position:relative;display:inline-block;padding:11px 10px;background-color:transparent;border:1px solid #fff;min-width:110px;text-align:center;cursor:pointer;transition:color .25s cubic-bezier(.77,0,.175,1);z-index:0;text-decoration:none!important}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:disabled{background-color:#bdc3c7}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after, .nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{content:'';display:block;height:calc(100% + 2px);position:absolute;top:-1px;z-index:-1}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::before{width:calc(100% + 2px);left:-1px;background-color:transparent}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]::after{width:100%;left:0;transform:scaleX(0);transform-origin:0 50%;background-color:#fff;transition:transform .25s cubic-bezier(.77,0,.175,1)}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover{color:#2d9015}.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]:hover::after{transform:scaleX(1)}@media only screen and (min-width:47.75rem){.nuv-page-breaker[_ngcontent-%COMP%]   .nuv-page-breaker__description-wrapper-green[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{font-size:1rem;padding:15px 20px 13px;min-width:184px}.nuv-page-breaker[_ngcontent-%COMP%]{min-height:430px}.nuv-page-breaker__breaker-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{min-height:430px;max-height:430px}.nuv-page-breaker--tall[_ngcontent-%COMP%]{min-height:600px}.nuv-page-breaker--tall[_ngcontent-%COMP%]   .nuv-page-breaker__breaker-background[_ngcontent-%COMP%]   img[_ngcontent-%COMP%]{min-height:600px;max-height:600px}.nuv-page-breaker__description-wrapper[_ngcontent-%COMP%]{padding-top:90px;margin-right:0}.nuv-page-breaker__breaker-description-card[_ngcontent-%COMP%]{padding-right:0;padding-top:0}.nuv-page-breaker__breaker-title[_ngcontent-%COMP%]{font-size:2rem;line-height:2.625rem}.nuv-page-breaker__breaker-copy[_ngcontent-%COMP%]{color:#fff;font-size:1.125rem;line-height:1.6875rem}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{min-width:9.875rem;height:46px;padding-top:17px}}@media only screen and (min-width:63.9375rem){.nuv-page-breaker__description-wrapper[_ngcontent-%COMP%]{margin-left:2.5rem}.nuv-page-breaker[_ngcontent-%COMP%]   .cta[_ngcontent-%COMP%]{min-width:11.5rem}}"]],data:{}});dnt=wt("app-page-breaker",iot,cdr,{type:"type",color:"color",size:"size",titletext:"title",desctext:"description",imagelink:"imagelink",imagealt:"imagealt",ctaLink:"ctalink",ctaTitle:"ctatitle",hidecta:"hidecta",dataid:"dataid",ctaLinkType:"ctalinktype"},{},[]);gnt=tt({encapsulation:2,styles:[[".PDPDataCallout{margin-top:45px;display:block;width:100%;float:left}.nuv-data-callout{padding:30px 20px 45px;color:#bdc3c7;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout__background{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;background-color:#253746;top:0;height:100%}.nuv-data-callout__disclaimer-text-and-note{margin:15px 0}.nuv-data-callout__disclaimer-text{margin:0;font-size:12px;line-height:1.5}.nuv-data-callout__disclaimer-note{margin:30px 0 0;font-size:16px;line-height:1.625;letter-spacing:.1px}.nuv-data-callout__title{color:#fff;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.5px;margin-top:0;margin-bottom:10px}.nuv-data-callout__date{color:#253746;font-family:\"Source Sans Pro\",sans-serif;font-size:14px;line-height:1;letter-spacing:.1px}.nuv-data-callout__items{list-style:none;padding:0}.nuv-data-callout__item{display:flex;padding-top:12px;padding-bottom:30px;padding-right:10px;border-top:1px solid #1a2732}.nuv-data-callout__item__label{margin:0;width:50%;padding-right:15px;color:#bdc3c7;font-family:\"Source Sans Pro\",sans-serif;font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.nuv-data-callout__item__value-and-date{width:50%;padding-left:15px;text-align:right}.nuv-data-callout__item__value{color:#4cb2d0;font-family:\"Source Sans Pro\",sans-serif;font-size:36px;line-height:1;font-weight:600;letter-spacing:-.1px;position:relative}.nuv-data-callout__item__date{font-family:Georgia,Times,serif;font-size:12px;line-height:1;font-style:italic;letter-spacing:.1px}.nuv-data-callout__item__direction{position:absolute;left:calc(100% + 4px);bottom:6px}.nuv-data-callout__item__direction::after{content:\"\";display:block;border-left:5px solid transparent;border-right:5px solid transparent}.nuv-data-callout__item__direction[data-direction=increase]::after{border-bottom:5px solid #379308}.nuv-data-callout__item__direction[data-direction=decrease]::after{border-top:5px solid #e32b23}.nuv-data-callout__footer-text{margin:15px 0;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text p{color:#bdc3c7;font-family:Georgia,Times,serif;font-size:12px;line-height:1.5}.nuv-data-callout__footer-text p+p{margin-top:15px}.nuv-data-callout--white .nuv-data-callout__footer-text p{color:#253746}.nuv-data-callout--white{color:#253746;padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}.nuv-data-callout--white .nuv-data-callout__background{background:0 0}.nuv-data-callout--white .nuv-data-callout__title{color:#253746;padding-bottom:5px}.nuv-data-callout--white .nuv-data-callout__items{margin:0}.nuv-data-callout--white .nuv-data-callout__item__value{color:#253746;font-size:1.25rem;line-height:.8;letter-spacing:-.07px;text-align:right;margin-top:0;margin-bottom:0;min-height:0}.nuv-data-callout--white .nuv-data-callout__item__value-and-date .nuv-data-callout__item__date{font-size:12px;margin-top:8px;max-width:250px}.nuv-data-callout--white .nuv-data-callout__item__label{color:#5f7283;border-top:none}.nuv-data-callout--white .nuv-data-callout__item__date{color:#253746}.nuv-data-callout--white .nuv-data-callout__item{padding:30px 20px 45px;font-family:Georgia,Times,serif;position:relative}@media only screen and (min-width:47.75rem){.nuv-data-callout{padding:50px 57px 60px}.nuv-data-callout__disclaimer-text-and-note{margin:15px 0}.nuv-data-callout__disclaimer-text{font-size:14px}.nuv-data-callout__disclaimer-note{font-size:16px;line-height:1.63}.nuv-data-callout__title-and-date{display:flex;align-items:baseline;margin-bottom:20px}.nuv-data-callout__title{font-size:18px;line-height:1.44;margin:0 20px 0 0}.nuv-data-callout__date{font-size:16px;line-height:1}.nuv-data-callout__item__label{margin-top:18px}.nuv-data-callout__item__date{font-size:14px;line-height:1.14}.nuv-data-callout__footer-text,.nuv-data-callout__footer-text p{font-size:14px;line-height:1.5}.nuv-data-callout--white{padding:25px 20px 0}.nuv-data-callout--white .nuv-data-callout__container{border-bottom:1px solid #cbdde2;padding:0 0 60px}.nuv-data-callout--white .nuv-data-callout__items{margin:0 77px}.nuv-data-callout--white .nuv-data-callout__item-wrapper:last-child .nuv-data-callout__item{border-bottom:none}.nuv-data-callout--white .nuv-data-callout__item{border-top:none;align-items:center;border-bottom:1px solid #cbdde2;min-height:76px;padding-top:7px;margin-bottom:0;padding-bottom:7px}.nuv-data-callout--white .nuv-data-callout__item__value{font-size:1.5rem}.nuv-data-callout--white .nuv-data-callout__item__value+div{max-width:350px}.nuv-data-callout--white .nuv-data-callout__title-and-date{border-bottom:3px solid #253746}}@media only screen and (min-width:63.9375rem){.nuv-data-callout{padding:50px 110px 80px}.nuv-data-callout__container{max-width:88.5rem}.nuv-data-callout__disclaimer-text-and-note{margin:15px 0}.nuv-data-callout__disclaimer-note{font-size:18px;line-height:1.888888889;max-width:60em}.nuv-data-callout__title-and-date{margin-bottom:10px}.nuv-data-callout__title{font-size:22px;line-height:1.41}.nuv-data-callout__date{font-size:16px;line-height:1}.nuv-data-callout__items{display:flex;flex-wrap:wrap}.nuv-data-callout__item-wrapper:nth-child(2n+1) .nuv-data-callout__item{margin-right:20px}.nuv-data-callout__item-wrapper:nth-child(2n+2) .nuv-data-callout__item{margin-left:20px}.nuv-data-callout__item-wrapper:nth-last-child(2):nth-child(odd) .nuv-data-callout__item{border-bottom:none}.nuv-data-callout__item{width:calc(50% - 20px);box-sizing:border-box}.nuv-data-callout__item__label{font-size:14px;line-height:1.29;width:57%}.nuv-data-callout__item__value-and-date{width:43%}.nuv-data-callout__item__value{font-size:48px}.nuv-data-callout__item__direction{bottom:9px}.nuv-data-callout--white{padding:25px 50px 0}.nuv-data-callout--white .nuv-data-callout__container{padding-bottom:26px}.nuv-data-callout--white .nuv-data-callout__items{margin:0 90px}}.HeaderSection+.PDPDataCallout{margin-top:0}.nuv-display-style__comma,.nuv-display-style__date,.nuv-display-style__novalue{color:#253746}.nuv-display-style__dollar{margin-bottom:30px}.nuv-display-style__dollar--2,.nuv-display-style__dollar--3,.nuv-display-style__dollar--4,.nuv-display-style__dollar__billion{display:block}.nuv-display-style__dollar--green{color:#2ba824}.nuv-display-style__dollar--blue{color:#0092bc}.nuv-display-style__dollar--orange{color:#ffa300}.nuv-display-style__dollar--red{color:#ff4e44}.nuv-display-style__dollar--million{display:block}.nuv-display-style__dollar--million-billion,.nuv-display-style__pdf,.nuv-display-style__percentage{color:#253746}.nuv-display-style__percentage--green{color:#2ba824}.nuv-display-style__percentage--blue{color:#0092bc}.nuv-display-style__percentage--orange{color:#ffa300}.nuv-display-style__show{color:#253746}.nuv-display-style__show--green{color:#2ba824}.nuv-display-style__show--blue{color:#0092bc}.nuv-display-style__show--orange{color:#ffa300}.nuv-display-style__default{color:#253746}.nuv-display-style__fund_symbol{font-weight:600}.nuv-model-portfolios-tab{position:relative;background-color:#253746;clear:both;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:45px;margin-left:1.25rem;margin-right:1.25rem}.nuv-model-portfolios-tab::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.firstWcsComponent .nuv-model-portfolios-tab{margin-top:0}.nuv-model-portfolios-tab__container{position:relative;clear:both;z-index:2;width:100%;margin-left:0}.nuv-model-portfolios-tab__links-container-scrollbar{visibility:hidden;position:absolute;left:2.5rem;bottom:1.125rem;width:calc(100% - 5rem);height:.125rem;background-color:rgba(255,255,255,.5);pointer-events:none;z-index:2}.nuv-model-portfolios-tab__links-container-scrollbar-thumb{position:absolute;left:0;top:50%;transform:translate3d(0,-50%,0);height:.25rem;background-color:#fff}.nuv-model-portfolios-tab__links-container-scrollbar-thumb--done{right:0;left:auto;transform:translate3d(0,-50%,0)!important}.nuv-model-portfolios-tab__links-container-scrollbar--active{visibility:visible}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__wrapper{overflow:hidden;height:104px;position:relative}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__links-container{position:absolute;top:0;left:0;height:calc(100% + 1.25rem);width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex}.nuv-model-portfolios-tab__wrapper{width:100%;display:flex;align-items:center;overflow:auto;height:5.25rem}.nuv-model-portfolios-tab__links-container{width:100%;display:flex}.nuv-model-portfolios-tab__list{width:100%;display:flex;list-style:none;margin:0;padding-right:1.25rem;border-bottom:2px solid #374e62}.nuv-model-portfolios-tab__list li{width:3.75rem;height:28px;background-color:#263746;border-left:2px solid #374e62;border-right:2px solid #374e62;border-top:2px solid #374e62;position:relative;font-family:\"Source Sans Pro\",sans-serif;font-size:.5rem;font-weight:700;color:#fff;letter-spacing:.040625rem;text-transform:uppercase;margin-right:.5625rem;display:table;text-align:center;vertical-align:middle;line-height:.625rem;padding:0 2px}.nuv-model-portfolios-tab__list li:last-child{margin-right:0}.nuv-model-portfolios-tab__list li:hover{cursor:pointer;background-color:#374e62}.nuv-model-portfolios-tab__list li.nuv-model-portfolios-tab__list--active{background-color:#374e62;border-bottom:0!important}.nuv-model-portfolios-tab__list li.nuv-model-portfolios-tab__list--active::after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #374e62;content:\" \";position:absolute;bottom:-8px;left:40%}.nuv-model-portfolios-tab__list li.nuv-model-portfolios-tab__list--active>a{color:#31b700!important}.nuv-model-portfolios-tab__list li a{text-decoration:none;color:#fff;display:table-cell;vertical-align:middle}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__list{width:auto;position:absolute}.nuv-model-portfolios-tab__background-bar{display:none}.nuv-model-portfolios-tab .simplebar-track{right:2.1875rem!important}.nuv-model-portfolios-tab .simplebar-track.simplebar-horizontal{left:2.1875rem!important}.nuv-model-portfolios-tab .simplebar-track .simplebar-scrollbar{height:.25rem!important}.nuv-model-portfolios-tab .simplebar-track .simplebar-scrollbar::before{border-radius:0!important;background:#fff;opacity:1!important}.nuv-model-portfolios-tab__staticContentContainer{width:100%;position:relative;padding-bottom:20px;z-index:1}.nuv-model-portfolios-tab__background-picture-container{display:block;width:100%;height:40%;position:absolute;left:0;top:10%;z-index:-1;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__background-picture-container::before{width:100vw;position:absolute;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:'';background-color:#253746;height:100%;z-index:-1}.nuv-model-portfolios-tab__background-picture-container::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}.nuv-model-portfolios-tab__background-picture-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nuv-model-portfolios-tab__listStaticContent{width:96%;min-height:3.75rem;height:auto;padding:0 10px;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__staticContent--title{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#fff;font-size:1.75rem;line-height:2.25rem;letter-spacing:-.015625rem;position:relative;padding-top:13px;margin:0}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title{font-size:2.625rem;line-height:3.25rem;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab__staticContent--title{font-size:3.625rem;line-height:4.125rem;letter-spacing:-.033125rem}}.nuv-model-portfolios-tab__staticContent--title::before{content:'';display:block;width:40px;height:2px;background-color:#2ba824;position:absolute;left:0;top:0}.nuv-model-portfolios-tab--theme-color-green .nuv-model-portfolios-tab__staticContent--title::before{background-color:#2ba824}.nuv-model-portfolios-tab--theme-color-orange .nuv-model-portfolios-tab__staticContent--staticContent--title::before{background-color:#ffa300}.nuv-model-portfolios-tab__staticContent--description{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#c1e9b2;font-size:1rem;line-height:1.5rem;letter-spacing:.005625rem;display:none}.nuv-model-portfolios-tab__cardContainer{width:100%;position:relative;padding:1.5rem .625rem 1.25rem;overflow:auto;z-index:1;margin:0 auto!important;text-align:center}.nuv-model-portfolios-tab__bbcards-container,.nuv-model-portfolios-tab__headingContainer{width:1134px;display:inline-block;text-align:left}.nuv-model-portfolios-tab__headingContainer::after{content:'';display:table;clear:both}.nuv-model-portfolios-tab__headingContainer h2{float:left;color:#fff;font-family:Georgia,Times,serif;font-size:2em;margin:0 0 .67em}.nuv-model-portfolios-tab__headingContainer a{float:right;margin-top:1%;color:#25ab4a;font-size:1.2rem;border-bottom:1px solid;font-style:italic}.nuv-model-portfolios-tab__cardContentContainer{display:none;width:96%;min-height:9.375rem;height:auto;padding:1.25rem .9375rem;color:#2f4f4f;clear:both}.nuv-model-portfolios-tab__cardContentContainer--active{display:block!important}.nuv-model-portfolios-tab__cardContentContainer--active>a{color:#000!important}@media only screen and (min-width:47.75rem){.nuv-model-portfolios-tab__staticContent--title::before{width:80px;height:4px}.nuv-model-portfolios-tab{position:relative;z-index:0;margin-left:1rem;margin-right:1rem}.nuv-model-portfolios-tab::after,.nuv-model-portfolios-tab::before{width:100vw;position:absolute;z-index:-1;background:#253746;left:50%;transform:translateX(-50%)}.nuv-model-portfolios-tab__container{position:relative;clear:both;z-index:2;width:100%;margin-left:0;padding-top:10px}.nuv-model-portfolios-tab .simplebar-track.nuv-model-portfolios-tab__tablet{bottom:21px!important}.nuv-model-portfolios-tab .simplebar-track:not(.nuv-model-portfolios-tab__tablet){bottom:4px!important}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__list{z-index:1;position:absolute;top:8%;width:auto;padding:0}.nuv-model-portfolios-tab__list{width:100%;display:flex;padding-right:0}.nuv-model-portfolios-tab__list li{width:6.875rem;font-size:.75rem;margin-right:1.25rem;line-height:1.125rem;height:2.8125rem;padding:0 10px}.nuv-model-portfolios-tab__list li.nuv-model-portfolios-tab__list--active::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #374e62;content:\" \";position:absolute;bottom:-10px;left:40%}.nuv-model-portfolios-tab__background-bar{display:block;height:100%;top:0;background-color:#253746;pointer-events:none;z-index:-1}.nuv-model-portfolios-tab__links-container-scrollbar{bottom:.4375rem}.nuv-model-portfolios-tab__staticContentContainer{padding-top:15px;padding-bottom:20px}.nuv-model-portfolios-tab__listStaticContent{min-height:200px;padding:20px 10px}.nuv-model-portfolios-tab__staticContent--title{width:calc(calc(33.33333333% - 1.33333333rem) + 1rem);font-size:2.5rem;float:left}.nuv-model-portfolios-tab__staticContent--description{letter-spacing:.0075rem;width:calc(66.66666667% - 1.66666667rem);float:left;margin-left:1rem;display:block;margin-top:20px;margin-bottom:0;padding-left:calc(calc(8.33333333% - 2.70833333rem) + 2.5rem);line-height:1.75rem;font-size:1rem}.nuv-model-portfolios-tab__cardContainer{padding:3.125rem 0 2.5rem}.nuv-model-portfolios-tab__cardContentContainer{min-height:9.375rem}.nuv-article-content--retail>ol>li,.nuv-article-content--retail>ul>li{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}@media screen and (min-width:47.75rem) and (max-width:63.875rem){.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__list{top:22%}.nuv-model-portfolios-tab .simplebar-track{bottom:21px!important}}@media screen and (min-width:0) and (max-width:47.6875rem){.nuv-model-portfolios-tab{margin-left:0;margin-right:0}.nuv-model-portfolios-tab .simplebar-track{bottom:32px!important}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__wrapper{height:5.25rem}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__list{position:absolute;margin-top:22px;padding:0}.nuv-model-portfolios-tab__headingContainer h1{font-size:1.3rem}.nuv-model-portfolios-tab__cardContainer{padding:1.5rem 1.25rem}.nuv-model-portfolios-tab__background-picture-container{height:100%;top:0}.nuv-model-portfolios-tab__staticContentContainer{padding-top:30px}.nuv-model-portfolios-tab__listStaticContent{margin-left:10px}}@media only screen and (min-width:63.9375rem){.nuv-model-portfolios-tab{width:calc(100% - 5rem);background-color:#253746;margin-left:2.5rem}.nuv-model-portfolios-tab__container{position:relative;clear:both;z-index:2;width:calc(100% - 4.5rem);margin-left:2.25rem;padding-top:1.75rem}.nuv-model-portfolios-tab .simplebar-track.nuv-model-portfolios-tab__tablet{bottom:24px!important}.nuv-model-portfolios-tab .simplebar-track:not(.nuv-model-portfolios-tab__tablet){bottom:.5625rem!important}.nuv-model-portfolios-tab__background-bar{left:0;right:auto;margin:0;background-color:#253746}.nuv-model-portfolios-tab__wrapper{height:auto;overflow:visible}.nuv-model-portfolios-tab__list{display:flex;width:100%;padding:0;margin-left:0}.nuv-model-portfolios-tab__list li{width:10rem;font-size:.875rem;margin-right:1.875rem;line-height:1.25rem;height:3.9375rem;text-transform:uppercase;font-weight:700;padding:0 1.25rem}.nuv-model-portfolios-tab__list li.nuv-model-portfolios-tab__list--active::after{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #374e62;content:\" \";position:absolute;bottom:-12px;left:42%}.nuv-model-portfolios-tab__list-item:last-child::before{display:none}.nuv-model-portfolios-tab__scrollmenu .nuv-model-portfolios-tab__list-item:last-child{margin-right:0!important}.nuv-model-portfolios-tab__links-container-scrollbar{bottom:.75rem}.nuv-model-portfolios-tab__staticContentContainer{margin-left:20px}.nuv-model-portfolios-tab__staticContent--title{width:calc(33.33333333% - 3.33333333rem);float:left;margin-left:2.5rem;font-size:3.375rem}.nuv-model-portfolios-tab__staticContent--description{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem;padding-left:2.5rem;font-size:1.125rem}.nuv-model-portfolios-tab__cardContainer{margin:0 40px}}@media (max-width:1025px) and (min-width:1023px){.nuv-model-portfolios-tab__list li{width:8.125rem}.nuv-model-portfolios-tab .simplebar-track.nuv-model-portfolios-tab__tablet{bottom:24px!important}.nuv-model-portfolios-tab__links-container-scrollbar{bottom:.625rem}.nuv-model-portfolios-tab__staticContent--title{width:calc(41.66666667% - 3.54166667rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__staticContent--description{width:calc(50% - 3.75rem);float:left;margin-left:2.5rem}.nuv-model-portfolios-tab__bbcards-container,.nuv-model-portfolios-tab__headingContainer{width:716px}}@media (max-width:1299px) and (min-width:1024px){.nuv-model-portfolios-tab__bbcards-container,.nuv-model-portfolios-tab__headingContainer{width:756px}}@media (max-width:1023px) and (min-width:828px){.nuv-model-portfolios-tab__bbcards-container,.nuv-model-portfolios-tab__headingContainer{width:716px}}@media (max-width:827px){.nuv-model-portfolios-tab__bbcards-container,.nuv-model-portfolios-tab__headingContainer{width:358px}}@media (max-width:1023px){.nuv-model-portfolios-tab__headingContainer{padding:0 15px}}@media (min-width:1024px){.nuv-model-portfolios-tab__headingContainer{padding:0 25px}}@media (max-width:379px){.nuv-model-portfolios-tab__headingContainer{width:342px;padding:0 7px}.nuv-model-portfolios-tab__bbcards-container{width:342px}}.BodyArticle{position:relative;display:block;float:left;width:100%}.BodyContent .nuv-button+.nuv-button{margin-top:.5rem}.nuv-article-content--retail>ol,.nuv-article-content--retail>ul{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.nuv-article-content--retail>ol::before,.nuv-article-content--retail>ul::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.nuv-article-content--retail>ol>li,.nuv-article-content--retail>ul>li{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.nuv-article-content--retail>ol>li::after,.nuv-article-content--retail>ul>li::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.nuv-article-content--retail>ol>li:last-child,.nuv-article-content--retail>ul>li:last-child{margin-bottom:0;padding-bottom:0}.nuv-article-content--retail>ol>li:last-child::after,.nuv-article-content--retail>ul>li:last-child::after{display:none}.nuv-article-content--retail>ol>li{padding-right:10%;margin-left:4.375rem}.nuv-article-content--retail>ol>li::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.nuv-article-content--retail>ul>li{padding-left:1.75rem}.nuv-article-content--retail>ul>li::after{width:100%;left:0}.nuv-article-content--retail>ul>li::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.nuv-article-content--retail>ul.nuv-issue-outline.featured-list.outline-featured-list-icon,.nuv-article-content--retail>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li{padding-left:0}.nuv-article-content--retail>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before{background:0 0;border-radius:unset}.nuv-article-content--retail>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after{width:calc(100% - 80px);left:80px}.nuv-article-content--retail>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img{vertical-align:middle;padding-right:12px}.nuv-article-content--retail>ul.featured-list{padding:2.5rem 1.25rem 1.5rem}.nuv-article-content--retail>ul.featured-list::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.nuv-article-content--retail>ol.featured-list>li{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.nuv-article-content--retail>ol.featured-list>li::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.nuv-article-content--retail>ol.featured-list>li::after{display:none}.nuv-article-content--retail>ol.featured-list>li:last-child{padding-bottom:.9375rem}.nuv-article-content--retail .nuv-issue-outline-title+ul.featured-list{margin-top:-1.625rem;z-index:0}.nuv-article-content--retail .nuv-issue-outline-title+ul.featured-list::before{display:none}@media only screen and (min-width:47.75rem){.nuv-article-content--retail>ol,.nuv-article-content--retail>ul{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-article-content--retail>ol::before,.nuv-article-content--retail>ul::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.nuv-article-content--retail>ol>li,.nuv-article-content--retail>ul>li{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.nuv-article-content--retail>ol,.nuv-article-content--retail>ul{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.nuv-article-content--retail>ol::before,.nuv-article-content--retail>ul::before{height:.25rem;width:48.2%}.nuv-article-content--retail>ul>li::before{top:.75rem}.nuv-article-content--retail>ul.featured-list{padding:3rem 2.5rem 2rem}.nuv-article-content--retail>ul.featured-list>li{margin-right:5%}.nuv-article-content--retail>ul:not(.featured-list)>li{margin-right:10%}.nuv-article-content--retail>ol:not(.featured-list)>li{margin-left:2.5rem}.nuv-article-content--retail>ol:not(.featured-list)>li::after,.nuv-article-content--retail>ol:not(.featured-list)>li::before{left:-2.5rem}.nuv-article-content--retail>ol:not(.featured-list)>li::after{width:calc(90% + 2.5rem)}.nuv-article-content--retail .nuv-issue-outline-title+ul.featured-list{margin-top:-2rem}}.nuv-article-content--retail .nuv-article-breaker-embed{width:100%;float:left;left:0;margin-left:0;margin-right:0}.ArticleBodyContent>div.structural>p:first-child,.nuv-article-content--retail .SocialShare+:first-of-type{margin-top:0}.ArticleBodyContent,.ArticleBodyContent>div.structural>.nuv-speed-bump{margin-top:0!important}.ArticleBodyContent>div.structural>ol,.ArticleBodyContent>div.structural>ul,.ArticleBodyContent>ol,.ArticleBodyContent>ul{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;display:block;list-style:none;padding:1rem 0 0;margin-bottom:0;counter-reset:numbered-list-counter}.ArticleBodyContent>div.structural>ol::before,.ArticleBodyContent>div.structural>ul::before,.ArticleBodyContent>ol::before,.ArticleBodyContent>ul::before{content:'';position:absolute;left:0;top:0;width:73%;height:.1875rem;background-color:#0092bc}.ArticleBodyContent>div.structural>ol>li,.ArticleBodyContent>div.structural>ul>li,.ArticleBodyContent>ol>li,.ArticleBodyContent>ul>li{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#253746;position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem}.ArticleBodyContent>div.structural>ol>li::after,.ArticleBodyContent>div.structural>ul>li::after,.ArticleBodyContent>ol>li::after,.ArticleBodyContent>ul>li::after{content:'';display:block;height:.0625rem;width:calc(90% + 4.375rem);background-color:#b2deea;position:absolute;left:-4.375rem;bottom:0}.ArticleBodyContent>div.structural>ol>li:last-child,.ArticleBodyContent>div.structural>ul>li:last-child,.ArticleBodyContent>ol>li:last-child,.ArticleBodyContent>ul>li:last-child{margin-bottom:0;padding-bottom:0}.ArticleBodyContent>div.structural>ol>li:last-child::after,.ArticleBodyContent>div.structural>ul>li:last-child::after,.ArticleBodyContent>ol>li:last-child::after,.ArticleBodyContent>ul>li:last-child::after{display:none}.ArticleBodyContent>div.structural>ol>li,.ArticleBodyContent>ol>li{padding-right:10%;margin-left:4.375rem}.ArticleBodyContent>div.structural>ol>li::before,.ArticleBodyContent>ol>li::before{content:counter(numbered-list-counter);counter-increment:numbered-list-counter;color:#253746;font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;line-height:1;position:absolute;top:0;left:-4.375rem}.ArticleBodyContent>div.structural>ul>li,.ArticleBodyContent>ul>li{padding-left:1.75rem}.ArticleBodyContent>div.structural>ul>li::after,.ArticleBodyContent>ul>li::after{width:100%;left:0}.ArticleBodyContent>div.structural>ul>li::before,.ArticleBodyContent>ul>li::before{content:'';display:block;width:.375rem;height:.375rem;border-radius:100%;background-color:#003f54;position:absolute;top:.5rem;left:0}.ArticleBodyContent>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon,.ArticleBodyContent>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li,.ArticleBodyContent>ul.nuv-issue-outline.featured-list.outline-featured-list-icon,.ArticleBodyContent>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li{padding-left:0}.ArticleBodyContent>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before,.ArticleBodyContent>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before{background:0 0;border-radius:unset}.ArticleBodyContent>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan,.ArticleBodyContent>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.ArticleBodyContent>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after,.ArticleBodyContent>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after{width:calc(100% - 80px);left:80px}.ArticleBodyContent>div.structural>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img,.ArticleBodyContent>ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img{vertical-align:middle;padding-right:12px}.ArticleBodyContent>div.structural>ul.featured-list,.ArticleBodyContent>ul.featured-list{padding:2.5rem 1.25rem 1.5rem}.ArticleBodyContent>div.structural>ul.featured-list::after,.ArticleBodyContent>ul.featured-list::after{content:'';display:block;width:100%;height:calc(100% - 1rem);background-color:rgba(178,222,234,.3);position:absolute;bottom:0;left:0;z-index:-1}.ArticleBodyContent>div.structural>ol.featured-list>li,.ArticleBodyContent>ol.featured-list>li{background-color:rgba(178,222,234,.3);padding-left:1.5625rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.ArticleBodyContent>div.structural>ol.featured-list>li::before,.ArticleBodyContent>ol.featured-list>li::before{font-size:3.75rem;top:50%;margin-top:-2.1875rem}.ArticleBodyContent>div.structural>ol.featured-list>li::after,.ArticleBodyContent>ol.featured-list>li::after{display:none}.ArticleBodyContent>div.structural>ol.featured-list>li:last-child,.ArticleBodyContent>ol.featured-list>li:last-child{padding-bottom:.9375rem}.ArticleBodyContent .nuv-issue-outline-title+ul.featured-list,.ArticleBodyContent>div.structural .nuv-issue-outline-title+ul.featured-list{margin-top:-1.625rem;z-index:0}.ArticleBodyContent .nuv-issue-outline-title+ul.featured-list::before,.ArticleBodyContent>div.structural .nuv-issue-outline-title+ul.featured-list::before{display:none}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>ol>li,.ArticleBodyContent>div.structural>ul>li,.ArticleBodyContent>ol>li,.ArticleBodyContent>ul>li{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent>div.structural>ol,.ArticleBodyContent>div.structural>ul,.ArticleBodyContent>ol,.ArticleBodyContent>ul{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent>div.structural>ol::before,.ArticleBodyContent>div.structural>ul::before,.ArticleBodyContent>ol::before,.ArticleBodyContent>ul::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>ol>li,.ArticleBodyContent>div.structural>ul>li,.ArticleBodyContent>ol>li,.ArticleBodyContent>ul>li{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent>div.structural>ol,.ArticleBodyContent>div.structural>ul,.ArticleBodyContent>ol,.ArticleBodyContent>ul{margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem}.ArticleBodyContent>div.structural>ol::before,.ArticleBodyContent>div.structural>ul::before,.ArticleBodyContent>ol::before,.ArticleBodyContent>ul::before{height:.25rem;width:48.2%}.ArticleBodyContent>div.structural>ul>li::before,.ArticleBodyContent>ul>li::before{top:.75rem}.ArticleBodyContent>div.structural>ul.featured-list,.ArticleBodyContent>ul.featured-list{padding:3rem 2.5rem 2rem}.ArticleBodyContent>div.structural>ul.featured-list>li,.ArticleBodyContent>ul.featured-list>li{margin-right:5%}.ArticleBodyContent>div.structural>ul:not(.featured-list)>li,.ArticleBodyContent>ul:not(.featured-list)>li{margin-right:10%}.ArticleBodyContent>div.structural>ol:not(.featured-list)>li,.ArticleBodyContent>ol:not(.featured-list)>li{margin-left:2.5rem}.ArticleBodyContent>div.structural>ol:not(.featured-list)>li::after,.ArticleBodyContent>div.structural>ol:not(.featured-list)>li::before,.ArticleBodyContent>ol:not(.featured-list)>li::after,.ArticleBodyContent>ol:not(.featured-list)>li::before{left:-2.5rem}.ArticleBodyContent>div.structural>ol:not(.featured-list)>li::after,.ArticleBodyContent>ol:not(.featured-list)>li::after{width:calc(90% + 2.5rem)}.ArticleBodyContent .nuv-issue-outline-title+ul.featured-list,.ArticleBodyContent>div.structural .nuv-issue-outline-title+ul.featured-list{margin-top:-2rem}}.ArticleBodyContent>div.structural>table,.ArticleBodyContent>table{border-collapse:collapse;width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;display:block;overflow:auto}.ArticleBodyContent>div.structural>table>caption,.ArticleBodyContent>table>caption{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;margin-bottom:1.25rem;text-align:left}.ArticleBodyContent>div.structural>table>thead>tr>th,.ArticleBodyContent>table>thead>tr>th{font-family:\"Source Sans Pro\",sans-serif;font-weight:700;color:#fff;font-size:.6875rem;line-height:1rem;letter-spacing:.01875rem;background-color:#253746;border-right:.0625rem solid #fff;padding:.625rem .9375rem;text-transform:uppercase;vertical-align:bottom}.ArticleBodyContent>div.structural>table>thead>tr>th:not(:first-child),.ArticleBodyContent>table>thead>tr>th:not(:first-child){text-align:right}.ArticleBodyContent>div.structural>table>thead>tr>th:last-child,.ArticleBodyContent>table>thead>tr>th:last-child{border-right:none}.ArticleBodyContent>div.structural>table>thead>tr>th:first-child,.ArticleBodyContent>table>thead>tr>th:first-child{text-align:left;min-width:7.5rem}.ArticleBodyContent>div.structural>table>tbody>tr>th,.ArticleBodyContent>table>tbody>tr>th{background-color:#4c7887;color:#fff;font-family:\"Source Sans Pro\",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.01875rem;line-height:1rem;padding:.625rem .9375rem;text-transform:uppercase;text-align:left;vertical-align:bottom}.ArticleBodyContent>div.structural>table>tbody>tr>td,.ArticleBodyContent>table>tbody>tr>td{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.28;letter-spacing:.005625rem;text-transform:none;color:#253746;background-color:#b2deea;border-right:.0625rem solid #fff;padding:.625rem .9375rem}.ArticleBodyContent>div.structural>table>tbody>tr>td:not(:first-child),.ArticleBodyContent>table>tbody>tr>td:not(:first-child){font-family:\"Source Sans Pro\",sans-serif;font-weight:700;font-size:.875rem;text-align:right}.ArticleBodyContent>div.structural>table>tbody>tr>td:last-child,.ArticleBodyContent>table>tbody>tr>td:last-child{border-right:none}.ArticleBodyContent>div.structural>table>tbody>tr:nth-child(odd)>td,.ArticleBodyContent>table>tbody>tr:nth-child(odd)>td{background-color:rgba(178,222,234,.7)}.ArticleBodyContent>.nuv-issue-outline.featured-list,.ArticleBodyContent>div.structural>.nuv-issue-outline.featured-list{margin-top:-1.625rem}.ArticleBodyContent>.nuv-issue-outline.featured-list::before,.ArticleBodyContent>div.structural>.nuv-issue-outline.featured-list::before{display:none}.ArticleBodyContent ol li a,.ArticleBodyContent ul li a,.ArticleBodyContent>div.structural ol li a,.ArticleBodyContent>div.structural ul li a{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent ol li a:hover,.ArticleBodyContent ul li a:hover,.ArticleBodyContent>div.structural ol li a:hover,.ArticleBodyContent>div.structural ul li a:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent .nuv-issue-outline.main-title,.ArticleBodyContent>div.structural .nuv-issue-outline.main-title{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;position:relative;padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-bottom:0}.ArticleBodyContent .nuv-issue-outline.main-title::before,.ArticleBodyContent>div.structural .nuv-issue-outline.main-title::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>table>caption,.ArticleBodyContent>table>caption{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent>div.structural>table>tbody>tr>td,.ArticleBodyContent>table>tbody>tr>td{font-size:.875rem;line-height:1.28;letter-spacing:.005625rem}.ArticleBodyContent>div.structural>table,.ArticleBodyContent>table{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent .nuv-issue-outline.main-title,.ArticleBodyContent>div.structural .nuv-issue-outline.main-title{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem;width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent .nuv-issue-outline.main-title::before,.ArticleBodyContent>div.structural .nuv-issue-outline.main-title::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>table>caption,.ArticleBodyContent>table>caption{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}.ArticleBodyContent>div.structural>table>tbody>tr>td,.ArticleBodyContent>table>tbody>tr>td{font-size:1rem;line-height:1.75;letter-spacing:.0075rem}.ArticleBodyContent>div.structural>table,.ArticleBodyContent>table{width:calc(100% - 5rem);float:left;margin-left:2.5rem;display:table}.ArticleBodyContent .nuv-issue-outline.main-title,.ArticleBodyContent>div.structural .nuv-issue-outline.main-title{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent .nuv-issue-outline.featured-list,.ArticleBodyContent>div.structural .nuv-issue-outline.featured-list{margin-top:-2rem;margin-bottom:10px}.ArticleBodyContent .nuv-issue-outline.main-title::before,.ArticleBodyContent>div.structural .nuv-issue-outline.main-title::before{width:48.2%}}.ArticleBodyContent .nuv-institutional-modal__sub-copy,.ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy,.ArticleBodyContent>div.structural>form,.ArticleBodyContent>div.structural>form>p,.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>div.structural>p,.ArticleBodyContent>div.structural>picture,.ArticleBodyContent>form,.ArticleBodyContent>form>p,.ArticleBodyContent>h1,.ArticleBodyContent>h2,.ArticleBodyContent>h3,.ArticleBodyContent>h4,.ArticleBodyContent>h5,.ArticleBodyContent>h6,.ArticleBodyContent>p,.ArticleBodyContent>picture{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent .nuv-institutional-modal__sub-copy>a,.ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy>a,.ArticleBodyContent>div.structural>form>a,.ArticleBodyContent>div.structural>form>p>a,.ArticleBodyContent>div.structural>h1>a,.ArticleBodyContent>div.structural>h2>a,.ArticleBodyContent>div.structural>h3>a,.ArticleBodyContent>div.structural>h4>a,.ArticleBodyContent>div.structural>h5>a,.ArticleBodyContent>div.structural>h6>a,.ArticleBodyContent>div.structural>p>a,.ArticleBodyContent>div.structural>picture>a,.ArticleBodyContent>form>a,.ArticleBodyContent>form>p>a,.ArticleBodyContent>h1>a,.ArticleBodyContent>h2>a,.ArticleBodyContent>h3>a,.ArticleBodyContent>h4>a,.ArticleBodyContent>h5>a,.ArticleBodyContent>h6>a,.ArticleBodyContent>p>a,.ArticleBodyContent>picture>a{color:#2ba824;text-decoration:underline;transition:color .25s ease}.ArticleBodyContent .nuv-institutional-modal__sub-copy>a:hover,.ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy>a:hover,.ArticleBodyContent>div.structural>form>a:hover,.ArticleBodyContent>div.structural>form>p>a:hover,.ArticleBodyContent>div.structural>h1>a:hover,.ArticleBodyContent>div.structural>h2>a:hover,.ArticleBodyContent>div.structural>h3>a:hover,.ArticleBodyContent>div.structural>h4>a:hover,.ArticleBodyContent>div.structural>h5>a:hover,.ArticleBodyContent>div.structural>h6>a:hover,.ArticleBodyContent>div.structural>p>a:hover,.ArticleBodyContent>div.structural>picture>a:hover,.ArticleBodyContent>form>a:hover,.ArticleBodyContent>form>p>a:hover,.ArticleBodyContent>h1>a:hover,.ArticleBodyContent>h2>a:hover,.ArticleBodyContent>h3>a:hover,.ArticleBodyContent>h4>a:hover,.ArticleBodyContent>h5>a:hover,.ArticleBodyContent>h6>a:hover,.ArticleBodyContent>p>a:hover,.ArticleBodyContent>picture>a:hover{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.ArticleBodyContent>.nuv-button,.ArticleBodyContent>div.structural>.nuv-button{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-bottom:0}.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>h1{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.75rem;line-height:1.1;letter-spacing:-.015625rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>h1{font-size:2.625rem;line-height:1.1;letter-spacing:-.0275rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>h1{font-size:3.625rem;line-height:1.2;letter-spacing:-.033125rem}}.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>h2{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.034375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>h2{font-size:1.75rem;line-height:1.1;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>h2{font-size:2.25rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>h3{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>h3{font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>h3{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem}}.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>h4{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.3;letter-spacing:-.01rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>h4{font-size:1.375rem;line-height:1.3;letter-spacing:-.01375rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>h4{font-size:1.75rem;line-height:1.3;letter-spacing:-.0175rem}}.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>h5{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>h5{font-size:1.125rem;line-height:1.4;letter-spacing:-.003125rem}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>h5{font-size:1.375rem;line-height:1.45;letter-spacing:-.00375rem}.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>h6{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}}.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>h6{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem;text-transform:none;color:#253746}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>h6{font-size:1.125rem;line-height:1.5;letter-spacing:-.003125rem}.ArticleBodyContent>div.structural>p,.ArticleBodyContent>p{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}}.ArticleBodyContent>div.structural>p,.ArticleBodyContent>p{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>p,.ArticleBodyContent>p{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}}.ArticleBodyContent>div.structural>form,.ArticleBodyContent>form{font-family:Georgia,Times,serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.005625rem;text-transform:none;color:#66737d}.ArticleBodyContent>*,.ArticleBodyContent>div.structural>*,.ArticleBodyContent>div.structural>form,.ArticleBodyContent>div.structural>p,.ArticleBodyContent>form,.ArticleBodyContent>p{margin-top:1.5rem}.ArticleBodyContent>.nuv-button-embed,.ArticleBodyContent>div.structural>.nuv-button-embed{margin-bottom:0}.ArticleBodyContent>.nuv-button+.nuv-button,.ArticleBodyContent>.nuv-button+form,.ArticleBodyContent>.nuv-button+h1,.ArticleBodyContent>.nuv-button+h2,.ArticleBodyContent>.nuv-button+h3,.ArticleBodyContent>.nuv-button+h4,.ArticleBodyContent>.nuv-button+h5,.ArticleBodyContent>.nuv-button+h6,.ArticleBodyContent>.nuv-button+ol,.ArticleBodyContent>.nuv-button+p,.ArticleBodyContent>.nuv-button+ul,.ArticleBodyContent>div.structural>.nuv-button+.nuv-button,.ArticleBodyContent>div.structural>.nuv-button+form,.ArticleBodyContent>div.structural>.nuv-button+h1,.ArticleBodyContent>div.structural>.nuv-button+h2,.ArticleBodyContent>div.structural>.nuv-button+h3,.ArticleBodyContent>div.structural>.nuv-button+h4,.ArticleBodyContent>div.structural>.nuv-button+h5,.ArticleBodyContent>div.structural>.nuv-button+h6,.ArticleBodyContent>div.structural>.nuv-button+ol,.ArticleBodyContent>div.structural>.nuv-button+p,.ArticleBodyContent>div.structural>.nuv-button+ul,.ArticleBodyContent>div.structural>form+.nuv-button,.ArticleBodyContent>div.structural>h1+.nuv-button,.ArticleBodyContent>div.structural>h1+form,.ArticleBodyContent>div.structural>h1+h1,.ArticleBodyContent>div.structural>h1+h2,.ArticleBodyContent>div.structural>h1+h3,.ArticleBodyContent>div.structural>h1+h4,.ArticleBodyContent>div.structural>h1+h5,.ArticleBodyContent>div.structural>h1+h6,.ArticleBodyContent>div.structural>h1+ol,.ArticleBodyContent>div.structural>h1+p,.ArticleBodyContent>div.structural>h1+ul,.ArticleBodyContent>div.structural>h2+.nuv-button,.ArticleBodyContent>div.structural>h2+form,.ArticleBodyContent>div.structural>h2+h1,.ArticleBodyContent>div.structural>h2+h2,.ArticleBodyContent>div.structural>h2+h3,.ArticleBodyContent>div.structural>h2+h4,.ArticleBodyContent>div.structural>h2+h5,.ArticleBodyContent>div.structural>h2+h6,.ArticleBodyContent>div.structural>h2+ol,.ArticleBodyContent>div.structural>h2+p,.ArticleBodyContent>div.structural>h2+ul,.ArticleBodyContent>div.structural>h3+.nuv-button,.ArticleBodyContent>div.structural>h3+form,.ArticleBodyContent>div.structural>h3+h1,.ArticleBodyContent>div.structural>h3+h2,.ArticleBodyContent>div.structural>h3+h3,.ArticleBodyContent>div.structural>h3+h4,.ArticleBodyContent>div.structural>h3+h5,.ArticleBodyContent>div.structural>h3+h6,.ArticleBodyContent>div.structural>h3+ol,.ArticleBodyContent>div.structural>h3+p,.ArticleBodyContent>div.structural>h3+ul,.ArticleBodyContent>div.structural>h4+.nuv-button,.ArticleBodyContent>div.structural>h4+form,.ArticleBodyContent>div.structural>h4+h1,.ArticleBodyContent>div.structural>h4+h2,.ArticleBodyContent>div.structural>h4+h3,.ArticleBodyContent>div.structural>h4+h4,.ArticleBodyContent>div.structural>h4+h5,.ArticleBodyContent>div.structural>h4+h6,.ArticleBodyContent>div.structural>h4+ol,.ArticleBodyContent>div.structural>h4+p,.ArticleBodyContent>div.structural>h4+ul,.ArticleBodyContent>div.structural>h5+.nuv-button,.ArticleBodyContent>div.structural>h5+form,.ArticleBodyContent>div.structural>h5+h1,.ArticleBodyContent>div.structural>h5+h2,.ArticleBodyContent>div.structural>h5+h3,.ArticleBodyContent>div.structural>h5+h4,.ArticleBodyContent>div.structural>h5+h5,.ArticleBodyContent>div.structural>h5+h6,.ArticleBodyContent>div.structural>h5+ol,.ArticleBodyContent>div.structural>h5+p,.ArticleBodyContent>div.structural>h5+ul,.ArticleBodyContent>div.structural>h6+.nuv-button,.ArticleBodyContent>div.structural>h6+form,.ArticleBodyContent>div.structural>h6+h1,.ArticleBodyContent>div.structural>h6+h2,.ArticleBodyContent>div.structural>h6+h3,.ArticleBodyContent>div.structural>h6+h4,.ArticleBodyContent>div.structural>h6+h5,.ArticleBodyContent>div.structural>h6+h6,.ArticleBodyContent>div.structural>h6+ol,.ArticleBodyContent>div.structural>h6+p,.ArticleBodyContent>div.structural>h6+ul,.ArticleBodyContent>div.structural>p+.nuv-button,.ArticleBodyContent>form+.nuv-button,.ArticleBodyContent>h1+.nuv-button,.ArticleBodyContent>h1+form,.ArticleBodyContent>h1+h1,.ArticleBodyContent>h1+h2,.ArticleBodyContent>h1+h3,.ArticleBodyContent>h1+h4,.ArticleBodyContent>h1+h5,.ArticleBodyContent>h1+h6,.ArticleBodyContent>h1+ol,.ArticleBodyContent>h1+p,.ArticleBodyContent>h1+ul,.ArticleBodyContent>h2+.nuv-button,.ArticleBodyContent>h2+form,.ArticleBodyContent>h2+h1,.ArticleBodyContent>h2+h2,.ArticleBodyContent>h2+h3,.ArticleBodyContent>h2+h4,.ArticleBodyContent>h2+h5,.ArticleBodyContent>h2+h6,.ArticleBodyContent>h2+ol,.ArticleBodyContent>h2+p,.ArticleBodyContent>h2+ul,.ArticleBodyContent>h3+.nuv-button,.ArticleBodyContent>h3+form,.ArticleBodyContent>h3+h1,.ArticleBodyContent>h3+h2,.ArticleBodyContent>h3+h3,.ArticleBodyContent>h3+h4,.ArticleBodyContent>h3+h5,.ArticleBodyContent>h3+h6,.ArticleBodyContent>h3+ol,.ArticleBodyContent>h3+p,.ArticleBodyContent>h3+ul,.ArticleBodyContent>h4+.nuv-button,.ArticleBodyContent>h4+form,.ArticleBodyContent>h4+h1,.ArticleBodyContent>h4+h2,.ArticleBodyContent>h4+h3,.ArticleBodyContent>h4+h4,.ArticleBodyContent>h4+h5,.ArticleBodyContent>h4+h6,.ArticleBodyContent>h4+ol,.ArticleBodyContent>h4+p,.ArticleBodyContent>h4+ul,.ArticleBodyContent>h5+.nuv-button,.ArticleBodyContent>h5+form,.ArticleBodyContent>h5+h1,.ArticleBodyContent>h5+h2,.ArticleBodyContent>h5+h3,.ArticleBodyContent>h5+h4,.ArticleBodyContent>h5+h5,.ArticleBodyContent>h5+h6,.ArticleBodyContent>h5+ol,.ArticleBodyContent>h5+p,.ArticleBodyContent>h5+ul,.ArticleBodyContent>h6+.nuv-button,.ArticleBodyContent>h6+form,.ArticleBodyContent>h6+h1,.ArticleBodyContent>h6+h2,.ArticleBodyContent>h6+h3,.ArticleBodyContent>h6+h4,.ArticleBodyContent>h6+h5,.ArticleBodyContent>h6+h6,.ArticleBodyContent>h6+ol,.ArticleBodyContent>h6+p,.ArticleBodyContent>h6+ul,.ArticleBodyContent>p+.nuv-button{margin-top:.5rem}.ArticleBodyContent>.nuv-button.inlinebutton,.ArticleBodyContent>.nuv-button.inlinefirstbutton,.ArticleBodyContent>div.structural>.nuv-button.inlinebutton,.ArticleBodyContent>div.structural>.nuv-button.inlinefirstbutton{width:auto}.ArticleBodyContent>.nuv-button.inlinebutton,.ArticleBodyContent>div.structural>.nuv-button.inlinebutton{margin-left:10px}.ArticleBodyContent .nuv-issue-outline-title,.ArticleBodyContent>div.structural .nuv-issue-outline-title{padding-top:1.125rem;font-family:Georgia,Times,serif;font-style:normal;font-weight:700;font-size:1.375rem;line-height:1.1;letter-spacing:-.01375rem;text-transform:none;color:#253746;padding-left:1.25rem;margin-top:0;margin-bottom:0;position:relative;z-index:1}.ArticleBodyContent .nuv-issue-outline-title::before,.ArticleBodyContent>div.structural .nuv-issue-outline-title::before{content:'';display:block;position:absolute;left:0;top:0;background-color:#0092bc;height:.25rem;width:73%}.ArticleBodyContent .nuv-article-video-embed-override-rte,.ArticleBodyContent>div.structural .nuv-article-video-embed-override-rte{width:calc(100% - 2.5rem);margin-left:1.25rem}@media only screen and (min-width:47.75rem){.ArticleBodyContent>div.structural>form,.ArticleBodyContent>form{font-size:1rem;line-height:1.5;letter-spacing:.005625rem}.ArticleBodyContent .nuv-issue-outline-title,.ArticleBodyContent>div.structural .nuv-issue-outline-title{padding-top:.9375rem;font-size:1.5625rem;line-height:1.1;letter-spacing:-.004375rem}.ArticleBodyContent .nuv-institutional-modal__sub-copy,.ArticleBodyContent>.nuv-button,.ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy,.ArticleBodyContent>div.structural>.nuv-button,.ArticleBodyContent>div.structural>form,.ArticleBodyContent>div.structural>form>p,.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>div.structural>p,.ArticleBodyContent>div.structural>picture,.ArticleBodyContent>form,.ArticleBodyContent>form>p,.ArticleBodyContent>h1,.ArticleBodyContent>h2,.ArticleBodyContent>h3,.ArticleBodyContent>h4,.ArticleBodyContent>h5,.ArticleBodyContent>h6,.ArticleBodyContent>p,.ArticleBodyContent>picture{width:calc(100% - 2rem);float:left;margin-left:1rem}.ArticleBodyContent>.nuv-button.inlinebutton,.ArticleBodyContent>.nuv-button.inlinefirstbutton,.ArticleBodyContent>div.structural>.nuv-button.inlinebutton,.ArticleBodyContent>div.structural>.nuv-button.inlinefirstbutton{width:auto}.ArticleBodyContent .nuv-issue-outline-title::before,.ArticleBodyContent>div.structural .nuv-issue-outline-title::before{width:40.2%}}@media only screen and (min-width:63.9375rem){.ArticleBodyContent>div.structural>form,.ArticleBodyContent>form{font-size:1.125rem;line-height:1.8;letter-spacing:.0075rem}.ArticleBodyContent .nuv-institutional-modal__sub-copy,.ArticleBodyContent>.nuv-button,.ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy,.ArticleBodyContent>div.structural>.nuv-button,.ArticleBodyContent>div.structural>form,.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>div.structural>p,.ArticleBodyContent>div.structural>picture,.ArticleBodyContent>form,.ArticleBodyContent>h1,.ArticleBodyContent>h2,.ArticleBodyContent>h3,.ArticleBodyContent>h4,.ArticleBodyContent>h5,.ArticleBodyContent>h6,.ArticleBodyContent>p,.ArticleBodyContent>picture{width:calc(58.33333333% - 3.95833333rem);float:left;margin-left:2.5rem;margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article .ArticleBodyContent .nuv-institutional-modal__sub-copy,.full-width-article .ArticleBodyContent>.nuv-button,.full-width-article .ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy,.full-width-article .ArticleBodyContent>div.structural>.nuv-button,.full-width-article .ArticleBodyContent>div.structural>form,.full-width-article .ArticleBodyContent>div.structural>h1,.full-width-article .ArticleBodyContent>div.structural>h2,.full-width-article .ArticleBodyContent>div.structural>h3,.full-width-article .ArticleBodyContent>div.structural>h4,.full-width-article .ArticleBodyContent>div.structural>h5,.full-width-article .ArticleBodyContent>div.structural>h6,.full-width-article .ArticleBodyContent>div.structural>p,.full-width-article .ArticleBodyContent>div.structural>picture,.full-width-article .ArticleBodyContent>form,.full-width-article .ArticleBodyContent>h1,.full-width-article .ArticleBodyContent>h2,.full-width-article .ArticleBodyContent>h3,.full-width-article .ArticleBodyContent>h4,.full-width-article .ArticleBodyContent>h5,.full-width-article .ArticleBodyContent>h6,.full-width-article .ArticleBodyContent>p,.full-width-article .ArticleBodyContent>picture{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.ArticleBodyContent>.nuv-button.inlinebutton,.ArticleBodyContent>.nuv-button.inlinefirstbutton,.ArticleBodyContent>div.structural>.nuv-button.inlinebutton,.ArticleBodyContent>div.structural>.nuv-button.inlinefirstbutton{width:auto}.ArticleBodyContent>*,.ArticleBodyContent>div.structural>*{margin-top:2.8125rem}.ArticleBodyContent .nuv-institutional-modal__sub-copy,.ArticleBodyContent>div.structural .nuv-institutional-modal__sub-copy,.ArticleBodyContent>div.structural>form,.ArticleBodyContent>div.structural>h1,.ArticleBodyContent>div.structural>h2,.ArticleBodyContent>div.structural>h3,.ArticleBodyContent>div.structural>h4,.ArticleBodyContent>div.structural>h5,.ArticleBodyContent>div.structural>h6,.ArticleBodyContent>div.structural>p,.ArticleBodyContent>div.structural>picture,.ArticleBodyContent>form,.ArticleBodyContent>h1,.ArticleBodyContent>h2,.ArticleBodyContent>h3,.ArticleBodyContent>h4,.ArticleBodyContent>h5,.ArticleBodyContent>h6,.ArticleBodyContent>p,.ArticleBodyContent>picture{margin-top:2.5rem}.ArticleBodyContent>div.structural>p,.ArticleBodyContent>p{margin-top:1.875rem}.ArticleBodyContent>div.structural>form,.ArticleBodyContent>div.structural>p+p,.ArticleBodyContent>form,.ArticleBodyContent>p+p{margin-top:1.5rem}.ArticleBodyContent .nuv-issue-outline-title,.ArticleBodyContent>div.structural .nuv-issue-outline-title{font-size:2rem;line-height:1.2;letter-spacing:-.00625rem;margin-left:calc(25% - 3.125rem + 5rem);width:calc(58.33333333% - 3.95833333rem + 2.5rem);left:-2.5rem;padding-left:2.5rem}.ArticleBodyContent .nuv-issue-outline-title::before,.ArticleBodyContent>div.structural .nuv-issue-outline-title::before{width:48.2%}.ArticleBodyContent .nuv-article-video-embed-override-rte,.ArticleBodyContent>div.structural .nuv-article-video-embed-override-rte{width:calc(58.33333% - 3.95833rem);margin-left:calc(25% - 3.125rem + 5rem)}.full-width-article .nuv-article-numbered-list__title{margin-left:0}}.ArticleBodyContent>.nuv-socials,.ArticleBodyContent>div.structural>.nuv-socials,.ArticleBodyContent>div.structural>nuv-socials-share,.ArticleBodyContent>nuv-socials-share{margin-top:0}.ArticleBodyContent div.privacypolicy,.ArticleBodyContent>div.structural div.privacypolicy{margin-top:1.5rem;font-size:.9rem;font-style:italic;letter-spacing:0;font-weight:400}.ArticleBodyContent div.privacypolicybtn,.ArticleBodyContent>div.structural div.privacypolicybtn{margin-top:.5rem}.ArticleBodyContent div.caption,.ArticleBodyContent>div.structural div.caption{font-size:1rem;float:left;width:25%;margin-top:5px}.ArticleBodyContent div.inputfield,.ArticleBodyContent>div.structural div.inputfield{float:left;width:75%}.ArticleBodyContent input.emailfield,.ArticleBodyContent>div.structural input.emailfield{background:#fff;border:1px solid #c1c1c1;width:80%;outline:0;cursor:not-allowed;height:25px}.ArticleBodyContent input.pwdfield,.ArticleBodyContent>div.structural input.pwdfield{background:#fff;border:1px solid #c1c1c1;width:80%;height:25px}.ArticleBodyContent .clearfix,.ArticleBodyContent>div.structural .clearfix{clear:both}.ArticleBodyContent .margin-top-10,.ArticleBodyContent>div.structural .margin-top-10{margin-top:10px}@media (max-width:768px){.ArticleBodyContent input.emailfield,.ArticleBodyContent input.pwdfield,.ArticleBodyContent>div.structural input.emailfield,.ArticleBodyContent>div.structural input.pwdfield{width:100%}}.ArticleBodyContent h3.headingtag,.ArticleBodyContent>div.structural h3.headingtag{font-size:1.5rem}.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+.nuv-institutional-modal__sub-copy,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+h1,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+h2,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+h3,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+h4,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+h5,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+h6,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+p,.ArticleBodyContent:first-child .ArticleBodyContent>div.structural>.no_style_class+picture{margin-top:0}.nuv-article-content--retail ul.nuv-issue-outline.featured-list.outline-featured-list-icon{padding-left:0}.nuv-article-content--retail ul.nuv-issue-outline.featured-list.outline-featured-list-icon li{padding-left:0;border-bottom:none}.nuv-article-content--retail ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before{content:\"\"}.nuv-article-content--retail ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-article-content--retail ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after{width:calc(100% - 80px);left:80px;content:'';display:block;height:.0625rem;background-color:#b2deea;position:absolute;bottom:0}.nuv-article-content--retail ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img{vertical-align:middle;padding-right:12px}.nuv-full-width-body-copy ul.nuv-issue-outline.featured-list.outline-featured-list-icon,.nuv-full-width-body-copy ul.nuv-issue-outline.featured-list.outline-featured-list-icon li{padding-left:0}.nuv-full-width-body-copy ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::before{background:0 0;border-radius:unset}.nuv-full-width-body-copy ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>.outline-featured-list-contentSpan{display:inline-block;vertical-align:middle;width:calc(100% - 85px)}.nuv-full-width-body-copy ul.nuv-issue-outline.featured-list.outline-featured-list-icon li::after{width:calc(100% - 80px);left:80px}.nuv-full-width-body-copy ul.nuv-issue-outline.featured-list.outline-featured-list-icon li>img{vertical-align:middle;padding-right:12px}:host{margin-top:45px;display:block;clear:both}:host::after{clear:both;content:\"\";display:block}.timeline-carousel{display:block;clear:both}.timeline-carousel::after{clear:both;content:\"\";display:block}.nuv-timeline-with-carousel{width:calc(100% - 2.5rem);float:left;margin-left:1.25rem;margin-top:45px;position:relative;font-family:Georgia,'Times New Roman',Times,serif}@media only screen and (min-width:47.75rem){:host{margin-top:45px}.nuv-timeline-with-carousel{margin-top:45px}}@media only screen and (min-width:63.9375rem){:host{margin-top:45px}.nuv-timeline-with-carousel{margin-top:45px}}.nuv-timeline-with-carousel .desktop-timeline{display:none}.nuv-timeline-with-carousel__title{font-family:Georgia,Times,serif;font-style:normal;font-weight:700;color:#253746;line-height:1.625rem;letter-spacing:-.034375rem;margin-bottom:1.25rem;margin-top:8px;font-size:1.25rem}@media only screen and (min-width:47.75rem){.nuv-timeline-with-carousel__title{font-size:1.75rem;line-height:2.25rem;letter-spacing:-.04375rem}}@media only screen and (min-width:63.9375rem){.nuv-timeline-with-carousel__title{font-size:2.25rem;line-height:2.875rem;letter-spacing:-.00625rem}}.nuv-timeline-with-carousel__title::before{content:\"\";display:block;width:100%;height:4px;background-color:#e87722;position:absolute;left:0;top:0}.nuv-timeline-with-carousel .slick-list{overflow:visible}.nuv-timeline-with-carousel .slick-track{margin:0}.nuv-timeline-with-carousel .slick-slide{padding:0 1.25rem;opacity:0;visibility:hidden;pointer-events:none;cursor:default;transition:opacity .32s cubic-bezier(.77,0,.175,1),visility .32s cubic-bezier(.77,0,.175,1)}.nuv-timeline-with-carousel .slick-slide.slick-active{opacity:1;visibility:visible;pointer-events:all;cursor:pointer}.nuv-timeline-with-carousel .slick-arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;position:absolute;bottom:0;border:none;background-color:transparent;color:transparent;font-size:0;padding:0;margin:0;cursor:pointer}.nuv-timeline-with-carousel .slick-arrow::before{content:'';display:block;width:14px;height:14px;border-left:1px solid #253746;border-bottom:1px solid #253746;position:absolute;left:50%;top:50%;transition:border .32s cubic-bezier(.77,0,.175,1)}.nuv-timeline-with-carousel .slick-arrow.slick-disabled{cursor:default}.nuv-timeline-with-carousel .slick-arrow.slick-disabled::before{border-left:1px solid #bdc3c7;border-bottom:1px solid #bdc3c7}.nuv-timeline-with-carousel .slick-next{right:1.25rem}.nuv-timeline-with-carousel .slick-next::before{transform:translate(-50%,-50%) rotate(225deg)}.nuv-timeline-with-carousel .slick-prev{left:1.25rem;color:red}.nuv-timeline-with-carousel .slick-prev::before{transform:translate(-50%,-50%) rotate(45deg)}.nuv-timeline-with-carousel .slick-dots{position:relative;bottom:auto;display:flex;justify-content:center;padding:0;width:calc(100% - 64px - 2.5rem);margin:32px auto -13px}.nuv-timeline-with-carousel .slick-dots li{list-style:none;width:32px;height:32px;position:relative;margin:0}.nuv-timeline-with-carousel .slick-dots button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:100%;height:100%;border:none;margin:0;padding:0;color:transparent;background-color:transparent;font-size:0;cursor:pointer}.nuv-timeline-with-carousel .slick-dots button::before{content:'';display:block;width:6px;height:6px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);background-color:#bdc3c7;border-radius:20px;transition:transform .32s cubic-bezier(.77,0,.175,1);opacity:1}.nuv-timeline-with-carousel .slick-active button::before{transform:translate(-50%,-50%) scale(1.7);background-color:#253746}.nuv-timeline-with-carousel .slick-dots li.slick-active button::before{opacity:1}.nuv-timeline-with-carousel__item{padding-top:30px}.nuv-timeline-with-carousel__item-milestone,.nuv-timeline-with-carousel__item-title{float:left;color:#253746}.nuv-timeline-with-carousel__item-title{width:25%;font-size:1.125rem;font-weight:700;text-align:right;padding-right:15px}.nuv-timeline-with-carousel__item-milestone{width:75%;border-left:1px solid #bdc3c7;position:relative;padding:5px 10px 0 20px}.nuv-timeline-with-carousel__item-milestone::before{content:'';position:absolute;left:-5px;top:0;display:block;width:10px;height:10px;border-radius:5px;background-color:#bdc3c7}.nuv-timeline-with-carousel__item-milestone-content{padding:25px 10px 50px}.nuv-timeline-with-carousel__item-milestone h6{font-size:1.375rem;font-weight:700;margin-top:0}.nuv-timeline-with-carousel__item-milestone p{font-size:1rem;font-style:italic;line-height:1.5rem;margin-bottom:0}.nuv-timeline-with-carousel__item-milestone:nth-child(4n+2) .nuv-timeline-with-carousel__item-milestone-content{background-color:rgba(37,55,70,.03)}.nuv-timeline-with-carousel__item-milestone:last-of-type::after{content:'';position:absolute;left:-5px;bottom:0;display:block;width:10px;height:10px;border-radius:5px;background-color:#bdc3c7}.nuv-timeline-with-carousel__item-milestone.tiaa,.nuv-timeline-with-carousel__item-milestone.tiaa h6,.nuv-timeline-with-carousel__item-title.tiaa,.nuv-timeline-with-carousel__item-title.tiaa h6{color:#0092bc}@media only screen and (min-width:47.75rem){.nuv-timeline-with-carousel{width:calc(100% - 2rem);float:left;margin-left:1rem}.nuv-timeline-with-carousel .mobile-timeline{display:none}.nuv-timeline-with-carousel .desktop-timeline{display:block}.nuv-timeline-with-carousel__title{font-size:2rem}.nuv-timeline-with-carousel .slick-dots{width:100%}.nuv-timeline-with-carousel .slick-slide{padding:0}.nuv-timeline-with-carousel .slick-arrow{top:365px;bottom:auto;z-index:1}.nuv-timeline-with-carousel .slick-next{right:-32px}.nuv-timeline-with-carousel .slick-next:before,.nuv-timeline-with-carousel .slick-prev:before{color:#09529b!important}.nuv-timeline-with-carousel .slick-prev{left:-42px}.nuv-timeline-with-carousel__item{height:670px}.nuv-timeline-with-carousel__item-title-container{width:100px;position:relative}.nuv-timeline-with-carousel__item-title{width:100%;height:285px;display:flex;align-items:flex-end;padding:10px 0}.nuv-timeline-with-carousel__item-title.tiaa{align-items:flex-start;border-top:1px solid #bdc3c7}.nuv-timeline-with-carousel__item-title.tiaa::after{content:'';position:absolute;right:-5px;top:280px;display:block;width:10px;height:10px;border-radius:5px;background-color:#bdc3c7}.nuv-timeline-with-carousel__item-milestone-container{width:calc(100% - 100px);display:flex;overflow:hidden}.nuv-timeline-with-carousel__item-milestone-container::after{content:'';position:absolute;top:285px;width:100%;height:1px;background-color:#bdc3c7}.nuv-timeline-with-carousel__item-milestone-wrapper{width:216px!important;float:left;position:relative;display:table}.nuv-timeline-with-carousel__item .slick-highlight .nuv-timeline-with-carousel__item-milestone-wrapper{background-color:rgba(37,55,70,.03)}.nuv-timeline-with-carousel__item-milestone-content{height:285px}.nuv-timeline-with-carousel__item-milestone-content h6{font-size:1.375rem;font-weight:700;margin-top:0}.nuv-timeline-with-carousel__item-milestone-content p{font-size:1rem;font-style:italic;line-height:1.5rem;margin-bottom:0}.nuv-timeline-with-carousel__item-milestone-content.tiaa{border-top:1px solid #bdc3c7;color:#0092bc}.nuv-timeline-with-carousel__item-milestone-content.tiaa h6{color:#0092bc}.nuv-timeline-with-carousel__item-milestone-content.tiaa::after{content:'';position:absolute;right:-5px;top:280px;display:block;width:10px;height:10px;border-radius:5px;background-color:#bdc3c7}}@media only screen and (min-width:63.9375rem){.nuv-timeline-with-carousel{width:calc(100% - 5rem);float:left;margin-left:2.5rem}.nuv-timeline-with-carousel .slick-arrow{top:375px}}"]],data:{}});var lau=wt("app-timeline-with-carousel",rot,ngr,{TimelineCarouselString:"sitecore-content"},{},[]),aau=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.overrides={pinch:{enable:!1},rotate:{enable:!1}},t}return b(t,n),t}(aeu),loi=function(){return function(){}}(),aoi=function(){return function(){}}(),vau=function(){return function(){}}();lh=function(){function n(n,t){void 0===n&&(n=0);void 0===t&&(t=0);this._onDoneFns=[];this._onStartFns=[];this._onDestroyFns=[];this._started=!1;this._destroyed=!1;this._finished=!1;this.parentPlayer=null;this.totalTime=n+t}return n.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(n){return n()}),this._onDoneFns=[])},n.prototype.onStart=function(n){this._onStartFns.push(n)},n.prototype.onDone=function(n){this._onDoneFns.push(n)},n.prototype.onDestroy=function(n){this._onDestroyFns.push(n)},n.prototype.hasStarted=function(){return this._started},n.prototype.init=function(){},n.prototype.play=function(){this.hasStarted()||(this._onStart(),this.triggerMicrotask());this._started=!0},n.prototype.triggerMicrotask=function(){var n=this;nyt(function(){return n._onFinish()})},n.prototype._onStart=function(){this._onStartFns.forEach(function(n){return n()});this._onStartFns=[]},n.prototype.pause=function(){},n.prototype.restart=function(){},n.prototype.finish=function(){this._onFinish()},n.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(function(n){return n()}),this._onDestroyFns=[])},n.prototype.reset=function(){},n.prototype.setPosition=function(){},n.prototype.getPosition=function(){return 0},n.prototype.triggerCallback=function(n){var t="start"==n?this._onStartFns:this._onDoneFns;t.forEach(function(n){return n()});t.length=0},n}();oit=function(){function n(n){var t=this;this._onDoneFns=[];this._onStartFns=[];this._finished=!1;this._started=!1;this._destroyed=!1;this._onDestroyFns=[];this.parentPlayer=null;this.totalTime=0;this.players=n;var r=0,u=0,f=0,i=this.players.length;0==i?nyt(function(){return t._onFinish()}):this.players.forEach(function(n){n.onDone(function(){++r==i&&t._onFinish()});n.onDestroy(function(){++u==i&&t._onDestroy()});n.onStart(function(){++f==i&&t._onStart()})});this.totalTime=this.players.reduce(function(n,t){return Math.max(n,t.totalTime)},0)}return n.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(n){return n()}),this._onDoneFns=[])},n.prototype.init=function(){this.players.forEach(function(n){return n.init()})},n.prototype.onStart=function(n){this._onStartFns.push(n)},n.prototype._onStart=function(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(function(n){return n()}),this._onStartFns=[])},n.prototype.onDone=function(n){this._onDoneFns.push(n)},n.prototype.onDestroy=function(n){this._onDestroyFns.push(n)},n.prototype.hasStarted=function(){return this._started},n.prototype.play=function(){this.parentPlayer||this.init();this._onStart();this.players.forEach(function(n){return n.play()})},n.prototype.pause=function(){this.players.forEach(function(n){return n.pause()})},n.prototype.restart=function(){this.players.forEach(function(n){return n.restart()})},n.prototype.finish=function(){this._onFinish();this.players.forEach(function(n){return n.finish()})},n.prototype.destroy=function(){this._onDestroy()},n.prototype._onDestroy=function(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(function(n){return n.destroy()}),this._onDestroyFns.forEach(function(n){return n()}),this._onDestroyFns=[])},n.prototype.reset=function(){this.players.forEach(function(n){return n.reset()});this._destroyed=!1;this._finished=!1;this._started=!1},n.prototype.setPosition=function(n){var t=n*this.totalTime;this.players.forEach(function(n){var i=n.totalTime?Math.min(1,t/n.totalTime):1;n.setPosition(i)})},n.prototype.getPosition=function(){var n=0;return this.players.forEach(function(t){var i=t.getPosition();n=Math.min(i,n)}),n},n.prototype.beforeDestroy=function(){this.players.forEach(function(n){n.beforeDestroy&&n.beforeDestroy()})},n.prototype.triggerCallback=function(n){var t="start"==n?this._onStartFns:this._onDoneFns;t.forEach(function(n){return n()});t.length=0},n}();var voi=function(){return!1},tst=function(){return!1},yoi=function(){return[]},poi=hn();(poi||"undefined"!=typeof Element)&&((voi=function(n,t){return n.contains(t)},poi||Element.prototype.matches)?tst=function(n,t){return n.matches(t)}:(el=Element.prototype,sit=el.matchesSelector||el.mozMatchesSelector||el.msMatchesSelector||el.oMatchesSelector||el.webkitMatchesSelector,sit&&(tst=function(n,t){return sit.apply(n,[t])})),yoi=function(n,t,i){var r=[],u;return i?r.push.apply(r,kt(n.querySelectorAll(t))):(u=n.querySelector(t),u&&r.push(u)),r});fs=null;hit=!1;var ist=tst,rst=voi,ust=yoi;nti=function(){function n(){}return n.prototype.validateStyleProperty=function(n){return vn(n)},n.prototype.matchesElement=function(n,t){return ist(n,t)},n.prototype.containsElement=function(n,t){return rst(n,t)},n.prototype.query=function(n,t,i){return ust(n,t,i)},n.prototype.computeStyle=function(n,t,i){return i||""},n.prototype.animate=function(n,t,i,r,u,f){return void 0===f&&(f=[]),new lh(i,r)},n}();cit=function(){function n(){}return n.NOOP=new nti,n}();kw=new RegExp("{{\\s*(.+?)\\s*}}","g");tti=/-+([a-z0-9])/g;iv=new Set(["true","1"]);rv=new Set(["false","0"]);iti=new RegExp("s*:selfs*,?","g");rti=function(){function n(n){this._driver=n}return n.prototype.build=function(n,t){var i=new uti(t);return this._resetContextStyleTimingState(i),wu(this,ya(n),i)},n.prototype._resetContextStyleTimingState=function(n){n.currentQuerySelector="";n.collectedStyles={};n.collectedStyles[""]={};n.currentTime=0},n.prototype.visitTrigger=function(n,t){var i=this,r=t.queryCount=0,u=t.depCount=0,f=[],e=[];return"@"==n.name.charAt(0)&&t.errors.push("animation triggers cannot be prefixed with an `@` sign (e.g. trigger('@foo', [...]))"),n.definitions.forEach(function(n){var o,h,s;(i._resetContextStyleTimingState(t),0==n.type)?(o=n,h=o.name,h.toString().split(/\s*,\s*/).forEach(function(n){o.name=n;f.push(i.visitState(o,t))}),o.name=h):1==n.type?(s=i.visitTransition(n,t),r+=s.queryCount,u+=s.depCount,e.push(s)):t.errors.push("only state() and transition() definitions can sit inside of a trigger()")}),{type:7,name:n.name,states:f,transitions:e,queryCount:r,depCount:u,options:null}},n.prototype.visitState=function(n,t){var r=this.visitStyle(n.styles,t),u=n.options&&n.options.params||null,i,f,e;return r.containsDynamicStyles&&(i=new Set,f=u||{},(r.styles.forEach(function(n){if(iw(n)){var t=n;Object.keys(t).forEach(function(n){eyt(t[n]).forEach(function(n){f.hasOwnProperty(n)||i.add(n)})})}}),i.size)&&(e=tw(i.values()),t.errors.push('state("'+n.name+'", ...) must define default values for all the following style substitutions: '+e.join(", ")))),{type:0,name:n.name,style:r,options:u?{params:u}:null}},n.prototype.visitTransition=function(n,t){t.queryCount=0;t.depCount=0;var i,u,r,f=wu(this,ya(n.animation),t);return{type:1,matchers:(i=n.expr,u=t.errors,r=[],"string"==typeof i?i.split(/\s*,\s*/).forEach(function(n){return function(n,t,i){var u,r;if(":"==n[0]){if(u=function(n,t){switch(n){case":enter":return"void => *";case":leave":return"* => void";case":increment":return function(n,t){return parseFloat(t)>parseFloat(n)};case":decrement":return function(n,t){return parseFloat(t)<parseFloat(n)};default:return t.push('The transition alias value "'+n+'" is not supported'),"* => *"}}(n,i),"function"==typeof u)return void t.push(u);n=u}if(r=n.match(/^(\*|[-\w]+)\s*(<?[=-]>)\s*(\*|[-\w]+)$/),null==r||r.length<4)return i.push('The provided transition expression "'+n+'" is not supported'),t;var f=r[1],o=r[2],e=r[3];t.push(hyt(f,e));"<"!=o[0]||"*"==f&&"*"==e||t.push(hyt(e,f))}(n,r,u)}):r.push(i),r),animation:f,queryCount:t.queryCount,depCount:t.depCount,options:fh(n.options)}},n.prototype.visitSequence=function(n,t){var i=this;return{type:2,steps:n.steps.map(function(n){return wu(i,n,t)}),options:fh(n.options)}},n.prototype.visitGroup=function(n,t){var r=this,u=t.currentTime,i=0,f=n.steps.map(function(n){t.currentTime=u;var f=wu(r,n,t);return i=Math.max(i,t.currentTime),f});return t.currentTime=i,{type:3,steps:f,options:fh(n.options)}},n.prototype.visitAnimate=function(n,t){var u,i=function(n,t){var i=null,r,u;if(n.hasOwnProperty("duration"))i=n;else if("number"==typeof n)return bn(gp(n,t).duration,0,"");return(r=n,r.split(/\s+/).some(function(n){return"{"==n.charAt(0)&&"{"==n.charAt(1)}))?(u=bn(0,0,""),u.dynamic=!0,u.strValue=r,u):bn((i=i||gp(r,t)).duration,i.delay,i.easing)}(n.timings,t.errors),f,r,e,o,s;return t.currentAnimateTimings=i,f=n.styles?n.styles:gvt({}),5==f.type?u=this.visitKeyframes(f,t):(r=n.styles,e=!1,r||(e=!0,o={},i.easing&&(o.easing=i.easing),r=gvt(o)),t.currentTime+=i.duration+i.delay,s=this.visitStyle(r,t),s.isEmptyStep=e,u=s),t.currentAnimateTimings=null,{type:4,timings:i,style:u,options:null}},n.prototype.visitStyle=function(n,t){var i=this._makeStyleAst(n,t);return this._validateStyleAst(i,t),i},n.prototype._makeStyleAst=function(n,t){var i=[],r,u;return Array.isArray(n.styles)?n.styles.forEach(function(n){"string"==typeof n?"*"==n?i.push(n):t.errors.push("The provided style string value "+n+" is not allowed."):i.push(n)}):i.push(n.styles),r=!1,u=null,i.forEach(function(n){var t,i,f;if(iw(n)&&(t=n,i=t.easing,i&&(u=i,delete t.easing),!r))for(f in t)if(t[f].toString().indexOf("{{")>=0){r=!0;break}}),{type:6,styles:i,easing:u,offset:n.offset,containsDynamicStyles:r,options:null}},n.prototype._validateStyleAst=function(n,t){var f=this,u=t.currentAnimateTimings,r=t.currentTime,i=t.currentTime;u&&i>0&&(i-=u.duration+u.delay);n.styles.forEach(function(n){"string"!=typeof n&&Object.keys(n).forEach(function(u){if(f._driver.validateStyleProperty(u)){var o=t.collectedStyles[t.currentQuerySelector],e=o[u],s=!0;e&&(i!=r&&i>=e.startTime&&r<=e.endTime&&(t.errors.push('The CSS property "'+u+'" that exists between the times of "'+e.startTime+'ms" and "'+e.endTime+'ms" is also being animated in a parallel animation between the times of "'+i+'ms" and "'+r+'ms"'),s=!1),i=e.startTime);s&&(o[u]={startTime:i,endTime:r});t.options&&function(n,t,i){var u=t.params||{},r=eyt(n);r.length&&r.forEach(function(n){u.hasOwnProperty(n)||i.push("Unable to resolve the local animation param "+n+" in the given list of values")})}(n[u],t.options,t.errors)}else t.errors.push('The provided animation property "'+u+'" is not a supported CSS property for animations')})})},n.prototype.visitKeyframes=function(n,t){var h=this,f={type:5,styles:[],options:null},i,r;if(!t.currentAnimateTimings)return t.errors.push("keyframes() must be placed inside of a call to animate()"),f;var u=0,c=[],e=!1,o=!1,l=0,a=n.steps.map(function(n){var r=h._makeStyleAst(n,t),f=null!=r.offset?r.offset:function(n){var t,i;return"string"==typeof n?null:(t=null,Array.isArray(n)?n.forEach(function(n){if(iw(n)&&n.hasOwnProperty("offset")){var i=n;t=parseFloat(i.offset);delete i.offset}}):iw(n)&&n.hasOwnProperty("offset")&&(i=n,t=parseFloat(i.offset),delete i.offset),t)}(r.styles),i=0;return null!=f&&(u++,i=r.offset=f),o=o||i<0||i>1,e=e||i<l,l=i,c.push(i),r});o&&t.errors.push("Please ensure that all keyframe offsets are between 0 and 1");e&&t.errors.push("Please ensure that all keyframe offsets are in order");i=n.steps.length;r=0;u>0&&u<i?t.errors.push("Not all style() steps within the declared keyframes() contain offsets"):0==u&&(r=1/(i-1));var v=i-1,y=t.currentTime,s=t.currentAnimateTimings,p=s.duration;return a.forEach(function(n,i){var u=r>0?i==v?1:r*i:c[i],e=u*p;t.currentTime=y+s.delay+e;s.duration=e;h._validateStyleAst(n,t);n.offset=u;f.styles.push(n)}),f},n.prototype.visitReference=function(n,t){return{type:8,animation:wu(this,ya(n.animation),t),options:fh(n.options)}},n.prototype.visitAnimateChild=function(n,t){return t.depCount++,{type:9,options:fh(n.options)}},n.prototype.visitAnimateRef=function(n,t){return{type:10,animation:this.visitReference(n.animation,t),options:fh(n.options)}},n.prototype.visitQuery=function(n,t){var i=t.currentQuerySelector,u=n.options||{},f;t.queryCount++;t.currentQuery=n;var e=si(function(n){var t=!!n.split(/\s*,\s*/).find(function(n){return":self"==n});return t&&(n=n.replace(iti,"")),[n=n.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,function(n){return".ng-trigger-"+n.substr(1)}).replace(/:animating/g,".ng-animating"),t]}(n.selector),2),r=e[0],o=e[1];return t.currentQuerySelector=i.length?i+" "+r:r,pu(t.collectedStyles,t.currentQuerySelector,{}),f=wu(this,ya(n.animation),t),t.currentQuery=null,t.currentQuerySelector=i,{type:11,selector:r,limit:u.limit||0,optional:!!u.optional,includeSelf:o,animation:f,originalSelector:n.selector,options:fh(n.options)}},n.prototype.visitStagger=function(n,t){t.currentQuery||t.errors.push("stagger() can only be used inside of query()");var i="full"===n.timings?{duration:0,delay:0,easing:"full"}:gp(n.timings,t.errors,!0);return{type:12,animation:wu(this,ya(n.animation),t),timings:i,options:null}},n}();uti=function(){return function(n){this.errors=n;this.queryCount=0;this.depCount=0;this.currentTransition=null;this.currentQuery=null;this.currentQuerySelector=null;this.currentAnimateTimings=null;this.currentTime=0;this.collectedStyles={};this.options=null}}();var fst=function(){function n(){this._map=new Map}return n.prototype.consume=function(n){var t=this._map.get(n);return t?this._map.delete(n):t=[],t},n.prototype.append=function(n,t){var i=this._map.get(n);i||this._map.set(n,i=[]);i.push.apply(i,kt(t))},n.prototype.has=function(n){return this._map.has(n)},n.prototype.clear=function(){this._map.clear()},n}(),yau=new RegExp(":enter","g"),pau=new RegExp(":leave","g"),wau=function(){function n(){}return n.prototype.buildKeyframes=function(n,t,i,r,u,f,e,o,s,h){var c,l,a;return void 0===h&&(h=[]),s=s||new fst,c=new bau(n,t,s,r,u,h,[]),c.options=o,c.currentTimeline.setStyles([f],null,c.errors,o),wu(this,i,c),l=c.timelines.filter(function(n){return n.containsAnimation()}),l.length&&Object.keys(e).length&&(a=l[l.length-1],a.allowOnlyTimelineStyles()||a.setStyles([e],null,c.errors,o)),l.length?l.map(function(n){return n.buildKeyframes()}):[kn(t,[],[],[],0,0,"",!1)]},n.prototype.visitTrigger=function(){},n.prototype.visitState=function(){},n.prototype.visitTransition=function(){},n.prototype.visitAnimateChild=function(n,t){var i=t.subInstructions.consume(t.element);if(i){var r=t.createSubContext(n.options),f=t.currentTimeline.currentTime,u=this._visitSubInstructions(i,r,r.options);f!=u&&t.transformIntoNewTimeline(u)}t.previousNode=n},n.prototype.visitAnimateRef=function(n,t){var i=t.createSubContext(n.options);i.transformIntoNewTimeline();this.visitReference(n.animation,i);t.transformIntoNewTimeline(i.currentTimeline.currentTime);t.previousNode=n},n.prototype._visitSubInstructions=function(n,t,i){var r=t.currentTimeline.currentTime,u=null!=i.duration?rh(i.duration):null,f=null!=i.delay?rh(i.delay):null;return 0!==u&&n.forEach(function(n){var i=t.appendInstructionToTimeline(n,u,f);r=Math.max(r,i.duration+i.delay)}),r},n.prototype.visitReference=function(n,t){t.updateOptions(n.options,!0);wu(this,n.animation,t);t.previousNode=n},n.prototype.visitSequence=function(n,t){var f=this,e=t.subContextCount,i=t,r=n.options,u;r&&(r.params||r.delay)&&((i=t.createSubContext(r)).transformIntoNewTimeline(),null!=r.delay)&&(6==i.previousNode.type&&(i.currentTimeline.snapshotCurrentStyles(),i.previousNode=lk),u=rh(r.delay),i.delayNextStep(u));n.steps.length&&(n.steps.forEach(function(n){return wu(f,n,i)}),i.currentTimeline.applyStylesToKeyframe(),i.subContextCount>e&&i.transformIntoNewTimeline());t.previousNode=n},n.prototype.visitGroup=function(n,t){var f=this,r=[],i=t.currentTimeline.currentTime,u=n.options&&n.options.delay?rh(n.options.delay):0;n.steps.forEach(function(e){var o=t.createSubContext(n.options);u&&o.delayNextStep(u);wu(f,e,o);i=Math.max(i,o.currentTimeline.currentTime);r.push(o.currentTimeline)});r.forEach(function(n){return t.currentTimeline.mergeTimelineCollectedStyles(n)});t.transformIntoNewTimeline(i);t.previousNode=n},n.prototype._visitTiming=function(n,t){if(n.dynamic){var i=n.strValue;return gp(t.params?nw(i,t.params,t.errors):i,t.errors)}return{duration:n.duration,delay:n.delay,easing:n.easing}},n.prototype.visitAnimate=function(n,t){var r=t.currentAnimateTimings=this._visitTiming(n.timings,t),u=t.currentTimeline,i;r.delay&&(t.incrementTime(r.delay),u.snapshotCurrentStyles());i=n.style;5==i.type?this.visitKeyframes(i,t):(t.incrementTime(r.duration),this.visitStyle(i,t),u.applyStylesToKeyframe());t.currentAnimateTimings=null;t.previousNode=n},n.prototype.visitStyle=function(n,t){var i=t.currentTimeline,r=t.currentAnimateTimings,u;!r&&i.getCurrentStyleProperties().length&&i.forwardFrame();u=r&&r.easing||n.easing;n.isEmptyStep?i.applyEmptyStep(u):i.setStyles(n.styles,u,t.errors,t.options);t.previousNode=n},n.prototype.visitKeyframes=function(n,t){var r=t.currentAnimateTimings,f=t.currentTimeline.duration,u=r.duration,i=t.createSubContext().currentTimeline;i.easing=r.easing;n.styles.forEach(function(n){i.forwardTime((n.offset||0)*u);i.setStyles(n.styles,n.easing,t.errors,t.options);i.applyStylesToKeyframe()});t.currentTimeline.mergeTimelineCollectedStyles(i);t.transformIntoNewTimeline(f+u);t.previousNode=n},n.prototype.visitQuery=function(n,t){var s=this,o=t.currentTimeline.currentTime,u=n.options||{},f=u.delay?rh(u.delay):0,i,e,r;f&&(6===t.previousNode.type||0==o&&t.currentTimeline.getCurrentStyleProperties().length)&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=lk);i=o;e=t.invokeQuery(n.selector,n.originalSelector,n.limit,n.includeSelf,!!u.optional,t.errors);t.currentQueryTotal=e.length;r=null;e.forEach(function(u,e){t.currentQueryIndex=e;var o=t.createSubContext(n.options,u);f&&o.delayNextStep(f);u===t.element&&(r=o.currentTimeline);wu(s,n.animation,o);o.currentTimeline.applyStylesToKeyframe();i=Math.max(i,o.currentTimeline.currentTime)});t.currentQueryIndex=0;t.currentQueryTotal=0;t.transformIntoNewTimeline(i);r&&(t.currentTimeline.mergeTimelineCollectedStyles(r),t.currentTimeline.snapshotCurrentStyles());t.previousNode=n},n.prototype.visitStagger=function(n,t){var r=t.parentContext,e=t.currentTimeline,u=n.timings,o=Math.abs(u.duration),h=o*(t.currentQueryTotal-1),i=o*t.currentQueryIndex,f,s;switch(u.duration<0?"reverse":u.easing){case"reverse":i=h-i;break;case"full":i=r.currentStaggerTime}f=t.currentTimeline;i&&f.delayNextStep(i);s=f.currentTime;wu(this,n.animation,t);t.previousNode=n;r.currentStaggerTime=e.currentTime-s+(e.startTime-r.currentTimeline.startTime)},n}(),lk={},bau=function(){function n(n,t,i,r,u,f,e,o){this._driver=n;this.element=t;this.subInstructions=i;this._enterClassName=r;this._leaveClassName=u;this.errors=f;this.timelines=e;this.parentContext=null;this.currentAnimateTimings=null;this.previousNode=lk;this.subContextCount=0;this.options={};this.currentQueryIndex=0;this.currentQueryTotal=0;this.currentStaggerTime=0;this.currentTimeline=o||new woi(this._driver,t,0);e.push(this.currentTimeline)}return Object.defineProperty(n.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),n.prototype.updateOptions=function(n,t){var e=this,i,u,f,r;n&&(i=n,u=this.options,null!=i.duration&&(u.duration=rh(i.duration)),null!=i.delay&&(u.delay=rh(i.delay)),f=i.params,f&&(r=u.params,r||(r=this.options.params={}),Object.keys(f).forEach(function(n){t&&r.hasOwnProperty(n)||(r[n]=nw(f[n],r,e.errors))})))},n.prototype._copyOptions=function(){var t={},n,i;return this.options&&(n=this.options.params,n&&(i=t.params={},Object.keys(n).forEach(function(t){i[t]=n[t]}))),t},n.prototype.createSubContext=function(t,i,r){void 0===t&&(t=null);var f=i||this.element,u=new n(this._driver,f,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(f,r||0));return u.previousNode=this.previousNode,u.currentAnimateTimings=this.currentAnimateTimings,u.options=this._copyOptions(),u.updateOptions(t),u.currentQueryIndex=this.currentQueryIndex,u.currentQueryTotal=this.currentQueryTotal,u.parentContext=this,this.subContextCount++,u},n.prototype.transformIntoNewTimeline=function(n){return this.previousNode=lk,this.currentTimeline=this.currentTimeline.fork(this.element,n),this.timelines.push(this.currentTimeline),this.currentTimeline},n.prototype.appendInstructionToTimeline=function(n,t,i){var r={duration:null!=t?t:n.duration,delay:this.currentTimeline.currentTime+(null!=i?i:0)+n.delay,easing:""},u=new kau(this._driver,n.element,n.keyframes,n.preStyleProps,n.postStyleProps,r,n.stretchStartingKeyframe);return this.timelines.push(u),r},n.prototype.incrementTime=function(n){this.currentTimeline.forwardTime(this.currentTimeline.duration+n)},n.prototype.delayNextStep=function(n){n>0&&this.currentTimeline.delayNextStep(n)},n.prototype.invokeQuery=function(n,t,i,r,u,f){var o=[],e;return(r&&o.push(this.element),n.length>0)&&(n=(n=n.replace(yau,"."+this._enterClassName)).replace(pau,"."+this._leaveClassName),e=this._driver.query(this.element,n,1!=i),0!==i&&(e=i<0?e.slice(e.length+i,e.length):e.slice(0,i)),o.push.apply(o,kt(e))),u||0!=o.length||f.push('`query("'+t+'")` returned zero elements. (Use `query("'+t+'", { optional: true })` if you wish to allow this.)'),o},n}(),woi=function(){function n(n,t,i,r){this._driver=n;this.element=t;this.startTime=i;this._elementTimelineStylesLookup=r;this.duration=0;this._previousKeyframe={};this._currentKeyframe={};this._keyframes=new Map;this._styleSummary={};this._pendingStyles={};this._backFill={};this._currentEmptyStepKeyframe=null;this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map);this._localTimelineStyles=Object.create(this._backFill,{});this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t);this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles));this._loadKeyframe()}return n.prototype.containsAnimation=function(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}},n.prototype.getCurrentStyleProperties=function(){return Object.keys(this._currentKeyframe)},Object.defineProperty(n.prototype,"currentTime",{get:function(){return this.startTime+this.duration},enumerable:!0,configurable:!0}),n.prototype.delayNextStep=function(n){var t=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||t?(this.forwardTime(this.currentTime+n),t&&this.snapshotCurrentStyles()):this.startTime+=n},n.prototype.fork=function(t,i){return this.applyStylesToKeyframe(),new n(this._driver,t,i||this.currentTime,this._elementTimelineStylesLookup)},n.prototype._loadKeyframe=function(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe);this._currentKeyframe=this._keyframes.get(this.duration);this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))},n.prototype.forwardFrame=function(){this.duration+=1;this._loadKeyframe()},n.prototype.forwardTime=function(n){this.applyStylesToKeyframe();this.duration=n;this._loadKeyframe()},n.prototype._updateStyle=function(n,t){this._localTimelineStyles[n]=t;this._globalTimelineStyles[n]=t;this._styleSummary[n]={time:this.currentTime,value:t}},n.prototype.allowOnlyTimelineStyles=function(){return this._currentEmptyStepKeyframe!==this._currentKeyframe},n.prototype.applyEmptyStep=function(n){var t=this;n&&(this._previousKeyframe.easing=n);Object.keys(this._globalTimelineStyles).forEach(function(n){t._backFill[n]=t._globalTimelineStyles[n]||"*";t._currentKeyframe[n]="*"});this._currentEmptyStepKeyframe=this._currentKeyframe},n.prototype.setStyles=function(n,t,i,r){var u=this,e,f;t&&(this._previousKeyframe.easing=t);e=r&&r.params||{};f=function(n,t){var r,i={};return n.forEach(function(n){"*"===n?(r=r||Object.keys(t)).forEach(function(n){i[n]="*"}):dc(n,!1,i)}),i}(n,this._globalTimelineStyles);Object.keys(f).forEach(function(n){var t=nw(f[n],e,i);u._pendingStyles[n]=t;u._localTimelineStyles.hasOwnProperty(n)||(u._backFill[n]=u._globalTimelineStyles.hasOwnProperty(n)?u._globalTimelineStyles[n]:"*");u._updateStyle(n,t)})},n.prototype.applyStylesToKeyframe=function(){var n=this,t=this._pendingStyles,i=Object.keys(t);0!=i.length&&(this._pendingStyles={},i.forEach(function(i){n._currentKeyframe[i]=t[i]}),Object.keys(this._localTimelineStyles).forEach(function(t){n._currentKeyframe.hasOwnProperty(t)||(n._currentKeyframe[t]=n._localTimelineStyles[t])}))},n.prototype.snapshotCurrentStyles=function(){var n=this;Object.keys(this._localTimelineStyles).forEach(function(t){var i=n._localTimelineStyles[t];n._pendingStyles[t]=i;n._updateStyle(t,i)})},n.prototype.getFinalKeyframe=function(){return this._keyframes.get(this.duration)},Object.defineProperty(n.prototype,"properties",{get:function(){var n=[],t;for(t in this._currentKeyframe)n.push(t);return n},enumerable:!0,configurable:!0}),n.prototype.mergeTimelineCollectedStyles=function(n){var t=this;Object.keys(n._styleSummary).forEach(function(i){var r=t._styleSummary[i],u=n._styleSummary[i];(!r||u.time>r.time)&&t._updateStyle(i,u.value)})},n.prototype.buildKeyframes=function(){var s=this,f,e,n,i;this.applyStylesToKeyframe();var r=new Set,u=new Set,o=1===this._keyframes.size&&0===this.duration,t=[];return this._keyframes.forEach(function(n,i){var f=dc(n,!0);Object.keys(f).forEach(function(n){var t=f[n];"!"==t?r.add(n):"*"==t&&u.add(n)});o||(f.offset=i/s.duration);t.push(f)}),f=r.size?tw(r.values()):[],e=u.size?tw(u.values()):[],o&&(n=t[0],i=kc(n),n.offset=0,i.offset=1,t=[n,i]),kn(this.element,t,f,e,this.duration,this.startTime,this.easing,!1)},n}(),kau=function(n){function t(t,i,r,u,f,e,o){void 0===o&&(o=!1);var s=n.call(this,t,i,e.delay)||this;return s.element=i,s.keyframes=r,s.preStyleProps=u,s.postStyleProps=f,s._stretchStartingKeyframe=o,s.timings={duration:e.duration,delay:e.delay,easing:e.easing},s}return b(t,n),t.prototype.containsAnimation=function(){return this.keyframes.length>1},t.prototype.buildKeyframes=function(){var n=this.keyframes,e=this.timings,t=e.delay,i=e.duration,h=e.easing,o,c,r,u;if(this._stretchStartingKeyframe&&t){var f=[],s=i+t,a=t/s,l=dc(n[0],!1);for(l.offset=0,f.push(l),o=dc(n[0],!1),o.offset=ayt(a),f.push(o),c=n.length-1,r=1;r<=c;r++)u=dc(n[r],!1),u.offset=ayt((t+u.offset*i)/s),f.push(u);i=s;t=0;h="";n=f}return kn(this.element,n,this.preStyleProps,this.postStyleProps,i,t,h,!0)},t}(woi),est=function(){return function(){}}(),dau=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return b(t,n),t.prototype.normalizePropertyName=function(n){return pn(n)},t.prototype.normalizeStyleValue=function(n,t,i,r){var f="",e=i.toString().trim(),u;return gau[t]&&0!==i&&"0"!==i&&("number"==typeof i?f="px":(u=i.match(/^[+-]?[\d\.]+([a-z]*)$/),u&&0==u[1].length&&r.push("Please provide a CSS unit value for "+n+":"+i))),e+f},t}(est),gau=tgr("width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",")),ost={},boi=function(){function n(n,t,i){this._triggerName=n;this.ast=t;this._stateStyles=i}return n.prototype.match=function(n,t,i,r){return function(n,t,i,r,u){return n.some(function(n){return n(t,i,r,u)})}(this.ast.matchers,n,t,i,r)},n.prototype.buildStyles=function(n,t,i){var r=this._stateStyles["*"],u=this._stateStyles[n],f=r?r.buildStyles(t,i):{};return u?u.buildStyles(t,i):f},n.prototype.build=function(n,t,i,r,u,f,e,o,s,h){var c=[],nt=this.ast.options&&this.ast.options.params||ost,a=this.buildStyles(i,e&&e.params||ost,c),b=o&&o.params||ost,v=this.buildStyles(r,b,c),k=new Set,y=new Map,p=new Map,d="void"===r,tt={params:vt({},nt,b)},w=h?[]:lyt(n,t,this.ast.animation,u,f,a,v,tt,s,c),l=0,g;return(w.forEach(function(n){l=Math.max(n.duration+n.delay,l)}),c.length)?vyt(t,this._triggerName,i,r,d,a,v,[],[],y,p,l,c):(w.forEach(function(n){var i=n.element,u=pu(y,i,{}),r;n.preStyleProps.forEach(function(n){return u[n]=!0});r=pu(p,i,{});n.postStyleProps.forEach(function(n){return r[n]=!0});i!==t&&k.add(i)}),g=tw(k.values()),vyt(t,this._triggerName,i,r,d,a,v,w,g,y,p,l))},n}(),nvu=function(){function n(n,t){this.styles=n;this.defaultParams=t}return n.prototype.buildStyles=function(n,t){var i={},r=kc(this.defaultParams);return Object.keys(n).forEach(function(t){var i=n[t];null!=i&&(r[t]=i)}),this.styles.styles.forEach(function(n){if("string"!=typeof n){var u=n;Object.keys(u).forEach(function(n){var f=u[n];f.length>1&&(f=nw(f,r,t));i[n]=f})}}),i},n}(),tvu=function(){function n(n,t){var i=this;this.name=n;this.ast=t;this.transitionFactories=[];this.states={};t.states.forEach(function(n){i.states[n.name]=new nvu(n.style,n.options&&n.options.params||{})});yyt(this.states,"true","1");yyt(this.states,"false","0");t.transitions.forEach(function(t){i.transitionFactories.push(new boi(n,t,i.states))});this.fallbackTransition=new boi(n,{type:1,animation:{type:2,steps:[],options:null},matchers:[function(){return!0}],options:null,queryCount:0,depCount:0},this.states)}return Object.defineProperty(n.prototype,"containsQueries",{get:function(){return this.ast.queryCount>0},enumerable:!0,configurable:!0}),n.prototype.matchTransition=function(n,t,i,r){return this.transitionFactories.find(function(u){return u.match(n,t,i,r)})||null},n.prototype.matchStyles=function(n,t,i){return this.fallbackTransition.buildStyles(n,t,i)},n}(),ivu=new fst,rvu=function(){function n(n,t,i){this.bodyNode=n;this._driver=t;this._normalizer=i;this._animations={};this._playersById={};this.players=[]}return n.prototype.register=function(n,t){var i=[],r=cyt(this._driver,t,i);if(i.length)throw new Error("Unable to build the animation due to the following errors: "+i.join("\n"));this._animations[n]=r},n.prototype._buildPlayer=function(n,t,i){var r=n.element,u=tyt(0,this._normalizer,0,n.keyframes,t,i);return this._driver.animate(r,u,n.duration,n.delay,n.easing,[],!0)},n.prototype.create=function(n,t,i){var f=this,r;void 0===i&&(i={});var e,u=[],s=this._animations[n],o=new Map;if(s?(e=lyt(this._driver,t,s,"ng-enter","ng-leave",{},{},i,ivu,u)).forEach(function(n){var t=pu(o,n.element,{});n.postStyleProps.forEach(function(n){return t[n]=null})}):(u.push("The requested animation doesn't exist or has already been destroyed"),e=[]),u.length)throw new Error("Unable to create the animation due to the following errors: "+u.join("\n"));return o.forEach(function(n,t){Object.keys(n).forEach(function(i){n[i]=f._driver.computeStyle(t,i,"*")})}),r=go(e.map(function(n){var t=o.get(n.element);return f._buildPlayer(n,{},t)})),this._playersById[n]=r,r.onDestroy(function(){return f.destroy(n)}),this.players.push(r),r},n.prototype.destroy=function(n){var i=this._getPlayer(n),t;i.destroy();delete this._playersById[n];t=this.players.indexOf(i);t>=0&&this.players.splice(t,1)},n.prototype._getPlayer=function(n){var t=this._playersById[n];if(!t)throw new Error("Unable to find the timeline player referenced by "+n);return t},n.prototype.listen=function(n,t,i,r){var u=an(t,"","","");return cn(this._getPlayer(n),i,u,r),function(){}},n.prototype.command=function(n,t,i,r){if("register"!=i)if("create"!=i){var u=this._getPlayer(n);switch(i){case"play":u.play();break;case"pause":u.pause();break;case"reset":u.reset();break;case"restart":u.restart();break;case"finish":u.finish();break;case"init":u.init();break;case"setPosition":u.setPosition(parseFloat(r[0]));break;case"destroy":this.destroy(n)}}else this.create(n,t,r[0]||{});else this.register(n,r[0])},n}(),uvu=[],fvu={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},evu={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},sst=function(){function n(n,t){var u,i,r;void 0===t&&(t="");this.namespaceId=t;i=n&&n.hasOwnProperty("value");(this.value=null!=(u=i?n.value:n)?u:null,i)?(r=kc(n),delete r.value,this.options=r):this.options={};this.options.params||(this.options.params={})}return Object.defineProperty(n.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),n.prototype.absorbOptions=function(n){var t=n.params,i;t&&(i=this.options.params,Object.keys(t).forEach(function(n){null==i[n]&&(i[n]=t[n])}))},n}(),hst=new sst("void"),ovu=function(){function n(n,t,i){this.id=n;this.hostElement=t;this._engine=i;this.players=[];this._triggers={};this._queue=[];this._elementListeners=new Map;this._hostClassName="ng-tns-"+n;uf(t,this._hostClassName)}return n.prototype.listen=function(n,t,i,r){var o,s=this,u,e,f;if(!this._triggers.hasOwnProperty(t))throw new Error('Unable to listen on the animation trigger event "'+i+'" because the animation trigger "'+t+"\" doesn't exist!");if(null==i||0==i.length)throw new Error('Unable to listen on the animation trigger "'+t+'" because the provided event is undefined!');if("start"!=(o=i)&&"done"!=o)throw new Error('The provided animation trigger event "'+i+'" for the animation trigger "'+t+'" is not supported!');return u=pu(this._elementListeners,n,[]),e={name:t,phase:i,callback:r},u.push(e),f=pu(this._engine.statesByElement,n,{}),f.hasOwnProperty(t)||(uf(n,"ng-trigger"),uf(n,"ng-trigger-"+t),f[t]=hst),function(){s._engine.afterFlush(function(){var n=u.indexOf(e);n>=0&&u.splice(n,1);s._triggers[t]||delete f[t]})}},n.prototype.register=function(n,t){return!this._triggers[n]&&(this._triggers[n]=t,!0)},n.prototype._getTrigger=function(n){var t=this._triggers[n];if(!t)throw new Error('The provided animation trigger "'+n+'" has not been registered!');return t},n.prototype.trigger=function(n,t,i,r){var o=this,u,f,v,s,h;void 0===r&&(r=!0);var c=this._getTrigger(t),e=new cst(this.id,t,n),l=this._engine.statesByElement.get(n);if(l||(uf(n,"ng-trigger"),uf(n,"ng-trigger-"+t),this._engine.statesByElement.set(n,l={})),u=l[t],f=new sst(i,this.id),!(i&&i.hasOwnProperty("value"))&&u&&f.absorbOptions(u.options),l[t]=f,u||(u=hst),"void"===f.value||u.value!==f.value){if(v=pu(this._engine.playersByElement,n,[]),v.forEach(function(n){n.namespaceId==o.id&&n.triggerName==t&&n.queued&&n.destroy()}),s=c.matchTransition(u.value,f.value,n,f.params),h=!1,!s){if(!r)return;s=c.fallbackTransition;h=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:n,triggerName:t,transition:s,fromState:u,toState:f,player:e,isFallbackTransition:h}),h||(uf(n,"ng-animate-queued"),e.onStart(function(){gc(n,"ng-animate-queued")})),e.onDone(function(){var r=o.players.indexOf(e),t,i;r>=0&&o.players.splice(r,1);t=o._engine.playersByElement.get(n);t&&(i=t.indexOf(e),i>=0&&t.splice(i,1))}),this.players.push(e),v.push(e),e}if(!function(n,t){var u=Object.keys(n),f=Object.keys(t),i,r;if(u.length!=f.length)return!1;for(i=0;i<u.length;i++)if(r=u[i],!t.hasOwnProperty(r)||n[r]!==t[r])return!1;return!0}(u.params,f.params)){var a=[],y=c.matchStyles(u.value,u.params,a),p=c.matchStyles(f.value,f.params,a);a.length?this._engine.reportError(a):this._engine.afterFlush(function(){uh(n,y);se(n,p)})}},n.prototype.deregister=function(n){var t=this;delete this._triggers[n];this._engine.statesByElement.forEach(function(t){delete t[n]});this._elementListeners.forEach(function(i,r){t._elementListeners.set(r,i.filter(function(t){return t.name!=n}))})},n.prototype.clearElementCache=function(n){this._engine.statesByElement.delete(n);this._elementListeners.delete(n);var t=this._engine.playersByElement.get(n);t&&(t.forEach(function(n){return n.destroy()}),this._engine.playersByElement.delete(n))},n.prototype._signalRemovalForInnerTriggers=function(n,t,i){var r=this;void 0===i&&(i=!1);this._engine.driver.query(n,".ng-trigger",!0).forEach(function(n){if(!n.__ng_removed){var i=r._engine.fetchNamespacesByElement(n);i.size?i.forEach(function(i){return i.triggerLeaveAnimation(n,t,!1,!0)}):r.clearElementCache(n)}})},n.prototype.triggerLeaveAnimation=function(n,t,i,r){var f=this,e=this._engine.statesByElement.get(n),u;return e&&(u=[],Object.keys(e).forEach(function(t){if(f._triggers[t]){var i=f.trigger(n,t,"void",r);i&&u.push(i)}}),u.length)?(this._engine.markElementAsRemoved(this.id,n,!0,t),i&&go(u).onDone(function(){return f._engine.processLeaveNode(n)}),!0):!1},n.prototype.prepareLeaveAnimationListeners=function(n){var t=this,r=this._elementListeners.get(n),i;r&&(i=new Set,r.forEach(function(r){var u=r.name;if(!i.has(u)){i.add(u);var f=t._triggers[u].fallbackTransition,e=t._engine.statesByElement.get(n)[u]||hst,o=new sst("void"),s=new cst(t.id,u,n);t._engine.totalQueuedPlayers++;t._queue.push({element:n,triggerName:u,transition:f,fromState:e,toState:o,player:s,isFallbackTransition:!0})}}))},n.prototype.removeNode=function(n,t){var e=this,i=this._engine,r,f,u;if(n.childElementCount&&this._signalRemovalForInnerTriggers(n,t,!0),!this.triggerLeaveAnimation(n,t,!0)){if(r=!1,i.totalAnimations)if(f=i.players.length?i.playersByQueriedElement.get(n):[],f&&f.length)r=!0;else for(u=n;u=u.parentNode;)if(i.statesByElement.get(u)){r=!0;break}this.prepareLeaveAnimationListeners(n);r?i.markElementAsRemoved(this.id,n,!1,t):(i.afterFlush(function(){return e.clearElementCache(n)}),i.destroyInnerAnimations(n),i._onRemovalComplete(n,t))}},n.prototype.insertNode=function(n){uf(n,this._hostClassName)},n.prototype.drainQueuedTransitions=function(n){var t=this,i=[];return this._queue.forEach(function(r){var u=r.player,f,e;u.destroyed||(f=r.element,e=t._elementListeners.get(f),e&&e.forEach(function(t){if(t.name==r.triggerName){var i=an(f,r.triggerName,r.fromState.value,r.toState.value);i._data=n;cn(r.player,t.phase,i,t.callback)}}),u.markedForDestroy?t._engine.afterFlush(function(){u.destroy()}):i.push(r))}),this._queue=[],i.sort(function(n,i){var r=n.transition.ast.depCount,u=i.transition.ast.depCount;return 0==r||0==u?r-u:t._engine.driver.containsElement(n.element,i.element)?1:-1})},n.prototype.destroy=function(n){this.players.forEach(function(n){return n.destroy()});this._signalRemovalForInnerTriggers(this.hostElement,n)},n.prototype.elementContainsData=function(n){var t=!1;return this._elementListeners.has(n)&&(t=!0),!!this._queue.find(function(t){return t.element===n})||t},n}(),svu=function(){function n(n,t,i){this.bodyNode=n;this.driver=t;this._normalizer=i;this.players=[];this.newHostElements=new Map;this.playersByElement=new Map;this.playersByQueriedElement=new Map;this.statesByElement=new Map;this.disabledNodes=new Set;this.totalAnimations=0;this.totalQueuedPlayers=0;this._namespaceLookup={};this._namespaceList=[];this._flushFns=[];this._whenQuietFns=[];this.namespacesByHostElement=new Map;this.collectedEnterElements=[];this.collectedLeaveElements=[];this.onRemovalComplete=function(){}}return n.prototype._onRemovalComplete=function(n,t){this.onRemovalComplete(n,t)},Object.defineProperty(n.prototype,"queuedPlayers",{get:function(){var n=[];return this._namespaceList.forEach(function(t){t.players.forEach(function(t){t.queued&&n.push(t)})}),n},enumerable:!0,configurable:!0}),n.prototype.createNamespace=function(n,t){var i=new ovu(n,t,this);return t.parentNode?this._balanceNamespaceList(i,t):(this.newHostElements.set(t,i),this.collectEnterElement(t)),this._namespaceLookup[n]=i},n.prototype._balanceNamespaceList=function(n,t){var u=this._namespaceList.length-1,r,i;if(u>=0){for(r=!1,i=u;i>=0;i--)if(this.driver.containsElement(this._namespaceList[i].hostElement,t)){this._namespaceList.splice(i+1,0,n);r=!0;break}r||this._namespaceList.splice(0,0,n)}else this._namespaceList.push(n);return this.namespacesByHostElement.set(t,n),n},n.prototype.register=function(n,t){var i=this._namespaceLookup[n];return i||(i=this.createNamespace(n,t)),i},n.prototype.registerTrigger=function(n,t,i){var r=this._namespaceLookup[n];r&&r.register(t,i)&&this.totalAnimations++},n.prototype.destroy=function(n,t){var i=this,r;n&&(r=this._fetchNamespace(n),this.afterFlush(function(){i.namespacesByHostElement.delete(r.hostElement);delete i._namespaceLookup[n];var t=i._namespaceList.indexOf(r);t>=0&&i._namespaceList.splice(t,1)}),this.afterFlushAnimationsDone(function(){return r.destroy(t)}))},n.prototype._fetchNamespace=function(n){return this._namespaceLookup[n]},n.prototype.fetchNamespacesByElement=function(n){var e=new Set,i=this.statesByElement.get(n),r,t,u,f;if(i)for(r=Object.keys(i),t=0;t<r.length;t++)u=i[r[t]].namespaceId,u&&(f=this._fetchNamespace(u),f&&e.add(f));return e},n.prototype.trigger=function(n,t,i,r){if(rw(t)){var u=this._fetchNamespace(n);if(u)return u.trigger(t,i,r),!0}return!1},n.prototype.insertNode=function(n,t,i,r){var u,f,e;rw(t)&&(u=t.__ng_removed,u&&u.setForRemoval&&(u.setForRemoval=!1,u.setForMove=!0,f=this.collectedLeaveElements.indexOf(t),f>=0&&this.collectedLeaveElements.splice(f,1)),n&&(e=this._fetchNamespace(n),e&&e.insertNode(t,i)),r&&this.collectEnterElement(t))},n.prototype.collectEnterElement=function(n){this.collectedEnterElements.push(n)},n.prototype.markElementAsDisabled=function(n,t){t?this.disabledNodes.has(n)||(this.disabledNodes.add(n),uf(n,"ng-animate-disabled")):this.disabledNodes.has(n)&&(this.disabledNodes.delete(n),gc(n,"ng-animate-disabled"))},n.prototype.removeNode=function(n,t,i){if(rw(t)){var r=n?this._fetchNamespace(n):null;r?r.removeNode(t,i):this.markElementAsRemoved(n,t,!1,i)}else this._onRemovalComplete(t,i)},n.prototype.markElementAsRemoved=function(n,t,i,r){this.collectedLeaveElements.push(t);t.__ng_removed={namespaceId:n,setForRemoval:r,hasAnimation:i,removedBeforeQueried:!1}},n.prototype.listen=function(n,t,i,r,u){return rw(t)?this._fetchNamespace(n).listen(t,i,r,u):function(){}},n.prototype._buildInstruction=function(n,t,i,r,u){return n.transition.build(this.driver,n.element,n.fromState.value,n.toState.value,i,r,n.fromState.options,n.toState.options,t,u)},n.prototype.destroyInnerAnimations=function(n){var t=this,i=this.driver.query(n,".ng-trigger",!0);i.forEach(function(n){return t.destroyActiveAnimationsForElement(n)});0!=this.playersByQueriedElement.size&&(i=this.driver.query(n,".ng-animating",!0)).forEach(function(n){return t.finishActiveQueriedAnimationOnElement(n)})},n.prototype.destroyActiveAnimationsForElement=function(n){var t=this.playersByElement.get(n);t&&t.forEach(function(n){n.queued?n.markedForDestroy=!0:n.destroy()})},n.prototype.finishActiveQueriedAnimationOnElement=function(n){var t=this.playersByQueriedElement.get(n);t&&t.forEach(function(n){return n.finish()})},n.prototype.whenRenderingDone=function(){var n=this;return new Promise(function(t){if(n.players.length)return go(n.players).onDone(function(){return t()});t()})},n.prototype.processLeaveNode=function(n){var r=this,t=n.__ng_removed,i;t&&t.setForRemoval&&((n.__ng_removed=fvu,t.namespaceId)&&(this.destroyInnerAnimations(n),i=this._fetchNamespace(t.namespaceId),i&&i.clearElementCache(n)),this._onRemovalComplete(n,t.setForRemoval));this.driver.matchesElement(n,".ng-animate-disabled")&&this.markElementAsDisabled(n,!1);this.driver.query(n,".ng-animate-disabled",!0).forEach(function(n){r.markElementAsDisabled(n,!1)})},n.prototype.flush=function(n){var f=this,i,t,r,u;if(void 0===n&&(n=-1),i=[],this.newHostElements.size&&(this.newHostElements.forEach(function(n,t){return f._balanceNamespaceList(n,t)}),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(t=0;t<this.collectedEnterElements.length;t++)uf(this.collectedEnterElements[t],"ng-star-inserted");if(this._namespaceList.length&&(this.totalQueuedPlayers||this.collectedLeaveElements.length)){r=[];try{i=this._flushAnimations(r,n)}finally{for(t=0;t<r.length;t++)r[t]()}}else for(t=0;t<this.collectedLeaveElements.length;t++)this.processLeaveNode(this.collectedLeaveElements[t]);(this.totalQueuedPlayers=0,this.collectedEnterElements.length=0,this.collectedLeaveElements.length=0,this._flushFns.forEach(function(n){return n()}),this._flushFns=[],this._whenQuietFns.length)&&(u=this._whenQuietFns,this._whenQuietFns=[],i.length?go(i).onDone(function(){u.forEach(function(n){return n()})}):u.forEach(function(n){return n()}))},n.prototype.reportError=function(n){throw new Error("Unable to process animations due to the following failed trigger transitions\n "+n.join("\n"));},n.prototype._flushAnimations=function(n,t){var i=this,a=new fst,u=[],pt=new Map,it=[],v=new Map,s=new Map,h=new Map,y=new Set,p,rt,w,b,c,ut,l,k,d,r,f,e,g,ft,nt,tt,et;this.disabledNodes.forEach(function(n){y.add(n);for(var r=i.driver.query(n,".ng-animate-queued",!0),t=0;t<r.length;t++)y.add(r[t])});var wt=this.bodyNode,bt=Array.from(this.statesByElement.keys()),ot=byt(bt,this.collectedEnterElements),st=new Map,dt=0;ot.forEach(function(n,t){var i="ng-enter"+dt++;st.set(t,i);n.forEach(function(n){return uf(n,i)})});for(var o=[],ht=new Set,gt=new Set,ct=0;ct<this.collectedLeaveElements.length;ct++)(f=(r=this.collectedLeaveElements[ct]).__ng_removed)&&f.setForRemoval&&(o.push(r),ht.add(r),f.hasAnimation?this.driver.query(r,".ng-star-inserted",!0).forEach(function(n){return ht.add(n)}):gt.add(r));p=new Map;rt=byt(bt,Array.from(ht));rt.forEach(function(n,t){var i="ng-leave"+dt++;p.set(t,i);n.forEach(function(n){return uf(n,i)})});n.push(function(){ot.forEach(function(n,t){var i=st.get(t);n.forEach(function(n){return gc(n,i)})});rt.forEach(function(n,t){var i=p.get(t);n.forEach(function(n){return gc(n,i)})});o.forEach(function(n){i.processLeaveNode(n)})});for(var ni=[],lt=[],at=this._namespaceList.length-1;at>=0;at--)this._namespaceList[at].drainQueuedTransitions(t).forEach(function(n){var r=n.player,f=n.element,e;if((ni.push(r),i.collectedEnterElements.length)&&(e=f.__ng_removed,e&&e.setForMove))return void r.destroy();var o=!wt||!i.driver.containsElement(wt,f),c=p.get(f),l=st.get(f),t=i._buildInstruction(n,a,l,c,o);if(t.errors&&t.errors.length)lt.push(t);else{if(o)return r.onStart(function(){return uh(f,t.fromStyles)}),r.onDestroy(function(){return se(f,t.toStyles)}),void u.push(r);if(n.isFallbackTransition)return r.onStart(function(){return uh(f,t.fromStyles)}),r.onDestroy(function(){return se(f,t.toStyles)}),void u.push(r);t.timelines.forEach(function(n){return n.stretchStartingKeyframe=!0});a.append(f,t.timelines);it.push({instruction:t,player:r,element:f});t.queriedElements.forEach(function(n){return pu(v,n,[]).push(r)});t.preStyleProps.forEach(function(n,t){var r=Object.keys(n),i;r.length&&(i=s.get(t),i||s.set(t,i=new Set),r.forEach(function(n){return i.add(n)}))});t.postStyleProps.forEach(function(n,t){var r=Object.keys(n),i=h.get(t);i||h.set(t,i=new Set);r.forEach(function(n){return i.add(n)})})}});lt.length&&(w=[],lt.forEach(function(n){w.push("@"+n.triggerName+" has failed due to:\n");n.errors.forEach(function(n){return w.push("- "+n+"\n")})}),ni.forEach(function(n){return n.destroy()}),this.reportError(w));b=new Map;c=new Map;it.forEach(function(n){var t=n.element;a.has(t)&&(c.set(t,t),i._beforeAnimationBuild(n.player.namespaceId,n.instruction,b))});u.forEach(function(n){var t=n.element;i._getPreviousPlayers(t,!1,n.namespaceId,n.triggerName,null).forEach(function(n){pu(b,t,[]).push(n);n.destroy()})});ut=o.filter(function(n){return kyt(n,s,h)});l=new Map;wyt(l,this.driver,gt,h,"*").forEach(function(n){kyt(n,s,h)&&ut.push(n)});k=new Map;ot.forEach(function(n){wyt(k,i.driver,new Set(n),s,"!")});ut.forEach(function(n){var t=l.get(n),i=k.get(n);l.set(n,vt({},t,i))});var yt=[],ti=[],ii={};for(it.forEach(function(n){var r=n.element,t=n.player,f=n.instruction,e,o,h,v,p,s;if(a.has(r)){if(y.has(r))return t.onDestroy(function(){return se(r,f.toStyles)}),t.disabled=!0,t.overrideTotalTime(f.totalTime),void u.push(t);if(e=ii,c.size>1){for(o=r,h=[];o=o.parentNode;){if(v=c.get(o),v){e=v;break}h.push(o)}h.forEach(function(n){return c.set(n,e)})}p=i._buildAnimation(t.namespaceId,f,b,pt,k,l);(t.setRealPlayer(p),e===ii)?yt.push(t):(s=i.playersByElement.get(e),s&&s.length&&(t.parentPlayer=go(s)),u.push(t))}else uh(r,f.fromStyles),t.onDestroy(function(){return se(r,f.toStyles)}),ti.push(t),y.has(r)&&u.push(t)}),ti.forEach(function(n){var t=pt.get(n.element),i;t&&t.length&&(i=go(t),n.setRealPlayer(i))}),u.forEach(function(n){n.parentPlayer?n.syncPlayerEvents(n.parentPlayer):n.destroy()}),d=0;d<o.length;d++)if(f=(r=o[d]).__ng_removed,gc(r,"ng-leave"),!f||!f.hasAnimation){if(e=[],v.size)for(g=v.get(r),g&&g.length&&e.push.apply(e,kt(g)),ft=this.driver.query(r,".ng-animating",!0),nt=0;nt<ft.length;nt++)tt=v.get(ft[nt]),tt&&tt.length&&e.push.apply(e,kt(tt));et=e.filter(function(n){return!n.destroyed});et.length?igr(this,r,et):this.processLeaveNode(r)}return o.length=0,yt.forEach(function(n){i.players.push(n);n.onDone(function(){n.destroy();var t=i.players.indexOf(n);i.players.splice(t,1)});n.play()}),yt},n.prototype.elementContainsData=function(n,t){var i=!1,r=t.__ng_removed;return r&&r.setForRemoval&&(i=!0),this.playersByElement.has(t)&&(i=!0),this.playersByQueriedElement.has(t)&&(i=!0),this.statesByElement.has(t)&&(i=!0),this._fetchNamespace(n).elementContainsData(t)||i},n.prototype.afterFlush=function(n){this._flushFns.push(n)},n.prototype.afterFlushAnimationsDone=function(n){this._whenQuietFns.push(n)},n.prototype._getPreviousPlayers=function(n,t,i,r,u){var f=[],e,o,s;return t?(e=this.playersByQueriedElement.get(n),e&&(f=e)):(o=this.playersByElement.get(n),o&&(s=!u||"void"==u,o.forEach(function(n){n.queued||(s||n.triggerName==r)&&f.push(n)}))),(i||r)&&(f=f.filter(function(n){return!(i&&i!=n.namespaceId||r&&r!=n.triggerName)})),f},n.prototype._beforeAnimationBuild=function(n,t,i){var f,e,o=t.element,s=t.isRemovalTransition?void 0:n,h=t.isRemovalTransition?void 0:t.triggerName,c=function(n){var r=n.element,u=r!==o,f=pu(i,r,[]);l._getPreviousPlayers(r,u,s,h,t.toState).forEach(function(n){var t=n.getRealPlayer();t.beforeDestroy&&t.beforeDestroy();n.destroy();f.push(n)})},l=this,u,r;try{for(u=ue(t.timelines),r=u.next();!r.done;r=u.next())c(r.value)}catch(a){f={error:a}}finally{try{r&&!r.done&&(e=u.return)&&e.call(u)}finally{if(f)throw f.error;}}uh(o,t.fromStyles)},n.prototype._buildAnimation=function(n,t,i,r,u,f){var e=this,a=t.triggerName,h=t.element,c=[],s=new Set,l=new Set,v=t.timelines.map(function(t){var o=t.element,v,y;if(s.add(o),v=o.__ng_removed,v&&v.removedBeforeQueried)return new lh(t.duration,t.delay);var w,p,k=o!==h,d=(w=(i.get(o)||uvu).map(function(n){return n.getRealPlayer()}),p=[],function n(t,i){for(var r,u=0;u<t.length;u++)r=t[u],r instanceof oit?n(r.players,i):i.push(r)}(w,p),p).filter(function(n){return!!n.element&&n.element===o}),g=u.get(o),nt=f.get(o),tt=tyt(0,e._normalizer,0,t.keyframes,g,nt),b=e._buildPlayer(t,tt,d);return(t.subTimeline&&r&&l.add(o),k)&&(y=new cst(n,a,o),y.setRealPlayer(b),c.push(y)),b}),o;return c.forEach(function(n){pu(e.playersByQueriedElement,n.element,[]).push(n);n.onDone(function(){return function(n,t,i){var r,u;return n instanceof Map?(r=n.get(t))&&(r.length&&(u=r.indexOf(i),r.splice(u,1)),0==r.length&&n.delete(t)):(r=n[t])&&(r.length&&(u=r.indexOf(i),r.splice(u,1)),0==r.length&&delete n[t]),r}(e.playersByQueriedElement,n.element,n)})}),s.forEach(function(n){return uf(n,"ng-animating")}),o=go(v),o.onDestroy(function(){s.forEach(function(n){return gc(n,"ng-animating")});se(h,t.toStyles)}),l.forEach(function(n){pu(r,n,[]).push(o)}),o},n.prototype._buildPlayer=function(n,t,i){return t.length>0?this.driver.animate(n.element,t,n.duration,n.delay,n.easing,i):new lh(n.duration,n.delay)},n}(),cst=function(){function n(n,t,i){this.namespaceId=n;this.triggerName=t;this.element=i;this._player=new lh;this._containsRealPlayer=!1;this._queuedCallbacks={};this.destroyed=!1;this.markedForDestroy=!1;this.disabled=!1;this.queued=!0;this.totalTime=0}return n.prototype.setRealPlayer=function(n){var t=this;this._containsRealPlayer||(this._player=n,Object.keys(this._queuedCallbacks).forEach(function(i){t._queuedCallbacks[i].forEach(function(t){return cn(n,i,void 0,t)})}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.overrideTotalTime(n.totalTime),this.queued=!1)},n.prototype.getRealPlayer=function(){return this._player},n.prototype.overrideTotalTime=function(n){this.totalTime=n},n.prototype.syncPlayerEvents=function(n){var t=this,i=this._player;i.triggerCallback&&n.onStart(function(){return i.triggerCallback("start")});n.onDone(function(){return t.finish()});n.onDestroy(function(){return t.destroy()})},n.prototype._queueEvent=function(n,t){pu(this._queuedCallbacks,n,[]).push(t)},n.prototype.onDone=function(n){this.queued&&this._queueEvent("done",n);this._player.onDone(n)},n.prototype.onStart=function(n){this.queued&&this._queueEvent("start",n);this._player.onStart(n)},n.prototype.onDestroy=function(n){this.queued&&this._queueEvent("destroy",n);this._player.onDestroy(n)},n.prototype.init=function(){this._player.init()},n.prototype.hasStarted=function(){return!this.queued&&this._player.hasStarted()},n.prototype.play=function(){this.queued||this._player.play()},n.prototype.pause=function(){this.queued||this._player.pause()},n.prototype.restart=function(){this.queued||this._player.restart()},n.prototype.finish=function(){this._player.finish()},n.prototype.destroy=function(){this.destroyed=!0;this._player.destroy()},n.prototype.reset=function(){this.queued||this._player.reset()},n.prototype.setPosition=function(n){this.queued||this._player.setPosition(n)},n.prototype.getPosition=function(){return this.queued?0:this._player.getPosition()},n.prototype.triggerCallback=function(n){var t=this._player;t.triggerCallback&&t.triggerCallback(n)},n}();dw=function(){function n(n,t,i){var r=this;this.bodyNode=n;this._driver=t;this._triggerCache={};this.onRemovalComplete=function(){};this._transitionEngine=new svu(n,t,i);this._timelineEngine=new rvu(n,t,i);this._transitionEngine.onRemovalComplete=function(n,t){return r.onRemovalComplete(n,t)}}return n.prototype.registerTrigger=function(n,t,i,r,u){var o=n+"-"+r,f=this._triggerCache[o],e,s;if(!f){if(e=[],s=cyt(this._driver,u,e),e.length)throw new Error('The animation trigger "'+r+'" has failed to build due to the following errors:\n - '+e.join("\n - "));f=function(n,t){return new tvu(n,t)}(r,s);this._triggerCache[o]=f}this._transitionEngine.registerTrigger(t,r,f)},n.prototype.register=function(n,t){this._transitionEngine.register(n,t)},n.prototype.destroy=function(n,t){this._transitionEngine.destroy(n,t)},n.prototype.onInsert=function(n,t,i,r){this._transitionEngine.insertNode(n,t,i,r)},n.prototype.onRemove=function(n,t,i){this._transitionEngine.removeNode(n,t,i)},n.prototype.disableAnimations=function(n,t){this._transitionEngine.markElementAsDisabled(n,t)},n.prototype.process=function(n,t,i,r){if("@"==i.charAt(0)){var u=si(iyt(i),2);this._timelineEngine.command(u[0],t,u[1],r)}else this._transitionEngine.trigger(n,t,i,r)},n.prototype.listen=function(n,t,i,r,u){if("@"==i.charAt(0)){var f=si(iyt(i),2);return this._timelineEngine.listen(f[0],t,f[1],u)}return this._transitionEngine.listen(n,t,i,r,u)},n.prototype.flush=function(n){void 0===n&&(n=-1);this._transitionEngine.flush(n)},Object.defineProperty(n.prototype,"players",{get:function(){return this._transitionEngine.players.concat(this._timelineEngine.players)},enumerable:!0,configurable:!0}),n.prototype.whenRenderingDone=function(){return this._transitionEngine.whenRenderingDone()},n}();fti=function(){function n(t,i,r){this._element=t;this._startStyles=i;this._endStyles=r;this._state=0;var u=n.initialStylesByElement.get(t);u||n.initialStylesByElement.set(t,u={});this._initialStyles=u}return n.prototype.start=function(){this._state<1&&(this._startStyles&&se(this._element,this._startStyles,this._initialStyles),this._state=1)},n.prototype.finish=function(){this.start();this._state<2&&(se(this._element,this._initialStyles),this._endStyles&&(se(this._element,this._endStyles),this._endStyles=null),this._state=1)},n.prototype.destroy=function(){this.finish();this._state<3&&(n.initialStylesByElement.delete(this._element),this._startStyles&&(uh(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(uh(this._element,this._endStyles),this._endStyles=null),se(this._element,this._initialStyles),this._state=3)},n.initialStylesByElement=new WeakMap,n}();eti=function(){function n(n,t,i,r,u,f,e){var o=this;this._element=n;this._name=t;this._duration=i;this._delay=r;this._easing=u;this._fillMode=f;this._onDoneFn=e;this._finished=!1;this._destroyed=!1;this._startTime=0;this._position=0;this._eventFn=function(n){return o._handleCallback(n)}}return n.prototype.apply=function(){var i,n,t;n=this._duration+"ms "+this._easing+" "+this._delay+"ms 1 normal "+this._fillMode+" "+this._name;(t=ntt(i=this._element,"").trim()).length&&(function(n){for(var t=0;t<n.length;t++)","===n.charAt(t)&&0}(t),n=t+", "+n);uw(i,"",n);tpt(this._element,this._eventFn,!1);this._startTime=Date.now()},n.prototype.pause=function(){gyt(this._element,this._name,"paused")},n.prototype.resume=function(){gyt(this._element,this._name,"running")},n.prototype.setPosition=function(n){var t=npt(this._element,this._name);this._position=n*this._duration;uw(this._element,"Delay","-"+this._position+"ms",t)},n.prototype.getPosition=function(){return this._position},n.prototype._handleCallback=function(n){var t=n._ngTestManualTimestamp||Date.now(),i=1e3*parseFloat(n.elapsedTime.toFixed(3));n.animationName==this._name&&Math.max(t-this._startTime,0)>=this._delay&&i>=this._duration&&this.finish()},n.prototype.finish=function(){this._finished||(this._finished=!0,this._onDoneFn(),tpt(this._element,this._eventFn,!0))},n.prototype.destroy=function(){var t,i,n,r;this._destroyed||(this._destroyed=!0,this.finish(),i=this._name,(r=gn(n=ntt(t=this._element,"").split(","),i))>=0&&(n.splice(r,1),uw(t,"",n.join(","))))},n}();var koi=function(){function n(n,t,i,r,u,f,e,o){this.element=n;this.keyframes=t;this.animationName=i;this._duration=r;this._delay=u;this._finalStyles=e;this._specialStyles=o;this._onDoneFns=[];this._onStartFns=[];this._onDestroyFns=[];this._started=!1;this.currentSnapshot={};this._state=0;this.easing=f||"linear";this.totalTime=r+u;this._buildStyler()}return n.prototype.onStart=function(n){this._onStartFns.push(n)},n.prototype.onDone=function(n){this._onDoneFns.push(n)},n.prototype.onDestroy=function(n){this._onDestroyFns.push(n)},n.prototype.destroy=function(){this.init();this._state>=4||(this._state=4,this._styler.destroy(),this._flushStartFns(),this._flushDoneFns(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(function(n){return n()}),this._onDestroyFns=[])},n.prototype._flushDoneFns=function(){this._onDoneFns.forEach(function(n){return n()});this._onDoneFns=[]},n.prototype._flushStartFns=function(){this._onStartFns.forEach(function(n){return n()});this._onStartFns=[]},n.prototype.finish=function(){this.init();this._state>=3||(this._state=3,this._styler.finish(),this._flushStartFns(),this._specialStyles&&this._specialStyles.finish(),this._flushDoneFns())},n.prototype.setPosition=function(n){this._styler.setPosition(n)},n.prototype.getPosition=function(){return this._styler.getPosition()},n.prototype.hasStarted=function(){return this._state>=2},n.prototype.init=function(){this._state>=1||(this._state=1,this._styler.apply(),this._delay&&this._styler.pause())},n.prototype.play=function(){this.init();this.hasStarted()||(this._flushStartFns(),this._state=2,this._specialStyles&&this._specialStyles.start());this._styler.resume()},n.prototype.pause=function(){this.init();this._styler.pause()},n.prototype.restart=function(){this.reset();this.play()},n.prototype.reset=function(){this._styler.destroy();this._buildStyler();this._styler.apply()},n.prototype._buildStyler=function(){var n=this;this._styler=new eti(this.element,this.animationName,this._duration,this._delay,this.easing,"forwards",function(){return n.finish()})},n.prototype.triggerCallback=function(n){var t="start"==n?this._onStartFns:this._onDoneFns;t.forEach(function(n){return n()});t.length=0},n.prototype.beforeDestroy=function(){var t=this,n,i;this.init();n={};this.hasStarted()&&(i=this._state>=3,Object.keys(this._finalStyles).forEach(function(r){"offset"!=r&&(n[r]=i?t._finalStyles[r]:wn(t.element,r))}));this.currentSnapshot=n},n}(),hvu=function(n){function t(t,i){var r=n.call(this)||this;return r.element=t,r._startingStyles={},r.__initialized=!1,r._styles=ryt(i),r}return b(t,n),t.prototype.init=function(){var t=this;!this.__initialized&&this._startingStyles&&(this.__initialized=!0,Object.keys(this._styles).forEach(function(n){t._startingStyles[n]=t.element.style[n]}),n.prototype.init.call(this))},t.prototype.play=function(){var t=this;this._startingStyles&&(this.init(),Object.keys(this._styles).forEach(function(n){return t.element.style.setProperty(n,t._styles[n])}),n.prototype.play.call(this))},t.prototype.destroy=function(){var t=this;this._startingStyles&&(Object.keys(this._startingStyles).forEach(function(n){var i=t._startingStyles[n];i?t.element.style.setProperty(n,i):t.element.style.removeProperty(n)}),this._startingStyles=null,n.prototype.destroy.call(this))},t}(lh),doi=function(){function n(){this._count=0;this._head=document.querySelector("head");this._warningIssued=!1}return n.prototype.validateStyleProperty=function(n){return vn(n)},n.prototype.matchesElement=function(n,t){return ist(n,t)},n.prototype.containsElement=function(n,t){return rst(n,t)},n.prototype.query=function(n,t,i){return ust(n,t,i)},n.prototype.computeStyle=function(n,t){return window.getComputedStyle(n)[t]},n.prototype.buildKeyframeElement=function(n,t,i){var r,u,f;return i=i.map(function(n){return ryt(n)}),r="@keyframes "+t+" {\n",u="",i.forEach(function(n){u=" ";var t=parseFloat(n.offset);r+=""+u+100*t+"% {\n";u+=" ";Object.keys(n).forEach(function(t){var i=n[t];switch(t){case"offset":return;case"easing":return void(i&&(r+=u+"animation-timing-function: "+i+";\n"));default:return void(r+=""+u+t+": "+i+";\n")}});r+=u+"}\n"}),r+="}\n",f=document.createElement("style"),f.innerHTML=r,f},n.prototype.animate=function(n,t,i,r,u,f,e){var a,o,s,h,c,v,l;return(void 0===f&&(f=[]),e&&this._notifyFaultyScrubber(),a=f.filter(function(n){return n instanceof koi}),o={},oyt(i,r)&&a.forEach(function(n){var t=n.currentSnapshot;Object.keys(t).forEach(function(n){return o[n]=t[n]})}),s=function(n){var t={};return n&&(Array.isArray(n)?n:[n]).forEach(function(n){Object.keys(n).forEach(function(i){"offset"!=i&&"easing"!=i&&(t[i]=n[i])})}),t}(t=syt(n,t,o)),0==i)?new hvu(n,s):(h="gen_css_kf_"+this._count++,c=this.buildKeyframeElement(n,h,t),document.querySelector("head").appendChild(c),v=dyt(n,t),l=new koi(n,t,h,i,r,u,s,v),l.onDestroy(function(){var n;(n=c).parentNode.removeChild(n)}),l)},n.prototype._notifyFaultyScrubber=function(){this._warningIssued||(console.warn("@angular/animations: please load the web-animations.js polyfill to allow programmatic access...\n","  visit http://bit.ly/IWukam to learn more about using the web-animation-js polyfill."),this._warningIssued=!0)},n}(),goi=function(){function n(n,t,i,r){this.element=n;this.keyframes=t;this.options=i;this._specialStyles=r;this._onDoneFns=[];this._onStartFns=[];this._onDestroyFns=[];this._initialized=!1;this._finished=!1;this._started=!1;this._destroyed=!1;this.time=0;this.parentPlayer=null;this.currentSnapshot={};this._duration=i.duration;this._delay=i.delay||0;this.time=this._duration+this._delay}return n.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(n){return n()}),this._onDoneFns=[])},n.prototype.init=function(){this._buildPlayer();this._preparePlayerBeforeStart()},n.prototype._buildPlayer=function(){var t=this,n;this._initialized||(this._initialized=!0,n=this.keyframes,this.domPlayer=this._triggerWebAnimation(this.element,n,this.options),this._finalKeyframe=n.length?n[n.length-1]:{},this.domPlayer.addEventListener("finish",function(){return t._onFinish()}))},n.prototype._preparePlayerBeforeStart=function(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()},n.prototype._triggerWebAnimation=function(n,t,i){return n.animate(t,i)},n.prototype.onStart=function(n){this._onStartFns.push(n)},n.prototype.onDone=function(n){this._onDoneFns.push(n)},n.prototype.onDestroy=function(n){this._onDestroyFns.push(n)},n.prototype.play=function(){this._buildPlayer();this.hasStarted()||(this._onStartFns.forEach(function(n){return n()}),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start());this.domPlayer.play()},n.prototype.pause=function(){this.init();this.domPlayer.pause()},n.prototype.finish=function(){this.init();this._specialStyles&&this._specialStyles.finish();this._onFinish();this.domPlayer.finish()},n.prototype.reset=function(){this._resetDomPlayerState();this._destroyed=!1;this._finished=!1;this._started=!1},n.prototype._resetDomPlayerState=function(){this.domPlayer&&this.domPlayer.cancel()},n.prototype.restart=function(){this.reset();this.play()},n.prototype.hasStarted=function(){return this._started},n.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(function(n){return n()}),this._onDestroyFns=[])},n.prototype.setPosition=function(n){this.domPlayer.currentTime=n*this.time},n.prototype.getPosition=function(){return this.domPlayer.currentTime/this.time},Object.defineProperty(n.prototype,"totalTime",{get:function(){return this._delay+this._duration},enumerable:!0,configurable:!0}),n.prototype.beforeDestroy=function(){var n=this,t={};this.hasStarted()&&Object.keys(this._finalKeyframe).forEach(function(i){"offset"!=i&&(t[i]=n._finished?n._finalKeyframe[i]:wn(n.element,i))});this.currentSnapshot=t},n.prototype.triggerCallback=function(n){var t="start"==n?this._onStartFns:this._onDoneFns;t.forEach(function(n){return n()});t.length=0},n}(),cvu=function(){function n(){this._isNativeImpl=/\{\s*\[native\s+code\]\s*\}/.test(ipt().toString());this._cssKeyframesDriver=new doi}return n.prototype.validateStyleProperty=function(n){return vn(n)},n.prototype.matchesElement=function(n,t){return ist(n,t)},n.prototype.containsElement=function(n,t){return rst(n,t)},n.prototype.query=function(n,t,i){return ust(n,t,i)},n.prototype.computeStyle=function(n,t){return window.getComputedStyle(n)[t]},n.prototype.overrideWebAnimationsSupport=function(n){this._isNativeImpl=n},n.prototype.animate=function(n,t,i,r,u,f,e){var o,s,h,c;return(void 0===f&&(f=[]),!e&&!this._isNativeImpl)?this._cssKeyframesDriver.animate(n,t,i,r,u,f):(o={duration:i,delay:r,fill:0==r?"both":"forwards"},u&&(o.easing=u),s={},h=f.filter(function(n){return n instanceof goi}),oyt(i,r)&&h.forEach(function(n){var t=n.currentSnapshot;Object.keys(t).forEach(function(n){return s[n]=t[n]})}),c=dyt(n,t=syt(n,t=t.map(function(n){return dc(n,!1)}),s)),new goi(n,t,o,c))},n}(),lvu=function(n){function t(t,i){var r=n.call(this)||this;return r._nextAnimationId=0,r._renderer=t.createRenderer(i.body,{id:"0",encapsulation:es.None,styles:[],data:{animation:[]}}),r}return b(t,n),t.prototype.build=function(n){var t=this._nextAnimationId.toString(),i;return this._nextAnimationId++,i=Array.isArray(n)?dvt(n):n,rpt(this._renderer,null,t,"register",[i]),new avu(t,this._renderer)},t}(aoi),avu=function(n){function t(t,i){var r=n.call(this)||this;return r._id=t,r._renderer=i,r}return b(t,n),t.prototype.create=function(n,t){return new vvu(this._id,n,t||{},this._renderer)},t}(vau),vvu=function(){function n(n,t,i,r){this.id=n;this.element=t;this._renderer=r;this.parentPlayer=null;this._started=!1;this.totalTime=0;this._command("create",i)}return n.prototype._listen=function(n,t){return this._renderer.listen(this.element,"@@"+this.id+":"+n,t)},n.prototype._command=function(n){for(var i=[],t=1;t<arguments.length;t++)i[t-1]=arguments[t];return rpt(this._renderer,this.element,this.id,n,i)},n.prototype.onDone=function(n){this._listen("done",n)},n.prototype.onStart=function(n){this._listen("start",n)},n.prototype.onDestroy=function(n){this._listen("destroy",n)},n.prototype.init=function(){this._command("init")},n.prototype.hasStarted=function(){return this._started},n.prototype.play=function(){this._command("play");this._started=!0},n.prototype.pause=function(){this._command("pause")},n.prototype.restart=function(){this._command("restart")},n.prototype.finish=function(){this._command("finish")},n.prototype.destroy=function(){this._command("destroy")},n.prototype.reset=function(){this._command("reset")},n.prototype.setPosition=function(n){this._command("setPosition",n)},n.prototype.getPosition=function(){return 0},n}(),yvu=function(){function n(n,t,i){this.delegate=n;this.engine=t;this._zone=i;this._currentId=0;this._microtaskId=1;this._animationCallbacksBuffer=[];this._rendererCache=new Map;this._cdRecurDepth=0;this.promise=Promise.resolve(0);t.onRemovalComplete=function(n,t){t&&t.parentNode(n)&&t.removeChild(n.parentNode,n)}}return n.prototype.createRenderer=function(n,t){var e=this,r=this.delegate.createRenderer(n,t),i,f,u;return n&&t&&t.data&&t.data.animation?(f=t.id,u=t.id+"-"+this._currentId,this._currentId++,this.engine.register(u,n),t.data.animation.forEach(function(t){return e.engine.registerTrigger(f,u,n,t.name,t)}),new pvu(this,u,r,this.engine)):(i=this._rendererCache.get(r),i||(i=new nsi("",r,this.engine),this._rendererCache.set(r,i)),i)},n.prototype.begin=function(){this._cdRecurDepth++;this.delegate.begin&&this.delegate.begin()},n.prototype._scheduleCountTask=function(){var n=this;this.promise.then(function(){n._microtaskId++})},n.prototype.scheduleListenerCallback=function(n,t,i){var r=this;n>=0&&n<this._microtaskId?this._zone.run(function(){return t(i)}):(0==this._animationCallbacksBuffer.length&&Promise.resolve(null).then(function(){r._zone.run(function(){r._animationCallbacksBuffer.forEach(function(n){var t=si(n,2);t[0](t[1])});r._animationCallbacksBuffer=[]})}),this._animationCallbacksBuffer.push([t,i]))},n.prototype.end=function(){var n=this;this._cdRecurDepth--;0==this._cdRecurDepth&&this._zone.runOutsideAngular(function(){n._scheduleCountTask();n.engine.flush(n._microtaskId)});this.delegate.end&&this.delegate.end()},n.prototype.whenRenderingDone=function(){return this.engine.whenRenderingDone()},n}(),nsi=function(){function n(n,t,i){this.namespaceId=n;this.delegate=t;this.engine=i;this.destroyNode=this.delegate.destroyNode?function(n){return t.destroyNode(n)}:null}return Object.defineProperty(n.prototype,"data",{get:function(){return this.delegate.data},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.engine.destroy(this.namespaceId,this.delegate);this.delegate.destroy()},n.prototype.createElement=function(n,t){return this.delegate.createElement(n,t)},n.prototype.createComment=function(n){return this.delegate.createComment(n)},n.prototype.createText=function(n){return this.delegate.createText(n)},n.prototype.appendChild=function(n,t){this.delegate.appendChild(n,t);this.engine.onInsert(this.namespaceId,t,n,!1)},n.prototype.insertBefore=function(n,t,i){this.delegate.insertBefore(n,t,i);this.engine.onInsert(this.namespaceId,t,n,!0)},n.prototype.removeChild=function(n,t){this.engine.onRemove(this.namespaceId,t,this.delegate)},n.prototype.selectRootElement=function(n,t){return this.delegate.selectRootElement(n,t)},n.prototype.parentNode=function(n){return this.delegate.parentNode(n)},n.prototype.nextSibling=function(n){return this.delegate.nextSibling(n)},n.prototype.setAttribute=function(n,t,i,r){this.delegate.setAttribute(n,t,i,r)},n.prototype.removeAttribute=function(n,t,i){this.delegate.removeAttribute(n,t,i)},n.prototype.addClass=function(n,t){this.delegate.addClass(n,t)},n.prototype.removeClass=function(n,t){this.delegate.removeClass(n,t)},n.prototype.setStyle=function(n,t,i,r){this.delegate.setStyle(n,t,i,r)},n.prototype.removeStyle=function(n,t,i){this.delegate.removeStyle(n,t,i)},n.prototype.setProperty=function(n,t,i){"@"==t.charAt(0)&&"@.disabled"==t?this.disableAnimations(n,!!i):this.delegate.setProperty(n,t,i)},n.prototype.setValue=function(n,t){this.delegate.setValue(n,t)},n.prototype.listen=function(n,t,i){return this.delegate.listen(n,t,i)},n.prototype.disableAnimations=function(n,t){this.engine.disableAnimations(n,t)},n}(),pvu=function(n){function t(t,i,r,u){var f=n.call(this,i,r,u)||this;return f.factory=t,f.namespaceId=i,f}return b(t,n),t.prototype.setProperty=function(n,t,i){"@"==t.charAt(0)?"."==t.charAt(1)&&"@.disabled"==t?this.disableAnimations(n,i=void 0===i||!!i):this.engine.process(this.namespaceId,n,t.substr(1),i):this.delegate.setProperty(n,t,i)},t.prototype.listen=function(n,t,i){var e,r,f,s=this;if("@"==t.charAt(0)){var h=function(n){switch(n){case"body":return document.body;case"document":return document;case"window":return window;default:return n}}(n),u=t.substr(1),o="";return"@"!=u.charAt(0)&&(u=(e=si((r=u,f=r.indexOf("."),[r.substring(0,f),r.substr(f+1)]),2))[0],o=e[1]),this.engine.listen(this.namespaceId,h,u,o,function(n){s.factory.scheduleListenerCallback(n._data||-1,i,n)})}return this.delegate.listen(n,t,i)},t}(nsi),wvu=function(n){function t(t,i,r){return n.call(this,t.body,i,r)||this}return b(t,n),t}(dw),bvu=new ri("AnimationModuleType"),tsi=function(){return function(){}}(),isi=function(){return function(){}}(),kvu={pageData:{}};oti={};gw=function(){function n(n,t){this.actions$=n;this.store$=t;this.updateDateSelectFilter$=this.actions$.pipe(yp(cr.UpdateDateSelectFilter),ha(this.store$),yt(function(n){var t=n[0];return new hfi(t.tableId,"yyyy-mm-dd",t.payload.date)}))}return fc([ap(),ec("design:type",Object)],n.prototype,"updateDateSelectFilter$",void 0),n}();sti=oci(uot,[],function(){return function(n){for(var t,r={},u=[],f=!1,i=0;i<n.length;i++)t=n[i],t.token===pti&&!0===t.value&&(f=!0),1073741824&t.flags&&u.push(t.token),t.index=i,r[yr(t.token)]=t;return{factory:null,providersByKey:r,providers:n,modules:u,isRoot:f}}([g(512,vh,rnr,[[8,[kcu,pbt,rbt,bbt,slu,dbt,nkt,ikt,ukt,ekt,skt,ckt,ndt,idt,udt,edt,sdt,cdt,adt,ydt,wdt,kdt,gdt,tgt,rgt,rau,egt,sgt,cgt,eau,vgt,pgt,bgt,dgt,nnt,int,unt,ent,ont,hnt,lnt,vnt,pnt,bnt,dnt,lau]],[3,vh],fb]),g(5120,hb,vsi,[[3,hb]]),g(4608,rui,afu,[hb,[2,lfu]]),g(4608,oii,oii,[]),g(5120,sb,ssi,[]),g(5120,a,lsi,[]),g(5120,d,asi,[]),g(4608,gi,weu,[vs]),g(6144,wti,null,[gi]),g(4608,pui,aau,[]),g(5120,hui,function(n,t,i,r,u,f,e,o){return[new heu(n,t,i),new peu(r),new veu(u,f,e,o)]},[vs,tr,hv,vs,vs,pui,git,[2,leu]]),g(4608,grt,grt,[hui,tr]),g(135680,pb,pb,[vs]),g(4608,rut,rut,[grt,pb,sb]),g(5120,cit,ugr,[]),g(5120,est,fgr,[]),g(4608,dw,wvu,[vs,cit,est]),g(5120,eb,egr,[rut,dw,tr]),g(6144,cui,null,[pb]),g(4608,trt,trt,[tr]),g(4608,aoi,lvu,[eb,wv]),g(4608,yei,ylu,[vs,hv,aot]),g(4608,ek,ek,[yei,vot]),g(5120,aei,function(n){return[n]},[ek]),g(4608,out,out,[]),g(4608,lo,lo,[]),g(4608,dot,dot,[kot]),g(4608,got,got,[]),g(4608,brt,brt,[ie]),g(4608,dut,dut,[ie]),g(4608,cft,cft,[ie]),g(4608,yut,yut,[ie]),g(4608,ik,ik,[kot]),g(4608,dv,dv,[]),g(4608,det,det,[ie]),g(1073742336,fui,fui,[]),g(1024,is,rli,[]),g(1024,dit,function(n){return[(t=n,rat("probe",uat),rat("coreTokens",vt({},iwt,(t||[]).reduce(function(n,t){return n[t.name]=t.token,n},{}))),function(){return uat})];var t},[[2,wtu]]),g(512,sv,sv,[[2,dit]]),g(131584,oh,oh,[tr,git,er,is,vh,sv]),g(1073742336,ctt,ctt,[oh]),g(1073742336,vw,vw,[[3,vw]]),g(1073742336,tei,tei,[]),g(1073742336,tsi,tsi,[]),g(1073742336,loi,loi,[]),g(1073742336,pei,pei,[]),g(1073742336,wei,wei,[]),g(1073742336,isi,isi,[]),g(1073742336,rfi,rfi,[]),g(1073742336,ufi,ufi,[]),g(1073742336,ffi,ffi,[]),g(1073742336,kei,kei,[]),g(1073742336,noi,noi,[]),g(1073742336,gei,gei,[]),g(1073742336,ioi,ioi,[]),g(1073742336,coi,coi,[]),g(131584,wh,wh,[]),g(2048,pri,null,[wh]),g(256,uri,void 0,[]),g(1024,lrt,plt,[uri]),g(256,art,{apiData:ogr,tableData:sgr},[]),g(2048,sri,null,[art]),g(1024,ori,nli,[er,art,sri]),g(256,eri,lci,[]),g(256,vri,void 0,[]),g(1024,ari,dci,[vri]),g(1024,av,wci,[ari]),g(1024,cri,function(n,t,i){return[(r=n,u=r.strictActionImmutability,f=r.strictStateImmutability,function(n){return u||f?function(n,t){return function(i,r){var f=t.action(r)?og(r):r,u=n(i,f);return t.state()?og(u):u}}(n,{action:function(n){return u&&!hg(n)},state:function(){return f}}):n}),bci(t),kci(i)];var r,u,f},[av,av,av]),g(256,hri,[],[]),g(1024,lri,tli,[cri,hri]),g(1024,fri,olt,[eri,lri]),g(131584,ab,ab,[pri,lrt,ori,fri]),g(2048,vrt,null,[ab]),g(131584,vv,vv,[]),g(131584,yrt,yrt,[wh,vrt,vv,lrt]),g(2048,wri,null,[yrt]),g(512,gt,gt,[wri,wh,ab]),g(1024,rri,ili,[[3,gt]]),g(1024,yri,function(n){return[gci(n)]},[av]),g(1073742336,ka,ka,[wh,vrt,vv,gt,[2,rri],[2,yri]]),g(512,bl,bl,[is,gt]),g(131584,nk,nk,[bl,gt]),g(512,nv,nv,[vv]),g(512,cot,cot,[]),g(2048,vei,null,[cot]),g(512,lot,lot,[vei]),g(2048,hei,null,[lot]),g(512,sei,plu,[hei,er]),g(512,ie,ie,[sei]),g(512,rft,rft,[nv,gt,ie]),g(512,gw,gw,[nv,gt]),g(1024,tft,hli,[rft,gw]),g(1073742336,sfi,sfi,[bl,nk,gt,tft,[2,ka],[2,vtt]]),g(1073742336,uot,uot,[vh,er]),g(256,pti,!0,[]),g(256,bvu,"BrowserAnimations",[]),g(256,aot,"XSRF-TOKEN",[]),g(256,vot,"X-XSRF-TOKEN",[])])}),function(){if(kti)throw new Error("Cannot enable prod mode after platform setup.");bti=!1}();beu().bootstrapModuleFactory(sti).catch(function(n){return console.log(n)})},zVww:function(n,t,i){"use strict";var r=i("+WiC");t.concatMapTo=function(n,t){return r.concatMap(function(){return n},t)}},"zZI/":function(n,t,i){"use strict";var r=i("G2HO");t.isNumeric=function(n){return!r.isArray(n)&&n-parseFloat(n)+1>=0}},zZax:function(n,t,i){"use strict";var r=i("AZf1"),u=i("wowj");r.Observable.prototype.window=u.window},zbiA:function(n,t,i){"use strict";var r=i("AZf1"),u=i("hV2K");r.Observable.prototype.auditTime=u.auditTime},zlBQ:function(n,t,i){"use strict";var r=i("AZf1"),u=i("ks6M");r.Observable.prototype.bufferToggle=u.bufferToggle},zobD:function(n,t,i){var f=i("PBLz").__extends,e=i("9jZZ"),o=i("Irel"),r,u;t.buffer=function(n){return function(t){return t.lift(new r(n))}};r=function(){function n(n){this.closingNotifier=n}return n.prototype.call=function(n,t){return t.subscribe(new u(n,this.closingNotifier))},n}();u=function(n){function t(t,i){n.call(this,t);this.buffer=[];this.add(o.subscribeToResult(this,i))}return f(t,n),t.prototype._next=function(n){this.buffer.push(n)},t.prototype.notifyNext=function(){var n=this.buffer;this.buffer=[];this.destination.next(n)},t}(e.OuterSubscriber)},"zrM/":function(n,t,i){"use strict";var r=i("AZf1"),u=i("5UB+");r.Observable.prototype.windowToggle=u.windowToggle},"zx+L":function(n,t,i){var r=i("PBLz").__extends,f=i("AZf1"),e=i("Irel"),o=i("9jZZ"),u;t.IfObservable=function(n){function t(t,i,r){n.call(this);this.condition=t;this.thenSource=i;this.elseSource=r}return r(t,n),t.create=function(n,i,r){return new t(n,i,r)},t.prototype._subscribe=function(n){return new u(n,this.condition,this.thenSource,this.elseSource)},t}(f.Observable);u=function(n){function t(t,i,r,u){n.call(this,t);this.condition=i;this.thenSource=r;this.elseSource=u;this.tryIf()}return r(t,n),t.prototype.tryIf=function(){var t=this.condition,i=this.thenSource,r=this.elseSource,n;try{n=t()?i:r;n?this.add(e.subscribeToResult(this,n)):this._complete()}catch(u){this._error(u)}},t}(o.OuterSubscriber)}},[[0,0]]]);showFundNotify();typeof Object.create!="function"&&(Object.create=function(n){function t(){}return t.prototype=n,new t}),function(n,t,i){var r={init:function(t,i){var r=this;r.$elem=n(i);r.options=n.extend({},n.fn.owlCarousel.options,r.$elem.data(),t);r.userOptions=t;r.loadContent()},loadContent:function(){function r(n){var i,r="";if(typeof t.options.jsonSuccess=="function")t.options.jsonSuccess.apply(this,[n]);else{for(i in n.owl)n.owl.hasOwnProperty(i)&&(r+=n.owl[i].item);t.$elem.html(r)}t.logIn()}var t=this,i;typeof t.options.beforeInit=="function"&&t.options.beforeInit.apply(this,[t.$elem]);typeof t.options.jsonPath=="string"?(i=t.options.jsonPath,n.getJSON(i,r)):t.logIn()},logIn:function(){var n=this;n.$elem.data("owl-originalStyles",n.$elem.attr("style"));n.$elem.data("owl-originalClasses",n.$elem.attr("class"));n.$elem.css({opacity:0});n.orignalItems=n.options.items;n.checkBrowser();n.wrapperWidth=0;n.checkVisible=null;n.setVars()},setVars:function(){var n=this;if(n.$elem.children().length===0)return!1;n.baseClass();n.eventTypes();n.$userItems=n.$elem.children();n.itemsAmount=n.$userItems.length;n.wrapItems();n.$owlItems=n.$elem.find(".owl-item");n.$owlWrapper=n.$elem.find(".owl-wrapper");n.playDirection="next";n.prevItem=0;n.prevArr=[0];n.currentItem=0;n.customEvents();n.onStartup()},onStartup:function(){var n=this;n.updateItems();n.calculateAll();n.buildControls();n.updateControls();n.response();n.moveEvents();n.stopOnHover();n.owlStatus();n.options.transitionStyle!==!1&&n.transitionTypes(n.options.transitionStyle);n.options.autoPlay===!0&&(n.options.autoPlay=5e3);n.play();n.$elem.find(".owl-wrapper").css("display","block");n.$elem.is(":visible")?n.$elem.css("opacity",1):n.watchVisibility();n.onstartup=!1;n.eachMoveUpdate();typeof n.options.afterInit=="function"&&n.options.afterInit.apply(this,[n.$elem])},eachMoveUpdate:function(){var n=this;n.options.lazyLoad===!0&&n.lazyLoad();n.options.autoHeight===!0&&n.autoHeight();n.onVisibleItems();typeof n.options.afterAction=="function"&&n.options.afterAction.apply(this,[n.$elem])},updateVars:function(){var n=this;typeof n.options.beforeUpdate=="function"&&n.options.beforeUpdate.apply(this,[n.$elem]);n.watchVisibility();n.updateItems();n.calculateAll();n.updatePosition();n.updateControls();n.eachMoveUpdate();typeof n.options.afterUpdate=="function"&&n.options.afterUpdate.apply(this,[n.$elem])},reload:function(){var n=this;t.setTimeout(function(){n.updateVars()},0)},watchVisibility:function(){var n=this;if(n.$elem.is(":visible")===!1)n.$elem.css({opacity:0}),t.clearInterval(n.autoPlayInterval),t.clearInterval(n.checkVisible);else return!1;n.checkVisible=t.setInterval(function(){n.$elem.is(":visible")&&(n.reload(),n.$elem.animate({opacity:1},200),t.clearInterval(n.checkVisible))},500)},wrapItems:function(){var n=this;n.$userItems.wrapAll('<div class="owl-wrapper">').wrap('<div class="owl-item"><\/div>');n.$elem.find(".owl-wrapper").wrap('<div class="owl-wrapper-outer">');n.wrapperOuter=n.$elem.find(".owl-wrapper-outer");n.$elem.css("display","block")},baseClass:function(){var n=this,t=n.$elem.hasClass(n.options.baseClass),i=n.$elem.hasClass(n.options.theme);t||n.$elem.addClass(n.options.baseClass);i||n.$elem.addClass(n.options.theme)},updateItems:function(){var t=this,i,r;if(t.options.responsive===!1)return!1;if(t.options.singleItem===!0)return t.options.items=t.orignalItems=1,t.options.itemsCustom=!1,t.options.itemsDesktop=!1,t.options.itemsDesktopSmall=!1,t.options.itemsTablet=!1,t.options.itemsTabletSmall=!1,t.options.itemsMobile=!1,!1;if(i=n(t.options.responsiveBaseWidth).width(),i>(t.options.itemsDesktop[0]||t.orignalItems)&&(t.options.items=t.orignalItems),t.options.itemsCustom!==!1)for(t.options.itemsCustom.sort(function(n,t){return n[0]-t[0]}),r=0;r<t.options.itemsCustom.length;r+=1)t.options.itemsCustom[r][0]<=i&&(t.options.items=t.options.itemsCustom[r][1]);else i<=t.options.itemsDesktop[0]&&t.options.itemsDesktop!==!1&&(t.options.items=t.options.itemsDesktop[1]),i<=t.options.itemsDesktopSmall[0]&&t.options.itemsDesktopSmall!==!1&&(t.options.items=t.options.itemsDesktopSmall[1]),i<=t.options.itemsTablet[0]&&t.options.itemsTablet!==!1&&(t.options.items=t.options.itemsTablet[1]),i<=t.options.itemsTabletSmall[0]&&t.options.itemsTabletSmall!==!1&&(t.options.items=t.options.itemsTabletSmall[1]),i<=t.options.itemsMobile[0]&&t.options.itemsMobile!==!1&&(t.options.items=t.options.itemsMobile[1]);t.options.items>t.itemsAmount&&t.options.itemsScaleUp===!0&&(t.options.items=t.itemsAmount)},response:function(){var i=this,u,r;if(i.options.responsive!==!0)return!1;r=n(t).width();i.resizer=function(){n(t).width()!==r&&(i.options.autoPlay!==!1&&t.clearInterval(i.autoPlayInterval),t.clearTimeout(u),u=t.setTimeout(function(){r=n(t).width();i.updateVars()},i.options.responsiveRefreshRate))};n(t).resize(i.resizer)},updatePosition:function(){var n=this;n.jumpTo(n.currentItem);n.options.autoPlay!==!1&&n.checkAp()},appendItemsSizes:function(){var t=this,i=0,r=t.itemsAmount-t.options.items;t.$owlItems.each(function(u){var f=n(this);f.css({width:t.itemWidth}).data("owl-item",Number(u));(u%t.options.items==0||u===r)&&(u>r||(i+=1));f.data("owl-roundPages",i)})},appendWrapperSizes:function(){var n=this,t=n.$owlItems.length*n.itemWidth;n.$owlWrapper.css({width:t*2,left:0});n.appendItemsSizes()},calculateAll:function(){var n=this;n.calculateWidth();n.appendWrapperSizes();n.loops();n.max()},calculateWidth:function(){var n=this;n.itemWidth=Math.round(n.$elem.width()/n.options.items)},max:function(){var n=this,t=(n.itemsAmount*n.itemWidth-n.options.items*n.itemWidth)*-1;return n.options.items>n.itemsAmount?(n.maximumItem=0,t=0,n.maximumPixels=0):(n.maximumItem=Math.ceil(n.itemsAmount-n.options.items),n.maximumPixels=t),t},min:function(){return 0},loops:function(){var t=this,r=0,f=0,i,e,u;for(t.positionsInArray=[0],t.pagesInArray=[],i=0;i<t.itemsAmount;i+=1)f+=t.itemWidth,t.positionsInArray.push(-f),t.options.scrollPerPage===!0&&(e=n(t.$owlItems[i]),u=e.data("owl-roundPages"),u!==r&&(t.pagesInArray[r]=t.positionsInArray[i],r=u))},buildControls:function(){var t=this;(t.options.navigation===!0||t.options.pagination===!0)&&(t.owlControls=n('<div class="owl-controls"/>').toggleClass("clickable",!t.browser.isTouch).appendTo(t.$elem));t.options.pagination===!0&&t.buildPagination();t.options.navigation===!0&&t.buildButtons()},buildButtons:function(){var t=this,i=n('<div class="owl-buttons"/>');t.owlControls.append(i);t.buttonPrev=n("<div/>",{"class":"owl-prev",html:t.options.navigationText[0]||""});t.buttonNext=n("<div/>",{"class":"owl-next",html:t.options.navigationText[1]||""});i.append(t.buttonPrev).append(t.buttonNext);i.on("touchstart.owlControls mousedown.owlControls",'div[class^="owl"]',function(n){n.preventDefault()});i.on("touchend.owlControls mouseup.owlControls",'div[class^="owl"]',function(i){i.preventDefault();n(this).hasClass("owl-next")?t.next():t.prev()})},buildPagination:function(){var t=this;t.paginationWrapper=n('<div class="owl-pagination"/>');t.owlControls.append(t.paginationWrapper);t.paginationWrapper.on("touchend.owlControls mouseup.owlControls",".owl-page",function(i){i.preventDefault();Number(n(this).data("owl-page"))!==t.currentItem&&t.goTo(Number(n(this).data("owl-page")),!0)})},updatePagination:function(){var t=this,u,f,e,i,r,o;if(t.options.pagination===!1)return!1;for(t.paginationWrapper.html(""),u=0,f=t.itemsAmount-t.itemsAmount%t.options.items,i=0;i<t.itemsAmount;i+=1)i%t.options.items==0&&(u+=1,f===i&&(e=t.itemsAmount-t.options.items),r=n("<div/>",{"class":"owl-page"}),o=n("<span><\/span>",{text:t.options.paginationNumbers===!0?u:"","class":t.options.paginationNumbers===!0?"owl-numbers":""}),r.append(o),r.data("owl-page",f===i?e:i),r.data("owl-roundPages",u),t.paginationWrapper.append(r));t.checkPagination()},checkPagination:function(){var t=this;if(t.options.pagination===!1)return!1;t.paginationWrapper.find(".owl-page").each(function(){n(this).data("owl-roundPages")===n(t.$owlItems[t.currentItem]).data("owl-roundPages")&&(t.paginationWrapper.find(".owl-page").removeClass("active"),n(this).addClass("active"))})},checkNavigation:function(){var n=this;if(n.options.navigation===!1)return!1;n.options.rewindNav===!1&&(n.currentItem===0&&n.maximumItem===0?(n.buttonPrev.addClass("disabled"),n.buttonNext.addClass("disabled")):n.currentItem===0&&n.maximumItem!==0?(n.buttonPrev.addClass("disabled"),n.buttonNext.removeClass("disabled")):n.currentItem===n.maximumItem?(n.buttonPrev.removeClass("disabled"),n.buttonNext.addClass("disabled")):n.currentItem!==0&&n.currentItem!==n.maximumItem&&(n.buttonPrev.removeClass("disabled"),n.buttonNext.removeClass("disabled")))},updateControls:function(){var n=this;n.updatePagination();n.checkNavigation();n.owlControls&&(n.options.items>=n.itemsAmount?n.owlControls.hide():n.owlControls.show())},destroyControls:function(){var n=this;n.owlControls&&n.owlControls.remove()},next:function(n){var t=this;if(t.isTransition)return!1;if(t.currentItem+=t.options.scrollPerPage===!0?t.options.items:1,t.currentItem>t.maximumItem+(t.options.scrollPerPage===!0?t.options.items-1:0))if(t.options.rewindNav===!0)t.currentItem=0,n="rewind";else return t.currentItem=t.maximumItem,!1;t.goTo(t.currentItem,n)},prev:function(n){var t=this;if(t.isTransition)return!1;if(t.options.scrollPerPage===!0&&t.currentItem>0&&t.currentItem<t.options.items?t.currentItem=0:t.currentItem-=t.options.scrollPerPage===!0?t.options.items:1,t.currentItem<0)if(t.options.rewindNav===!0)t.currentItem=t.maximumItem,n="rewind";else return t.currentItem=0,!1;t.goTo(t.currentItem,n)},goTo:function(n,i,r){var u=this,f;if(u.isTransition)return!1;if(typeof u.options.beforeMove=="function"&&u.options.beforeMove.apply(this,[u.$elem]),n>=u.maximumItem?n=u.maximumItem:n<=0&&(n=0),u.currentItem=u.owl.currentItem=n,u.options.transitionStyle!==!1&&r!=="drag"&&u.options.items===1&&u.browser.support3d===!0)return u.swapSpeed(0),u.browser.support3d===!0?u.transition3d(u.positionsInArray[n]):u.css2slide(u.positionsInArray[n],1),u.afterGo(),u.singleItemTransition(),!1;f=u.positionsInArray[n];u.browser.support3d===!0?(u.isCss3Finish=!1,i===!0?(u.swapSpeed("paginationSpeed"),t.setTimeout(function(){u.isCss3Finish=!0},u.options.paginationSpeed)):i==="rewind"?(u.swapSpeed(u.options.rewindSpeed),t.setTimeout(function(){u.isCss3Finish=!0},u.options.rewindSpeed)):(u.swapSpeed("slideSpeed"),t.setTimeout(function(){u.isCss3Finish=!0},u.options.slideSpeed)),u.transition3d(f)):i===!0?u.css2slide(f,u.options.paginationSpeed):i==="rewind"?u.css2slide(f,u.options.rewindSpeed):u.css2slide(f,u.options.slideSpeed);u.afterGo()},jumpTo:function(n){var t=this;typeof t.options.beforeMove=="function"&&t.options.beforeMove.apply(this,[t.$elem]);n>=t.maximumItem||n===-1?n=t.maximumItem:n<=0&&(n=0);t.swapSpeed(0);t.browser.support3d===!0?t.transition3d(t.positionsInArray[n]):t.css2slide(t.positionsInArray[n],1);t.currentItem=t.owl.currentItem=n;t.afterGo()},afterGo:function(){var n=this;n.prevArr.push(n.currentItem);n.prevItem=n.owl.prevItem=n.prevArr[n.prevArr.length-2];n.prevArr.shift(0);n.prevItem!==n.currentItem&&(n.checkPagination(),n.checkNavigation(),n.eachMoveUpdate(),n.options.autoPlay!==!1&&n.checkAp());typeof n.options.afterMove=="function"&&n.prevItem!==n.currentItem&&n.options.afterMove.apply(this,[n.$elem])},stop:function(){var n=this;n.apStatus="stop";t.clearInterval(n.autoPlayInterval)},checkAp:function(){var n=this;n.apStatus!=="stop"&&n.play()},play:function(){var n=this;if(n.apStatus="play",n.options.autoPlay===!1)return!1;t.clearInterval(n.autoPlayInterval);n.autoPlayInterval=t.setInterval(function(){n.next(!0)},n.options.autoPlay)},swapSpeed:function(n){var t=this;n==="slideSpeed"?t.$owlWrapper.css(t.addCssSpeed(t.options.slideSpeed)):n==="paginationSpeed"?t.$owlWrapper.css(t.addCssSpeed(t.options.paginationSpeed)):typeof n!="string"&&t.$owlWrapper.css(t.addCssSpeed(n))},addCssSpeed:function(n){return{"-webkit-transition":"all "+n+"ms ease","-moz-transition":"all "+n+"ms ease","-o-transition":"all "+n+"ms ease",transition:"all "+n+"ms ease"}},removeTransition:function(){return{"-webkit-transition":"","-moz-transition":"","-o-transition":"",transition:""}},doTranslate:function(n){return{"-webkit-transform":"translate3d("+n+"px, 0px, 0px)","-moz-transform":"translate3d("+n+"px, 0px, 0px)","-o-transform":"translate3d("+n+"px, 0px, 0px)","-ms-transform":"translate3d("+n+"px, 0px, 0px)",transform:"translate3d("+n+"px, 0px,0px)"}},transition3d:function(n){var t=this;t.$owlWrapper.css(t.doTranslate(n))},css2move:function(n){var t=this;t.$owlWrapper.css({left:n})},css2slide:function(n,t){var i=this;i.isCssFinish=!1;i.$owlWrapper.stop(!0,!0).animate({left:n},{duration:t||i.options.slideSpeed,complete:function(){i.isCssFinish=!0}})},checkBrowser:function(){var s=this,n="translate3d(0px, 0px, 0px)",u=i.createElement("div"),f,r,e,o;u.style.cssText="  -moz-transform:"+n+"; -ms-transform:"+n+"; -o-transform:"+n+"; -webkit-transform:"+n+"; transform:"+n;f=/translate3d\(0px, 0px, 0px\)/g;r=u.style.cssText.match(f);e=r!==null&&r.length===1;o="ontouchstart"in t||t.navigator.msMaxTouchPoints;s.browser={support3d:e,isTouch:o}},moveEvents:function(){var n=this;(n.options.mouseDrag!==!1||n.options.touchDrag!==!1)&&(n.gestures(),n.disabledEvents())},eventTypes:function(){var n=this,t=["s","e","x"];n.ev_types={};n.options.mouseDrag===!0&&n.options.touchDrag===!0?t=["touchstart.owl mousedown.owl","touchmove.owl mousemove.owl","touchend.owl touchcancel.owl mouseup.owl"]:n.options.mouseDrag===!1&&n.options.touchDrag===!0?t=["touchstart.owl","touchmove.owl","touchend.owl touchcancel.owl"]:n.options.mouseDrag===!0&&n.options.touchDrag===!1&&(t=["mousedown.owl","mousemove.owl","mouseup.owl"]);n.ev_types.start=t[0];n.ev_types.move=t[1];n.ev_types.end=t[2]},disabledEvents:function(){var t=this;t.$elem.on("dragstart.owl",function(n){n.preventDefault()});t.$elem.on("mousedown.disableTextSelect",function(t){return n(t.target).is("input, textarea, select, option")})},gestures:function(){function f(n){if(n.touches!==undefined)return{x:n.touches[0].pageX,y:n.touches[0].pageY};if(n.touches===undefined){if(n.pageX!==undefined)return{x:n.pageX,y:n.pageY};if(n.pageX===undefined)return{x:n.clientX,y:n.clientY}}}function e(t){if(t==="on"){n(i).on(r.ev_types.move,s);n(i).on(r.ev_types.end,h)}else t==="off"&&(n(i).off(r.ev_types.move),n(i).off(r.ev_types.end))}function o(i){var o=i.originalEvent||i||t.event,s;if(o.which===3)return!1;if(!(r.itemsAmount<=r.options.items)){if(r.isCssFinish===!1&&!r.options.dragBeforeAnimFinish||r.isCss3Finish===!1&&!r.options.dragBeforeAnimFinish)return!1;r.options.autoPlay!==!1&&t.clearInterval(r.autoPlayInterval);r.browser.isTouch===!0||r.$owlWrapper.hasClass("grabbing")||r.$owlWrapper.addClass("grabbing");r.newPosX=0;r.newRelativeX=0;n(this).css(r.removeTransition());s=n(this).position();u.relativePos=s.left;u.offsetX=f(o).x-s.left;u.offsetY=f(o).y-s.top;e("on");u.sliding=!1;u.targetElement=o.target||o.srcElement}}function s(e){var o=e.originalEvent||e||t.event,s,h;r.newPosX=f(o).x-u.offsetX;r.newPosY=f(o).y-u.offsetY;r.newRelativeX=r.newPosX-u.relativePos;typeof r.options.startDragging=="function"&&u.dragging!==!0&&r.newRelativeX!==0&&(u.dragging=!0,r.options.startDragging.apply(r,[r.$elem]));(r.newRelativeX>8||r.newRelativeX<-8)&&r.browser.isTouch===!0&&(o.preventDefault!==undefined?o.preventDefault():o.returnValue=!1,u.sliding=!0);(r.newPosY>10||r.newPosY<-10)&&u.sliding===!1&&n(i).off("touchmove.owl");s=function(){return r.newRelativeX/5};h=function(){return r.maximumPixels+r.newRelativeX/5};r.newPosX=Math.max(Math.min(r.newPosX,s()),h());r.browser.support3d===!0?r.transition3d(r.newPosX):r.css2move(r.newPosX)}function h(i){var f=i.originalEvent||i||t.event,s,o,h;if(f.target=f.target||f.srcElement,u.dragging=!1,r.browser.isTouch!==!0&&r.$owlWrapper.removeClass("grabbing"),r.dragDirection=r.owl.dragDirection=r.newRelativeX<0?"left":"right",r.newRelativeX!==0&&(s=r.getNewPosition(),r.goTo(s,!1,"drag"),u.targetElement===f.target&&r.browser.isTouch!==!0)){n(f.target).on("click.disable",function(t){t.stopImmediatePropagation();t.stopPropagation();t.preventDefault();n(t.target).off("click.disable")});o=n._data(f.target,"events").click;h=o.pop();o.splice(0,0,h)}e("off")}var r=this,u={offsetX:0,offsetY:0,baseElWidth:0,relativePos:0,position:null,minSwipe:null,maxSwipe:null,sliding:null,dargging:null,targetElement:null};r.isCssFinish=!0;r.$elem.on(r.ev_types.start,".owl-wrapper",o)},getNewPosition:function(){var n=this,t=n.closestItem();return t>n.maximumItem?(n.currentItem=n.maximumItem,t=n.maximumItem):n.newPosX>=0&&(t=0,n.currentItem=0),t},closestItem:function(){var t=this,i=t.options.scrollPerPage===!0?t.pagesInArray:t.positionsInArray,u=t.newPosX,r=null;return n.each(i,function(f,e){u-t.itemWidth/20>i[f+1]&&u-t.itemWidth/20<e&&t.moveDirection()==="left"?(r=e,t.currentItem=t.options.scrollPerPage===!0?n.inArray(r,t.positionsInArray):f):u+t.itemWidth/20<e&&u+t.itemWidth/20>(i[f+1]||i[f]-t.itemWidth)&&t.moveDirection()==="right"&&(t.options.scrollPerPage===!0?(r=i[f+1]||i[i.length-1],t.currentItem=n.inArray(r,t.positionsInArray)):(r=i[f+1],t.currentItem=f+1))}),t.currentItem},moveDirection:function(){var n=this,t;return n.newRelativeX<0?(t="right",n.playDirection="next"):(t="left",n.playDirection="prev"),t},customEvents:function(){var n=this;n.$elem.on("owl.next",function(){n.next()});n.$elem.on("owl.prev",function(){n.prev()});n.$elem.on("owl.play",function(t,i){n.options.autoPlay=i;n.play();n.hoverStatus="play"});n.$elem.on("owl.stop",function(){n.stop();n.hoverStatus="stop"});n.$elem.on("owl.goTo",function(t,i){n.goTo(i)});n.$elem.on("owl.jumpTo",function(t,i){n.jumpTo(i)})},stopOnHover:function(){var n=this;if(n.options.stopOnHover===!0&&n.browser.isTouch!==!0&&n.options.autoPlay!==!1){n.$elem.on("mouseover",function(){n.stop()});n.$elem.on("mouseout",function(){n.hoverStatus!=="stop"&&n.play()})}},lazyLoad:function(){var t=this,u,i,f,r,e;if(t.options.lazyLoad===!1)return!1;for(u=0;u<t.itemsAmount;u+=1)if(i=n(t.$owlItems[u]),i.data("owl-loaded")!=="loaded"){if(f=i.data("owl-item"),r=i.find(".lazyOwl"),typeof r.data("src")!="string"){i.data("owl-loaded","loaded");continue}i.data("owl-loaded")===undefined&&(r.hide(),i.addClass("loading").data("owl-loaded","checked"));e=t.options.lazyFollow===!0?f>=t.currentItem:!0;e&&f<t.currentItem+t.options.items&&r.length&&t.lazyPreload(i,r)}},lazyPreload:function(n,i){function u(){n.data("owl-loaded","loaded").removeClass("loading");i.removeAttr("data-src");r.options.lazyEffect==="fade"?i.fadeIn(400):i.show();typeof r.options.afterLazyLoad=="function"&&r.options.afterLazyLoad.apply(this,[r.$elem])}function f(){e+=1;r.completeImg(i.get(0))||o===!0?u():e<=100?t.setTimeout(f,100):u()}var r=this,e=0,o;i.prop("tagName")==="DIV"?(i.css("background-image","url("+i.data("src")+")"),o=!0):i[0].src=i.data("src");f()},autoHeight:function(){function u(){var r=n(i.$owlItems[i.currentItem]).height();i.wrapperOuter.css("height",r+"px");i.wrapperOuter.hasClass("autoHeight")||t.setTimeout(function(){i.wrapperOuter.addClass("autoHeight")},0)}function f(){r+=1;i.completeImg(e.get(0))?u():r<=100?t.setTimeout(f,100):i.wrapperOuter.css("height","")}var i=this,e=n(i.$owlItems[i.currentItem]).find("img"),r;e.get(0)!==undefined?(r=0,f()):u()},completeImg:function(n){var t;return n.complete?(t=typeof n.naturalWidth,t!=="undefined"&&n.naturalWidth===0)?!1:!0:!1},onVisibleItems:function(){var t=this,i;for(t.options.addClassActive===!0&&t.$owlItems.removeClass("active"),t.visibleItems=[],i=t.currentItem;i<t.currentItem+t.options.items;i+=1)t.visibleItems.push(i),t.options.addClassActive===!0&&n(t.$owlItems[i]).addClass("active");t.owl.visibleItems=t.visibleItems},transitionTypes:function(n){var t=this;t.outClass="owl-"+n+"-out";t.inClass="owl-"+n+"-in"},singleItemTransition:function(){function o(n){return{position:"relative",left:n+"px"}}var n=this,f=n.outClass,e=n.inClass,i=n.$owlItems.eq(n.currentItem),r=n.$owlItems.eq(n.prevItem),s=Math.abs(n.positionsInArray[n.currentItem])+n.positionsInArray[n.prevItem],u=Math.abs(n.positionsInArray[n.currentItem])+n.itemWidth/2,t="webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend";n.isTransition=!0;n.$owlWrapper.addClass("owl-origin").css({"-webkit-transform-origin":u+"px","-moz-perspective-origin":u+"px","perspective-origin":u+"px"});r.css(o(s,10)).addClass(f).on(t,function(){n.endPrev=!0;r.off(t);n.clearTransStyle(r,f)});i.addClass(e).on(t,function(){n.endCurrent=!0;i.off(t);n.clearTransStyle(i,e)})},clearTransStyle:function(n,t){var i=this;n.css({position:"",left:""}).removeClass(t);i.endPrev&&i.endCurrent&&(i.$owlWrapper.removeClass("owl-origin"),i.endPrev=!1,i.endCurrent=!1,i.isTransition=!1)},owlStatus:function(){var n=this;n.owl={userOptions:n.userOptions,baseElement:n.$elem,userItems:n.$userItems,owlItems:n.$owlItems,currentItem:n.currentItem,prevItem:n.prevItem,visibleItems:n.visibleItems,isTouch:n.browser.isTouch,browser:n.browser,dragDirection:n.dragDirection}},clearEvents:function(){var r=this;r.$elem.off(".owl owl mousedown.disableTextSelect");n(i).off(".owl owl");n(t).off("resize",r.resizer)},unWrap:function(){var n=this;n.$elem.children().length!==0&&(n.$owlWrapper.unwrap(),n.$userItems.unwrap().unwrap(),n.owlControls&&n.owlControls.remove());n.clearEvents();n.$elem.attr("style",n.$elem.data("owl-originalStyles")||"").attr("class",n.$elem.data("owl-originalClasses"))},destroy:function(){var n=this;n.stop();t.clearInterval(n.checkVisible);n.unWrap();n.$elem.removeData()},reinit:function(t){var i=this,r=n.extend({},i.userOptions,t);i.unWrap();i.init(r,i.$elem)},addItem:function(n,t){var i=this,r;if(!n)return!1;if(i.$elem.children().length===0)return i.$elem.append(n),i.setVars(),!1;i.unWrap();r=t===undefined||t===-1?-1:t;r>=i.$userItems.length||r===-1?i.$userItems.eq(-1).after(n):i.$userItems.eq(r).before(n);i.setVars()},removeItem:function(n){var t=this,i;if(t.$elem.children().length===0)return!1;i=n===undefined||n===-1?-1:n;t.unWrap();t.$userItems.eq(i).remove();t.setVars()}};n.fn.owlCarousel=function(t){return this.each(function(){if(n(this).data("owl-init")===!0)return!1;n(this).data("owl-init",!0);var i=Object.create(r);i.init(t,this);n.data(this,"owlCarousel",i)})};n.fn.owlCarousel.options={items:5,itemsCustom:!1,itemsDesktop:[1199,4],itemsDesktopSmall:[979,3],itemsTablet:[768,2],itemsTabletSmall:!1,itemsMobile:[479,1],singleItem:!1,itemsScaleUp:!1,slideSpeed:200,paginationSpeed:800,rewindSpeed:1e3,autoPlay:!1,stopOnHover:!1,navigation:!1,navigationText:["prev","next"],rewindNav:!0,scrollPerPage:!1,pagination:!0,paginationNumbers:!1,responsive:!0,responsiveRefreshRate:200,responsiveBaseWidth:t,baseClass:"owl-carousel",theme:"owl-theme",lazyLoad:!1,lazyFollow:!0,lazyEffect:"fade",autoHeight:!1,jsonPath:!1,jsonSuccess:!1,dragBeforeAnimFinish:!0,mouseDrag:!0,touchDrag:!0,addClassActive:!1,transitionStyle:!1,beforeUpdate:!1,afterUpdate:!1,beforeInit:!1,afterInit:!1,beforeMove:!1,afterMove:!1,afterAction:!1,startDragging:!1,afterLazyLoad:!1}}(jQuery,window,document);!function(n,t){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){return t(n,i)}):"object"==typeof module&&module.exports?module.exports=t(n,require("jquery")):n.jQueryBridget=t(n,n.jQuery)}(window,function(n,t){"use strict";function i(i,u,o){function s(n,t,r){var u,e="$()."+i+'("'+t+'")';return n.each(function(n,s){var h=o.data(s,i),c,l;if(!h)return void f(i+" not initialized. Cannot call methods, i.e. "+e);if(c=h[t],!c||"_"==t.charAt(0))return void f(e+" is not a valid method");l=c.apply(h,r);u=void 0===u?l:u}),void 0!==u?u:n}function h(n,t){n.each(function(n,r){var f=o.data(r,i);f?(f.option(t),f._init()):(f=new u(r,t),o.data(r,i,f))})}o=o||t||n.jQuery;o&&(u.prototype.option||(u.prototype.option=function(n){o.isPlainObject(n)&&(this.options=o.extend(!0,this.options,n))}),o.fn[i]=function(n){if("string"==typeof n){var t=e.call(arguments,1);return s(this,n,t)}return h(this,n),this},r(o))}function r(n){!n||n&&n.bridget||(n.bridget=i)}var e=Array.prototype.slice,u=n.console,f="undefined"==typeof u?function(){}:function(n){u.error(n)};return r(t||n.jQuery),i}),function(n,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():n.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function t(){}var n=t.prototype;return n.on=function(n,t){if(n&&t){var i=this._events=this._events||{},r=i[n]=i[n]||[];return r.indexOf(t)==-1&&r.push(t),this}},n.once=function(n,t){if(n&&t){this.on(n,t);var i=this._onceEvents=this._onceEvents||{},r=i[n]=i[n]||{};return r[t]=!0,this}},n.off=function(n,t){var i=this._events&&this._events[n],r;if(i&&i.length)return r=i.indexOf(t),r!=-1&&i.splice(r,1),this},n.emitEvent=function(n,t){var i=this._events&&this._events[n],u,f,r,e;if(i&&i.length){for(i=i.slice(0),t=t||[],u=this._onceEvents&&this._onceEvents[n],f=0;f<i.length;f++)r=i[f],e=u&&u[r],e&&(this.off(n,r),delete u[r]),r.apply(this,t);return this}},n.allOff=function(){delete this._events;delete this._onceEvents},t}),function(n,t){"function"==typeof define&&define.amd?define("get-size/get-size",t):"object"==typeof module&&module.exports?module.exports=t():n.getSize=t()}(window,function(){"use strict";function n(n){var t=parseFloat(n),i=n.indexOf("%")==-1&&!isNaN(t);return i&&t}function o(){}function s(){for(var t,r={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},n=0;n<f;n++)t=i[n],r[t]=0;return r}function r(n){var t=getComputedStyle(n);return t||c("Style returned "+t+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),t}function h(){var i,f,o;e||(e=!0,i=document.createElement("div"),i.style.width="200px",i.style.padding="1px 2px 3px 4px",i.style.borderStyle="solid",i.style.borderWidth="1px 2px 3px 4px",i.style.boxSizing="border-box",f=document.body||document.documentElement,f.appendChild(i),o=r(i),t=200==Math.round(n(o.width)),u.isBoxSizeOuter=t,f.removeChild(i))}function u(u){var o,e,a,c,l;if(h(),"string"==typeof u&&(u=document.querySelector(u)),u&&"object"==typeof u&&u.nodeType){if(o=r(u),"none"==o.display)return s();for(e={},e.width=u.offsetWidth,e.height=u.offsetHeight,a=e.isBorderBox="border-box"==o.boxSizing,c=0;c<f;c++){var v=i[c],nt=o[v],y=parseFloat(nt);e[v]=isNaN(y)?0:y}var p=e.paddingLeft+e.paddingRight,w=e.paddingTop+e.paddingBottom,tt=e.marginLeft+e.marginRight,it=e.marginTop+e.marginBottom,b=e.borderLeftWidth+e.borderRightWidth,k=e.borderTopWidth+e.borderBottomWidth,d=a&&t,g=n(o.width);return g!==!1&&(e.width=g+(d?0:p+b)),l=n(o.height),l!==!1&&(e.height=l+(d?0:w+k)),e.innerWidth=e.width-(p+b),e.innerHeight=e.height-(w+k),e.outerWidth=e.width+tt,e.outerHeight=e.height+it,e}}var t,c="undefined"==typeof console?o:function(n){console.error(n)},i=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],f=i.length,e=!1;return u}),function(n,t){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",t):"object"==typeof module&&module.exports?module.exports=t():n.matchesSelector=t()}(window,function(){"use strict";var n=function(){var t=window.Element.prototype,i,n,u,r;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(i=["webkit","moz","ms","o"],n=0;n<i.length;n++)if(u=i[n],r=u+"MatchesSelector",t[r])return r}();return function(t,i){return t[n](i)}}),function(n,t){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(i){return t(n,i)}):"object"==typeof module&&module.exports?module.exports=t(n,require("desandro-matches-selector")):n.fizzyUIUtils=t(n,n.matchesSelector)}(window,function(n,t){var i={},u,r;return i.extend=function(n,t){for(var i in t)n[i]=t[i];return n},i.modulo=function(n,t){return(n%t+t)%t},u=Array.prototype.slice,i.makeArray=function(n){if(Array.isArray(n))return n;if(null===n||void 0===n)return[];var t="object"==typeof n&&"number"==typeof n.length;return t?u.call(n):[n]},i.removeFrom=function(n,t){var i=n.indexOf(t);i!=-1&&n.splice(i,1)},i.getParent=function(n,i){for(;n.parentNode&&n!=document.body;)if(n=n.parentNode,t(n,i))return n},i.getQueryElement=function(n){return"string"==typeof n?document.querySelector(n):n},i.handleEvent=function(n){var t="on"+n.type;this[t]&&this[t](n)},i.filterFindElements=function(n,r){n=i.makeArray(n);var u=[];return n.forEach(function(n){if(n instanceof HTMLElement){if(!r)return void u.push(n);t(n,r)&&u.push(n);for(var f=n.querySelectorAll(r),i=0;i<f.length;i++)u.push(f[i])}}),u},i.debounceMethod=function(n,t,i){i=i||100;var u=n.prototype[t],r=t+"Timeout";n.prototype[t]=function(){var f=this[r],t,n;clearTimeout(f);t=arguments;n=this;this[r]=setTimeout(function(){u.apply(n,t);delete n[r]},i)}},i.docReady=function(n){var t=document.readyState;"complete"==t||"interactive"==t?setTimeout(n):document.addEventListener("DOMContentLoaded",n)},i.toDashed=function(n){return n.replace(/(.)([A-Z])/g,function(n,t,i){return t+"-"+i}).toLowerCase()},r=n.console,i.htmlInit=function(t,u){i.docReady(function(){var e=i.toDashed(u),f="data-"+e,s=document.querySelectorAll("["+f+"]"),h=document.querySelectorAll(".js-"+e),c=i.makeArray(s).concat(i.makeArray(h)),l=f+"-options",o=n.jQuery;c.forEach(function(n){var i,e=n.getAttribute(f)||n.getAttribute(l),s;try{i=e&&JSON.parse(e)}catch(h){return void(r&&r.error("Error parsing "+f+" on "+n.className+": "+h))}s=new t(n,i);o&&o.data(n,u,s)})})},i}),function(n,t){"function"==typeof define&&define.amd?define("outlayer/item",["ev-emitter/ev-emitter","get-size/get-size"],t):"object"==typeof module&&module.exports?module.exports=t(require("ev-emitter"),require("get-size")):(n.Outlayer={},n.Outlayer.Item=t(n.EvEmitter,n.getSize))}(window,function(n,t){"use strict";function l(n){for(var t in n)return!1;return t=null,!0}function u(n,t){n&&(this.element=n,this.layout=t,this.position={x:0,y:0},this._create())}function a(n){return n.replace(/([A-Z])/g,function(n){return"-"+n.toLowerCase()})}var f=document.documentElement.style,r="string"==typeof f.transition?"transition":"WebkitTransition",e="string"==typeof f.transform?"transform":"WebkitTransform",o={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[r],v={transform:e,transition:r,transitionDuration:r+"Duration",transitionProperty:r+"Property",transitionDelay:r+"Delay"},i=u.prototype=Object.create(n.prototype),s,h,c;return i.constructor=u,i._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}};this.css({position:"absolute"})},i.handleEvent=function(n){var t="on"+n.type;this[t]&&this[t](n)},i.getSize=function(){this.size=t(this.element)},i.css=function(n){var r=this.element.style,t,i;for(t in n)i=v[t]||t,r[i]=n[t]},i.getPosition=function(){var r=getComputedStyle(this.element),u=this.layout._getOption("originLeft"),f=this.layout._getOption("originTop"),e=r[u?"left":"right"],o=r[f?"top":"bottom"],n=parseFloat(e),t=parseFloat(o),i=this.layout.size;e.indexOf("%")!=-1&&(n=n/100*i.width);o.indexOf("%")!=-1&&(t=t/100*i.height);n=isNaN(n)?0:n;t=isNaN(t)?0:t;n-=u?i.paddingLeft:i.paddingRight;t-=f?i.paddingTop:i.paddingBottom;this.position.x=n;this.position.y=t},i.layoutPosition=function(){var r=this.layout.size,n={},t=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),u=t?"paddingLeft":"paddingRight",f=t?"left":"right",e=t?"right":"left",o=this.position.x+r[u];n[f]=this.getXValue(o);n[e]="";var s=i?"paddingTop":"paddingBottom",h=i?"top":"bottom",c=i?"bottom":"top",l=this.position.y+r[s];n[h]=this.getYValue(l);n[c]="";this.css(n);this.emitEvent("layout",[this])},i.getXValue=function(n){var t=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!t?n/this.layout.size.width*100+"%":n+"px"},i.getYValue=function(n){var t=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&t?n/this.layout.size.height*100+"%":n+"px"},i._transitionTo=function(n,t){this.getPosition();var r=this.position.x,u=this.position.y,f=n==this.position.x&&t==this.position.y;if(this.setPosition(n,t),f&&!this.isTransitioning)return void this.layoutPosition();var e=n-r,o=t-u,i={};i.transform=this.getTranslate(e,o);this.transition({to:i,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},i.getTranslate=function(n,t){var i=this.layout._getOption("originLeft"),r=this.layout._getOption("originTop");return n=i?n:-n,t=r?t:-t,"translate3d("+n+"px, "+t+"px, 0)"},i.goTo=function(n,t){this.setPosition(n,t);this.layoutPosition()},i.moveTo=i._transitionTo,i.setPosition=function(n,t){this.position.x=parseFloat(n);this.position.y=parseFloat(t)},i._nonTransition=function(n){this.css(n.to);n.isCleaning&&this._removeStyles(n.to);for(var t in n.onTransitionEnd)n.onTransitionEnd[t].call(this)},i.transition=function(n){var i,t,r;if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(n);i=this._transn;for(t in n.onTransitionEnd)i.onEnd[t]=n.onTransitionEnd[t];for(t in n.to)i.ingProperties[t]=!0,n.isCleaning&&(i.clean[t]=!0);n.from&&(this.css(n.from),r=this.element.offsetHeight,r=null);this.enableTransition(n.to);this.css(n.to);this.isTransitioning=!0},s="opacity,"+a(e),i.enableTransition=function(){if(!this.isTransitioning){var n=this.layout.options.transitionDuration;n="number"==typeof n?n+"ms":n;this.css({transitionProperty:s,transitionDuration:n,transitionDelay:this.staggerDelay||0});this.element.addEventListener(o,this,!1)}},i.onwebkitTransitionEnd=function(n){this.ontransitionend(n)},i.onotransitionend=function(n){this.ontransitionend(n)},h={"-webkit-transform":"transform"},i.ontransitionend=function(n){var t,i,r;n.target===this.element&&(t=this._transn,i=h[n.propertyName]||n.propertyName,(delete t.ingProperties[i],l(t.ingProperties)&&this.disableTransition(),i in t.clean&&(this.element.style[n.propertyName]="",delete t.clean[i]),i in t.onEnd)&&(r=t.onEnd[i],r.call(this),delete t.onEnd[i]),this.emitEvent("transitionEnd",[this]))},i.disableTransition=function(){this.removeTransitionStyles();this.element.removeEventListener(o,this,!1);this.isTransitioning=!1},i._removeStyles=function(n){var t={},i;for(i in n)t[i]="";this.css(t)},c={transitionProperty:"",transitionDuration:"",transitionDelay:""},i.removeTransitionStyles=function(){this.css(c)},i.stagger=function(n){n=isNaN(n)?0:n;this.staggerDelay=n+"ms"},i.removeElem=function(){this.element.parentNode.removeChild(this.element);this.css({display:""});this.emitEvent("remove",[this])},i.remove=function(){return r&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",function(){this.removeElem()}),void this.hide()):void this.removeElem()},i.reveal=function(){delete this.isHidden;this.css({display:""});var n=this.layout.options,t={},i=this.getHideRevealTransitionEndProperty("visibleStyle");t[i]=this.onRevealTransitionEnd;this.transition({from:n.hiddenStyle,to:n.visibleStyle,isCleaning:!0,onTransitionEnd:t})},i.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},i.getHideRevealTransitionEndProperty=function(n){var t=this.layout.options[n],i;if(t.opacity)return"opacity";for(i in t)return i},i.hide=function(){this.isHidden=!0;this.css({display:""});var n=this.layout.options,t={},i=this.getHideRevealTransitionEndProperty("hiddenStyle");t[i]=this.onHideTransitionEnd;this.transition({from:n.visibleStyle,to:n.hiddenStyle,isCleaning:!0,onTransitionEnd:t})},i.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},i.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},u}),function(n,t){"use strict";"function"==typeof define&&define.amd?define("outlayer/outlayer",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./item"],function(i,r,u,f){return t(n,i,r,u,f)}):"object"==typeof module&&module.exports?module.exports=t(n,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./item")):n.Outlayer=t(n,n.EvEmitter,n.getSize,n.fizzyUIUtils,n.Outlayer.Item)}(window,function(n,t,i,r,u){"use strict";function e(n,t){var i=r.getQueryElement(n),u,f;if(!i)return void(c&&c.error("Bad element for "+this.constructor.namespace+": "+(i||n)));this.element=i;o&&(this.$element=o(this.element));this.options=r.extend({},this.constructor.defaults);this.option(t);u=++y;this.element.outlayerGUID=u;s[u]=this;this._create();f=this._getOption("initLayout");f&&this.layout()}function h(n){function t(){n.apply(this,arguments)}return t.prototype=Object.create(n.prototype),t.prototype.constructor=t,t}function v(n){var r;if("number"==typeof n)return n;var t=n.match(/(^\d*\.?\d*)(\w*)/),i=t&&t[1],u=t&&t[2];return i.length?(i=parseFloat(i),r=a[u]||1,i*r):0}var c=n.console,o=n.jQuery,l=function(){},y=0,s={},f,a;return e.namespace="outlayer",e.Item=u,e.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}},f=e.prototype,r.extend(f,t.prototype),f.option=function(n){r.extend(this.options,n)},f._getOption=function(n){var t=this.constructor.compatOptions[n];return t&&void 0!==this.options[t]?this.options[t]:this.options[n]},e.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},f._create=function(){this.reloadItems();this.stamps=[];this.stamp(this.options.stamp);r.extend(this.element.style,this.options.containerStyle);var n=this._getOption("resize");n&&this.bindResize()},f.reloadItems=function(){this.items=this._itemize(this.element.children)},f._itemize=function(n){for(var i,r,u=this._filterFindItemElements(n),e=this.constructor.Item,f=[],t=0;t<u.length;t++)i=u[t],r=new e(i,this),f.push(r);return f},f._filterFindItemElements=function(n){return r.filterFindElements(n,this.options.itemSelector)},f.getItemElements=function(){return this.items.map(function(n){return n.element})},f.layout=function(){this._resetLayout();this._manageStamps();var n=this._getOption("layoutInstant"),t=void 0!==n?n:!this._isLayoutInited;this.layoutItems(this.items,t);this._isLayoutInited=!0},f._init=f.layout,f._resetLayout=function(){this.getSize()},f.getSize=function(){this.size=i(this.element)},f._getMeasurement=function(n,t){var u,r=this.options[n];r?("string"==typeof r?u=this.element.querySelector(r):r instanceof HTMLElement&&(u=r),this[n]=u?i(u)[t]:r):this[n]=0},f.layoutItems=function(n,t){n=this._getItemsForLayout(n);this._layoutItems(n,t);this._postLayout()},f._getItemsForLayout=function(n){return n.filter(function(n){return!n.isIgnored})},f._layoutItems=function(n,t){if(this._emitCompleteOnItems("layout",n),n&&n.length){var i=[];n.forEach(function(n){var r=this._getItemLayoutPosition(n);r.item=n;r.isInstant=t||n.isLayoutInstant;i.push(r)},this);this._processLayoutQueue(i)}},f._getItemLayoutPosition=function(){return{x:0,y:0}},f._processLayoutQueue=function(n){this.updateStagger();n.forEach(function(n,t){this._positionItem(n.item,n.x,n.y,n.isInstant,t)},this)},f.updateStagger=function(){var n=this.options.stagger;return null===n||void 0===n?void(this.stagger=0):(this.stagger=v(n),this.stagger)},f._positionItem=function(n,t,i,r,u){r?n.goTo(t,i):(n.stagger(u*this.stagger),n.moveTo(t,i))},f._postLayout=function(){this.resizeContainer()},f.resizeContainer=function(){var t=this._getOption("resizeContainer"),n;t&&(n=this._getContainerSize(),n&&(this._setContainerMeasure(n.width,!0),this._setContainerMeasure(n.height,!1)))},f._getContainerSize=l,f._setContainerMeasure=function(n,t){if(void 0!==n){var i=this.size;i.isBorderBox&&(n+=t?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth);n=Math.max(n,0);this.element.style[t?"width":"height"]=n+"px"}},f._emitCompleteOnItems=function(n,t){function r(){e.dispatchEvent(n+"Complete",null,[t])}function f(){i++;i==u&&r()}var e=this,u=t.length,i;if(!t||!u)return void r();i=0;t.forEach(function(t){t.once(n,f)})},f.dispatchEvent=function(n,t,i){var u=t?[t].concat(i):i,r;(this.emitEvent(n,u),o)&&((this.$element=this.$element||o(this.element),t)?(r=o.Event(t),r.type=n,this.$element.trigger(r,i)):this.$element.trigger(n,i))},f.ignore=function(n){var t=this.getItem(n);t&&(t.isIgnored=!0)},f.unignore=function(n){var t=this.getItem(n);t&&delete t.isIgnored},f.stamp=function(n){n=this._find(n);n&&(this.stamps=this.stamps.concat(n),n.forEach(this.ignore,this))},f.unstamp=function(n){n=this._find(n);n&&n.forEach(function(n){r.removeFrom(this.stamps,n);this.unignore(n)},this)},f._find=function(n){if(n)return"string"==typeof n&&(n=this.element.querySelectorAll(n)),n=r.makeArray(n)},f._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},f._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),n=this.size;this._boundingRect={left:t.left+n.paddingLeft+n.borderLeftWidth,top:t.top+n.paddingTop+n.borderTopWidth,right:t.right-(n.paddingRight+n.borderRightWidth),bottom:t.bottom-(n.paddingBottom+n.borderBottomWidth)}},f._manageStamp=l,f._getElementOffset=function(n){var t=n.getBoundingClientRect(),r=this._boundingRect,u=i(n);return{left:t.left-r.left-u.marginLeft,top:t.top-r.top-u.marginTop,right:r.right-t.right-u.marginRight,bottom:r.bottom-t.bottom-u.marginBottom}},f.handleEvent=r.handleEvent,f.bindResize=function(){n.addEventListener("resize",this);this.isResizeBound=!0},f.unbindResize=function(){n.removeEventListener("resize",this);this.isResizeBound=!1},f.onresize=function(){this.resize()},r.debounceMethod(e,"onresize",100),f.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},f.needsResizeLayout=function(){var n=i(this.element),t=this.size&&n;return t&&n.innerWidth!==this.size.innerWidth},f.addItems=function(n){var t=this._itemize(n);return t.length&&(this.items=this.items.concat(t)),t},f.appended=function(n){var t=this.addItems(n);t.length&&(this.layoutItems(t,!0),this.reveal(t))},f.prepended=function(n){var t=this._itemize(n),i;t.length&&(i=this.items.slice(0),this.items=t.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(t,!0),this.reveal(t),this.layoutItems(i))},f.reveal=function(n){if(this._emitCompleteOnItems("reveal",n),n&&n.length){var t=this.updateStagger();n.forEach(function(n,i){n.stagger(i*t);n.reveal()})}},f.hide=function(n){if(this._emitCompleteOnItems("hide",n),n&&n.length){var t=this.updateStagger();n.forEach(function(n,i){n.stagger(i*t);n.hide()})}},f.revealItemElements=function(n){var t=this.getItems(n);this.reveal(t)},f.hideItemElements=function(n){var t=this.getItems(n);this.hide(t)},f.getItem=function(n){for(var t,i=0;i<this.items.length;i++)if(t=this.items[i],t.element==n)return t},f.getItems=function(n){n=r.makeArray(n);var t=[];return n.forEach(function(n){var i=this.getItem(n);i&&t.push(i)},this),t},f.remove=function(n){var t=this.getItems(n);this._emitCompleteOnItems("remove",t);t&&t.length&&t.forEach(function(n){n.remove();r.removeFrom(this.items,n)},this)},f.destroy=function(){var n=this.element.style,t;n.height="";n.position="";n.width="";this.items.forEach(function(n){n.destroy()});this.unbindResize();t=this.element.outlayerGUID;delete s[t];delete this.element.outlayerGUID;o&&o.removeData(this.element,this.constructor.namespace)},e.data=function(n){n=r.getQueryElement(n);var t=n&&n.outlayerGUID;return t&&s[t]},e.create=function(n,t){var i=h(e);return i.defaults=r.extend({},e.defaults),r.extend(i.defaults,t),i.compatOptions=r.extend({},e.compatOptions),i.namespace=n,i.data=e.data,i.Item=h(u),r.htmlInit(i,n),o&&o.bridget&&o.bridget(n,i),i},a={ms:1,s:1e3},e.Item=u,e}),function(n,t){"function"==typeof define&&define.amd?define("isotope-layout/js/item",["outlayer/outlayer"],t):"object"==typeof module&&module.exports?module.exports=t(require("outlayer")):(n.Isotope=n.Isotope||{},n.Isotope.Item=t(n.Outlayer))}(window,function(n){"use strict";function i(){n.Item.apply(this,arguments)}var t=i.prototype=Object.create(n.Item.prototype),u=t._create,r;return t._create=function(){this.id=this.layout.itemGUID++;u.call(this);this.sortData={}},t.updateSortData=function(){var t,i,n,r;if(!this.isIgnored){this.sortData.id=this.id;this.sortData["original-order"]=this.id;this.sortData.random=Math.random();t=this.layout.options.getSortData;i=this.layout._sorters;for(n in t)r=i[n],this.sortData[n]=r(this.element,this)}},r=t.destroy,t.destroy=function(){r.apply(this,arguments);this.css({display:""})},i}),function(n,t){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-mode",["get-size/get-size","outlayer/outlayer"],t):"object"==typeof module&&module.exports?module.exports=t(require("get-size"),require("outlayer")):(n.Isotope=n.Isotope||{},n.Isotope.LayoutMode=t(n.getSize,n.Outlayer))}(window,function(n,t){"use strict";function r(n){this.isotope=n;n&&(this.options=n.options[this.namespace],this.element=n.element,this.items=n.filteredItems,this.size=n.size)}var i=r.prototype;return["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout","_getOption"].forEach(function(n){i[n]=function(){return t.prototype[n].apply(this.isotope,arguments)}}),i.needsVerticalResizeLayout=function(){var t=n(this.isotope.element),i=this.isotope.size&&t;return i&&t.innerHeight!=this.isotope.size.innerHeight},i._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},i.getColumnWidth=function(){this.getSegmentSize("column","Width")},i.getRowHeight=function(){this.getSegmentSize("row","Height")},i.getSegmentSize=function(n,t){var i=n+t,u="outer"+t,r;(this._getMeasurement(i,u),this[i])||(r=this.getFirstItemSize(),this[i]=r&&r[u]||this.isotope.size["inner"+t])},i.getFirstItemSize=function(){var t=this.isotope.filteredItems[0];return t&&t.element&&n(t.element)},i.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},i.getSize=function(){this.isotope.getSize();this.size=this.isotope.size},r.modes={},r.create=function(n,t){function u(){r.apply(this,arguments)}return u.prototype=Object.create(i),u.prototype.constructor=u,t&&(u.options=t),u.prototype.namespace=n,r.modes[n]=u,u},r}),function(n,t){"function"==typeof define&&define.amd?define("masonry-layout/masonry",["outlayer/outlayer","get-size/get-size"],t):"object"==typeof module&&module.exports?module.exports=t(require("outlayer"),require("get-size")):n.Masonry=t(n.Outlayer,n.getSize)}(window,function(n,t){var r=n.create("masonry"),i;return r.compatOptions.fitWidth="isFitWidth",i=r.prototype,i._resetLayout=function(){this.getSize();this._getMeasurement("columnWidth","outerWidth");this._getMeasurement("gutter","outerWidth");this.measureColumns();this.colYs=[];for(var n=0;n<this.cols;n++)this.colYs.push(0);this.maxY=0;this.horizontalColIndex=0},i.measureColumns=function(){var n,i;(this.getContainerWidth(),this.columnWidth)||(n=this.items[0],i=n&&n.element,this.columnWidth=i&&t(i).outerWidth||this.containerWidth);var r=this.columnWidth+=this.gutter,f=this.containerWidth+this.gutter,u=f/r,e=r-f%r,o=e&&e<1?"round":"floor";u=Math[o](u);this.cols=Math.max(u,1)},i.getContainerWidth=function(){var i=this._getOption("fitWidth"),r=i?this.element.parentNode:this.element,n=t(r);this.containerWidth=n&&n.innerWidth},i._getItemLayoutPosition=function(n){n.getSize();var u=n.size.outerWidth%this.columnWidth,f=u&&u<1?"round":"ceil",i=Math[f](n.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var e=this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition",t=this[e](i,n),o={x:this.columnWidth*t.col,y:t.y},s=t.y+n.size.outerHeight,h=i+t.col,r=t.col;r<h;r++)this.colYs[r]=s;return o},i._getTopColPosition=function(n){var t=this._getTopColGroup(n),i=Math.min.apply(Math,t);return{col:t.indexOf(i),y:i}},i._getTopColGroup=function(n){if(n<2)return this.colYs;for(var i=[],r=this.cols+1-n,t=0;t<r;t++)i[t]=this._getColGroupY(t,n);return i},i._getColGroupY=function(n,t){if(t<2)return this.colYs[n];var i=this.colYs.slice(n,n+t);return Math.max.apply(Math,i)},i._getHorizontalColPosition=function(n,t){var i=this.horizontalColIndex%this.cols,u=n>1&&i+n>this.cols,r;return i=u?0:i,r=t.size.outerWidth&&t.size.outerHeight,this.horizontalColIndex=r?i+n:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,n)}},i._manageStamp=function(n){var e=t(n),r=this._getElementOffset(n),h=this._getOption("originLeft"),o=h?r.left:r.right,s=o+e.outerWidth,f=Math.floor(o/this.columnWidth),i;f=Math.max(0,f);i=Math.floor(s/this.columnWidth);i-=s%this.columnWidth?0:1;i=Math.min(this.cols-1,i);for(var c=this._getOption("originTop"),l=(c?r.top:r.bottom)+e.outerHeight,u=f;u<=i;u++)this.colYs[u]=Math.max(l,this.colYs[u])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var n={height:this.maxY};return this._getOption("fitWidth")&&(n.width=this._getContainerFitWidth()),n},i._getContainerFitWidth=function(){for(var n=0,t=this.cols;--t&&0===this.colYs[t];)n++;return(this.cols-n)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var n=this.containerWidth;return this.getContainerWidth(),n!=this.containerWidth},r}),function(n,t){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/masonry",["../layout-mode","masonry-layout/masonry"],t):"object"==typeof module&&module.exports?module.exports=t(require("../layout-mode"),require("masonry-layout")):t(n.Isotope.LayoutMode,n.Masonry)}(window,function(n,t){"use strict";var u=n.create("masonry"),i=u.prototype,o={_getElementOffset:!0,layout:!0,_getMeasurement:!0},r,f,e;for(r in t.prototype)o[r]||(i[r]=t.prototype[r]);return f=i.measureColumns,i.measureColumns=function(){this.items=this.isotope.filteredItems;f.call(this)},e=i._getOption,i._getOption=function(n){return"fitWidth"==n?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:e.apply(this.isotope,arguments)},u}),function(n,t){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/fit-rows",["../layout-mode"],t):"object"==typeof exports?module.exports=t(require("../layout-mode")):t(n.Isotope.LayoutMode)}(window,function(n){"use strict";var i=n.create("fitRows"),t=i.prototype;return t._resetLayout=function(){this.x=0;this.y=0;this.maxY=0;this._getMeasurement("gutter","outerWidth")},t._getItemLayoutPosition=function(n){var t,i,r;return n.getSize(),t=n.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter,0!==this.x&&t+this.x>i&&(this.x=0,this.y=this.maxY),r={x:this.x,y:this.y},this.maxY=Math.max(this.maxY,this.y+n.size.outerHeight),this.x+=t,r},t._getContainerSize=function(){return{height:this.maxY}},i}),function(n,t){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/vertical",["../layout-mode"],t):"object"==typeof module&&module.exports?module.exports=t(require("../layout-mode")):t(n.Isotope.LayoutMode)}(window,function(n){"use strict";var i=n.create("vertical",{horizontalAlignment:0}),t=i.prototype;return t._resetLayout=function(){this.y=0},t._getItemLayoutPosition=function(n){n.getSize();var t=(this.isotope.size.innerWidth-n.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=n.size.outerHeight,{x:t,y:i}},t._getContainerSize=function(){return{height:this.y}},i}),function(n,t){"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","desandro-matches-selector/matches-selector","fizzy-ui-utils/utils","isotope-layout/js/item","isotope-layout/js/layout-mode","isotope-layout/js/layout-modes/masonry","isotope-layout/js/layout-modes/fit-rows","isotope-layout/js/layout-modes/vertical"],function(i,r,u,f,e,o){return t(n,i,r,u,f,e,o)}):"object"==typeof module&&module.exports?module.exports=t(n,require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("fizzy-ui-utils"),require("isotope-layout/js/item"),require("isotope-layout/js/layout-mode"),require("isotope-layout/js/layout-modes/masonry"),require("isotope-layout/js/layout-modes/fit-rows"),require("isotope-layout/js/layout-modes/vertical")):n.Isotope=t(n,n.Outlayer,n.getSize,n.matchesSelector,n.fizzyUIUtils,n.Isotope.Item,n.Isotope.LayoutMode)}(window,function(n,t,i,r,u,f,e){function a(n,t){return function(i,r){for(var s,h,u=0;u<n.length;u++){var f=n[u],e=i.sortData[f],o=r.sortData[f];if(e>o||e<o)return s=void 0!==t[f]?t[f]:t,h=s?1:-1,(e>o?1:-1)*h}return 0}}var h=n.jQuery,v=String.prototype.trim?function(n){return n.trim()}:function(n){return n.replace(/^\s+|\s+$/g,"")},s=t.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0}),o,c,l;return s.Item=f,s.LayoutMode=e,o=s.prototype,o._create=function(){this.itemGUID=0;this._sorters={};this._getSorters();t.prototype._create.call(this);this.modes={};this.filteredItems=this.items;this.sortHistory=["original-order"];for(var n in e.modes)this._initLayoutMode(n)},o.reloadItems=function(){this.itemGUID=0;t.prototype.reloadItems.call(this)},o._itemize=function(){for(var r,n=t.prototype._itemize.apply(this,arguments),i=0;i<n.length;i++)r=n[i],r.id=this.itemGUID++;return this._updateItemsSortData(n),n},o._initLayoutMode=function(n){var t=e.modes[n],i=this.options[n]||{};this.options[n]=t.options?u.extend(t.options,i):i;this.modes[n]=new t(this)},o.layout=function(){return!this._isLayoutInited&&this._getOption("initLayout")?void this.arrange():void this._layout()},o._layout=function(){var n=this._getIsInstant();this._resetLayout();this._manageStamps();this.layoutItems(this.filteredItems,n);this._isLayoutInited=!0},o.arrange=function(n){this.option(n);this._getIsInstant();var t=this._filter(this.items);this.filteredItems=t.matches;this._bindArrangeComplete();this._isInstant?this._noTransition(this._hideReveal,[t]):this._hideReveal(t);this._sort();this._layout()},o._init=o.arrange,o._hideReveal=function(n){this.reveal(n.needReveal);this.hide(n.needHide)},o._getIsInstant=function(){var n=this._getOption("layoutInstant"),t=void 0!==n?n:!this._isLayoutInited;return this._isInstant=t,t},o._bindArrangeComplete=function(){function n(){t&&i&&r&&u.dispatchEvent("arrangeComplete",null,[u.filteredItems])}var t,i,r,u=this;this.once("layoutComplete",function(){t=!0;n()});this.once("hideComplete",function(){i=!0;n()});this.once("revealComplete",function(){r=!0;n()})},o._filter=function(n){var r=this.options.filter,t,i;r=r||"*";for(var f=[],e=[],o=[],s=this._getFilterTest(r),u=0;u<n.length;u++)t=n[u],t.isIgnored||(i=s(t),i&&f.push(t),i&&t.isHidden?e.push(t):i||t.isHidden||o.push(t));return{matches:f,needReveal:e,needHide:o}},o._getFilterTest=function(n){return h&&this.options.isJQueryFiltering?function(t){return h(t.element).is(n)}:"function"==typeof n?function(t){return n(t.element)}:function(t){return r(t.element,n)}},o.updateSortData=function(n){var t;n?(n=u.makeArray(n),t=this.getItems(n)):t=this.items;this._getSorters();this._updateItemsSortData(t)},o._getSorters=function(){var t=this.options.getSortData,n,i;for(n in t)i=t[n],this._sorters[n]=c(i)},o._updateItemsSortData=function(n){for(var i,r=n&&n.length,t=0;r&&t<r;t++)i=n[t],i.updateSortData()},c=function(){function n(n){if("string"!=typeof n)return n;var i=v(n).split(" "),r=i[0],u=r.match(/^\[(.+)\]$/),o=u&&u[1],f=t(o,r),e=s.sortDataParsers[i[1]];return e?function(n){return n&&e(f(n))}:function(n){return n&&f(n)}}function t(n,t){return n?function(t){return t.getAttribute(n)}:function(n){var i=n.querySelector(t);return i&&i.textContent}}return n}(),s.sortDataParsers={parseInt:function(n){return parseInt(n,10)},parseFloat:function(n){return parseFloat(n)}},o._sort=function(){var n,t;this.options.sortBy&&(n=u.makeArray(this.options.sortBy),this._getIsSameSortBy(n)||(this.sortHistory=n.concat(this.sortHistory)),t=a(this.sortHistory,this.options.sortAscending),this.filteredItems.sort(t))},o._getIsSameSortBy=function(n){for(var t=0;t<n.length;t++)if(n[t]!=this.sortHistory[t])return!1;return!0},o._mode=function(){var n=this.options.layoutMode,t=this.modes[n];if(!t)throw new Error("No layout mode: "+n);return t.options=this.options[n],t},o._resetLayout=function(){t.prototype._resetLayout.call(this);this._mode()._resetLayout()},o._getItemLayoutPosition=function(n){return this._mode()._getItemLayoutPosition(n)},o._manageStamp=function(n){this._mode()._manageStamp(n)},o._getContainerSize=function(){return this._mode()._getContainerSize()},o.needsResizeLayout=function(){return this._mode().needsResizeLayout()},o.appended=function(n){var t=this.addItems(n),i;t.length&&(i=this._filterRevealAdded(t),this.filteredItems=this.filteredItems.concat(i))},o.prepended=function(n){var t=this._itemize(n),i;t.length&&(this._resetLayout(),this._manageStamps(),i=this._filterRevealAdded(t),this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=t.concat(this.items))},o._filterRevealAdded=function(n){var t=this._filter(n);return this.hide(t.needHide),this.reveal(t.matches),this.layoutItems(t.matches,!0),t.matches},o.insert=function(n){var i=this.addItems(n),t,u,r,f;if(i.length){for(r=i.length,t=0;t<r;t++)u=i[t],this.element.appendChild(u.element);for(f=this._filter(i).matches,t=0;t<r;t++)i[t].isLayoutInstant=!0;for(this.arrange(),t=0;t<r;t++)delete i[t].isLayoutInstant;this.reveal(f)}},l=o.remove,o.remove=function(n){var t,r,i,f;for(n=u.makeArray(n),t=this.getItems(n),l.call(this,n),r=t&&t.length,i=0;r&&i<r;i++)f=t[i],u.removeFrom(this.filteredItems,f)},o.shuffle=function(){for(var t,n=0;n<this.items.length;n++)t=this.items[n],t.sortData.random=Math.random();this.options.sortBy="random";this._sort();this._layout()},o._noTransition=function(n,t){var r=this.options.transitionDuration,i;return this.options.transitionDuration=0,i=n.apply(this,t),this.options.transitionDuration=r,i},o.getFilteredItemElements=function(){return this.filteredItems.map(function(n){return n.element})},s});!function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};t.m=n;t.c=i;t.i=function(n){return n};t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:r})};t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i};t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)};t.p="";t(t.s=535)}([function(n,t,i){var u=i(3),f=i(26),o=i(15),s=i(16),e=i(23),r=function(n,t,i){var c,v,h,p,k=n&r.F,y=n&r.G,d=n&r.S,w=n&r.P,g=n&r.B,l=y?u:d?u[t]||(u[t]={}):(u[t]||{}).prototype,a=y?f:f[t]||(f[t]={}),b=a.prototype||(a.prototype={});y&&(i=t);for(c in i)v=!k&&l&&void 0!==l[c],h=(v?l:i)[c],p=g&&v?e(h,u):w&&"function"==typeof h?e(Function.call,h):h,l&&s(l,c,h,n&r.U),a[c]!=h&&o(a,c,p),w&&b[c]!=h&&(b[c]=h)};u.core=f;r.F=1;r.G=2;r.S=4;r.P=8;r.B=16;r.W=32;r.U=64;r.R=128;n.exports=r},function(n,t){"use strict";t.__esModule=!0;t.default=function(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");}},function(n,t,i){var r=i(5);n.exports=function(n){if(!r(n))throw TypeError(n+" is not an object!");return n}},function(n){var t=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=t)},function(n){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n,t,i){var r=i(87)("wks"),e=i(50),u=i(3).Symbol,f="function"==typeof u;(n.exports=function(n){return r[n]||(r[n]=f&&u[n]||(f?u:e)("Symbol."+n))}).store=r},function(n,t,i){n.exports=!i(4)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(2),u=i(160),f=i(30),e=Object.defineProperty;t.f=i(7)?Object.defineProperty:function(n,t,i){if(r(n),t=f(t,!0),r(i),u)try{return e(n,t,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(n[t]=i.value),n}},function(n,t,i){var r=i(29),u=Math.min;n.exports=function(n){return n>0?u(r(n),9007199254740991):0}},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}var u=i(1),f=r(u),e=i(31),o=r(e),s=function(){function n(){var t=this;f.default(this,n);this._current=null;window.addEventListener("resize",function(){return t.refreshValue()});this.refreshValue()}return n.prototype.refreshValue=function(){if(document.querySelector("body")){var n=window.getComputedStyle(document.querySelector("body"),":after").getPropertyValue("content").replace(/\"/g,"");null!==this._current&&n===this._current||(this._current=n,window.dispatchEvent(new o.default("breakpointChange",{newBreakpoint:n})))}},n.prototype.current=function(){return this._current},n}(),h=new s;n.exports=h},function(n,t,i){var r=i(27);n.exports=function(n){return Object(r(n))}},function(n){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function!");return n}},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n)}return n.prototype.debounce=function(n,t,i){for(var r,f=arguments.length,e=Array(f>3?f-3:0),u=3;u<f;u++)e[u-3]=arguments[u];return r=void 0,function(){var u=this,f=function(){r=null;i||n.apply(u,e)},o=i&&!r;clearTimeout(r);r=setTimeout(f,t);o&&n.apply(u,e)}},n.prototype.getParameterByName=function(n,t){var r=t||window.location.href,u=n.replace(/[[\]]/g,"\\$&"),f=new RegExp("[?&]"+u+"(=([^&#]*)|&|#|$)"),i=f.exec(r);return i?i[2]?decodeURIComponent(i[2].replace(/\+/g," ")):"":null},n.prototype.addClassWithoutTransitionTo=function(n,t){n.addClass("nuv-util--no-transition-with-children");n.addClass(t);setTimeout(function(){n.removeClass("nuv-util--no-transition-with-children")},0)},n.prototype.removeClassWithoutTransitionTo=function(n,t){n.addClass("nuv-util--no-transition-with-children");n.removeClass(t);setTimeout(function(){n.removeClass("nuv-util--no-transition-with-children")},0)},n.prototype.arraysEqual=function(n,t){if(n.length!==t.length)return!1;n.sort();t.sort();for(var i=n.length;i--;)if(n[i]!==t[i])return!1;return!0},n.prototype.isIOS=function(){return!!/iphone|ipod|ipad/.test(window.navigator.userAgent.toLowerCase())},n.prototype.isIpad=function(){return!!/ipad/.test(window.navigator.userAgent.toLowerCase())},n.prototype.updateLoadModal=function(n){window.sessionStorage.setItem("openModal",n);var t="[data-speed-bump-id = "+n+"]";setTimeout(function(){$(t).click()},4e3)},n.prototype.getWCSEnvName=function(){var n=window.location.hostname;return n.indexOf("devint2")>-1?"DEVM":n.indexOf("at.test")>-1?"ATM":n.indexOf("at.nuveen")>-1?"ATD":n.indexOf("nuveen.com")>-1?"PROD":"PROTO"},n.prototype.getPdpUrlMaster=function(){window.fundLegalNames&&(this.pdpUrlMaster=window.fundLegalNames)},n.prototype.getPdpUrl=function(n,t){var u=this.getWCSEnvName(),i="/",r;return"PROTO"===u&&(i="http://www.nuveen.com/"),r=""+i+n+"/"+t,this.pdpUrlMaster&&(this.pdpUrlMaster[t]?this.pdpUrlMaster[t].url&&(r=""+i+this.pdpUrlMaster[t].url):console.warn("Contribution URL is missing for the fundcode "+t)),r},n.prototype.compareValues=function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc";return function(i,r){if(!i[n]||!r[n])return 0;var f="string"==typeof i[n]?i[n].toUpperCase():i[n],e="string"==typeof r[n]?r[n].toUpperCase():r[n],u=0;return f>e?u=1:f<e&&(u=-1),"desc"===t?-1*u:u}},n}(),e=new f;t.default=e},function(n){var t={}.hasOwnProperty;n.exports=function(n,i){return t.call(n,i)}},function(n,t,i){var r=i(8),u=i(46);n.exports=i(7)?function(n,t,i){return r.f(n,t,u(1,i))}:function(n,t,i){return n[t]=i,n}},function(n,t,i){var o=i(3),r=i(15),e=i(14),u=i(50)("src"),f=Function.toString,s=(""+f).split("toString");i(26).inspectSource=function(n){return f.call(n)};(n.exports=function(n,t,i,f){var h="function"==typeof i;h&&(e(i,"name")||r(i,"name",t));n[t]!==i&&(h&&(e(i,u)||r(i,u,n[t]?""+n[t]:s.join(String(t)))),n===o?n[t]=i:f?n[t]?n[t]=i:r(n,t,i):(delete n[t],r(n,t,i)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[u]||f.call(this)})},function(n,t,i){var r=i(0),u=i(4),f=i(27),e=/"/g,o=function(n,t,i,r){var o=String(f(n)),u="<"+t;return""!==i&&(u+=" "+i+'="'+String(r).replace(e,"&quot;")+'"'),u+">"+o+"<\/"+t+">"};n.exports=function(n,t){var i={};i[n]=t(o);r(r.P+r.F*u(function(){var t=""[n]('"');return t!==t.toLowerCase()||t.split('"').length>3}),"String",i)}},function(n,t,i){var r=i(64),u=i(27);n.exports=function(n){return r(u(n))}},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.$body=$("html")}return n.prototype.lock=function(){this.lastScrollTop=$(window).scrollTop();this.$body.addClass("nuv-utils-body-scroll--locked").scrollTop(this.lastScrollTop)},n.prototype.unlock=function(){this.$body.hasClass("nuv-global-navigation--menu-open")||(this.$body.removeClass("nuv-utils-body-scroll--locked"),$(window).scrollTop(this.lastScrollTop))},n.prototype.isLocked=function(){return this.$body.hasClass("nuv-utils-body-scroll--locked")},n}(),e=new f;t.default=e},function(n,t,i){var u=i(65),f=i(46),e=i(18),o=i(30),s=i(14),h=i(160),r=Object.getOwnPropertyDescriptor;t.f=i(7)?r:function(n,t){if(n=e(n),t=o(t,!0),h)try{return r(n,t)}catch(n){}if(s(n,t))return f(!u.f.call(n,t),n[t])}},function(n,t,i){var u=i(14),f=i(11),r=i(122)("IE_PROTO"),e=Object.prototype;n.exports=Object.getPrototypeOf||function(n){return n=f(n),u(n,r)?n[r]:"function"==typeof n.constructor&&n instanceof n.constructor?n.constructor.prototype:n instanceof Object?e:null}},function(n){var t={}.toString;n.exports=function(n){return t.call(n).slice(8,-1)}},function(n,t,i){var r=i(12);n.exports=function(n,t,i){if(r(n),void 0===t)return n;switch(i){case 1:return function(i){return n.call(t,i)};case 2:return function(i,r){return n.call(t,i,r)};case 3:return function(i,r,u){return n.call(t,i,r,u)}}return function(){return n.apply(t,arguments)}}},function(n,t,i){"use strict";var r=i(4);n.exports=function(n,t){return!!n&&r(function(){t?n.call(null,function(){},1):n.call(null)})}},function(n,t,i){var r=i(23),u=i(64),f=i(11),e=i(9),o=i(107);n.exports=function(n,t){var s=1==n,l=2==n,a=3==n,i=4==n,h=6==n,v=5==n||h,c=t||o;return function(t,o,y){for(var w,b,g=f(t),k=u(g),tt=r(o,y,3),nt=e(k.length),p=0,d=s?c(t,nt):l?c(t,0):void 0;nt>p;p++)if((v||p in k)&&(w=k[p],b=tt(w,p,g),n))if(s)d[p]=b;else if(b)switch(n){case 3:return!0;case 5:return w;case 6:return p;case 2:d.push(w)}else if(i)return!1;return h?-1:a||i?i:d}}},function(n){var t=n.exports={version:"2.5.0"};"number"==typeof __e&&(__e=t)},function(n){n.exports=function(n){if(void 0==n)throw TypeError("Can't call method on  "+n);return n}},function(n,t,i){var r=i(0),u=i(26),f=i(4);n.exports=function(n,t){var i=(u.Object||{})[n]||Object[n],e={};e[n]=t(i);r(r.S+r.F*f(function(){i(1)}),"Object",e)}},function(n){var t=Math.ceil,i=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(n>0?i:t)(n)}},function(n,t,i){var r=i(5);n.exports=function(n,t){if(!r(n))return n;var i,u;if(t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n))||"function"==typeof(i=n.valueOf)&&!r(u=i.call(n))||!t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n)))return u;throw TypeError("Can't convert object to primitive value");}},function(n,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(){function n(n,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var i=document.createEvent("CustomEvent");return i.initCustomEvent(n,t.bubbles,t.cancelable,t.detail),i}if("function"==typeof window.CustomEvent)return!1;n.prototype=window.Event.prototype;window.CustomEvent=n}();var i=window.CustomEvent;t.default=i},function(n,t,i){var f=i(180),e=i(0),o=i(87)("metadata"),u=o.store||(o.store=new(i(183))),r=function(n,t,i){var r=u.get(n),e;if(!r){if(!i)return;u.set(n,r=new f)}if(e=r.get(t),!e){if(!i)return;r.set(t,e=new f)}return e},s=function(n,t,i){var u=r(t,i,!1);return void 0!==u&&u.has(n)},h=function(n,t,i){var u=r(t,i,!1);if(void 0!==u)return u.get(n)},c=function(n,t,i,u){r(i,u,!0).set(n,t)},l=function(n,t){var i=r(n,t,!1),u=[];return i&&i.forEach(function(n,t){u.push(t)}),u},a=function(n){return void 0===n||"symbol"==typeof n?n:String(n)},v=function(n){e(e.S,"Reflect",n)};n.exports={store:u,map:r,has:s,get:h,set:c,keys:l,key:a,exp:v}},function(n,t,i){"use strict";var f;if(i(7)){var ft=i(43),b=i(3),e=i(4),r=i(0),k=i(89),pt=i(128),nr=i(23),wt=i(41),tr=i(46),o=i(15),et=i(47),ir=i(29),d=i(9),bt=i(178),kt=i(49),dt=i(30),v=i(14),gt=i(63),c=i(5),ni=i(11),rr=i(114),ur=i(44),fr=i(21),ot=i(45).f,er=i(130),ti=i(50),ii=i(6),h=i(25),ri=i(75),st=i(88),ht=i(131),or=i(55),sr=i(82),hr=i(48),cr=i(106),lr=i(152),ui=i(8),fi=i(20),y=ui.f,ar=fi.f,p=b.RangeError,ei=b.TypeError,l=b.Uint8Array,s=Array.prototype,ct=pt.ArrayBuffer,vr=pt.DataView,oi=h(0),yr=h(2),pr=h(3),wr=h(4),br=h(5),kr=h(6),dr=ri(!0),gr=ri(!1),nu=ht.values,tu=ht.keys,iu=ht.entries,ru=s.lastIndexOf,uu=s.reduce,fu=s.reduceRight,si=s.join,eu=s.sort,hi=s.slice,w=s.toString,lt=s.toLocaleString,at=ii("iterator"),g=ii("toStringTag"),ci=ti("typed_constructor"),nt=ti("def_constructor"),li=k.CONSTR,a=k.TYPED,ou=k.VIEW,su=h(1,function(n,t){return it(st(n,n[nt]),t)}),ai=e(function(){return 1===new l(new Uint16Array([1]).buffer)[0]}),hu=!!l&&!!l.prototype.set&&e(function(){new l(1).set({})}),tt=function(n,t){var i=ir(n);if(i<0||i%t)throw p("Wrong offset!");return i},u=function(n){if(c(n)&&a in n)return n;throw ei(n+" is not a typed array!");},it=function(n,t){if(!(c(n)&&ci in n))throw ei("It is not a typed array constructor!");return new n(t)},vi=function(n,t){return vt(st(n,n[nt]),t)},vt=function(n,t){for(var i=0,r=t.length,u=it(n,r);r>i;)u[i]=t[i++];return u},rt=function(n,t,i){y(n,t,{get:function(){return this._d[i]}})},yt=function(n){var t,u,f,e,s,h,i=ni(n),c=arguments.length,r=c>1?arguments[1]:void 0,l=void 0!==r,o=er(i);if(void 0!=o&&!rr(o)){for(h=o.call(i),f=[],t=0;!(s=h.next()).done;t++)f.push(s.value);i=f}for(l&&c>2&&(r=nr(r,arguments[2],2)),t=0,u=d(i.length),e=it(this,u);u>t;t++)e[t]=l?r(i[t],t):i[t];return e},cu=function(){for(var n=0,t=arguments.length,i=it(this,t);t>n;)i[n]=arguments[n++];return i},lu=!!l&&e(function(){lt.call(new l(1))}),yi=function(){return lt.apply(lu?hi.call(u(this)):u(this),arguments)},pi={copyWithin:function(n,t){return lr.call(u(this),n,t,arguments.length>2?arguments[2]:void 0)},every:function(n){return wr(u(this),n,arguments.length>1?arguments[1]:void 0)},fill:function(){return cr.apply(u(this),arguments)},filter:function(n){return vi(this,yr(u(this),n,arguments.length>1?arguments[1]:void 0))},find:function(n){return br(u(this),n,arguments.length>1?arguments[1]:void 0)},findIndex:function(n){return kr(u(this),n,arguments.length>1?arguments[1]:void 0)},forEach:function(n){oi(u(this),n,arguments.length>1?arguments[1]:void 0)},indexOf:function(n){return gr(u(this),n,arguments.length>1?arguments[1]:void 0)},includes:function(n){return dr(u(this),n,arguments.length>1?arguments[1]:void 0)},join:function(){return si.apply(u(this),arguments)},lastIndexOf:function(){return ru.apply(u(this),arguments)},map:function(n){return su(u(this),n,arguments.length>1?arguments[1]:void 0)},reduce:function(){return uu.apply(u(this),arguments)},reduceRight:function(){return fu.apply(u(this),arguments)},reverse:function(){for(var r,n=this,t=u(n).length,f=Math.floor(t/2),i=0;i<f;)r=n[i],n[i++]=n[--t],n[t]=r;return n},some:function(n){return pr(u(this),n,arguments.length>1?arguments[1]:void 0)},sort:function(n){return eu.call(u(this),n)},subarray:function(n,t){var i=u(this),r=i.length,f=kt(n,r);return new(st(i,i[nt]))(i.buffer,i.byteOffset+f*i.BYTES_PER_ELEMENT,d((void 0===t?r:kt(t,r))-f))}},wi=function(n,t){return vi(this,hi.call(u(this),n,t))},bi=function(n){u(this);var i=tt(arguments[1],1),e=this.length,r=ni(n),f=d(r.length),t=0;if(f+i>e)throw p("Wrong length!");for(;t<f;)this[i+t]=r[t++]},ut={entries:function(){return iu.call(u(this))},keys:function(){return tu.call(u(this))},values:function(){return nu.call(u(this))}},ki=function(n,t){return c(n)&&n[a]&&"symbol"!=typeof t&&t in n&&String(+t)==String(t)},di=function(n,t){return ki(n,t=dt(t,!0))?tr(2,n[t]):ar(n,t)},gi=function(n,t,i){return!(ki(n,t=dt(t,!0))&&c(i)&&v(i,"value"))||v(i,"get")||v(i,"set")||i.configurable||v(i,"writable")&&!i.writable||v(i,"enumerable")&&!i.enumerable?y(n,t,i):(n[t]=i.value,n)};li||(fi.f=di,ui.f=gi);r(r.S+r.F*!li,"Object",{getOwnPropertyDescriptor:di,defineProperty:gi});e(function(){w.call({})})&&(w=lt=function(){return si.call(this)});f=et({},pi);et(f,ut);o(f,at,ut.values);et(f,{slice:wi,set:bi,constructor:function(){},toString:w,toLocaleString:yi});rt(f,"buffer","b");rt(f,"byteOffset","o");rt(f,"byteLength","l");rt(f,"length","e");y(f,g,{get:function(){return this[a]}});n.exports=function(n,t,i,u){u=!!u;var h=n+(u?"Clamped":"")+"Array",lt="get"+n,pt="set"+n,s=b[h],v=s||{},et=s&&fr(s),kt=!s||!k.ABV,st={},l=s&&s.prototype,dt=function(n,i){var r=n._d;return r.v[lt](i*t+r.o,ai)},ni=function(n,i,r){var f=n._d;u&&(r=(r=Math.round(r))<0?0:r>255?255:255&r);f.v[pt](i*t+f.o,r,ai)},ti=function(n,t){y(n,t,{get:function(){return dt(this,t)},set:function(n){return ni(this,t,n)},enumerable:!0})};kt?(s=i(function(n,i,r,u){var v,f,e,b,w,l,y;if(wt(n,s,h,"_d"),w=0,l=0,c(i)){if(!(i instanceof ct||"ArrayBuffer"==(b=gt(i))||"SharedArrayBuffer"==b))return a in i?vt(s,i):yt.call(s,i);if(v=i,l=tt(r,t),y=i.byteLength,void 0===u){if(y%t)throw p("Wrong length!");if((f=y-l)<0)throw p("Wrong length!");}else if((f=d(u)*t)+l>y)throw p("Wrong length!");e=f/t}else e=bt(i),f=e*t,v=new ct(f);for(o(n,"_d",{b:v,o:l,l:f,e:e,v:new vr(v)});w<e;)ti(n,w++)}),l=s.prototype=ur(f),o(l,"constructor",s)):e(function(){s(1)})&&e(function(){new s(-1)})&&sr(function(n){new s;new s(null);new s(1.5);new s(n)},!0)||(s=i(function(n,i,r,u){wt(n,s,h);var f;return c(i)?i instanceof ct||"ArrayBuffer"==(f=gt(i))||"SharedArrayBuffer"==f?void 0!==u?new v(i,tt(r,t),u):void 0!==r?new v(i,tt(r,t)):new v(i):a in i?vt(s,i):yt.call(s,i):new v(bt(i))}),oi(et!==Function.prototype?ot(v).concat(ot(et)):ot(v),function(n){n in s||o(s,n,v[n])}),s.prototype=l,ft||(l.constructor=s));var it=l[at],rt=!!it&&("values"==it.name||void 0==it.name),ht=ut.values;o(s,ci,!0);o(l,a,h);o(l,ou,!0);o(l,nt,s);(u?new s(1)[g]==h:g in l)||y(l,g,{get:function(){return h}});st[h]=s;r(r.G+r.W+r.F*(s!=v),st);r(r.S,h,{BYTES_PER_ELEMENT:t});r(r.S+r.F*e(function(){v.of.call(s,1)}),h,{from:yt,of:cu});"BYTES_PER_ELEMENT"in l||o(l,"BYTES_PER_ELEMENT",t);r(r.P,h,pi);hr(h);r(r.P+r.F*hu,h,{set:bi});r(r.P+r.F*!rt,h,ut);ft||l.toString==w||(l.toString=w);r(r.P+r.F*e(function(){new s(1).slice()}),h,{slice:wi});r(r.P+r.F*(e(function(){return[1,2].toLocaleString()!=new s([1,2]).toLocaleString()})||!e(function(){l.toLocaleString.call([1,2])})),h,{toLocaleString:yi});or[h]=rt?it:ht;ft||rt||o(l,at,ht)}}else n.exports=function(){}},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n)}return n.prototype.set=function(n,t,i){var r,u;t&&(r=new Date,r.setTime(r.getTime()+864e5*i),u="expires="+r.toUTCString(),document.cookie=n+"="+encodeURIComponent(t)+";"+u+";path=/")},n.prototype.get=function(n){for(var t,r=n+"=",u=document.cookie.split(";"),i=0;i<u.length;i++){for(t=u[i];" "===t.charAt(0);)t=t.substring(1);if(0===t.indexOf(r))return decodeURIComponent(t.substring(r.length,t.length))}return""},n.prototype.check=function(n){return""!==this.get(n)},n.prototype.ammend=function(n,t,i,r){if(t){if(this.check(n)){var f=this.get(n),u=f.split("|^|");return-1===u.indexOf(t)&&u.push(t),r&&u.length>r&&u.shift(),void this.set(n,u.join("|^|"),i)}this.set(n,t,i)}},n.prototype.list=function(n){return this.get(n).split("|^|")},n}(),e=new f;t.default=e},function(n){var t=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=t)},function(n,t,i){var r=i(6)("unscopables"),u=Array.prototype;void 0==u[r]&&i(15)(u,r,{});n.exports=function(n){u[r][n]=!0}},function(n,t,i){var r=i(50)("meta"),o=i(5),f=i(14),s=i(8).f,h=0,u=Object.isExtensible||function(){return!0},c=!i(4)(function(){return u(Object.preventExtensions({}))}),e=function(n){s(n,r,{value:{i:"O"+ ++h,w:{}}})},l=function(n,t){if(!o(n))return"symbol"==typeof n?n:("string"==typeof n?"S":"P")+n;if(!f(n,r)){if(!u(n))return"F";if(!t)return"E";e(n)}return n[r].i},a=function(n,t){if(!f(n,r)){if(!u(n))return!0;if(!t)return!1;e(n)}return n[r].w},v=function(n){return c&&y.NEED&&u(n)&&!f(n,r)&&e(n),n},y=n.exports={KEY:r,NEED:!1,fastKey:l,getWeak:a,onFreeze:v}},function(n,t,i){var r=i(170),u=i(110);n.exports=Object.keys||function(n){return r(n,u)}},function(n){var t={}.hasOwnProperty;n.exports=function(n,i){return t.call(n,i)}},function(n,t,i){var r=i(144),u=i(93);n.exports=function(n){return r(u(n))}},function(n){n.exports=function(n,t,i,r){if(!(n instanceof t)||void 0!==r&&r in n)throw TypeError(i+": incorrect invocation!");return n}},function(n,t,i){var f=i(23),e=i(162),o=i(114),s=i(2),h=i(9),c=i(130),r={},u={},t=n.exports=function(n,t,i,l,a){var d,y,w,v,b=a?function(){return n}:c(n),k=f(i,l,t?2:1),p=0;if("function"!=typeof b)throw TypeError(n+" is not iterable!");if(o(b)){for(d=h(n.length);d>p;p++)if((v=t?k(s(y=n[p])[0],y[1]):k(n[p]))===r||v===u)return v}else for(w=b.call(n);!(y=w.next()).done;)if((v=e(w,k,y.value,t))===r||v===u)return v};t.BREAK=r;t.RETURN=u},function(n){n.exports=!1},function(n,t,i){var e=i(2),o=i(168),f=i(110),s=i(122)("IE_PROTO"),u=function(){},r=function(){var n,t=i(109)("iframe"),u=f.length;for(t.style.display="none",i(112).appendChild(t),t.src="javascript:",n=t.contentWindow.document,n.open(),n.write("<script>document.F=Object<\/script>"),n.close(),r=n.F;u--;)delete r.prototype[f[u]];return r()};n.exports=Object.create||function(n,t){var i;return null!==n?(u.prototype=e(n),i=new u,u.prototype=null,i[s]=n):i=r(),void 0===t?i:o(i,t)}},function(n,t,i){var r=i(170),u=i(110).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(n){return r(n,u)}},function(n){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n,t,i){var r=i(16);n.exports=function(n,t,i){for(var u in t)r(n,u,t[u],i);return n}},function(n,t,i){"use strict";var u=i(3),f=i(8),e=i(7),r=i(6)("species");n.exports=function(n){var t=u[n];e&&t&&!t[r]&&f.f(t,r,{configurable:!0,get:function(){return this}})}},function(n,t,i){var r=i(29),u=Math.max,f=Math.min;n.exports=function(n,t){return n=r(n),n<0?u(n+t,0):f(n,t)}},function(n){var t=0,i=Math.random();n.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++t+i).toString(36))}},function(n,t,i){n.exports=!i(61)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(53),u=i(73);n.exports=i(51)?function(n,t,i){return r.f(n,t,u(1,i))}:function(n,t,i){return n[t]=i,n}},function(n,t,i){var r=i(69),u=i(143),f=i(103),e=Object.defineProperty;t.f=i(51)?Object.defineProperty:function(n,t,i){if(r(n),t=f(t,!0),r(i),u)try{return e(n,t,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(n[t]=i.value),n}},function(n,t,i){var r=i(101)("wks"),e=i(74),u=i(35).Symbol,f="function"==typeof u;(n.exports=function(n){return r[n]||(r[n]=f&&u[n]||(f?u:e)("Symbol."+n))}).store=r},function(n){n.exports={}},function(n,t,i){var u=i(8).f,f=i(14),r=i(6)("toStringTag");n.exports=function(n,t,i){n&&!f(n=i?n:n.prototype,r)&&u(n,r,{configurable:!0,value:t})}},function(n,t,i){var u=i(0),s=i(27),h=i(4),f=i(126),r="["+f+"]",e="​",c=RegExp("^"+r+r+"*"),l=RegExp(r+r+"*$"),o=function(n,t,i){var r={},o=h(function(){return!!f[n]()||e[n]()!=e}),s=r[n]=o?t(a):f[n];i&&(r[i]=s);u(u.P+u.F*o,"String",r)},a=o.trim=function(n,t){return n=String(s(n)),1&t&&(n=n.replace(c,"")),2&t&&(n=n.replace(l,"")),n};n.exports=o},function(n,t,i){var r=i(5);n.exports=function(n,t){if(!r(n)||n._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return n}},function(n,t,i){(function(t){function o(n,t){return function(){return t.apply(n,Array.prototype.slice.call(arguments,0))}}function i(n,t){return Array.prototype.slice.call(n,t||0)}function e(n,t){r(n,function(n,i){return t(n,i),!1})}function s(n,t){var i=u(n)?[]:{};return r(n,function(n,r){return i[r]=t(n,r),!1}),i}function r(n,t){var i,r;if(u(n)){for(i=0;i<n.length;i++)if(t(n[i],i))return n[i]}else for(r in n)if(n.hasOwnProperty(r)&&t(n[r],r))return n[r]}function u(n){return null!=n&&"function"!=typeof n&&"number"==typeof n.length}function h(n){return n&&"[object Function]"==={}.toString.call(n)}function c(n){return n&&"[object Object]"==={}.toString.call(n)}var f=function(){return Object.assign?Object.assign:function(n){for(var t=1;t<arguments.length;t++)e(Object(arguments[t]),function(t,i){n[i]=t});return n}}(),l=function(){function n(){}return Object.create?function(n){var t=i(arguments,1);return f.apply(this,[Object.create(n)].concat(t))}:function(t){var r=i(arguments,1);return n.prototype=t,f.apply(this,[new n].concat(r))}}(),a=function(){return String.prototype.trim?function(n){return String.prototype.trim.call(n)}:function(n){return n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}}(),v="undefined"!=typeof window?window:t;n.exports={assign:f,create:l,trim:a,bind:o,slice:i,each:e,map:s,pluck:r,isList:u,isFunction:h,isObject:c,Global:v}}).call(t,i(132))},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var h=i(1),c=r(h),l=i(201),u=r(l),a=i(139),v=r(a),y=i(92),e=r(y),p=i(19),o=r(p),w=i(10),f=r(w),b=i(31),s=r(b),k=function(){function n(){c.default(this,n);this.componentName="globalNavigation";this.COMPRESSED_CLASSNAME="nuv-global-navigation--compressed";this.LOGIN_OPEN_CLASSNAME="nuv-global-navigation--login-open";this.ACCORDION_OPEN_CLASSNAME="nuv-global-navigation__sections-list-item--accordion-open";this.COLUMN_LIST_CLASSNAME="nuv-global-navigation__columns-list";this.DESKTOP_MENU_OPEN_CLASSNAME="nuv-global-navigation--desktop-menu-open";this.MENU_OPEN_CLASSNAME="nuv-global-navigation--menu-open";this.$element=$(".nuv-global-navigation");this.$navWrapper=$(".nuv-global-navigation__nav-wrapper");this.$navWrapper_my=$(".nuv-utility-drawer");this.$hamburgerButton=$(".nuv-global-navigation__hamburger-button");this.$sectionsListTitle=$(".nuv-global-navigation__sections-list-title");this.$articleHeaderContent=$(".nuv-header-article__content");this.accordionAnimating=!1;this.isCompressed=this.$element.hasClass(this.COMPRESSED_CLASSNAME);this.lastScrollTop=0;this.upScroll=0;this.initialized=!1;this.init=this.init;this.$siteSwitcher=this.$element.find(".site-switcher-wrapper");this.$siteSwitchButton=this.$siteSwitcher.find("button");this.$siteSwitchDropdown=this.$siteSwitcher.find(".site-switcher-dropdown");this.$globalNavigationCloseButton=$(".nuv-global-navigation__close-btn");this.$navigationButtonMobile=$(".site-switcher-container--mobile button");this.$navigationLinkMobile=$(".nuv-global-navigation__regions-item-mobile");this.$countrySelectionButton=$(".site-switcher-button");this.cookiesNotificationEl=$(".cookie-notification");this.loginModalCloseBtn=$(".nuv-login-modal__close-btn .nuv-speed-bump__close-icon")}return n.prototype.init=function(){var t=this,n,r,i;if(this.initialized)return void console.error("Global Navigation does not currently support being re-initialized");this.initialized=!0;n=this;this.loginModalCloseBtn.on("click",function(){e.default.closeOpenModal()});this.$hamburgerButton.on("click",function(){t.closeOpenAccordion();t.$element.hasClass(t.MENU_OPEN_CLASSNAME)?(t.$element.removeClass(t.MENU_OPEN_CLASSNAME),$("body").removeClass(t.MENU_OPEN_CLASSNAME),o.default.unlock()):(t.$element.addClass(t.MENU_OPEN_CLASSNAME),$("body").addClass(t.MENU_OPEN_CLASSNAME),o.default.lock())});this.$globalNavigationCloseButton.on("click",function(){t.closeOpenAccordion(!0)});this.$navigationButtonMobile.on("click",function(){});r="none"===this.cookiesNotificationEl.css("display")?0:this.cookiesNotificationEl.outerHeight();i=parseInt($(".nuv-global-navigation__columns-list-wrapper").css("top"),10);$(window).scroll(function(){i=$(".nuv-global-navigation__nav-wrapper").outerHeight()});this.$navWrapper.find(".nuv-global-navigation__user-tools-list-link--tools").on("click",function(){var f="",e="",n,i,r,u;window.history.pushState&&(n=t.removeQueryStringfromURL(window.location.href,"showTools"),f=$(".nuv-utility-drawer__tools .nuv-utility-drawer__tab-option:first").data("name"),e=$(".nuv-utility-drawer__tools .nuv-utility-drawer__tab-option:first").data("templatetype"),i=$(".nuv-utility-drawer__tools .nuv-utility-drawer__tab-option:first").data("querystring"),n.lastIndexOf("?")<0?(r=n+"?showTools="+i,window.history.pushState({path:r},"",r)):(u=n+"&showTools="+i,window.history.pushState({path:u},"",u)));window.dispatchEvent(new s.default("openTools",{bubbles:!1,cancelable:!1,detail:{activeElement:f,templateType:e}}))});this.$navWrapper.find(".nuv-global-navigation__user-tools-list-item.Tools").children(".nuv-global-navigation__user-tools-list-link").removeAttr("href").on("click",function(n){n.preventDefault();window.dispatchEvent(new s.default("openUtilityTools",{bubbles:!1,cancelable:!1,detail:{}}))});this.$sectionsListTitle.each(function(){var u=$(this).text().trim().toLocaleLowerCase(),t=$(this).closest(".nuv-global-navigation__sections-list-item");switch(u){case"people":t.addClass("nuv-global-navigation__sections-list-item--theme-color-orange");break;case"products":t.addClass("nuv-global-navigation__sections-list-item--theme-color-green");break;default:t.addClass("nuv-global-navigation__sections-list-item--theme-color-blue")}if(t.find(".nuv-global-navigation__columns-list-item").length<1)return void t.addClass("nuv-global-navigation__sections-list-item--no-accordion");$(this).on("click",function(){var t,u,o;n.accordionAnimating||(t=$(this).closest(".nuv-global-navigation__sections-list-item"),u=t.find(".nuv-global-navigation__columns-list-wrapper"),(n.accordionAnimating=!0,t.hasClass(n.ACCORDION_OPEN_CLASSNAME))?t.hasClass(n.ACCORDION_OPEN_CLASSNAME)&&n.closeOpenAccordion(!0):((n.closeOpenAccordion(),t.addClass(n.ACCORDION_OPEN_CLASSNAME),n.cookiesNotificationEl.hasClass("cookie-notification--open"))?(o=i+r,u.css("top",o)):u.css("top",i),t.find("."+n.COLUMN_LIST_CLASSNAME).slideDown(420,function(){n.accordionAnimating=!1}),"desktop"===f.default.current()&&($("body, html").addClass("nuv-util--no-scroll"),n.$element.hasClass(n.DESKTOP_MENU_OPEN_CLASSNAME)||n.$element.addClass(n.DESKTOP_MENU_OPEN_CLASSNAME)),$(window).on("click.globalNavigation",n.closeNavFromWindow.bind(n))),e.default.closeOpenModal())})});this.$countrySelectionButton.on("click",function(){$(".nuv-global-overlay__page").addClass("nuv-global-overlay__page--open");$("body").css({height:"100vh"});"desktop"===f.default.current()&&$("body, html").addClass("nuv-util--no-scroll")});$(window).on("scroll",this.onScroll.bind(n))},n.prototype.compressNavigation=function(){var i=this,t,n;this.isCompressed=this.$element.hasClass(this.COMPRESSED_CLASSNAME);t=$(window).scrollTop();n=500;u.default.$element.length>0&&(n=Math.max(u.default.$element.offset().top+u.default.$element.height(),640));this.$articleHeaderContent.length>0&&(n=Math.max(this.$articleHeaderContent.offset().top+this.$articleHeaderContent.height(),640));t>n&&!0!==this.isCompressed?(0===$(".nuv-product-detail-hero").length&&(0===$(".nuv-article-navigation").length?this.$element.addClass(this.COMPRESSED_CLASSNAME):$(window).width()<=1022&&this.$element.addClass(this.COMPRESSED_CLASSNAME)),this.$navWrapper.addClass("nuv-util--no-transition"),$("."+this.LOGIN_OPEN_CLASSNAME).removeClass(this.LOGIN_OPEN_CLASSNAME),this.closeOpenAccordion(),setTimeout(function(){i.$navWrapper.removeClass("nuv-util--no-transition")},0)):t<=n&&this.isCompressed&&this.$element.removeClass(this.COMPRESSED_CLASSNAME)},n.prototype.closeOpenAccordion=function(n){var i=this,t=$("."+this.ACCORDION_OPEN_CLASSNAME);t.length>0&&(t.removeClass(this.ACCORDION_OPEN_CLASSNAME),t.find("."+this.COLUMN_LIST_CLASSNAME).slideUp(420,function(){i.accordionAnimating=!1}));n&&"desktop"===f.default.current()&&($("body, html").removeClass("nuv-util--no-scroll"),this.$element.hasClass(this.DESKTOP_MENU_OPEN_CLASSNAME)&&this.$element.removeClass(this.DESKTOP_MENU_OPEN_CLASSNAME));$(window).off("click.globalNavigation")},n.prototype.closeNavFromWindow=function(n){var t=$(n.target);t.is(".nuv-global-navigation__sections-list-title")||$(".nuv-global-navigation__columns-list-wrapper").find(t).length<1&&this.closeOpenAccordion(!0)},n.prototype.onScroll=function(){this.compressNavigation();var n=$(window).scrollTop();n>this.lastScrollTop?this.upScroll>=8&&this.upScroll>0?this.upScroll--:$("body").hasClass("nuv-page--reverse-scroll")&&this.deactivateReverseScroll():n<=this.lastScrollTop&&(this.upScroll<=8?this.upScroll++:!0!==$("body").hasClass("nuv-page--reverse-scroll")&&n>360?this.activatesReverseScroll():$("body").hasClass("nuv-page--reverse-scroll")&&n<360&&this.deactivateReverseScroll());this.lastScrollTop=n},n.prototype.deactivateReverseScroll=function(){$("body").removeClass("nuv-page--reverse-scroll");$(document).trigger("nuv-reverse-scroll",[!1]);$("."+this.LOGIN_OPEN_CLASSNAME).removeClass(this.LOGIN_OPEN_CLASSNAME);this.closeOpenAccordion()},n.prototype.activatesReverseScroll=function(){$("body").addClass("nuv-page--reverse-scroll");$(document).trigger("nuv-reverse-scroll",[!0])},n.prototype.deactivateSiteSwitcher=function(){this.$siteSwitchDropdown.removeClass("site-switcher-dropdown--open");this.$siteSwitchButton.removeClass("site-switcher-button--open")},n.prototype.toggleSiteSwitcher=function(n){n.preventDefault();this.$siteSwitchDropdown.toggleClass("site-switcher-dropdown--open");this.$siteSwitchButton.toggleClass("site-switcher-button--open");v.default.dismiss()},n.prototype.getcookie=function(n){for(var r=document.cookie,i=r.split(";"),t=0;t<i.length;++t)if(i[t].trim().match("^"+n+"="))return i[t].replace(n+"=","").trim();return null},n.prototype.removeQueryStringfromURL=function(n,t){var r=n.split("?");if(r.length>=2){for(var f=encodeURIComponent(t)+"=",i=r[1].split(/[&;]/g),u=i.length;u-->0;)-1!==i[u].lastIndexOf(f,0)&&i.splice(u,1);return r[0]+(i.length>0?"?"+i.join("&"):"")}return n},n}(),d=new k;t.default=d},function(n){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n,t,i){var r=i(148),u=i(94);n.exports=Object.keys||function(n){return r(n,u)}},function(n,t,i){var r=i(22),u=i(6)("toStringTag"),f="Arguments"==r(function(){return arguments}()),e=function(n,t){try{return n[t]}catch(n){}};n.exports=function(n){var t,i,o;return void 0===n?"Undefined":null===n?"Null":"string"==typeof(i=e(t=Object(n),u))?i:f?r(t):"Object"==(o=r(t))&&"function"==typeof t.callee?"Arguments":o}},function(n,t,i){var r=i(22);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return"String"==r(n)?n.split(""):Object(n)}},function(n,t){t.f={}.propertyIsEnumerable},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="loginUtil";this.$body=$("body, html");this.init=this.init;this.userFieldData={consultant:{firstName:"",lastName:"",title:"",image:"",email:"",phone:"",userid:""},internalConsultant:{firstName:"",lastName:"",title:"",image:"",email:"",phone:"",userid:""}};this.nuvUser={isLoggedIn:!1,roles:[]}}return n.prototype.init=function(){this.setJQueryObjects();this.isLoggedIn()},n.prototype.setJQueryObjects=function(){void 0!==window.nuvProfileData&&(this.userFieldData=window.nuvProfileData)},n.prototype.isLoggedIn=function(){if(void 0!==window.nuvProfileData){var n=this.userFieldData;return this.nuvUser.isLoggedIn=!0,this.nuvUser=$.extend(this.nuvUser,n),this.nuvUser.roles=this.getUserRole(n).map(function(n){return n.toLowerCase()}),!0}return!1},n.prototype.getUserRole=function(n){return void 0!==n.roles?n.roles:[]},n}(),e=new f;t.default=e},function(n,t,i){"use strict";var r=i(68),u=function(n){return n&&n.__esModule?n:{"default":n}}(r);!function(n){var t={init:function(i){var r=n.extend({items:1,itemsOnPage:1,pages:0,displayedPages:5,edges:2,currentPage:0,useAnchors:!0,hrefTextPrefix:"#page-",hrefTextSuffix:"",prevText:"Prev",nextText:"Next",ellipseText:"&hellip;",ellipsePageSet:!0,cssStyle:"light-theme",listStyle:"",labelMap:[],selectOnClick:!0,nextAtFront:!1,invertPageOrder:!1,useStartEdge:!0,useEndEdge:!0,onPageClick:function(){},onInit:function(){}},i||{}),u=this;return r.pages=r.pages?r.pages:Math.ceil(r.items/r.itemsOnPage)?Math.ceil(r.items/r.itemsOnPage):1,r.currentPage=r.currentPage?r.currentPage-1:r.invertPageOrder?r.pages-1:0,r.halfDisplayed=r.displayedPages/2,this.each(function(){u.addClass(r.cssStyle+" simple-pagination").data("pagination",r);t._draw.call(u)}),r.onInit(),this},selectPage:function(n){return t._selectPage.call(this,n-1),this},prevPage:function(){var n=this.data("pagination");return n.invertPageOrder?n.currentPage<n.pages-1&&t._selectPage.call(this,n.currentPage+1):n.currentPage>0&&t._selectPage.call(this,n.currentPage-1),this},nextPage:function(){var n=this.data("pagination");return n.invertPageOrder?n.currentPage>0&&t._selectPage.call(this,n.currentPage-1):n.currentPage<n.pages-1&&t._selectPage.call(this,n.currentPage+1),this},getPagesCount:function(){return this.data("pagination").pages},setPagesCount:function(n){this.data("pagination").pages=n},getCurrentPage:function(){return this.data("pagination").currentPage+1},destroy:function(){return this.empty(),this},drawPage:function(n){var i=this.data("pagination");return i.currentPage=n-1,this.data("pagination",i),t._draw.call(this),this},redraw:function(){return t._draw.call(this),this},disable:function(){var n=this.data("pagination");return n.disabled=!0,this.data("pagination",n),t._draw.call(this),this},enable:function(){var n=this.data("pagination");return n.disabled=!1,this.data("pagination",n),t._draw.call(this),this},updateItems:function(n){var i=this.data("pagination");i.items=n;i.pages=t._getPages(i);this.data("pagination",i);t._draw.call(this)},updateItemsOnPage:function(n){var i=this.data("pagination");return i.itemsOnPage=n,i.pages=t._getPages(i),this.data("pagination",i),t._selectPage.call(this,0),this},getItemsOnPage:function(){return this.data("pagination").itemsOnPage},_draw:function(){var u,s,i=this.data("pagination"),r=t._getInterval(i),f,e,o;if(t.destroy.call(this),s="function"==typeof this.prop?this.prop("tagName"):this.attr("tagName"),f="UL"===s?this:n("<ul"+(i.listStyle?' class="'+i.listStyle+'"':"")+"><\/ul>").appendTo(this),i.prevText&&t._appendItem.call(this,i.invertPageOrder?i.currentPage+1:i.currentPage-1,{text:i.prevText,classes:"prev"}),i.nextText&&i.nextAtFront&&t._appendItem.call(this,i.invertPageOrder?i.currentPage-1:i.currentPage+1,{text:i.nextText,classes:"next"}),i.invertPageOrder){if(r.end<i.pages&&i.edges>0){if(i.useStartEdge)for(o=Math.max(i.pages-i.edges,r.end),u=i.pages-1;u>=o;u--)t._appendItem.call(this,u);i.pages-i.edges>r.end&&i.pages-i.edges-r.end!=1?f.append('<li class="disabled ellipsis"><span class="ellipse">'+i.ellipseText+"<\/span><\/li>"):i.pages-i.edges-r.end==1&&t._appendItem.call(this,r.end)}}else if(r.start>0&&i.edges>0){if(i.useStartEdge)for(e=Math.min(i.edges,r.start),u=0;u<e;u++)t._appendItem.call(this,u);i.edges<r.start&&r.start-i.edges!=1?f.append('<li class="disabled ellipsis"><span class="ellipse">'+i.ellipseText+"<\/span><\/li>"):r.start-i.edges==1&&t._appendItem.call(this,i.edges)}if(i.invertPageOrder)for(u=r.end-1;u>=r.start;u--)t._appendItem.call(this,u);else for(u=r.start;u<r.end;u++)t._appendItem.call(this,u);if(i.invertPageOrder){if(r.start>0&&i.edges>0&&(i.edges<r.start&&r.start-i.edges!=1?f.append('<li class="disabled ellipsis"><span class="ellipse">'+i.ellipseText+"<\/span><\/li>"):r.start-i.edges==1&&t._appendItem.call(this,i.edges),i.useEndEdge))for(e=Math.min(i.edges,r.start),u=e-1;u>=0;u--)t._appendItem.call(this,u)}else if(r.end<i.pages&&i.edges>0&&(i.pages-i.edges>r.end&&i.pages-i.edges-r.end!=1?f.append('<li class="disabled ellipsis"><span class="ellipse">'+i.ellipseText+"<\/span><\/li>"):i.pages-i.edges-r.end==1&&t._appendItem.call(this,r.end),i.useEndEdge))for(o=Math.max(i.pages-i.edges,r.end),u=o;u<i.pages;u++)t._appendItem.call(this,u);i.nextText&&!i.nextAtFront&&t._appendItem.call(this,i.invertPageOrder?i.currentPage-1:i.currentPage+1,{text:i.nextText,classes:"next"});i.ellipsePageSet&&!i.disabled&&t._ellipseClick.call(this,f)},_getPages:function(n){return Math.ceil(n.items/n.itemsOnPage)||1},_getInterval:function(n){return{start:Math.ceil(n.currentPage>n.halfDisplayed?Math.max(Math.min(n.currentPage-n.halfDisplayed,n.pages-n.displayedPages),0):0),end:Math.ceil(n.currentPage>n.halfDisplayed?Math.min(n.currentPage+n.halfDisplayed,n.pages):Math.min(n.displayedPages,n.pages))}},_appendItem:function(i,r){var u,e,s=this,f=s.data("pagination"),o=n("<li><\/li>"),h=s.find("ul");i=i<0?0:i<f.pages?i:f.pages-1;u={text:i+1,classes:""};f.labelMap.length&&f.labelMap[i]&&(u.text=f.labelMap[i]);u=n.extend(u,r||{});i==f.currentPage||f.disabled?(f.disabled||"prev"===u.classes||"next"===u.classes?o.addClass("disabled"):o.addClass("active"),e=n('<span class="current">'+u.text+"<\/span>")):(e=n(f.useAnchors?'<a href="'+f.hrefTextPrefix+(i+1)+f.hrefTextSuffix+'" class="page-link">'+u.text+"<\/a>":"<span >"+u.text+"<\/span>"),e.click(function(n){return t._selectPage.call(s,i,n)}));u.classes&&e.addClass(u.classes);o.append(e);h.length?h.append(o):s.append(o)},_selectPage:function(n,i){var r=this.data("pagination");return r.currentPage=n,r.selectOnClick&&t._draw.call(this),r.onPageClick(n+1,i)},_ellipseClick:function(i){var f=this,r=this.data("pagination"),u=i.find(".ellipse");u.addClass("clickable").parent().removeClass("disabled");u.click(function(){if(!r.disable){var i=n(this),e=(parseInt(i.parent().prev().text(),10)||0)+1;i.html('<input type="number" min="1" max="'+r.pages+'" step="1" value="'+e+'">').find("input").focus().click(function(n){n.stopPropagation()}).keyup(function(i){var e=n(this).val();13===i.which&&""!==e?e>0&&e<=r.pages&&t._selectPage.call(f,e-1):27===i.which&&u.empty().html(r.ellipseText)}).bind("blur",function(){var i=n(this).val();return""!==i&&t._selectPage.call(f,i-1),u.empty().html(r.ellipseText),!1})}return!1})}};n.fn.pagination=function(i){return t[i]&&"_"!=i.charAt(0)?t[i].apply(this,Array.prototype.slice.call(arguments,1)):"object"!==(void 0===i?"undefined":u.default(i))&&i?void n.error("Method "+i+" does not exist on jQuery.pagination"):t.init.apply(this,arguments)}}(jQuery)},function(n,t,i){"use strict";function f(n){return n&&n.__esModule?n:{"default":n}}t.__esModule=!0;var o=i(279),e=f(o),s=i(278),r=f(s),u="function"==typeof r.default&&"symbol"==typeof e.default?function(n){return typeof n}:function(n){return n&&"function"==typeof r.default&&n.constructor===r.default&&n!==r.default.prototype?"symbol":typeof n};t.default="function"==typeof r.default&&"symbol"===u(e.default)?function(n){return void 0===n?"undefined":u(n)}:function(n){return n&&"function"==typeof r.default&&n.constructor===r.default&&n!==r.default.prototype?"symbol":void 0===n?"undefined":u(n)}},function(n,t,i){var r=i(71);n.exports=function(n){if(!r(n))throw TypeError(n+" is not an object!");return n}},function(n){var t=n.exports={version:"2.5.0"};"number"==typeof __e&&(__e=t)},function(n){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n,t){t.f={}.propertyIsEnumerable},function(n){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n){var t=0,i=Math.random();n.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++t+i).toString(36))}},function(n,t,i){var r=i(18),u=i(9),f=i(49);n.exports=function(n){return function(t,i,e){var c,s=r(t),h=u(s.length),o=f(e,h);if(n&&i!=i){for(;h>o;)if((c=s[o++])!=c)return!0}else for(;h>o;o++)if((n||o in s)&&s[o]===i)return n||o||0;return!n&&-1}}},function(n,t,i){"use strict";var e=i(3),r=i(0),o=i(16),s=i(47),h=i(37),c=i(42),l=i(41),u=i(5),f=i(4),a=i(82),v=i(56),y=i(113);n.exports=function(n,t,i,p,w,b){var tt=e[n],k=tt,g=w?"set":"add",d=k&&k.prototype,rt={},nt=function(n){var t=d[n];o(d,n,"delete"==n?function(n){return!(b&&!u(n))&&t.call(this,0===n?0:n)}:"has"==n?function(n){return!(b&&!u(n))&&t.call(this,0===n?0:n)}:"get"==n?function(n){if(!b||u(n))return t.call(this,0===n?0:n)}:"add"==n?function(n){return t.call(this,0===n?0:n),this}:function(n,i){return t.call(this,0===n?0:n,i),this})};if("function"==typeof k&&(b||d.forEach&&!f(function(){(new k).entries().next()}))){var it=new k,ft=it[g](b?{}:-0,1)!=it,et=f(function(){it.has(1)}),ot=a(function(n){new k(n)}),ut=!b&&f(function(){for(var t=new k,n=5;n--;)t[g](n,n);return!t.has(-0)});ot||(k=t(function(t,i){l(t,k,n);var r=y(new tt,t,k);return void 0!=i&&c(i,w,r[g],r),r}),k.prototype=d,d.constructor=k);(et||ut)&&(nt("delete"),nt("has"),w&&nt("get"));(ut||ft)&&nt(g);b&&d.clear&&delete d.clear}else k=p.getConstructor(t,n,w,g),s(k.prototype,i),h.NEED=!0;return v(k,n),rt[n]=k,r(r.G+r.W+r.F*(k!=tt),rt),b||p.setStrong(k,n,w),k}},function(n,t,i){"use strict";var r=i(15),u=i(16),f=i(4),e=i(27),o=i(6);n.exports=function(n,t,i){var s=o(n),h=i(e,s,""[n]),l=h[0],c=h[1];f(function(){var t={};return t[s]=function(){return 7},7!=""[n](t)})&&(u(String.prototype,n,l),r(RegExp.prototype,s,2==t?function(n,t){return c.call(n,this,t)}:function(n){return c.call(n,this)}))}},function(n,t,i){"use strict";var r=i(2);n.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(n){n.exports=function(n,t,i){var r=void 0===i;switch(t.length){case 0:return r?n():n.call(i);case 1:return r?n(t[0]):n.call(i,t[0]);case 2:return r?n(t[0],t[1]):n.call(i,t[0],t[1]);case 3:return r?n(t[0],t[1],t[2]):n.call(i,t[0],t[1],t[2]);case 4:return r?n(t[0],t[1],t[2],t[3]):n.call(i,t[0],t[1],t[2],t[3])}return n.apply(i,t)}},function(n,t,i){var r=i(22);n.exports=Array.isArray||function(n){return"Array"==r(n)}},function(n,t,i){var r=i(5),u=i(22),f=i(6)("match");n.exports=function(n){var t;return r(n)&&(void 0!==(t=n[f])?!!t:"RegExp"==u(n))}},function(n,t,i){var r=i(6)("iterator"),f=!1,u;try{u=[7][r]();u.return=function(){f=!0};Array.from(u,function(){throw 2;})}catch(n){}n.exports=function(n,t){var u,i,e;if(!t&&!f)return!1;u=!1;try{i=[7];e=i[r]();e.next=function(){return{done:u=!0}};i[r]=function(){return e};n(i)}catch(n){}return u}},function(n,t,i){"use strict";n.exports=i(43)||!i(4)(function(){var n=Math.random();__defineSetter__.call(null,n,function(){});delete i(3)[n]})},function(n,t){t.f=Object.getOwnPropertySymbols},function(n,t,i){"use strict";var r=i(0),u=i(12),e=i(23),f=i(42);n.exports=function(n){r(r.S,n,{from:function(n){var i,t,o,s,r=arguments[1];return u(this),i=void 0!==r,i&&u(r),void 0==n?new this:(t=[],i?(o=0,s=e(r,arguments[2],2),f(n,!1,function(n){t.push(s(n,o++))})):f(n,!1,t.push,t),new this(t))}})}},function(n,t,i){"use strict";var r=i(0);n.exports=function(n){r(r.S,n,{of:function(){for(var n=arguments.length,t=Array(n);n--;)t[n]=arguments[n];return new this(t)}})}},function(n,t,i){var r=i(3),u=r["__core-js_shared__"]||(r["__core-js_shared__"]={});n.exports=function(n){return u[n]||(u[n]={})}},function(n,t,i){var r=i(2),u=i(12),f=i(6)("species");n.exports=function(n,t){var i,e=r(n).constructor;return void 0===e||void 0==(i=r(e)[f])?t:u(i)}},function(n,t,i){for(var r,u=i(3),f=i(15),e=i(50),o=e("typed_array"),s=e("view"),h=!(!u.ArrayBuffer||!u.DataView),c=h,l=0,a="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");l<9;)(r=u[a[l++]])?(f(r.prototype,o,!0),f(r.prototype,s,!0)):c=!1;n.exports={ABV:h,CONSTR:c,TYPED:o,VIEW:s}},function(n,t,i){var r=i(526),u=i(527),f=[i(524)];n.exports=r.createStore(u,f)},function(n,t,i){(function(n){!function(n,t){t()}(0,function(){"use strict";function a(n,t){return Zone.current.wrap(n,t)}function st(n,t,i,r,u){return Zone.current.scheduleMacroTask(n,t,i,r,u)}function ht(n,t){for(var i=n.length-1;i>=0;i--)"function"==typeof n[i]&&(n[i]=a(n[i],t+"_"+i));return n}function wi(n,t){for(var r=n.constructor.name,i=0;i<t.length;i++)!function(i){var u=t[i],f=n[u];if(f){if(!ni(s(n,u)))return"continue";n[u]=function(n){var t=function(){return n.apply(this,ht(arguments,r+"."+u))};return o(t,n),t}(f)}}(i)}function ni(n){return!n||!1!==n.writable&&!("function"==typeof n.get&&void 0===n.set)}function ti(n,i,u){var f=s(n,i),h;if(!f&&u&&s(u,i)&&(f={enumerable:!0,configurable:!0}),f&&f.configurable&&(h=t("on"+i+"patched"),!n.hasOwnProperty(h)||!n[h])){delete f.writable;delete f.value;var c=f.get,l=f.set,o=i.substr(2),e=et[o];e||(e=et[o]=t("ON_PROPERTY"+o));f.set=function(t){var i=this;(i||n!==r||(i=r),i)&&(i[e]&&i.removeEventListener(o,si),l&&l.apply(i,pr),"function"==typeof t?(i[e]=t,i.addEventListener(o,si,!1)):i[e]=null)};f.get=function(){var t=this,o,u;return(t||n!==r||(t=r),!t)?null:(o=t[e],o)?o:c&&(u=c&&c.call(this),u)?(f.set.call(this,u),"function"==typeof t[yr]&&t.removeAttribute(i),u):null};g(n,i,f);n[h]=!0}}function ct(n,t,i){var r,u,e,f;if(t)for(r=0;r<t.length;r++)ti(n,"on"+t[r],i);else{u=[];for(e in n)"on"==e.substr(0,2)&&u.push(e);for(f=0;f<u.length;f++)ti(n,u[f],i)}}function b(n){var i=r[n],u,e;if(i){r[t(n)]=i;r[n]=function(){var t=ht(arguments,n);switch(t.length){case 0:this[f]=new i;break;case 1:this[f]=new i(t[0]);break;case 2:this[f]=new i(t[0],t[1]);break;case 3:this[f]=new i(t[0],t[1],t[2]);break;case 4:this[f]=new i(t[0],t[1],t[2],t[3]);break;default:throw new Error("Arg list too long.");}};o(r[n],i);e=new i(function(){});for(u in e)"XMLHttpRequest"===n&&"responseBlob"===u||function(t){"function"==typeof e[t]?r[n].prototype[t]=function(){return this[f][t].apply(this[f],arguments)}:g(r[n].prototype,t,{set:function(i){"function"==typeof i?(this[f][t]=a(i,n+"."+t),o(this[f][t],i)):this[f][t]=i},get:function(){return this[f][t]}})}(u);for(u in i)"prototype"!==u&&i.hasOwnProperty(u)&&(r[n][u]=i[u])}}function bi(n,t){"function"==typeof Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(n).forEach(function(i){var r=Object.getOwnPropertyDescriptor(n,i);Object.defineProperty(t,i,{get:function(){return n[i]},set:function(t){(!r||r.writable&&"function"==typeof r.set)&&(n[i]=t)},enumerable:!r||r.enumerable,configurable:!r||r.configurable})})}function l(n,i,r){for(var e,f,h,u=n;u&&!u.hasOwnProperty(i);)u=vt(u);return!u&&n[i]&&(u=n),e=t(i),f=null,!u||(f=u[e])||(f=u[e]=u[i],ni(u&&s(u,i))&&(h=r(f,e,i),u[i]=function(){return h(this,arguments)},o(u[i],f),wr&&bi(f,u[i]))),f}function ki(n,t,i){function r(n){var t=n.data;return t.args[t.cbIdx]=function(){n.invoke.apply(this,arguments)},u.apply(t.target,t.args),n}var u=l(n,t,function(n){return function(t,u){var f=i(t,u);return f.cbIdx>=0&&"function"==typeof u[f.cbIdx]?st(f.name,u[f.cbIdx],f,r):n.apply(t,u)}})}function o(n,i){n[t("OriginalDelegate")]=i}function di(){try{var n=y.navigator.userAgent;if(-1!==n.indexOf("MSIE ")||-1!==n.indexOf("Trident/"))return!0}catch(n){}return!1}function gi(){if(hi)return bt;hi=!0;try{var n=y.navigator.userAgent;return-1===n.indexOf("MSIE ")&&-1===n.indexOf("Trident/")&&-1===n.indexOf("Edge/")||(bt=!0),bt}catch(n){}}function lt(n,i,r){for(var f=r&&r.add||tt,e=r&&r.rm||it,l=r&&r.listeners||"eventListeners",s=r&&r.rmAll||"removeAllListeners",y=t(f),g="."+f+":",p="prependListener",nt="."+p+":",a=function(n,t,i){var r,u,f;n.isRemoved||(r=n.callback,"object"==typeof r&&r.handleEvent&&(n.callback=function(n){return r.handleEvent(n)},n.originalDelegate=r),n.invoke(n,t,[i]),u=n.options,u&&"object"==typeof u&&u.once&&(f=n.originalDelegate?n.originalDelegate:n.callback,t[e].call(t,i.type,f,u)))},w=function(t){var r,i,e,f;if((t=t||n.event)&&(r=this||t.target||n,i=r[u[t.type][c]],i))if(1===i.length)a(i[0],r,t);else for(e=i.slice(),f=0;f<e.length&&(!t||!0!==t[kt]);f++)a(e[f],r,t)},b=function(t){var r,i,e,f;if((t=t||n.event)&&(r=this||t.target||n,i=r[u[t.type][h]],i))if(1===i.length)a(i[0],r,t);else for(e=i.slice(),f=0;f<e.length&&(!t||!0!==t[kt]);f++)a(e[f],r,t)},d=[],v=0;v<i.length;v++)d[v]=function(i,r){function ct(n){k||"boolean"==typeof v.options||void 0===v.options||null===v.options||(n.options=!!v.options.capture,v.options=n.options)}var ut,ft,st,tt,a;if(!i)return!1;for(ut=!0,r&&void 0!==r.useG&&(ut=r.useG),ft=r&&r.vh,st=!0,r&&void 0!==r.chkDup&&(st=r.chkDup),tt=!1,r&&void 0!==r.rt&&(tt=r.rt),a=i;a&&!a.hasOwnProperty(f);)a=vt(a);if((!a&&i[f]&&(a=i),!a)||a[y])return!1;var et,d=r&&r.eventNameToString,v={},ot=a[y]=a[f],it=a[t(e)]=a[e],lt=a[t(l)]=a[l],at=a[t(s)]=a[s];r&&r.prepend&&(et=a[t(r.prepend)]=a[r.prepend]);var kt=function(n){if(!v.isExisting)return ct(n),ot.call(v.target,v.eventName,v.capture?b:w,v.options)},dt=function(n){var f,i,t,r,e;if(!n.isRemoved&&(f=u[n.eventName],i=void 0,f&&(i=f[n.capture?h:c]),t=i&&n.target[i],t))for(r=0;r<t.length;r++)if(e=t[r],e===n){t.splice(r,1);n.isRemoved=!0;0===t.length&&(n.allRemoved=!0,n.target[i]=null);break}if(n.allRemoved)return it.call(n.target,n.eventName,n.capture?b:w,n.options)},gt=function(n){return ct(n),ot.call(v.target,v.eventName,n.invoke,v.options)},ni=function(n){return et.call(v.target,v.eventName,n.invoke,v.options)},ti=function(n){return it.call(n.target,n.eventName,n.invoke,n.options)},ri=ut?kt:gt,yt=ut?dt:ti,ui=function(n,t){var i=typeof t;return"function"===i&&n.callback===t||"object"===i&&n.originalDelegate===t},pt=r&&r.diff?r.diff:ui,ht=Zone[Zone.__symbol__("BLACK_LISTED_EVENTS")],bt=function(t,i,r,f,e,o){return void 0===e&&(e=!1),void 0===o&&(o=!1),function(){var w=this||n,s=arguments[0],b=arguments[1],ot,l,y,tt,it,yt,ct,g,lt,p,et,at,vt,nt,a;if(!b||wt&&"uncaughtException"===s)return t.apply(this,arguments);if(ot=!1,"function"!=typeof b){if(!b.handleEvent)return t.apply(this,arguments);ot=!0}if(!ft||ft(t,b,w,arguments)){if(l=arguments[2],ht)for(p=0;p<ht.length;p++)if(s===ht[p])return t.apply(this,arguments);if(tt=!1,void 0===l?y=!1:!0===l?y=!0:!1===l?y=!1:(y=!!l&&!!l.capture,tt=!!l&&!!l.once),yt=Zone.current,ct=u[s],ct)it=ct[y?h:c];else{var dt=(d?d(s):s)+c,gt=(d?d(s):s)+h,bt=rt+dt,kt=rt+gt;u[s]={};u[s][c]=bt;u[s][h]=kt;it=y?kt:bt}if(g=w[it],lt=!1,g){if(lt=!0,st)for(p=0;p<g.length;p++)if(pt(g[p],b))return}else g=w[it]=[];return at=w.constructor.name,vt=ci[at],vt&&(et=vt[s]),et||(et=at+i+(d?d(s):s)),v.options=l,tt&&(v.options.once=!1),v.target=w,v.capture=y,v.eventName=s,v.isExisting=lt,nt=ut?br:void 0,nt&&(nt.taskData=v),a=yt.scheduleEventTask(et,b,nt,r,f),v.target=null,nt&&(nt.taskData=null),tt&&(l.once=!0),(k||"boolean"!=typeof a.options)&&(a.options=l),a.target=w,a.capture=y,a.eventName=s,ot&&(a.originalDelegate=b),o?g.unshift(a):g.push(a),e?w:void 0}}};return a[f]=bt(ot,g,ri,yt,tt),et&&(a[p]=bt(et,nt,ni,yt,tt,!0)),a[e]=function(){var a,e=this||n,v=arguments[0],r=arguments[2],o,s,l,t,f,i;if(a=void 0!==r&&(!0===r||!1!==r&&!!r&&!!r.capture),o=arguments[1],!o)return it.apply(this,arguments);if(!ft||ft(it,o,e,arguments)){if(l=u[v],l&&(s=l[a?h:c]),t=s&&e[s],t)for(f=0;f<t.length;f++)if(i=t[f],pt(i,o))return(t.splice(f,1),i.isRemoved=!0,0===t.length&&(i.allRemoved=!0,e[s]=null),i.zone.cancelTask(i),tt)?e:void 0;return it.apply(this,arguments)}},a[l]=function(){for(var t,r,o=this||n,u=arguments[0],f=[],e=ii(o,d?d(u):u),i=0;i<e.length;i++)t=e[i],r=t.originalDelegate?t.originalDelegate:t.callback,f.push(r);return f},a[s]=function(){var a=this||n,f=arguments[0],o,r,i,l,v,t;if(f){if(o=u[f],o){var k=o[c],d=o[h],p=a[k],w=a[d];if(p)for(r=p.slice(),t=0;t<r.length;t++)i=r[t],l=i.originalDelegate?i.originalDelegate:i.callback,this[e].call(this,f,l,i.options);if(w)for(r=w.slice(),t=0;t<r.length;t++)i=r[t],l=i.originalDelegate?i.originalDelegate:i.callback,this[e].call(this,f,l,i.options)}}else{for(v=Object.keys(a),t=0;t<v.length;t++){var g=v[t],b=li.exec(g),y=b&&b[1];y&&"removeListener"!==y&&this[s].call(this,y)}this[s].call(this,"removeListener")}if(tt)return this},o(a[f],ot),o(a[e],it),at&&o(a[s],at),lt&&o(a[l],lt),!0}(i[v],r);return d}function ii(n,t){var o=[],u,f,e,i,r;for(u in n)if(f=li.exec(u),e=f&&f[1],e&&(!t||e===t)&&(i=n[u],i))for(r=0;r<i.length;r++)o.push(i[r]);return o}function nr(n,t){var i=n.Event;i&&i.prototype&&t.patchMethod(i.prototype,"stopImmediatePropagation",function(n){return function(t,i){t[kt]=!0;n&&n.apply(t,i)}})}function v(n,t,i,r){function o(t){function r(){try{t.invoke.apply(this,arguments)}finally{t.data&&t.data.isPeriodic||("number"==typeof i.handleId?delete u[i.handleId]:i.handleId&&(i.handleId[ot]=null))}}var i=t.data;return i.args[0]=r,i.handleId=f.apply(n,i.args),t}function s(n){return e(n.data.handleId)}var f=null,e=null,u;t+=r;i+=r;u={};f=l(n,t,function(i){return function(f,e){var l,c,h;return"function"==typeof e[0]?(l={isPeriodic:"Interval"===r,delay:"Timeout"===r||"Interval"===r?e[1]||0:void 0,args:e},c=st(t,e[0],l,o,s),!c)?c:(h=c.data.handleId,"number"==typeof h?u[h]=c:h&&(h[ot]=c),h&&h.ref&&h.unref&&"function"==typeof h.ref&&"function"==typeof h.unref&&(c.ref=h.ref.bind(h),c.unref=h.unref.bind(h)),"number"==typeof h||h?h:c):i.apply(n,e)}});e=l(n,i,function(t){return function(i,r){var f,e=r[0];"number"==typeof e?f=u[e]:(f=e&&e[ot])||(f=e);f&&"string"==typeof f.type?"notScheduled"!==f.state&&(f.cancelFn&&f.data.isPeriodic||0===f.runCount)&&("number"==typeof e?delete u[e]:e&&(e[ot]=null),f.zone.cancelTask(f)):t.apply(n,r)}})}function tr(){Object.defineProperty=function(n,t,i){if(ri(n,t))throw new TypeError("Cannot assign to read only property '"+t+"' of "+n);var r=i.configurable;return"prototype"!==t&&(i=at(n,t,i)),ui(n,t,i,r)};Object.defineProperties=function(n,t){return Object.keys(t).forEach(function(i){Object.defineProperty(n,i,t[i])}),n};Object.create=function(n,t){return"object"!=typeof t||Object.isFrozen(t)||Object.keys(t).forEach(function(i){t[i]=at(n,i,t[i])}),dr(n,t)};Object.getOwnPropertyDescriptor=function(n,t){var i=kr(n,t);return i&&ri(n,t)&&(i.configurable=!1),i}}function ir(n,t,i){var r=i.configurable;return i=at(n,t,i),ui(n,t,i,r)}function ri(n,t){return n&&n[p]&&n[p][t]}function at(n,t,i){return Object.isFrozen(i)||(i.configurable=!0),i.configurable||(n[p]||Object.isFrozen(n)||dt(n,p,{writable:!0,value:{}}),n[p]&&(n[p][t]=!0)),i}function ui(n,t,i,r){try{return dt(n,t,i)}catch(f){if(!i.configurable)throw f;void 0===r?delete i.configurable:i.configurable=r;try{return dt(n,t,i)}catch(r){var u=null;try{u=JSON.stringify(i)}catch(n){u=i.toString()}console.log("Attempting to configure '"+t+"' with descriptor '"+u+"' on object '"+n+"' and got error, giving up: "+r)}}}function rr(n,t){var i=t.WebSocket,u,r;t.EventTarget||lt(t,[i.prototype]);t.WebSocket=function(n,t){var u,f,r=arguments.length>1?new i(n,t):new i(n),e=s(r,"onmessage");return e&&!1===e.configurable?(u=ar(r),f=r,[tt,it,"send","close"].forEach(function(n){u[n]=function(){var t=vr.call(arguments),i,f;return(n===tt||n===it)&&(i=t.length>0?t[0]:void 0,i&&(f=Zone.__symbol__("ON_PROPERTY"+i),r[f]=u[f])),r[n].apply(r,t)}})):u=r,ct(u,["close","error","message","open"],f),u};u=t.WebSocket;for(r in i)u[r]=i[r]}function ur(n,t,i){var r,u;return!i||0===i.length?t:(r=i.filter(function(t){return t.target===n}),!r||0===r.length)?t:(u=r[0].ignoreProperties,t.filter(function(n){return-1===u.indexOf(n)}))}function i(n,t,i,r){n&&ct(n,ur(n,t,i),r)}function fr(n,t){var o,r,u,c,s,h,f;(!wt||ft)&&(o="undefined"!=typeof WebSocket,er()?(r=t.__Zone_ignore_on_properties,nt&&(u=window,c=di?[{target:u,ignoreProperties:["error"]}]:[],i(u,e.concat(["messageerror"]),r?r.concat(c):r,vt(u)),i(Document.prototype,e,r),void 0!==u.SVGElement&&i(u.SVGElement.prototype,e,r),i(Element.prototype,e,r),i(HTMLElement.prototype,e,r),i(HTMLMediaElement.prototype,gr,r),i(HTMLFrameSetElement.prototype,gt.concat(vi),r),i(HTMLBodyElement.prototype,gt.concat(vi),r),i(HTMLFrameElement.prototype,ai,r),i(HTMLIFrameElement.prototype,ai,r),s=u.HTMLMarqueeElement,s&&i(s.prototype,nu,r),h=u.Worker,h&&i(h.prototype,iu,r)),i(XMLHttpRequest.prototype,yi,r),f=t.XMLHttpRequestEventTarget,f&&i(f&&f.prototype,yi,r),"undefined"!=typeof IDBIndex&&(i(IDBIndex.prototype,w,r),i(IDBRequest.prototype,w,r),i(IDBOpenDBRequest.prototype,w,r),i(IDBDatabase.prototype,w,r),i(IDBTransaction.prototype,w,r),i(IDBCursor.prototype,w,r)),o&&i(WebSocket.prototype,tu,r)):(or(),b("XMLHttpRequest"),o&&rr(n,t)))}function er(){var f,i,e,r,n,o,u;return(nt||ft)&&!s(HTMLElement.prototype,"onclick")&&"undefined"!=typeof Element&&(f=s(Element.prototype,"onclick"),f&&!f.configurable)?!1:(i=XMLHttpRequest.prototype,e=s(i,"onreadystatechange"),e)?(g(i,"onreadystatechange",{enumerable:!0,configurable:!0,get:function(){return!0}}),n=new XMLHttpRequest,u=!!n.onreadystatechange,g(i,"onreadystatechange",e||{}),u):(r=t("fake"),g(i,"onreadystatechange",{enumerable:!0,configurable:!0,get:function(){return this[r]},set:function(n){this[r]=n}}),n=new XMLHttpRequest,o=function(){},n.onreadystatechange=o,u=n[r]===o,n.onreadystatechange=null,u)}function or(){for(var n=0;n<e.length;n++)!function(n){var i=e[n],t="on"+i;self.addEventListener(i,function(n){for(var r,i=n.target,u=i?i.constructor.name+"."+t:"unknown."+t;i;)i[t]&&!i[t][pi]&&(r=a(i[t],u),r[pi]=i[t],i[t]=r),i=i.parentElement},!0)}(n)}function sr(n,t){var l="Anchor,Area,Audio,BR,Base,BaseFont,Body,Button,Canvas,Content,DList,Directory,Div,Embed,FieldSet,Font,Form,Frame,FrameSet,HR,Head,Heading,Html,IFrame,Image,Input,Keygen,LI,Label,Legend,Link,Map,Marquee,Media,Menu,Meta,Meter,Mod,OList,Object,OptGroup,Option,Output,Paragraph,Pre,Progress,Quote,Script,Select,Source,Span,Style,TableCaption,TableCell,TableCol,Table,TableRow,TableSection,TextArea,Title,Track,UList,Unknown,Video",a="ApplicationCache,EventSource,FileReader,InputMethodContext,MediaController,MessagePort,Node,Performance,SVGElementInstance,SharedWorker,TextTrack,TextTrackCue,TextTrackList,WebKitNamedFlow,Window,Worker,WorkerGlobalScope,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload,IDBRequest,IDBOpenDBRequest,IDBDatabase,IDBTransaction,IDBCursor,DBIndex,WebSocket".split(","),f=[],k=n.wtf,v=l.split(","),i,r,o;k?f=v.map(function(n){return"HTML"+n+"Element"}).concat(a):n.EventTarget?f.push("EventTarget"):f=a;for(var d=n.__Zone_disable_IE_check||!1,y=n.__Zone_enable_cross_context_check||!1,g=gi(),p="function __BROWSERTOOLS_CONSOLE_SAFEFUNC() { [native code] }",i=0;i<e.length;i++){var r=e[i],nt=r+c,tt=r+h,it=rt+nt,ut=rt+tt;u[r]={};u[r][c]=it;u[r][h]=ut}for(i=0;i<l.length;i++)for(var w=v[i],ft=ci[w]={},s=0;s<e.length;s++)r=e[s],ft[r]=w+".addEventListener:"+r;for(var et=function(n,t,i,r){var u;if(!d&&g){if(y)try{if(u=t.toString(),"[object FunctionWrapper]"===u||u==p)return n.apply(i,r),!1}catch(t){return n.apply(i,r),!1}else if(u=t.toString(),"[object FunctionWrapper]"===u||u==p)return n.apply(i,r),!1}else if(y)try{t.toString()}catch(t){return n.apply(i,r),!1}return!0},b=[],i=0;i<f.length;i++)o=n[f[i]],b.push(o&&o.prototype);return lt(n,b,{vh:et}),t.patchEventTarget=lt,!0}function hr(n,t){nr(n,t)}function fi(n,t,i,r){var f=Zone.__symbol__(i),u;n[f]||(u=n[f]=n[i],n[i]=function(f,e,o){return e&&e.prototype&&r.forEach(function(n){var f=t+"."+i+"::"+n,r=e.prototype,u;r.hasOwnProperty(n)?(u=s(r,n),u&&u.value?(u.value=a(u.value,f),ir(e.prototype,n,u)):r[n]&&(r[n]=a(r[n],f))):r[n]&&(r[n]=a(r[n],f))}),u.call(n,f,e,o)},o(n[i],u))}function cr(n){(nt||ft)&&"registerElement"in n.document&&fi(document,"Document","registerElement",["createdCallback","attachedCallback","detachedCallback","attributeChangedCallback"])}function lr(n){(nt||ft)&&"customElements"in n&&fi(n.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}var ei=(function(n){function ut(n){f&&f.mark&&f.mark(n)}function ft(n,t){f&&f.measure&&f.measure(n,t)}function et(t){if(0===p&&0===o.length)if(r||n[ot]&&(r=n[ot].resolve(0)),r){var i=r[at];i||(i=r.then);i.call(r,w)}else n[lt](w,0);t&&o.push(t)}function w(){var n,t,i;if(!d){for(d=!0;o.length;)for(n=o,o=[],t=0;t<n.length;t++){i=n[t];try{i.zone.runTask(i,null,null)}catch(n){rt.onUnhandledError(n)}}rt.microtaskDrainDone();d=!1}}function e(){}function u(n){return"__zone_symbol__"+n}var f=n.performance,b;if(ut("Zone"),b=!0===n.__zone_symbol__forceDuplicateZoneCheck,n.Zone){if(b||"function"!=typeof n.Zone.__symbol__)throw new Error("Zone already loaded.");return n.Zone}var r,c=function(){function r(n,t){this._parent=n;this._name=t?t.name||"unnamed":"<root>";this._properties=t&&t.properties||{};this._zoneDelegate=new ct(this,this._parent&&this._parent._zoneDelegate,t)}return r.assertZonePatched=function(){if(n.Promise!==it.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)");},Object.defineProperty(r,"root",{get:function(){for(var n=r.current;n.parent;)n=n.parent;return n},enumerable:!0,configurable:!0}),Object.defineProperty(r,"current",{get:function(){return t.zone},enumerable:!0,configurable:!0}),Object.defineProperty(r,"currentTask",{get:function(){return y},enumerable:!0,configurable:!0}),r.__load_patch=function(t,i){if(it.hasOwnProperty(t)){if(b)throw Error("Already loaded patch: "+t);}else if(!n["__Zone_disable_"+t]){var u="Zone:"+t;ut(u);it[t]=i(n,r,rt);ft(u,u)}},Object.defineProperty(r.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},enumerable:!0,configurable:!0}),r.prototype.get=function(n){var t=this.getZoneWith(n);if(t)return t._properties[n]},r.prototype.getZoneWith=function(n){for(var t=this;t;){if(t._properties.hasOwnProperty(n))return t;t=t._parent}return null},r.prototype.fork=function(n){if(!n)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,n)},r.prototype.wrap=function(n,t){if("function"!=typeof n)throw new Error("Expecting function got: "+n);var i=this._zoneDelegate.intercept(this,n,t),r=this;return function(){return r.runGuarded(i,this,arguments,t)}},r.prototype.run=function(n,i,r,u){t={parent:t,zone:this};try{return this._zoneDelegate.invoke(this,n,i,r,u)}finally{t=t.parent}},r.prototype.runGuarded=function(n,i,r,u){void 0===i&&(i=null);t={parent:t,zone:this};try{try{return this._zoneDelegate.invoke(this,n,i,r,u)}catch(n){if(this._zoneDelegate.handleError(this,n))throw n;}}finally{t=t.parent}},r.prototype.runTask=function(n,r,u){var f,e;if(n.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(n.zone||st).name+"; Execution: "+this.name+")");if(n.state!==i||n.type!==v&&n.type!==tt){f=n.state!=h;f&&n._transitionTo(h,a);n.runCount++;e=y;y=n;t={parent:t,zone:this};try{n.type==tt&&n.data&&!n.data.isPeriodic&&(n.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,n,r,u)}catch(n){if(this._zoneDelegate.handleError(this,n))throw n;}}finally{n.state!==i&&n.state!==nt&&(n.type==v||n.data&&n.data.isPeriodic?f&&n._transitionTo(a,h):(n.runCount=0,this._updateTaskCount(n,-1),f&&n._transitionTo(i,h,i)));t=t.parent;y=e}}},r.prototype.scheduleTask=function(n){var t,r;if(n.zone&&n.zone!==this)for(t=this;t;){if(t===n.zone)throw Error("can not reschedule task to "+this.name+" which is descendants of the original zone "+n.zone.name);t=t.parent}n._transitionTo(s,i);r=[];n._zoneDelegates=r;n._zone=this;try{n=this._zoneDelegate.scheduleTask(this,n)}catch(t){throw n._transitionTo(nt,s,i),this._zoneDelegate.handleError(this,t),t;}return n._zoneDelegates===r&&this._updateTaskCount(n,1),n.state==s&&n._transitionTo(a,s),n},r.prototype.scheduleMicroTask=function(n,t,i,r){return this.scheduleTask(new k(ht,n,t,i,r,void 0))},r.prototype.scheduleMacroTask=function(n,t,i,r,u){return this.scheduleTask(new k(tt,n,t,i,r,u))},r.prototype.scheduleEventTask=function(n,t,i,r,u){return this.scheduleTask(new k(v,n,t,i,r,u))},r.prototype.cancelTask=function(n){if(n.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(n.zone||st).name+"; Execution: "+this.name+")");n._transitionTo(g,a,h);try{this._zoneDelegate.cancelTask(this,n)}catch(t){throw n._transitionTo(nt,g),this._zoneDelegate.handleError(this,t),t;}return this._updateTaskCount(n,-1),n._transitionTo(i,g),n.runCount=0,n},r.prototype._updateTaskCount=function(n,t){var r=n._zoneDelegates,i;for(-1==t&&(n._zoneDelegates=null),i=0;i<r.length;i++)r[i]._updateTaskCount(n.type,t)},r.__symbol__=u,r}(),l={name:"",onHasTask:function(n,t,i,r){return n.hasTask(i,r)},onScheduleTask:function(n,t,i,r){return n.scheduleTask(i,r)},onInvokeTask:function(n,t,i,r,u,f){return n.invokeTask(i,r,u,f)},onCancelTask:function(n,t,i,r){return n.cancelTask(i,r)}},ct=function(){function n(n,t,i){this._taskCounts={microTask:0,macroTask:0,eventTask:0};this.zone=n;this._parentDelegate=t;this._forkZS=i&&(i&&i.onFork?i:t._forkZS);this._forkDlgt=i&&(i.onFork?t:t._forkDlgt);this._forkCurrZone=i&&(i.onFork?this.zone:t.zone);this._interceptZS=i&&(i.onIntercept?i:t._interceptZS);this._interceptDlgt=i&&(i.onIntercept?t:t._interceptDlgt);this._interceptCurrZone=i&&(i.onIntercept?this.zone:t.zone);this._invokeZS=i&&(i.onInvoke?i:t._invokeZS);this._invokeDlgt=i&&(i.onInvoke?t:t._invokeDlgt);this._invokeCurrZone=i&&(i.onInvoke?this.zone:t.zone);this._handleErrorZS=i&&(i.onHandleError?i:t._handleErrorZS);this._handleErrorDlgt=i&&(i.onHandleError?t:t._handleErrorDlgt);this._handleErrorCurrZone=i&&(i.onHandleError?this.zone:t.zone);this._scheduleTaskZS=i&&(i.onScheduleTask?i:t._scheduleTaskZS);this._scheduleTaskDlgt=i&&(i.onScheduleTask?t:t._scheduleTaskDlgt);this._scheduleTaskCurrZone=i&&(i.onScheduleTask?this.zone:t.zone);this._invokeTaskZS=i&&(i.onInvokeTask?i:t._invokeTaskZS);this._invokeTaskDlgt=i&&(i.onInvokeTask?t:t._invokeTaskDlgt);this._invokeTaskCurrZone=i&&(i.onInvokeTask?this.zone:t.zone);this._cancelTaskZS=i&&(i.onCancelTask?i:t._cancelTaskZS);this._cancelTaskDlgt=i&&(i.onCancelTask?t:t._cancelTaskDlgt);this._cancelTaskCurrZone=i&&(i.onCancelTask?this.zone:t.zone);this._hasTaskZS=null;this._hasTaskDlgt=null;this._hasTaskDlgtOwner=null;this._hasTaskCurrZone=null;var r=i&&i.onHasTask,u=t&&t._hasTaskZS;(r||u)&&(this._hasTaskZS=r?i:l,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=n,i.onScheduleTask||(this._scheduleTaskZS=l,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),i.onInvokeTask||(this._invokeTaskZS=l,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),i.onCancelTask||(this._cancelTaskZS=l,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}return n.prototype.fork=function(n,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,n,t):new c(n,t)},n.prototype.intercept=function(n,t,i){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,n,t,i):t},n.prototype.invoke=function(n,t,i,r,u){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,n,t,i,r,u):t.apply(i,r)},n.prototype.handleError=function(n,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,n,t)},n.prototype.scheduleTask=function(n,t){var i=t;if(this._scheduleTaskZS)this._hasTaskZS&&i._zoneDelegates.push(this._hasTaskDlgtOwner),(i=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,n,t))||(i=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=ht)throw new Error("Task is missing scheduleFn.");et(t)}return i},n.prototype.invokeTask=function(n,t,i,r){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,n,t,i,r):t.callback.apply(i,r)},n.prototype.cancelTask=function(n,t){var i;if(this._cancelTaskZS)i=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,n,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");i=t.cancelFn(t)}return i},n.prototype.hasTask=function(n,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,n,t)}catch(t){this.handleError(n,t)}},n.prototype._updateTaskCount=function(n,t){var i=this._taskCounts,r=i[n],u=i[n]=r+t,f;if(u<0)throw new Error("More tasks executed then were scheduled.");(0==r||0==u)&&(f={microTask:i.microTask>0,macroTask:i.macroTask>0,eventTask:i.eventTask>0,change:n},this.hasTask(this.zone,f))},n}(),k=function(){function t(i,r,u,f,e,o){this._zone=null;this.runCount=0;this._zoneDelegates=null;this._state="notScheduled";this.type=i;this.source=r;this.data=f;this.scheduleFn=e;this.cancelFn=o;this.callback=u;var s=this;this.invoke=i===v&&f&&f.useG?t.invokeTask:function(){return t.invokeTask.call(n,s,this,arguments)}}return t.invokeTask=function(n,t,i){n||(n=this);p++;try{return n.runCount++,n.zone.runTask(n,t,i)}finally{1==p&&w();p--}},Object.defineProperty(t.prototype,"zone",{get:function(){return this._zone},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"state",{get:function(){return this._state},enumerable:!0,configurable:!0}),t.prototype.cancelScheduleRequest=function(){this._transitionTo(i,s)},t.prototype._transitionTo=function(n,t,r){if(this._state!==t&&this._state!==r)throw new Error(this.type+" '"+this.source+"': can not transition to '"+n+"', expecting state '"+t+"'"+(r?" or '"+r+"'":"")+", was '"+this._state+"'.");this._state=n;n==i&&(this._zoneDelegates=null)},t.prototype.toString=function(){return this.data&&void 0!==this.data.handleId?this.data.handleId.toString():Object.prototype.toString.call(this)},t.prototype.toJSON=function(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}},t}(),lt=u("setTimeout"),ot=u("Promise"),at=u("then"),o=[],d=!1,st={name:"NO ZONE"},i="notScheduled",s="scheduling",a="scheduled",h="running",g="canceling",nt="unknown",ht="microTask",tt="macroTask",v="eventTask",it={},rt={symbol:u,currentZoneFrame:function(){return t},onUnhandledError:e,microtaskDrainDone:e,scheduleMicroTask:et,showUncaughtError:function(){return!c[u("ignoreConsoleErrorUncaughtError")]},patchEventTarget:function(){return[]},patchOnProperties:e,patchMethod:function(){return e},bindArguments:function(){return[]},patchThen:function(){return e},setNativePromise:function(n){n&&"function"==typeof n.resolve&&(r=n.resolve(0))}},t={parent:null,zone:new c(null,null)},y=null,p=0;ft("Zone","Zone");n.Zone=c}("undefined"!=typeof window&&window||"undefined"!=typeof self&&self||n),function(n){var t="function"==typeof Symbol&&n[Symbol.iterator],i=0;return t?t.call(n):{next:function(){return n&&i>=n.length&&(n=void 0),{value:n&&n[i++],done:!n}}}}),k,d;Zone.__load_patch("ZoneAwarePromise",function(n,t,i){function d(n){if(n&&n.toString===Object.prototype.toString){var t=n.constructor&&n.constructor.name;return(t||"")+": "+JSON.stringify(n)}return n?n.toString():Object.prototype.toString.call(n)}function lt(n){i.onUnhandledError(n);try{var r=t[vt];r&&"function"==typeof r&&r.call(this,n)}catch(n){}}function g(n){return n&&n.then}function nt(n){return n}function tt(n){return r.reject(n)}function v(n,t){return function(i){try{o(n,t,i)}catch(t){o(n,!1,t)}}}function o(n,f,e){var g=pt(),nt,p,tt,w,k;if(n===e)throw new TypeError(wt);if(n[u]===a){nt=null;try{"object"!=typeof e&&"function"!=typeof e||(nt=e&&e.then)}catch(t){return g(function(){o(n,!1,t)})(),n}if(f!==c&&e instanceof r&&e.hasOwnProperty(u)&&e.hasOwnProperty(s)&&e[u]!==a)it(e),o(n,e[u],e[s]);else if(f!==c&&"function"==typeof nt)try{nt.call(e,g(v(n,f)),g(v(n,!1)))}catch(t){g(function(){o(n,!1,t)})()}else{for(n[u]=f,p=n[s],(n[s]=e,n[l]===l&&f===b&&(n[u]=n[st],n[s]=n[ot]),f===c&&e instanceof Error)&&(tt=t.currentTask&&t.currentTask.data&&t.currentTask.data[at],tt&&ut(e,bt,{configurable:!0,enumerable:!1,writable:!0,value:tt})),w=0;w<p.length;)y(n,p[w++],p[w++],p[w++],p[w++]);if(0==p.length&&f==c){n[u]=ht;try{throw new Error("Uncaught (in promise): "+d(e)+(e&&e.stack?"\n"+e.stack:""));}catch(d){k=d;k.rejection=e;k.promise=n;k.zone=t.current;k.task=t.currentTask;h.push(k);i.scheduleMicroTask()}}}}return n}function it(n){var r,i;if(n[u]===ht){try{r=t[kt];r&&"function"==typeof r&&r.call(this,{rejection:n[s],promise:n})}catch(n){}for(n[u]=c,i=0;i<h.length;i++)n===h[i].promise&&h.splice(i,1)}}function y(n,t,i,r,f){it(n);var h=n[u],e=h?"function"==typeof r?r:nt:"function"==typeof f?f:tt;t.scheduleMicroTask(yt,function(){var r,u,f;try{r=n[s];u=i&&l===i[l];u&&(i[ot]=r,i[st]=h);f=t.run(e,void 0,u&&e!==tt&&e!==nt?[]:[r]);o(i,!0,f)}catch(n){o(i,!1,n)}},i)}function p(n){var t=n.prototype,i=rt(t,"then"),u;(!i||!1!==i.writable&&i.configurable)&&(u=t.then,t[ft]=u,n.prototype.then=function(n,t){var i=this;return new r(function(n,t){u.call(i,n,t)}).then(n,t)},n[et]=!0)}var rt=Object.getOwnPropertyDescriptor,ut=Object.defineProperty,f=i.symbol,h=[],w=f("Promise"),ft=f("then"),at="__creationTrace__",et;i.onUnhandledError=function(n){if(i.showUncaughtError()){var t=n&&n.rejection;t?console.error("Unhandled Promise rejection:",t instanceof Error?t.message:t,"; Zone:",n.zone.name,"; Task:",n.task&&n.task.source,"; Value:",t,t instanceof Error?t.stack:void 0):console.error(n)}};i.microtaskDrainDone=function(){for(;h.length;)for(;h.length;)!function(){var n=h.shift();try{n.zone.runGuarded(function(){throw n;})}catch(n){lt(n)}}()};var vt=f("unhandledPromiseRejectionHandler"),u=f("state"),s=f("value"),l=f("finally"),ot=f("parentPromiseValue"),st=f("parentPromiseState"),yt="Promise.then",a=null,b=!0,c=!1,ht=0,pt=function(){var n=!1;return function(t){return function(){n||(n=!0,t.apply(null,arguments))}}},wt="Promise resolved with itself",bt=f("currentTaskTrace"),kt=f("rejectionHandledHandler"),r=function(){function n(t){var i=this;if(!(i instanceof n))throw new Error("Must be an instanceof Promise.");i[u]=a;i[s]=[];try{t&&t(v(i,b),v(i,c))}catch(n){o(i,!1,n)}}return n.toString=function(){return"function ZoneAwarePromise() { [native code] }"},n.resolve=function(n){return o(new this(null),b,n)},n.reject=function(n){return o(new this(null),c,n)},n.race=function(n){function h(n){i&&(i=o(n))}function c(n){i&&(i=s(n))}var f,e,o,s,i=new this(function(n,t){o=n;s=t}),r,t,u;try{for(r=ei(n),t=r.next();!t.done;t=r.next())u=t.value,g(u)||(u=this.resolve(u)),u.then(h,c)}catch(n){f={error:n}}finally{try{t&&!t.done&&(e=r.return)&&e.call(r)}finally{if(f)throw f.error;}}return i},n.all=function(n){var u,o,f,s,l=new this(function(n,t){f=n;s=t}),r=2,h=0,e=[],a=this,i,t,c;try{for(i=ei(n),t=i.next();!t.done;t=i.next())c=t.value,!function(n){g(n)||(n=a.resolve(n));var t=h;n.then(function(n){e[t]=n;0==--r&&f(e)},s);r++;h++}(c)}catch(n){u={error:n}}finally{try{t&&!t.done&&(o=i.return)&&o.call(i)}finally{if(u)throw u.error;}}return r-=2,0===r&&f(e),l},n.prototype.then=function(n,i){var r=new this.constructor(null),f=t.current;return this[u]==a?this[s].push(f,r,n,i):y(this,f,r,n,i),r},n.prototype.catch=function(n){return this.then(null,n)},n.prototype.finally=function(n){var i=new this.constructor(null),r;return i[l]=l,r=t.current,this[u]==a?this[s].push(r,i,n,n):y(this,r,i,n,n),i},n}();r.resolve=r.resolve;r.reject=r.reject;r.race=r.race;r.all=r.all;var ct=n[w]=n.Promise,k=t.__symbol__("ZoneAwarePromise"),e=rt(n,"Promise");return e&&!e.configurable||(e&&delete e.writable,e&&delete e.value,e||(e={configurable:!0,enumerable:!0}),e.get=function(){return n[k]?n[k]:n[w]},e.set=function(t){t===r?n[k]=t:(n[w]=t,t.prototype[ft]||p(t),i.setNativePromise(t))},ut(n,"Promise",e)),n.Promise=r,et=f("thenPatched"),i.patchThen=p,ct&&p(ct),Promise[t.__symbol__("uncaughtPromiseErrors")]=h,r});Zone.__load_patch("fetch",function(n,t,i){var f=n.fetch,c=n.Promise,l=i.symbol("thenPatched"),e=i.symbol("fetchTaskScheduling"),o=i.symbol("fetchTaskAborting"),s;if("function"==typeof f){var r=n.AbortController,h="function"==typeof r,u=null;h&&(n.AbortController=function(){var n=new r;return n.signal.abortController=n,n},u=i.patchMethod(r.prototype,"abort",function(n){return function(t,i){return t.task?t.task.zone.cancelTask(t.task):n.apply(t,i)}}));s=function(){};n.fetch=function(){var a=this,r=Array.prototype.slice.call(arguments),v=r.length>1?r[1]:null,n=v&&v.signal;return new Promise(function(v,y){var p=t.current.scheduleMacroTask("fetch",s,r,function(){var n,o=t.current,u;try{o[e]=!0;n=f.apply(a,r)}catch(a){return void y(a)}finally{o[e]=!1}n instanceof c||(u=n.constructor,u[l]||i.patchThen(u));n.then(function(n){"notScheduled"!==p.state&&p.invoke();v(n)},function(n){"notScheduled"!==p.state&&p.invoke();y(n)})},function(){if(!h)return void y("No AbortController supported, can not cancel fetch");if(n&&n.abortController&&!n.aborted&&"function"==typeof n.abortController.abort&&u)try{t.current[o]=!0;u.call(n.abortController)}finally{t.current[o]=!1}else y("cancel fetch need a AbortController.signal")});n&&n.abortController&&(n.abortController.task=p)})}}});var s=Object.getOwnPropertyDescriptor,g=Object.defineProperty,vt=Object.getPrototypeOf,ar=Object.create,vr=Array.prototype.slice,tt="addEventListener",it="removeEventListener",yt=Zone.__symbol__(tt),pt=Zone.__symbol__(it),h="true",c="false",rt="__zone_symbol__",t=Zone.__symbol__,ut="undefined"!=typeof window,y=ut?window:void 0,r=ut&&y||"object"==typeof self&&self||n,yr="removeAttribute",pr=[null],oi="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,wt=!("nw"in r)&&void 0!==r.process&&"[object process]"==={}.toString.call(r.process),nt=!wt&&!oi&&!(!ut||!y.HTMLElement),ft=void 0!==r.process&&"[object process]"==={}.toString.call(r.process)&&!oi&&!(!ut||!y.HTMLElement),et={},si=function(n){var e,u,o,f,i;if(n=n||r.event)return e=et[n.type],e||(e=et[n.type]=t("ON_PROPERTY"+n.type)),o=this||n.target||r,f=o[e],nt&&o===y&&"error"===n.type?(i=n,u=f&&f.call(this,i.message,i.filename,i.lineno,i.colno,i.error),!0===u&&n.preventDefault()):void 0==(u=f&&f.apply(this,arguments))||u||n.preventDefault(),u},f=t("originalInstance"),wr=!1,hi=!1,bt=!1;if(Zone.__load_patch("toString",function(n){var i=Function.prototype.toString,r=t("OriginalDelegate"),e=t("Promise"),o=t("Error"),u=function(){var t,u,f;if("function"==typeof this){if(t=this[r],t)return"function"==typeof t?i.apply(this[r],arguments):Object.prototype.toString.call(t);if(this===Promise&&(u=n[e],u))return i.apply(u,arguments);if(this===Error&&(f=n[o],f))return i.apply(f,arguments)}return i.apply(this,arguments)},f;u[r]=i;Function.prototype.toString=u;f=Object.prototype.toString;Object.prototype.toString=function(){return this instanceof Promise?"[object Promise]":f.apply(this,arguments)}}),k=!1,"undefined"!=typeof window)try{d=Object.defineProperty({},"passive",{get:function(){k=!0}});window.addEventListener("test",d,d);window.removeEventListener("test",d,d)}catch(n){k=!1}var br={useG:!0},u={},ci={},li=/^__zone_symbol__(\w+)(true|false)$/,kt="__zone_symbol__propagationStopped",ot=t("zoneTask"),dt=Object[t("defineProperty")]=Object.defineProperty,kr=Object[t("getOwnPropertyDescriptor")]=Object.getOwnPropertyDescriptor,dr=Object.create,p=t("unconfigurables"),gt=["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplyconnected","vrdisplaydisconnected","vrdisplaypresentchange"],gr=["encrypted","waitingforkey","msneedkey","mozinterruptbegin","mozinterruptend"],ai=["load"],vi=["blur","error","focus","load","resize","scroll","messageerror"],nu=["bounce","finish","start"],yi=["loadstart","progress","abort","error","load","progress","timeout","loadend","readystatechange"],w=["upgradeneeded","complete","abort","success","error","blocked","versionchange","close"],tu=["close","error","open","message"],iu=["error","message"],e=["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"].concat(["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],["autocomplete","autocompleteerror"],["toggle"],["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],gt,["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"]),pi=t("unbound");Zone.__load_patch("util",function(n,t,i){i.patchOnProperties=ct;i.patchMethod=l;i.bindArguments=ht});Zone.__load_patch("timers",function(n){v(n,"set","clear","Timeout");v(n,"set","clear","Interval");v(n,"set","clear","Immediate")});Zone.__load_patch("requestAnimationFrame",function(n){v(n,"request","cancel","AnimationFrame");v(n,"mozRequest","mozCancel","AnimationFrame");v(n,"webkitRequest","webkitCancel","AnimationFrame")});Zone.__load_patch("blocking",function(n,t){for(var r=["alert","prompt","confirm"],i=0;i<r.length;i++)l(n,r[i],function(i,r,u){return function(r,f){return t.current.run(i,n,f,u)}})});Zone.__load_patch("EventTarget",function(n,t,i){var u=t.__symbol__("BLACK_LISTED_EVENTS"),r;n[u]&&(t[u]=n[u]);hr(n,i);sr(n,i);r=n.XMLHttpRequestEventTarget;r&&r.prototype&&i.patchEventTarget(n,[r.prototype]);b("MutationObserver");b("WebKitMutationObserver");b("IntersectionObserver");b("FileReader")});Zone.__load_patch("on_property",function(n,t,i){fr(i,n);tr()});Zone.__load_patch("customElements",function(n){cr(n);lr(n)});Zone.__load_patch("canvas",function(n){var t=n.HTMLCanvasElement;void 0!==t&&t.prototype&&t.prototype.toBlob&&ki(t.prototype,"toBlob",function(n,t){return{name:"HTMLCanvasElement.toBlob",target:n,cbIdx:0,args:t}})});Zone.__load_patch("XHR",function(n,i){!function(n){function d(n){return n[u]}function g(n){var i=n.data,t=i.target,e,s;return t[r]=!1,t[f]=!1,e=t[o],c||(c=t[yt],a=t[pt]),e&&a.call(t,w,e),s=t[o]=function(){var u,e;t.readyState===t.DONE&&(!i.aborted&&t[r]&&n.state===p?(u=t.__zone_symbol__loadfalse,u&&u.length>0?(e=n.invoke,n.invoke=function(){for(var u=t.__zone_symbol__loadfalse,r=0;r<u.length;r++)u[r]===n&&u.splice(r,1);i.aborted||n.state!==p||e.call(n)},u.push(n)):n.invoke()):i.aborted||!1!==t[r]||(t[f]=!0))},c.call(t,w,s),t[u]||(t[u]=n),b.apply(t,i.args),t[r]=!0,n}function nt(){}function tt(n){var t=n.data;return t.aborted=!0,k.apply(t.target,t.args)}var h=XMLHttpRequest.prototype,c=h[yt],a=h[pt],v,y;c||(v=n.XMLHttpRequestEventTarget,v&&(y=v.prototype,c=y[yt],a=y[pt]));var w="readystatechange",p="scheduled",it=l(h,"open",function(){return function(n,t){return n[e]=0==t[2],n[s]=t[1],it.apply(n,t)}}),rt=t("fetchTaskAborting"),ut=t("fetchTaskScheduling"),b=l(h,"send",function(){return function(n,t){if(!0===i.current[ut]||n[e])return b.apply(n,t);var r={target:n,url:n[s],isPeriodic:!1,args:t,aborted:!1},u=st("XMLHttpRequest.send",nt,r,g,tt);n&&!0===n[f]&&!r.aborted&&u.state===p&&u.invoke()}}),k=l(h,"abort",function(){return function(n,t){var r=d(n);if(r&&"string"==typeof r.type){if(null==r.cancelFn||r.data&&r.data.aborted)return;r.zone.cancelTask(r)}else if(!0===i.current[rt])return k.apply(n,t)}})}(n);var u=t("xhrTask"),e=t("xhrSync"),o=t("xhrListener"),r=t("xhrScheduled"),s=t("xhrURL"),f=t("xhrErrorBeforeScheduled")});Zone.__load_patch("geolocation",function(n){n.navigator&&n.navigator.geolocation&&wi(n.navigator.geolocation,["getCurrentPosition","watchPosition"])});Zone.__load_patch("PromiseRejectionEvent",function(n,i){function r(t){return function(i){ii(n,t).forEach(function(r){var u=n.PromiseRejectionEvent,f;u&&(f=new u(t,{promise:i.promise,reason:i.rejection}),r.invoke(f))})}}n.PromiseRejectionEvent&&(i[t("unhandledPromiseRejectionHandler")]=r("unhandledrejection"),i[t("rejectionHandledHandler")]=r("rejectionhandled"))})})}).call(t,i(132))},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var e=i(68),o=u(e),s=i(1),h=u(s),c=i(60),r=u(c),l=i(34),f=u(l),a=function(){function n(t){h.default(this,n);this.componentName="loginModal";this.ALERT_CLOSED_CLASSNAME="nuv-login-modal__alert-wrapper--closed";this.inputValues={text:"",password:""};this.initialized=!1;this.context=t;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$alertWrapper=$(".nuv-login-modal__alert-wrapper",this.context);this.$loginButton=$(".nuv-global-navigation__user-tools-list-link--login",this.context);this.$logoutButton=$(".nuv-login-modal__logout",this.context);this.$resetButton=$(".nuv-global-navigation__return-button",this.context);this.$showPasswordButton=$(".nuv-login-modal__show-password",this.context);this.$inputField=$(".nuv-login-modal__input-field",this.context);this.$inputemailField=$(".nuv-login-modal__input-field-email",this.context);this.$rememberAndForgotContainer=$(".nuv-login-modal__remember-and-forgot-container",this.context);this.$userAlert=$(".nuv-alert-wrapper",this.context);this.componentData=$(".nuv-login-modal",this.context).data("component");this.$confirmButton=$(".nuv-confirm-email-submit",this.context);this.componentData||(this.componentData={enterValidEmailMessage:"Enter a valid email id to continue",enterEmailMessage:"Enter an email id to continue",enterPasswordMessage:"Enter a password to continue",showPasswordButtonTitle:"Show password",hidePasswordButtonTitle:"Hide password"})},n.prototype.init=function(){var n,c,l,a;this.setJQueryObjects();this.initialized=!0;n=this;this.$loginButton.click(function(){window.localStorage.setItem("continueLink","");window.localStorage.setItem("continueTarget","");n.$userAlert.length>0&&n.$userAlert.addClass("nuv-hide");$(this).closest(r.default.$element).toggleClass(r.default.LOGIN_OPEN_CLASSNAME);r.default.closeOpenAccordion(!0)});this.$inputField.on("change paste keyup",function(t){var i=$(t.currentTarget),r=i.attr("type");n.inputValues[r]=t.currentTarget.value});this.$inputemailField.on("change paste keyup",function(t){var i=$(t.currentTarget),r=i.attr("type");n.inputValues[r]=t.currentTarget.value});this.$inputField.on("blur focusout",function(t){var i=$(t.currentTarget);"text"===i.attr("type")&&n.toggleEmailWarningMessage(i)});this.$inputemailField.on("blur focusout",function(t){var i=$(t.currentTarget);"text"===i.attr("type")&&n.toggleConfirmEmailWarningMessage(i)});this.$inputField.on("focus",function(t){var i=$(t.currentTarget);"text"===i.attr("type")&&n.toggleEmailWarningMessage(i,!0)});this.$inputemailField.on("focus",function(t){var i=$(t.currentTarget);"text"===i.attr("type")&&n.toggleConfirmEmailWarningMessage(i,!0)});this.$resetButton.click(function(){n.closeOpenModal()});this.$showPasswordButton.attr("title",this.componentData.showPasswordButtonTitle);this.$showPasswordButton.click(function(){var t=$(this).closest(".nuv-login-modal__password-container").find(".nuv-login-modal__input-field");$(this).hasClass("nuv-login-modal__show-password--unmasked")?($(this).removeClass("nuv-login-modal__show-password--unmasked"),t.attr("type","password"),$(this).attr("title",n.componentData.showPasswordButtonTitle)):($(this).addClass("nuv-login-modal__show-password--unmasked"),t.attr("type","text"),$(this).attr("title",n.componentData.hidePasswordButtonTitle))});this.$logoutButton.click(function(){$.ajax({url:"/user/logout",type:"POST",async:!0,success:function(n){window.location.assign(n.redirectUrl);window.localStorage.getItem("nuvProfileDataLocal")&&window.localStorage.removeItem("nuvProfileDataLocal")}})});this.initEmailWarningMessage();$('.nuv-login-modal__input-field[type="text"]').each(function(){n.toggleEmailWarningMessage($(this))});$('.nuv-login-modal__input-field-email[type="text"]').each(function(){n.toggleConfirmEmailWarningMessage($(this))});$(".nuv-login-modal__form-confirm").click(function(t){var i=$(t.currentTarget),r=i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-field-email").val(),u=i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__password-container");return""!==r&&r?n.validConfirmEmail(i)?!(u.length>0&&!n.validPassword(i))||(i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").html(n.componentData.enterPasswordMessage),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").addClass("nuv-login-modal__input-error--visible"),!1):(i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").html(n.componentData.enterValidEmailMessage),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").addClass("nuv-login-modal__input-error--visible"),!1):(i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").html(n.componentData.enterEmailMessage),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").addClass("nuv-login-modal__input-error--visible"),!1)});$(".nuv-login-modal__form").submit(function(t){var u;t.preventDefault();var i=$(t.currentTarget),e=$(this).serialize(),f="",r=window.localStorage.getItem("continueLink");void 0!==r&&null!==r&&""!==r&&(f="&ContinueLink="+r);u=i.closest(".nuv-login-modal__main-wrapper").find('.nuv-login-modal__form > input[type="text"]').val();""!==u&&u?n.validEmail(i)?n.validPassword(i)?$.ajax({url:$(this).attr("action"),type:"POST",async:!0,data:e+"&async=true"+f,success:function(n){if(n&&"object"===(void 0===n?"undefined":o.default(n)))if(n.result.success)if(console.log("Login Post"),!0===n.result.HasAccess){var t=window.localStorage.getItem("continueLink"),r=window.localStorage.getItem("continueTarget");void 0!==t&&""!==t&&null!==t?"_self"===r?window.location.assign(t):(window.open(t,"_blank"),setTimeout(function(){window.location.assign(n.result.redirectUrl)},1500)):window.location.assign(n.result.redirectUrl)}else window.location.assign(n.result.redirectUrl);else i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").addClass("nuv-login-modal__input-error--visible"),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").html(n.result.displayMessage)}}):(i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").html(n.componentData.enterPasswordMessage),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").addClass("nuv-login-modal__input-error--visible")):(i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").html(n.componentData.enterValidEmailMessage),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").addClass("nuv-login-modal__input-error--visible")):(i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").html(n.componentData.enterEmailMessage),i.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").addClass("nuv-login-modal__input-error--visible"))});var u=f.default.get("nuvProfile"),s=f.default.get("localStorageCookieAge"),t=window.localStorage.getItem("nuvProfileDataLocal"),i=[],e="";if(u&&t)i=t.split("||"),c=t.lastIndexOf("||"),u!==t.substr(0,c)&&(e=u+"||"+i[5],window.localStorage.setItem("nuvProfileDataLocal",e));else if(u){s||(s=2592e3);var h=new Date,y=h.getTime(),p=y+1e3*s;h.setTime(p);e=u+"||"+h.toGMTString();window.localStorage.setItem("nuvProfileDataLocal",e)}else if(t&&(i=t.split("||"),i.length>0&&6===i.length)){var w=i[5],v=new Date(w),b=new Date,k=v-b;k<=0?window.localStorage.removeItem("nuvProfileDataLocal"):(l=t.lastIndexOf("||"),a=t.substr(0,l),document.cookie="nuvProfile="+a+"; expires="+v+";path=/;",window.location.reload())}},n.prototype.openAndShowAlert=function(){this.$loginButton.closest(r.default.$element).addClass(r.default.LOGIN_OPEN_CLASSNAME);r.default.closeOpenAccordion(!0);this.$alertWrapper.length>0&&this.$alertWrapper.removeClass(this.ALERT_CLOSED_CLASSNAME)},n.prototype.closeOpenModal=function(){r.default.$element.removeClass(r.default.LOGIN_OPEN_CLASSNAME)},n.prototype.validEmail=function(n){var t=n.closest(".nuv-login-modal__main-wrapper").find('.nuv-login-modal__form > input[type="text"]').val();return new RegExp('^(([^<>()\\[\\]\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$',"i").test(t)},n.prototype.validConfirmEmail=function(n){var t=n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-field-email").val();return new RegExp('^(([^<>()\\[\\]\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$',"i").test(t)},n.prototype.validPassword=function(n){return""!==n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__password-container > input").val()},n.prototype.initEmailWarningMessage=function(){this.$rememberAndForgotContainer.addClass("nuv-login-modal__remember-and-forgot-container--before-error").after('\n            <div class="nuv-login-modal__input-error nuv-login-modal__input-error--email">\n                '+this.componentData.enterValidEmailMessage+'\n            <\/div>\n            <button class="hiddenbutton nuv-hide" type="reset"><\/button>\n        ')},n.prototype.toggleEmailWarningMessage=function(n,t){if(!0===t||""===n.val()||this.validEmail(n))return n.removeClass("nuv-login-modal__input-field--error"),void n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").removeClass("nuv-login-modal__input-error--visible");n.addClass("nuv-login-modal__input-field--error");n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").html(this.componentData.enterValidEmailMessage);n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-error--email").addClass("nuv-login-modal__input-error--visible")},n.prototype.toggleConfirmEmailWarningMessage=function(n,t){if(!0===t||""===n.val()||this.validConfirmEmail(n))return n.removeClass("nuv-login-modal__input-field--error"),void n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").removeClass("nuv-login-modal__input-error--visible");n.addClass("nuv-login-modal__input-field--error");n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").html(this.componentData.enterValidEmailMessage);n.closest(".nuv-login-modal__main-wrapper").find(".nuv-login-modal__input-email-error--email").addClass("nuv-login-modal__input-error--visible")},n}(),v=new a(document);t.default=v},function(n){n.exports=function(n){if(void 0==n)throw TypeError("Can't call method on  "+n);return n}},function(n){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(n,t,i){var u=i(35),f=i(70),e=i(288),o=i(52),r=function(n,t,i){var s,v,h,w=n&r.F,a=n&r.G,b=n&r.S,p=n&r.P,k=n&r.B,d=n&r.W,c=a?f:f[t]||(f[t]={}),y=c.prototype,l=a?u:b?u[t]:(u[t]||{}).prototype;a&&(i=t);for(s in i)(v=!w&&l&&void 0!==l[s])&&s in c||(h=v?l[s]:i[s],c[s]=a&&"function"!=typeof l[s]?i[s]:k&&v?e(h,u):d&&l[s]==h?function(n){var t=function(t,i,r){if(this instanceof n){switch(arguments.length){case 0:return new n;case 1:return new n(t);case 2:return new n(t,i)}return new n(t,i,r)}return n.apply(this,arguments)};return t.prototype=n.prototype,t}(h):p&&"function"==typeof h?e(Function.call,h):h,p&&((c.virtual||(c.virtual={}))[s]=h,n&r.R&&y&&!y[s]&&o(y,s,h)))};r.F=1;r.G=2;r.S=4;r.P=8;r.B=16;r.W=32;r.U=64;r.R=128;n.exports=r},function(n){n.exports={}},function(n){n.exports=!0},function(n,t){t.f=Object.getOwnPropertySymbols},function(n,t,i){var u=i(53).f,f=i(39),r=i(54)("toStringTag");n.exports=function(n,t,i){n&&!f(n=i?n:n.prototype,r)&&u(n,r,{configurable:!0,value:t})}},function(n,t,i){var r=i(101)("keys"),u=i(74);n.exports=function(n){return r[n]||(r[n]=u(n))}},function(n,t,i){var r=i(35),u=r["__core-js_shared__"]||(r["__core-js_shared__"]={});n.exports=function(n){return u[n]||(u[n]={})}},function(n){var t=Math.ceil,i=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(n>0?i:t)(n)}},function(n,t,i){var r=i(71);n.exports=function(n,t){if(!r(n))return n;var i,u;if(t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n))||"function"==typeof(i=n.valueOf)&&!r(u=i.call(n))||!t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n)))return u;throw TypeError("Can't convert object to primitive value");}},function(n,t,i){var u=i(35),r=i(70),f=i(97),e=i(105),o=i(53).f;n.exports=function(n){var t=r.Symbol||(r.Symbol=f?{}:u.Symbol||{});"_"==n.charAt(0)||n in t||o(t,n,{value:e.f(n)})}},function(n,t,i){t.f=i(54)},function(n,t,i){"use strict";var u=i(11),r=i(49),f=i(9);n.exports=function(n){for(var t=u(this),i=f(t.length),e=arguments.length,o=r(e>1?arguments[1]:void 0,i),s=e>2?arguments[2]:void 0,h=void 0===s?i:r(s,i);h>o;)t[o++]=n;return t}},function(n,t,i){var r=i(312);n.exports=function(n,t){return new(r(n))(t)}},function(n,t,i){"use strict";var r=i(8),u=i(46);n.exports=function(n,t,i){t in n?r.f(n,t,u(0,i)):n[t]=i}},function(n,t,i){var u=i(5),r=i(3).document,f=u(r)&&u(r.createElement);n.exports=function(n){return f?r.createElement(n):{}}},function(n){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(n,t,i){var r=i(6)("match");n.exports=function(n){var t=/./;try{"/./"[n](t)}catch(i){try{return t[r]=!1,!"/./"[n](t)}catch(n){}}return!0}},function(n,t,i){var r=i(3).document;n.exports=r&&r.documentElement},function(n,t,i){var u=i(5),r=i(121).set;n.exports=function(n,t,i){var f,e=t.constructor;return e!==i&&"function"==typeof e&&(f=e.prototype)!==i.prototype&&u(f)&&r&&r(n,f),n}},function(n,t,i){var r=i(55),u=i(6)("iterator"),f=Array.prototype;n.exports=function(n){return void 0!==n&&(r.Array===n||f[u]===n)}},function(n,t,i){"use strict";var u=i(44),f=i(46),e=i(56),r={};i(15)(r,i(6)("iterator"),function(){return this});n.exports=function(n,t,i){n.prototype=u(r,{next:f(1,i)});e(n,t+" Iterator")}},function(n,t,i){"use strict";var e=i(43),u=i(0),c=i(16),o=i(15),l=i(14),s=i(55),a=i(115),v=i(56),y=i(21),r=i(6)("iterator"),f=!([].keys&&"next"in[].keys()),h=function(){return this};n.exports=function(n,t,i,p,w,b,k){a(i,t,p);var tt,rt,it,ut=function(n){if(!f&&n in d)return d[n];switch(n){case"keys":case"values":return function(){return new i(this,n)}}return function(){return new i(this,n)}},ot=t+" Iterator",ft="values"==w,et=!1,d=n.prototype,g=d[r]||d["@@iterator"]||w&&d[w],nt=g||ut(w),ht=w?ft?ut("entries"):nt:void 0,st="Array"==t?d.entries||g:g;if(st&&(it=y(st.call(new n)))!==Object.prototype&&it.next&&(v(it,ot,!0),e||l(it,r)||o(it,r,h)),ft&&g&&"values"!==g.name&&(et=!0,nt=function(){return g.call(this)}),e&&!k||!f&&!et&&d[r]||o(d,r,nt),s[t]=nt,s[ot]=h,w)if(tt={values:ft?nt:ut("values"),keys:b?nt:ut("keys"),entries:ht},k)for(rt in tt)rt in d||c(d,rt,tt[rt]);else u(u.P+u.F*(f||et),t,tt);return tt}},function(n){var t=Math.expm1;n.exports=!t||t(10)>22025.465794806718||t(10)<22025.465794806718||-2e-17!=t(-2e-17)?function(n){return 0==(n=+n)?n:n>-1e-6&&n<1e-6?n+n*n/2:Math.exp(n)-1}:t},function(n){n.exports=Math.sign||function(n){return 0==(n=+n)||n!=n?n:n<0?-1:1}},function(n,t,i){var r=i(3),s=i(127).set,e=r.MutationObserver||r.WebKitMutationObserver,u=r.process,f=r.Promise,o="process"==i(22)(u);n.exports=function(){var n,i,t,h=function(){var r,f;for(o&&(r=u.domain)&&r.exit();n;){f=n.fn;n=n.next;try{f()}catch(r){throw n?t():i=void 0,r;}}i=void 0;r&&r.enter()},c,l,a;return o?t=function(){u.nextTick(h)}:e?(c=!0,l=document.createTextNode(""),new e(h).observe(l,{characterData:!0}),t=function(){l.data=c=!c}):f&&f.resolve?(a=f.resolve(),t=function(){a.then(h)}):t=function(){s.call(r,h)},function(r){var u={fn:r,next:void 0};i&&(i.next=u);n||(n=u,t());i=u}}},function(n,t,i){"use strict";function u(n){var t,i;this.promise=new n(function(n,r){if(void 0!==t||void 0!==i)throw TypeError("Bad Promise constructor");t=n;i=r});this.resolve=r(t);this.reject=r(i)}var r=i(12);n.exports.f=function(n){return new u(n)}},function(n,t,i){var u=i(5),f=i(2),r=function(n,t){if(f(n),!u(t)&&null!==t)throw TypeError(t+": can't set as prototype!");};n.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(n,t,u){try{u=i(23)(Function.call,i(20).f(Object.prototype,"__proto__").set,2);u(n,[]);t=!(n instanceof Array)}catch(n){t=!0}return function(n,i){return r(n,i),t?n.__proto__=i:u(n,i),n}}({},!1):void 0),check:r}},function(n,t,i){var r=i(87)("keys"),u=i(50);n.exports=function(n){return r[n]||(r[n]=u(n))}},function(n,t,i){var r=i(29),u=i(27);n.exports=function(n){return function(t,i){var e,s,o=String(u(t)),f=r(i),h=o.length;return f<0||f>=h?n?"":void 0:(e=o.charCodeAt(f),e<55296||e>56319||f+1===h||(s=o.charCodeAt(f+1))<56320||s>57343?n?o.charAt(f):e:n?o.slice(f,f+2):s-56320+(e-55296<<10)+65536)}}},function(n,t,i){var r=i(81),u=i(27);n.exports=function(n,t,i){if(r(t))throw TypeError("String#"+i+" doesn't accept regex!");return String(u(n))}},function(n,t,i){"use strict";var r=i(29),u=i(27);n.exports=function(n){var i=String(u(this)),f="",t=r(n);if(t<0||t==1/0)throw RangeError("Count can't be negative");for(;t>0;(t>>>=1)&&(i+=i))1&t&&(f+=i);return f}},function(n){n.exports="\t\n\v\f\r   ᠎             　\u2028\u2029\ufeff"},function(n,t,i){var u,s,h,o=i(23),d=i(79),y=i(112),p=i(109),r=i(3),w=r.process,c=r.setImmediate,l=r.clearImmediate,b=r.MessageChannel,a=r.Dispatch,v=0,f={},e=function(){var n=+this,t;f.hasOwnProperty(n)&&(t=f[n],delete f[n],t())},k=function(n){e.call(n.data)};c&&l||(c=function(n){for(var t=[],i=1;arguments.length>i;)t.push(arguments[i++]);return f[++v]=function(){d("function"==typeof n?n:Function(n),t)},u(v),v},l=function(n){delete f[n]},"process"==i(22)(w)?u=function(n){w.nextTick(o(e,n,1))}:a&&a.now?u=function(n){a.now(o(e,n,1))}:b?(s=new b,h=s.port2,s.port1.onmessage=k,u=o(h.postMessage,h,1)):r.addEventListener&&"function"==typeof postMessage&&!r.importScripts?(u=function(n){r.postMessage(n+"","*")},r.addEventListener("message",k,!1)):u="onreadystatechange"in p("script")?function(n){y.appendChild(p("script")).onreadystatechange=function(){y.removeChild(this);e.call(n)}}:function(n){setTimeout(o(e,n,1),0)});n.exports={set:c,clear:l}},function(n,t,i){"use strict";function ut(n,t,i){var r,u,e,s=Array(i),h=8*i-t-1,c=(1<<h)-1,o=c>>1,a=23===t?f(2,-24)-f(2,-77):0,l=0,v=n<0||0===n&&1/n<0?1:0;for(n=ui(n),n!=n||n===g?(u=n!=n?1:0,r=c):(r=fi(ei(n)/oi),n*(e=f(2,-r))<1&&(r--,e*=2),n+=r+o>=1?a/e:a*f(2,1-o),n*e>=2&&(r++,e/=2),r+o>=c?(u=0,r=c):r+o>=1?(u=(n*e-1)*f(2,t),r+=o):(u=n*f(2,o-1)*f(2,t),r=0));t>=8;s[l++]=255&u,u/=256,t-=8);for(r=r<<t|u,h+=t;h>0;s[l++]=255&r,r/=256,h-=8);return s[--l]|=128*v,s}function ft(n,t,i){var e,h=8*i-t-1,c=(1<<h)-1,l=c>>1,u=h-7,o=i-1,s=n[o--],r=127&s;for(s>>=7;u>0;r=256*r+n[o],o--,u-=8);for(e=r&(1<<-u)-1,r>>=-u,u+=t;u>0;e=256*e+n[o],o--,u-=8);if(0===r)r=1-l;else{if(r===c)return e?NaN:s?-g:g;e+=f(2,t);r-=l}return(s?-1:1)*e*f(2,r-t)}function et(n){return n[3]<<24|n[2]<<16|n[1]<<8|n[0]}function ot(n){return[255&n]}function st(n){return[255&n,n>>8&255]}function ht(n){return[255&n,n>>8&255,n>>16&255,n>>24&255]}function bt(n){return ut(n,52,8)}function kt(n){return ut(n,23,4)}function v(n,t,i){ii(n[s],t,{get:function(){return this[i]}})}function e(n,t,i,r){var o=+i,u=w(o);if(u+t>n[l])throw b(yt);var s=n[nt]._b,f=u+n[tt],e=s.slice(f,f+t);return r?e:e.reverse()}function o(n,t,i,r,u,f){var s=+i,o=w(s);if(o+t>n[l])throw b(yt);for(var h=n[nt]._b,c=o+n[tt],a=r(+u),e=0;e<t;e++)h[c+e]=a[f?e:t-e-1]}var h=i(3),y=i(7),dt=i(43),ct=i(89),lt=i(15),at=i(47),d=i(4),p=i(41),gt=i(29),ni=i(9),w=i(178),ti=i(45).f,ii=i(8).f,ri=i(106),vt=i(56),s="prototype",yt="Wrong index!",r=h.ArrayBuffer,u=h.DataView,c=h.Math,b=h.RangeError,g=h.Infinity,k=r,ui=c.abs,f=c.pow,fi=c.floor,ei=c.log,oi=c.LN2,nt=y?"_b":"buffer",l=y?"_l":"byteLength",tt=y?"_o":"byteOffset",a,it;if(ct.ABV){if(!d(function(){r(1)})||!d(function(){new r(-1)})||d(function(){return new r,new r(1.5),new r(NaN),"ArrayBuffer"!=r.name})){r=function(n){return p(this,r),new k(w(n))};for(var rt,si=r[s]=k[s],pt=ti(k),wt=0;pt.length>wt;)(rt=pt[wt++])in r||lt(r,rt,k[rt]);dt||(si.constructor=r)}a=new u(new r(2));it=u[s].setInt8;a.setInt8(0,2147483648);a.setInt8(1,2147483649);!a.getInt8(0)&&a.getInt8(1)||at(u[s],{setInt8:function(n,t){it.call(this,n,t<<24>>24)},setUint8:function(n,t){it.call(this,n,t<<24>>24)}},!0)}else r=function(n){p(this,r,"ArrayBuffer");var t=w(n);this._b=ri.call(Array(t),0);this[l]=t},u=function(n,t,i){p(this,u,"DataView");p(n,r,"DataView");var e=n[l],f=gt(t);if(f<0||f>e)throw b("Wrong offset!");if(i=void 0===i?e-f:ni(i),f+i>e)throw b("Wrong length!");this[nt]=n;this[tt]=f;this[l]=i},y&&(v(r,"byteLength","_l"),v(u,"buffer","_b"),v(u,"byteLength","_l"),v(u,"byteOffset","_o")),at(u[s],{getInt8:function(n){return e(this,1,n)[0]<<24>>24},getUint8:function(n){return e(this,1,n)[0]},getInt16:function(n){var t=e(this,2,n,arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(n){var t=e(this,2,n,arguments[1]);return t[1]<<8|t[0]},getInt32:function(n){return et(e(this,4,n,arguments[1]))},getUint32:function(n){return et(e(this,4,n,arguments[1]))>>>0},getFloat32:function(n){return ft(e(this,4,n,arguments[1]),23,4)},getFloat64:function(n){return ft(e(this,8,n,arguments[1]),52,8)},setInt8:function(n,t){o(this,1,n,ot,t)},setUint8:function(n,t){o(this,1,n,ot,t)},setInt16:function(n,t){o(this,2,n,st,t,arguments[2])},setUint16:function(n,t){o(this,2,n,st,t,arguments[2])},setInt32:function(n,t){o(this,4,n,ht,t,arguments[2])},setUint32:function(n,t){o(this,4,n,ht,t,arguments[2])},setFloat32:function(n,t){o(this,4,n,kt,t,arguments[2])},setFloat64:function(n,t){o(this,8,n,bt,t,arguments[2])}});vt(r,"ArrayBuffer");vt(u,"DataView");lt(u[s],ct.VIEW,!0);t.ArrayBuffer=r;t.DataView=u},function(n,t,i){var u=i(3),r=i(26),f=i(43),e=i(179),o=i(8).f;n.exports=function(n){var t=r.Symbol||(r.Symbol=f?{}:u.Symbol||{});"_"==n.charAt(0)||n in t||o(t,n,{value:e.f(n)})}},function(n,t,i){var r=i(63),u=i(6)("iterator"),f=i(55);n.exports=i(26).getIteratorMethod=function(n){if(void 0!=n)return n[u]||n["@@iterator"]||f[r(n)]}},function(n,t,i){"use strict";var u=i(36),r=i(163),f=i(55),e=i(18);n.exports=i(116)(Array,"Array",function(n,t){this._t=e(n);this._i=0;this._k=t},function(){var t=this._t,i=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):"keys"==i?r(0,n):"values"==i?r(0,t[n]):r(0,[n,t[n]])},"values");f.Arguments=f.Array;u("keys");u("values");u("entries")},function(n){var t=function(){return this}();try{t=t||Function("return this")()||eval("this")}catch(n){"object"==typeof window&&(t=window)}n.exports=t},function(n,t){"use strict";var i,r,u;Object.defineProperty(t,"__esModule",{value:!0});i="DEV";switch(document.location.hostname.trim("/")){case"www.nuveen.com":case"www.nuveenglobalreit.com":i="PROD";break;case"qa.nuveen.codeandtheory.net":case"public-www-at.nuveen.com":case"public-www-at.nuveenglobalreit.com":i="QA";break;default:i="DEV"}r=document.location.pathname.split("/").slice(1).join(":").replace(".html","")||null;r||(r=[]);u=[i,"Home"].concat(r).join(":");t.default=u},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=u(f),o=i(19),r=u(o),s=function(){function n(t){e.default(this,n);this.componentName="institutionalModal";this.$nuvInstitutionalModalStay=$(".nuv-institutional-modal__stay",t);this.$nuvInstitutionalModal=$(".nuv-institutional-modal",t);this.$continueButton=$(".nuv-institutional-modal__button",t);this.$siteSwitcherLink=$(".nuv-global-navigation__institutional-link-item, .nuv-institutional-link",t);this.$nuvInstitutionalModal=$(".nuv-institutional-modal",t);this.initialized=!1}return n.prototype.init=function(){if(this.initialized)return void console.error("Institutional Modal does not support being re-initialized");this.initialized=!0;var n=this;this.$siteSwitcherLink.click(function(t){t.preventDefault();r.default.lock();n.$continueButton.attr("href",$(this).attr("href"));n.$nuvInstitutionalModal.addClass("nuv-institutional-modal--show")});this.$nuvInstitutionalModalStay.click(function(){r.default.unlock();n.$nuvInstitutionalModal.removeClass("nuv-institutional-modal--show")})},n.prototype.show=function(){r.default.lock();this.$nuvInstitutionalModal.addClass("nuv-institutional-modal--show")},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}var u,f;Object.defineProperty(t,"__esModule",{value:!0});t.ANCHOR_NAV_SCROLL_OFFSET=void 0;var o=i(1),s=r(o),h=i(13),e=r(h),c=t.ANCHOR_NAV_SCROLL_OFFSET=300;$.fn.isInViewport=function(){var n=$(this).offset().top,i=n+$(this).outerHeight(),t=$(window).scrollTop(),r=t+$(window).height();return i>t&&n<r};u=function(){function n(){s.default(this,n);this.componentName="productDetailAnchorNav";this.STUCK_CLASSNAME="nuv-product-detail-anchor-nav--stuck";this.COMPRESSED_CLASSNAME="nuv-product-detail-anchor-nav--compressed";this.ACTIVE_LINK_CLASSNAME="nuv-product-detail-anchor-nav__links-list-item--active";this.ACTIVE_SCROLLBAR_CLASSNAME="nuv-product-detail-anchor-nav__links-container-scrollbar--active";this.setJQueryObjects();this.initialized=!1;this.init=this.init;this.anchorPoints=[];this.offsetThreshold=0;this.scrollbarWidthPercent=100}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-product-detail-anchor-nav");this.$navLink=$(".nuv-product-detail-anchor-nav__links-list-link");this.$navLinkItem=$(".nuv-product-detail-anchor-nav__links-list-item");this.$linksContainer=$(".nuv-product-detail-anchor-nav__links-container");this.$linksContainerScrollbar=$(".nuv-product-detail-anchor-nav__links-container-scrollbar");this.$linksContainerScrollbarThumb=$(".nuv-product-detail-anchor-nav__links-container-scrollbar-thumb");this.$globalNav=$(".nuv-global-navigation__nav-container")},n.prototype.init=function(){this.setJQueryObjects();this.setUpDestinations();this.findActiveDestination();var n=this;this.$element.length&&this.$navLink.on("click",function(t){t.preventDefault();n.jumpLink($($.attr(this,"href")))});this.$element.length&&!this.initialized&&(this.onScroll(),$(window).on("scroll",this.onScroll.bind(this)),$(window).on("resize",this.onResize.bind(this)),this.$linksContainer.on("mousedown",this.linksContainerMouseDown.bind(this)),this.linksContainerScrollbarThumbWidth(),this.$linksContainer.on("scroll",this.linksContainerScrollbarThumbLeft.bind(this)),this.linksContainerScrollbarThumbWidth());this.initialized=!0},n.prototype.jumpLink=function(n){if(n.length){var t=n.offset().top-this.offsetThreshold,i=0;i=$(window).scrollTop()>t?$(".cookie-notification").height()+$(".nuv-global-navigation__nav-wrapper").height()+$(".nuv-product-detail-anchor-nav__sticky-content").height():$(".cookie-notification").height()+$(".nuv-product-detail-anchor-nav__sticky-content").height();$("html, body").animate({scrollTop:t-i},400)}},n.prototype.onResize=function(){this.linksContainerScrollbarThumbWidth();this.linksContainerScrollbarThumbLeft()},n.prototype.linksContainerScrollbarThumbWidth=function(){var t=this.$linksContainer[0].scrollWidth,i=this.$linksContainer[0].offsetWidth,n=Math.round(i/t*100);this.$linksContainerScrollbarThumb.css("width",n+"%");this.scrollbarWidthPercent=n;!this.$linksContainerScrollbar.hasClass(this.ACTIVE_SCROLLBAR_CLASSNAME)&&n>=0&&n<99?this.$linksContainerScrollbar.addClass(this.ACTIVE_SCROLLBAR_CLASSNAME):this.$linksContainerScrollbar.hasClass(this.ACTIVE_SCROLLBAR_CLASSNAME)&&(n<0||n>=99)&&this.$linksContainerScrollbar.removeClass(this.ACTIVE_SCROLLBAR_CLASSNAME)},n.prototype.linksContainerScrollbarThumbLeft=function(){var t=this.$linksContainer[0].scrollWidth,i=this.$linksContainer.scrollLeft(),n=i/t*100,r=n+this.scrollbarWidthPercent;this.$linksContainerScrollbarThumb.css("transform","translate3d("+n+"%, -50%, 0)");r>=99?this.$linksContainerScrollbarThumb.addClass("nuv-product-detail-anchor-nav__links-container-scrollbar-thumb--done"):this.$linksContainerScrollbarThumb.removeClass("nuv-product-detail-anchor-nav__links-container-scrollbar-thumb--done")},n.prototype.linksContainerMouseDown=function(n){this.linksContainerMousePageX=n.pageX;this.$linksContainer.on("mousemove.product-detail-anchor-nav",this.linksContainerMouseMove.bind(this));$(window).on("mouseup.product-detail-anchor-nav",this.linksContainerMouseUp.bind(this))},n.prototype.linksContainerMouseMove=function(n){n.stopPropagation();var t=this.linksContainerMousePageX-n.pageX,i=this.$linksContainer.scrollLeft()-t;this.$linksContainer.scrollLeft(i);this.linksContainerMousePageX=n.pageX},n.prototype.linksContainerMouseUp=function(){this.$linksContainer.off("mousemove.product-detail-anchor-nav");$(window).off("mouseup.product-detail-anchor-nav")},n.prototype.onScroll=function(){this.setUpDestinations();var n=$(window).scrollTop(),t=this.$element.offset().top+this.$element.height()+32,i=t+c;n>=t&&!this.isCompressed()?e.default.addClassWithoutTransitionTo(this.$element,this.COMPRESSED_CLASSNAME):n>=i&&!this.isStuck()?this.$element.addClass(this.STUCK_CLASSNAME):n<i&&this.isStuck()&&this.$element.removeClass(this.STUCK_CLASSNAME);n<t&&this.isCompressed()&&e.default.removeClassWithoutTransitionTo(this.$element,this.COMPRESSED_CLASSNAME);this.findActiveDestination()},n.prototype.setUpDestinations=function(){this.anchorPoints=[];var n=this;this.$navLink.each(function(){var t=$($.attr(this,"href"));t.length&&n.anchorPoints.push({anchor:$.attr(this,"href"),offsetTop:t.offset().top-n.offsetThreshold,offsetBottom:t.offset().top+t.height()+n.offsetThreshold,$linkItem:$(this).parent()})})},n.prototype.findActiveDestination=function(){for(var n,t,r=$(window).scrollTop(),i=0;i<this.anchorPoints.length;i++)n=this.anchorPoints[i],t=$(".cookie-notification").height()+50,$(".nuv-global-navigation__nav-wrapper").isInViewport()&&(t+=$(".nuv-global-navigation__nav-wrapper").height()),$(".nuv-product-detail-anchor-nav__sticky-content").isInViewport()&&(t+=$(".nuv-product-detail-anchor-nav__sticky-content").height()),r>=n.offsetTop-t&&r<n.offsetBottom&&!$(n.anchor).hasClass(this.ACTIVE_LINK_CLASSNAME)&&($("."+this.ACTIVE_LINK_CLASSNAME).removeClass(this.ACTIVE_LINK_CLASSNAME),n.$linkItem.addClass(this.ACTIVE_LINK_CLASSNAME))},n.prototype.isStuck=function(){return this.$element.hasClass(this.STUCK_CLASSNAME)},n.prototype.isCompressed=function(){return this.$element.hasClass(this.COMPRESSED_CLASSNAME)},n}();f=new u(document);t.default=f},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(31),s=r(o),h=i(10),c=r(h),l=i(13),u=r(l),a=function(){function n(){e.default(this,n);this.componentName="productDetailTableRetail";this.setJQueryObjects();this.enableTableLock=!0;this.initialized=!1;this.init=this.init;this.updateLockedRowSize=this.updateLockedRowSize;this.onLockedHeadersResize=this.onLockedHeadersResize;this.updateLockedTableHeaders=this.updateLockedTableHeaders;this.updateStickyFirstColumnWithLockedHeaders=this.updateStickyFirstColumnWithLockedHeaders;this.tooltipVisible=!1;this.mouseoverTimer=null;this.tooltipHideTimer=null;this.windowWidth=$(window).width()}return n.prototype.setJQueryObjects=function(){this.$root=$(".nuv-product-detail-table-retail");this.$firstColumnLockedTables=$(".nuv-product-detail-table--first-column-locked");this.$headersLockedTables=$(".nuv-product-detail-table--headers-locked");this.$speedBumpsWithLockedHeaders=$(".nuv-speed-bump__container").has(".nuv-product-detail-table--headers-locked");this.$loadMoreButton=$(".nuv-product-detail-table-retail__load-more a");this.filterShareClass=$(".nuv-product-detail-table-retail__dropdown-select-wrapper select")},n.prototype.setModalJQueryObjects=function(){this.initialized=!1;this.$root=$("dynamic-modal-component .nuv-product-detail-table");this.$firstColumnLockedTables=$("dynamic-modal-component .nuv-product-detail-table--first-column-locked");this.$headersLockedTables=$("dynamic-modal-component .nuv-product-detail-table--headers-locked");this.$speedBumpsWithLockedHeaders=$(".nuv-speed-bump__container").has(".nuv-product-detail-table--headers-locked");this.$root.length>0&&(this.initEventListeners(),$("dynamic-modal-component .nuv-product-detail-table-retail__thead-reference").remove(),$("dynamic-modal-component .nuv-product-detail-table-retail__thead-original").removeClass("nuv-product-detail-table__thead-original").removeAttr("style",""),this.initializeLockedHeaders())},n.prototype.setTabJQueryObjects=function(n){this.initialized=!1;this.$root=$('dynamic-tab-component [data-tabname="'+n+'"] .nuv-product-detail-table');this.$firstColumnLockedTables=$('dynamic-tab-component [data-tabname="'+n+'"] .nuv-product-detail-table--first-column-locked');this.$headersLockedTables=$('dynamic-tab-component [data-tabname="'+n+'"] .nuv-product-detail-table--headers-locked');this.$speedBumpsWithLockedHeaders=$(".nuv-speed-bump__container").has(".nuv-product-detail-table--headers-locked");this.$root.length>0&&(this.initEventListeners(),$('dynamic-tab-component [data-tabname="'+n+'"] .nuv-product-detail-table-retail__thead-reference').remove(),$('dynamic-tab-component [data-tabname="'+n+'"] .nuv-product-detail-table-retail__thead-original').removeClass("nuv-product-detail-table__thead-original").removeAttr("style",""),this.initializeLockedHeaders())},n.prototype.init=function(){this.setJQueryObjects();this.initEventListeners();null===u.default.getParameterByName("tablelocked",window.location.href)&&this.initializeLockedHeaders();this.initialized=!0},n.prototype.initializeLockedHeaders=function(){var n=this;this.$headersLockedTables.length>0&&this.$headersLockedTables.each(function(){var t=$(this).find(".nuv-product-detail-table-retail__table-wrapper table"),n=t.find("thead");n.clone().addClass("nuv-product-detail-table__thead-reference").prependTo(t);n.addClass("nuv-product-detail-table__thead-original");n.data("clip-offset",0)});this.initialized&&($(window).off("scroll.nuv-product-detail-table-event",this.updateLockedTableHeaders),$(window).off("resize.nuv-product-detail-table-event",this.onLockedHeadersResize),$(document).off("nuv-reverse-scroll.nuv-product-detail-table-event",this.updateStickyFirstColumnWithLockedHeaders),this.$headersLockedTables.find(".nuv-product-detail-table-retail__table-wrapper").off("scroll.nuv-product-detail-table-event"),this.$speedBumpsWithLockedHeaders.off("scroll..nuv-product-detail-table-event"));$(window).on("scroll.nuv-product-detail-table-event",this.updateLockedTableHeaders.bind(this));this.$headersLockedTables.find(".nuv-product-detail-table-retail__table-wrapper").on("scroll.nuv-product-detail-table-event",function(){n.updateTableLeftClipFor($(this))});$(window).on("resize.nuv-product-detail-table-event",this.onLockedHeadersResize.bind(this));$(document).on("nuv-reverse-scroll.nuv-product-detail-table-event",this.updateStickyFirstColumnWithLockedHeaders.bind(this));u.default.isIOS()||this.$speedBumpsWithLockedHeaders.on("scroll..nuv-product-detail-table-event",function(){n.speedBumpScroll($(this),n)});u.default.isIOS()||this.$speedBumpsWithLockedHeaders.on("resize..nuv-product-detail-table-event",function(){n.speedBumpScroll($(this),n)});$(window).on("resize",function(){n.$speedBumpsWithLockedHeaders.scrollTop(0)})},n.prototype.speedBumpScroll=function(n,t){var i=n.offset().top;n.find(".nuv-product-detail-table-retail__thead-reference").each(function(){t.scrollingTheadReference($(this),t,i,0)})},n.prototype.updateStickyFirstColumnWithLockedHeaders=function(){var n=this;$(".nuv-product-detail-table-retail__table-wrapper--locked-header .nuv-product-detail-table-retail__thead-original").each(function(){$(this).css("top",n.getOffsetTop()+"px");var t=$(this).closest(".nuv-product-detail-table-retail__table-wrapper"),i=t.find(".nuv-product-detail-table-retail__locked-column-sticky-label");i.length>0&&i.css("top",n.getOffsetTop()+"px").css("left",t.offset().left+"px")})},n.prototype.updateLockedTableHeaders=function(){var n=this,t=this.getOffsetTop(),i=$(window).scrollTop()+t;$(".nuv-product-detail-table-retail__thead-reference").each(function(){n.scrollingTheadReference($(this),n,t,i)})},n.prototype.updateLockedTableHeadersById=function(n){if(0===n.parents("dynamic-modal-component").length&&"Product Detail"===this.pageType&&(this.enableTableLock=!1),this.enableTableLock){var r=n,t=this,i=this.getOffsetTop(),u=$(window).scrollTop()+i;t.scrollingTheadReference($(r).find(".nuv-product-detail-table-retail__thead-reference"),t,i,u)}},n.prototype.scrollingTheadReference=function(n,t,i,r){var u=n.closest(".nuv-product-detail-table-retail__table-wrapper"),o=u.offset().top+u.height(),f,e;r>=u.offset().top&&o>=r&&!u.hasClass("nuv-product-detail-table__table-wrapper--locked-header")?(u.addClass("nuv-product-detail-table__table-wrapper--locked-header"),u.find(".nuv-product-detail-table-retail__thead-original").css("top",i+"px"),f=u.find(".nuv-product-detail-table-retail__locked-column-sticky-label"),f.length>0&&f.css("top",i+"px").css("left",u.offset().left+"px"),t.matchOriginalTheadSizeToRefFor(n)):(r<u.offset().top||o<r)&&u.hasClass("nuv-product-detail-table__table-wrapper--locked-header")&&(u.removeClass("nuv-product-detail-table__table-wrapper--locked-header"),u.find(".nuv-product-detail-table-retail__thead-original").css("top",""),e=u.find(".nuv-product-detail-table-retail__locked-column-sticky-label"),e.length>0&&e.css("top","").css("left",""),t.cleanOriginalTheadSizeFromRefFor(n))},n.prototype.matchOriginalTheadSizeToRefFor=function(n){var t=n.next(),i=t.find("th");t.css("width",n.width()+"px").data("clip-width",n.closest(".nuv-product-detail-table-retail__table-wrapper").width()).data("clip-height",n.height());this.addOriginalTheadClipFor(t);n.find("th").each(function(n,t){i.eq(n).css("width",t.offsetWidth+"px")})},n.prototype.onLockedHeadersResize=function(){if($(window).width()!==this.windowWidth){this.windowWidth=$(window).width();var n=this;$(".nuv-product-detail-table-retail__thead-reference").each(function(){n.matchOriginalTheadSizeToRefFor($(this))});$(".nuv-product-detail-table-retail__table-wrapper--locked-header").scrollLeft(0);this.updateLockedTableHeaders();n.updateStickyFirstColumnWithLockedHeaders()}},n.prototype.addOriginalTheadClipFor=function(n){if(n.closest(".nuv-product-detail-table-retail__table-wrapper").hasClass("nuv-product-detail-table__table-wrapper--locked-header")){var t=parseFloat(n.data("clip-offset")),i=parseFloat(n.data("clip-width"))+t,r=parseFloat(n.data("clip-height"));n.css("clip","rect(0px, "+i+"px, "+r+"px, "+t+"px)").css("transform","translate3d(-"+t+"px, 0, 0)")}},n.prototype.updateTableLeftClipFor=function(n){var t=n.find(".nuv-product-detail-table-retail__thead-original"),i=n.hasClass("nuv-product-detail-table__table-wrapper--locked-header");t.data("clip-offset",n.scrollLeft());i&&this.addOriginalTheadClipFor(t)},n.prototype.cleanOriginalTheadSizeFromRefFor=function(n){var t=n.next(),i=t.find("th");t.css("width","").css("clip","").css("transform","");n.find("th").each(function(n){i.eq(n).css("width","")})},n.prototype.getOffsetTop=function(){var n=0,t;return n+=$(".nuv-product-detail-anchor-nav__sticky-content").height()-2,$("#global-navigation").hasClass("nuv-global-navigation-pdp")||(n+=$(".nuv-global-navigation__nav-wrapper").height()-2),"desktop"===c.default.current()&&(n+=$(".nuv-share-class-selector__sticky-content").height()-2),t=$(".nuv-global-navigation--compressed").length,"Product Landing"!==this.pageType||t||(n-=32),n},n.prototype.updateLockedRowSize=function(){this.$firstColumnLockedTables.each(function(){var n=$(this).find("table > thead:not(.nuv-product-detail-table-retail__thead-reference)"),t=0,i;n.find("tr > th:first-child")[0]&&(t=n.find("tr > th:first-child")[0].getBoundingClientRect().width);i=n.height();$(this).find(".nuv-product-detail-table-retail__locked-column-sticky-label").css("height",i+"px").css("width",t+"px");$(this).find("table > tbody > tr").each(function(){var i=$(this),n=i.find("td").eq(0),r,u;i.css("height","");n.css("height","").css("width","");r=i.height();u=n.height();u>r?i.add(n).css("height",u+"px"):n.css("height",r+"px");n.css("width",t+"px")})})},n.prototype.daysInMonth=function(n,t){return[31,t%4!=0||t%100==0&&t%400!=0?28:29,31,30,31,30,31,31,30,31,30,31][n]},n.prototype.updateDays=function(n,t,i,r){var f=r.daysInMonth(t.val(),i.val()),e=n.val(),u;for(n.find("option").remove(),u=1;u<=f;u++)n.append('<option value="'+u+'">'+("0"+u).slice(-2)+"<\/option>");e>f?n.val("1").change():n.val(e)},n.prototype.initEventListeners=function(){var n=this,t=this.$root;t&&t.each(function(){var i=$(this).attr("id"),h=$(this),c=$(this).parents("table-component").data("tabname"),l,u;$(this).find(".nuv-product-detail-table-retail__view-option").on("click",function(){var t=h.find(".nuv-product-detail-table-retail__link-toggle-option--active").data("option");console.group("Update Table");console.log("Table ID: ",i);console.log("View Option: ",$(this).data("option"));console.groupEnd();n.displayTableViewAs(c,t,$(this).data("option"))});l=$(this).find(".nuv-product-detail-table-retail__radio-select-option input[type=radio]").attr("name");$(this).find('.nuv-product-detail-table-retail__radio-select-option input[name="'+l+'"]').on("change",function(){console.group("Update Table");console.log("Table ID: ",i);console.log("Radio Value: ",this.value);console.groupEnd()});$(this).find(".nuv-product-detail-table-retail__dropdown-select-form--dropdown-collection").on("submit",function(n){n.preventDefault();var t={};$(this).find(".nuv-product-detail-table-retail__dropdown-select").each(function(n,i){var u=$(i).data("name"),r=$(i).val();r&&(t[u]=r)});console.group("Update Table");console.log("Table ID: ",i);console.log("Query: ",t);console.groupEnd()});$(this).find(".nuv-product-detail-table-retail__link-toggle-option").on("click",function(){h.find(".nuv-product-detail-table-retail__link-toggle-option").removeClass("nuv-product-detail-table__link-toggle-option--active");$(this).addClass("nuv-product-detail-table__link-toggle-option--active");var t=h.find(".nuv-product-detail-table-retail__view-option--active").data("option");console.group("Update Table");console.log("Table ID: ",i);console.log("Link Toggle Option: ",$(this).data("option"));console.groupEnd();n.displayTableViewAs(c,$(this).data("option"),t)});for(var r=new Date,a=n.daysInMonth(r.getMonth(),r.getFullYear()),f=$(this).find(".nuv-product-detail-table-retail__dropdown-select--day"),e=$(this).find(".nuv-product-detail-table-retail__dropdown-select--month"),t=$(this).find(".nuv-product-detail-table-retail__dropdown-select--year"),v=$(this).find(".nuv-product-detail-table-retail__dropdown-select-form--date"),o=1;o<=a;o++)f.append('<option value="'+o+'">'+("0"+o).slice(-2)+"<\/option>");for(u=t.data("start");u<=r.getFullYear();u++)t.append('<option value="'+u+'">'+u+"<\/option>");t.on("change",function(){n.updateDays(f,e,t,n)});e.on("change",function(){n.updateDays(f,e,t,n)});v.on("submit",function(n){n.preventDefault();console.group("Update Table");console.log("Table ID: ",i);console.log("Price Date: ",t.val()+"-"+(Number(e.val())+1)+"-"+f.val());console.groupEnd()});f.val(r.getDate());e.val(r.getMonth());t.val(r.getFullYear());$(this).find(".compare-tool-trigger").on("mouseover",n.handleCompareMouseover.bind(n)).on("mouseout",n.handleCompareMouseout.bind(n)).on("click",function(n){n.stopImmediatePropagation();console.group("Launch Compare Tool");console.log("Table ID: ",i);console.log("Fund Name: ",$(this).attr("data-fund-name"));console.log("Ticker: ",$(this).attr("data-fund-ticker"));console.groupEnd();$(this).attr("data-fund-ticker")&&window.dispatchEvent(new s.default("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:$(this).attr("data-fund-ticker"),name:$(this).attr("data-fund-name")}}))});$(this).find(".compare-tool-close-btn").on("click",function(){$(this).closest("tr").removeClass("show-compare-tool-overlay")})})},n.prototype.lockTableColumn=function(){var n=this;this.$root.length&&this.$root.toArray().forEach(function(t){n.lockTableColumnById(t)})},n.prototype.lockTableColumnById=function(n){var r=n,i,t;$(r).find(".nuv-clone").remove();i=$(r).find(".nuv-product-detail-table-retail__table-outer-wrapper");t=$(i).find(".nuv-product-detail-table-retail__table-wrapper");$(t).scrollLeft(0);setTimeout(function(){$(t).hasClass("transpose-table")||$(t).clone(!0).appendTo(i).addClass("nuv-clone")},50)},n.prototype.handleCompareMouseover=function(n){var r=$(n.delegateTarget),t=r.closest("tr"),i=t.closest(".nuv-product-detail-table-retail__table-wrapper ").children(".nuv-product-detail-table-retail__add-to-compare-tooltip"),f=t.position(),u=f.top+t[0].clientHeight/2-i[0].clientHeight/2;return t.hasClass("added-to-compare")?void this.hideCompareTooltip(i,u):(null!==this.mouseoverTimer&&(clearTimeout(this.mouseoverTimer),this.mouseoverTimer=null),null!==this.tooltipHideTimer&&(clearTimeout(this.tooltipHideTimer),this.tooltipHideTimer=null),this.tooltipVisible?void this.changeCompareTooltip(r,i,u):void this.showCompareTooltip(r,i,u))},n.prototype.handleCompareMouseout=function(n){var t=this;this.tooltipVisible&&(null!==this.mouseoverTimer&&clearTimeout(this.mouseoverTimer),null!==this.tooltipHideTimer&&clearTimeout(this.tooltipHideTimer),this.mouseoverTimer=setTimeout(function(){var i=$(n.delegateTarget),r=i.closest("tr"),u=r.closest(".nuv-product-detail-table-retail__table-wrapper ").children(".nuv-product-detail-table-retail__add-to-compare-tooltip");t.hideCompareTooltip(u);t.mouseoverTimer=null},100))},n.prototype.showCompareTooltip=function(n,t,i){var r=this;null!==this.mouseoverTimer&&(clearTimeout(this.mouseoverTimer),this.mouseoverTimer=null);null!==this.tooltipHideTimer&&(clearTimeout(this.tooltipHideTimer),this.tooltipHideTimer=null);t.removeAttr("style").css({display:"flex",transform:"translate(-10px, "+i+"px"}).children(".nuv-product-detail-table-retail__add-to-compare-tooltip-copy").text(n.attr("data-tooltip"));$("html").hasClass("nuv-max-funds--reached")||setTimeout(function(){t.addClass("nuv-product-detail-table__add-to-compare-tooltip--show").css({transform:"translate(0px, "+i+"px"});r.tooltipVisible=!0},0)},n.prototype.hideCompareTooltip=function(n){var t=this;this.tooltipVisible&&(null!==this.tooltipHideTimer&&clearTimeout(this.tooltipHideTimer),this.tooltipVisible=!1,n.addClass("nuv-opacity-0"),this.tooltipHideTimer=setTimeout(function(){n.removeClass("nuv-product-detail-table__add-to-compare-tooltip--show").removeAttr("style").children(".nuv-product-detail-table-retail__add-to-compare-tooltip-copy").empty();$(".nuv-product-detail-table-retail__add-to-compare-tooltip--show").removeClass("nuv-product-detail-table__add-to-compare-tooltip--show");t.tooltipHideTimer=null},300))},n.prototype.changeCompareTooltip=function(n,t,i){t.css({transform:"translate(0px, "+i+"px"}).children(".nuv-product-detail-table-retail__add-to-compare-tooltip-copy").text(n.attr("data-tooltip"))},n.prototype.displayTableViewAs=function(n,t,i){var o=this,u=i,r=$('table-component[data-tabname="'+n+'"]:not([hidden]) div.nuv-product-detail-table'),e=r.data("display-option"),f;(u?(r.find(".nuv-product-detail-table-retail__view-option").removeClass("nuv-product-detail-table__view-option--active"),r.find('.nuv-product-detail-table-retail__view-option[data-option="'+i+'"]').addClass("nuv-product-detail-table__view-option--active")):u=r.find(".nuv-product-detail-table-retail__view-option--active").data("option"),"both_default_table"===e||"both_default_graph"===e)&&("graph"===u?(r.find(".nuv-product-detail-table-retail__table-wrapper").addClass("nuv-product-detail-table__table-wrapper--hide"),r.find(".nuv-product-detail-table-retail__load-more").addClass("nuv-product-detail-table__load-more--hide"),r.find(".nuv-product-detail-table-retail__view-all").addClass("nuv-product-detail-table__view-all--hide"),r.find(".nuv-product-detail-table-retail__chart-wrapper").removeClass("nuv-product-detail-table__chart-wrapper--hide"),f=r.find(".nuv-product-detail-table-retail__chart-wrapper").find(".nuv-highcharts").highcharts(),f&&f.reflow()):(r.find(".nuv-product-detail-table-retail__chart-wrapper").addClass("nuv-product-detail-table__chart-wrapper--hide"),r.find(".nuv-product-detail-table-retail__load-more").removeClass("nuv-product-detail-table__load-more--hide"),r.find(".nuv-product-detail-table-retail__view-all").removeClass("nuv-product-detail-table__view-all--hide"),r.find(".nuv-product-detail-table-retail__table-wrapper").removeClass("nuv-product-detail-table__table-wrapper--hide"),o.updateLockedTableHeadersById(r)))},n}(),v=new a;t.default=v},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(10),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="productDetailTable";this.setJQueryObjects();this.initialized=!1;this.init=this.init;this.updateLockedRowSize=this.updateLockedRowSize;this.onLockedHeadersResize=this.onLockedHeadersResize;this.updateLockedTableHeaders=this.updateLockedTableHeaders;this.updateStickyFirstColumnWithLockedHeaders=this.updateStickyFirstColumnWithLockedHeaders;this.windowWidth=$(window).width();this.isPanningEnabled=!1}return n.prototype.setJQueryObjects=function(){this.$root=$(".nuv-product-detail-table:not(.nuv-retail)");this.$firstColumnLockedTables=$(".nuv-product-detail-table--first-column-locked");this.$headersLockedTables=$(".nuv-product-detail-table--headers-locked");this.$speedBumpsWithLockedHeaders=$(".nuv-speed-bump__container").has(".nuv-product-detail-table--headers-locked");this.$loadMoreButton=$(".nuv-product-detail-table__load-more a");this.filterShareClass=$(".nuv-product-detail-table__dropdown-select-wrapper select");this.$arrowleft=$(".table-panning-navItem.leftarrow");this.$arrowRight=$(".table-panning-navItem.rightarrow")},n.prototype.init=function(){this.setJQueryObjects();this.initializeLockedHeaders();$(window).on("scroll",function(){$(".nuv-global-navigation--compressed").length>0?($(".product-table-panning-navItem-rightarrow").addClass("product-table-panning-navItem-onscroll"),$(".product-table-panning-navItem-leftarrow").addClass("product-table-panning-navItem-onscroll")):$(".nuv-global-navigation--compressed").length<=0&&($(".product-table-panning-navItem-rightarrow").removeClass("product-table-panning-navItem-onscroll"),$(".product-table-panning-navItem-leftarrow").removeClass("product-table-panning-navItem-onscroll"))});var n=this;$(window).on("resize",function(){n.handlePanningVisibilitys()});window.addEventListener("load",function(){setTimeout(function(){n.handlePanningVisibilitys()},400)},!1);$(".product-table-panning-navItem-leftarrow").on("click",function(){n.handleTablePanningClick(this,!1,"leftarrow")});$(".product-table-panning-navItem-rightarrow").on("click",function(){n.handleTablePanningClick(this,!0,"rightarrow")})},n.prototype.handleTablePanningClick=function(n,t,i){var r=$(".nuv-product-detail-table__table-wrapper"),u=0;t&&(u=r.get(0).scrollWidth-r.outerWidth());r.animate({scrollLeft:u},300);"rightarrow"===i&&($(".product-table-panning-navItem-rightarrow").addClass("nuv-hide"),$(".product-table-panning-navItem-leftarrow").removeClass("nuv-hide"));"leftarrow"===i&&($(".product-table-panning-navItem-rightarrow").removeClass("nuv-hide"),$(".product-table-panning-navItem-leftarrow").addClass("nuv-hide"))},n.prototype.handlePanningVisibilitys=function(){if($(".nuv-product-detail-table__table-wrapper").length>0){var n=$(".nuv-product-detail-table__table-wrapper");n.outerWidth()<n.get(0).scrollWidth?this.isPanningEnabled=!0:(this.isPanningEnabled=!1,$(".product-table-panning-navItem-rightarrow").addClass("nuv-hide"))}},n.prototype.initializeLockedHeaders=function(){var n=this;this.$headersLockedTables.length>0&&this.$headersLockedTables.each(function(){var t=$(this).find(".nuv-product-detail-table__table-wrapper table"),n=t.find("thead");n.clone().addClass("nuv-product-detail-table__thead-reference").prependTo(t);n.addClass("nuv-product-detail-table__thead-original");n.data("clip-offset",0)});this.initialized&&($(window).off("scroll.nuv-product-detail-table-event",this.updateLockedTableHeaders),$(window).off("resize.nuv-product-detail-table-event",this.onLockedHeadersResize),$(document).off("nuv-reverse-scroll.nuv-product-detail-table-event",this.updateStickyFirstColumnWithLockedHeaders),this.$headersLockedTables.find(".nuv-product-detail-table__table-wrapper").off("scroll.nuv-product-detail-table-event"),this.$speedBumpsWithLockedHeaders.off("scroll..nuv-product-detail-table-event"));$(window).on("scroll.nuv-product-detail-table-event",this.updateLockedTableHeaders.bind(this));this.$headersLockedTables.find(".nuv-product-detail-table__table-wrapper").on("scroll.nuv-product-detail-table-event",function(){n.updateTableLeftClipFor($(this))});$(window).on("resize.nuv-product-detail-table-event",this.onLockedHeadersResize.bind(this));$(document).on("nuv-reverse-scroll.nuv-product-detail-table-event",this.updateStickyFirstColumnWithLockedHeaders.bind(this));$(window).on("resize",function(){n.$speedBumpsWithLockedHeaders.scrollTop(0)})},n.prototype.speedBumpScroll=function(n,t){var i=n.offset().top;n.find(".nuv-product-detail-table__thead-reference").each(function(){t.scrollingTheadReference($(this),t,i,0)})},n.prototype.updateStickyFirstColumnWithLockedHeaders=function(){var n=this;$(".nuv-product-detail-table__table-wrapper--locked-header .nuv-product-detail-table__thead-original").each(function(){$(this).css("top",n.getOffsetTop()+"px");var t=$(this).closest(".nuv-product-detail-table__table-wrapper"),i=t.find(".nuv-product-detail-table__locked-column-sticky-label");i.length>0&&i.css("top",n.getOffsetTop()+"px").css("left",t.offset().left+"px")})},n.prototype.updateLockedTableHeaders=function(){var n=this,t=this.getOffsetTop(),i=$(window).scrollTop()+t;$(".nuv-product-detail-table__thead-reference").each(function(){n.scrollingTheadReference($(this),n,t,i)})},n.prototype.scrollingTheadReference=function(n,t,i,r){var u=n.closest(".nuv-product-detail-table__table-wrapper"),o=u.offset().top+u.height(),f,e;r>=u.offset().top&&o>=r&&!u.hasClass("nuv-product-detail-table__table-wrapper--locked-header")?(u.addClass("nuv-product-detail-table__table-wrapper--locked-header"),u.find(".nuv-product-detail-table__thead-original").css("top",i+"px"),f=u.find(".nuv-product-detail-table__locked-column-sticky-label"),f.length>0&&f.css("top",i+"px").css("left",u.offset().left+"px"),t.matchOriginalTheadSizeToRefFor(n)):(r<u.offset().top||o<r)&&u.hasClass("nuv-product-detail-table__table-wrapper--locked-header")&&(u.removeClass("nuv-product-detail-table__table-wrapper--locked-header"),u.find(".nuv-product-detail-table__thead-original").css("top",""),e=u.find(".nuv-product-detail-table__locked-column-sticky-label"),e.length>0&&e.css("top","").css("left",""),t.cleanOriginalTheadSizeFromRefFor(n))},n.prototype.matchOriginalTheadSizeToRefFor=function(n){var t=n.next(),i=t.find("th");t.css("width",n.width()+"px").data("clip-width",n.closest(".nuv-product-detail-table__table-wrapper").width()).data("clip-height",n.height());this.addOriginalTheadClipFor(t);n.find("th").each(function(n,t){i.eq(n).css("width",t.offsetWidth+"px")})},n.prototype.onLockedHeadersResize=function(){if($(window).width()!==this.windowWidth){this.windowWidth=$(window).width();var n=this;$(".nuv-product-detail-table__thead-reference").each(function(){n.matchOriginalTheadSizeToRefFor($(this))});$(".nuv-product-detail-table__table-wrapper--locked-header").scrollLeft(0);this.updateLockedTableHeaders();n.updateStickyFirstColumnWithLockedHeaders()}},n.prototype.addOriginalTheadClipFor=function(n){if(n.closest(".nuv-product-detail-table__table-wrapper").hasClass("nuv-product-detail-table__table-wrapper--locked-header")){var t=parseFloat(n.data("clip-offset")),i=parseFloat(n.data("clip-width"))+t,r=parseFloat(n.data("clip-height"));n.css("clip","rect(0px, "+i+"px, "+r+"px, "+t+"px)").css("transform","translate3d(-"+t+"px, 0, 0)")}},n.prototype.updateTableLeftClipFor=function(n){var t=n.find(".nuv-product-detail-table__thead-original"),i=n.hasClass("nuv-product-detail-table__table-wrapper--locked-header");t.data("clip-offset",n.scrollLeft());i&&this.addOriginalTheadClipFor(t)},n.prototype.cleanOriginalTheadSizeFromRefFor=function(n){var t=n.next(),i=t.find("th");t.css("width","").css("clip","").css("transform","");n.find("th").each(function(n){i.eq(n).css("width","")})},n.prototype.getOffsetTop=function(){var n=0;return n+=$(".nuv-product-detail-anchor-nav__sticky-content").height()-2,"desktop"===o.default.current()&&(n=Math.max(n,$(".nuv-share-class-selector__sticky-content").height()-2)),$("body").hasClass("nuv-page--reverse-scroll")&&(n+=$(".nuv-global-navigation__nav-wrapper").height()-2),n},n}(),h=new s;t.default=h},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var e=i(1),o=u(e),s=i(19),f=u(s),h=i(34),r=u(h),c=function(){function n(t){o.default(this,n);this.componentName="searchOverlay";this.OPEN_CLASSNAME="nuv-search-overlay--open";this.COOKIE_NAME="nuv-recent-searches";this.SEARCH_FIELD_CLASSNAME="nuv-search-overlay__search-field";this.WITH_SUGGESTIONS_CLASSNAME="nuv-search-overlay--with-suggestions";this.overlayTriggers=[".nuv-global-navigation__search-button",".nuv-homepage-header__search-form",".nuv-landing-sub-navigation__search-button"];this.initialized=!1;this.context=t;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-search-overlay",this.context);this.$searchForm=$(".nuv-search-overlay__search-form",this.context);this.$mainContainer=$(".nuv-search-overlay__main-container",this.context);this.$closeButton=$(".nuv-search-overlay__close-button",this.context);this.$clearButton=$(".nuv-search-overlay__reset",this.context);this.$searchField=$(".nuv-search-overlay__search-field",this.context);this.contextLanguage=$("#contextLanguage").val()},n.prototype.debounce=function(n,t,i){var r=void 0;return function(){for(var f=arguments.length,e=Array(f),u=0;u<f;u++)e[u]=arguments[u];var o=this,s=e,h=function(){r=null;i||n.apply(o,s)},c=i&&!r;clearTimeout(r);r=setTimeout(h,t);c&&n.apply(o,s)}},n.prototype.init=function(){var t=this,n,i;if(this.setJQueryObjects(),this.initialized=!0,!(this.$element.length<1)){n=this;this.action=this.$searchForm.attr("action");this.$mainContainer.append(n.groupMarkup("recent-searches",n.listMarkup("recent-searches",$("#SearchPlaceHolderText").val(),n.recentSearchList(r.default.list(n.COOKIE_NAME)))));this.$typeaheadContainer=$(".nuv-search-overlay__group-wrapper--typeahead");this.$searchForm.on("submit",function(t){t.preventDefault();t.stopPropagation();var u=$(this).find("."+n.SEARCH_FIELD_CLASSNAME).val().replace(/<[^>]*>?/gm,""),i=u.toLowerCase();(i.indexOf("<")<0||i.indexOf(">")<0)&&0!==i.indexOf("<")&&i.indexOf("<button")<0&&i.indexOf("<select")<0&&i.indexOf("<input")<0&&r.default.ammend(n.COOKIE_NAME,u,30,3)});$(this.overlayTriggers.join(",")).on("click",n.open.bind(n));this.$closeButton.on("click",n.close.bind(n));this.$searchField.on("keyup",function(n){n.stopPropagation();n.preventDefault();var i=t.$searchField.val().replace(/<[^>]*>?/gm,"");13===n.keyCode&&(window.location.href=t.action+"?q="+encodeURIComponent(i).replace("%20","+"));t.toggleClearSearchButton()});this.$clearButton.on("click",function(){t.$searchField.addClass("nuv-search-overlay__search-field--empty")});i=n.debounce(function(){n.typeahead()},500);this.$searchField.on("keyup",i.bind(n))}},n.prototype.toggleClearSearchButton=function(){0===this.$searchField.val().length?this.$searchField.addClass("nuv-search-overlay__search-field--empty"):this.$searchField.removeClass("nuv-search-overlay__search-field--empty")},n.prototype.listMarkup=function(n,t,i){return'\n            <div class="nuv-search-overlay__list-wrapper nuv-search-overlay__list-wrapper--'+n+'">\n                <h4 class="nuv-search-overlay__list-title">'+t+'<\/h4>\n                <ul class="nuv-search-overlay__list-container">\n                '+i.map(function(n){return'\n                <li class="nuv-search-overlay__list-item">\n                    <a href="'+n.detailLink+'">'+n.name+"\n                    <\/a>\n                <\/li>"}).join("")+"\n                <\/ul>\n            <\/div>\n        "},n.prototype.groupMarkup=function(n,t){return'\n            <div class="nuv-search-overlay__group-wrapper nuv-search-overlay__group-wrapper--'+n+'">\n                '+t+"\n            <\/div>\n        "},n.prototype.open=function(){var n=this;this.$element.addClass(this.OPEN_CLASSNAME);this.toggleClearSearchButton();setTimeout(function(){n.$searchField.setCursorPosition(0).focus()},450);f.default.lock()},n.prototype.close=function(){this.$element.removeClass(this.OPEN_CLASSNAME);$(".nuv-global-navigation").hasClass("nuv-global-navigation--menu-open")||f.default.unlock();this.$searchField.val("")},n.prototype.recentSearchList=function(n){var t=this;return n.reverse().reduce(function(n,i){var r={name:i,detailLink:t.action+"?q="+encodeURIComponent(i)};return n.push(r),n},[])},n.prototype.typeahead=function(){var n=this,i=this.$searchField.attr("data-key"),f,t,u;$(".nuv-search-overlay__group-wrapper").length||n.$mainContainer.append(n.groupMarkup("typeahead",""));f=$(".nuv-search-overlay__group-wrapper");""!==this.$searchField.val()&&null!==this.$searchField.val()&&void 0!==this.$searchField.val()&&(t="/global/api/search/autocomplete",u=document.cookie.indexOf("oh_resident=1")>-1,"institutional"===i?t="/en-us/institutional/api/search/autocomplete":"retail"===i?t="/en-us/api/search/autocomplete":"threit"===i&&(t="/gcreit/api/search/autocomplete"),t+=-1===t.indexOf("?")?"?q="+this.$searchField.val().replace(/<[^>]*>?/gm,"")+"&oh_resident="+u:"&q="+this.$searchField.val().replace(/<[^>]*>?/gm,"")+"&oh_resident="+u,$.ajax({dataType:"json",url:t,success:function(t){if(t&&t.tags){var i="",u="";u=r.default.check(n.COOKIE_NAME)?n.listMarkup("recent-searches",$("#SearchPlaceHolderText").val(),n.recentSearchList(r.default.list(n.COOKIE_NAME))):"";$.each(t.tags,function(t,r){i+=n.listMarkup(r.tagName,r.tagName,r.contentItem)});f.html(i||u)}}}))},n}(),l=new c(document);t.default=l},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var e=i(280),o=r(e),s=i(1),h=r(s),c=i(90),u=r(c),l=i(10),f=r(l),a={dismissed:!1,timesSeen:0},v=function(){function n(){h.default(this,n);this.componentName="siteConfirmationNotification";this.activeClass="site-confirmation-notification--active";this.init=this.init;this.initialized=!1;this.setJQueryObjects();this.dismiss=this.dismiss.bind(this);this.onScroll=this.onScroll.bind(this)}return n.prototype.setJQueryObjects=function(){this.$nuvSiteConfirmNotif=$(".site-confirmation-notification");this.$nuvSiteConfirmNotifClose=$(".site-confirmation-notification__close");this.$body=$("body")},n.prototype.init=function(){this.setJQueryObjects();this.$nuvSiteConfirmNotif.length<=0||"mobile"!==f.default.current()&&"tablet"!==f.default.current()&&(this.initialized||(this.$nuvSiteConfirmNotifClose.click(this.dismiss),$(window).on("scroll.siteConfirmationNotification",this.onScroll),this.attemptOpen()),this.initialized=!0)},n.prototype.onScroll=function(){this.close();$(window).off("scroll.siteConfirmationNotification",this.onScroll)},n.prototype.getStoreData=function(){return u.default.get("siteNotificationConfirmation")||a},n.prototype.setStoreData=function(n){var t=this.getStoreData();u.default.set("siteNotificationConfirmation",o.default({},t,n))},n.prototype.attemptOpen=function(){var n=this.getStoreData(),i=n.dismissed,t=n.timesSeen;i||t>2||(this.setStoreData({timesSeen:t+1}),this.open(n))},n.prototype.dismiss=function(){this.setStoreData({dismissed:!0});this.close()},n.prototype.open=function(){this.$nuvSiteConfirmNotif.addClass(this.activeClass)},n.prototype.close=function(){this.$nuvSiteConfirmNotif.length<=0||this.$nuvSiteConfirmNotif.removeClass(this.activeClass)},n}(),y=new v;t.default=y},function(n,t,i){"use strict";var r,u,f;Object.defineProperty(t,"__esModule",{value:!0});r=i(1);u=function(n){return n&&n.__esModule?n:{"default":n}}(r);i(518);f=function(){function n(t,i,r,f,e,o){u.default(this,n);this.ctaButton=t;this.apiUrl=i;this.dataContainer=r;this.childItem=f;this.appendHtml="";this.loadingHtml='<div class="nuv-loader"><\/div>';this.pageIndex=e||1;this.dataId=o;this.callToAction();this.targetButton=null}return n.prototype.callToAction=function(){var n=this;$("body").on("click",this.ctaButton,function(t){t.preventDefault();$(t.currentTarget).addClass("is-disabled");n.targetButton=$(t.currentTarget);n.getData().then(function(t){n.removeLoading();$(n.targetButton).removeClass("is-disabled");t||$(n.targetButton).remove();n.pageIndex++})})},n.prototype.getData=function(){var n=this;return this.showLoading(),fetch(""+this.apiUrl+this.dataId+"&pageIndex="+this.pageIndex).then(function(n){return n.ok?Promise.resolve(n):Promise.reject(new Error("Failed to load"))}).then(function(n){return n.json()}).then(function(t){var i=t.link_list,r=t.has_more_items;return""!==i&&n.appendData(i),r}).catch(function(n){console.log("Error: "+n.message)})},n.prototype.appendData=function(n){$(this.dataContainer).find(this.childItem).last().after(n)},n.prototype.showLoading=function(){$(this.dataContainer).find(this.childItem).last().after(this.loadingHtml)},n.prototype.removeLoading=function(){$(".nuv-loader").remove()},n}();t.default=f},function(n){var t={}.toString;n.exports=function(n){return t.call(n).slice(8,-1)}},function(n,t,i){var u=i(71),r=i(35).document,f=u(r)&&u(r.createElement);n.exports=function(n){return f?r.createElement(n):{}}},function(n,t,i){n.exports=!i(51)&&!i(61)(function(){return 7!=Object.defineProperty(i(142)("div"),"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(141);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return"String"==r(n)?n.split(""):Object(n)}},function(n,t,i){"use strict";var e=i(97),u=i(95),c=i(149),o=i(52),l=i(39),s=i(96),a=i(292),v=i(99),y=i(300),r=i(54)("iterator"),f=!([].keys&&"next"in[].keys()),h=function(){return this};n.exports=function(n,t,i,p,w,b,k){a(i,t,p);var tt,rt,it,ut=function(n){if(!f&&n in d)return d[n];switch(n){case"keys":case"values":return function(){return new i(this,n)}}return function(){return new i(this,n)}},ot=t+" Iterator",ft="values"==w,et=!1,d=n.prototype,g=d[r]||d["@@iterator"]||w&&d[w],nt=g||ut(w),ht=w?ft?ut("entries"):nt:void 0,st="Array"==t?d.entries||g:g;if(st&&(it=y(st.call(new n)))!==Object.prototype&&it.next&&(v(it,ot,!0),e||l(it,r)||o(it,r,h)),ft&&g&&"values"!==g.name&&(et=!0,nt=function(){return g.call(this)}),e&&!k||!f&&!et&&d[r]||o(d,r,nt),s[t]=nt,s[ot]=h,w)if(tt={values:ft?nt:ut("values"),keys:b?nt:ut("keys"),entries:ht},k)for(rt in tt)rt in d||c(d,rt,tt[rt]);else u(u.P+u.F*(f||et),t,tt);return tt}},function(n,t,i){var e=i(69),o=i(297),f=i(94),s=i(100)("IE_PROTO"),u=function(){},r=function(){var n,t=i(142)("iframe"),u=f.length;for(t.style.display="none",i(290).appendChild(t),t.src="javascript:",n=t.contentWindow.document,n.open(),n.write("<script>document.F=Object<\/script>"),n.close(),r=n.F;u--;)delete r.prototype[f[u]];return r()};n.exports=Object.create||function(n,t){var i;return null!==n?(u.prototype=e(n),i=new u,u.prototype=null,i[s]=n):i=r(),void 0===t?i:o(i,t)}},function(n,t,i){var r=i(148),u=i(94).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(n){return r(n,u)}},function(n,t,i){var r=i(39),u=i(40),f=i(287)(!1),e=i(100)("IE_PROTO");n.exports=function(n,t){var i,s=u(n),h=0,o=[];for(i in s)i!=e&&r(s,i)&&o.push(i);for(;t.length>h;)r(s,i=t[h++])&&(~f(o,i)||o.push(i));return o}},function(n,t,i){n.exports=i(52)},function(n,t,i){var r=i(93);n.exports=function(n){return Object(r(n))}},function(n,t,i){var r=i(22);n.exports=function(n,t){if("number"!=typeof n&&"Number"!=r(n))throw TypeError(t);return+n}},function(n,t,i){"use strict";var u=i(11),r=i(49),f=i(9);n.exports=[].copyWithin||function(n,t){var o=u(this),s=f(o.length),i=r(n,s),e=r(t,s),l=arguments.length>2?arguments[2]:void 0,h=Math.min((void 0===l?s:r(l,s))-e,s-i),c=1;for(e<i&&i<e+h&&(c=-1,e+=h-1,i+=h-1);h-->0;)e in o?o[i]=o[e]:delete o[i],i+=c,e+=c;return o}},function(n,t,i){var r=i(42);n.exports=function(n,t){var i=[];return r(n,!1,i.push,i,t),i}},function(n,t,i){var r=i(12),u=i(11),f=i(64),e=i(9);n.exports=function(n,t,i,o,s){r(t);var l=u(n),c=f(l),a=e(l.length),h=s?a-1:0,v=s?-1:1;if(i<2)for(;;){if(h in c){o=c[h];h+=v;break}if(h+=v,s?h<0:a<=h)throw TypeError("Reduce of empty array with no initial value");}for(;s?h>=0:a>h;h+=v)h in c&&(o=t(o,c[h],h,l));return o}},function(n,t,i){"use strict";var f=i(12),e=i(5),o=i(79),u=[].slice,r={},s=function(n,t,i){if(!(t in r)){for(var f=[],u=0;u<t;u++)f[u]="a["+u+"]";r[t]=Function("F,a","return new F("+f.join(",")+")")}return r[t](n,i)};n.exports=Function.bind||function(n){var t=f(this),r=u.call(arguments,1),i=function(){var f=r.concat(u.call(arguments));return this instanceof i?s(t,f.length,f):o(t,f,n)};return e(t.prototype)&&(i.prototype=t.prototype),i}},function(n,t,i){"use strict";var h=i(8).f,c=i(44),l=i(47),a=i(23),v=i(41),y=i(42),p=i(116),f=i(163),w=i(48),o=i(7),s=i(37).fastKey,r=i(58),u=o?"_s":"size",e=function(n,t){var i,r=s(t);if("F"!==r)return n._i[r];for(i=n._f;i;i=i.n)if(i.k==t)return i};n.exports={getConstructor:function(n,t,i,f){var s=n(function(n,r){v(n,s,t,"_i");n._t=t;n._i=c(null);n._f=void 0;n._l=void 0;n[u]=0;void 0!=r&&y(r,i,n[f],n)});return l(s.prototype,{clear:function(){for(var i=r(this,t),f=i._i,n=i._f;n;n=n.n)n.r=!0,n.p&&(n.p=n.p.n=void 0),delete f[n.i];i._f=i._l=void 0;i[u]=0},"delete":function(n){var f=r(this,t),i=e(f,n),o,s;return i&&(o=i.n,s=i.p,delete f._i[i.i],i.r=!0,s&&(s.n=o),o&&(o.p=s),f._f==i&&(f._f=o),f._l==i&&(f._l=s),f[u]--),!!i},forEach:function(n){r(this,t);for(var i,u=a(n,arguments.length>1?arguments[1]:void 0,3);i=i?i.n:this._f;)for(u(i.v,i.k,this);i&&i.r;)i=i.p},has:function(n){return!!e(r(this,t),n)}}),o&&h(s.prototype,"size",{get:function(){return r(this,t)[u]}}),s},def:function(n,t,i){var f,o,r=e(n,t);return r?r.v=i:(n._l=r={i:o=s(t,!0),k:t,v:i,p:f=n._l,n:void 0,r:!1},n._f||(n._f=r),f&&(f.n=r),n[u]++,"F"!==o&&(n._i[o]=r)),n},getEntry:e,setStrong:function(n,t,i){p(n,t,function(n,i){this._t=r(n,t);this._k=i;this._l=void 0},function(){for(var t=this,i=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==i?f(0,n.k):"values"==i?f(0,n.v):f(0,[n.k,n.v]):(t._t=void 0,f(1))},i?"entries":"values",!i,!0);w(t)}}},function(n,t,i){var r=i(63),u=i(153);n.exports=function(n){return function(){if(r(this)!=n)throw TypeError(n+"#toJSON isn't generic");return u(this)}}},function(n,t,i){"use strict";var l=i(47),u=i(37).getWeak,a=i(2),e=i(5),v=i(41),y=i(42),o=i(25),s=i(14),h=i(58),p=o(5),w=o(6),b=0,r=function(n){return n._l||(n._l=new c)},c=function(){this.a=[]},f=function(n,t){return p(n.a,function(n){return n[0]===t})};c.prototype={get:function(n){var t=f(this,n);if(t)return t[1]},has:function(n){return!!f(this,n)},set:function(n,t){var i=f(this,n);i?i[1]=t:this.a.push([n,t])},"delete":function(n){var t=w(this.a,function(t){return t[0]===n});return~t&&this.a.splice(t,1),!!~t}};n.exports={getConstructor:function(n,t,i,f){var o=n(function(n,r){v(n,o,t,"_i");n._t=t;n._i=b++;n._l=void 0;void 0!=r&&y(r,i,n[f],n)});return l(o.prototype,{"delete":function(n){if(!e(n))return!1;var i=u(n);return!0===i?r(h(this,t)).delete(n):i&&s(i,this._i)&&delete i[this._i]},has:function(n){if(!e(n))return!1;var i=u(n);return!0===i?r(h(this,t)).has(n):i&&s(i,this._i)}}),o},def:function(n,t,i){var f=u(a(t),!0);return!0===f?r(n).set(t,i):f[n._i]=i,n},ufstore:r}},function(n,t,i){"use strict";function r(n,t,i,h,c,l,a,v){for(var y,p,w=c,b=0,k=!!a&&o(a,v,3);b<h;){if(b in i){if(y=k?k(i[b],b,t):i[b],p=!1,f(y)&&(p=y[s],p=void 0!==p?!!p:u(y)),p&&l>0)w=r(n,t,y,e(y.length),w,l-1)-1;else{if(w>=9007199254740991)throw TypeError();n[w]=y}w++}b++}return w}var u=i(80),f=i(5),e=i(9),o=i(23),s=i(6)("isConcatSpreadable");n.exports=r},function(n,t,i){n.exports=!i(7)&&!i(4)(function(){return 7!=Object.defineProperty(i(109)("div"),"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(5),u=Math.floor;n.exports=function(n){return!r(n)&&isFinite(n)&&u(n)===n}},function(n,t,i){var r=i(2);n.exports=function(n,t,i,u){try{return u?t(r(i)[0],i[1]):t(i)}catch(t){var f=n.return;throw void 0!==f&&r(f.call(n)),t;}}},function(n){n.exports=function(n,t){return{value:t,done:!!n}}},function(n,t,i){var o=i(118),r=Math.pow,f=r(2,-52),u=r(2,-23),s=r(2,127)*(2-u),e=r(2,-126),h=function(n){return n+1/f-1/f};n.exports=Math.fround||function(n){var r,t,i=Math.abs(n),c=o(n);return i<e?c*h(i/e/u)*e*u:(r=(1+u/f)*i,t=r-(r-i),t>s||t!=t?c*(1/0):c*t)}},function(n){n.exports=Math.log1p||function(n){return(n=+n)>-1e-8&&n<1e-8?n-n*n/2:Math.log(1+n)}},function(n){n.exports=Math.scale||function(n,t,i,r,u){return 0===arguments.length||n!=n||t!=t||i!=i||r!=r||u!=u?NaN:n===1/0||n===-1/0?n:(n-t)*(u-r)/(i-t)+r}},function(n,t,i){"use strict";var u=i(38),f=i(84),e=i(65),o=i(11),s=i(64),r=Object.assign;n.exports=!r||i(4)(function(){var n={},t={},i=Symbol(),u="abcdefghijklmnopqrst";return n[i]=7,u.split("").forEach(function(n){t[n]=n}),7!=r({},n)[i]||Object.keys(r({},t)).join("")!=u})?function(n){for(var r=o(n),v=arguments.length,h=1,c=f.f,y=e.f;v>h;)for(var i,t=s(arguments[h++]),l=c?u(t).concat(c(t)):u(t),p=l.length,a=0;p>a;)y.call(t,i=l[a++])&&(r[i]=t[i]);return r}:r},function(n,t,i){var r=i(8),u=i(2),f=i(38);n.exports=i(7)?Object.defineProperties:function(n,t){u(n);for(var i,e=f(t),s=e.length,o=0;s>o;)r.f(n,i=e[o++],t[i]);return n}},function(n,t,i){var f=i(18),r=i(45).f,e={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(n){try{return r(n)}catch(n){return u.slice()}};n.exports.f=function(n){return u&&"[object Window]"==e.call(n)?o(n):r(f(n))}},function(n,t,i){var r=i(14),u=i(18),f=i(75)(!1),e=i(122)("IE_PROTO");n.exports=function(n,t){var i,s=u(n),h=0,o=[];for(i in s)i!=e&&r(s,i)&&o.push(i);for(;t.length>h;)r(s,i=t[h++])&&(~f(o,i)||o.push(i));return o}},function(n,t,i){var r=i(38),u=i(18),f=i(65).f;n.exports=function(n){return function(t){for(var i,e=u(t),o=r(e),c=o.length,s=0,h=[];c>s;)f.call(e,i=o[s++])&&h.push(n?[i,e[i]]:e[i]);return h}}},function(n,t,i){var u=i(45),f=i(84),e=i(2),r=i(3).Reflect;n.exports=r&&r.ownKeys||function(n){var t=u.f(e(n)),i=f.f;return i?t.concat(i(n)):t}},function(n,t,i){var r=i(3).parseFloat,u=i(57).trim;n.exports=1/r(i(126)+"-0")!=-1/0?function(n){var t=u(String(n),3),i=r(t);return 0===i&&"-"==t.charAt(0)?-0:i}:r},function(n,t,i){var r=i(3).parseInt,f=i(57).trim,u=i(126),e=/^[-+]?0[xX]/;n.exports=8!==r(u+"08")||22!==r(u+"0x16")?function(n,t){var i=f(String(n),3);return r(i,t>>>0||(e.test(i)?16:10))}:r},function(n){n.exports=function(n){try{return{e:!1,v:n()}}catch(n){return{e:!0,v:n}}}},function(n,t,i){var r=i(120);n.exports=function(n,t){var i=r.f(n);return i.resolve(t),i.promise}},function(n,t,i){var r=i(9),u=i(125),f=i(27);n.exports=function(n,t,i,e){var s=String(f(n)),l=s.length,c=void 0===i?" ":String(i),a=r(t),h,o;return a<=l||""==c?s:(h=a-l,o=u.call(c,Math.ceil(h/c.length)),o.length>h&&(o=o.slice(0,h)),e?o+s:s+o)}},function(n,t,i){var r=i(29),u=i(9);n.exports=function(n){if(void 0===n)return 0;var t=r(n),i=u(t);if(t!==i)throw RangeError("Wrong length!");return i}},function(n,t,i){t.f=i(6)},function(n,t,i){"use strict";var r=i(156),u=i(58);n.exports=i(76)("Map",function(n){return function(){return n(this,arguments.length>0?arguments[0]:void 0)}},{get:function(n){var t=r.getEntry(u(this,"Map"),n);return t&&t.v},set:function(n,t){return r.def(u(this,"Map"),0===n?0:n,t)}},r,!0)},function(n,t,i){i(7)&&"g"!=/./g.flags&&i(8).f(RegExp.prototype,"flags",{configurable:!0,get:i(78)})},function(n,t,i){"use strict";var r=i(156),u=i(58);n.exports=i(76)("Set",function(n){return function(){return n(this,arguments.length>0?arguments[0]:void 0)}},{add:function(n){return r.def(u(this,"Set"),n=0===n?0:n,n)}},r)},function(n,t,i){"use strict";var u,a=i(25)(0),v=i(16),f=i(37),y=i(167),r=i(158),e=i(5),p=i(4),o=i(58),w=f.getWeak,b=Object.isExtensible,k=r.ufstore,s={},h=function(n){return function(){return n(this,arguments.length>0?arguments[0]:void 0)}},c={get:function(n){if(e(n)){var t=w(n);return!0===t?k(o(this,"WeakMap")).get(n):t?t[this._i]:void 0}},set:function(n,t){return r.def(o(this,"WeakMap"),n,t)}},l=n.exports=i(76)("WeakMap",h,c,r,!0,!0);p(function(){return 7!=(new l).set((Object.freeze||Object)(s),7).get(s)})&&(u=r.getConstructor(h,"WeakMap"),y(u.prototype,c),f.NEED=!0,a(["delete","has","get","set"],function(n){var t=l.prototype,i=t[n];v(t,n,function(t,r){if(e(t)&&!b(t)){this._f||(this._f=new u);var f=this._f[n](t,r);return"set"==n?this:f}return i.call(this,t,r)})}))},function(n,t,i){var r;!function(u,f,e,o){"use strict";function li(n,t,i){return setTimeout(ai(n,i),t)}function et(n,t,i){return!!Array.isArray(n)&&(w(n,i[t],i),!0)}function w(n,t,i){var r;if(n)if(n.forEach)n.forEach(t,i);else if(n.length!==o)for(r=0;r<n.length;)t.call(i,n[r],r,n),r++;else for(r in n)n.hasOwnProperty(r)&&t.call(i,n[r],r,n)}function fr(n,t,i){var r="DEPRECATED METHOD: "+t+"\n"+i+" AT \n";return function(){var t=new Error("get-stack-trace"),f=t&&t.stack?t.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",i=u.console&&(u.console.warn||u.console.log);return i&&i.call(u.console,r,f),n.apply(this,arguments)}}function l(n,t,i){var r,u=t.prototype;r=n.prototype=Object.create(u);r.constructor=n;r._super=u;i&&k(r,i)}function ai(n,t){return function(){return n.apply(t,arguments)}}function vi(n,t){return typeof n==ef?n.apply(t?t[0]||o:o,t):n}function er(n,t){return n===o?t:n}function bt(n,t,i){w(dt(t),function(t){n.addEventListener(t,i,!1)})}function kt(n,t,i){w(dt(t),function(t){n.removeEventListener(t,i,!1)})}function or(n,t){for(;n;){if(n==t)return!0;n=n.parentNode}return!1}function nt(n,t){return n.indexOf(t)>-1}function dt(n){return n.trim().split(/\s+/g)}function ot(n,t,i){if(n.indexOf&&!i)return n.indexOf(t);for(var r=0;r<n.length;){if(i&&n[r][i]==t||!i&&n[r]===t)return r;r++}return-1}function gt(n){return Array.prototype.slice.call(n,0)}function sr(n,t,i){for(var f,u=[],e=[],r=0;r<n.length;)f=t?n[r][t]:n[r],ot(e,f)<0&&u.push(n[r]),e[r]=f,r++;return i&&(u=t?u.sort(function(n,i){return n[t]>i[t]}):u.sort()),u}function ni(n,t){for(var i,u,f=t[0].toUpperCase()+t.slice(1),r=0;r<dr.length;){if(i=dr[r],(u=i?i+f:t)in n)return u;r++}return o}function lu(){return sf++}function hr(n){var t=n.ownerDocument||n;return t.defaultView||t.parentWindow||u}function a(n,t){var i=this;this.manager=n;this.callback=t;this.element=n.element;this.target=n.options.inputTarget;this.domHandler=function(t){vi(n.options.enable,[n])&&i.handler(t)};this.init()}function au(n){var t=n.options.inputClass;return new(t||(hf?pi:cf?ri:ru?wi:ii))(n,vu)}function vu(n,t,i){var r=i.pointers.length,u=i.changedPointers.length,f=t&h&&r-u==0,e=t&(s|c)&&r-u==0;i.isFirst=!!f;i.isFinal=!!e;f&&(n.session={});i.eventType=t;yu(n,i);n.emit("hammer.input",i);n.recognize(i);n.session.prevInput=i}function yu(n,t){var i=n.session,f=t.pointers,o=f.length,r,e;i.firstInput||(i.firstInput=cr(t));o>1&&!i.firstMultiple?i.firstMultiple=cr(t):1===o&&(i.firstMultiple=!1);var s=i.firstInput,u=i.firstMultiple,h=u?u.center:s.center,c=t.center=lr(f);t.timeStamp=ir();t.deltaTime=t.timeStamp-s.timeStamp;t.angle=yi(h,c);t.distance=ti(h,c);pu(i,t);t.offsetDirection=vr(t.deltaX,t.deltaY);r=ar(t.deltaTime,t.deltaX,t.deltaY);t.overallVelocityX=r.x;t.overallVelocityY=r.y;t.overallVelocity=it(r.x)>it(r.y)?r.x:r.y;t.scale=u?ku(u.pointers,f):1;t.rotation=u?bu(u.pointers,f):0;t.maxPointers=i.prevInput?t.pointers.length>i.prevInput.maxPointers?t.pointers.length:i.prevInput.maxPointers:t.pointers.length;wu(i,t);e=n.element;or(t.srcEvent.target,e)&&(e=t.srcEvent.target);t.target=e}function pu(n,t){var i=t.center,r=n.offsetDelta||{},u=n.prevDelta||{},f=n.prevInput||{};t.eventType!==h&&f.eventType!==s||(u=n.prevDelta={x:f.deltaX||0,y:f.deltaY||0},r=n.offsetDelta={x:i.x,y:i.y});t.deltaX=u.x+(i.x-r.x);t.deltaY=u.y+(i.y-r.y)}function wu(n,t){var u,f,e,s,i=n.lastInterval||t,h=t.timeStamp-i.timeStamp;if(t.eventType!=c&&(h>lf||i.velocity===o)){var l=t.deltaX-i.deltaX,a=t.deltaY-i.deltaY,r=ar(h,l,a);f=r.x;e=r.y;u=it(r.x)>it(r.y)?r.x:r.y;s=vr(l,a);n.lastInterval=t}else u=i.velocity,f=i.velocityX,e=i.velocityY,s=i.direction;t.velocity=u;t.velocityX=f;t.velocityY=e;t.direction=s}function cr(n){for(var i=[],t=0;t<n.pointers.length;)i[t]={clientX:st(n.pointers[t].clientX),clientY:st(n.pointers[t].clientY)},t++;return{timeStamp:ir(),pointers:i,center:lr(i),deltaX:n.deltaX,deltaY:n.deltaY}}function lr(n){var t=n.length;if(1===t)return{x:st(n[0].clientX),y:st(n[0].clientY)};for(var r=0,u=0,i=0;i<t;)r+=n[i].clientX,u+=n[i].clientY,i++;return{x:st(r/t),y:st(u/t)}}function ar(n,t,i){return{x:t/n||0,y:i/n||0}}function vr(n,t){return n===t?oi:it(n)>=it(t)?n<0?ct:lt:t<0?at:vt}function ti(n,t,i){i||(i=fu);var r=t[i[0]]-n[i[0]],u=t[i[1]]-n[i[1]];return Math.sqrt(r*r+u*u)}function yi(n,t,i){i||(i=fu);var r=t[i[0]]-n[i[0]],u=t[i[1]]-n[i[1]];return 180*Math.atan2(u,r)/Math.PI}function bu(n,t){return yi(t[1],t[0],si)+yi(n[1],n[0],si)}function ku(n,t){return ti(t[0],t[1],si)/ti(n[0],n[1],si)}function ii(){this.evEl=vf;this.evWin=yf;this.pressed=!1;a.apply(this,arguments)}function pi(){this.evEl=eu;this.evWin=ou;a.apply(this,arguments);this.store=this.manager.session.pointerEvents=[]}function yr(){this.evTarget=kf;this.evWin=df;this.started=!1;a.apply(this,arguments)}function du(n,t){var i=gt(n.touches),r=gt(n.changedTouches);return t&(s|c)&&(i=sr(i.concat(r),"identifier",!0)),[i,r]}function ri(){this.evTarget=nu;this.targetIds={};a.apply(this,arguments)}function gu(n,t){var r=gt(n.touches),u=this.targetIds;if(t&(h|rt)&&1===r.length)return u[r[0].identifier]=!0,[r,r];var i,f,e=gt(n.changedTouches),o=[],l=this.target;if(f=r.filter(function(n){return or(n.target,l)}),t===h)for(i=0;i<f.length;)u[f[i].identifier]=!0,i++;for(i=0;i<e.length;)u[e[i].identifier]&&o.push(e[i]),t&(s|c)&&delete u[e[i].identifier],i++;if(o.length)return[sr(f.concat(o),"identifier",!0),o]}function wi(){a.apply(this,arguments);var n=ai(this.handler,this);this.touch=new ri(this.manager,n);this.mouse=new ii(this.manager,n);this.primaryTouch=null;this.lastTouches=[]}function nf(n,t){n&h?(this.primaryTouch=t.changedPointers[0].identifier,pr.call(this,t)):n&(s|c)&&pr.call(this,t)}function pr(n){var t=n.changedPointers[0],i,r,u;t.identifier===this.primaryTouch&&(i={x:t.clientX,y:t.clientY},this.lastTouches.push(i),r=this.lastTouches,u=function(){var n=r.indexOf(i);n>-1&&r.splice(n,1)},setTimeout(u,tu))}function tf(n){for(var r=n.srcEvent.clientX,u=n.srcEvent.clientY,t=0;t<this.lastTouches.length;t++){var i=this.lastTouches[t],f=Math.abs(r-i.x),e=Math.abs(u-i.y);if(f<=rr&&e<=rr)return!0}return!1}function bi(n,t){this.manager=n;this.set(t)}function rf(n){if(nt(n,ft))return ft;var t=nt(n,yt),i=nt(n,pt);return t&&i?ft:t||i?t?yt:pt:nt(n,ur)?ur:cu}function b(n){this.options=k({},this.defaults,n||{});this.id=lu();this.manager=null;this.options.enable=er(this.options.enable,!0);this.state=ci;this.simultaneous={};this.requireFail=[]}function wr(n){return n&wt?"cancel":n&g?"end":n&ht?"move":n&v?"start":""}function br(n){return n==vt?"down":n==at?"up":n==ct?"left":n==lt?"right":""}function ui(n,t){var i=t.manager;return i?i.get(n):n}function y(){b.apply(this,arguments)}function fi(){y.apply(this,arguments);this.pX=null;this.pY=null}function ki(){y.apply(this,arguments)}function di(){b.apply(this,arguments);this._timer=null;this._input=null}function gi(){y.apply(this,arguments)}function nr(){y.apply(this,arguments)}function ei(){b.apply(this,arguments);this.pTime=!1;this.pCenter=!1;this._timer=null;this._input=null;this.count=0}function tt(n,t){return t=t||{},t.recognizers=er(t.recognizers,tt.defaults.preset),new tr(n,t)}function tr(n,t){this.options=k({},tt.defaults,t||{});this.options.inputTarget=this.options.inputTarget||n;this.handlers={};this.session={};this.recognizers=[];this.oldCssProps={};this.element=n;this.input=au(this);this.touchAction=new bi(this,this.options.touchAction);kr(this,!0);w(this.options.recognizers,function(n){var t=this.add(new n[0](n[1]));n[2]&&t.recognizeWith(n[2]);n[3]&&t.requireFailure(n[3])},this)}function kr(n,t){var r=n.element,i;r.style&&(w(n.options.cssProps,function(u,f){i=ni(r.style,f);t?(n.oldCssProps[i]=r.style[i],r.style[i]=u):r.style[i]=n.oldCssProps[i]||""}),t||(n.oldCssProps={}))}function uf(n,t){var i=f.createEvent("Event");i.initEvent(n,!0,!0);i.gesture=t;t.target.dispatchEvent(i)}var k,dr=["","webkit","Moz","MS","ms","o"],ff=f.createElement("div"),ef="function",st=Math.round,it=Math.abs,ir=Date.now,gr,nu,tu,rr;k="function"!=typeof Object.assign?function(n){var u,i,t,r;if(n===o||null===n)throw new TypeError("Cannot convert undefined or null to object");for(u=Object(n),i=1;i<arguments.length;i++)if(t=arguments[i],t!==o&&null!==t)for(r in t)t.hasOwnProperty(r)&&(u[r]=t[r]);return u}:Object.assign;var iu=fr(function(n,t,i){for(var u=Object.keys(t),r=0;r<u.length;)(!i||i&&n[u[r]]===o)&&(n[u[r]]=t[u[r]]),r++;return n},"extend","Use `assign`."),of=fr(function(n,t){return iu(n,t,!0)},"merge","Use `assign`."),sf=1,ru="ontouchstart"in u,hf=ni(u,"PointerEvent")!==o,cf=ru&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),lf=25,h=1,rt=2,s=4,c=8,oi=1,ct=2,lt=4,at=8,vt=16,p=ct|lt,ut=at|vt,uu=p|ut,fu=["x","y"],si=["clientX","clientY"];a.prototype={handler:function(){},init:function(){this.evEl&&bt(this.element,this.evEl,this.domHandler);this.evTarget&&bt(this.target,this.evTarget,this.domHandler);this.evWin&&bt(hr(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&kt(this.element,this.evEl,this.domHandler);this.evTarget&&kt(this.target,this.evTarget,this.domHandler);this.evWin&&kt(hr(this.element),this.evWin,this.domHandler)}};var af={mousedown:h,mousemove:rt,mouseup:s},vf="mousedown",yf="mousemove mouseup";l(ii,a,{handler:function(n){var t=af[n.type];t&h&&0===n.button&&(this.pressed=!0);t&rt&&1!==n.which&&(t=s);this.pressed&&(t&s&&(this.pressed=!1),this.callback(this.manager,t,{pointers:[n],changedPointers:[n],pointerType:"mouse",srcEvent:n}))}});var pf={pointerdown:h,pointermove:rt,pointerup:s,pointercancel:c,pointerout:c},wf={2:"touch",3:"pen",4:"mouse",5:"kinect"},eu="pointerdown",ou="pointermove pointerup pointercancel";u.MSPointerEvent&&!u.PointerEvent&&(eu="MSPointerDown",ou="MSPointerMove MSPointerUp MSPointerCancel");l(pi,a,{handler:function(n){var t=this.store,u=!1,e=n.type.toLowerCase().replace("ms",""),r=pf[e],f=wf[n.pointerType]||n.pointerType,o="touch"==f,i=ot(t,n.pointerId,"pointerId");r&h&&(0===n.button||o)?i<0&&(t.push(n),i=t.length-1):r&(s|c)&&(u=!0);i<0||(t[i]=n,this.callback(this.manager,r,{pointers:t,changedPointers:[n],pointerType:f,srcEvent:n}),u&&t.splice(i,1))}});var bf={touchstart:h,touchmove:rt,touchend:s,touchcancel:c},kf="touchstart",df="touchstart touchmove touchend touchcancel";l(yr,a,{handler:function(n){var i=bf[n.type],t;(i===h&&(this.started=!0),this.started)&&(t=du.call(this,n,i),i&(s|c)&&t[0].length-t[1].length==0&&(this.started=!1),this.callback(this.manager,i,{pointers:t[0],changedPointers:t[1],pointerType:"touch",srcEvent:n}))}});gr={touchstart:h,touchmove:rt,touchend:s,touchcancel:c};nu="touchstart touchmove touchend touchcancel";l(ri,a,{handler:function(n){var i=gr[n.type],t=gu.call(this,n,i);t&&this.callback(this.manager,i,{pointers:t[0],changedPointers:t[1],pointerType:"touch",srcEvent:n})}});tu=2500;rr=25;l(wi,a,{handler:function(n,t,i){var u="touch"==i.pointerType,r="mouse"==i.pointerType;if(!(r&&i.sourceCapabilities&&i.sourceCapabilities.firesTouchEvents)){if(u)nf.call(this,t,i);else if(r&&tf.call(this,i))return;this.callback(n,t,i)}},destroy:function(){this.touch.destroy();this.mouse.destroy()}});var su=ni(ff.style,"touchAction"),hu=su!==o,cu="auto",ur="manipulation",ft="none",yt="pan-x",pt="pan-y",hi=function(){if(!hu)return!1;var n={},t=u.CSS&&u.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(i){n[i]=!t||u.CSS.supports("touch-action",i)}),n}();bi.prototype={set:function(n){"compute"==n&&(n=this.compute());hu&&this.manager.element.style&&hi[n]&&(this.manager.element.style[su]=n);this.actions=n.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var n=[];return w(this.manager.recognizers,function(t){vi(t.options.enable,[t])&&(n=n.concat(t.getTouchAction()))}),rf(n.join(" "))},preventDefaults:function(n){var i=n.srcEvent,r=n.offsetDirection;if(this.manager.session.prevented)return void i.preventDefault();var t=this.actions,u=nt(t,ft)&&!hi[ft],f=nt(t,pt)&&!hi[pt],e=nt(t,yt)&&!hi[yt];if(u){var o=1===n.pointers.length,s=n.distance<2,h=n.deltaTime<250;if(o&&s&&h)return}if(!e||!f)return u||f&&r&p||e&&r&ut?this.preventSrc(i):void 0},preventSrc:function(n){this.manager.session.prevented=!0;n.preventDefault()}};var ci=1,v=2,ht=4,g=8,d=g,wt=16;b.prototype={defaults:{},set:function(n){return k(this.options,n),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(n){if(et(n,"recognizeWith",this))return this;var t=this.simultaneous;return n=ui(n,this),t[n.id]||(t[n.id]=n,n.recognizeWith(this)),this},dropRecognizeWith:function(n){return et(n,"dropRecognizeWith",this)?this:(n=ui(n,this),delete this.simultaneous[n.id],this)},requireFailure:function(n){if(et(n,"requireFailure",this))return this;var t=this.requireFail;return n=ui(n,this),-1===ot(t,n)&&(t.push(n),n.requireFailure(this)),this},dropRequireFailure:function(n){if(et(n,"dropRequireFailure",this))return this;n=ui(n,this);var t=ot(this.requireFail,n);return t>-1&&this.requireFail.splice(t,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(n){return!!this.simultaneous[n.id]},emit:function(n){function t(t){i.manager.emit(t,n)}var i=this,r=this.state;r<g&&t(i.options.event+wr(r));t(i.options.event);n.additionalEvent&&t(n.additionalEvent);r>=g&&t(i.options.event+wr(r))},tryEmit:function(n){if(this.canEmit())return this.emit(n);this.state=32},canEmit:function(){for(var n=0;n<this.requireFail.length;){if(!(this.requireFail[n].state&(32|ci)))return!1;n++}return!0},recognize:function(n){var t=k({},n);if(!vi(this.options.enable,[this,t]))return this.reset(),void(this.state=32);this.state&(d|wt|32)&&(this.state=ci);this.state=this.process(t);this.state&(v|ht|g|wt)&&this.tryEmit(t)},process:function(){},getTouchAction:function(){},reset:function(){}};l(y,b,{defaults:{pointers:1},attrTest:function(n){var t=this.options.pointers;return 0===t||n.pointers.length===t},process:function(n){var t=this.state,i=n.eventType,r=t&(v|ht),u=this.attrTest(n);return r&&(i&c||!u)?t|wt:r||u?i&s?t|g:t&v?t|ht:v:32}});l(fi,y,{defaults:{event:"pan",threshold:10,pointers:1,direction:uu},getTouchAction:function(){var t=this.options.direction,n=[];return t&p&&n.push(pt),t&ut&&n.push(yt),n},directionTest:function(n){var i=this.options,r=!0,u=n.distance,t=n.direction,f=n.deltaX,e=n.deltaY;return t&i.direction||(i.direction&p?(t=0===f?oi:f<0?ct:lt,r=f!=this.pX,u=Math.abs(n.deltaX)):(t=0===e?oi:e<0?at:vt,r=e!=this.pY,u=Math.abs(n.deltaY))),n.direction=t,r&&u>i.threshold&&t&i.direction},attrTest:function(n){return y.prototype.attrTest.call(this,n)&&(this.state&v||!(this.state&v)&&this.directionTest(n))},emit:function(n){this.pX=n.deltaX;this.pY=n.deltaY;var t=br(n.direction);t&&(n.additionalEvent=this.options.event+t);this._super.emit.call(this,n)}});l(ki,y,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[ft]},attrTest:function(n){return this._super.attrTest.call(this,n)&&(Math.abs(n.scale-1)>this.options.threshold||this.state&v)},emit:function(n){if(1!==n.scale){var t=n.scale<1?"in":"out";n.additionalEvent=this.options.event+t}this._super.emit.call(this,n)}});l(di,b,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[cu]},process:function(n){var t=this.options,i=n.pointers.length===t.pointers,r=n.distance<t.threshold,u=n.deltaTime>t.time;if(this._input=n,!r||!i||n.eventType&(s|c)&&!u)this.reset();else if(n.eventType&h)this.reset(),this._timer=li(function(){this.state=d;this.tryEmit()},t.time,this);else if(n.eventType&s)return d;return 32},reset:function(){clearTimeout(this._timer)},emit:function(n){this.state===d&&(n&&n.eventType&s?this.manager.emit(this.options.event+"up",n):(this._input.timeStamp=ir(),this.manager.emit(this.options.event,this._input)))}});l(gi,y,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[ft]},attrTest:function(n){return this._super.attrTest.call(this,n)&&(Math.abs(n.rotation)>this.options.threshold||this.state&v)}});l(nr,y,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:p|ut,pointers:1},getTouchAction:function(){return fi.prototype.getTouchAction.call(this)},attrTest:function(n){var t,i=this.options.direction;return i&(p|ut)?t=n.overallVelocity:i&p?t=n.overallVelocityX:i&ut&&(t=n.overallVelocityY),this._super.attrTest.call(this,n)&&i&n.offsetDirection&&n.distance>this.options.threshold&&n.maxPointers==this.options.pointers&&it(t)>this.options.velocity&&n.eventType&s},emit:function(n){var t=br(n.offsetDirection);t&&this.manager.emit(this.options.event+t,n);this.manager.emit(this.options.event,n)}});l(ei,b,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[ur]},process:function(n){var t=this.options,u=n.pointers.length===t.pointers,f=n.distance<t.threshold,e=n.deltaTime<t.time,i,r;if(this.reset(),n.eventType&h&&0===this.count)return this.failTimeout();if(f&&e&&u){if(n.eventType!=s)return this.failTimeout();if(i=!this.pTime||n.timeStamp-this.pTime<t.interval,r=!this.pCenter||ti(this.pCenter,n.center)<t.posThreshold,this.pTime=n.timeStamp,this.pCenter=n.center,r&&i?this.count+=1:this.count=1,this._input=n,0==this.count%t.taps)return this.hasRequireFailures()?(this._timer=li(function(){this.state=d;this.tryEmit()},t.interval,this),v):d}return 32},failTimeout:function(){return this._timer=li(function(){this.state=32},this.options.interval,this),32},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==d&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});tt.VERSION="2.0.7";tt.defaults={domEvents:!1,touchAction:"compute",enable:!0,inputTarget:null,inputClass:null,preset:[[gi,{enable:!1}],[ki,{enable:!1},["rotate"]],[nr,{direction:p}],[fi,{direction:p},["swipe"]],[ei],[ei,{event:"doubletap",taps:2},["tap"]],[di]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};tr.prototype={set:function(n){return k(this.options,n),n.touchAction&&this.touchAction.update(),n.inputTarget&&(this.input.destroy(),this.input.target=n.inputTarget,this.input.init()),this},stop:function(n){this.session.stopped=n?2:1},recognize:function(n){var r=this.session,i,f,t,u;if(!r.stopped)for(this.touchAction.preventDefaults(n),f=this.recognizers,t=r.curRecognizer,(!t||t&&t.state&d)&&(t=r.curRecognizer=null),u=0;u<f.length;)i=f[u],2===r.stopped||t&&i!=t&&!i.canRecognizeWith(t)?i.reset():i.recognize(n),!t&&i.state&(v|ht|g)&&(t=r.curRecognizer=i),u++},get:function(n){if(n instanceof b)return n;for(var i=this.recognizers,t=0;t<i.length;t++)if(i[t].options.event==n)return i[t];return null},add:function(n){if(et(n,"add",this))return this;var t=this.get(n.options.event);return t&&this.remove(t),this.recognizers.push(n),n.manager=this,this.touchAction.update(),n},remove:function(n){if(et(n,"remove",this))return this;if(n=this.get(n)){var t=this.recognizers,i=ot(t,n);-1!==i&&(t.splice(i,1),this.touchAction.update())}return this},on:function(n,t){if(n!==o&&t!==o){var i=this.handlers;return w(dt(n),function(n){i[n]=i[n]||[];i[n].push(t)}),this}},off:function(n,t){if(n!==o){var i=this.handlers;return w(dt(n),function(n){t?i[n]&&i[n].splice(ot(i[n],t),1):delete i[n]}),this}},emit:function(n,t){var i,r;if(this.options.domEvents&&uf(n,t),i=this.handlers[n]&&this.handlers[n].slice(),i&&i.length)for(t.type=n,t.preventDefault=function(){t.srcEvent.preventDefault()},r=0;r<i.length;)i[r](t),r++},destroy:function(){this.element&&kr(this,!1);this.handlers={};this.session={};this.input.destroy();this.element=null}};k(tt,{INPUT_START:h,INPUT_MOVE:rt,INPUT_END:s,INPUT_CANCEL:c,STATE_POSSIBLE:ci,STATE_BEGAN:v,STATE_CHANGED:ht,STATE_ENDED:g,STATE_RECOGNIZED:d,STATE_CANCELLED:wt,STATE_FAILED:32,DIRECTION_NONE:oi,DIRECTION_LEFT:ct,DIRECTION_RIGHT:lt,DIRECTION_UP:at,DIRECTION_DOWN:vt,DIRECTION_HORIZONTAL:p,DIRECTION_VERTICAL:ut,DIRECTION_ALL:uu,Manager:tr,Input:a,TouchAction:bi,TouchInput:ri,MouseInput:ii,PointerEventInput:pi,TouchMouseInput:wi,SingleTouchInput:yr,Recognizer:b,AttrRecognizer:y,Tap:ei,Pan:fi,Swipe:nr,Pinch:ki,Rotate:gi,Press:di,on:bt,off:kt,each:w,merge:of,extend:iu,assign:k,inherit:l,bindFn:ai,prefixed:ni});(void 0!==u?u:"undefined"!=typeof self?self:{}).Hammer=tt;(r=function(){return tt}.call(t,i,t,n))!==o&&(n.exports=r)}(window,document)},function(n){n.exports=jQuery},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}i(91);var u=i(520),f=r(u),e=i(521),o=r(e);i(523);i(515);var s=i(192),h=r(s),c=i(230),l=r(c);i(275);i(274);i(276);i(514);var a=i(137),v=(r(a),i(136)),y=r(v);$(document).ready(function(){console.log("init Nuveen components...");$("body").removeClass("nuv-body-preload");$("body").on("mousedown","*",function(n){($(this).is(":focus")||$(this).is(n.target))&&"none"===$(this).css("outline-style")&&$(this).css("outline","none").on("blur",function(){$(this).off("blur").css("outline","")})});Zone.root.run(function(){l.default.forEach(function(n){n.init&&"function"==typeof n.init&&n!==y.default&&n.init()})})});document.addEventListener("DOMContentLoaded",function(){h.default();f.default();o.default()})},function(n,t,i){"use strict";(function(n){function t(n,t,i){n[t]||Object[r](n,t,{writable:!0,configurable:!0,value:i})}if(i(513),i(522),i(281),n._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");n._babelPolyfill=!0;var r="defineProperty";t(String.prototype,"padLeft","".padStart);t(String.prototype,"padRight","".padEnd);"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function(n){[][n]&&t(Array,n,Function.call.bind([][n]))})}).call(t,i(132))},,,function(n,t,i){"use strict";function r(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").replace(/([A-Z])/g,function(n){return"-"+n.toLowerCase()})}Object.defineProperty(t,"__esModule",{value:!0});var u=i(68),f=function(n){return n&&n.__esModule?n:{"default":n}}(u),e="[data-component]";t.default=function(){var n=[];return $(e).each(function(){var u=$(this),t=u.data("component"),i={componentInfo:{componentID:""},category:{primaryCategory:""},attributes:{}};t&&"object"===(void 0===t?"undefined":f.default(t))&&(i.componentInfo.componentID=r(t.componentName),i.category.primaryCategory=t.componentType,i.attributes=t);n.push(i)}),n}()},function(n,t){"use strict";function f(n){if(!(window.digitalData&&window.digitalData.page&&window.digitalData.page.category&&window.digitalData.page.category.primaryCategory))return!1;var s=n.target,o=s===document||s===window?$(null):$(s),y=o.attr("class"),h=o.text().trim().toLowerCase()||s.name||s.placeholder||null,l=o.data("action")||null,p=new Date,t=n.type,w=o.closest(r.enclosingItem),e=w.data("item"),b=o.closest(r.enclosingComponent),c=b.data("component"),u=t,f=window.digitalData.page.category.primaryCategory,i="",a="",v=0;return c&&(f=c.componentType||f,i=c.componentName||i),h&&(i=h),"scroll-depth"===t&&(f="scroll-depth",i=n.text,u="scroll"),"mouseover"!==t&&"scroll-depth"!==t&&(u=l?l.trim().toLowerCase():t),e&&"mouseover"!==t&&"scroll-depth"!==t&&(f=e["@type"]||f,i=e.symbol||e.ticker||e.name||e.label||i),"error"!==t&&"invalid"!==t||(u="error",i=n.originalEvent.message||n.target.validationMessage||h),f&&u&&i&&(a=f.toLowerCase()+":"+u.toLowerCase()+":"+i.toLowerCase()),"error"!==u&&"scroll"!==u&&"mouseover"!==u||(v=1),{eventInfo:{eventName:a,type:t,eventAction:u,eventLabel:i,timeStamp:p},category:{primaryCategory:f},attributes:{target:{"class":y,text:h,action:l,full:o},item:e,component:c,isNonInteractionEvent:v}}}function i(n){var t=f(n);if(u.push(t),void 0!==window.Bootstrapper)try{0===t.attributes.isNonInteractionEvent?window.Bootstrapper.ensEvent.trigger("Data Layer Event - Interactive"):1===t.attributes.isNonInteractionEvent&&window.Bootstrapper.ensEvent.trigger("Data Layer Event - Non-interactive")}catch(n){console.log("")}}Object.defineProperty(t,"__esModule",{value:!0});var u=[],r={nonTextElement:":not(input,select,div,h1,h2,h3,h4,h5,p)",dataAction:"[data-action]",enclosingItem:"[data-item]",enclosingComponent:"[data-component]"};$("input, select").on("change",function(n){i(n)});$("form").on("submit",function(n){i(n)});$("*").on("error invalid",function(n){i(n)});$(window).on("error",function(n){i(n)});$("[data-track-hover]").on("mouseover",function(n){i(n)});$(document).on("click",function(n){($(n.target).is(r.nonTextElement)||$(n.target).is(r.dataAction))&&i(n)});$(document).on("scroll-depth",function(n){i(n)});t.default=u},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}var f,r;Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){r.pageInstanceID=o.default;r.page=h.default;r.user=v.default;r.component=p.default;r.product=l.default;r.event=b.default};var e=i(133),o=u(e),s=i(193),h=u(s),c=i(194),l=u(c),a=i(196),v=u(a),y=i(190),p=u(y),w=i(191),b=u(w);i(195);window.digitalData={};f=window;r=f.digitalData},function(n,t,i){"use strict";function e(n){return n&&n.__esModule?n:{"default":n}}var u,f;Object.defineProperty(t,"__esModule",{value:!0});var tt=i(10),o=e(tt),it=i(133),rt=e(it),s=rt.default.split(":").slice(1),h=document.querySelector('meta[name="com.nuveen.cms.pagetemplate"]'),c=document.querySelector('script[type="application/ld+json"]'),l=document.querySelector('meta[name="com.nuveen.cms.taxonomy.topics"]'),a=document.querySelector('meta[name="com.nuveen.cms.taxonomy.sitesection"]'),v=document.querySelector('meta[name="com.nuveen.cms.taxonomy.producttype"]'),y=document.querySelector('meta[name="com.nuveen.cms.taxonomy.assetclass"]'),p=document.querySelector('meta[name="com.nuveen.cms.taxonomy.resourcetype"]'),r=void 0,w=void 0,b=void 0,k=void 0,d=void 0,g=void 0,nt=void 0;null!==c&&(r=JSON.parse(c.innerText.replace(/\n/g,"")));null!==l&&(w=l.content.split(","));null!==a&&(b=a.content);null!==v&&(k=v.content.split(","));null!==y&&(d=y.content.split(","));null!==p&&(g=p.content.split(","));nt=null==h?"":h.content||"";u="";r&&r.author&&r.author.length>0&&r.author[0].name&&(u=r.author[0].name);f={pageInfo:{pageID:s.join(":"),pageName:document.title,destinationURL:document.location.href,referringURL:document.referrer,breadcrumbs:s,sysEnv:o.default.current(),primaryAuthor:u},category:{pageType:nt,primaryCategory:b,subCategories:w,productType:k,assetClass:d,resourceType:g},attributes:r};window.addEventListener("breakpointChange",function(){f.pageInfo.sysEnv=o.default.current()});t.default=f},function(n,t,i){"use strict";function r(){var n=[];return $(e).filter(":visible").each(function(){var i=$(this),t=i.data("item");t&&"object"===(void 0===t?"undefined":f.default(t))&&n.push(t)}),n}Object.defineProperty(t,"__esModule",{value:!0});var u=i(68),f=function(n){return n&&n.__esModule?n:{"default":n}}(u),e="[data-item]";t.default=function(){return r().filter(function(n){return"Product"===n["@type"]}).map(function(n){var t=n;return{productInfo:{productID:t.ticker||t.symbol,productName:t.name||t.fund_name,description:t.description},category:{primaryCategory:t.category||t.eyebrow||t.asset_class},attributes:t}})}()},function(n,t,i){"use strict";function f(n,t){for(var f=arguments.length,h=Array(f>2?f-2:0),u=2;u<f;u++)h[u-2]=arguments[u];var e=void 0,o=void 0,s=void 0,i=null,r=0,c=function(){r=new Date;i=null;s=n.apply(e,o)};return function(){var u=new Date,f;return r||(r=u),f=t-(u-r),e=this,o=h,f<=0?(clearTimeout(i),i=null,r=u,s=n.apply(e,o)):i||(i=setTimeout(c,f)),s}}function e(){var n={Tracked:[{milestone:.25,tracked:!1},{milestone:.5,tracked:!1},{milestone:.75,tracked:!1},{milestone:1,tracked:!1}],registerScroll:function(n){for(var t=0;t<=this.Tracked.length-1;t++)this.Tracked[t].milestone<=n&&!this.Tracked[t].tracked&&(this.Tracked[t].tracked=!0,this.scrollEventTrigger(this.Tracked[t].milestone))},scrollEventTrigger:function(n){var t=(100*n).toString()+"-percent",i=$.Event("scroll-depth",{text:t});$(document).trigger(i)}};$(window).on("scroll",f(function(){var t=window.pageYOffset/u;n.registerScroll(t)},250))}function r(){u=$(document).height()-$(window).height()}function o(){r();$(window).trigger("scroll")}function s(n){var i=document.body.clientHeight,t=void 0;Zone.root.run(function(){!function r(){t=document.body.clientHeight;i!==t&&n();i=t;document.body.onElementHeightChangeTimer&&clearTimeout(document.body.onElementHeightChangeTimer);document.body.onElementHeightChangeTimer=setTimeout(r,200)}()})}function h(){s(function(){o()})}Object.defineProperty(t,"__esModule",{value:!0});i(91);var u=void 0;t.default=function(){r();e();h()}()},function(n,t){"use strict";function i(n){for(var t,r=n+"=",u=document.cookie.split(";"),i=0;i<u.length;i++){for(t=u[i];" "===t.charAt(0);)t=t.substring(1,t.length);if(0===t.indexOf(r))return t.substring(r.length,t.length)}return null}Object.defineProperty(t,"__esModule",{value:!0});var r={segment:{engageSegments:[]},profile:{profileInfo:{userID:null,userName:null,pardotID:null,siverpopWebSyncID:i("com.silverpop.iMAWebCookie"),siverpopMailingID:i("com.silverpop.iMA.mid"),siverpopRecipientID:i("com.silverpop.iMA.uid"),googleAnalyticsClientID:null,linkedInID:null,finraID:null},attributes:{location:{country:null,state:null,city:null,zip:null,dataSource:null},work:{company:null,jobTitle:null,investorType:null,dataSource:null},history:{campaigns:[],products:[],pages:[],articles:[],topics:[]}}}};t.default=r},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="azFeature";this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".atozfeature");this.$sliderItems=this.$element.find(".atozfeature__card");this.$sliderContainer=this.$element.find(".atozfeature__cards");this.filterItem=[];this.$isotopGrid=void 0},n.prototype.setEqualHeight=function(n,t){for(var i,r,e,u=0,o=$(n),s=o.length/t,f=0;f<s;f++){for(i=o.slice(f*t,f*t+t),r=0;r<i.length;r++)e=i.eq(r),e.height()>u&&(u=e.height());i.height(u);u=0}},n.prototype.SetTileHover=function(){$(window).innerWidth()>1366&&$(".atozfeature__cards .atozfeature__card").each(function(){var n=$(this).height(),i=$(this).find(".atozfeature__card-data-inner").height(),t=$(this).find(".atozfeature__card-text-heading").height();$(this).find(".atozfeature__card-data-inner").css("top",n-t-20);$(this).find(".atozfeature__card-data ").mouseover(function(){$(this).find(".atozfeature__card-data-inner").css("top",n-i-20)});$(this).find(".atozfeature__card-data ").mouseout(function(){$(this).find(".atozfeature__card-data-inner").css("top",n-t-20)})})},n.prototype.checkVisibility=function(n,t){var r=t,u=$(window),f=u.scrollTop(),o=f+u.height(),i=r.offset().top,e=i+r.height(),s=!0===n?e:i;return(!0===n?i:e)<=o&&s>=f},n.prototype.positionIndicator=function(n,t){$(".atozfeature__modal .slick-dots li a").css("visibility","visible");$(".indicator").html("");var i=$(window).width(),u=$(".atozfeature__modal .nuv-speed-bump__container").offset().left,f=$(".atozfeature__modal .nuv-speed-bump__container").offset().top,r=$(n).offset().left-u,e=$(n).offset().top-f,o=$(n).outerWidth(),s=$(n).outerHeight();$(".indicator").css({height:s,width:o});i>767&&i<1022?812===i&&null!==$(n)[0]?$(".indicator").stop().animate({top:$(n)[0].offsetTop+64},200):$(".indicator").stop().animate({top:e-2},200):i>=1024&&$(".indicator").stop().animate({left:t?r-100:r},200);setTimeout(function(){if($(n).find("a").css("visibility","hidden"),$(".indicator").html($(n).find("a").text()),i<768){var t=$(n).prev().length>0?$(n).prev()[0].innerText:"",r=$(n).next().length>0?$(n).next()[0].innerText:"",u='<span class="atozfeature__modal-letter-prev slide-letters">',f='<span class="atozfeature__modal-letter-next slide-letters">';$(".atozfeature__modal-letter-prev slide-letters").remove();$(".atozfeature__modal-letter-next slide-letters").remove();$(".atozfeature__modal-letter-prev").length>0&&$(".atozfeature__modal-letter-next").length>0?($(".atozfeature__modal-letter-prev.slide-letters").length>0?$(".atozfeature__modal-letter-prev.slide-letters").text(t):$(".atozfeature__modal .slick-prev.slide-arrow").after(u+t+"<\/span>"),$(".atozfeature__modal-letter-next.slide-letters").length>0?$(".atozfeature__modal-letter-next.slide-letters").text(r):$(".atozfeature__modal .slick-next.slide-arrow").after(f+r+"<\/span>")):(""!==t&&$(".atozfeature__modal .slick-prev.slide-arrow").after(u+t+"<\/span>"),""!==r&&$(".atozfeature__modal .slick-next.slide-arrow").after(f+r+"<\/span>"))}},500)},n.prototype.matchContent=function(n,t){for(var i=0,r=n.length;i<r;i++)if(-1===$.inArray(n[i],t))return!1;return!0},n.prototype.activeFilters=function(n){var i=this,t=[];$(".atozfeature__filters-item-content").each(function(){$(this).find("li a").each(function(){$(this).hasClass("active")&&t.push($(this).data("filter").replace(".","").trimRight())})});t=t.filter(function(n,i){return t.indexOf(n)===i});i.filterItem=t;Object.keys(n).forEach(function(r){0===t.length?$(".atozfeature__cards .atozfeature__card").removeClass("hide-slide").addClass("show"):n[r].forEach(function(){i.matchContent(t,n[r])&&$($(".atozfeature__cards .atozfeature__card")[r]).removeClass("hide-slide").addClass("show")})});$(".atozfeature__cards .atozfeature__card").hasClass("show")?$(".atozfeature__inner .no-result").css("display","none"):$(".atozfeature__inner .no-result").css("display","block")},n.prototype.init=function(){this.setJQueryObjects();var n=this,o=0,s=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],r=$(".atozfeature__cards").clone();r.find(".atozfeature__card--overview").remove();var u=!1,e=!1,t=15,i=15,f=0;setTimeout(function(){n.SetTileHover();$(".atozfeature__modal .nuv-speed-bump__close-btn").on("click",function(){$(".atozfeature__modal").removeClass("nuv-speed-bump--show");$(".atozfeature__modal").css("opacity","0");$("html, body").css({overflow:"auto",height:"auto"});$(window).scrollTop(o);$(".indicator").remove()});$(".atozfeature__card").each(function(){var t=$(this);n.checkVisibility(!0,t)&&$(window).innerWidth()>768&&t.addClass("already-visible")});$(".atozfeature__cards").on("click touchStart",".atozfeature__card-data",function(){var h,n,t,c;o=$(window).scrollTop();$(".atozfeature__modal .nuv-speed-bump__copy.slick-initialized").slick("unslick");$("html, body").css("height","100%");$(window).innerWidth()>1022&&$("html, body").css("overflow","hidden");h="#"+$(this).find(".card-link").data("pageid");$(".atozfeature__modal").addClass("nuv-speed-bump--show");n=parseInt(h.split("#popup_")[1],10)-1;$(".atozfeature__modal.nuv-speed-bump--show").css("opacity","1");$(".atozfeature__modal .nuv-speed-bump__copy.slick-initialized").slick("slickGoTo",n,0);$(".atozfeature__modal .nuv-speed-bump__copy.slick-initialized .slick-track").addClass("noAmiate");t=$(".atozfeature__modal").find(".slide-controls");null!==n&&($(".atozfeature__modal .nuv-speed-bump__copy").not(".slick-initialized").slick({dots:!0,speed:300,autoplay:!1,infinite:!1,initialSlide:n,slickGoTo:n,appendDots:t,adaptiveHeight:!0,prevArrow:t.find(".slick-prev"),nextArrow:t.find(".slick-next"),customPaging:function(n,t){return"<a>"+s[t]+"<\/a>"},responsive:[{settings:{arrows:!0}}]}),setTimeout(function(){$(".atozfeature__modal .nuv-speed-bump__copy.slick-initialized .slick-track").removeClass("noAmiate")},400));$(".slide-controls .slick-dots").length>1&&$("html").hasClass("institutional")&&(e=!0,$(".slide-controls .slick-dots").first().remove());var i=$(".slick-dots li")[n],l=$(".atozfeature__modal .nuv-speed-bump__container").offset().left,a=$(".atozfeature__modal .nuv-speed-bump__container").offset().top,r=$(i).offset().left-l,v=$(i).offset().top-a,u=$(i).outerWidth(),f=$(i).outerHeight();$(".indicator").length<=0&&($(".slick-dots").after('<span class="indicator">'+s[n]+"<\/span>"),c=$("li.slick-active a")[0].text,"function"==typeof window.ga&&window.ga("gtm1.send","event","a-z","click","click: "+c+" card"));$(window).innerWidth()>=768&&$(window).innerWidth()<1022?$(".indicator").css({height:f,width:u,top:v-2,left:r}):$(window).innerWidth()>=1024&&(e?$(".indicator").css({height:f,width:u,left:r-100}):$(".indicator").css({height:f,width:u,left:r}))});$(".atozfeature__modal .nuv-speed-bump__copy").each(function(){$(this).on("beforeChange",function(t,i,r,f){if($(".atozfeature__modal.nuv-speed-bump--show").length>0){var o=$(".atozfeature__modal .nuv-speed-bump__container .slick-dots");n.positionIndicator(o.find("li")[f],e)}$(".indicator").length>0&&(u=!0);$(".indicator").length>0&&(u=!0)});$(this).on("afterChange",function(){var t;if($(this).find(".slick-slide.slick-active").length>0&&$(window).innerWidth()<900){var r=$(this).find(".slick-list .slick-slide.slick-active"),i=r.prev().find(".atozfeature__modal-heading .alphabet").text(),n=r.next().find(".atozfeature__modal-heading .alphabet").text();$(".atozfeature__modal-letter-prev slide-letters").remove();$(".atozfeature__modal-letter-next slide-letters").remove();$(".atozfeature__modal-letter-prev").length>0&&$(".atozfeature__modal-letter-next").length>0?($(".atozfeature__modal-letter-prev.slide-letters").text(i),$(".atozfeature__modal-letter-next.slide-letters").text(""===n?"":n)):(""!==i&&$(".atozfeature__modal .slick-prev.slide-arrow").after('<span class="atozfeature__modal-letter-prev slide-letters">'+i+"<\/span>"),""!==n&&$(".atozfeature__modal .slick-next.slide-arrow").after('<span class="atozfeature__modal-letter-next slide-letters">'+n+"<\/span>"))}!0===u&&(t=$("li.slick-active a")[0].text,null!==window.timer?(clearTimeout(window.timer),window.timer=setTimeout(function(){"function"==typeof window.ga&&window.ga("gtm1.send","event","a-z","click","click: "+t+" card")},3e3)):window.timer=setTimeout(function(){"function"==typeof window.ga&&window.ga("gtm1.send","event","a-z","click","click: "+t+" card")},3e3),u=!1)})});$(".atozfeature__modal-slide-item").each(function(){$(this).find(".atozfeature__modal-video-button").length>0&&$(this).find(".atozfeature__modal-video").addClass("show-gradient")});window.navigator.userAgent.match(/Trident\/7\./)&&($(".nuv-speed-bump__wrapper").bind("mousewheel",function(n){n.originalEvent.wheelDelta/120>0?(t-=15)>=0&&$(".nuv-speed-bump__wrapper").scrollTop(t):(t+=15)<=$(".nuv-speed-bump__wrapper").height()&&$(".nuv-speed-bump__wrapper").scrollTop(t)}),$(".atozfeature__modal-right-description-text").bind("mousewheel",function(n){n.originalEvent.wheelDelta/120>0?(i-=15)>=0&&$(".atozfeature__modal-right-description-text").scrollTop(i):(i+=15)<=$(".atozfeature__modal-right-description-text").height()&&$(".atozfeature__modal-right-description-text").scrollTop(i)}));$(".nuv-speed-bump__wrapper").scroll(function(){var n=$(this).scrollTop();n>f?t+=15:t-=15;f=n});$(".atozfeature__modal-right-description-text").scroll(function(){var n=$(this).scrollTop();n>f?i+=15:i-=15;f=n});$(window).scroll(function(){($(window).innerWidth()>1366&&$(".atozfeature__card").each(function(){var t=$(this);n.checkVisibility(!0,t)}),$(window).innerWidth()<768&&$(".az-swipe-overlay").length>0)&&$(window).scrollTop()>=($(".atozfeature__mobile-description").length>0?$(".atozfeature__mobile-description").offset().top:0)-100&&($("body").addClass("az-swipe-overlay-active"),$("html, body").css("overflow","hidden"),$("body").append('<div class="az-swipe-overlay"><div class="swipe-img"><\/div><div class="swipe-content"><b>Swipe to navigate<\/b> to more content & <b>tap any item<\/b> for more information.<\/div><span class="swipe-close"><span/><\/div>'),$(".swipe-img, .swipe-content").addClass("in"))})});setTimeout(function(){n.SetTileHover()},600);$(document).on("click touchStart",function(){$(".az-swipe-overlay-active").length>0&&($(".swipe-img, .swipe-content").removeClass("in").addClass("out"),$("html, body").css("overflow","auto"),$("body").removeClass("az-swipe-overlay-active"),$(".az-swipe-overlay").hide())});$(".atozfeature__filters-item-heading .atozfeature__filters-item-btn").off().on("click",function(){var n="."+$(this).data("category"),t;$(".atozfeature__filters-item-btn").hasClass("open")?$(this).hasClass("open")?$(this).removeClass("open"):($(".atozfeature__filters-item-btn").removeClass("open"),$(this).addClass("open")):$(this).addClass("open");t=$(".atozfeature__filters-item-content");t.hasClass("active")?$(n).hasClass("active")?($(n).removeClass("active"),$(n).slideUp(500)):(t.removeClass("active"),t.slideUp(500),$(n).addClass("active"),$(n).slideDown(500)):($(n).addClass("active"),t.slideUp(500),$(n).slideDown(500))});$(".atozfeature__filters-item-content ul li a").off().on("click",function(){var t=[],u,i,f,e;$(window).width()<760||$(window).width()<900&&$(window).width()>$(window).height()?(u=$(this).data("filter"),$('*[data-filter="'+u+'"]').toggleClass("active"),i=[],($(".atozfeature__filters-item-content").each(function(){$(this).find("li a").each(function(){$(this).hasClass("active")&&i.push($(this).data("filter").replace(".","").trimRight())})}),$(".atozfeature__cards.owl-carousel").length>0&&$(".atozfeature__cards.owl-carousel").data("owlCarousel").destroy(),$(".atozfeature__cards").html(""),i.length>0)?(f=i.toString().replace(/,/g,"."),$(r).find("."+f).each(function(){$(".atozfeature__cards").append($(this).clone())})):($(".atozfeature__cards").html(""),$(".atozfeature__cards").append(r.html())),0===$(".atozfeature__cards .atozfeature__card").length?$(".atozfeature__inner .no-result").css("display","block"):$(".atozfeature__inner .no-result").css("display","none"),$(".atozfeature__cards .atozfeature__card").length>0&&$(".atozfeature__cards").owlCarousel({items:1,center:!0,itemsTablet:[900,2.2],itemsMobile:[767,1.2]})):($(this).hasClass("active")?$(this).removeClass("active"):$(this).addClass("active"),$(".atozfeature__filters-item-content-class a").each(function(){$(this).hasClass("active")&&t.push($(this).data("filter"))}),$(".atozfeature__filters-item-content-goal li a").each(function(){$(this).hasClass("active")&&t.push($(this).data("filter"))}),t=jQuery.unique(t),e=0!==t.length?t.join(""):"*",n.$isotopGrid.isotope({filter:e}),0===$(t.join("")).length?$(".atozfeature__inner .no-result").css("display","block"):$(".atozfeature__inner .no-result").css("display","none"))});$(window).width()<760||$(window).width()<900&&$(window).width()>$(window).height()?($(".atozfeature__card--overview").remove(),$(".atozfeature__cards").owlCarousel({items:1,center:!0,itemsTablet:[900,2.2],itemsMobile:[767,1.2]})):setTimeout(function(){$(".atozfeature__cards.grid").length>0&&(n.$isotopGrid=$(".grid").isotope({itemSelector:".atozfeature__card",layoutMode:"fitRows",getSortData:{name:".name",symbol:".symbol",number:".number parseInt",category:"[data-category]",weight:function(n){return parseFloat($(n).find(".weight").text())}}}))},600);$(".atozfeature__filters-reset").click(function(){if($(window).width()<760||$(window).width()<900&&$(window).width()>$(window).height())$(".atozfeature__cards.owl-carousel").length>0&&$(".atozfeature__cards.owl-carousel").data("owlCarousel").destroy(),$(".atozfeature__cards").html(r.html()),setTimeout(function(){$(".atozfeature__cards").owlCarousel({items:1,center:!0,itemsTablet:[900,2.2],itemsMobile:[767,1.2]});$(".atozfeature__inner .no-result").css("display","none");$(".atozfeature__filters-item-content ul li a").removeClass("active")},400);else{var t=$(this).attr("data-filter");n.$isotopGrid.isotope({filter:t});$(".atozfeature__filters-item-content-class a").removeClass("active");$(".atozfeature__filters-item-content-goal-item").removeClass("active");$(".atozfeature__inner .no-result").css("display","none")}});$(window).innerWidth()>=768&&$(window).innerWidth()<1024?setTimeout(function(){n.setEqualHeight($(".atozfeature__card"),2)},1e3):$(window).innerWidth()>=1024&&setTimeout(function(){n.setEqualHeight($(".atozfeature__card"),3)},1e3);$(window).resize(function(){var t=0,i=0,r=0,u=0;if(n.SetTileHover(),$(".atozfeature__card").css("height","auto"),setTimeout(function(){$(".atozfeature__modal .nuv-speed-bump__container").length>0&&(r=$(".atozfeature__modal .nuv-speed-bump__container").offset().left,u=$(".atozfeature__modal .nuv-speed-bump__container").offset().top);$(".atozfeature__modal  .nuv-speed-bump__container .slick-dots li.slick-active").length>0&&(t=$(".atozfeature__modal  .nuv-speed-bump__container .slick-dots li.slick-active").offset().left-r,i=$(".atozfeature__modal .nuv-speed-bump__container .slick-dots li.slick-active").offset().top-u,$(".indicator").css({left:t,top:i}),n.positionIndicator($(".atozfeature__modal  .nuv-speed-bump__container .slick-dots li.slick-active"),!1))},100),setTimeout(function(){$(window).innerWidth()>1022?n.setEqualHeight($(".atozfeature__card"),3):$(window).innerWidth()>=768&&$(window).innerWidth()<=1022?n.setEqualHeight($(".atozfeature__card"),2):$(".atozfeature__card--overview").remove()},1e3),$(window).width()<760||$(window).width()<900&&$(window).width()>$(window).height()?($(".atozfeature__cards").owlCarousel({items:1,stagePadding:30,center:!0,itemsTablet:[900,2.2],itemsMobile:[767,1.2]}),$(".classes.mobile").hasClass("active")&&$(".classes.desktop").hasClass("active")?$(".classes.desktop").css("display","block"):($(".classes.desktop").css("display","none"),$(".classes.mobile").css("display","none")),$(".goals.mobile").hasClass("active")&&$(".goals.desktop").hasClass("active")?($(".goals.desktop").css("display","block"),$(".goals.mobile").css("display","block")):($(".goals.desktop").css("display","none"),$(".goals.mobile").css("display","none"))):$(".atozfeature__cards.owl-carousel").length>0&&$(".atozfeature__cards.owl-carousel").data("owlCarousel").destroy(),$(window).innerWidth()>=768&&$(window).innerWidth()<1367){var f=$(".atozfeature__modal .nuv-speed-bump__container").height(),e=$(".atozfeature__modal-video.desktop").height(),o=f-e-112;$(".atozfeature__modal-right-description-text").css("max-height",o)}})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(10),o=r(e),s=i(34),h=r(s),c=function(){function n(){f.default(this,n);this.componentName="alert";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$nuvAlertClose=$(".nuv-alert__close");this.$nuvAlert=$(".nuv-alert");this.$body=$("body")},n.prototype.init=function(){this.setJQueryObjects();var n=this;this.initialized||(this.$nuvAlertClose.click(function(){n.$nuvAlert.hide();n.$body.removeClass("nuv--alert-margin")}),"mobile"===o.default.current()&&this.$nuvAlert.is(":visible")&&this.$body.addClass("nuv--alert-margin"),window.addEventListener("breakpointChange",function(){n.$body.removeClass("nuv--alert-margin")}));h.default.get("fundsAdded")&&n.$nuvAlert.hide();this.initialized=!0},n}(),l=new c;t.default=l},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="articleContent";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-article-content");this.$backToTopElement=$(".nuv-article-content-back-to-top")},n.prototype.isPageEditor=function(){return"undefined"!=typeof Sitecore},n.prototype.init=function(){this.setJQueryObjects();this.initialized=!0;this.isPageEditor()&&$(".nuv-article-content").length&&($('.scWebEditInput.scEnabledChrome[contentEditable="true"]').css("width","100%"),$(".nuv-article-content a").css({"text-decoration":"underline"}));$(".nuv-article-content").length&&$(".nuv-article-content__socials .nuv-socials").length?$(".nuv-article-content").addClass("nuv-article-content--with-socials"):$(".nuv-article-content").removeClass("nuv-article-content--with-socials");this.$backToTopElement.off("click").on("click touchstart",function(n){n.preventDefault();$("html,body").animate({scrollTop:0},"slow")});$(window).scroll(function(){$(this).scrollTop()>100?$(".nuv-article-content-back-to-top").removeClass("nuv-hide"):$(".nuv-article-content-back-to-top").addClass("nuv-hide")})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="articleHeroUnit";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$heroUnitContent=$(".nuv-article-hero-unit__article-content");this.$articleContent=$(".nuv-article-content").eq(0)},n.prototype.init=function(){this.setJQueryObjects();this.$heroUnitContent.length&&this.$articleContent.length&&this.$heroUnitContent.clone().insertBefore(this.$articleContent);this.initialized=!0},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="articleHero";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-article-hero")},n.prototype.init=function(){this.setJQueryObjects();this.initialized=!0},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="articleHtmlTable";this.OPEN_CLASSNAME="nuv-article-html-table__legal--open";this.init=this.init;this.destroy=this.destroy;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$toggleButton=$(".nuv-article-html-table__legal-toggle");this.$legalContent=$(".nuv-article-html-table__legal")},n.prototype.init=function(){var n=this;this.setJQueryObjects();this.initialized&&this.destroy();this.$toggleButton.length&&this.$legalContent.length&&this.$toggleButton.on("click.nuv-article-html-table-events",function(){n.$legalContent.toggleClass(n.OPEN_CLASSNAME)});this.initialized=!0},n.prototype.destroy=function(){this.$toggleButton.off(".nuv-article-html-table-events");this.initialized=!1},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f={styleguide_title:"Article Navigation Component",styleguide_description:"This component does not have a back-end template. It is added by the front-end based on the existence of an article-hero. Please visit an article page to test it.",componentName:"articleNavigation",componentType:"Navigation"},e=function(){function n(){u.default(this,n);this.componentName="articleNavigation";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$articleHero=$(".nuv-article-hero, .nuv-header-article");this.$navigationWrapper=$(".nuv-global-navigation__nav-wrapper");this.$articleContent=$(".nuv-article-content, .nuv-body-article, .nuv-article-content--retail");this.$nuvArticleNavigation=$(".nuv-article-navigation");this.subscriptionId=$("#SubscriptionIdMapping").val();this.subscribeText=$("#SubscribeCTAText").val()},n.prototype.bindData=function(){this.$articleHero.length&&this.$navigationWrapper.length&&this.$articleContent.length&&(this.articleThemeTitle=this.$articleHero.data("theme-title"),this.articleThemeUrl=this.$articleHero.data("theme-url"),this.articleHeadline=this.$articleHero.data("headline"),this.downloadPdfLink=$(".nuv-article-hero-unit__download-pdf-link, .nuv-article-hero-unit__download-pdf-link"),this.articleDownloadHref=this.downloadPdfLink.attr("href"),this.articleDownloadDocURL=this.downloadPdfLink.data("doc-url"),this.articleDownloadspeedbumpid=this.downloadPdfLink.data("speed-bump-id"),this.articleDownloadText=this.$articleHero.data("download-title"),this.articleDownloadTarget=this.downloadPdfLink.attr("target"),this.$nuvArticleNavigation.attr("data-component",""+JSON.stringify(f)),this.siteName=this.$nuvArticleNavigation.attr("site-name"),this.$nuvArticleNavigation.find(".nuv-article-navigation__main-wrapper").append(this.htmlMarkup()),$(".nuv-article-navigation__headline-title>span").removeClass(),this.downloadPdfLink.length||this.$navigationWrapper.find(".nuv-dwnld-button .nuv-button--green").remove())},n.prototype.init=function(){this.setJQueryObjects();this.$articleHero.length&&this.$navigationWrapper.length&&this.$articleContent.length&&(this.$progressTracker=$(".nuv-article-navigation__progress-tracker-bar"),this.trackerPercent(),$(window).on("scroll",this.trackerPercent.bind(this)),this.bindData());this.initialized=!0},n.prototype.htmlMarkup=function(){var t="",n=' <div class="nuv-article-navigation__main-container">\n                        <div class="nuv-article-navigation__main-content">\n                            <a href="'+(this.articleThemeUrl||"")+'" class="nuv-article-navigation__theme-title">'+this.articleThemeTitle+'<\/a>\n                            <span class="nuv-article-navigation__headline-title">'+(this.articleHeadline||"")+'<\/span>\n                        <\/div>\n                        <div class="nuv-article-navigation__button-container">';return"retail"===this.siteName?(""!==this.articleDownloadspeedbumpid&&void 0!==this.articleDownloadspeedbumpid&&null!==this.articleDownloadspeedbumpid&&(t="secure-link locked-content locked-content-icon--left"),n+=(""!==this.articleDownloadHref&&void 0!==this.articleDownloadHref||""!==this.articleDownloadDocURL&&void 0!==this.articleDownloadDocURL)&&void 0!==this.articleDownloadText&&""!==this.articleDownloadText?'<div class="nuv-button nuv-dwnld-button nuv-button--green">\n                            <a class="nuv-button__btn '+t+'" href="'+(this.articleDownloadHref||"")+'"\n                            data-speed-bump-id="'+(this.articleDownloadspeedbumpid||"")+'"\n                            data-doc-url ="'+(this.articleDownloadDocURL||"")+'" \n                            aria-label="Download '+(this.articleHeadline||"")+'" target="'+this.articleDownloadTarget+'">'+this.articleDownloadText+"<\/a>\n                        <\/div>":"<\/div>"):(console.log(""),n+=""!==this.articleDownloadHref&&void 0!==this.articleDownloadHref&&void 0!==this.articleDownloadText&&""!==this.articleDownloadText?'<div class="nuv-button nuv-dwnld-button nuv-button--green">\n                            <a class="nuv-button__btn" href="'+(this.articleDownloadHref||"")+'" aria-label="Download '+this.articleHeadline+'" target="_blank">'+this.articleDownloadText+"<\/a>\n                        <\/div>":"<\/div>"),n+(("retail"===this.siteName&&""!==this.subscriptionId&&void 0!==this.subscriptionId&&null!==this.subscriptionId&&""!==this.subscribeText&&void 0!==this.subscribeText?'<div class="nuv-button nuv-dwnld-button nuv-button--blue">\n                                    <a class="nuv-button__btn show_subscription_slider_btn" data-subscription-modal_ids="'+this.subscriptionId+'" href="#" aria-label="Subscribe">\n                                    '+this.subscribeText+"\n                                    <\/a>\n                                <\/div>":"")+"\n                                <\/div>\n                                <\/div>")},n.prototype.trackerPercent=function(){var i=$(window).scrollTop(),t=this.$articleContent.offset().top,r=this.$articleContent.last().offset().top+this.$articleContent.last().height(),n=(i-t-0)/(r-t-0)*100;n=n>0?n:0;n=n<100?n:100;this.$progressTracker.css("width",n.toFixed(2)+"%");n.toFixed(2)>0?$("#wrapperdiv").addClass("nuv-global-navigation--compressed"):$("#wrapperdiv").removeClass("nuv-global-navigation--compressed")},n}(),o=new e;t.default=o},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(10),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="baseballCardCarousel";this.init=this.init;this.initialized=!1;this.tooltipVisible=!1;this.slideRotationTiming=0;this.stopAfterRotations=2;this.carouselItem=0;this.tempCount=0;this.dotsCount=0}return n.prototype.init=function(){this.$sliderContainer=$(".nuv-baseball-card-carousel__slider-container");var n=this;0!==this.$sliderContainer.length&&this.$sliderContainer.each(function(){var i=this,t=$(this),r;void 0!==t.attr("data-slide-rotation")&&""!==t.attr("data-slide-rotation")?(r=t.attr("data-slide-rotation"),this.slideRotationTiming=parseInt(1e3*r,10)):this.slideRotationTiming=parseInt(5e3,10);void 0!==t.attr("data-stop-rotation")?(this.stopAfterRotations=t.attr("data-stop-rotation"),this.stopAfterRotations=parseInt(this.stopAfterRotations,10)):this.stopAfterRotations=0;this.initialized=!1;setTimeout(function(){n.initSlider(t,i.slideRotationTiming,i.initialized)})});this.$sliderContainer.hasClass("fwCarousel")||this.initFromWCS()},n.prototype.initFromWCS=function(n){var r=this,t,i;n&&(t=$("#"+n).find(".nuv-baseball-card-carousel__slider-container"),void 0!==t.attr("data-slide-rotation")&&""!==t.attr("data-slide-rotation")?(i=t.attr("data-slide-rotation"),this.slideRotationTiming=parseInt(1e3*i,10)):this.slideRotationTiming=parseInt(5e3,10),void 0!==t.attr("data-stop-rotation")?(this.stopAfterRotations=t.attr("data-stop-rotation"),this.stopAfterRotations=parseInt(this.stopAfterRotations,10)):this.stopAfterRotations=0,this.initialized=!1,r.initSlider(t,this.slideRotationTiming,this.initialized))},n.prototype.initSlider=function(n,t,i){var r=this;n.find(".nuv-baseball-card-carousel__slider-item").length<1||(r.carouselItem=n.find(".nuv-baseball-card-carousel__slider-item").length-1,i&&(n.slick("unslick"),n.off("init"),n.off("breakpoint")),n.on("init",function(n,t){r.calculateCardHeight(t)}),n.on("breakpoint",function(n,t){r.calculateCardHeight(t)}),0!==t?"mobile"===o.default.current()?(n.not(".slick-initialized").slick({slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:t,dots:!0,mobileFirst:!0,useCSS:!1,useTransform:!1,focusOnSelect:!0,responsive:[{breakpoint:812,settings:{slidesToShow:1}},{breakpoint:1023,settings:{slidesToShow:2}},{breakpoint:1279,settings:{slidesToShow:3}}]}),n.attr("data-tempcount",0),n.attr("data-carouselitem",r.carouselItem),n.on("afterChange",function(n,t){var i=t.$dots.closest(".nuv-baseball-card-carousel__slider-container"),r=0,u=0,f=0;i&&(r=i.attr("data-carouselitem"),r&&(r=parseInt(r,10)),(f=i.attr("data-stop-rotation"))&&(f=parseInt(f,10)));r===t.currentSlide&&(u=i.attr("data-tempcount"),u++,u===f&&t.slickPause(),i.attr("data-tempcount",u))})):(n.not(".slick-initialized").on("init",function(){n.find("a").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickpause",!0);n.attr("data-ismodalopen",!0)});n.find(".slick-arrow").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickstop",!0)});n.find(".slick-dots").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickstop",!0)});n.on("mouseenter",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickpause",!0)});n.on("mouseleave",function(t){t.stopPropagation();t.stopImmediatePropagation();"true"!==n.attr("data-ismodalopen")&&"true"!==n.attr("data-slickstop")&&n.slick("slickPlay");n.attr("data-slickpause",!1)})}).slick({slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:t,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!1,focusOnSelect:!0,responsive:[{breakpoint:812,settings:{slidesToShow:1}},{breakpoint:1023,settings:{slidesToShow:2}},{breakpoint:1279,settings:{slidesToShow:3}}]}),r.dotsCount=n.find("ul.slick-dots > li").length-1,n.attr("data-dotscount",r.dotsCount),n.attr("data-tempcount",0),n.on("afterChange",function(n,t,i){if(t.$dots){var r=t.$dots.closest(".nuv-baseball-card-carousel__slider-container"),f=0,u=0,e=0,o=!1,s=!1;r&&(f=r.attr("data-dotscount"),f&&(f=parseInt(f,10)),(e=r.attr("data-stop-rotation"))&&(e=parseInt(e,10)));i===f&&setTimeout(function(){s=r.attr("data-slickstop");o=r.attr("data-slickpause");"true"!==s&&"true"!==o&&(u=r.attr("data-tempcount"),u&&(u=parseInt(u,10)),u++,u===e?t.slickPause():t.goTo(0),r.attr("data-tempcount",u))},t.getOption("autoplaySpeed"))}})):n.not(".slick-initialized").slick({slidesToShow:1,slidesToScroll:1,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!1,responsive:[{breakpoint:812,settings:{slidesToShow:1}},{breakpoint:1023,settings:{slidesToShow:2}},{breakpoint:1279,settings:{slidesToShow:3}}]}))},n.prototype.calculateCardHeight=function(n){n.$slider.find(".nuv-baseball-card__content-container").css("min-height","");var t=0;n.$slider.find(".nuv-baseball-card").each(function(){t=Math.max(t,$(this).height())});n.$slider.find(".nuv-baseball-card__content-container").css("min-height",t+"px")},n}(),h=new s;t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="BodyWithLeftRailImage";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-body-with-LeftRailImage-content")},n.prototype.isPageEditor=function(){return"undefined"!=typeof Sitecore},n.prototype.init=function(){this.setJQueryObjects();this.initialized=!0;this.isPageEditor()&&$(".nuv-body-with-LeftRailImage-content").length&&($('.scWebEditInput.scEnabledChrome[contentEditable="true"]').css("width","100%"),$(".nuv-article-content a").css({"text-decoration":"underline"}));$(".nuv-body-with-LeftRailImage-content").length&&$(".nuv-body-with-LeftRailImage-content__socials .nuv-socials").length?$(".nuv-body-with-LeftRailImage-content").addClass("nuv-article-content--with-socials"):$(".nuv-body-with-LeftRailImage-content").removeClass(".nuv-body-with-LeftRailImage-content--with-socials")},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=u(f),o=i(66),r=u(o),s=function(){function n(){e.default(this,n);this.componentName="button";this.init=this.init;this.initialized=!1}return n.prototype.setJQueryObjects=function(){this.$lockButtons=$("a.nuv-secure[data-doc-url]");this.$lockLinks=$("a.secure-link[data-speed-bump-id]");this.$nuvLockLinks=$("a.nuv-secure-link[data-speed-bump-id]");this.$nuvLockModals=$("a.nuv-secure-modal[data-speed-bump-id]")},n.prototype.init=function(){this.setJQueryObjects();this.initialized=!0;r.default.nuvUser.isLoggedIn&&(this.updateSecuredBtnLinks(),-1!==$.inArray("advisor",r.default.nuvUser.roles)||-1!==$.inArray("internal",r.default.nuvUser.roles)?(this.updateLockedLinks(),this.updateNuvLockedLinks(),this.updateNuvLockedModals()):(this.$lockLinks.attr("data-speed-bump-id","modal-errormessage"),this.$nuvLockLinks.attr("data-speed-bump-id","modal-errormessage"),this.$nuvLockModals.attr("data-speed-bump-id","modal-errormessage")));$("a.nuv-secure[data-doc-url]").on("click",function(){if(!r.default.nuvUser.isLoggedIn){var n=$(this).attr("data-doc-url"),t=$(this).attr("data-doc-role");window.sessionStorage.setItem("selecteddocurl",n);window.sessionStorage.setItem("selecteddocrole",t)}});$("a.secure-link[data-speed-bump-id]").on("click",function(){r.default.nuvUser.isLoggedIn||window.sessionStorage.setItem("secTargetUrl",$(this).attr("href"))});$("a.nuv-secure-link[data-speed-bump-id]").on("click",function(){r.default.nuvUser.isLoggedIn||(window.sessionStorage.setItem("selectedlinkurl",$(this).attr("href")),window.sessionStorage.setItem("selectedlinktarget",$(this).attr("target")))});$("a.nuv-secure-modal[data-speed-bump-id]").on("click",function(){r.default.nuvUser.isLoggedIn||window.sessionStorage.setItem("selectedModalId",$(this).attr("data-modal-id"))});$(".nuv-speed-bump__close-btn").on("click",function(){$(this).closest(".nuv-speed-bump--show").find(".hiddenbutton").click()&&($(this).closest(".nuv-speed-bump--show").find(".nuv-login-modal__input-error--email").removeClass("nuv-login-modal__input-error--visible"),$(this).closest(".nuv-speed-bump--show").find(".nuv-login-modal__input-field").removeClass("nuv-login-modal__input-field--error"),window.sessionStorage.setItem("selecteddocurl",""),window.sessionStorage.setItem("selecteddocrole",""),window.sessionStorage.setItem("secTargetUrl",""),window.sessionStorage.setItem("selectedlinkurl",""),window.sessionStorage.setItem("selectedlinktarget",""),window.sessionStorage.setItem("selectedModalId",""));$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__addErrorMsg").length>0&&($(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg"),$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__disp-msg").html("(Up to 600 characters)"),$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__selectbox").addClass("empty"),$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__form").removeClass("contactFormSubmitted"),$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__thankyouMsg").addClass("nuv-hide"),$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__formWrapper").removeClass("nuv-hide"))});$(".nuv-speed-bump__close-icon").on("click",function(){window.sessionStorage.setItem("selecteddocurl","");window.sessionStorage.setItem("selecteddocrole","");$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__addErrorMsg").length>0&&$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg");$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__disp-msg").html("(Up to 600 characters)");$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__selectbox").addClass("empty");$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__form").removeClass("contactFormSubmitted");$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__thankyouMsg").addClass("nuv-hide");$(this).closest(".nuv-speed-bump--show").find(".nuv-contact-form__formWrapper").removeClass("nuv-hide")});$(document).ready(function(){var t=window.sessionStorage.getItem("selecteddocurl"),i=window.sessionStorage.getItem("selecteddocrole"),n=window.sessionStorage.getItem("selectedlinkurl"),u=window.sessionStorage.getItem("selectedlinktarget"),f=window.sessionStorage.getItem("selectedModalId");(window.sessionStorage.setItem("selecteddocurl",""),window.sessionStorage.setItem("selecteddocrole",""),window.sessionStorage.setItem("selectedlinkurl",""),window.sessionStorage.setItem("selectedlinktarget",""),window.sessionStorage.setItem("selectedModalId",""),r.default.nuvUser.isLoggedIn&&""!==t&&null!==t)&&-1!==r.default.nuvUser.roles.indexOf(i.toLowerCase())&&""!==i&&null!==i&&window.open(t,"_blank");r.default.nuvUser.isLoggedIn&&""!==n&&null!==n&&(""!==u&&null!==u&&"_blank"===u?window.open(n,"_blank"):window.location.href=n);r.default.nuvUser.isLoggedIn&&""!==f&&null!==f&&setTimeout(function(){$("a.nuv-secure-modal[data-speed-bump-id='"+f+"']").trigger("click")},5e3)});this.updateColorLockedIcon()},n.prototype.updateSecuredBtnLinks=function(){this.$lockButtons.each(function(){var n=$(this),t=n.attr("data-doc-role"),u=r.default.nuvUser.roles,i;void 0!==t&&-1!==u.indexOf(t.toLowerCase())?(n.off("click"),i=n.attr("data-doc-url"),n.attr("href",i),n.closest(".nuv-quicklinks").length?n.find("svg").remove():n.find("svg").replaceWith('<svg width="14" height="16" viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M11.667 16H2.333C1.045 16 0 14.94 0 13.63V2.37C0 1.06 1.045 0 2.333 0h5.592c.155 0 .303.062.413.174l5.49 5.67c.11.11.172.262.172.42v7.366c0 1.31-1.045 2.37-2.333 2.37z" fill="#31B700"/><path d="M7 0v4.053C7 5.68 8.32 7 9.947 7H14" stroke="#FFF"/><\/g><\/svg>'),n.find("picture").replaceWith('<picture class="nuv-content-feed__feed-picture-container"><source media="(max-width: 767px)" srcset="/global/images/search-icon-pdf.svg"><img src="/global/images/search-icon-pdf.svg" class="nuv-content-feed__feed-picture-image"><\/picture>'),n.removeAttr("data-speed-bump-id")):n.attr("data-speed-bump-id","modal-errormessage")})},n.prototype.updateLockedLinks=function(){this.$lockLinks.length>0&&this.$lockLinks.each(function(){$(this).removeAttr("data-speed-bump-id");$(this).find("span.nav-lock-icon").remove()})},n.prototype.updateNuvLockedLinks=function(){this.$nuvLockLinks.length>0&&this.$nuvLockLinks.each(function(){$(this).removeAttr("data-speed-bump-id");$(this).removeClass("nuv-secure-link--locked");$(this).find("span.nav-lock-icon").remove();$(this).find("svg").remove();$(this).find("div.nuv-button__icon").remove()})},n.prototype.updateNuvLockedModals=function(){this.$nuvLockModals.length>0&&this.$nuvLockModals.each(function(){$(this).attr("data-speed-bump-id","data-modal-id");$(this).removeClass("nuv-secure-modal--locked");$(this).find("svg").remove();$(this).find("div.nuv-button__icon").remove()})},n.prototype.updateColorLockedIcon=function(){this.$lockLinks.length>0&&this.$lockLinks.each(function(){$(this).find("span.nav-lock-icon").find("svg").css("fill",$(this).css("color"))})},n}(),h=new s;t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(t){u.default(this,n);this.componentName="registration";this.$nuvRegisterBtn=$(".nuv-changepassword-validation .nuv-button__btn",t);this.$nuvNewPasswordInputField=$(".nuv-registration__input-field__newpassword",t);this.$nuvConfNewPasswordInputField=$(".nuv-registration__input-field__confnewpassword",t);this.$nuvChangePasswordUserId=$(".nuv-registration__input-field-userID",t);this.$nuvChangePasswordToken=$(".nunuv-registration__input-field-authkey",t);this.init=this.init}return n.prototype.init=function(){var n=this;this.componentData=$(".nuv-registration.nuv-changepassword").data("component-data");this.$nuvRegisterBtn.click(function(t){t.preventDefault();n.validateForm()});$(".nuv-changepassword-modal__form input").focusout(function(t){t&&t.currentTarget&&t.currentTarget.name&&n.validateCustomEvents(t.currentTarget.name,t.currentTarget.value)});$(".nuv-changepassword-modal__form input").focusin(function(n){$('[data-error-for="'+n.currentTarget.name+'"]').removeClass("nuv-registration__error-msg--show")});$(".nuv-changepassword-modal__form input").keypress(function(n){n&&n.currentTarget&&n.currentTarget.name&&n.currentTarget.value.length>0&&$('[data-error-for="'+n.currentTarget.name+'"]').removeClass("nuv-registration__error-msg--show")})},n.prototype.validatePW=function(){var n=$(".nuv-registration__input-field__password").val();return void 0!==n&&!(n.indexOf(" ")>=0)},n.prototype.validateForm=function(){var n=this;$(".nuv-registration__error-msg").removeClass("nuv-registration__error-msg--show");$(".nuv-changepassword-modal__form input").each(function(){n.validateCustomEvents($(this).attr("name"),$(this).val())});n.validateCustomEvents("gReCaptcha","");0===$(".nuv-registration__error-msg:visible").length&&$("form[name='NuvChangePasswordForm']")[0].submit()},n.prototype.validateCustomEvents=function(n,t){var i=this;if("newpassword"===n)if(""===$(".nuv-registration__input-field__newpassword").val())$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.newpasswordRequiredMessage);else if(t.indexOf(" ")>=0)$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.passwordHasSpacesMessage);else if(t.length<6)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.passwordMinimumLengthMessage);if("confnewpassword"===n)if(""===$(".nuv-registration__input-field__confnewpassword").val())$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.confnewpasswordRequiredMessage);else if(t!==$(".nuv-registration__input-field__newpassword").val())return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.passwordNotMatchMessage);"gReCaptcha"===n&&""===$("#nuv-recaptcha-changepassword-form .g-recaptcha-response").val()&&$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.reCaptchaRequiredMessage)},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="contactaccordion";this.init=this.init;this.initialized=!1}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-contact-accordion")},n.prototype.setEqualHeight=function(n,t){for(var i,r,e,u=0,o=$(n),s=o.length/t,f=0;f<s;f++){for(i=o.slice(f*t,f*t+t),r=0;r<i.length;r++)e=i.eq(r),e.height()>u&&(u=e.height());i.height(u);u=0}},n.prototype.init=function(){var n=this;this.initialized=!0;this.setJQueryObjects();this.filterContactAccordion(n);this.loadAccordion(n);this.emailtext=$("#emailtext").val()},n.prototype.loadAccordion=function(n){this.$element=$(".nuv-contact-accordion");this.$element.each(function(){$(this).find(".nuv-contact-accordion__item").each(function(){var t=$(this);t.find(".nuv-contact-accordion__title").click(function(){$(this).hasClass("active")?$(this).parents(".nuv-contact-accordion__item").find(".nuv-contact-accordion__content").slideUp():($(this).parents(".nuv-contact-accordion__item").find(".nuv-contact-accordion__content").slideDown(),n.setEqualHeight(t.find(".nuv-contact-accordion__content-item"),3));$(this).toggleClass("active")})})})},n.prototype.filterContactAccordion=function(n){var t=this;$(".nuv-contact-accordion__top-dropdown").change(function(){var r=this,i=$(this).closest("#contact_Accordion"),u=i.attr("nuv-contact-id"),f=i.find("#contactAccordionDropdown option:selected").val();$.ajax({url:"/global/api/contact/getContactOffices?contactID="+u+"&countryID="+f,success:function(u){var f,e;u.offices&&(f=t.builHTMLContactOffices(u.offices),i.find(".nuv-contact-accordion__office-locations").html(f));u.groups&&(e=t.builHTMLSubGroup(u.groups),i.find(".nuv-contact-accordion__inner").html(e));r.$element=$(".nuv-contact-accordion");r.$element.each(function(){$(this).find(".nuv-contact-accordion__item").each(function(){var t=$(this);t.find(".nuv-contact-accordion__title").click(function(){$(this).hasClass("active")?$(this).parents(".nuv-contact-accordion__item").find(".nuv-contact-accordion__content").slideUp():($(this).parents(".nuv-contact-accordion__item").find(".nuv-contact-accordion__content").slideDown(),n.setEqualHeight(t.find(".nuv-contact-accordion__content-item"),3));$(this).toggleClass("active")})})})}})})},n.prototype.builHTMLContactOffices=function(n){var i,r;if(!n.length)return null;for(i="",r=0;r<n.length;r++){i+='<div class="nuv-contact-accordion__office-location">';var t=n[r],u=t.image?t.image:"~/global/images/fallback icon.jpg",f=t.image_alt?t.image_alt:"No image",e=t.email?'<div class="nuv-contact-accordion__email" data-track-hover="">\n                                                    <a class="nuv-contact__email-link" href="mailto:'+t.email+'" target="_self" data-action="email">\n                                                        <div class="nuv-contact__icon">\n                                                            <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path fill="#012E3D" fill-rule="evenodd" d="M20.831.18l-10.016 9.928L.984.277A1.99 1.99 0 0 1 2 0h18c.297 0 .578.065.831.18zm.78.635c.245.332.389.742.389 1.185v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2c0-.37.101-.718.277-1.016l10.535 10.535L21.612.815z" style=""><\/path><\/svg>\n                                                        <\/div>\n                                                            <span>'+this.emailtext+"<\/span>  \n                                                    <\/a>\n                                                <\/div>":"",o=t.phone?'<div>\n                                    <a class="nuv-contact__phone-link" href="tel:'+t.phone+'" target="_self">\n                                            <div class="nuv-contact__icon">\n                                             <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"width="16" height="24" viewBox="0 0 16 24">\n                                                                    <defs>\n                                                                        <style>\n                                                                            .cls-1 {\n                                                                                fill: #01313c;\n                                                                            }\n                                                                        <\/style>\n                                                                    <\/defs>\n                                                                    <title>small-phone-icon<\/title>\n                                                                    <path data-name="Phone green" class="cls-1" d="M1.17,15c-1.2-1.2-1.5-1.88-.6-2.63S3,10.6,3,10.6a1.47,1.47,0,0,1,1.73,0c.75.68,1.21,2,1.73,1.66a26.59,26.59,0,0,0,5.8-5.8c.3-.53-1-1-1.66-1.73a1.47,1.47,0,0,1,0-1.73S11.71,1.57,12.39.59s1.43-.6,2.63.6C19.61,6.08,6.06,19.63,1.17,15" transform="translate(-0.04 -0.06)" />\n                                                                <\/svg><\/div>\n                                        <span>'+t.phone+"<\/span>\n                                    <\/a>\n                                <\/div>":"",s=t.mobile?'<div>\n                                    <a class="nuv-contact__phone-link" href="tel:'+t.mobile+'" target="_self">\n                                            <div class="nuv-contact__icon">\n                                                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24"><g fill="none" fill-rule="evenodd"><path fill="#012E3D" fill-rule="nonzero" d="M0 19.889h15.928V19H0V2C0 .897 1.133 0 2.526 0h10.877c1.394 0 2.527.897 2.527 2v19.833c0 1.103-1.133 2-2.527 2H2.526c-1.393 0-2.526-.897-2.526-2V19.89z"/><path stroke="#F6F6F6" stroke-linecap="square" d="M6.857 21.667h2.105M6.857 21.667h2.105"/><\/g><\/svg>\n                                            <\/div>\n                                        <span>'+t.mobile+"<\/span>\n                                    <\/a>\n                                <\/div>":"",h=t.postal?'<div class="nuv-contact__email-link" data-track-hover="">\n                                                        <div class="nuv-contact__icon">\n                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 22.162">\n                                                                <path id="Path_1" data-name="Path 1" d="M26.251,9.25a8,8,0,0,0-6.79,12.231l6.79,9.932,6.79-9.932A8,8,0,0,0,26.251,9.25Zm0,10.943a2.943,2.943,0,1,1,2.943-2.943A2.943,2.943,0,0,1,26.251,20.193Z" transform="translate(-18.251 -9.25)" fill="#00313c" />\n                                                            <\/svg><\/div>\n                                                            <span>'+t.postal+"<\/span>  \n                                                <\/div>":"";i+='<img src="'+u+'" alt=""'+f+'" />\n                            <div class="nuv-contact-accordion__office-location-data">\n                                <h6>'+(t.name||"")+"<\/h6>\n                                "+e+"\n                                "+o+"\n                                "+s+"\n                                "+h+"\n                            <\/div>\n                        <\/div>";i+="<\/div ><\/div>"}return i},n.prototype.builHTMLSubGroup=function(n){var r,i,u;if(!n.length)return null;for(r="",i=0;i<n.length;i++){for(r+='<div class="nuv-contact-accordion__item">\n                        <div class="nuv-contact-accordion__header">\n                          <div class="clearfix nuv-contact-accordion__title">\n                            <h3 class="">'+(n[i].title||"")+'<\/h3>\n                                <a class="nuv-contact-accordion__expand-button">\n                                            <span class="nuv-contact-accordion__expand-button-text">Collapse<\/span>\n                                            <span class="nuv-contact-accordion__expand-button-icon"><\/span>\n                                        <\/a>\n                            <\/div>\n                            <p>'+(n[i].description||"")+'<\/p>\n                        <\/div>\n                        <div class="nuv-contact-accordion__content">\n                            <div class="nuv-contact-accordion__content-inner clearfix">',u=0;u<n[i].persons.length;u++){var t=n[i].persons[u],f=t.email?'<div class="nuv-contact-accordion__email" data-track-hover="">\n                                                    <a class="nuv-contact__email-link" href="mailto:'+t.email+'" target="_self" data-action="email">\n                                                       <div class="nuv-contact__icon">\n                                                            <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path fill="#012E3D" fill-rule="evenodd" d="M20.831.18l-10.016 9.928L.984.277A1.99 1.99 0 0 1 2 0h18c.297 0 .578.065.831.18zm.78.635c.245.332.389.742.389 1.185v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2c0-.37.101-.718.277-1.016l10.535 10.535L21.612.815z" style=""><\/path><\/svg>\n                                                        <\/div>\n                                                        <span>'+this.emailtext+"<\/span>    \n                                                    <\/a>\n                                                <\/div>":"",e=t.phone?'<div>\n                                    <a class="nuv-contact__phone-link" href="tel:'+t.phone+'" target="_self">\n                                            <div class="nuv-contact__icon">\n                                            <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"width="16" height="24" viewBox="0 0 16 24">\n                                                            <defs>\n                                                                <style>\n                                                                    .cls-1 {\n                                                                        fill: #01313c;\n                                                                    }\n                                                                <\/style>\n                                                            <\/defs>\n                                                            <title>small-phone-icon<\/title>\n                                                            <path data-name="Phone green" class="cls-1" d="M1.17,15c-1.2-1.2-1.5-1.88-.6-2.63S3,10.6,3,10.6a1.47,1.47,0,0,1,1.73,0c.75.68,1.21,2,1.73,1.66a26.59,26.59,0,0,0,5.8-5.8c.3-.53-1-1-1.66-1.73a1.47,1.47,0,0,1,0-1.73S11.71,1.57,12.39.59s1.43-.6,2.63.6C19.61,6.08,6.06,19.63,1.17,15" transform="translate(-0.04 -0.06)" />\n                                                        <\/svg><\/div>\n                                        <span>'+t.phone+"<\/span>\n                                    <\/a>\n                                <\/div>":"",o=t.mobile?'<div>\n                                    <a class="nuv-contact__phone-link" href="tel:'+t.mobile+'" target="_self">\n                                            <div class="nuv-contact__icon">\n                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24"><g fill="none" fill-rule="evenodd"><path fill="#012E3D" fill-rule="nonzero" d="M0 19.889h15.928V19H0V2C0 .897 1.133 0 2.526 0h10.877c1.394 0 2.527.897 2.527 2v19.833c0 1.103-1.133 2-2.527 2H2.526c-1.393 0-2.526-.897-2.526-2V19.89z"/><path stroke="#F6F6F6" stroke-linecap="square" d="M6.857 21.667h2.105M6.857 21.667h2.105"/><\/g><\/svg>\n                                            <\/div>\n                                        <span>'+t.mobile+"<\/span>\n                                    <\/a>\n                                <\/div>":"";r+='<div class="nuv-contact-accordion__content-item">\n                                <h4>'+(t.name||"")+"<\/h4>\n                                <p>"+(t.job_title||"")+"<\/p>\n                                "+f+"\n                                "+e+"\n                                "+o+"\n                            <\/div>"}r+="<\/div><\/div><\/div>"}return r},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n)}return n.prototype.init=function(){this.filterContactList()},n.prototype.filterContactList=function(){var n=$(".nuv-contact-list__filter-button__dropdown");$(".nuv-contact-list__filter-button__dropdown").change(function(){var n=$(this).closest("#contact-list"),t=n.find("#contactListCountryFilter option:selected").val(),i=n.find("#contactListSectorFilter option:selected").val();""===t?n.find(".nuv-contact-list__container").show():(n.find('.nuv-contact-list__container[data-id="'+t+'"]').show(),n.find('.nuv-contact-list__container:not([data-id="'+t+'"])').hide());""===i?n.find(".nuv-contact-list__department-list").show():(n.find('.nuv-contact-list__department-list[data-id="'+i+'"]').show(),n.find('.nuv-contact-list__department-list:not([data-id="'+i+'"])').hide(),n.find(".nuv-contact-list__container").each(function(n,t){$(t).find(".nuv-contact-list__department-list").length===$(t).find(".nuv-contact-list__department-list:hidden").length&&$(t).hide()}))});$(window).on("click",function(){n.removeClass("active")});n.on("blur",function(){n.removeClass("active")});n.on("click",function(t){t.stopPropagation();$(this).toggleClass("active");n.not(this).removeClass("active")})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=u(f),o=i(10),r=u(o),s=function(){function n(){e.default(this,n);this.componentName="nuv-contact-us-btn";this.initialized=!1;this.hideContact=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-contact-us-btn");this.contactOffset=$(".nuv-global-navigation").offset();this.$subscriptionBtn=$(".nuv-subscription-btn")},n.prototype.init=function(){var n=this;this.setJQueryObjects();this.$element.length>0&&(r.default.refreshValue(),"desktop"!==r.default.current()&&this.$element.removeClass("nuv-hide"));this.$element.length>0&&!1===this.initialized&&($(window).scroll(function(){var t=$(window).scrollTop(),i=n.contactOffset.top+80;"desktop"===r.default.current()&&t>i?(n.$element.removeClass("nuv-hide"),n.$subscriptionBtn.removeClass("nocontactbtn")):"desktop"===r.default.current()&&t<=i&&(n.$element.addClass("nuv-hide"),n.$subscriptionBtn.addClass("nocontactbtn"))}),window.addEventListener("breakpointChange",function(){"desktop"!==r.default.current()&&(n.$element.removeClass("nuv-hide"),n.$subscriptionBtn.addClass("nocontactbtn"))}));this.$element.length>0&&(this.initialized=!0)},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="myContactsModal";this.initialized=!1;this.isMobile=!1}return n.prototype.setJQueryObjects=function(){var n=window.navigator.userAgent.toLowerCase();this.isMobile=/iphone|ipod|android/.test(n)},n.prototype.init=function(){this.initialized=!0;this.setJQueryObjects();this.isMobile||$(".nuv-contact-us__phone").find("a").addClass("nuv-phone-link")},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(66),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="contact";this.init=this.init;this.initialized=!1}return n.prototype.setJQueryObjects=function(){this.contactListItems$=$(".nuv-contact__item")},n.prototype.init=function(){this.initialized=!0;this.setJQueryObjects();this.updateContactInfo();this.filterContactUs();this.emailtext=$("#emailtext").val()},n.prototype.filterContactUs=function(){var t=this,n=$(".nuv-button-dropdown");$(".nuv-contact__filter-button__dropdown").change(function(){var n=$(this).closest(".nuv-contact"),i=n.attr("contact-id"),r=n.find("#contactUsCountryFilter option:selected").val(),u=n.find("#contactUsSectorFilter option:selected").val();$.ajax({url:"/global/api/contact/getsubgroup?contactID="+i+"&countryID="+r+"&sectorID="+u,success:function(i){if(i.groups){var r=t.builHTMLSubGroup(i.groups);n.find(".nuv-contact__department-container").html(r)}}})});$(window).on("click",function(){n.removeClass("active")});n.on("blur",function(){n.removeClass("active")});n.on("click",function(t){t.stopPropagation();$(this).toggleClass("active");n.not(this).removeClass("active")})},n.prototype.builHTMLSubGroup=function(n){var r,i,u;if(!n.length)return null;for(r="",i=0;i<n.length;i++){for(r+='<div class="nuv-contact__department-list">\n                        <div class="nuv-contact__department-item-title">\n                            <span>'+(n[i].title||"")+'<\/span>\n                        <\/div>\n                        <div class="nuv-contact__department-item-description">\n                            '+(n[i].description||"")+'\n                        <\/div>\n                        <div class="nuv-contact__department-person-block">',u=0;u<n[i].persons.length;u++){var t=n[i].persons[u],f=1===n[i].persons.length?"full-width-content":"",e=t.image?t.image:"~/global/images/fallback icon.jpg",o=t.image_alt?t.image_alt:"No image",s=t.email?'<div class="nuv-contact__email" data-track-hover="">\n                                    <div class="nuv-contact__icon">\n                                        <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16">\n                                            <path fill="#012E3D" fill-rule="evenodd" d="M20.831.18l-10.016 9.928L.984.277A1.99 1.99 0 0 1 2 0h18c.297 0 .578.065.831.18zm.78.635c.245.332.389.742.389 1.185v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2c0-.37.101-.718.277-1.016l10.535 10.535L21.612.815z"><\/path>\n                                        <\/svg>\n                                    <\/div>\n                                    <a href="mailto:'+t.email+'" target="_self" data-action="email">\n                                        <span data-action="email">'+this.emailtext+"<\/span>\n                                    <\/a>\n                                <\/div>":"",h=t.phone?'<div class="nuv-contact__phone" data-track-hover="">\n                                    <a class="nuv-contact__phone-link" href="tel:'+t.phone+'" target="_self">\n                                        <div class="nuv-contact__icon">\n                                            <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.91 15.91"><defs><style>.cls-1 {fill: #01313c;}<\/style><\/defs><title>small-phone-icon<\/title><path data-name="Phone green" class="cls-1" d="M1.17,15c-1.2-1.2-1.5-1.88-.6-2.63S3,10.6,3,10.6a1.47,1.47,0,0,1,1.73,0c.75.68,1.21,2,1.73,1.66a26.59,26.59,0,0,0,5.8-5.8c.3-.53-1-1-1.66-1.73a1.47,1.47,0,0,1,0-1.73S11.71,1.57,12.39.59s1.43-.6,2.63.6C19.61,6.08,6.06,19.63,1.17,15" transform="translate(-0.04 -0.06)"><\/path>\n                                            <\/svg>\n                                            <\/div>\n                                        <span>'+t.phone+"<\/span>\n                                    <\/a>\n                                <\/div>":"",c=t.mobile?'<div class="nuv-contact__phone" data-track-hover="">\n                                    <a class="nuv-contact__phone-link" href="tel:'+t.mobile+'" target="_self">\n                                        <div class="nuv-contact__icon">\n                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24"><g fill="none" fill-rule="evenodd"><path fill="#012E3D" fill-rule="nonzero" d="M0 19.889h15.928V19H0V2C0 .897 1.133 0 2.526 0h10.877c1.394 0 2.527.897 2.527 2v19.833c0 1.103-1.133 2-2.527 2H2.526c-1.393 0-2.526-.897-2.526-2V19.89z"/><path stroke="#F6F6F6" stroke-linecap="square" d="M6.857 21.667h2.105M6.857 21.667h2.105"/><\/g><\/svg>\n                                        <\/div>\n                                        <span>'+t.mobile+"<\/span>\n                                    <\/a>\n                                <\/div>":"",l=t.postal?'<div class="nuv-contact__phone" data-track-hover="">\n                                        <div class="nuv-contact__icon">\n                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 22.162">\n                                                                            <path id="Path_1" data-name="Path 1" d="M26.251,9.25a8,8,0,0,0-6.79,12.231l6.79,9.932,6.79-9.932A8,8,0,0,0,26.251,9.25Zm0,10.943a2.943,2.943,0,1,1,2.943-2.943A2.943,2.943,0,0,1,26.251,20.193Z" transform="translate(-18.251 -9.25)" fill="#00313c"><\/path>\n                                                                        <\/svg>\n                                        <\/div>\n                                        <span>'+t.postal+"<\/span>\n                                <\/div>":"";r+='<div class="nuv-contact__department-person '+f+'">\n                            <div class="nuv-contact__department-person__thumb">\n                                <picture class="nuv-contact__thumb-picture-container">\n                                    <img src="'+e+'" alt=""'+o+'" />\n                                <\/picture>\n                            <\/div>\n                            <div class="nuv-contact__department-person__info">\n                                <div class="nuv-contact__name nuv-contact__department-person__name">'+(t.name||"")+'<\/div>\n                                <div class="nuv-contact__department-person__title">'+(t.job_title||"")+"<\/div>\n                                "+s+"\n                                "+h+"\n                                "+c+"\n                                "+l+"\n                            <\/div>\n                        <\/div>\n                    "}r+="<\/div ><\/div>"}return r},n.prototype.updateContactInfo=function(){o.default.nuvUser.isLoggedIn},n}(),h=new s;t.default=h},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(19),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="contactretail";this.init=this.init;this.initialized=!1}return n.prototype.init=function(){this.initialized=!0;this.formFields=$("#modal-contact-form").data("form-data");void 0!==this.formFields&&(this.msgRequired$=this.formFields.genericRequiredMessage,this.msgSpecialCharacter$=this.formFields.specialCharacterMessage,this.securityMessage=this.formFields.securityMessage,this.fistNameMessage=this.formFields.fistNameMessage,this.lastNameMessage=this.formFields.lastNameMessage,this.companyMessage=this.formFields.companyMessage,this.addEvents())},n.prototype.specialCharValidationTextBox=function(n){return new RegExp("^[a-zA-Z0-9 , ?.\\-]").test(n)},n.prototype.specialCharValidationTextArea=function(n){return new RegExp("^[a-zA-Z0-9 \\-\\.\\?\\,\\s]+$").test(n)},n.prototype.emailValidation=function(n){return new RegExp("^[a-zA-Z0-9+&*-_]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}$").test(n)},n.prototype.phoneNumberValidation=function(n){return new RegExp("^\\(?(\\d{3})\\)?[- ]?(\\d{3})[- ]?(\\d{4})$").test(n)},n.prototype.textAreaValidations=function(n){var t="",u=this,f=n.attr("name"),r,i;n&&(f&&n.val().length>=0&&(r=n.val().length,i=n.siblings('div[data-error-for="Comments__disp-msg"]'),t=this.formFields.commentsCharacterCountMessage,i&&-1!==t.indexOf("$Length")&&(t=t.replace("$Length",r),i.html(t))),n.val().length>0?(n.parents(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg"),u.specialCharValidationTextArea(n.val())||(n.parents(".nuv-contact-form__field-container").addClass("nuv-contact-form__addErrorMsg"),n.siblings(".nuv-contact-form__error-msg").text("").text(this.msgSpecialCharacter$))):(n.parents(".nuv-contact-form__field-container").addClass("nuv-contact-form__addErrorMsg"),n.siblings(".nuv-contact-form__error-msg").text("").text(this.msgRequired$)))},n.prototype.dropdownValidation=function(n){if(n.parents(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg"),n.val())n.parent().removeClass("empty");else{n.parent().addClass("empty");n.parents(".nuv-contact-form__field-container").addClass("nuv-contact-form__addErrorMsg");var t=n.parents(".nuv-contact-form__field-container").find('div[data-error-for="State"]');t&&t.text("").text(this.msgRequired$)}},n.prototype.recaptchaValidation=function(n){var t=$("#nuv-recaptcha-contact-form .g-recaptcha-response");t.parents(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg");"gReCaptcha"===n&&""===t.val()&&(t.parents(".nuv-contact-form__field-container").addClass("nuv-contact-form__addErrorMsg"),t.siblings(".nuv-contact-form__error-msg").text("").text(this.msgRequired$),$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show"))},n.prototype.addEvents=function(){var t=this,n=$(".nuv-contact-form__form"),i;if(n){n.on("change",".nuv-contact-form__input-field",function(){t.validateControl($(this))});i=n.find(".nuv-contact-form__input-field__comments");i&&i.on("keyup",function(){t.textAreaValidations($(this))});n.on("change",".nuv-contact-form__input-field__state",function(){t.dropdownValidation($(this))});n.on("click",'.nuv-button__btn[type="submit"]',function(i){i.preventDefault();window.confirm(t.securityMessage)&&(n.addClass("contactFormSubmitted"),t.validateForm(n))});$(".nuv-contact-form__close-btn").click(function(){$("#modal-contact-form").removeClass("nuv-speed-bump--show max-opacity");n.closest(".nuv-contact-form").find(".nuv-contact-form__formWrapper").removeClass("nuv-hide");n.closest(".nuv-contact-form").find(".nuv-contact-form__thankyouMsg").addClass("nuv-hide");t.clearForm();o.default.unlock()})}},n.prototype.validateControl=function(n){var t=this,u,r,i;if((n.parents(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg"),n.prop("required"))&&(u=n.val(),""===u||""===u.trim()))return n.parents(".nuv-contact-form__field-container").addClass("nuv-contact-form__addErrorMsg"),void n.siblings(".nuv-contact-form__error-msg").text("").text(t.msgRequired$);r=n.attr("type");void 0!==r&&""!==r||(r=n.attr("data-inputType"));i="";switch(r){case"text":n.val().length>0&&!t.specialCharValidationTextBox(n.val())&&(i=n.hasClass("nuv-contact-form__input-field__first-name")?this.fistNameMessage:n.hasClass("nuv-contact-form__input-field__last-name")?this.lastNameMessage:n.hasClass("nuv-contact-form__input-field__company")?this.companyMessage:this.msgSpecialCharacter$);break;case"email":i=n.val().length>0&&!t.emailValidation(n.val())?t.formFields.emailAddressRequiredMessage:t.formFields.msgRequired$;break;case"tel":i=n.val().length>0&&!t.phoneNumberValidation(n.val())?t.formFields.phoneRequiredMessage:t.formFields.msgRequired$;break;case"select":t.dropdownValidation(n);break;case"textarea":""===n.val()||""===n.val().trim()?i=this.msgRequired$:n.val().length>0&&!t.specialCharValidationTextBox(n.val())&&(i=this.msgSpecialCharacter$);break;default:return}void 0!==i&&""!==i&&(n.parents(".nuv-contact-form__field-container").addClass("nuv-contact-form__addErrorMsg"),n.siblings(".nuv-contact-form__error-msg").text("").text(i))},n.prototype.clearForm=function(){window.grecaptcha.reset();$(".nuv-contact-form__input-field__first-name").val("");$(".nuv-contact-form__input-field__last-name").val("");$(".nuv-contact-form__input-field__company").val("");$(".nuv-contact-form__input-field__email").val("");$(".nuv-contact-form__input-field__phone").val("");$(".nuv-contact-form__input-field__comments").val("");$(".nuv-contact-form__field-container").removeClass("nuv-contact-form__addErrorMsg");$(".nuv-contact-form__input-field__state")[0].selectedIndex=0;$(".nuv-contact-form__form").find(".nuv-contact-form__input-field__comments").siblings('div.nuv-contact-form__disp-msg[data-error-for="Comments__disp-msg"]').html("(Up to 600 characters)")},n.prototype.validateForm=function(n){var i=this,t;(n.find(".nuv-contact-form__input-field").each(function(){i.validateControl($(this))}),n.find(".nuv-contact-form__input-field__state",function(){i.dropdownValidation($(this))}),n.find(".nuv-contact-form__input-field__comments",function(){i.textAreaValidations($(this))}),i.recaptchaValidation("gReCaptcha"),this.$errorMsgVisible=n.find(".nuv-contact-form__addErrorMsg"),this.$recaptcharesponse=n.find(".nuv-contact-form__recaptcha-container .g-recaptcha-response").val(),this.$errorMsgVisible.length<=0&&this.$recaptcharesponse.length>0)&&(console.log("inside contact us submit"),t={},t.NameFirst=n.find(".nuv-contact-form__input-field__first-name").val(),t.NameLast=n.find(".nuv-contact-form__input-field__last-name").val(),t.Company=n.find(".nuv-contact-form__input-field__company").val(),t.EmailAddress=n.find(".nuv-contact-form__input-field__email").val(),t.Phone=n.find(".nuv-contact-form__input-field__phone").val(),t.State=n.find(".nuv-contact-form__input-field__state").val(),t.Comments=n.find(".nuv-contact-form__input-field__comments").val(),t.captchaResponse=this.$recaptcharesponse,$.ajax({url:n.attr("action"),type:"POST",async:!0,data:t}).done(function(){i.clearForm();n.closest(".nuv-contact-form").find(".nuv-contact-form__thankyouMsg").removeClass("nuv-hide");n.closest(".nuv-contact-form").find(".nuv-contact-form__formWrapper").addClass("nuv-hide");n.removeClass("contactFormSubmitted")}).fail(function(){$(".nuv-contact-form__close-btn")&&$(".nuv-contact-form__close-btn").trigger("click");i.clearForm();$("#modal-contact-form").removeClass("nuv-speed-bump--show max-opacity");window.alert("Unable to submit details. Please try again later.")}))},n}(),h=new s;t.default=h},function(n,t,i){"use strict";function l(n){return n&&n.__esModule?n:{"default":n}}function e(n,t,i,r){if(!n||!n.length)return"";var e=n?n.split(","):"",f=t?t.split(","):"",u="";return $.each(e,function(n,t){u=r?u+" <span> "+t+" <\/span>":u+' <span>\n            <a href="'+(f[n]?f[n]:i)+'" target="_self">\n                '+t+"\n            <\/a>\n        <\/span>"}),u}function o(n,t,i){var g=k+"api/contentlist/getcontentlist?filterTab="+n+"&page="+t+"&modelId="+d,w=i.find(".nuv-search-results-categories__results-total.content-list-total"),v=i.closest(".nuv-search-results-categories").next(".nuv-search-results").find(".nuv-content-list-search-results__pagination"),b=i.closest(".nuv-search-results-categories").next(".nuv-search-results").find(".nuv-search-results__content"),y,l,p;u=v.attr("total-count");y="";w.html("");v.attr("total-count",0);v.hide();l=!1;p=!1;$.ajax({url:g,success:function(n){var d,k;n&&(d=a+" Search Results ("+n.totalCount+" found) :",b.html(""),$.each(n.contentItems,function(n,t){var i,r,u;(l=!1,"03f8e5ab-edf4-4e22-9ff7-a36f9a6b576c"===t.templateID&&""!==t.articleVideoId&&void 0!==t.articleVideoId&&null!==t.articleVideoId&&(l=!0),p=!1,"bfc87489-9392-4432-afaf-b063cb278826"===t.templateID&&(p=!0),!0===l)?(i='<li class="">\n                        <div class="nuv-search-results__thumbnail video-overlay-trigger" data-id ="'+t.articleVideoId+'" data-action="play">\n                            <a data-id ="'+t.articleVideoId+'" class="svgPlayVideo">\n                                <img '+(t.thumbnail?'src="'+t.thumbnail+'" alt="'+t.image_alt_text+'"':'src="/global/images/fallback icon.jpg" alt="No image"')+'>\n                            <\/a>\n                            <div class="nuv-seven-up-content__feed-item-play-button video-overlay-trigger" data-id="'+t.articleVideoId+'" data-action="play" >\n                                <a data-id="'+t.articleVideoId+'" class="svgPlayVideo">\n                                    <svg data-action="play" class="nuv-seven-up-content__feed-item-play-icon" width="15" height="17" viewBox="0 0 15 17" xmlns="http://www.w3.org/2000/svg" style="">\n                                        <path data-action="play" d="M.714.893l13.5 7.714-13.5 7.714" fill="#FFF" fill-rule="evenodd"><\/path>\n                                    <\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n\n                        <div class="nuv-search-results__text video-overlay-trigger" data-id ="'+t.articleVideoId+'" data-action="play">\n                                    <div class="nuv-search-results__category">\n                                    '+e(t.eyebrow,t.eyebrowLink,t.detailLink,l)+'\n                                    <\/div>\n                            <div class="nuv-search-results__title" >\n                                <a data-id="'+t.articleVideoId+'" class="svgPlayVideo">\n                                    '+t.name+'\n                                <\/a>\n                            <\/div>\n                            <div class="nuv-search-results__description">\n                                <a data-id="'+t.articleVideoId+'" class="svgPlayVideo">\n                                    '+t.excerpt+"\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/li>",y+=i):!0===p?(r='<li class="">\n                            <div class="nuv-search-results__thumbnail">\n                                <a data-speed-bump-id="'+(t.dataSpeedbumpId||"")+'" target="_blank" title=\'opens in a new window\'  href="'+t.itemUrl+'">\n                                    <img '+(t.thumbnail?'src="'+(t.thumbnail||"")+'" alt="'+t.image_alt_text+'"':'src="/global/images/fallback icon.jpg" alt="No image"')+'>\n                                <\/a>\n                            <\/div>\n\n                            <div class="nuv-search-results__text">\n                                        <div class="nuv-search-results__category">\n                                            '+e(t.eyebrow,t.eyebrowLink,t.detailLink,l)+'\n                                        <\/div>\n                                <div class="nuv-search-results__title" >\n                                    <a data-speed-bump-id="'+(t.dataSpeedbumpId||"")+'" target="_blank" href="'+t.itemUrl+"\" title='opens in a new window' >\n                                        "+t.name+'\n                                    <\/a>\n                                <\/div>\n                                <div class="nuv-search-results__description">\n                                    <a data-speed-bump-id="'+(t.dataSpeedbumpId||"")+'" target="_blank" href="'+t.itemUrl+"\" title='opens in a new window' >\n                                        "+t.excerpt+"\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/li>",y+=r):(u='<li class="">\n\n                            <div class="nuv-search-results__thumbnail">\n                                <a href="'+t.detailLink+'" target="_self">\n                                    <img '+(t.thumbnail?'src="'+t.thumbnail+'" alt="'+t.image_alt_text+'"':'src="/global/images/fallback icon.jpg" alt="No image"')+'>\n                                <\/a>\n                            <\/div>  \n\n                            <div class="nuv-search-results__text">\n                                        <div class="nuv-search-results__category">\n                                        '+e(t.eyebrow,t.eyebrowLink,t.detailLink,l)+'\n                                        <\/div>\n                                <div class="nuv-search-results__title">\n                                    <a href="'+t.detailLink+'" target="_self">\n                                        '+t.name+'\n                                    <\/a>\n                                <\/div>\n                                <div class="nuv-search-results__description">\n                                    <a href="'+t.detailLink+'" target="_self">\n                                        '+t.excerpt+"\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                            <\/li>",y+=u)}),b.append("<ul>"+y+"<\/ul>"),w.html(d),v.attr("total-count",n.totalCount),v.show(),r=Math.ceil(n.totalCount/10),k=i.closest(".nuv-search-results-categories").next(".nuv-search-results").find("#pagination"),(window.NuveenComponents&&window.NuveenComponents.videoModal&&window.NuveenComponents.videoModal.init(),n.totalCount!==parseInt(u,10))&&((u=i.closest(".nuv-search-results-categories").next(".nuv-search-results").find(".nuv-content-list-search-results__pagination").attr("total-count"),r>1)?k.pagination({items:r,itemOnPage:r,currentPage:t,useAnchors:!1,displayedPages:"mobile"===f.default.current()?3:5,edges:"desktop"===f.default.current()?2:0,cssStyle:"",ellipsePageSet:!1,prevText:h,nextText:c,onPageClick:function(n,t){t.preventDefault();$("html, body").animate({scrollTop:i.offset().top-82},400);o(s,n-1,i)}}):(k.pagination("destroy"),i.closest(".nuv-search-results-categories").next(".nuv-search-results").find("#pagination").html('<li class="disabled"><span class="current prev">'+h+'<\/span><\/li><li class="active"><span class="current no-outline">1<\/span><\/li><li class="disabled"><span class="current next">'+c+"<\/span><\/li>")),u=i.closest(".nuv-search-results-categories").next(".nuv-search-results").find(".nuv-content-list-search-results__pagination").attr("total-count")))},error:function(){}})}function v(n,t,i,u){var e=i.closest(".nuv-search-results-categories").next(".nuv-search-results").find("#pagination");r>1?e.pagination({items:n,itemOnPage:r,currentPage:t,useAnchors:!1,displayedPages:"mobile"===f.default.current()?3:5,edges:"desktop"===f.default.current()?2:0,cssStyle:"",ellipsePageSet:!1,prevText:h,nextText:c,onPageClick:function(n,t){t.preventDefault();$("html, body").animate({scrollTop:i.offset().top-82},400);o(u,n-1,i)}}):e.hide()}Object.defineProperty(t,"__esModule",{value:!0});var y=i(1),p=l(y),w=i(10),f=l(w);i(67);var b=$(".nuv-search-bar").length>0,u=$(".nuv-content-list-search-results__pagination").attr("total-count"),r=Math.ceil(u/10),s=$(".nuv-search-results-categories__filter-item").attr("data-filter"),a=$(".nuv-search-results-categories__filter-item--active").text(),k=$(".contentList").attr("data-key"),d=$(".contentList").attr("data-modal"),g=$("#next_button").val(),nt=$("#previous_button").val(),h='<div class="paginate-ctrl paginate-ctrl--prev">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M8.521882 1.521882L1.47812 8.503946l7.043762 7.017936" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n            '+nt+"\n        <\/div> \n    <\/div>",c='<div class="paginate-ctrl paginate-ctrl--next">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M1.478118 15.478118L8.52188 8.496054 1.47812 1.478118" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n           '+g+"\n        <\/div>\n    <\/div>",tt=function(){function n(){p.default(this,n)}return n.prototype.init=function(){$(document).ready(function(){(b=$(".nuv-search-bar").length>0)||$(".contentList").each(function(){var n=$(this);n.$contentListContent=n.find(".nuv-search-results > .nuv-search-results__content > ul");u=$(this).attr("total-count");r=Math.ceil(u/10);n.searchText="";n.currentPageNum=0;n.$filterElement=n.find(".nuv-search-results-categories__filter-item");n.activeCategory=n.$filterElement.attr("data-filter");n.currentElement=n;n.$tabSearchFIlter=n.find(".nuv-search-results-categories__filter-bar");v(r,n.currentPageNum,n,n.activeCategory);n.$filterElement.on("click",function(){s=$(this).attr("data-filter");a=$(this).text();o(s,0,n)})})})},n}(),it=new tt(document);t.default=it},function(n,t,i){"use strict";var r,u,f,e;Object.defineProperty(t,"__esModule",{value:!0});r=i(1);u=function(n){return n&&n.__esModule?n:{"default":n}}(r);$.fn.isInViewport=function(){var n=$(this).offset().top,i=n+$(this).outerHeight(),t=$(window).scrollTop(),r=t+$(window).height();return i>t&&n<r};f=function(){function n(){u.default(this,n);this.componentName="contentNavigationBar";this.STUCK_CLASSNAME="nuv-content-navigation--stuck";this.COMPRESSED_CLASSNAME="nuv-content-navigation--compressed";this.ACTIVE_LINK_CLASSNAME="nuv-content-navigation__nav-item--active";this.setJQueryObjects();this.initialized=!1;this.init=this.init;this.anchorPoints=[];this.offsetThreshold=0;this.contentOffset=0}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-content-navigation");this.$navContainer=$(".nuv-content-navigation__container");this.$jumplinkContainer=$(".nuv-content-navigation__jumpLink-container");this.$tabContainer=$(".nuv-content-navigation__tab-container");this.$navLink=$(".nuv-content-navigation__tab-list-link");this.$navLinkItem=$(".nuv-content-navigation__nav-item");this.$globalNav=$(".nuv-global-navigation__nav-container");this.$nuvArticleNavigation=$(".nuv-article-navigation");this.$articlecontent=$(".nuv-content-navigation__content-container");this.$navigationdata=$(".nuv-content-navigation").html();this.$heroTitle=$(".nuv-landing-hero-with-btn__title").text()},n.prototype.onScroll=function(){this.setUpDestinations();var n=$(window).scrollTop(),t=$(".nuv-landing-hero-with-btn").height()+$("#global-navigation").height()+$(".nuv-content-navigation__container").height();$(window).width()>1022&&(n>=t?$("#nuv_theme_container").addClass("fixed"):$("#nuv_theme_container").removeClass("fixed"));n>=t?($(".nuv_theme_container").addClass("article-fixed-accordion"),$(window).width()<=1022?$(".nuv-article-navigation-accordion").addClass("show-accordion"):$(".nuv-content-navigation__sticky-content").addClass("sticky")):($(".nuv_theme_container").removeClass("article-fixed-accordion"),$(window).width()<=1022?$(".nuv-article-navigation-accordion").removeClass("show-accordion"):$(".nuv-content-navigation__sticky-content").removeClass("sticky"));$(".nuv-content-navigation__jumpLink-container").length&&this.findActiveDestination()},n.prototype.init=function(){this.setJQueryObjects();$(document).ready(function(){var i=window.location.href,n=i.split("#"),t;n.length>=2&&(t=""+n[1],$(document).find(".nuv-content-navigation__tab-list-link").each(function(n,i){$(i).attr("data-filter")===t&&$(i).click()}))});$(".nuv-content-navigation__jumpLink-container").length&&(this.setUpDestinations(),this.findActiveDestination());var n=this;$(".nuv-content-navigation__tab-list-link").off("click");$(".nuv-content-navigation__tab-list-link").on("click",function(){var i,f,r,e,t,o;$(".nuv-content-navigation__nav-item").removeClass("nuv-content-navigation__nav-item--active");var h=$(this).data("target"),c=$(this).data("filter"),u=window.location.href,s=u.split("#");s.length>=2&&(u=""+s[0]);i=u+"#"+c;(window.history.pushState({path:i},"",i),$(document).find(".nuv-content-navigation__tab-list-link").each(function(n,t){$(t).attr("data-target")===h&&$(t).parent().addClass("nuv-content-navigation__nav-item--active")}),$(".nuv-content-navigation__jumpLink-container").length)?(f=$(this).attr("data-target"),r=$(f).offset().top-150,$(".nuv-content-navigation-themeAccordion.active").length&&(r-=$(".nuv-content-navigation-themeAccordion-panel").height()),$("html, body").animate({scrollTop:r})):$(".nuv-content-navigation__tab-container").length&&($(".nuv-content-navigation__content").hide(),e=$(this).attr("data-target"),t=$(".nuv-content-navigation__content-container").offset().top-150,$(".nuv-content-navigation-themeAccordion.active").length&&(o=$(".nuv-content-navigation-themeAccordion-panel").height(),t-=o),$(".nuv-content-navigation__sticky-content.sticky").length&&(t=n.contentOffset-150),$(e).show(),$("html, body").animate({scrollTop:t}))});$(document).on(".nuv-article-navigation-accordion .nuv-content-navigation-themeAccordion").off("click");$(".nuv-article-navigation-accordion .nuv-content-navigation-themeAccordion").on("click",function(){if($(window).width()<=1022){var n=$(this).parent().find(".nuv-content-navigation-themeAccordion-panel");$(this).hasClass("active")?($(this).removeClass("active"),$(n).css("max-height",0)):($(this).addClass("active"),$(n).css("max-height","unset"))}});this.$element.length&&!this.initialized&&$(window).on("scroll",function(){n.onScroll()});$(".nuv-content-navigation-heroTitle").text(this.$heroTitle);this.initialized=!0;this.$element.length&&this.$articlecontent.length&&(this.contentOffset=this.$articlecontent.offset().top)},n.prototype.jumpLink=function(n){if(n.length){var i=n.offset().top-this.offsetThreshold,t=0;t=($(window).scrollTop(),$(".cookie-notification").height()+$(".nuv-global-navigation__nav-wrapper").height()+$(".nuv-content-navigation__sticky-content").height());$("html, body").animate({scrollTop:i-t},400)}},n.prototype.htmlMarkup=function(){return'<button class="nuv-content-navigation-themeAccordion">'+$(".nuv-landing-hero-with-btn__title").text()+'<\/button>\n                        <div class="nuv-content-navigation-themeAccordion-panel">\n                            <div class="nuv-content-navigation">\n                             '+this.$navigationdata+"\n                            <\/div>\n                        <\/div>"},n.prototype.setUpDestinations=function(){this.anchorPoints=[];var n=this;this.$navLink.each(function(){var t=$($.attr(this,"data-target"));t.length&&n.anchorPoints.push({anchor:$.attr(this,"data-target"),offsetTop:t.offset().top-n.offsetThreshold-100,offsetBottom:t.offset().top+t.height()+n.offsetThreshold,$linkItem:$(this).parent()})})},n.prototype.findActiveDestination=function(){for(var n,t,r=$(window).scrollTop(),i=0;i<this.anchorPoints.length;i++)n=this.anchorPoints[i],t=$(".cookie-notification").height()+50,$(".nuv-global-navigation__nav-wrapper").isInViewport()&&(t+=$(".nuv-global-navigation__nav-wrapper").height()),$(".nuv-content-navigation__sticky-content").isInViewport()&&(t+=$(".nuv-content-navigation__sticky-content").height()),$(window).width()>1022&&r>=n.offsetTop-t&&r<n.offsetBottom&&!$(n.anchor).hasClass(this.ACTIVE_LINK_CLASSNAME)&&($("."+this.ACTIVE_LINK_CLASSNAME).removeClass(this.ACTIVE_LINK_CLASSNAME),n.$linkItem.addClass(this.ACTIVE_LINK_CLASSNAME))},n.prototype.isStuck=function(){return this.$element.hasClass(this.STUCK_CLASSNAME)},n.prototype.isCompressed=function(){return this.$element.hasClass(this.COMPRESSED_CLASSNAME)},n}();e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="cookieNoticeUpdate";this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".cookie-notice-update");this.siteName=$(".cookie-notice-update").attr("site-name")},n.prototype.init=function(){function t(n){for(var t,r=n+"=",f=decodeURIComponent(document.cookie),u=f.split(";"),i=0;i<u.length;i++){for(t=u[i];" "===t.charAt(0);)t=t.substring(1);if(0===t.indexOf(r))return t.substring(r.length,t.length)}return""}var n=this,u,i,r,f;void 0!==n.siteName&&"institutional"===n.siteName&&-1!==document.cookie.indexOf("setInstiCookie")?""===t("setInstiCookie")?$(".cookie-notice-update__cookie-right input:not(:disabled)").prop("checked",!0):(u=t("setInstiCookie").split(","),$(".cookie-notice-update__cookie").each(function(){for(var t=$(this).find("input").data("cookieid"),n=0;n<u.length;n++)u[n]===t&&$(".cookie-notice-update__cookie").find("[data-cookieid="+t+"]").prop("checked",!0)})):void 0!==n.siteName&&"institutional"===n.siteName&&-1===document.cookie.indexOf("setInstiCookie")?($(".cookie-notice-update__cookie-right input:not(:disabled)").prop("checked",!0),$(".cookie-notice-update__cookie-right input").prop("checked",!0),i=new Date,i.setTime(i.getTime()+31536e6),r="expires="+i.toGMTString(),document.cookie=String("ca_preference=true;"+r+";path=/"),document.cookie=String("ca_statstical=true;"+r+";path=/"),document.cookie=String("ca_marketing=true;"+r+";path=/"),$(".cookie-notice-update").show()):"global"===n.siteName&&-1!==document.cookie.indexOf("setgdprcookie")?""===t("setgdprcookie")?$(".cookie-notice-update__cookie-right input:not(:disabled)").prop("checked",!0):(f=t("setgdprcookie").split(","),$(".cookie-notice-update__cookie").each(function(){for(var t=$(this).find("input").data("cookieid"),n=0;n<f.length;n++)f[n]===t&&$(".cookie-notice-update__cookie").find("[data-cookieid="+t+"]").prop("checked",!0)})):$(".cookie-notice-update").show();$(window).load(function(){function i(n,t,i){var u=void 0,r;i?(r=new Date,r.setTime(r.getTime()+864e5*i),u="; expires="+r.toGMTString()):u="";document.cookie=n+"="+t+";"+u+"; path=/"}function h(n,t,r){var f=void 0,u;r?(u=new Date,u.setTime(u.getTime()+864e5*r),f="; expires="+u.toGMTString()):f="";document.cookie=n+"=;domain="+t+";"+f+"; path=/";-1!==document.cookie.indexOf(n)&&i(n,"",-1)}function e(n){var t="/api/sitecore/GdprCookieNotification/GetCookieData?cookies="+n.toString();$.ajax({url:t,success:function(n){n&&$(n).each(function(t){h(n[t].Key,n[t].Value,-1)})}})}function r(n,t,i){var r=new Date,u;r.setTime(r.getTime()+864e5*i);u="expires="+r.toGMTString();document.cookie=n+"="+t+"; "+u+"; path=/"}function u(n){null!==n&&void 0!==n&&(-1!==document.cookie.indexOf("setgdprcookie")&&$(".cookie-notice-update").hide(),t("setgdprcookie")!==n&&(-1!==document.cookie.indexOf("cs_preference")?-1===n.indexOf("Preferences")&&i("cs_preference","",-1):-1!==n.indexOf("Preferences")&&r("cs_preference","true",1),-1!==document.cookie.indexOf("cs_statstical")?-1===n.indexOf("Statistics")&&i("cs_statstical","",-1):-1!==n.indexOf("Statistics")&&r("cs_statstical","true",1),-1!==document.cookie.indexOf("cs_marketing")?-1===n.indexOf("Marketing")&&i("cs_marketing","",-1):-1!==n.indexOf("Marketing")&&r("cs_marketing","true",1),document.cookie=String("setgdprcookie="+n),e(n),setTimeout(function(){window.location.reload(!0)},1e3)))}function f(n){null!==n&&void 0!==n&&(-1!==document.cookie.indexOf("setInstiCookie")&&$(".cookie-notice-update").hide(),t("setInstiCookie")!==n&&(-1!==document.cookie.indexOf("ca_preference")?-1===n.indexOf("Preferences")&&i("ca_preference","",-1):-1!==n.indexOf("Preferences")&&r("ca_preference","true",365),-1!==document.cookie.indexOf("ca_statstical")?-1===n.indexOf("Statistics")&&i("ca_statstical","",-1):-1!==n.indexOf("Statistics")&&r("ca_statstical","true",365),-1!==document.cookie.indexOf("ca_marketing")?-1===n.indexOf("Marketing")&&i("ca_marketing","",-1):-1!==n.indexOf("Marketing")&&r("ca_marketing","true",365),r("setInstiCookie",n,365),e(n),setTimeout(function(){window.location.reload(!0)},1e3)))}var o=t("setgdprcookie"),s=t("setInstiCookie");void 0!==n.siteName&&"institutional"===n.siteName?""!==s&&f(s):""!==o&&u(o);$(".cookie-notice-update__manage-btn").click(function(){$(".cookie-notice-update__inner").hide();$(".cookie-notice-update__cookie-content").removeClass("hide-content");$(".cookie-notice-update__cookie-content").show();$(".cookie-notice-update__cookies-container").show()});$(".cookie-notice-update__manage-link").click(function(n){n.preventDefault();$(".cookie-notice-update").show();$(".cookie-notice-update__inner").hide();$(".cookie-notice-update__cookie-content").removeClass("hide-content");$(".cookie-notice-update__cookie-content").show();$(".cookie-notice-update__cookies-container").show()});$(".cookie-notice-update__accept-btn, .cookie-notice-update__cookie-accept, .cookie-notice-update__close-icon").click(function(){var t=[],i=[];$(".cookie-notice-update__cookie-right input:not(:disabled)").prop("checked",!0);$(".cookie-notice-update__cookies-container .cookie-notice-update__cookie").each(function(){!0===$(this).find(".cookie-notice-update__cookie-right input").prop("checked")&&(t.push($(this).find(".cookie-notice-update__cookie-right input").data("cookieid")),i.push($(this).find(".cookie-notice-update__cookie-right input").data("cookieguid")))});void 0!==n.siteName&&"institutional"===n.siteName?f(t.toString()):u(t.toString());$(".cookie-notice-update").hide();$(".cookie-notice-update__cookies-container").hide()});$(".cookie-notice-update__cookie-save").click(function(){var t=[],i=[];$(".cookie-notice-update__cookies-container .cookie-notice-update__cookie").each(function(){!0===$(this).find(".cookie-notice-update__cookie-right input").prop("checked")&&(t.push($(this).find(".cookie-notice-update__cookie-right input").data("cookieid")),i.push($(this).find(".cookie-notice-update__cookie-right input").data("cookieguid")))});void 0!==n.siteName&&"institutional"===n.siteName?f(t.toString()):u(t.toString());$(".cookie-notice-update").hide();$(".cookie-notice-update__cookies-container").hide()});$(".open-cookie-dialog").click(function(n){n.preventDefault();$(".cookie-notice-update").show();$(".cookie-notice-update__inner").show();$(".cookie-notice-update__cookie-content").hide()})})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}var f,e;Object.defineProperty(t,"__esModule",{value:!0});var o=i(1),s=u(o),h=i(34),r=u(h);i(91);f=function(){function n(){s.default(this,n);this.componentName="cookiesNotification";this.init=this.init;this.cookiesNotificationEl=$(".cookie-notification");this.globalNavigationWrapper=$(".nuv-global-navigation__nav-wrapper");this.cookieNotificationButton=$(".cookie-notification__content-button div");this.globalNavigation=$(".nuv-global-navigation");this.acceptNotificationButton=$(".cookie-notification .content-button-accept");this.findOutMoreButton=$(".cookie-notification .content-button-find-more a");this.declineNotificationButton=$(".cookie-notification .content-button-decline");this.navOpenNotifClass="nuv-global-navigation--open-notificaton";this.cookieNotificationBlockOpen=$(".cookie-notification--open");this.cookieOpenClass="cookie-notification--open";this.cookieFromBrowser=r.default.get("cookie-notification");this.productDetailAnchorNav=$(".nuv-product-detail-anchor-nav");this.productDetailHeroNoImage=$(".nuv-product-detail-hero--no-image");this.productDetailHeroDpn=$(".nuv-product-detail-hero.dpn");this.homepageHeader=$(".nuv-homepage-header");this.landingHero=$(".nuv-landing-hero");this.searchBar=$(".nuv-search-bar");this.mainEl=$("body > main");this.stickyNav=$(".nuv-product-detail-anchor-nav__sticky-content");this.fundNotif=$(".cookie-fund-notification")}return n.prototype.init=function(){var n=this;n.toggleNotification();setTimeout(function(){n.setPositionElement()},100);$(window).resize(function(){n.setPositionElement()});$(window).scroll(function(){n.setPositionElement()});$(window).load(function(){n.cookiesNotificationEl.css("position","fixed");Zone.root.run(function(){setInterval(function(){var t=$("#scWebEditRibbon").outerHeight();n.isPageEditor()&&n.cookiesNotificationEl.css("top",t+"px")},500)})});navigator.userAgent.match(/Trident\/7\./)&&$("body").on("mousewheel",function(){event.preventDefault();var n=event.wheelDelta,t=window.pageYOffset;window.scrollTo(0,t-n)})},n.prototype.isPageEditor=function(){return"undefined"!=typeof Sitecore},n.prototype.setPositionElement=function(){var n=this,t="none"===this.cookiesNotificationEl.css("display")?0:this.cookiesNotificationEl.outerHeight(),i=0,r=0===this.fundNotif.length?0:this.fundNotif.outerHeight(),u;this.fundNotif.length?(n.fundNotif.css("top",t+"px"),i=t+r):i=t;u=this.globalNavigationWrapper.outerHeight();0===$(".nuv-product-detail-hero").length&&(this.globalNavigation.hasClass("nuv-global-navigation--compressed")?this.cookiesNotificationEl.hasClass("cookie-notification--open")?($("body").hasClass("nuv-page--reverse-scroll"),n.stickyNav.css("transform","translate(0, "+i+"px)")):($("body").hasClass("nuv-page--reverse-scroll"),n.stickyNav.css("transform","translate(0, "+u+"px)")):this.cookiesNotificationEl.hasClass("cookie-notification--open")?this.fundNotif?($("main").css("margin-top",i),n.stickyNav.css("transform","translate(0, 0)")):($("main").css("margin-top",t),n.stickyNav.css("transform","translate(0, 0)")):this.fundNotif?($("main").css("margin-top",r),n.stickyNav.css("transform","translate(0, 0)")):($("main").css("margin-top",0),n.stickyNav.css("transform","translate(0, 0)")))},n.prototype.toggleNotification=function(){var n=this;n.checkCookiesNotificationEl();n.declineNotificationButton.on("click",function(){n.cookiesNotificationEl.removeClass(n.cookieOpenClass);n.globalNavigation.removeClass(n.navOpenNotifClass);n.setPositionElement()});n.acceptNotificationButton.on("click",function(){r.default.set("cookie-notification",!0,365);document.cookie.indexOf("cs_preference")<=0&&r.default.set("cs_preference",!0,365);document.cookie.indexOf("cs_marketing")<=0&&r.default.set("cs_marketing",!0,365);document.cookie.indexOf("cs_statstical")<=0&&r.default.set("cs_statstical",!0,365);n.cookiesNotificationEl.removeClass(n.cookieOpenClass);n.globalNavigation.removeClass(n.navOpenNotifClass);n.setPositionElement()});$("body").on("click",function(t){$(t.target).is(".content-fund-button-accept__text")&&n.setPositionElement()})},n.prototype.checkCookiesNotificationEl=function(){!this.cookieFromBrowser&&this.cookiesNotificationEl.length?(this.globalNavigation.addClass(this.navOpenNotifClass),this.cookiesNotificationEl.addClass(this.cookieOpenClass),this.globalNavigationWrapper.addClass("cookie-shown")):(this.globalNavigation.removeClass(this.navOpenNotifClass),this.globalNavigationWrapper.removeClass("cookie-shown"));this.setPositionElement()},n}();e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="countrySelectorOverlay";this.initialized=!1}return n.prototype.GetRoleData=function(n){var u=n.default_role_option,t=n.roles,f='<label class="site-switcher-update__content-label">'+n.role_label+"<\/label>",i,r;$(".site-switcher-update__content-data--role").append(f);i="";r="";$.each(t,function(n){i+='<div class="site-switcher-update__content-data-inner data-desktop half-width site-switcher-padding-'+(n%2==0?"right":"left")+'"><div class="site-switcher-update__content-role clearfix"><input class="site-switcher-update__content-role-input" id="role_'+n+'" name="role" type="radio" value="'+t[n].role_title+'"><label class="" for="role_'+n+'">'+t[n].role_title+"<\/label><\/div><\/div>";r+="<option>"+t[n].role_title+"<\/option>"});i+='<div class="site-switcher-update__content-data-inner data-mobile">\n                                <div class="site-switcher-update__content-select">\n                                    <select id ="roleSelection" class="site-switcher-update__content-data-role-selection">\n                                    <option value="">'+u+"<\/option>\n                                    "+r+'\n                                    <\/select>\n                                    <svg viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg">\n                                        <path d="M1 .757L5.243 5 1 9.243" stroke="currentColor" fill="none" fill-rule="evenodd"><\/path>\n                                    <\/svg>\n                                <\/div>\n                            <\/div>';$(".site-switcher-update__content-data--role").append(i)},n.prototype.init=function(){function t(t){var r=$("#currentItemId").val(),u=$("#siteswitcherlang").val(),f=i+"api/siteswitcher/getroledata?roleName="+t+"&currentItemId="+r+"&currentLang="+u;$.ajax({url:f,success:function(t){if(t){var i="",r="",u='<div class="site-switcher-update__content-data-legal"><label class="site-switcher-update__content-label">'+t.role_details.legal_text+'<\/label> <div class="site-switcher-update__content-terms">'+t.role_details.role_legal+"<\/div><\/div>",f=null!==t.role_details.privacy_btn_link&&""!==t.role_details.privacy_btn_link?'<a class="site-switcher-update__content-links site-switcher-update__content-links--privacy" href="'+t.role_details.privacy_btn_link+'" title="'+n+'">'+t.role_details.privacy_btn_text+"<\/a>":"",e=null!==t.role_details.cookie_btn_link&&""!==t.role_details.cookie_btn_link?'<a class="site-switcher-update__content-links site-switcher-update__content-links--cookie" href="'+t.role_details.cookie_btn_link+'" title="'+n+'">'+t.role_details.cookie_btn_text+"<\/a>":"";r=t.role_details.role_title.toLowerCase().indexOf("institutional")>-1?null!==t.role_details.accept_btn_link&&""!==t.role_details.accept_btn_link?'<a class="nuv-button__btn" href="javascript:void(0)" data-action="'+t.role_details.accept_btn_link+"\" onclick=\"AddInstiSiteCookie('nuvSiteSelection', 'institutional')\" title=\""+n+'">'+t.role_details.accept_btn_text+"<\/a>":"":null!==t.role_details.accept_btn_link&&""!==t.role_details.accept_btn_link?'<a class="nuv-button__btn" href="'+t.role_details.accept_btn_link+'" title="'+n+'">'+t.role_details.accept_btn_text+"<\/a>":"";i+='<div class="site-switcher-update__content-data-inner">\n                                    '+u+'\n                                <div class="site-switcher-update__links-container">\n                                    '+f+"\n                                    "+e+"\n                                    <\/div>\n                                    <\/div>";$(".site-switcher-update__content-data--legal").html("");$(".site-switcher-update__content-data--legal").append(i);$(".site-switcher-update__content-btn").html("");$(".site-switcher-update__content-btn").append(r)}}})}var r=this,i=$(".nuv-institutional-modal__header").attr("data-key"),n=$("#anchortitle").val();this.$closeModalButton=$("#SiteSwitcherClose");this.$closeModalButton.on("click",function(){$("body, html").removeClass("nuv-util--no-scroll");$("body").css({height:"auto"})});$(".site-switcher-button").on("click",function(){$(".site-switcher-update").addClass("nuv-speed-bump--show max-opacity")});$("#countryselector").on("change",function(){var t=$("#currentItemId").val(),u=$("#siteswitcherlang").val(),f=i+"api/siteswitcher/getswitcherdata?locationId="+$(this).val()+"&currentItemId="+t+"&currentLang="+u;$.ajax({url:f,success:function(t){if(t&&t.switcher)if((null!=t.switcher.selected_item_id&&$("#currentItemId").val(t.switcher.selected_item_id),null!=t.switcher.location_label&&$("#switcher_location_text").text(t.switcher.location_label),null!=t.switcher.language_label&&$("#switcher_language_text").text(t.switcher.language_label),null!=t.switcher.legal_label&&$("#switcher_legal_text").text(t.switcher.legal_label),null!=t.switcher.role_label&&$(".site-switcher-update__content-data--role .site-switcher-update__content-label").text(t.switcher.role_label),null!==t.switcher.header_text&&$("#switcher_header_text").text(t.switcher.header_text),null===t.switcher.roles?$(".site-switcher-update__content-data--role").html(""):($(".site-switcher-update__content-data--role").html(""),r.GetRoleData(t.switcher)),null!==t.switcher.modal_language)&&($("#siteswitcherlang").val(t.switcher.modal_language[0].lang_code),$("#languageselector").empty(),$.each(t.switcher.modal_language,function(n){$("#languageselector").append($("<option><\/option>").attr("value",$(this)[n].lang_code).text($(this)[n].lang_title))}),$("#languageselector").append('<svg viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg">\n                                        <path d="M1 .757L5.243 5 1 9.243" stroke="currentColor" fill="none" fill-rule="evenodd"><\/path>\n                                    <\/svg>')),null===t.switcher.roles){var i="",u="ja-JP"===$("#siteswitcherlang").val()?"japan-content":"",f=null!==t.switcher.legal_acceptance&&""!==t.switcher.legal_acceptance.trim()?'<div class="site-switcher-update__content-data-legal"><label class="site-switcher-update__content-label">'+t.switcher.legal_label+'<\/label> <div class="site-switcher-update__content-terms '+u+'">'+t.switcher.legal_acceptance+"<\/div><\/div>":"",e=null!==t.switcher.privacy_policy_link&&""!==t.switcher.privacy_policy_link?'<a class="site-switcher-update__content-links site-switcher-update__content-links--privacy" href="'+t.switcher.privacy_policy_link+'" title="'+n+'">'+t.switcher.privacy_policy_text+"<\/a>":"",o=null!==t.switcher.cookie_policy_link&&""!==t.switcher.cookie_policy_link?'<a class="site-switcher-update__content-links site-switcher-update__content-links--cookie" href="'+t.switcher.cookie_policy_link+'" title="'+n+'">'+t.switcher.cookie_policy_text+"<\/a>":"",s=null!==t.switcher.accept_btn_link&&""!==t.switcher.accept_btn_link?'<a class="nuv-button__btn" href="'+t.switcher.accept_btn_link+'" title="'+n+'">'+t.switcher.accept_btn_text+"<\/a>":"";i+='<div class="site-switcher-update__content-data-inner">\n                                    '+f+'\n                                    <div class="site-switcher-update__links-container">\n                                        '+e+"\n                                        "+o+"\n                                    <\/div>\n                                    <\/div>";$(".site-switcher-update__content-data--legal").html("");$(".site-switcher-update__content-data--legal").append(i);$(".site-switcher-update__content-btn").html("");$(".site-switcher-update__content-btn").append(s)}else $(".site-switcher-update__content-data--legal").html(""),$(".site-switcher-update__content-btn").html("")}})});$("body").on("change",'.site-switcher-update__content-role input:radio[name="role"]',function(){t($(this).val())});$("body").on("change","#roleSelection",function(){t($(this).val())})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function c(n){return n&&n.__esModule?n:{"default":n}}function o(n,t,i){var c,y;$("html, body").animate({scrollTop:i.offset().top},400);c="";y="/en-us/api/dmatlist/getdmatlist?";"threit"===nt&&(y="/gcreit/api/dmatlist/getdmatlist?");var w=y+"filterTab="+n+"&page="+t,p=i.find(".nuv-search-results-categories__results-total.dmat-list-total"),h=i.find(".nuv-dmat-document-search-results__pagination"),s=i.find(".nuv-search-results__content");p.html("");h.attr("total-count",0);h.hide();s.empty();s.html("Loading....");$.ajax({url:w,success:function(n){var k=l+": ("+n.totalrecords+")",y=void 0,w=!1,b;(p.html(k),n&&n.dmatapiresultitems&&n.dmatapiresultitems.length>0&&(y=n.dmatapiresultitems,console.log("DMAT- API returned data: ",y)),n&&n.dmatresultitems&&n.dmatresultitems.length>0&&(y=n.dmatresultitems,console.log("DMAT- Search returned data: ",y)),n&&y&&y.length>0)?(s.html(""),$.each(y,function(n,t){w=!1;"True"===rt&&"true"===t.allow_print_fulfillment&&(w=!0);var i='<li class="nuv-dmat-list__item">\n                        <div class="nuv-search-results__thumbnail">\n                            <a href="'+t.navigateurl+'" target="_blank">\n                                <img src="/global/images/SVG Icons/pdf_icon.svg" alt="Default Thumbnail" />\n                            <\/a>\n                        <\/div>\n                        <div class="nuv-search-results__text">\n                            <div class="nuv-search-results__title">\n                                <a href="'+t.navigateurl+'" target="_blank">\n                                    '+t.title+"\n                                <\/a>\n                            <\/div>\n                            "+(t.datetimeactive&&""!==t.datetimeactive?'<div class="nuv-search-results__description">\n                                    <a href="'+t.navigateurl+'" target="_blank">\n                                        '+t.datetimeactive+"\n                                    <\/a>\n                                <\/div>":"")+"\n\n                            "+(t.summary&&""!==t.summary?'<div class="nuv-search-results__description">\n                                    <a href="'+t.navigateurl+'" target="_blank">\n                                        '+t.summary+"\n                                    <\/a>\n                                <\/div>":"")+"\n                        <\/div>";i+=w?'<div class="nuv-search-results__cart">\n                                                    <a>\n                                                    <span class="nuv-search-results__cart--active" data-filter="'+t.documentunique+'">'+tt+'<\/span>\n                                                    <span class="nuv-search-results__cart--inactive" style="display:none">'+it+"<\/span>\n                                                    <\/a>\n                                                <\/div><\/li>":"<\/li>";c+=i}),s.append("<ul>"+c+"<\/ul>"),p.html(k),h.attr("total-count",n.totalrecords),h.show(),r=Math.ceil(n.totalrecords/10),b=i.find(".content-list-component #pagination"),n.totalrecords!==parseInt(u,10)&&(u=$(".nuv-dmat-document-search-results__pagination").attr("total-count"),r>0?b.pagination({items:r,itemOnPage:r,currentPage:t,useAnchors:!1,displayedPages:"mobile"===f.default.current()?3:5,edges:"desktop"===f.default.current()?2:0,cssStyle:"",ellipsePageSet:!1,prevText:a,nextText:v,onPageClick:function(n,t){t.preventDefault();o(e,n-1,i)}}):b.pagination("destroy"))):s.html("")},error:function(n,t,i){s.html("");console.log("error in Dmat api");console.log(n.status);console.log(t);console.log(i);console.log(n.responseText)}})}function s(n){for(var t,r=n+"=",f=decodeURIComponent(document.cookie),u=f.split(";"),i=0;i<u.length;i++){for(t=u[i];" "===t.charAt(0);)t=t.substring(1);if(0===t.indexOf(r))return t.substring(r.length,t.length)}return""}function h(n,t){var i=new Date,r;i.setTime(i.getTime()+864e5*t);r="expires="+i.toGMTString();document.cookie="DmatDocCart="+n+"; "+r+"; path=/"}function y(n){var t=s("DmatDocCart");-1===t.indexOf(n)&&(t+=","+n,h(t,365))}function p(n){""===s("DmatDocCart")?h(n,365):y(n)}function w(n,t,i){var u=i.find(".content-list-component").find("#pagination");r>1?u.pagination({items:n,itemOnPage:r,currentPage:t,useAnchors:!1,displayedPages:"mobile"===f.default.current()?3:5,edges:"desktop"===f.default.current()?2:0,cssStyle:"",ellipsePageSet:!1,prevText:a,nextText:v,onPageClick:function(n,t){t.preventDefault();o(e,n-1,i)}}):u.show()}Object.defineProperty(t,"__esModule",{value:!0});var b=i(1),k=c(b),d=i(10),f=c(d);i(67);var g=$(".nuv-search-bar").length>0,u=$(".nuv-dmat-document-search-results__pagination").attr("total-count"),r=Math.ceil(u/10),nt=$(".nuv-dmat-list").attr("data-key"),e=$(".nuv-search-results-categories__filter-item").attr("data-filter"),l=$(".nuv-search-results-categories__filter-item--active").text(),tt=$(".nuv-search-results-categories.content-list-component").attr("data-addtocarttext"),it=$(".nuv-search-results-categories.content-list-component").attr("data-addedtocarttext"),rt=$(".nuv-search-results-categories.content-list-component").attr("data-showviewcart"),a='<div class="paginate-ctrl paginate-ctrl--prev">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M8.521882 1.521882L1.47812 8.503946l7.043762 7.017936" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n            Previous\n        <\/div> \n    <\/div>',v='<div class="paginate-ctrl paginate-ctrl--next">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M1.478118 15.478118L8.52188 8.496054 1.47812 1.478118" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n            Next\n        <\/div>\n    <\/div>',ut=function(){function n(){k.default(this,n)}return n.prototype.init=function(){$(document).ready(function(){(g=$(".nuv-search-bar").length>0)||$(".nuv-dmat-list").each(function(){var n=$(this);n.$contentListContent=n.find(".nuv-search-results > .nuv-search-results__content > ul");u=n.find(".nuv-dmat-document-search-results__pagination").attr("total-count");r=Math.ceil(u/10);n.searchText="";n.currentPageNum=0;n.$filterElement=n.find(".nuv-search-results-categories__filter-item");n.currentElement=n;n.$tabSearchFIlter=n.find(".nuv-search-results-categories__filter-bar");w(r,n.currentPageNum,n);n.$filterElement.on("click",function(){e=$(this).attr("data-filter");l=$(this).text();$(".nuv-search-results-categories__content>ul>li.nuv-search-results-categories__filter-item--active").removeClass("nuv-search-results-categories__filter-item--active");$(this).addClass(" nuv-search-results-categories__filter-item--active");o(e,n.currentPageNum,n)})})});$(".nuv-dmat-list").on("click",".nuv-search-results__cart a",function(){var n=$(this).find(".nuv-search-results__cart--active").attr("data-filter");$(this).find(".nuv-search-results__cart--active").hide();$(this).find(".nuv-search-results__cart--inactive").show();p(n)});$("#view-dmat-cart").on("click",function(){var n=$(document).find("#view-dmat-cart-iframe");if(n.length){var i=s("DmatDocCart"),r=$(n).attr("data-title"),u=$(n).attr("data-width"),f=$(n).attr("data-height"),t=$(n).attr("data-raw-src");t=t+"?docIdList="+i;h("",365);$(n).html("<iframe id='viewDmatCart-iframe' src='"+t+"' title='"+r+"' width='"+u+"' height='"+f+"'><\/iframe>")}})},n}(),ft=new ut(document);t.default=ft},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}var u,f;Object.defineProperty(t,"__esModule",{value:!0});u=i(1);f=r(u);i(91);var e=i(10),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="featuredCardCarouselRetail";this.init=this.init;this.initialized=!1;this.tooltipVisible=!1;this.slideRotationTiming=0;this.stopAfterRotations=2;this.carouselItem=0;this.tempCount=0;this.dotsCount=0}return n.prototype.init=function(){this.$sliderContainer=$(".nuv-retail .nuv-featured-card-carousel__slider-container").not(".slick-initialized");console.trace("featured-card-carousel",this.$sliderContainer);var n=this;0!==this.$sliderContainer.length&&this.$sliderContainer.each(function(){var i=this,t=$(this),r;void 0!==t.attr("data-slide-rotation")&&""!==t.attr("data-slide-rotation")?(r=t.attr("data-slide-rotation"),this.slideRotationTiming=parseInt(1e3*r,10)):this.slideRotationTiming=0;void 0!==t.attr("data-stop-rotation")?(this.stopAfterRotations=t.attr("data-stop-rotation"),this.stopAfterRotations=parseInt(this.stopAfterRotations,10)):this.stopAfterRotations=0;this.initialized=!1;Zone.root.run(function(){setTimeout(function(){n.initSlider(t,i.slideRotationTiming,i.initialized)})})});this.$sliderContainer.hasClass("fwCarousel")||this.initFromWCS()},n.prototype.setJQueryObjects=function(){this.$root=$(".nuv-product-detail-table-retail");this.$firstColumnLockedTables=$(".nuv-product-detail-table-retail--first-column-locked");this.$headersLockedTables=$(".nuv-product-detail-table-retail--headers-locked");this.$speedBumpsWithLockedHeaders=$('.nuv-speed-bump__container").has(".nuv-product-detail-table-retail--headers-locked')},n.prototype.initFromWCS=function(n){var r=this,t,i;n&&(t=$("#"+n).find(".nuv-featured-card-carousel__slider-container").not(".slick-initialized"),void 0!==t.attr("data-slide-rotation")&&""!==t.attr("data-slide-rotation")?(i=t.attr("data-slide-rotation"),this.slideRotationTiming=parseInt(1e3*i,10)):this.slideRotationTiming=0,void 0!==t.attr("data-stop-rotation")?(this.stopAfterRotations=t.attr("data-stop-rotation"),this.stopAfterRotations=parseInt(this.stopAfterRotations,10)):this.stopAfterRotations=0,this.initialized=!1,r.initSlider(t,this.slideRotationTiming,this.initialized))},n.prototype.initSlider=function(n,t,i){var r=this;n.find(".nuv-featured-card-carousel__slider-item").length<1||(r.carouselItem=n.find(".nuv-featured-card-carousel__slider-item").length-1,i&&(n.slick("unslick"),n.off("init"),n.off("breakpoint")),n.on("init",function(n,t){r.calculateCardHeight(t)}),n.on("breakpoint",function(n,t){r.calculateCardHeight(t)}),0!==t?"mobile"===o.default.current()?(n.not(".slick-initialized").slick({slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:t,dots:!0,mobileFirst:!0,useCSS:!1,useTransform:!1,focusOnSelect:!0,responsive:[{breakpoint:767,settings:{slidesToShow:2}},{breakpoint:1023,settings:{slidesToShow:3}},{breakpoint:1279,settings:{slidesToShow:4}}]}),n.attr("data-tempcount",0),n.attr("data-carouselitem",r.carouselItem),n.on("afterChange",function(n,t){var i=t.$dots.closest(".nuv-featured-card-carousel__slider-container"),r=0,u=0,f=0;i&&(r=i.attr("data-carouselitem"),r&&(r=parseInt(r,10)),(f=i.attr("data-stop-rotation"))&&(f=parseInt(f,10)));r===t.currentSlide&&(u=i.attr("data-tempcount"),u++,u===f&&t.slickPause(),i.attr("data-tempcount",u))})):(n.not(".slick-initialized").on("init",function(){n.find("a").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickstop",!0)});n.find(".nuv-product-card__add-to-compare").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickstop",!0)});n.find(".slick-arrow").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickstop",!0)});n.find(".slick-dots").on("click",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickstop",!0)});n.on("mouseenter",function(t){t.stopPropagation();t.stopImmediatePropagation();n.slick("slickPause");n.attr("data-slickpause",!0)});n.on("mouseleave",function(t){t.stopPropagation();t.stopImmediatePropagation();"true"!==n.attr("data-slickstop")&&n.slick("slickPlay");n.attr("data-slickpause",!1)})}).slick({slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:t,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!1,focusOnSelect:!0,responsive:[{breakpoint:767,settings:{slidesToShow:2}},{breakpoint:1023,settings:{slidesToShow:3}},{breakpoint:1279,settings:{slidesToShow:4}}]}),r.dotsCount=n.find("ul.slick-dots > li").length-1,n.attr("data-dotscount",r.dotsCount),n.attr("data-tempcount",0),n.on("afterChange",function(n,t,i){var r=t.$dots.closest(".nuv-featured-card-carousel__slider-container"),f=0,u=0,e=0,o=!1,s=!1;r&&(f=r.attr("data-dotscount"),f&&(f=parseInt(f,10)),(e=r.attr("data-stop-rotation"))&&(e=parseInt(e,10)));i===f&&setTimeout(function(){s=r.attr("data-slickstop");o=r.attr("data-slickpause");"true"!==s&&"true"!==o&&(u=r.attr("data-tempcount"),u&&(u=parseInt(u,10)),u++,u===e?t.slickPause():t.goTo(0),r.attr("data-tempcount",u))},t.getOption("autoplaySpeed"))})):n.not(".slick-initialized").slick({slidesToShow:1,slidesToScroll:1,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!1,responsive:[{breakpoint:767,settings:{slidesToShow:2}},{breakpoint:1023,settings:{slidesToShow:3}},{breakpoint:1279,settings:{slidesToShow:4}}]}),this.initToolTip(n),n.find(".nuv-featured-card-carousel__slider-item").each(function(n,t){var i=$(t).find(".nuv-product-card__add-to-compare");i.on("mouseover",function(){$(t).find(".nuv-featured-card").addClass("nuv-featured-card-addBgColor");$(t).find(".nuv-featured-card")});i.on("mouseout",function(){$(t).find(".nuv-featured-card").removeClass("nuv-featured-card-addBgColor")})}))},n.prototype.calculateCardHeight=function(n){n.$slider.find(".nuv-featured-card__content-container").css("min-height","");var t=0;n.$slider.find(".nuv-featured-card").each(function(){t=Math.max(t,$(this).height())});n.$slider.find(".nuv-featured-card__content-container").css("min-height",t+"px")},n.prototype.initToolTip=function(n){var t=this;n.find(".nuv-featured-card-carousel__slider-item").each(function(n,i){var r=$(i).find(".nuv-product-card__add-to-compare");$(r).length>0&&($(r).on("mouseover",t.handleCompareMouseover.bind(t)),$(r).on("mouseleave click",t.handleCompareMouseout.bind(t)))})},n.prototype.handleCompareMouseover=function(n){var t=$(n.delegateTarget),e=t.closest(".nuv-featured-card-carousel").children(".nuv-product-detail-table-retail__add-to-compare-tooltip"),i=t.offset(),r=i.left-55,u,f;screen.width>=1920&&(r=i.left-245);u=i.top-90;f={left:r+"px",top:u+"px"};t.hasClass("added-to-compare")||$("body, html").hasClass("nuv-max-funds--reached")||(e.addClass("nuv-product-detail-table-retail__add-to-compare-tooltip--show").css(f),this.tooltipVisible=!0)},n.prototype.handleCompareMouseout=function(n){if(this.tooltipVisible){var t=$(n.delegateTarget),i=t.closest(".nuv-featured-card-carousel").children(".nuv-product-detail-table-retail__add-to-compare-tooltip");this.tooltipVisible=!1;i.removeClass("nuv-product-detail-table-retail__add-to-compare-tooltip--show").removeAttr("style")}},n}(),h=new s;t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="featuredCardCarousel";this.init=this.init;this.initialized=!1}return n.prototype.init=function(){var n=this;this.$sliderContainer=$(".nuv-featured-card-carousel__slider-container").not(".nuv-retail");this.$sliderContainer.find(".nuv-featured-card-carousel__slider-item").length<1||(this.initialized&&(this.$sliderContainer.slick("unslick"),this.$sliderContainer.off("init"),this.$sliderContainer.off("breakpoint")),this.$sliderContainer.on("init",function(t,i){n.calculateCardHeight(i)}),this.$sliderContainer.on("breakpoint",function(t,i){n.calculateCardHeight(i)}),this.$sliderContainer.slick({slidesToShow:1,slidesToScroll:1,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!1,responsive:[{breakpoint:767,settings:{slidesToShow:2}},{breakpoint:1023,settings:{slidesToShow:3}},{breakpoint:1279,settings:{slidesToShow:4}}]}),this.initialized=!0)},n.prototype.calculateCardHeight=function(n){n.$slider.find(".nuv-featured-card__content-container").css("min-height","");var t=0;n.$slider.find(".nuv-featured-card").each(function(){t=Math.max(t,$(this).height())});n.$slider.find(".nuv-featured-card__content-container").css("min-height",t+"px")},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(90),o=(r(e),i(31)),s=r(o),h=function(){function n(){f.default(this,n);this.componentName="featuredCard";this.init=this.init;this.destroy=this.destroy;this.initialized=!1}return n.prototype.init=function(){this.initialized&&this.destroy();this.initialized=!0;this.$featuredCards=$(".nuv-featured-card--type-product");this.$featuredCards.length>0&&this.initEventListeners()},n.prototype.destroy=function(){this.$featuredCards.find(".nuv-featured-card__add-to-compare").each(function(){$(this)[0].removeEventListener("click")});this.initialized=!1},n.prototype.initEventListeners=function(){this.$featuredCards.find(".nuv-featured-card__add-to-compare").each(function(){var n=$(this);n[0].addEventListener("click",function(){var t=n.closest(".nuv-featured-card");t.data("ticker")&&window.dispatchEvent(new s.default("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:t.data("ticker"),name:t.data("name")}}))})})},n}(),c=new h;t.default=c},function(n,t,i){"use strict";function f(n){return n&&n.__esModule?n:{"default":n}}function c(n,t){var i={coverDesktop:{transform:"translateY(0)"},itemHorizontal:{transform:"translateX(0)"}},u,f;return w||(n===t?(i.coverDesktop.transform="translateY(0) translateZ(0)",i.itemHorizontal.transform="translateX("+r.offsetX+"px)"):n<t?(u=Math.abs(t-n),i.coverDesktop.transform="translateY("+-100*u+"%) translateZ(0)",i.itemHorizontal.transform="translateX(calc("+-100*u+"% + "+r.offsetX+"px))"):n>t&&(f=Math.abs(t-n),i.coverDesktop.transform="translateY("+100*f+"%) translateZ(0)",i.itemHorizontal.transform="translateX(calc("+100*f+"% + "+r.offsetX+"px))")),i}function b(){for(var n=0;n<r.totalItems;n++)$($(".nuv-featured-carousel__item")[n]).css({transform:"none"}),$($(".nuv-featured-carousel__cover")[n]).css({transform:"none"})}function e(){r.currentIndex=(r.currentIndex+1)%r.totalItems;r.direction="after";r.update()}function l(){r.currentIndex-1>=0?(r.currentIndex=r.currentIndex-1,r.direction="before",r.update()):(r.currentIndex=r.totalItems-1,r.direction="before",r.update())}function a(n){var t=$(n.currentTarget).data("index");r.direction=t>r.currentIndex?"after":"before";r.currentIndex=t;r.update()}function o(){for(var n=0;n<r.totalItems;n++)r.carouselMode===h.HORIZONTAL?($($(".slider-container")[n]).css(c(n,r.currentIndex).itemHorizontal),$($(".slider-option")[n]).removeClass("slider-option--active"),$($(".slider-option-vertical-line")[n]).removeClass("slider-option--active"),$($(".slider-option-vertical-line-mask")[n]).removeClass("slider-option--active"),window.innerWidth>=764?$($(".feature-text")[n]).css({display:"block"}):$($(".feature-text")[n]).css({display:"none"}),n===r.currentIndex?($($(".callout")[n]).addClass("callout--visible"),$($(".feature-content")[n]).addClass("feature--"+r.direction),$($(".nuv-featured-carousel__dot")[n]).addClass("slider-dot--active"),$(".nuv-featured-carousel").delay(400)):($($(".callout")[n]).removeClass("callout--visible"),$($(".feature-content")[n]).removeClass("feature--before feature--after"),$($(".nuv-featured-carousel__dot")[n]).removeClass("slider-dot--active"))):($($(".nuv-featured-carousel__cover")[n]).css(c(n,r.currentIndex).coverDesktop),n===r.currentIndex?($($(".callout")[n]).addClass("callout--visible"),$($(".feature-content")[n]).addClass("feature--"+r.direction),$($(".feature-text")[n]).css({display:"block"}),$($(".nuv-featured-carousel__dot")[n]).addClass("slider-dot--active"),$($(".slider-option")[n]).addClass("slider-option--active"),$($(".slider-option-vertical-line")[n]).addClass("nuv-show").removeClass("hide-content"),$($(".slider-option-vertical-line-mask")[n]).addClass("nuv-show").removeClass("hide-content"),$(".nuv-featured-carousel").delay(400)):($($(".callout")[n]).removeClass("callout--visible"),$($(".feature-content")[n]).removeClass("feature--before feature--after"),$($(".feature-text")[n]).css({display:"none"}),$($(".nuv-featured-carousel__dot")[n]).removeClass("slider-dot--active"),$($(".slider-option")[n]).removeClass("slider-option--active"),$($(".slider-option-vertical-line")[n]).removeClass("nuv-show").addClass("hide-content"),$($(".slider-option-vertical-line-mask")[n]).removeClass("nuv-show").addClass("hide-content")));p.removeClass("timeline-bar--active");w||(r.slideTimer<=8&&(r.slideTimer=12),clearTimeout(s),setTimeout(function(){p.addClass("timeline-bar--active");s=setTimeout(function(){clearTimeout(s);e()},1e3*r.slideTimer)},8))}Object.defineProperty(t,"__esModule",{value:!0});var k=i(1),d=f(k),g=i(184),v=f(g),nt=i(10),y=f(nt),s=void 0,tt=$(".nuv-featured-carousel-next-slide-button"),it=$(".nuv-featured-carousel-previous-slide-button"),rt=$(".nuv-featured-carousel__dot"),ut=$(".slider-option"),p=$(".timeline-bar"),w=$(".nuv-featured-carousel.no-animation").length>0,u=$(".slider-container").attr("data-slideTimer"),r={totalItems:$(".nuv-featured-carousel__item").length,slideTimer:null===u||"undefined"===u||0===u?12:u,currentIndex:0,offsetX:0,direction:"after",carouselMode:"desktop"!==y.default.current()?"horizontal":"vertical",update:null},h={VERTICAL:"vertical",HORIZONTAL:"horizontal"},ft=function(){function n(){d.default(this,n);this.componentName="featuredCarousel";this.init=this.init;this.initialized=!1}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-featured-carousel")},n.prototype.init=function(){if(this.setJQueryObjects(),this.$element.length>0){tt.on("click",e);it.on("click",l);rt.on("click",a);ut.on("mouseover",a);r.update=o;window.addEventListener("breakpointChange",function(){r.carouselMode="desktop"!==y.default.current()?h.HORIZONTAL:h.VERTICAL;b();o()});var n=new v.default(this.$element[0]);n.get("swipe").set({direction:v.default.DIRECTION_HORIZONTAL});n.on("swipeleft",function(){e()});n.on("swiperight",function(){l()});o()}this.initialized=!0},n}(),et=new ft;t.default=et},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="globalOverlay"}return n.prototype.init=function(){this.$locationItem=$(".nuv-global-overlay-location-list__item");this.$closeModalButton=$(".nuv-global-overlay-close-button");this.$closeModalMobile=$(".nuv-global-overlay-title__icon--arrow");this.$locationItem.on("click",function(){$(this).toggleClass("nuv-global-overlay-location-list__item--open")});this.$closeModalButton.on("click",function(){$(this).closest(".nuv-global-overlay__page").removeClass("nuv-global-overlay__page--open");$("body, html").removeClass("nuv-util--no-scroll");$("body").css({height:"auto"})});this.$closeModalMobile.on("click",function(){$(this).closest(".nuv-global-overlay__page").removeClass("nuv-global-overlay__page--open");$("body, html").removeClass("nuv-util--no-scroll");$("body").css({height:"auto"})})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(13),u=r(o),s=function(){function n(){e.default(this,n);this.componentName="GreenTab";this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".GreenTab");this.$navLink=$(".green-tabs__list-item-link")},n.prototype.init=function(){function n(n){n.scroll(function(){var n=this.scrollWidth,t=this.clientWidth,i=n-t,r=document.querySelector(".simplebar-horizontal").clientWidth,u=document.querySelector(".simplebar-scrollbar").clientWidth,f=r-u,e=this.scrollLeft,o=Math.ceil(e/i*100),s=Math.ceil(o/100*f);$(".simplebar-visible").css({left:s+"px"},0)})}this.setJQueryObjects();this.$element.length&&this.$navLink.on("click",function(){$("html, body").stop().animate({scrollTop:0},450,"swing")});u.default.isIpad()?$("html").addClass("is-ipad"):$("html").removeClass("is-ipad");$(window).resize(function(){$(".green-tabs").removeClass("green-tabs__scrollmenu");$(".green-tabs__links-container-scrollbar").removeClass("green-tabs__links-container-scrollbar--active");$(".green-tabs__links-container").removeClass("data-simplebar","init");$(".green-tabs__links-container").length>0&&(window.innerWidth>=768?n($(".green-tabs__links-container")):($(".green-tabs").addClass("green-tabs__scrollmenu"),$(".green-tabs__links-container").attr("data-simplebar","init"),$(window).width()>=document.querySelector(".green-tabs__list").scrollWidth?$(".simplebar-track").hide():($(".simplebar-track").show(),$(".green-tabs__links-container-scrollbar").addClass("green-tabs__links-container-scrollbar--active")),n($(".green-tabs__list"))));u.default.isIpad()?$("html").addClass("is-ipad"):$("html").removeClass("is-ipad")});$(".green-tabs__links-container").length>0&&(window.innerWidth>=768?n($(".green-tabs__links-container")):($(".green-tabs").addClass("green-tabs__scrollmenu"),$(".green-tabs__links-container").attr("data-simplebar","init"),$(window).width()>=document.querySelector(".green-tabs__list").scrollWidth?$(".simplebar-track").hide():($(".simplebar-track").show(),$(".green-tabs__links-container-scrollbar").addClass("green-tabs__links-container-scrollbar--active")),n($(".green-tabs__list"))))},n}(),h=new s;t.default=h},function(n,t,i){"use strict";var u,f;Object.defineProperty(t,"__esModule",{value:!0});var e=i(1),o=function(n){return n&&n.__esModule?n:{"default":n}}(e),r=i(516);i(517)(r);window.Highcharts=r;u=function(){function n(){o.default(this,n);this.componentName="highcharts";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-highcharts:not(.chartWCS)")},n.prototype.init=function(){this.setJQueryObjects();var n=this;this.$element.length>0&&this.$element.each(function(){var i=$(this).attr("id"),t=$(this).data("chart-type"),r=$(this).data("chart-endpoint");"map"===t?n.drawMapFor(i,t,r):n.drawChartForTableByType(i,t,r)});this.initialized=!0},n.prototype.drawChartForTableByType=function(n,t,i){var u=this;i&&null!==i&&$.getJSON(i,function(i){r.chart(n,{chart:u.chartSettingsFor(t),title:null,legend:{layout:u.layoutStyleFor(t),align:u.legendAlignmentFor(t),verticalAlign:u.legendVerticalAlignmentFor(t)},plotOptions:{series:{pointStart:i.pointStart,pointPadding:0},pie:{allowPointSelect:!0,cursor:"pointer",dataLabels:{enabled:!1},showInLegend:!0,slicedOffset:20}},yAxis:{allowDecimals:!1,title:{text:i.yAxisTitle,offset:48}},xAxis:{allowDecimals:!1,labels:{text:i.xAxisTitle,y:32}},tooltip:{animation:!1,headerFormat:'<div class="nuv-highcharts__tooltip-header">{point.key}<\/div>',pointFormat:'<div class="nuv-highcharts__tooltip-point">'+u.pointFormatFor(i.tooltipUnit)+"<\/div>",useHTML:!0},series:i.series})})},n.prototype.drawMapFor=function(n,t,i){i&&null!==i&&$.getJSON(i,function(t){$.each(t.series,function(){this.code=this.code.toUpperCase()});r.mapChart(n,{chart:{borderWidth:0},title:null,legend:{layout:"vertical",align:"left",verticalAlign:"middle"},mapNavigation:{enabled:!1},colorAxis:{min:1,type:"logarithmic",minColor:"#e5ecf2",maxColor:"#2ba824"},series:[{animation:{duration:1e3},data:t.series,mapData:r.maps["countries/us/us-all"],joinBy:["postal-code","code"]}],tooltip:{animation:!1,headerFormat:'<span class="nuv-highcharts__tooltip-header">{point.key}<\/span><br>',pointFormat:'<span class="nuv-highcharts__tooltip-point">{point.value}<\/span>',useHTML:!0}})})},n.prototype.layoutStyleFor=function(){return"horizontal"},n.prototype.legendAlignmentFor=function(n){switch(n){case"pie":return"center";default:return"right"}},n.prototype.legendVerticalAlignmentFor=function(n){switch(n){case"pie":return"bottom";default:return"top"}},n.prototype.pointFormatFor=function(n){switch(n){case"percentage":return"{point.percentage:.1f}%";default:return"{point.y}"}},n.prototype.chartSettingsFor=function(n){return{type:n,colorCount:12}},n}();f=new u;t.default=f},function(n,t,i){"use strict";function f(n){return n&&n.__esModule?n:{"default":n}}function h(n,t){var i={coverDesktop:{transform:"translateY(0)"},itemHorizontal:{transform:"translateX(0)"}},u,f;return y||(n===t?(i.coverDesktop.transform="translateY(0) translateZ(0)",i.itemHorizontal.transform="translateX("+r.offsetX+"px)"):n<t?(u=Math.abs(t-n),i.coverDesktop.transform="translateY("+-100*u+"%) translateZ(0)",i.itemHorizontal.transform="translateX(calc("+-100*u+"% + "+r.offsetX+"px))"):n>t&&(f=Math.abs(t-n),i.coverDesktop.transform="translateY("+100*f+"%) translateZ(0)",i.itemHorizontal.transform="translateX(calc("+100*f+"% + "+r.offsetX+"px))")),i}function p(){for(var n=0;n<r.totalItems;n++)$($(".nuv-homepage-carousel__item")[n]).css({transform:"none"}),$($(".nuv-homepage-carousel__cover")[n]).css({transform:"none"})}function e(){r.currentIndex=(r.currentIndex+1)%r.totalItems;r.direction="next";r.update()}function c(){r.currentIndex-1>=0?(r.currentIndex=r.currentIndex-1,r.direction="prev",r.update()):(r.currentIndex=r.totalItems-1,r.direction="prev",r.update())}function w(n){var t=$(n.currentTarget).data("index");r.direction=t>r.currentIndex?"next":"prev";r.currentIndex=t;r.update()}function o(){for(var n=0;n<r.totalItems;n++)!function(n){r.carouselMode===u.HORIZONTAL?($($(".nuv-homepage-carousel__item")[n]).css(h(n,r.currentIndex).itemHorizontal),n===r.currentIndex?$($(".nuv-homepage-carousel__dot")[n]).addClass("nuv-homepage-carousel__dot--active"):$($(".nuv-homepage-carousel__dot")[n]).removeClass("nuv-homepage-carousel__dot--active")):($($(".nuv-homepage-carousel__cover")[n]).css(h(n,r.currentIndex).coverDesktop),n===r.currentIndex?($($(".nuv-homepage-carousel__item")[n]).addClass("nuv-homepage-carousel__item--elevate"),$($(".nuv-homepage-carousel__tout")[n]).addClass("nuv-homepage-carousel__tout--show"),$($(".nuv-homepage-carousel__linked-article")[n]).addClass("nuv-homepage-carousel__linked-article--show-"+r.direction),$($(".nuv-homepage-carousel__option-list-item")[n]).addClass("nuv-homepage-carousel__option-list-item--active"),$(".nuv-homepage-carousel").addClass("nuv-homepage-carousel--transition-out").delay(400).queue(function(){$(this).attr("data-content",$($(".nuv-homepage-carousel__tout-selection")[n]).html().trim()).removeClass("nuv-homepage-carousel--transition-out");$(this).dequeue()})):($($(".nuv-homepage-carousel__item")[n]).removeClass("nuv-homepage-carousel__item--elevate"),$($(".nuv-homepage-carousel__tout")[n]).removeClass("nuv-homepage-carousel__tout--show"),$($(".nuv-homepage-carousel__linked-article")[n]).removeClass("nuv-homepage-carousel__linked-article--show-next nuv-homepage-carousel__linked-article--show-prev"),$($(".nuv-homepage-carousel__option-list-item")[n]).removeClass("nuv-homepage-carousel__option-list-item--active")))}(n);v.removeClass("nuv-homepage-carousel__timeline-track--animate");r.carouselMode!==u.VERTICAL||y||(clearTimeout(s),setTimeout(function(){v.addClass("nuv-homepage-carousel__timeline-track--animate");s=setTimeout(function(){clearTimeout(s);e()},8e3)},10))}Object.defineProperty(t,"__esModule",{value:!0});var b=i(1),k=f(b),d=i(184),l=f(d),g=i(10),a=f(g),s=void 0,nt=$(".nuv-homepage-carousel__control-next"),tt=$(".nuv-homepage-carousel__control-prev"),it=$(".nuv-homepage-carousel__option-list-item, .nuv-homepage-carousel__dot"),v=$(".nuv-homepage-carousel__timeline-track"),y=$(".nuv-homepage-carousel.no-animation").length>0,r={totalItems:$(".nuv-homepage-carousel__item").length,currentIndex:0,offsetX:0,direction:"next",carouselMode:"desktop"!==a.default.current()?"horizontal":"vertical",update:null},u={VERTICAL:"vertical",HORIZONTAL:"horizontal"},rt=function(){function n(){k.default(this,n);this.componentName="homepageCarousel";this.setJQueryObjects();this.initialized=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-homepage-carousel")},n.prototype.init=function(){if(this.setJQueryObjects(),this.$element.length>0){nt.on("click",e);tt.on("click",c);it.on("click",w);r.update=o;window.addEventListener("breakpointChange",function(){r.carouselMode="desktop"!==a.default.current()?u.HORIZONTAL:u.VERTICAL;p();o()});var n=new l.default(this.$element[0]);n.get("swipe").set({direction:l.default.DIRECTION_HORIZONTAL});n.on("swipeleft",function(){e()});n.on("swiperight",function(){c()});o()}this.initialized=!0},n}(),ut=new rt;t.default=ut},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(10),u=r(o),s=function(){function n(){e.default(this,n);this.componentName="homepageHeader";this.CAROUSEL_MODES={VERTICAL:"vertical",HORIZONTAL:"horizontal"};this.props={totalItems:$(".nuv-homepage-header__item").length,currentIndex:0,transitionTime:400,slideTimer:4e3,slideTransitioning:!1,transformValue:{incoming:"0, -100%, 0",outgoing:"0, 100%, 0"},countUpTime:600,carouselMode:"desktop"!==u.default.current()?"horizontal":"vertical",stopSlideRotations:4};this.setJQueryObjects();this.initialized=!1;this.init=this.init;this.slideCounter=0;this.stopSlider=!1}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-homepage-header");this.$heroCarouselItems=$(".nuv-homepage-header__item",this.$element);this.$lineAnimLarge=$(".nuv-homepage-header__line-anim--large-path",this.$element);this.$lineAnimSmall=$(".nuv-homepage-header__line-anim--small-path",this.$element);this.$indicatorDots=$(".nuv-homepage-header__dot");this.$pauseBtn=$(".nuv-homepage-header__indicator-pause");this.$heroTitles=$(".nuv-homepage-header__tout-title");this.$heroTitlesWrapper=$(".nuv-homepage-header__tout-title-wrapper");this.$heroTitleAnchor=$(".nuv-homepage-header__tout-title-wrapper").closest("a");this.$heroCTAbuttons=$(".nuv-homepage-header__marine-container > .nuv-button");this.$mediaContainer=$(".nuv-homepage-header__media-container");this.$indicatorPlayPause=$(".nuv-homepage-header__indicator-pause");this.$brandFactWrapper=$(".nuv-homepage-header__brand-fact-wrapper")},n.prototype.init=function(){var t=this,n;(this.setJQueryObjects(),this.$element.length>0)&&(0!==this.$mediaContainer.attr("data-slide-timer")&&0!==this.$mediaContainer.attr("data-rotation-number")&&(this.props.slideTimer=1e3*this.$mediaContainer.attr("data-slide-timer"),this.props.stopSlideRotations=Number(this.$mediaContainer.attr("data-rotation-number"))),n=$($(".nuv-homepage-header__item")[this.props.currentIndex]),n.addClass("nuv-homepage-header__item--current"),this.$indicatorDots.on("click",this.goToSlide.bind(this)),this.$indicatorPlayPause.on("click",this.playToggle.bind(this)),window.addEventListener("breakpointChange",this.updateBreakpoint.bind(this)),1===this.$heroCarouselItems.length&&(this.resetCountingUpStat(n),setTimeout(function(){t.countingUpStat(n)},this.props.transitionTime)),setTimeout(function(){t.startLineAnim()},this.props.transitionTime/4),this.$heroCarouselItems.length>1&&(this.startSlide(),this.setTransformValues(),this.updateDotIndicator()));this.initialized=!0},n.prototype.updateBreakpoint=function(){this.props.carouselMode="desktop"!==u.default.current()?"horizontal":"vertical";this.setTransformValues()},n.prototype.setTransformValues=function(){"horizontal"===this.props.carouselMode?(this.props.transformValue.incoming="100%, 0, 0",this.props.transformValue.outgoing="-100%, 0, 0"):(this.props.transformValue.incoming="0, -100%, 0",this.props.transformValue.outgoing="0, 100%, 0")},n.prototype.goToSlide=function(n){var t,i;$(n.currentTarget).hasClass("nuv-homepage-header__dot--current")||!0===this.props.slideTransitioning||(t=this.props.currentIndex,this.props.currentIndex=parseInt($(n.currentTarget).attr("data-index"),10),i=this.props.currentIndex,clearTimeout(this.carouselTimer),this.prepNextSlide(t,i,100))},n.prototype.startSlide=function(){var n=this;this.carouselTimer=setTimeout(function(){var t,i;n.stopSlider||(t=n.props.currentIndex,n.props.currentIndex=n.props.currentIndex+1,n.props.currentIndex>n.props.totalItems-1&&(n.props.currentIndex=0),i=n.props.currentIndex,n.prepNextSlide(t,i,100))},this.props.slideTimer)},n.prototype.prepNextSlide=function(n,t,i){var u=this,r=i||this.props.transitionTime;this.props.slideTransitioning=!0;$($(".nuv-homepage-header__item")[t]).addClass("nuv-homepage-header__item--incoming").css({transform:"translate3d("+this.props.transformValue.incoming+")",transitionDuration:r+"ms"});$($(".nuv-homepage-header__item")[n]).addClass("nuv-homepage-header__item--outgoing");setTimeout(function(){u.gotoNextSlide(n,t)},r)},n.prototype.gotoNextSlide=function(n,t){var i=this;$($(".nuv-homepage-header__item")[t]).addClass("nuv-homepage-header__item--current").removeClass("nuv-homepage-header__item--incoming").css({transform:"translate3d(0,0,0)",visibility:"visible",transitionDuration:""});$($(".nuv-homepage-header__item")[n]).css({transform:"translate3d("+this.props.transformValue.outgoing+")"});this.updateSlideTitles(t);this.updateCTAButtons(t);this.updateAnchorLinks(t);setTimeout(function(){i.updateSlideClass(n,t)},this.props.transitionTime)},n.prototype.updateSlideClass=function(n,t){var i=this.slideCounter/this.$indicatorDots.length,r=Number($(".nuv-homepage-header__media-container").attr("data-rotation-number"));$($(".nuv-homepage-header__item")[t]).css({visibility:""});$($(".nuv-homepage-header__item")[n]).removeClass("nuv-homepage-header__item--current").removeClass("nuv-homepage-header__item--outgoing");this.props.slideTransitioning=!1;this.updateDotIndicator();this.stopSlider||i!==this.props.stopSlideRotations?this.startSlide():(this.stopSlider=!0,$(".hero-play-btn").addClass("nuv-hide"),$(".hero-pause-btn").removeClass("nuv-hide"));this.slideCounter===r*this.$indicatorDots.length&&(this.stopSlider=!0,$(".hero-play-btn").addClass("nuv-hide"),$(".hero-pause-btn").removeClass("nuv-hide"))},n.prototype.resetCountingUpStat=function(){$(".nuv-homepage-header__brand-fact-title").each(function(){var n=$(this).find(".nuv-homepage-header__brand-fact-title-number");n.length>0?n.text("0"):$(this).html($(this).text().replace(/\d+/,'<span class="nuv-homepage-header__brand-fact-title-number">0<\/span>'))})},n.prototype.countingUpStat=function(n){var r=$(".nuv-homepage-header__brand-fact-title",n),t=$(".nuv-homepage-header__brand-fact-title-number",n),u;if(!(r.length<1||t.length<1)){var f=parseInt(r.attr("data-stat").replace(/[^\d]/,""),10),i=0,e=Math.floor(this.props.countUpTime/f)-20;$(t).text("0");u=setInterval(function(){i++;$(t).text(i);i===parseInt(f,10)&&clearInterval(u)},e)}},n.prototype.updateDotIndicator=function(){for(var t=$(".nuv-homepage-header__item--current").attr("data-index"),i=Number($(".nuv-homepage-header__media-container").attr("data-rotation-number")),n=0;n<this.$indicatorDots.length;n++)$(this.$indicatorDots[n]).removeClass("nuv-homepage-header__dot--current"),parseInt($(this.$indicatorDots[n]).attr("data-index"),10)===parseInt(t,10)&&$(this.$indicatorDots[n]).addClass("nuv-homepage-header__dot--current"),this.slideCounter===i*this.$indicatorDots.length&&0===n?(this.stopSlider=!1,$(".hero-play-btn").addClass("nuv-hide"),$(".hero-pause-btn").removeClass("nuv-hide")):($(".hero-play-btn").removeClass("nuv-hide"),$(".hero-pause-btn").addClass("nuv-hide"));this.slideCounter=this.slideCounter+1},n.prototype.updateSlideTitles=function(n){this.$heroTitles.length>=2&&(this.$heroTitlesWrapper.addClass("nuv-homepage-header__tout-title--hidden"),this.$heroTitlesWrapper.eq(n).removeClass("nuv-homepage-header__tout-title--hidden"))},n.prototype.updateCTAButtons=function(n){this.$heroCTAbuttons.length>2&&(this.$heroCTAbuttons.addClass("nuv-hide-btn"),this.$heroCTAbuttons.eq(n).removeClass("nuv-hide-btn"))},n.prototype.updateAnchorLinks=function(n){if(this.$heroTitlesWrapper.length>1&&this.$heroTitlesWrapper.eq(n).length>0){this.$heroTitleAnchor.addClass("nuv-homepage-header-title-anchor--hidden");var t=this.$heroTitlesWrapper.eq(n).parent("a");null!=t&&t.length>0&&t.removeClass("nuv-homepage-header-title-anchor--hidden")}},n.prototype.startLineAnim=function(){this.$lineAnimLarge[0]&&(this.$lineAnimLarge[0].className.baseVal+=" active");this.$lineAnimSmall[0]&&(this.$lineAnimSmall[0].className.baseVal+=" active")},n.prototype.reset=function(){for(var n=0;n<this.props.totalItems;n++)$($(".nuv-homepage-header__item")[n]).css({transform:"none"})},n.prototype.playToggle=function(n){$(".nuv-homepage-header__indicator-pause a:first-child").hasClass("nuv-hide")?(this.props.slideTimer=0,this.stopSlider=!1,console.log("calling startSlide"),this.startSlide(),this.setTransformValues(),this.updateDotIndicator(),this.props.slideTimer=4e3):clearTimeout(this.carouselTimer);$(n.currentTarget).find("a").each(function(){$(this).hasClass("nuv-hide")?$(this).removeClass("nuv-hide"):$(this).addClass("nuv-hide")})},n}(),h=new s;t.default=h},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(140),o=r(e),s=function n(){f.default(this,n);this.componentName="inTheNewsComponent";var t=document.querySelector("#linkListId")&&document.querySelector("#linkListId").value;this.loadMore=new o.default(".nuv-in-the-news__cta-container .nuv-button__btn","/global/api/linklist/getmorelinks?linkListId=",".nuv-in-the-news__feed-items-container",".nuv-in-the-news__feed-item",1,t)},h=new s;t.default=h},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(198),e=r(f),o=i(199),s=r(o),h=i(200),c=r(h),l=i(202),a=r(l),v=i(203),y=r(v),p=i(60),w=r(p),b=i(226),k=r(b),d=i(227),g=r(d),nt=i(228),tt=r(nt),it=i(245),rt=r(it),ut=i(246),ft=r(ut),et=i(92),ot=r(et),st=i(234),ht=r(st),ct=i(247),lt=r(ct),at=i(236),vt=r(at),yt=i(249),pt=r(yt),wt=i(135),bt=r(wt),kt=i(240),dt=r(kt),gt=i(241),ni=r(gt),ti=i(244),ii=r(ti),ri=i(243),ui=r(ri),fi=i(258),ei=r(fi),oi=i(259),si=r(oi),hi=i(138),ci=r(hi),li=i(257),ai=r(li),vi=i(260),yi=r(vi),pi=i(262),wi=r(pi),bi=i(271),ki=r(bi),di=i(266),gi=r(di),nr=i(137),tr=r(nr),ir=i(136),rr=r(ir),ur=i(255),fr=r(ur),er=i(267),or=r(er),sr=i(270),hr=r(sr),cr=i(242),lr=r(cr),ar=i(239),vr=r(ar),yr=i(134),pr=r(yr),wr=i(264),br=r(wr),kr=i(263),dr=r(kr),gr=i(214),nu=r(gr),tu=i(211),iu=r(tu),ru=i(238),uu=r(ru),fu=i(222),eu=r(fu),ou=i(221),su=r(ou),hu=i(220),cu=r(hu),lu=i(223),au=r(lu),vu=i(254),yu=r(vu),pu=i(66),wu=r(pu),bu=i(206),ku=r(bu),du=i(212),gu=r(du),nf=i(210),tf=r(nf),rf=i(209),uf=r(rf),ff=i(237),ef=r(ff),of=i(139),sf=r(of),hf=i(229),cf=r(hf),lf=i(140),af=r(lf),vf=i(252),yf=r(vf),pf=i(217),wf=r(pf),bf=i(224),kf=r(bf),df=i(265),gf=r(df),ne=i(269),te=r(ne),ie=i(253),re=r(ie),ue=i(251),fe=r(ue),ee=i(233),oe=r(ee),se=i(232),he=r(se),ce=i(197),le=r(ce),ae=i(216),ve=r(ae),ye=i(213),pe=r(ye),we=i(219),be=r(we),ke=i(208),de=r(ke),ge=i(225),no=r(ge),to=i(250),io=r(to),ro=i(256),uo=r(ro),fo=i(207),eo=r(fo),oo=i(204),so=r(oo),ho=i(235),co=r(ho),lo=i(218),ao=r(lo),vo=i(261),yo=r(vo),po=i(248),wo=r(po),bo=i(268),ko=r(bo),go=i(215),ns=r(go),ts=i(205),is=r(ts),rs=i(231),us=r(rs),u=[wu.default,e.default,s.default,c.default,a.default,y.default,iu.default,w.default,k.default,g.default,tt.default,rt.default,ei.default,si.default,ft.default,ot.default,ht.default,vt.default,lt.default,pt.default,bt.default,dt.default,ni.default,ii.default,ui.default,wi.default,ci.default,ai.default,yi.default,lr.default,ki.default,gi.default,tr.default,rr.default,hr.default,vr.default,fr.default,or.default,pr.default,br.default,dr.default,uu.default,nu.default,eu.default,su.default,cu.default,au.default,yu.default,ku.default,gu.default,tf.default,uf.default,ef.default,sf.default,cf.default,af.default,yf.default,wf.default,kf.default,gf.default,te.default,re.default,fe.default,oe.default,he.default,is.default,le.default,ve.default,pe.default,be.default,de.default,no.default,io.default,uo.default,eo.default,so.default,co.default,ao.default,yo.default,wo.default,ko.default,ns.default,us.default];window.NuveenComponents=u.reduce(function(n,t){var i=n;return t.componentName&&(i[t.componentName]=t),i},{});t.default=u},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n)}return n.prototype.init=function(){$(document).ready(function(){$(".nuv-interstitial-window").length>0&&$(".nuv-interstitial-window").each(function(){var n=$(this),t;(n.$popuptimer=n.attr("data-timer"),n.$popuploadtime=n.attr("data-starttime"),n.$close=n.find(".close"),n.$maximise=n.find(".maximize"),n.$linkdiv=n.find(".nuv-chat-link"),n.$popupHeader=n.find("#iwHeader"),null!=n.$linkdiv&&void 0!==n.$linkdiv&&(n.$linkdiv.show(),n.$linkdiv.on("click",function(t){t.stopPropagation();t.preventDefault();n.hide()})),n.$close.on("click",function(){n.$maximise.show();n.$close.hide();n.$popupHeader.text("CHAT");$(".nuv-chatbox--body-wrapper").slideToggle("slow")}),n.$maximise.on("click",function(){n.$maximise.hide();n.$close.show();n.$popupHeader.text("");$(".nuv-chatbox--body-wrapper").slideToggle("slow")}),null!==n.$popuptimer&&void 0!==n.$popuptimer)&&(t=1e3*parseInt(n.$popuptimer,10),setTimeout(function(){var t=$(".nuv-contact-retail__chat"),i=!1;null!==t&&void 0!==t&&(i=t.first().is(":visible"));i&&n.show()},t))})})},n.prototype.toggleInterstitialWindow=function(n){console.log("inside toggleInterstitialWindow",n);n.slideToggle("slow")},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(34),s=(r(o),i(13)),u=r(s),h={styleguide_title:"Landing Hero",styleguide_description:"This is the header / hero module used on landing pages like all products page.",componentName:"landingHeroWithbtn",componentType:"Hero"},c=function(){function n(){e.default(this,n);this.componentName="landingHeroWithVideobtn";this.landingHeroVideoEl=$(".nuv-landing-hero-with-btn__video-container");this.landingHeroVideoElTitle=$(".nuv-landing-hero-with-btn__video-container .nuv-landing-hero-with-btn__video-title");this.landingHeroArticleEl=$(".nuv-landing-hero-with-btn__article-container");this.landingHeroArticleElTitle=$(".nuv-landing-hero-with-btn__article-container .nuv-landing-hero-with-btn__video-title");this.init=this.init;this.BODY_STUCK_CLASSNAME="nuv-landing-hero-with-btn--stuck";this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$articleHero=$(".nuv-landing-hero-with-btn");this.$navigationWrapper=$(".nuv-global-navigation__nav-wrapper");this.$articleContent=$(".nuv-article-content, .nuv-body-article, .nuv-article-content--retail, .nuv-body-with-LeftRailImage-content, .nuv-content-navigation__jumpLink-container, .nuv-content-navigation__tab-container, nuv-content-navigation__content");this.$nuvArticleNavigation=$(".nuv-article-navigation");this.subscriptionId=$("#SubscriptionIdMapping").val();this.subscribeText=$("#SubscribeCTAText").val()},n.prototype.bindData=function(){this.$articleHero.length&&this.$navigationWrapper.length&&this.$articleContent.length&&(this.articleThemeTitle=this.$articleHero.data("theme-title"),this.articleHeadline=this.$articleHero.data("headline"),this.downloadPdfLink=$(".nuv-hero-with-btn-unit__download-pdf-link"),this.articleDownloadHref=this.downloadPdfLink.attr("href"),this.articleDownloadDocURL=this.downloadPdfLink.data("doc-url"),this.articleDownloadspeedbumpid=this.downloadPdfLink.data("speed-bump-id"),this.articleDownloadText=this.$articleHero.data("download-title"),this.articleDownloadTarget=this.downloadPdfLink.attr("target"),this.$nuvArticleNavigation.attr("data-component",""+JSON.stringify(h)),this.siteName=this.$nuvArticleNavigation.attr("site-name"),this.$nuvArticleNavigation.find(".nuv-article-navigation__main-wrapper").append(this.htmlMarkup()),$(".nuv-article-navigation__headline-title>span").removeClass(),this.downloadPdfLink.length||this.$navigationWrapper.find(".nuv-dwnld-button .nuv-button--green").remove())},n.prototype.init=function(){var n=this;n.setLandingHeroVideoGradient(this.landingHeroVideoEl,this.landingHeroVideoElTitle);n.setLandingHeroVideoGradient(this.landingHeroArticleEl,this.landingHeroArticleElTitle);this.$articleHero.length&&this.$navigationWrapper.length&&this.$articleContent.length&&(this.$progressTracker=$(".nuv-article-navigation__progress-tracker-bar"),this.trackerPercent(),$(window).on("scroll",this.trackerPercent.bind(this)),this.bindData())},n.prototype.htmlMarkup=function(){var t="",n=' <div class="nuv-article-navigation__main-container">\n                        <div class="nuv-article-navigation__main-content">\n                            <span class="nuv-article-navigation__theme-title">'+this.articleThemeTitle+'<\/span>\n                            <span class="nuv-article-navigation__headline-title">'+(this.articleHeadline||"")+'<\/span>\n                        <\/div>\n                        <div class="nuv-article-navigation__button-container">';return"retail"===this.siteName?(""!==this.articleDownloadspeedbumpid&&void 0!==this.articleDownloadspeedbumpid&&null!==this.articleDownloadspeedbumpid&&(t="secure-link locked-content locked-content-icon--left"),n+=(""!==this.articleDownloadHref&&void 0!==this.articleDownloadHref||""!==this.articleDownloadDocURL&&void 0!==this.articleDownloadDocURL)&&void 0!==this.articleDownloadText&&""!==this.articleDownloadText?'<div class="nuv-button nuv-dwnld-button nuv-button--green">\n                            <a class="nuv-button__btn '+t+'" href="'+(this.articleDownloadHref||"")+'"\n                            data-speed-bump-id="'+(this.articleDownloadspeedbumpid||"")+'"\n                            data-doc-url ="'+(this.articleDownloadDocURL||"")+'" \n                            aria-label="Download '+(this.articleHeadline||"")+'" target="'+this.articleDownloadTarget+'">'+this.articleDownloadText+"<\/a>\n                        <\/div>":"<\/div>"):(console.log(""),n+=""!==this.articleDownloadHref&&void 0!==this.articleDownloadHref&&void 0!==this.articleDownloadText&&""!==this.articleDownloadText?'<div class="nuv-button nuv-dwnld-button nuv-button--green">\n                            <a class="nuv-button__btn" href="'+(this.articleDownloadHref||"")+'" aria-label="Download '+this.articleHeadline+'" target="_blank">'+this.articleDownloadText+"<\/a>\n                        <\/div>":"<\/div>"),n+(("retail"===this.siteName&&""!==this.subscriptionId&&void 0!==this.subscriptionId&&null!==this.subscriptionId&&""!==this.subscribeText&&void 0!==this.subscribeText?'<div class="nuv-button nuv-dwnld-button nuv-button--blue">\n                                    <a class="nuv-button__btn show_subscription_slider_btn" data-subscription-modal_ids="'+this.subscriptionId+'" href="#" aria-label="Subscribe">\n                                    '+this.subscribeText+"\n                                    <\/a>\n                                <\/div>":"")+"\n                                <\/div>\n                                <\/div>")},n.prototype.trackerPercent=function(){var n=$(window).scrollTop(),t=this.$articleHero.offset().top+this.$articleHero.height();n>=t&&u.default.addClassWithoutTransitionTo($("#wrapperdiv"),"nuv-global-navigation--compressed");n<t&&u.default.removeClassWithoutTransitionTo($("#wrapperdiv"),"nuv-global-navigation--compressed")},n.prototype.setLandingHeroVideoGradient=function(n,t){n.length>0&&t.length>0&&""===t.text().trim()&&n.addClass("no-gradient")},n}(),l=new c;t.default=l},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(34),o=(r(e),function(){function n(){f.default(this,n);this.componentName="landingHeroWithVideo";this.landingHeroVideoEl=$(".nuv-landing-hero__video-container");this.landingHeroVideoElTitle=$(".nuv-landing-hero__video-container .nuv-landing-hero__video-title");this.landingHeroArticleEl=$(".nuv-landing-hero__article-container");this.landingHeroArticleElTitle=$(".nuv-landing-hero__article-container .nuv-landing-hero__video-title");this.init=this.init}return n.prototype.init=function(){var n=this;n.setLandingHeroVideoGradient(this.landingHeroVideoEl,this.landingHeroVideoElTitle);n.setLandingHeroVideoGradient(this.landingHeroArticleEl,this.landingHeroArticleElTitle)},n.prototype.setLandingHeroVideoGradient=function(n,t){n.length>0&&t.length>0&&""===t.text().trim()&&n.addClass("no-gradient")},n}()),s=new o;t.default=s},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(13),u=r(o),s=function(){function n(){e.default(this,n);this.componentName="landingSubNavigation";this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-landing-sub-navigation");this.$navLink=$(".nuv-landing-sub-navigation__links-list-link")},n.prototype.init=function(){function n(n){n.scroll(function(){var n=this.scrollWidth,t=this.clientWidth,i=n-t,r=document.querySelector(".simplebar-horizontal").clientWidth,u=document.querySelector(".simplebar-scrollbar").clientWidth,f=r-u,e=this.scrollLeft,o=Math.ceil(e/i*100),s=Math.ceil(o/100*f);$(".simplebar-visible").css({left:s+"px"},0)})}this.setJQueryObjects();this.$element.length&&this.$navLink.on("click",function(){$("html, body").stop().animate({scrollTop:0},450,"swing")});u.default.isIpad()?$("html").addClass("is-ipad"):$("html").removeClass("is-ipad");$(window).resize(function(){u.default.isIpad()?$("html").addClass("is-ipad"):$("html").removeClass("is-ipad")});$(".nuv-landing-sub-navigation__links-container").length>0&&(window.innerWidth>=768?n($(".nuv-landing-sub-navigation__links-container")):($(window).width()>=document.querySelector(".nuv-landing-sub-navigation__links-list").scrollWidth?$(".simplebar-track").hide():$(".simplebar-track").show(),n($(".nuv-landing-sub-navigation__links-list"))));$(".nuv-landing-sub-navigation__links-container").length>0&&(window.innerWidth>=768?n($(".nuv-landing-sub-navigation__links-container")):$(".nuv-landing-sub-navigation__links-list").length>0&&($(window).width()>=document.querySelector(".nuv-landing-sub-navigation__links-list").scrollWidth?$(".simplebar-track").hide():$(".simplebar-track").show(),n($(".nuv-landing-sub-navigation__links-list"))))},n}(),h=new s;t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="LinkedinButton";this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-linkedin-button")},n.prototype.init=function(){this.setJQueryObjects();$("body").on("click",".nuv-linkedin-button",function(){var n=$(this).attr("data-formtype"),t;n.includes("linkedinRegister-")&&(t=n.split("-"),$('form[name="NuvRegisterForm"] #userType').val(t[1]));document.cookie="linkedinformname=".concat(n,";expires;path=/")})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(19),u=r(o),s=function(){function n(){e.default(this,n);this.componentName="multiSelectFilterModal";this.LABEL_SELECTOR=".nuv-multi-select-filter-modal__filter-label";this.LABEL_CHECKED_CLASSNAME="nuv-multi-select-filter-modal__filter-label--checked";this.OPEN_CLASSNAME="nuv-multi-select-filter-modal--open";this.initialized=!1;this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-multi-select-filter-modal");this.$checkboxes=this.$element.find("input[type=checkbox]");this.$selectAllBtn=$(".nuv-multi-select-filter-modal__select-all-btn");this.$resetBtn=$(".nuv-multi-select-filter-modal__reset-btn");this.$applyBtn=$(".nuv-multi-select-filter-modal__apply-btn .nuv-button__btn");this.$closeBtn=$(".nuv-multi-select-filter-modal__close-btn");this.$openBtn=$(".nuv-multi-select-filter-modal-trigger")},n.prototype.init=function(){this.setJQueryObjects();var n=this;this.$checkboxes.length>0&&(this.$checkboxes.on("change",function(){n.updateCheckboxLabelFor($(this));n.updateFilterCount()}),this.$selectAllBtn.on("click",this.selectAllFilters.bind(this)),this.$resetBtn.on("click",this.unselectAllFilters.bind(this)));this.$element.length>0&&(this.$closeBtn.on("click",this.closeModal.bind(this)),this.$openBtn.on("click",this.openModal.bind(this)));this.initialized=!0},n.prototype.selectAllFilters=function(){if(1===this.$applyBtn.length){var n=this;this.$checkboxes.each(function(){$(this).prop("checked",!0);n.updateCheckboxLabelFor($(this))});n.updateFilterCount()}},n.prototype.unselectAllFilters=function(){if(1===this.$applyBtn.length){var n=this;this.$checkboxes.each(function(){$(this).prop("checked",!1);n.updateCheckboxLabelFor($(this))});n.updateFilterCount()}},n.prototype.updateCheckboxLabelFor=function(n){n.is(":checked")?n.closest(this.LABEL_SELECTOR).addClass(this.LABEL_CHECKED_CLASSNAME):n.closest(this.LABEL_SELECTOR).removeClass(this.LABEL_CHECKED_CLASSNAME)},n.prototype.updateFilterCount=function(){this.$applyBtn.length},n.prototype.openModal=function(){var n=this;$(".nuv-product-filters__multi-select-button").click(function(){this.id?$(this.id).addClass(n.OPEN_CLASSNAME):n.$element.addClass(n.OPEN_CLASSNAME)});u.default.lock()},n.prototype.closeModal=function(){this.$element.removeClass(this.OPEN_CLASSNAME);u.default.unlock()},n}(),h=new s;t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="pagelevelDisclosure"}return n.prototype.init=function(){$(document).ready(function(){setTimeout(function(){$(".nuv-page-level-disclosure").first().addClass("firstDisclosure")},100)})},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";function r(n,t){var i=$("#topic-dropdown option:selected").val(),r=$("#affiliations-dropdown option:selected").val(),f=$("#moduleID").val(),e=i?"getpeoplecards":"getselectedpeoplecards",o=$("#siteName").val(),u=$("#datasourceId").val(),s=$("#contextLanguage").val(),h=$("#sitePath").val();$.ajax({url:h+"api/peoplecardgrid/"+e+"?contextLanguage="+s+"&"+(i?"":"moduleID="+f)+(i?"topicID="+i:"")+(r?"&affiliationID="+r:"")+"&page="+n+"&siteName="+o+"&datasourceId="+u,success:function(i){var f="",e,r;$.each(i.contentItems,function(n,t){f=f+'\n                            <a class="nuv-people-grid__item '+(!1===t.Unfeature_person?"nuv-people-grid__item--featured":"")+'" href="'+t.detailLink+'" target="_self"\'>\n                                <div class="nuv-people-grid__cover">\n                                    <picture class="nuv-people-grid__cover-picture-container">\n                                        <source media="(max-width: 764px)" srcset="'+t.image+'">\n                                        <img '+(t.image?'src="'+t.image+'"':"")+'>\n                                    <\/picture>\n                                <\/div>\n                                <div class="nuv-people-grid__info">\n                                    <div class="nuv-people-grid__featured-eyebrow">'+t.eyebrow+'<\/div>\n                                    <div class="nuv-people-grid__name">'+t.name+'<\/div>\n                                    <div class="nuv-people-grid__title">'+t.subtitle+"<\/div>\n                                <\/div>\n                            <\/a>"});t.closest(".nuv-people-grid").find(".nuv-people-grid__content").append(f);e=t.closest(".nuv-people-grid").find(".nuv-people-grid__item").length;r=t.closest(".nuv-people-grid").find(".nuv-people-grid__cta-container");r.attr("page-number",n);r.attr("total-count",i.totalCount);e<i.totalCount&&null!=u?r.show():r.hide()}})}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=function(n){return n&&n.__esModule?n:{"default":n}}(u),e=function(){function n(){f.default(this,n)}return n.prototype.init=function(){$(".nuv-people-grid").each(function(){var n=$(this);n.find(".nuv-people-grid__dropdown-select").on("change",function(){n.find("div.nuv-people-grid__cta_showButton-hide").remove();n.find("div.nuv-people-grid__cta-showintemplate").remove();n.find(".nuv-people-grid__content").empty();r(0,n)})});$(".nuv-people-grid__cta-container .nuv-button__btn").on("click",function(n){n.preventDefault();var t=$(this).closest(".nuv-people-grid__cta-container").attr("page-number");r(t?parseInt(t,10)+1:1,$(this))});$(document).ready(function(){$(".nuv-people-grid").each(function(){var t=$(this),i=t.find(".nuv-people-grid__item").length,n=t.find(".nuv-people-grid__cta-container");i===Number(n.attr("total-count"))?n.hide():n.show()})})},n}(),o=new e(document);t.default=o},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(90),o=(r(e),i(31)),s=r(o),h=function(){function n(){f.default(this,n);this.componentName="productCard";this.init=this.init;this.destroy=this.destroy;this.initialized=!1}return n.prototype.init=function(){this.initialized&&this.destroy();this.initialized=!0;this.$productCards=$(".nuv-product-card");this.$productCards.length>0&&this.initEventListeners()},n.prototype.destroy=function(){this.$productCards.find(".nuv-product-card__add-to-compare").off(".nuv-product-card-event");this.initialized=!1},n.prototype.initEventListeners=function(){this.$productCards.find(".nuv-product-card__add-to-compare").on("click.nuv-product-card-event",function(){var n=$(this).closest(".nuv-product-card");n.attr("data-ticker")&&window.dispatchEvent(new s.default("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:n.attr("data-ticker"),name:n.attr("data-name")}}))})},n}(),c=new h;t.default=c},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});t.ANCHOR_NAV_SCROLL_OFFSET=void 0;var f=i(1),e=r(f),o=i(13),u=r(o),s=t.ANCHOR_NAV_SCROLL_OFFSET=300,h=function(){function n(){e.default(this,n);this.componentName="productDetailAnchorNavRetail";this.STUCK_CLASSNAME="nuv-product-detail-anchor-nav-retail--stuck";this.COMPRESSED_CLASSNAME="nuv-product-detail-anchor-nav-retail--compressed";this.ACTIVE_LINK_CLASSNAME="nuv-product-detail-anchor-nav-retail__links-list-item--active";this.ACTIVE_SCROLLBAR_CLASSNAME="nuv-product-detail-anchor-nav-retail__links-container-scrollbar--active";this.setJQueryObjects();this.initialized=!1;this.init=this.init;this.anchorPoints=[];this.offsetThreshold=0;this.scrollbarWidthPercent=100}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-product-detail-anchor-nav-retail");this.$navLink=$(".nuv-product-detail-anchor-nav-retail__links-list-link");this.$navLinkItem=$(".nuv-product-detail-anchor-nav-retail__links-list-item");this.$linksContainer=$(".nuv-product-detail-anchor-nav-retail__links-container");this.$linksContainerScrollbar=$(".nuv-product-detail-anchor-nav-retail__links-container-scrollbar");this.$linksContainerScrollbarThumb=$(".nuv-product-detail-anchor-nav-retail__links-container-scrollbar-thumb");this.$globalNav=$(".nuv-global-navigation__nav-container")},n.prototype.init=function(){this.setJQueryObjects();this.setUpDestinations();this.findActiveDestination();var n=this;this.$element.length&&this.$navLink.on("click",function(t){t.preventDefault();n.jumpLink($($.attr(this,"href")))});$(".nuv-product-detail-anchor-nav-retail__links-list-item a").click(function(){var n=$(this).attr("href"),t=$(n).offset().top-100;$("html, body").animate({scrollTop:t})});this.$element.length&&!this.initialized&&(this.onScroll(),$(window).on("scroll",this.onScroll.bind(this)),$(window).on("resize",this.onResize.bind(this)),this.$linksContainer.on("mousedown",this.linksContainerMouseDown.bind(this)),this.linksContainerScrollbarThumbWidth(),this.$linksContainer.on("scroll",this.linksContainerScrollbarThumbLeft.bind(this)),this.linksContainerScrollbarThumbWidth());this.initialized=!0},n.prototype.jumpLink=function(n){if(n.length){var t=n.offset().top-this.offsetThreshold,i=0;i=$(window).scrollTop()>t?$(".cookie-notification").height()+$(".nuv-global-navigation__nav-wrapper").height()+$(".nuv-product-detail-anchor-nav-retail__sticky-content").height():$(".cookie-notification").height()+$(".nuv-product-detail-anchor-nav-retail__sticky-content").height();$("html, body").animate({scrollTop:t-i},400)}},n.prototype.onResize=function(){this.linksContainerScrollbarThumbWidth();this.linksContainerScrollbarThumbLeft()},n.prototype.linksContainerScrollbarThumbWidth=function(){var t=this.$linksContainer[0].scrollWidth,i=this.$linksContainer[0].offsetWidth,n=Math.round(i/t*100);this.$linksContainerScrollbarThumb.css("width",n+"%");this.scrollbarWidthPercent=n;!this.$linksContainerScrollbar.hasClass(this.ACTIVE_SCROLLBAR_CLASSNAME)&&n>=0&&n<99?this.$linksContainerScrollbar.addClass(this.ACTIVE_SCROLLBAR_CLASSNAME):this.$linksContainerScrollbar.hasClass(this.ACTIVE_SCROLLBAR_CLASSNAME)&&(n<0||n>=99)&&this.$linksContainerScrollbar.removeClass(this.ACTIVE_SCROLLBAR_CLASSNAME)},n.prototype.linksContainerScrollbarThumbLeft=function(){var t=this.$linksContainer[0].scrollWidth,i=this.$linksContainer.scrollLeft(),n=i/t*100,r=n+this.scrollbarWidthPercent;this.$linksContainerScrollbarThumb.css("transform","translate3d("+n+"%, -50%, 0)");r>=99?this.$linksContainerScrollbarThumb.addClass("nuv-product-detail-anchor-nav-retail__links-container-scrollbar-thumb--done"):this.$linksContainerScrollbarThumb.removeClass("nuv-product-detail-anchor-nav-retail__links-container-scrollbar-thumb--done")},n.prototype.linksContainerMouseDown=function(n){this.linksContainerMousePageX=n.pageX;this.$linksContainer.on("mousemove.product-detail-anchor-nav",this.linksContainerMouseMove.bind(this));$(window).on("mouseup.product-detail-anchor-nav",this.linksContainerMouseUp.bind(this))},n.prototype.linksContainerMouseMove=function(n){n.stopPropagation();var t=this.linksContainerMousePageX-n.pageX,i=this.$linksContainer.scrollLeft()-t;this.$linksContainer.scrollLeft(i);this.linksContainerMousePageX=n.pageX},n.prototype.linksContainerMouseUp=function(){this.$linksContainer.off("mousemove.product-detail-anchor-nav");$(window).off("mouseup.product-detail-anchor-nav")},n.prototype.onScroll=function(){this.setUpDestinations();var n=$(window).scrollTop(),t=this.$element.offset().top+this.$element.height()+32,i=t+s;n>=t&&!this.isCompressed()?u.default.addClassWithoutTransitionTo(this.$element,this.COMPRESSED_CLASSNAME):n>=i&&!this.isStuck()?this.$element.addClass(this.STUCK_CLASSNAME):n<i&&this.isStuck()&&this.$element.removeClass(this.STUCK_CLASSNAME);n<t&&this.isCompressed()&&u.default.removeClassWithoutTransitionTo(this.$element,this.COMPRESSED_CLASSNAME);this.findActiveDestination()},n.prototype.setUpDestinations=function(){this.anchorPoints=[];var n=this;this.$navLink.each(function(){var t=$($.attr(this,"href"));t.length&&n.anchorPoints.push({anchor:$.attr(this,"href"),offsetTop:t.offset().top-n.offsetThreshold,offsetBottom:t.offset().top+t.height()+n.offsetThreshold,$linkItem:$(this).parent()})})},n.prototype.findActiveDestination=function(){for(var n,t,r=$(window).scrollTop(),i=0;i<this.anchorPoints.length;i++)n=this.anchorPoints[i],t=$(".cookie-notification").height()+50,$(".nuv-global-navigation__nav-wrapper").isInViewport()&&(t+=$(".nuv-global-navigation__nav-wrapper").height()),$(".nuv-product-detail-anchor-nav-retail__sticky-content").isInViewport()&&(t+=$(".nuv-product-detail-anchor-nav-retail__sticky-content").height()),r>=n.offsetTop-t&&r<n.offsetBottom&&!$(n.anchor).hasClass(this.ACTIVE_LINK_CLASSNAME)&&($("."+this.ACTIVE_LINK_CLASSNAME).removeClass(this.ACTIVE_LINK_CLASSNAME),n.$linkItem.addClass(this.ACTIVE_LINK_CLASSNAME))},n.prototype.isStuck=function(){return this.$element.hasClass(this.STUCK_CLASSNAME)},n.prototype.isCompressed=function(){return this.$element.hasClass(this.COMPRESSED_CLASSNAME)},n}(),c=new h(document);t.default=c},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(13),s=r(o),h=i(19),u=r(h),c=i(10),l=r(c),a=function(){function n(){e.default(this,n);this.componentName="productDetailFundOverlay";this.fadeTime=300;this.initialized=!1;this.init=this.init;this.setJQueryObjects();this.isShowing=!1;this.tabsInitialized=!1}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-product-detail-fund-overlay");this.$elementBg=$(".nuv-product-detail-fund-overlay__bg");this.$contentContainer=$(".nuv-product-detail-fund-overlay__container")},n.prototype.init=function(){this.initialized&&this.destroy();var n=this;$(".js-overlay-trigger-open").on("click.nuv-product-detail-fund-overlay",this.toggleModal.bind(this,"on"));$(".js-overlay-trigger-close").on("click.nuv-product-detail-fund-overlay",this.toggleModal.bind(this,"off"));this.initialized||($(window).on("resize",s.default.debounce(this.resizeOverlay.bind(this),100)),$(document).keyup(function(t){27===t.keyCode&&n.isShowing&&n.toggleModal("off")}));this.initialized=!0},n.prototype.destroy=function(){$(".js-overlay-trigger-open").off(".nuv-product-detail-fund-overlay");$(".js-overlay-trigger-close").off(".nuv-product-detail-fund-overlay");this.initialized=!1},n.prototype.resizeOverlay=function(){var n=$(window).height(),t=this.$contentContainer.height(),i=this.$contentContainer.outerHeight();if("mobile"===l.default.current())return void this.$elementBg.css({height:""});t>n-100?this.$elementBg.css({height:i+100}):this.$elementBg.css({height:""})},n.prototype.toggleModal=function(n){"on"===n?($(".nuv-product-detail-fund-overlay").fadeIn(this.fadeTime,function(){$(this).find(".nuv-product-detail-fund-overlay__close-button").focus()}),this.resizeOverlay(),this.isShowing=!0):($(".nuv-product-detail-fund-overlay").fadeOut(this.fadeTime),this.isShowing=!1);this.bodyScrollCheck()},n.prototype.bodyScrollCheck=function(){u.default.isLocked()?u.default.unlock():u.default.lock()},n}(),v=new a;t.default=v},function(){"use strict"},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(31),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="productDetailHero";this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".product-detail-hero");this.$captionTitle=$(".nuv-product-detail-hero-retail__media-caption-title");this.$captionTitleLink=this.$captionTitle.find("a");this.$addToTrayBtn=$(".nuv-product-detail-hero-retail__add-to-compare");this.$authorComponent=$(".nuv-article-author");this.$tooltip=$(".nuv-product-detail-hero-retail__add-to-compare-tooltip");this.$productDetailHeroContainer=$(".nuv-product-detail-hero-retail");this.maxFunds=null;this.imageBlockClassName=".nuv-product-detail-hero-retail__media-picture-container";this.logoBlockClassName=".nuv-product-detail-hero-retail__logo-container";this.productDetailHeroEl=$(".nuv-product-detail-hero-retail__media-container");this.productDetailHeroElTitle=$(".nuv-product-detail-hero-retail__media-container .nuv-product-detail-hero-retail__media-caption .nuv-product-detail-hero-retail__media-caption-title");this.productDetailHeroElTitleSub=$(".nuv-product-detail-hero-retail__media-container .nuv-product-detail-hero-retail__media-caption .nuv-product-detail-hero-retail__media-caption-subtitle")},n.prototype.init=function(){var n=this,t;(this.setJQueryObjects(),this.initialized&&this.destroy(),this.initialized=!0,this.$tooltip.length&&!$("body, html").hasClass("nuv-max-funds--reached"))&&(t=this.$tooltip.data("message"),this.$tooltip.find(".nuv-product-detail-hero-retail__add-to-compare-tooltip-copy").text(t));this.$captionTitle.length>0&&this.$authorComponent.length>0&&this.$captionTitle.css("cursor","pointer").on("click.product-detail-hero-event",this.scrollToManagement.bind(this));this.$productDetailHeroContainer.length>0&&this.$productDetailHeroContainer.each(function(){if(!$(this).find(n.imageBlockClassName).length){var t=$(this).find(n.logoBlockClassName).length?"nuv-product-detail-hero-retail--logo-image":"nuv-product-detail-hero-retail--no-image";$(this).addClass(t)}});this.$addToTrayBtn.length>0&&this.$addToTrayBtn.on("click.product-detail-hero-event",function(){var n=$(this).attr("data-fund-ticker"),t=$(this).attr("data-fund-name");n&&window.dispatchEvent(new o.default("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:n,name:t}}))});n.setProductDetailHeroGradient(this.productDetailHeroEl,this.productDetailHeroElTitleSub,this.productDetailHeroElTitleSub)},n.prototype.destroy=function(){this.$addToTrayBtn.off(".nuv-product-card-event");this.$captionTitle.off(".nuv-product-card-event");this.initialized=!1},n.prototype.scrollToManagement=function(){var n=this.$authorComponent.offset().top-162;$("html, body").animate({scrollTop:n},400)},n.prototype.setProductDetailHeroGradient=function(n,t,i){n.length>0?""===t.text().trim()&&""===i.text().trim()&&n.addClass("no-gradient"):n.length>0&&t.length>0&&i.length<=0?""===t.text().trim()&&""===i.text().trim()&&n.addClass("no-gradient"):n.length>0&&t.length<=0&&i.length>0&&""===t.text().trim()&&""===i.text().trim()&&n.addClass("no-gradient")},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(31),o=r(e),s=function(){function n(){f.default(this,n);this.componentName="productDetailHero";this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".product-detail-hero");this.$captionTitle=$(".nuv-product-detail-hero__media-caption-title");this.$addToTrayBtn=$(".nuv-product-detail-hero__add-to-compare");this.$authorComponent=$(".nuv-article-author");this.$productDetailHeroContainer=$(".nuv-product-detail-hero");this.maxFunds=null;this.imageBlockClassName=".nuv-product-detail-hero__media-picture-container";this.logoBlockClassName=".nuv-product-detail-hero__logo-container";this.productDetailHeroEl=$(".nuv-product-detail-hero__media-container");this.productDetailHeroElTitle=$(".nuv-product-detail-hero__media-container .nuv-product-detail-hero__media-caption .nuv-product-detail-hero__media-caption-title");this.productDetailHeroElTitleSub=$(".nuv-product-detail-hero__media-container .nuv-product-detail-hero__media-caption .nuv-product-detail-hero__media-caption-subtitle");this.strategyFeaturedPage=$(".strategy-featured-page .strategy-featured-page__container-aspect-ratio")},n.prototype.init=function(){var n=this;this.setJQueryObjects();this.initialized&&this.destroy();this.initialized=!0;this.$captionTitle.length>0&&this.$authorComponent.length>0&&this.$captionTitle.css("cursor","pointer").on("click.product-detail-hero-event",this.scrollToManagement.bind(this));this.$productDetailHeroContainer.length>0&&this.$productDetailHeroContainer.each(function(){if(!$(this).find(n.imageBlockClassName).length){var t=$(this).find(n.logoBlockClassName).length?"nuv-product-detail-hero--logo-image":"nuv-product-detail-hero--no-image";$(this).addClass(t)}});this.strategyFeaturedPage.length>0&&this.strategyFeaturedPage.find("div").length<1&&this.strategyFeaturedPage.css("padding-top",0);this.$addToTrayBtn.length>0&&this.$addToTrayBtn.on("click.product-detail-hero-event",function(){var n=$(this).data("fund-ticker"),t=$(this).data("fund-name");n&&window.dispatchEvent(new o.default("addProductForComparison",{bubbles:!1,cancelable:!1,detail:{ticker:n,name:t}}))});n.setProductDetailHeroGradient(this.productDetailHeroEl,this.productDetailHeroElTitleSub,this.productDetailHeroElTitleSub)},n.prototype.destroy=function(){this.$addToTrayBtn.off(".nuv-product-card-event");this.$captionTitle.off(".nuv-product-card-event");this.initialized=!1},n.prototype.scrollToManagement=function(){var n=this.$authorComponent.offset().top-162;$("html, body").animate({scrollTop:n},400)},n.prototype.setProductDetailHeroGradient=function(n,t,i){n.length>0?""===t.text().trim()&&""===i.text().trim()&&n.addClass("no-gradient"):n.length>0&&t.length>0&&i.length<=0?""===t.text().trim()&&""===i.text().trim()&&n.addClass("no-gradient"):n.length>0&&t.length<=0&&i.length>0&&""===t.text().trim()&&""===i.text().trim()&&n.addClass("no-gradient")},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="featuredProducts";this.init=this.init;this.initialized=!1}return n.prototype.init=function(){this.$element=$(".nuv-product-featured-products");this.initialized=!0;var n=this;this.$sliderContainer=$(".nuv-product-featured-products__content");this.$sliderContainer.find(".nuv-product-card").length<1||(this.initialized&&(this.$sliderContainer.off("init"),this.$sliderContainer.off("breakpoint")),this.$sliderContainer.on("init",function(t,i){n.calculateCardHeight(i)}),this.$sliderContainer.on("breakpoint",function(t,i){n.calculateCardHeight(i)}),$(".nuv-product-featured-products__content").length&&(this.$sliderContainer.slick({slidesToShow:1,slidesToScroll:1,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!1,responsive:[{breakpoint:767,settings:{slidesToShow:2}},{breakpoint:1023,settings:{slidesToShow:3}},{breakpoint:1279,settings:{slidesToShow:4}}]}),this.initialized=!0))},n.prototype.calculateCardHeight=function(n){n.$slider.find(".nuv-product-card__content").css("min-height","");var t=0,i=0;n.$slider.find(".nuv-product-card").each(function(){t=Math.max(t,$(this).height());i=Math.max(i,$(this).find(".nuv-product-card__name").height()+43)});n.$slider.find(".nuv-product-card__content").css("height",t+"px");n.$slider.find(".nuv-product-card__name").css("min-height",i+"px")},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="filteredButtons";this.setJQueryObjects();this.initialized=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-product-filtered-buttons");this.$filterButtons=this.$element.find(".nuv-product-filtered-buttons__item");this.$sliderContainer=this.$element.find(".nuv-product-filtered-buttons__content")},n.prototype.btnClickListener=function(){var n=this;this.$filterButtons.on("click",function(){var t=$(".nuv-product-detail-table"),i=$(".nuv-product-detail-table-retail");t.length?t=t.get(0).offsetTop:i.length>0&&(t=i.get(0).offsetTop);$("html, body").animate({scrollTop:t-30+"px"},300);n.$filterButtons.removeClass("nuv-product-filtered-buttons__item--active");$(this).addClass("nuv-product-filtered-buttons__item--active")})},n.prototype.init=function(){this.setJQueryObjects();this.$element.length>0&&this.$filterButtons.length>0&&(this.initialized&&this.$sliderContainer.slick("unslick"),this.$sliderContainer.slick({slidesToShow:1,slidesToScroll:1,dots:!0,infinite:!1,mobileFirst:!0,responsive:[{breakpoint:767,settings:{slidesToShow:2}},{breakpoint:1023,settings:{slidesToShow:3}},{breakpoint:1279,settings:{slidesToShow:4}}]}),this.btnClickListener(),this.initialized=!0)},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}function f(n){(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?n():document.addEventListener("DOMContentLoaded",n)}Object.defineProperty(t,"__esModule",{value:!0});var e=i(1),o=r(e),s=i(19),u=r(s),h=i(13),c=r(h),l=function(){function n(){o.default(this,n);this.componentName="productFilters";this.FORM_OPEN_CLASSNAME="nuv-product-filters__form--mobile-overlay-open";this.initialized=!1;this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$filterForm=$(".nuv-product-filters__form");this.$mobileFilterButton=$(".nuv-product-filters__mobile-filter-button .nuv-button__btn");this.$mobileFilterCloseButton=$(".nuv-product-filters__close-button");this.$checkBoxes=$(".nuv-product-filters__toggle-checkbox")},n.prototype.init=function(){var n,t;this.setJQueryObjects();n=c.default.getParameterByName("st");n&&f(function(){setTimeout(function(){var t=$("#"+n).get(0).offsetTop;$("html, body").animate({scrollTop:t+"px"},300)},1e3)});t=this;this.$mobileFilterButton.length>0&&this.$mobileFilterCloseButton.length>0&&(this.$mobileFilterButton.on("click",this.openMobileOverlay.bind(this)),this.$mobileFilterCloseButton.on("click",this.closeMobileOverlay.bind(this)));this.$checkBoxes.length>0&&(this.$checkBoxes.each(function(){t.addOrRemoveCheckedClassFor($(this))}),this.$checkBoxes.on("change",function(){$("#"+$(this).attr("id")+"-hidden").prop("disabled",$(this).is(":checked"));t.addOrRemoveCheckedClassFor($(this))}));this.initialized=!0},n.prototype.addOrRemoveCheckedClassFor=function(n){n.is(":checked")?n.closest(".nuv-product-filters__toggle-group").addClass("nuv-product-filters__toggle-group--checked"):n.closest(".nuv-product-filters__toggle-group").removeClass("nuv-product-filters__toggle-group--checked")},n.prototype.openMobileOverlay=function(){this.$filterForm.addClass(this.FORM_OPEN_CLASSNAME);u.default.lock()},n.prototype.closeMobileOverlay=function(){this.$filterForm.removeClass(this.FORM_OPEN_CLASSNAME);u.default.unlock()},n}(),a=new l;t.default=a},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=u(f),o=i(10),r=u(o),s=function(){function n(){e.default(this,n);this.componentName="productsocials";this.initialized=!1;this.hideSocials=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.footerOffset=$(".nuv-footer").offset();this.footer=$(".nuv-footer");this.socialsOffset=$(".prod-nuv-socials--article").offset();this.$socials=$(".prod-nuv-socials--article");this.$toggle=$(".prod-nuv-socials--article .prod-nuv-socials__list-item-toggle");this.$shareicon=$(".prod-nuv-socials__icon--share");this.$closeicon=$(".prod-nuv-socials__icon--close-share");this.$socialslistitem=$(".prod-nuv-socials--article .prod-nuv-socials__list-item");this.$ocialsmobilebackdrop=$(".prod-nuv-socials--article .prod-nuv-socials__mobile-backdrop")},n.prototype.init=function(){var t=this,n,i;this.setJQueryObjects();n=this;(this.$socials.length>0&&(r.default.refreshValue(),this.$toggle.off("click"),this.$toggle.on("click",function(){n.$socials.hasClass("prod-nuv-socials--collapse")&&n.$ocialsmobilebackdrop.toggleClass("prod-nuv-socials__mobile-backdrop--show");n.$socialslistitem.toggleClass("prod-nuv-socials__list-item--show");n.$socials.toggleClass("prod-nuv-socials--show");n.$toggle.toggleClass("prod-nuv-socials__list-item-toggle--close")})),this.$socials.length>0&&!1===this.initialized)&&($(window).scroll(function(){var i=$(window).scrollTop();t.footerOffset=t.footer.offset();"desktop"===r.default.current()&&i>t.socialsOffset.top?(t.$socials.hasClass("prod-nuv-socials--nocollapse")&&(n.$socialslistitem.removeClass("prod-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show"),n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--close")),n.$socials.removeClass("prod-nuv-socials--nocollapse"),n.$socials.addClass("prod-nuv-socials--collapse")):"desktop"===r.default.current()&&i<=t.socialsOffset.top&&(t.$socials.hasClass("prod-nuv-socials--collapse")&&(n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--close"),n.$socialslistitem.removeClass("prod-nuv-socials__list-item--show")),n.$socialslistitem.addClass("article-nuv-socials__list-item--show"),n.$socials.removeClass("prod-nuv-socials--show"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("prod-nuv-socials--collapse"),n.$socials.addClass("prod-nuv-socials--nocollapse"));(t.footerOffset||void 0!==t.footerOffset)&&(i>n.footerOffset.top-$(window).height()&&!t.hideSocials?(n.$toggle.addClass("prod-nuv-socials__list-item-toggle--hide"),n.hideSocials=!0,n.$socialslistitem.removeClass("prod-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("prod-nuv-socials--nocollapse"),n.$socials.addClass("prod-nuv-socials--collapse"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show"),n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--close")):i<=n.footerOffset.top-$(window).height()&&t.hideSocials&&(n.hideSocials=!1,n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--hide"),n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--close")))}),window.addEventListener("breakpointChange",function(){"desktop"!==r.default.current()&&(n.$socialslistitem.removeClass("prod-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("prod-nuv-socials--nocollapse"),n.$socials.addClass("prod-nuv-socials--collapse"),n.$socials.removeClass("prod-nuv-socials--show"),n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--close"))}),$(window).width()<=1022&&(n.$socialslistitem.removeClass("prod-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("prod-nuv-socials--nocollapse"),n.$socials.addClass("prod-nuv-socials--collapse"),n.$socials.removeClass("prod-nuv-socials--show"),n.$toggle.removeClass("prod-nuv-socials__list-item-toggle--close")),i=$(window).scrollTop(),this.footerOffset=this.footer.offset(),"desktop"===r.default.current()&&i>this.socialsOffset.top&&(this.$socials.hasClass("prod-nuv-socials--nocollapse")&&(n.$socialslistitem.removeClass("prod-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("prod-nuv-socials__mobile-backdrop--show")),n.$socials.removeClass("prod-nuv-socials--nocollapse"),n.$socials.addClass("prod-nuv-socials--collapse")));this.$socials.length>0&&(this.initialized=!0)},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="productTable";this.setJQueryObjects();this.initialized=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$viewAll=$(".nuv-product-table__view-all");this.$firstColumnLockedTables=$(".nuv-product-table--first-column-locked")},n.prototype.init=function(){this.setJQueryObjects();this.$viewAll.length>0&&this.$viewAll.each(function(){$(this).closest(".nuv-product-table").find(".nuv-product-table__table-wrapper tr:gt(6)").hide()});this.initializeLockedColumns();this.initialized=!0},n.prototype.initializeLockedColumns=function(){var n=this;this.$firstColumnLockedTables.length>0&&(this.$firstColumnLockedTables.each(function(){var n=$(this).find("table > thead > tr > th").eq(0).text();$(this).find(".nuv-product-table__table-wrapper").prepend('<div class="nuv-product-table__locked-column-sticky-label">'+n+"<\/div>")}),setTimeout(function(){n.updateLockedRowSize()},1),this.initialized||$(window).resize(this.updateLockedRowSize.bind(this)))},n.prototype.updateLockedRowSize=function(){this.$firstColumnLockedTables.each(function(){var n=$(this).find("table > thead").height();$(this).find(".nuv-product-table__locked-column-sticky-label").css("height",n+"px");$(this).find("table > tbody > tr").each(function(){$(this).find("td").eq(0).css("height",$(this).height()+"px")})})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(31),u=r(o),s=function(){function n(){e.default(this,n);this.componentName="ProductTabs";this.init=this.init;this.setJQueryObjects();this.ACTIVE_TAB_CLASS="nuv-tabbed-content__tab-nav-item--active";this.ACTIVE_TAB_CONTAINER_CLASS="nuv-tabbed-content__tab-content-item--active";this.COMPONENT_CLASS="nuv-tabbed-content";this.DATA_TAB_ID_ATTRIBUTE="data-content-id";this.DATA_COMPONENT_ID_ATTRIBUTE="data-component-id";this.TAB_CLASS="nuv-tabbed-content__tab-nav-item";this.TAB_CONTAINER_CLASS="nuv-tabbed-content__tab-content-item"}return n.prototype.setJQueryObjects=function(){this.$element=$("."+this.COMPONENT_CLASS)},n.prototype.init=function(){var n=this,t,i;if((this.setJQueryObjects(),void 0!==this.$element)&&(t=$("."+this.TAB_CLASS),void 0!==t)){t.on("click",function(){var r=$(this).attr(n.DATA_COMPONENT_ID_ATTRIBUTE),f=$(this).attr(n.DATA_TAB_ID_ATTRIBUTE),e=$("."+n.TAB_CLASS+"["+n.DATA_COMPONENT_ID_ATTRIBUTE+"="+r+"]"),i,t;void 0!==e&&e.removeClass(n.ACTIVE_TAB_CLASS);$(this).addClass(n.ACTIVE_TAB_CLASS);i=$("."+n.TAB_CONTAINER_CLASS+"["+n.DATA_COMPONENT_ID_ATTRIBUTE+"="+r+"]");void 0!==i&&i.removeClass(n.ACTIVE_TAB_CONTAINER_CLASS);t=$("."+n.TAB_CONTAINER_CLASS+"["+n.DATA_TAB_ID_ATTRIBUTE+"="+f+"]");void 0!==t&&($(t).addClass(n.ACTIVE_TAB_CONTAINER_CLASS),t.get(0).dispatchEvent(new u.default("showProductTab")));n.loadTabComponents(f)});i=$("."+n.ACTIVE_TAB_CLASS);void 0!==i&&$(i).each(function(t,i){var r=$(i).attr(n.DATA_TAB_ID_ATTRIBUTE);void 0!==r&&n.loadTabComponents(r)})}},n.prototype.loadTabComponents=function(n){window.dispatchEvent(new u.default("loadApiData",{bubbles:!0,cancelable:!1,detail:{id:n}}))},n}(),h=new s;t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="subcategoryTiles";this.init=this.init}return n.prototype.init=function(){var n=$(".nuv-property-filter-fullwidth__filter-popup-button .nuv-button"),t=$(".nuv-property-filter");n.on("click",function(n){n.preventDefault();t.addClass("nuv-property-filter--popup-active");$("body").css({height:"100vh"})})},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function e(n){return n&&n.__esModule?n:{"default":n}}function o(n,t){var i="";return i=t===r?'<option class="nuv-property-filter__item-dropdown-item" value="'+r+'" selected="selected">\n            '+r+"\n        <\/option>":'<option class="nuv-property-filter__item-dropdown-item" value="'+r+'">\n                        '+r+"\n                    <\/option>",$.each(n,function(n,r){i=t===r.value?i+' <option class="nuv-property-filter__item-dropdown-item" value="'+r.value+'" selected="selected">\n                            '+r.name+"\n                        <\/option>":i+' <option class="nuv-property-filter__item-dropdown-item" value="'+r.value+'">\n                            '+r.name+"\n                        <\/option>"}),i}function s(n,t,i){var f=[n,t,i],u=f.filter(function(n){return Boolean(n)}),r="";return u.forEach(function(n,t){n&&(r=""+r+n+(t<u.length-1?", ":""))}),r}function l(n){var t="",i=$("#acquired_text").val();return $.each(n,function(n,r){var u="";r.SizeSqFt&&r.Size?u='<p class="content-with-image-content__detail-address-area">'+r.Size+" "+$("#SqMPropertyText").val()+" <span>&nbsp;|&nbsp;<\/span> "+r.SizeSqFt+" "+$("#SqFPropertyText").val()+"<\/p>":r.Size?u='<p class="content-with-image-content__detail-address-area">'+r.Size+" "+$("#SqMPropertyText").val()+"<\/p>":r.SizeSqFt&&(u='<p class="content-with-image-content__detail-address-area"> '+r.SizeSqFt+" "+$("#SqFPropertyText").val()+"<\/p>");t=t+' <div class="content-with-image">\n                            <div class="content-with-image-content">\n                                <div class="content-with-image-content__detail">\n                                    <div class="content-with-image-content__type">\n                                        '+(r.Sector?r.Sector:"")+"\n                                    <\/div>\n                                    "+(r.LinkUrl?'<a href = "'+r.LinkUrl+'"\n                                    class = "content-with-image-content__title"\n                                    target = "'+r.LinkUrlTarget+'" >\n                                        '+r.Name+"\n                                    <\/a>":'<div class = "content-with-image-content__title">\n                                        '+r.Name+"\n                                    <\/div>")+'\n                                    <div class="content-with-image-content__detail-address">\n                                        <p class="content-with-image-content__detail-address-city">'+s(r.City,r.State,r.Country)+"<\/p>\n                                        "+u+'\n                                    <\/div>\n                                <\/div>\n                                <div class="content-status">\n                                    <p class="content-status__title">'+i+'<\/p>\n                                    <p class="content-status__date">'+r.AcquiredDate+"<\/p>\n                                <\/div>\n                                    "+(r.LinkUrl&&-1!==r.LinkUrl.indexOf("https://documents")&&r.DisplayDownloadIconAndHeading?'<a href = "'+r.LinkUrl+'"\n                                                                    class = "content-download-link"\n                                                                    target = "'+r.LinkUrlTarget+'" >\n                                                                    <img src="/global/images/document_icon.svg">\n                                                                    <p> '+(r.LinkText&&null!==r.LinkText?r.LinkText:"Download Property")+"<\/p>\n                                                                        \n                                                                    <\/a>":"")+"\n       \n                                    "+(r.LinkUrl&&!1===r.HideCtaLink&&r.CtaLinkText?'<div class="content-button-cta"><a href="'+r.LinkUrl+'"\n                                                                    target="'+r.LinkUrlTarget+'" \n                                                                    class="nuv-button">'+r.CtaLinkText+"<\/a><\/div>":"")+"\n                            <\/div>\n                            "+(r.LinkUrl&&""!==r.LinkUrl?'<a href="'+r.LinkUrl+'" target="'+r.LinkUrlTarget+'" class="content-with-image__image-container">\n                                                        '+(r.ImageUrl?'<img class="content-with-image__image" src="'+r.ImageUrl+'" alt="'+r.ImageAlt+'">':"")+"\n                                                    <\/a>":'<div class="content-with-image__image-container">\n                                                        '+(r.ImageUrl?'<img class="content-with-image__image" src="'+r.ImageUrl+'" alt="'+r.ImageAlt+'">':"")+"\n                                                    <\/div>")+"\n                        <\/div>"}),t}function a(n){var t="";return $.each(n,function(n,i){var r="";i.SizeSqFt&&i.Size?r='<p class="content-with-image-content__detail-address-area">'+i.Size+" "+$("#SqMPropertyText").val()+" <br /> "+i.SizeSqFt+" "+$("#SqFPropertyText").val()+"<\/p>":i.Size?r='<p class="content-with-image-content__detail-address-area">'+i.Size+" "+$("#SqMPropertyText").val()+"<\/p>":i.SizeSqFt&&(r='<p class="content-with-image-content__detail-address-area"> '+i.SizeSqFt+" "+$("#SqFPropertyText").val()+"<\/p>");t=t+' <div class="content-with-background">\n                            '+(i.ImageUrl?'<img class="content-with-background__image-background" src="'+i.ImageUrl+'" alt="'+i.ImageAlt+'">':"")+'\n                            <div class="content-with-background-content">\n                                <div class="content-with-background-content__type">\n                                '+i.Sector+"\n                                <\/div>\n                                "+(i.LinkUrl?'<a href = "'+i.LinkUrl+'"\n                                    class = "content-with-background-content__title"\n                                    target = "'+i.LinkUrlTarget+'" >\n                                        '+i.Name+"\n                                    <\/a>":'<div class = "content-with-background-content__title">\n                                        '+i.Name+"\n                                    <\/div>")+'\n                                <div class="content-with-background-content__detail-address">\n                                    <p class="content-with-background-content__detail-address-city">'+s(i.City,i.State,i.Country)+"<\/p>\n                                    "+r+'\n                                <\/div>\n                            <\/div>\n                            <div class="content-status">\n                                <p class="content-status__title">ACQUIRED<\/p>\n                                <p class="content-status__date">'+i.AcquiredDate+"<\/p>\n                            <\/div>\n                             "+(i.LinkUrl&&-1!==i.LinkUrl.indexOf("https://documents")&&i.DisplayDownloadIconAndHeading?'<a href = "'+i.LinkUrl+'"\n                                                                    class = "content-download-link"\n                                                                    target = "'+i.LinkUrlTarget+'" >\n                                                                    <img src="/global/images/document_icon.svg">\n                                                                    <p> '+(i.LinkText&&null!==i.LinkText?i.LinkText:"Download Property")+"<\/p>\n                                                                        \n                                                                    <\/a>":"")+"\n                        <\/div>"}),t}function u(n,t,i,r,e){var y=$("#PageloadCount").val(),v;n&&y>1&&n.closest(".nuv-property-grid").find(".nuv-property-grid__title").length>0&&$("html, body").animate({scrollTop:n.closest(".nuv-property-grid").find(".nuv-property-grid__title").offset().top-82},400);$("#PageloadCount").val("2");var p=t?$("#dpSectorSmall option:selected").val():$("#dpSector option:selected").val(),w=t?$("#dpRegionSmall option:selected").val():$("#dpRegion option:selected").val(),b=t?$("#dpCountrySmall option:selected").val():$("#dpCountry option:selected").val(),k=$("#sitecoreContextItem").val(),d=$("#dpSort option:selected").val(),g=$("#propertyGridID").val(),s="global";$("body").css("pointer-events","none");$("body").hasClass("nvninst")&&(s="institutional");$("body").hasClass("nreit")&&(s="gcreit");v="/"+s+"/api/propertygrid/getpropertycards?propertyGridID="+g+"&sector="+p+"&region="+w+"&country="+b+"&sortBySize="+d+"&pageNo="+(i+1)+"&sitecoreContextItem="+k;$.ajax({url:v,success:function(s){var y,p,v;s&&(($("body").css("pointer-events","auto"),r)||(y=t?$("#dpCountrySmall").val():$("#dpCountry").val(),$("#dpCountry").html(o(s.countryFilters,y)),$("#dpCountrySmall").html(o(s.countryFilters,y))),e||((null===s.properties?[]:s.properties).length?(p=s.smallLayout?a(s.properties):l(s.properties),$(".nuv-property-card").html(p)):$(".nuv-property-card").html(nt),$(".nuv-property-grid__pagination").attr("total-count",s.totalCount),v=Math.ceil(Number($(".nuv-property-grid__pagination").attr("total-count"))/Number($(".nuv-property-grid__pagination").attr("max-cards"))),n&&(v>1?n.pagination({items:v,itemOnPage:v,currentPage:i+1,useAnchors:!1,displayedPages:"mobile"===f.default.current()?3:5,edges:"desktop"===f.default.current()?1:0,cssStyle:"",ellipsePageSet:!1,prevText:h,nextText:c,onPageClick:function(t){u(n,!1,t-1)}}):n.pagination("destroy"))))}})}function v(n,t){var i=Math.ceil(Number($(".nuv-property-grid__pagination").attr("total-count"))/Number($(".nuv-property-grid__pagination").attr("max-cards")));i>1&&n.pagination({items:i,itemOnPage:i,currentPage:t,useAnchors:!1,displayedPages:"mobile"===f.default.current()?3:5,edges:"desktop"===f.default.current()?1:0,cssStyle:"",ellipsePageSet:!1,prevText:h,nextText:c,onPageClick:function(t){u(n,!1,t-1)}})}Object.defineProperty(t,"__esModule",{value:!0});var y=i(1),p=e(y),w=i(10),f=e(w);i(67);var b=$("#next_button").val(),k=$("#previous_button").val(),r=$("#country_text").val(),h='<div class="paginate-ctrl paginate-ctrl--prev">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M8.521882 1.521882L1.47812 8.503946l7.043762 7.017936" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n           '+k+"\n        <\/div>\n    <\/div>",d=$("#noresultfound").val(),g=$("#noresultdescription").val(),c='<div class="paginate-ctrl paginate-ctrl--next">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M1.478118 15.478118L8.52188 8.496054 1.47812 1.478118" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n            '+b+"\n        <\/div>\n    <\/div>",nt='<div class="nuv-search-no-results__content">\n            <div class="nuv-search-no-results__header">'+d+'<\/div>\n            <div class="nuv-search-no-results__copy">'+g+"<\/div>",tt=function(){function n(){p.default(this,n);this.componentName="propertyFilter";this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$filterDropdown=$(".nuv-property-filter__item");this.$closePopupButton=$(".nuv-property-filter__close-button");this.$clearFilter=$(".nuv-property-filter__footer-button-clear .nuv-button__btn");this.$filterFullwidthDropdown=$(".nuv-property-filter-fullwidth__filter-button__dropdown");this.$applyFilterButton=$(".nuv-property-filter__footer-button-apply");this.$filterSectorMobile=$("#dpSectorSmall, #dpRegionSmall")},n.prototype.init=function(){var n=$("#dpCountry, #dpCountrySmall");n.addClass("dropdown-disable");n.prop("disabled","disabled");this.setJQueryObjects();this.$filterDropdown.length>0&&this.$filterDropdown.each(function(){$(this).hasClass("disable")&&$(this).find("select").prop("disabled","disabled")});this.$closePopupButton.on("click",function(){$(this).closest(".nuv-property-filter").removeClass("nuv-property-filter--popup-active");$("body").css({height:"auto"});$("html, body").animate({scrollTop:$(this).closest(".nuv-property-grid").find(".nuv-property-grid__title").offset().top-82},400)});this.$clearFilter.on("click",function(){$(this).closest(".nuv-property-filter").find(".nuv-property-filter__item-dropdown").not(":disabled").prop("selectedIndex",0)});this.$filterFullwidthDropdown.change(function(){var t="dpCountry"===$(this).attr("id");"dpRegion"===$(this).attr("id")&&(n.removeAttr("disabled"),n.removeClass("dropdown-disable"),n.val(r));u($(this).closest(".nuv-property-grid").find("#pagination"),!1,0,t)});$(".nuv-property-grid").length&&$(".nuv-property-grid").each(function(){var n=$(this);setTimeout(function(){v(n.find("#pagination"),1)},1e3)});this.$applyFilterButton.on("click",function(n){n.preventDefault();$(this).closest(".nuv-property-filter").removeClass("nuv-property-filter--popup-active");u($(this).closest(".nuv-property-grid").find("#pagination"),!0,0);$("body").css({height:"auto"})});this.$filterSectorMobile.change(function(){"dpRegionSmall"===$(this).attr("id")&&(n.removeAttr("disabled"),n.removeClass("dropdown-disable"),n.val(r),u(null,!0,null,!1,!0))})},n}(),it=new tt;t.default=it},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="propertyGrid";this.init=this.init}return n.prototype.init=function(){},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var e=i(1),o=r(e),s=i(34),u=r(s),h=i(19),f=r(h),c=function(){function n(){o.default(this,n);this.componentName="prospectusAgreement";this.initialized=!1;this.init=this.init}return n.prototype.init=function(){if(this.initialized)return void console.error("Prospectus Agreement bar does not support being re-initialized");this.initialized=!0;this.$acceptButton=$(".nuv-prospectus-agreement__footer-link--accept");this.$element=$(".nuv-prospectus-agreement");this.$acceptButton.length<1||"agreed"!==u.default.get("nuv-prospectus-agreement")&&(f.default.lock(),this.$element.removeClass("nuv-prospectus-agreement--hidden"),this.$acceptButton.on("click",this.markAsAgreed.bind(this)))},n.prototype.markAsAgreed=function(){f.default.unlock();this.$element.addClass("nuv-prospectus-agreement--hidden");u.default.set("nuv-prospectus-agreement","agreed",1)},n}(),l=new c;t.default=l},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=i(1),f=r(u),e=i(134),o=r(e),s=function(){function n(t){f.default(this,n);this.componentName="registration";this.$nuvRegisterBtn=$(".nuv-register-validation .nuv-button__btn",t);this.$nuvInitialPage=$(".nuv-registration__initial-page",t);this.$nuvProfilePage=$(".nuv-registration__profile",t);this.$nuvEmailInputField=$(".nuv-registration__input-field__email",t);this.$nuvPasswordInputField=$(".nuv-registration__input-field__password",t);this.$nuvRegistrationShowPW=$(".nuv-registration .nuv-login-modal__show-password",t);this.$nuvRegistrationFirstName=$(".nuv-registration__input-field__first-name",t);this.$nuvRegistrationLastName=$(".nuv-registration__input-field__last-name",t);this.$nuvCompanyInputField=$(".nuv-registration__input-field__company",t);this.$nuvRegistrationPW=$(".nuv-registration__input-field__password",t);this.$nuvRegistrationProfileBtn=$(".nuv-registration__profile__btn",t);this.$nuvRegisterNextBtn=$(".nuv-registration__profile__next-btn .nuv-button__btn",t);this.$advisorFormFields=$("#advisorOnly",t);this.$userTypeHiddenInput=$("#userType",t);this.profileSelection="Investor";this.initialized=!1;this.init=this.init}return n.prototype.init=function(){var n=this;if(this.initialized)return void console.error("Registration does not support being re-initialized");this.initialized=!0;this.componentData=$(".nuv-registration").data("component-data");this.$nuvRegisterBtn.click(function(t){t.preventDefault();n.validateForm()});$(".nuv-register-model__form").keypress(function(t){13===t.which&&(t.preventDefault(),n.validateForm())});$(".nuv-register-model__form input").focusout(function(t){t&&t.currentTarget&&t.currentTarget.name&&n.validateCustomEvents(t.currentTarget.name,t.currentTarget.value)});$(".nuv-register-model__form input").focusin(function(n){$('[data-error-for="'+n.currentTarget.name+'"]').removeClass("nuv-registration__error-msg--show")});$(".nuv-register-model__form input").keypress(function(n){n&&n.currentTarget&&n.currentTarget.name&&n.currentTarget.value.length>0&&$('[data-error-for="'+n.currentTarget.name+'"]').removeClass("nuv-registration__error-msg--show")});this.$nuvRegistrationShowPW.click(function(){var n=$(this).closest(".nuv-login-modal__password-container").find(".nuv-registration__input-field__password");$(this).hasClass("nuv-login-modal__show-password--unmasked")?n.attr("type","text"):n.attr("type","password")});this.$nuvRegistrationProfileBtn.click(function(t){n.profileSelection=t.target.value;n.$userTypeHiddenInput.val(t.target.value);var i="linkedinRegister";i=i.concat("-",t.target.value);$(t.target).addClass("nuv-registration__profile__btn--active").siblings().removeClass("nuv-registration__profile__btn--active");$(".nuv-registration__linkedin-btn button.nuv-linkedin-button").attr("data-formtype",i)});this.$nuvRegisterNextBtn.click(function(t){if(t.preventDefault(),"Investor"===n.profileSelection&&n.$advisorFormFields.remove(),"Advisor"===n.profileSelection&&n.$nuvEmailInputField.attr("placeholder",$("#AdvisorEmailPlaceholder").val()),"InstitutionalInvestor"===n.profileSelection)return void o.default.show();n.$nuvInitialPage.addClass("nuv-registration__initial-page--hide");n.$nuvProfilePage.addClass("nuv-registration__profile--show")})},n.prototype.validateEmail=function(){var n=$(".nuv-registration__input-field__email").val();return!!new RegExp("^[a-zA-Z0-9+&*-_]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}$").test(n)},n.prototype.validatePW=function(){var n=$(".nuv-registration__input-field__password").val();return void 0!==n&&!(n.indexOf(" ")>=0)},n.prototype.validateForm=function(){var n=this;$(".nuv-registration__error-msg").removeClass("nuv-registration__error-msg--show");$(".nuv-register-model__form input").each(function(){n.validateCustomEvents($(this).attr("name"),$(this).val())});n.validateCustomEvents("gReCaptcha","");0===$(".nuv-registration__error-msg:visible").length&&$("form[name='NuvRegisterForm']")[0].submit()},n.prototype.validateCustomEvents=function(n,t){var i=this;if("firstName"===n)if(""===$(".nuv-registration__input-field__first-name").val())$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.firstNameRequiredMessage);else if(t.length>20)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.firstNameCharacterLimitMessage);if("lastName"===n)if(""===$(".nuv-registration__input-field__last-name").val())$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.lastNameRequiredMessage);else if(t.length>30)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.lastNameCharacterLimitMessage);if("email"===n)if("email"!==n||i.validateEmail()){if(t.length>100)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.emailAddressCharacterLimitMessage)}else $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.emailAddressInvalidMessage);if("password"===n)if(""===$(".nuv-registration__input-field__password").val())$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.passwordRequiredMessage);else if(t.indexOf(" ")>=0)$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.passwordHasSpacesMessage);else if(t.length<6)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.passwordMinimumLengthMessage);if("firmName"===n)if(""===$(".nuv-registration__input-field__company").val())$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.companyNameRequiredMessage);else if(t.length>60)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.companyNameCharacterLimitMessage);"crdNumber"===n&&t.length>20&&$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.crdNumberCharacterLimitMessage);"gReCaptcha"===n&&""===$("#nuv-recaptcha-registration-form .g-recaptcha-response").val()&&$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.reCaptchaRequiredMessage)},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(t){u.default(this,n);this.componentName="reset-password";this.$nuvResetBtn=$(".nuv-register-validation-reset .nuv-button__btn",t);this.$nuvEmailInputField=$(".nuv-registration__input-field__email",t);this.initialized=!1;this.init=this.init}return n.prototype.init=function(){var n=this;if(this.initialized)return void console.error("Registration does not support being re-initialized");this.initialized=!0;this.componentData=$(".nuv-registration").data("component-data");this.$nuvResetBtn.click(function(t){t.preventDefault();n.validateForm()});$(".nuv-register-model__form").keypress(function(t){13===t.which&&(t.preventDefault(),n.validateForm())});$(".nuv-register-model__form input").focusout(function(t){t&&t.currentTarget&&t.currentTarget.name&&n.validateCustomEvents(t.currentTarget.name,t.currentTarget.value)});$(".nuv-register-model__form input").focusin(function(n){$('[data-error-for="'+n.currentTarget.name+'"]').removeClass("nuv-registration__error-msg--show")});$(".nuv-register-model__form input").keypress(function(n){n&&n.currentTarget&&n.currentTarget.name&&n.currentTarget.value.length>0&&$('[data-error-for="'+n.currentTarget.name+'"]').removeClass("nuv-registration__error-msg--show")})},n.prototype.validateEmail=function(){var n=$(".nuv-registration__input-field__email").val();return!!new RegExp("^[a-zA-Z0-9+&*-_]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}$").test(n)},n.prototype.validateForm=function(){var n=this;$(".nuv-registration__error-msg").removeClass("nuv-registration__error-msg--show");$(".nuv-register-model__form input").each(function(){n.validateCustomEvents($(this).attr("name"),$(this).val())});n.validateCustomEvents("gReCaptcha","");0===$(".nuv-registration__error-msg:visible").length&&$("form[name='NuvResetPasswordForm']")[0].submit()},n.prototype.validateCustomEvents=function(n,t){var i=this;if("email"===n)if("email"!==n||i.validateEmail()){if(t.length>100)return void $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.emailAddressCharacterLimitMessage)}else $('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.emailAddressInvalidMessage);"gReCaptcha"===n&&""===$("#nuv-recaptcha-resetpassword-form .g-recaptcha-response").val()&&$('[data-error-for="'+n+'"]').addClass("nuv-registration__error-msg--show").text(i.componentData.reCaptchaRequiredMessage)},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var e=i(1),o=r(e),s=i(138),u=r(s),h=i(13),f=r(h),c=function(){function n(t){o.default(this,n);this.componentName="searchBar";this.$element=$(".nuv-search-bar",t);this.$searchButton=$(".nuv-search-bar__search-button",t);this.$searchField=$(".nuv-search-bar__search-field",t);this.$clearButton=$(".nuv-search-bar__clear-button",t);this.initialized=!1;this.init=this.init}return n.prototype.init=function(){if(this.initialized)return void console.error("Search bar does not support being re-initialized");if(this.$searchButton=$(".nuv-search-bar__search-button"),this.initialized=!0,!(this.$element.length<1)){var n=this;this.$searchButton.on("click",n.openAndAlignOverlay.bind(n));this.$clearButton.on("click",n.openAndClearOverlay.bind(n));this.addQueryTextOrOpenOverlay()}},n.prototype.openAndAlignOverlay=function(){var n=this;arguments.length>0&&void 0!==arguments[0]&&!arguments[0]||this.addQueryText();$(window).scrollTop()>0?$("html, body").stop().animate({scrollTop:0},250,"swing",function(){n.openAndFocusOverlay()}):this.openAndFocusOverlay()},n.prototype.openAndFocusOverlay=function(){u.default.open()},n.prototype.openAndClearOverlay=function(){u.default.$searchField.val("");this.openAndAlignOverlay(!1)},n.prototype.addQueryText=function(){var n=f.default.getParameterByName("q");return!!n&&(this.$searchField.text(n),u.default.$searchField.val(n),!0)},n.prototype.addQueryTextOrOpenOverlay=function(){this.addQueryText()||f.default.getParameterByName("tags")||this.openAndAlignOverlay(!1)},n}(),l=new c(document);t.default=l},function(n,t,i){"use strict";function r(n){$(n).parent().children().removeClass("nuv-search-results-categories__filter-item--active");$(n).addClass("nuv-search-results-categories__filter-item--active")}function u(){for(var n,i=$(".nuv-search-results-categories__filter-bar"),t=0;t<i.length;t++)n=$($(i[t]).find(".nuv-search-results-categories__filter-item")[0]),n.hasClass("nuv-search-results-categories__filter-item--no-data")||r(n);$(".nuv-search-results-categories__filter-item").on("click",function(n){$(n.currentTarget).hasClass("nuv-search-results-categories__filter-item--no-data")||r($(n.currentTarget))})}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=function(n){return n&&n.__esModule?n:{"default":n}}(f),o=function(){function n(){e.default(this,n);this.componentName="searchResultsCategories";this.initialized=!1;this.init=this.init;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-search-results-categories");this.filterBarTab=$(".nuv-search-results-categories__filter-bar");this.filterBarItem=$(".nuv-search-results-categories__filter-item")},n.prototype.init=function(){this.setJQueryObjects();this.initialized=!0;this.$element.length>0&&u()},n}(),s=new o;t.default=s},function(n,t,i){"use strict";function h(n){return n&&n.__esModule?n:{"default":n}}function nt(n,t,i,r){if(!n)return"";var e=n?n.split(","):"",f=t?t.split(","):"",u="";return $.each(e,function(n,t){u=u+' <span>\n                            <a href="'+(f[n]?f[n]:i)+'" target="_self" data-speed-bump-id="'+r+'">\n                                '+t+"\n                            <\/a>\n                        <\/span>"}),u}function f(n,t){if(t){var r=t.replace(/^[\s\u0022\u0027+-][\s\u0022\u0027+-]*/,"").replace(/[\s*~\u0022\u0027][\s*~\u0022\u0027]*$/,"").toLowerCase(),i=["a","an","and","are","as","at","be","but","by","for","if","in","into","is","it","no","not","of","on","or","such","that","the","their","then","there","these","they","this","to","was","will","with"];$.each(i,function(n){i[n]=i[n].concat("\\b");i[n]="\\b".concat(i[n]);var t=new RegExp(i[n],"gi");r=r.replace(t,"")});n.mark(r)}}function c(n,t,i,h){var w="/global/api/search/getsearchresult?",k,b;"institutional"===v?w="/en-us/institutional/api/search/getsearchresult?":"retail"===v?w="/en-us/api/search/getsearchresult?":"threit"===v&&(w="/gcreit/api/search/getsearchresult?");var tt=$(".nuv-search-no-results"),g=$(".nuv-search-results__content"),it=$("#foundtext").val(),rt=$("#searchresulttext").val();tt.css("display","none");k=o.default.getParameterByName("q")?"q":"tags";b="";$.ajax({url:""+w+k+"="+n+"&filterTab="+i+"&filterType="+h+"&page="+t,success:function(i){if(i){var o=d+" "+rt+" ("+i.totalCount+" "+it+"):";$.each(i.contentItems,function(n,i){g.empty();var r='<li class="'+(n<2&&0===t&&"1"===i.feature_in_search?"nuv-search-results__list-item--promoted":"")+'">\n                        <div class="nuv-search-results__thumbnail">\n                            <a href="'+i.detailLink+'" target="_self" data-speed-bump-id="'+i.dataSpeedbumpId+'">\n                                <img '+(i.thumbnail?"src="+i.thumbnail+' alt="'+i.image_alt_text+'"':'src="/global/images/fallback icon.jpg" alt="No image"')+'>\n                            <\/a>\n                        <\/div>\n                        <div class="nuv-search-results__text">\n                            <div class="nuv-search-results__category">          \n                                    '+nt(i.eyebrow,i.eyebrowLink,i.detailLink,i.dataSpeedbumpId)+'\n                            <\/div>\n                            <div class="nuv-search-results__title">\n                                <a href="'+i.detailLink+'" target="_self" data-speed-bump-id="'+i.dataSpeedbumpId+'">\n                                    '+i.name+'\n                                <\/a>\n                            <\/div>\n                            <div class="nuv-search-results__description">\n                                <a href="'+i.detailLink+'" target="_self" data-speed-bump-id="'+i.dataSpeedbumpId+'">\n                                    '+i.excerpt+"\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/li>";b+=r});g.append("<ul>"+b+"<\/ul>");$(".nuv-search-results-categories__results-total").html(o);$(".nuv-search-results__pagination").attr("total-count",i.totalCount);f($(".nuv-search-results__title a"),n);f($(".nuv-search-results__description a"),n);r=Math.ceil(i.totalCount/10);i.totalCount!==parseInt(a,10)&&(r>1?$("#pagination").pagination({items:r,itemOnPage:r,currentPage:t+1,useAnchors:!1,displayedPages:"mobile"===e.default.current()?3:5,edges:"desktop"===e.default.current()?2:0,cssStyle:"",ellipsePageSet:!1,prevText:y,nextText:p,onPageClick:function(n){c(u,n-1,s,l);$("html").scrollTop(250)}}):($("#pagination").pagination("destroy"),$("#pagination").html('<li class="disabled"><span class="current prev">'+y+'<\/span><\/li><li class="active"><span class="current no-outline">1<\/span><\/li><li class="disabled"><span class="current next">'+p+"<\/span><\/li>")),a=$(".nuv-search-results__pagination").attr("total-count"))}},error:function(){}})}function w(n,t){if((r=Math.ceil($(".nuv-search-results__pagination").attr("total-count")/10))>1){var i=e.default.current();window.screen.width<=763&&(i="mobile");console.log("initPagination breakpoint current:",e.default.current());console.log("initPagination device:",i);$("#pagination").pagination({items:n,itemOnPage:r,currentPage:t,useAnchors:!1,displayedPages:"mobile"===i?3:5,edges:"desktop"===i?2:0,cssStyle:"",ellipsePageSet:!1,prevText:y,nextText:p,onPageClick:function(n){c(u,n-1,s,l);$("html").scrollTop(250)}})}}var b,k;Object.defineProperty(t,"__esModule",{value:!0});var tt=i(1),it=h(tt),rt=i(10),e=h(rt),ut=i(13),o=h(ut);i(67);var u="",s=$(".nuv-search-results-categories__filter-item").attr("data-filter"),l=$(".nuv-search-results-categories__filter-bar").attr("filter-type"),a=$(".nuv-search-results__pagination").attr("total-count"),d=$(".nuv-search-results-categories__filter-item--active").text().replace(/\((.*?)\)/,""),v=$(".nuv-search-results-categories").attr("data-key"),r=Math.ceil(a/10),g=$(".nuv-search-bar").length>0,ft=$("#next_button").val(),et=$("#previous_button").val(),y='<div class="paginate-ctrl paginate-ctrl--prev">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M8.521882 1.521882L1.47812 8.503946l7.043762 7.017936" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n            '+et+"\n        <\/div>\n    <\/div>",p='<div class="paginate-ctrl paginate-ctrl--next">\n        <div class="paginate-ctrl__icon">\n            <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"><path d="M1.478118 15.478118L8.52188 8.496054 1.47812 1.478118" stroke-width="1.75" stroke="#FFF" fill="none" fill-rule="evenodd"/><\/svg>\n        <\/div>\n        <div class="paginate-ctrl__caption">\n            '+ft+"\n        <\/div>\n    <\/div>";g&&$(".nuv-search-results-categories__filter-item").click(function(){$(this).hasClass("nuv-search-results-categories__filter-item--no-data")||(s=$(this).attr("data-filter"),d=$(this).text().replace(/\((.*?)\)/,""),c(u,0,s,l),setTimeout(function(){w(r,0)},1e3))});b=function(){function n(){it.default(this,n);this.componentName="searchResults";this.setJQueryObjects();this.initialized=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-search-results")},n.prototype.init=function(){this.setJQueryObjects();g&&!this.initialized&&this.$element.length>0&&(u=o.default.getParameterByName("q")?o.default.getParameterByName("q"):o.default.getParameterByName("tags"),setTimeout(function(){w(r,1)},1e3),f($(".nuv-search-results__title a"),u),f($(".nuv-search-results__description a"),u));this.initialized=!0},n}();k=new b;t.default=k},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(13),u=r(o),s=i(135),h=function(){function n(){e.default(this,n);this.componentName="shareClassSelector";this.STUCK_CLASSNAME="nuv-share-class-selector--stuck";this.COMPRESSED_CLASSNAME="nuv-share-class-selector--compressed";this.BODY_STUCK_CLASSNAME="nuv-page--share-class-selector-stuck";this.setJQueryObjects();this.initialized=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-share-class-selector");this.$navLink=$(".nuv-share-class-selector__links-list-link");this.$navButtonListItem=$(".nuv-share-class-selector__buttons-list-item");this.$productDetailHeroTitle=$(".nuv-product-detail-hero__main-title")},n.prototype.init=function(){this.setJQueryObjects();this.$element.length&&!this.initialized&&(this.onScroll(),$(window).on("scroll",this.onScroll.bind(this)));this.$productDetailHeroTitle.length&&$(".nuv-share-class-selector__product-detail-title").length<1&&this.$element.find(".nuv-share-class-selector__buttons-list-container").prepend('\n                                <span class="nuv-share-class-selector__product-detail-title">\n                                    '+this.$productDetailHeroTitle.text()+"\n                                <\/span>\n                            ");this.$navButtonListItem.on("click",function(){$(".nuv-share-class-selector__buttons-list").find("li").each(function(){$(this).hasClass("nuv-share-class-selector__buttons-list-item--active")&&$(this).removeClass("nuv-share-class-selector__buttons-list-item--active")});$(this).addClass("nuv-share-class-selector__buttons-list-item--active")});this.initialized=!0},n.prototype.onScroll=function(){var n=$(window).scrollTop(),t=this.$element.offset().top+this.$element.height()+32,i=t+s.ANCHOR_NAV_SCROLL_OFFSET;n>=t&&!this.isCompressed()?u.default.addClassWithoutTransitionTo(this.$element,this.COMPRESSED_CLASSNAME):n>=i&&!this.isStuck()?(this.$element.addClass(this.STUCK_CLASSNAME),$("body").addClass(this.BODY_STUCK_CLASSNAME)):n<i&&this.isStuck()&&(this.$element.removeClass(this.STUCK_CLASSNAME),$("body").removeClass(this.BODY_STUCK_CLASSNAME));n<t&&this.isCompressed()&&u.default.removeClassWithoutTransitionTo(this.$element,this.COMPRESSED_CLASSNAME)},n.prototype.isStuck=function(){return this.$element.hasClass(this.STUCK_CLASSNAME)},n.prototype.isCompressed=function(){return this.$element.hasClass(this.COMPRESSED_CLASSNAME)},n}(),c=new h;t.default=c},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="siteswitchalert";this.init=this.init;this.initialized=!1;this.setJQueryObjects()}return n.prototype.setJQueryObjects=function(){this.$nuvAlertClose=$("#sitesearchalertclosebutton");this.$nuvAlert=$("#modal-entry");this.$body=$("body")},n.prototype.init=function(){this.setJQueryObjects();var n=this;this.initialized||this.$nuvAlertClose.click(function(){n.$nuvAlert.hide()});this.initialized=!0},n}(),e=new f;t.default=e},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=u(f),o=i(10),r=u(o),s=function(){function n(){e.default(this,n);this.componentName="socials";this.initialized=!1;this.hideSocials=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.footerOffset=$(".nuv-footer").offset();this.footer=$(".nuv-footer");this.socialsOffset=$(".article-nuv-socials--article").offset();this.$socials=$(".article-nuv-socials--article");this.$toggle=$(".article-nuv-socials--article .article-nuv-socials__list-item-toggle");this.$shareicon=$(".article-nuv-socials__icon--share");this.$closeicon=$(".article-nuv-socials__icon--close-share");this.$socialslistitem=$(".article-nuv-socials--article .article-nuv-socials__list-item");this.$ocialsmobilebackdrop=$(".article-nuv-socials--article .article-nuv-socials__mobile-backdrop");this.$socialshareiconPageload=$(".article-nuv-socials--page-load");this.$contactusButton=$(".nuv-contact-us-btn")},n.prototype.init=function(){var t=this,n,i;this.setJQueryObjects();n=this;(this.$socials.length>0&&(r.default.refreshValue(),this.$toggle.off("click"),this.$toggle.on("click",function(){n.$socialslistitem.toggleClass("article-nuv-socials__list-item--show");n.$socials.toggleClass("article-nuv-socials--show");n.$ocialsmobilebackdrop.toggleClass("article-nuv-socials__mobile-backdrop--show");n.$toggle.toggleClass("article-nuv-socials__list-item-toggle--close")})),this.$socials.length>0&&!1===this.initialized)&&($(window).scroll(function(){var i=$(window).scrollTop();t.footerOffset=t.footer.offset();"desktop"===r.default.current()&&i>t.socialsOffset.top&&0===t.$socialshareiconPageload.length?(t.$socials.hasClass("article-nuv-socials--nocollapse")&&(n.$socialslistitem.removeClass("article-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show")),n.$socials.removeClass("article-nuv-socials--nocollapse"),n.$socials.addClass("article-nuv-socials--collapse")):"desktop"===r.default.current()&&i<=t.socialsOffset.top&&0===t.$socialshareiconPageload.length?(n.$socialslistitem.addClass("article-nuv-socials__list-item--show"),n.$socials.removeClass("article-nuv-socials--show"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show"),n.$toggle.removeClass("article-nuv-socials__list-item-toggle--close"),n.$socials.removeClass("article-nuv-socials--collapse"),n.$socials.addClass("article-nuv-socials--nocollapse")):"desktop"===r.default.current()&&0===i&&t.$socialshareiconPageload.length>0?n.$toggle.removeClass("article-nuv-socials__share_icon_bg-white"):"desktop"===r.default.current()&&i>=0&&t.$socialshareiconPageload.length>0&&t.$contactusButton.length>0&&n.$toggle.addClass("article-nuv-socials__share_icon_bg-white");(t.footerOffset||void 0!==t.footerOffset)&&(i>n.footerOffset.top-$(window).height()&&!t.hideSocials?(n.$toggle.addClass("article-nuv-socials__list-item-toggle--hide"),n.hideSocials=!0,n.$socialslistitem.removeClass("article-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("article-nuv-socials--nocollapse"),n.$socials.addClass("article-nuv-socials--collapse"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show"),n.$toggle.removeClass("article-nuv-socials__list-item-toggle--close")):i<=n.footerOffset.top-$(window).height()&&t.hideSocials&&(n.hideSocials=!1,n.$toggle.removeClass("article-nuv-socials__list-item-toggle--hide"),n.$toggle.removeClass("article-nuv-socials__list-item-toggle--close")))}),window.addEventListener("breakpointChange",function(){"desktop"!==r.default.current()&&0===t.$socialshareiconPageload.length&&(n.$socialslistitem.removeClass("article-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("article-nuv-socials--nocollapse"),n.$socials.addClass("article-nuv-socials--collapse"),n.$socials.removeClass("article-nuv-socials--show"),n.$toggle.removeClass("article-nuv-socials__list-item-toggle--close"))}),$(window).width()<=1022&&0===this.$socialshareiconPageload.length&&(n.$socialslistitem.removeClass("article-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show"),n.$socials.removeClass("article-nuv-socials--nocollapse"),n.$socials.addClass("article-nuv-socials--collapse"),n.$socials.removeClass("article-nuv-socials--show"),n.$toggle.removeClass("article-nuv-socials__list-item-toggle--close")),i=$(window).scrollTop(),this.footerOffset=this.footer.offset(),"desktop"===r.default.current()&&i>this.socialsOffset.top&&0===this.$socialshareiconPageload.length&&(this.$socials.hasClass("article-nuv-socials--nocollapse")&&(n.$socialslistitem.removeClass("article-nuv-socials__list-item--show"),n.$ocialsmobilebackdrop.removeClass("article-nuv-socials__mobile-backdrop--show")),n.$socials.removeClass("article-nuv-socials--nocollapse"),n.$socials.addClass("article-nuv-socials--collapse")));this.$socials.length>0&&(this.initialized=!0)},n}(),h=new s(document);t.default=h},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(19),u=r(o),s=i(60),h=r(s),c=function(){function n(){e.default(this,n);this.componentName="speedBumpDropdown";this.initialized=!1}return n.prototype.init=function(){var n=this;$("[data-speed-bump-dropdown-id]").off(".nuv-speed-bump-dropdown-events");$(".nuv-speed-bump-dropdown__button--stay, .nuv-speed-bump-dropdown__close-btn").off(".nuv-speed-bump-dropdown-events");$("[data-speed-bump-dropdown-id]").on("click.nuv-speed-bump-dropdown-events",function(t){if($(this).data("speed-bump-dropdown-id")){var i=$(this).attr("href"),r=$(this).attr("target")?$(this).attr("target"):"_blank";n.openById($(this).data("speed-bump-dropdown-id"),i,r,t)}});$(".nuv-speed-bump-dropdown__button--stay, .nuv-speed-bump-dropdown__close-btn, .nuv-speed-bump-dropdown__button--continue").on("click.nuv-speed-bump-dropdown-events",function(){n.closeByElement($(this));h.default.deactivateSiteSwitcher()});this.initialized=!0},n.prototype.openById=function(n,t,i,r){var e=$("#"+n),f,o,s;e.length>0&&(f=e.find("iframe[data-url]"),f.length&&(f.attr("src",f.attr("data-url")),o=f.attr("data-width"),s=f.attr("data-height"),o&&f.attr("width",o),s&&f.attr("height",s)),r.preventDefault(),u.default.lock(),e.find(".nuv-speed-bump-dropdown__button--continue").attr("href",t).attr("target",i),e.addClass("nuv-speed-bump-dropdown--show"))},n.prototype.closeByElement=function(n){var t=n.closest(".nuv-speed-bump-dropdown"),r=window.sessionStorage.getItem("currenttableposition"),i;t.length&&(t.removeClass("nuv-speed-bump-dropdown--show"),i=t.find("iframe[data-url]"),i.attr("width","0%"),i.attr("height","0px"));r&&window.sessionStorage.clear();u.default.unlock()},n}(),l=new c;t.default=l},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=r(f),o=i(19),u=r(o),s=i(60),h=r(s),c=i(66),l=r(c),a=function(){function n(){e.default(this,n);this.componentName="speedBump";this.initialized=!1}return n.prototype.init=function(){var t=this,i=window.localStorage.getItem("possibleModalId"),r,n;null!==i&&"undefined"!==i&&l.default.nuvUser.isLoggedIn&&(r=window.localStorage.getItem("modalLinkFieldId"),n=$("[modalLinkFieldId=".concat(r).concat("]")).attr("data-possibleModalId"),null!==n&&"undefined"!==n&&""!==n&&t.openById(n,window.localStorage.getItem("continueLink"),window.localStorage.getItem("continueTarget"),null),this.clearModalCache());$("[data-speed-bump-id]").off(".nuv-speed-bump-events");$(".nuv-speed-bump__button--stay, .nuv-speed-bump__close-btn").off(".nuv-speed-bump-events");$("[data-speed-bump-id]").on("click.nuv-speed-bump-events",function(n){var r=$(this).data("speed-bump-id"),u,i;r&&(u=$(this).attr("href"),i=$(this).attr("target"),i="undefined"===i||void 0===i||""===i?"_self":$(this).attr("target")?$(this).attr("target"):"_blank",t.openById(r,u,i,n),"modal-logincontainer"===r?(window.localStorage.possibleModalId=$(this).attr("data-possibleModalId"),window.localStorage.modalLinkFieldId=$(this).attr("modalLinkFieldId"),window.localStorage.continueLink=u,window.localStorage.continueTarget=i):window.localStorage.setItem("continueLink",""))});$("body").on("click.nuv-speed-bump-events","[data-speed-bump-id]",function(n){var u=$(this).data("speed-bump-id"),r,i;u&&(r=$(this).attr("href"),i=$(this).attr("target"),i="undefined"===i||void 0===i||""===i?"_self":$(this).attr("target")?$(this).attr("target"):"_blank","undefined"!==r&&void 0!==r||(r=window.location.href,i="_self"),t.openById(u,r,i,n),"modal-logincontainer"===u?(window.localStorage.possibleModalId=$(this).attr("data-possibleModalId"),window.localStorage.modalLinkFieldId=$(this).attr("modalLinkFieldId"),window.localStorage.continueLink=r,window.localStorage.continueTarget=i):window.localStorage.setItem("continueLink",""))});$(".nuv-speed-bump__button--stay, .nuv-speed-bump__close-btn, .nuv-speed-bump__button--continue").on("click.nuv-speed-bump-events",function(){t.closeByElement($(this));h.default.deactivateSiteSwitcher()});this.initialized=!0},n.prototype.openById=function(n,t,i,r){var e=$("#"+n),f,o,s;e.length>0&&(f=e.find("iframe[data-url]"),f.length&&(f.attr("src",f.attr("data-url")),o=f.attr("data-width"),s=f.attr("data-height"),o&&f.attr("width",o),s&&f.attr("height",s)),r&&r.preventDefault(),u.default.lock(),e.find(".nuv-speed-bump__button--continue").attr("href",t).attr("target",i),e.addClass("nuv-speed-bump--show"),setTimeout(function(){e.addClass("max-opacity")},100))},n.prototype.closeByElement=function(n){var t=n.closest(".nuv-speed-bump"),r,i;this.clearModalCache();r=window.sessionStorage.getItem("currenttableposition");t.length&&(t.removeClass("max-opacity"),setTimeout(function(){t.removeClass("nuv-speed-bump--show")},500),i=t.find("iframe[data-url]"),i.attr("width","0%"),i.attr("height","0px"));r&&window.sessionStorage.clear();u.default.unlock()},n.prototype.showModal=function(n){n.addClass("nuv-speed-bump--show");0!==window.Bootstrapper&&window.Bootstrapper.ensEvent.trigger("Open Modal",n);setTimeout(function(){n.addClass("nuv-opacity-1")},0)},n.prototype.hideModal=function(n){n.removeClass("nuv-opacity-1");0!==window.Bootstrapper&&window.Bootstrapper.ensEvent.trigger("Close Modal",n);setTimeout(function(){n.removeClass("nuv-speed-bump--show")},500)},n.prototype.clearModalCache=function(){window.localStorage.removeItem("possibleModalId");window.localStorage.removeItem("modalLinkFieldId");window.localStorage.removeItem("continueLink");window.localStorage.removeItem("continueTarget")},n}(),v=new a;t.default=v},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="subcategoryTiles";this.init=this.init}return n.prototype.init=function(){var t=this,n=$(".nuv-stat-card-body-copy__info .nuv-button");t.updateButtonWidth(n);$(window).resize(function(){n.find(".nuv-button__btn").css("min-width","auto");t.updateButtonWidth(n)})},n.prototype.updateButtonWidth=function(n){var t=0;n&&n.length&&(n.each(function(){t=$(this).width()>t?$(this).width():t}),n.find(".nuv-button__btn").css("min-width",t))},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="subcategoryTiles";this.setJQueryObjects();this.initialized=!1;this.init=this.init}return n.prototype.setJQueryObjects=function(){this.$element=$(".nuv-subcategory-tiles");this.$sliderItems=this.$element.find(".nuv-subcategory-tiles__item");this.$sliderContainer=this.$element.find(".nuv-subcategory-tiles__content")},n.prototype.init=function(){this.setJQueryObjects();this.$element.length>0&&this.$sliderItems.length>0&&(this.initialized&&this.$sliderContainer.slick("unslick"),this.$sliderContainer.on("destroy",function(n,t){var i=$(this),r=function n(){t.activeBreakpoint<window.innerWidth||(i.slick(t.options),window.removeEventListener("resize",n))};window.addEventListener("resize",r)}).slick({slidesToShow:1,slidesToScroll:1,dots:!0,infinite:!1,mobileFirst:!0,responsive:[{breakpoint:1,settings:{slidesToShow:1,slidesToScroll:1}},{breakpoint:767,settings:{slidesToShow:3}},{breakpoint:1023,settings:"unslick"}]}),this.initialized=!0)},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(t){u.default(this,n);this.componentName="teyCalculator";this.$element=$(".nuv-tey-calculator",t);this.initialized=!1;this.init=this.init}return n.prototype.init=function(){if(this.initialized)return void console.error("TEY Calculator does not currently support being re-initialized");this.initialized=!0;this.$element.length&&this.$element.each(function(){var n="#"+$(this).attr("id"),t=$(this).data("ticker").toUpperCase(),i=$(this).data("btn-text");$.ajax({url:"https://api.nuveen.com/CEFWebApi/api/fundData/"+t,type:"GET",async:!0,dataType:"json",success:function(r){r.stateCode?NuveenTEYWidget.init({el:n,model:{state:r.stateCode,ticker:t},display:{compact:!1,startOpen:!1,btnText:i}}):$(n).remove()}})})},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="timelineCarousel";this.init=this.init;this.initialized=!1;this.carouselItem=0;this.tempCount=0;this.dotsCount=0;this.numberOfslides=5}return n.prototype.init=function(){this.$sliderContainer=$(".nuv-timeline-with-carousel__item-milestone-container")},n.prototype.initFromWCS=function(){var n=this,t=$(".nuv-timeline-with-carousel__item-milestone-container");this.initialized=!1;n.initSlider(t,this.initialized)},n.prototype.initSlider=function(n,t){var i=this;n.find(".nuv-timeline-with-carousel__item-milestone-wrapper").length<1||(i.carouselItem=n.find(".nuv-timeline-with-carousel__item-milestone-wrapper").length-1,t&&(n.slick("unslick"),n.off("init"),n.off("breakpoint")),i.numberOfslides=i.setNumberOfSlides(n),n.on("init",function(){n.find(".slick-slide").removeClass("slick-highlight");n.find(".slick-active:even").addClass("slick-highlight")}),n.not(".slick-initialized").slick({slidesToShow:this.numberOfSlides,slidesToScroll:this.numberOfSlides,dots:!0,infinite:!1,mobileFirst:!0,useCSS:!1,useTransform:!0,variableWidth:!0,arrows:!0,appendDots:$(".nuv-timeline-with-carousel__item-dots-container"),appendArrows:".desktop-timeline",responsive:[{breakpoint:760,settings:{slidesToShow:2,slidesToScroll:2}},{breakpoint:976,settings:{slidesToShow:3,slidesToScroll:3}},{breakpoint:1192,settings:{slidesToShow:4,slidesToScroll:4}},{breakpoint:1408,settings:{slidesToShow:5,slidesToScroll:5}},{breakpoint:1624,settings:{slidesToShow:5,slidesToScroll:5}}]}),n.on("afterChange",function(){n.find(".slick-slide").removeClass("slick-highlight");n.find(".slick-active:even").addClass("slick-highlight")}))},n.prototype.setNumberOfSlides=function(n){var t=n.width();return Math.floor(t/216)},n}(),e=new f;t.default=e},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),u=function(n){return n&&n.__esModule?n:{"default":n}}(r),f=function(){function n(){u.default(this,n);this.componentName="twoUpContent";this.$element=$(".nuv-two-up-content__headline a");this.init=this.init}return n.prototype.init=function(){var n=this;n.breakLine(n.$element);$(window).resize(function(){n.breakLine(n.$element)})},n.prototype.breakLine=function(n){n.length>0&&($(window).width()<764?n.dotdotdot({ellipsis:"...",wrap:"letter",height:50}):n.dotdotdot({ellipsis:"...",wrap:"letter",height:150}))},n}(),e=new f(document);t.default=e},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}var o,s;Object.defineProperty(t,"__esModule",{value:!0});o=i(1);s=r(o);i(519);var h=i(90),u=r(h),c=i(19),e=r(c),l=i(31),a=(r(l),i(34)),f=r(a),v=i(60),y=r(v),p=i(92),w=r(p),b=function(){function n(t){s.default(this,n);this.componentName="utilityDrawer";this.LOGGED_OUT_CLASSNAME="nuv-utility-drawer--logged-out";this.$root=$(".nuv-utility-drawer",t);this.$toolTray=this.$root.children(".nuv-utility-drawer__tools, .nuv-utility-drawer__tool-tray");this.renderProducts=this.renderProducts;this.initialized=!1;this.init=this.init;this.maxFunds=4;this.maxFundsNotificationShown=!1;this.mouseoverTimer=null;this.isPageLoad=!0}return n.prototype.init=function(){var n=this;if(this.initialized)return void console.error("Utility Drawer does not currently support being re-initialized");this.initialized=!0;this.$root.length>0&&(this.initEventListeners(),this.renderProducts(),this.$root.data("maxFunds",this.maxFunds),setTimeout(function(){n.showTabByQueryString()},500))},n.prototype.renderProducts=function(){var t=this.$root.find(".nuv-utility-drawer__tool-tray-container"),o,n,f,i,e,r;if($(window).innerWidth()>=768&&u.default.get("compareToolProducts")){for(o=this,n=JSON.parse(u.default.get("compareToolProducts")),n.products.length>0?(this.isPageLoad=!1,this.$root.find(".nuv-utility-drawer__open-trigger-content").html(""+n.products.length).parent().parent().addClass("nuv-utility-drawer__open-trigger--show"),n.products.length>=this.maxFunds?$("body").addClass("nuv-max-funds--reached"):($("body").removeClass("nuv-max-funds--reached"),this.maxFundsNotificationShown=!1)):(console.log(""),this.isPageLoad?(this.closeUtilityDrawer(),this.$root.find(".nuv-utility-drawer__open-trigger").removeClass("nuv-utility-drawer__open-trigger--show"),this.$root.find(".nuv-utility-drawer__open-trigger-content").html(""+n.products.length)):this.$root.find(".nuv-utility-drawer__open-trigger-content").html(""+n.products.length)),t.empty(),$(".nuv-product-featured-products").find(".nuv-product-card").removeClass("nuv-product-card--added"),$(".nuv-featured-card-carousel").find(".nuv-featured-card").removeClass("nuv-featured-card--added"),$(".nuv-featured-card-carousel").find(".nuv-product-card__add-to-compare").removeClass("added-to-compare").each(function(){$(this).find(".nuv-product-card__add-to-compare-checkmark").css({display:"none"});$(this).find(".nuv-product-card__add-to-compare-plus").css({display:"block"})}),$(".nuv-product-detail-table").find("tr").removeClass("added-to-compare"),$(".nuv-product-detail-hero-retail__add-to-compare").removeClass("nuv-product-detail-hero-retail__add-to-compare--compare-added").each(function(){$(this).find(".nuv-product-detail-hero-retail__add-to-compare-checkmark").css({display:"none"});$(this).find(".nuv-product-detail-hero-retail__add-to-compare-plus").css({display:"block"})}),t.append('<div class="nuv-utility-drawer__tool-tray-fund-counter">'+n.products.length+" OF "+this.maxFunds+"<\/div>"),n.products.forEach(function(n){$(".nuv-product-featured-products").find(".nuv-product-card").each(function(){$(this).data("ticker")===n.ticker&&$(this).addClass("nuv-product-card--added")});$(".nuv-featured-card-carousel").find(".nuv-featured-card").each(function(){$(this).data("ticker")===n.ticker&&$(this).addClass("nuv-featured-card--added")});$(".nuv-featured-card-carousel").find(".nuv-product-card__add-to-compare").each(function(){$(this).attr("data-fund-ticker")===n.ticker&&($(this).addClass("added-to-compare"),$(this).find(".nuv-product-card__add-to-compare-checkmark").css({display:"block"}),$(this).find(".nuv-product-card__add-to-compare-plus").css({display:"none"}))});$(".nuv-product-detail-table").find("tr").each(function(){$(this).data("ticker")===n.ticker&&$(this).addClass("added-to-compare")});$(".nuv-product-detail-hero-retail__add-to-compare").each(function(){$(this).attr("data-fund-ticker")===n.ticker&&($(this).addClass("nuv-product-detail-hero-retail__add-to-compare--compare-added"),$(this).find(".nuv-product-detail-hero-retail__add-to-compare-checkmark").css({display:"block"}),$(this).find(".nuv-product-detail-hero-retail__add-to-compare-plus").css({display:"none"}))});var i=Object.assign({"@type":"Product"},n);t.append('\n                            <div class="nuv-utility-drawer__tool-tray-card" data-ticker="'+n.ticker+"\" data-item='"+JSON.stringify(i)+'\'>\n                                <div class="nuv-utility-drawer__tool-tray-card-ticker">'+n.ticker+'<\/div>\n                                <div class="nuv-utility-drawer__tool-tray-card-title">'+n.name+'<\/div>\n                                <div class="nuv-utility-drawer__tool-tray-card-delete" data-action="remove from compare">\n                                    <svg data-action="remove from compare" width="9" height="8" viewBox="0 0 9 8" xmlns="https://www.w3.org/2000/svg"><g stroke="#6ECC4C" fill="none" fill-rule="evenodd" stroke-linecap="square"><path data-action="remove from compare" d="M8.071068 0L1 7.071068M8.071068 7.071068L1 0"/><\/g><\/svg>\n                                <\/div>\n                            <\/div>\n                        ')}),f="",i=n.products.length;i<this.maxFunds;i++)f+=this.placeholderFundElement(i+1);t.append(f);t.find(".nuv-utility-drawer__tool-tray-card-delete").on("click",function(){var t=$(this).closest(".nuv-utility-drawer__tool-tray-card").data("ticker"),i=n.products.filter(function(n){return n.ticker!==t});n.products=i;u.default.set("compareToolProducts",JSON.stringify(n));o.renderProducts()})}else{for(t.empty(),t.append('<div class="nuv-utility-drawer__tool-tray-fund-counter">0 OF '+this.maxFunds+"<\/div>"),e="",r=0;r<this.maxFunds;r++)e+=this.placeholderFundElement(r+1);t.append(e)}},n.prototype.placeholderFundElement=function(n){return'<div class="nuv-utility-drawer__tool-tray-card-placeholder">Fund '+n+"<\/div>"},n.prototype.compileFundData=function(){var e=u.default.get("compareToolProducts"),o;if(!e)return[];for(var n=JSON.parse(e),s=[],i=[],t=n.products.length>0?Math.floor(100/n.products.length):0,r=0,f=0;f<n.products.length;f++)f===n.products.length-1&&r+t<100?(o=100-(r+t),i.push(t+o)):i.push(t),r+=t;return n.products.forEach(function(n,t){s.push({identifier:n.ticker,identifierType:"Ticker",weight:i[t]})}),s},n.prototype.getXrayHypoURL=function(){var t=this.compileFundData(),n="";return t.forEach(function(t,i,r){var u=t.identifier+","+t.identifierType+","+t.weight;i!==r.length-1&&(u+="|");n+=u}),"?"+n},n.prototype.getFundCompareURL=function(){var n=this.compileFundData(),i,t;return n.length<1?"":(i=n[0].identifierType,t="",n.forEach(function(n,i,r){t+=i+1===r.length?""+n.identifier:n.identifier+"|"}),"#?idType="+i+"&securityIds="+t)},n.prototype.loadIframe=function(n,t){var i="",r,u;return("fund_compare"===n?i=this.getFundCompareURL():"portfolio_review"===n&&(r=this.getXrayHypoURL(),i=r),u=$(".nuv-utility-drawer__content--"+n.toString()).data("url")+i,!0===window.loadFailed)?($(".nuv-utility-drawer__content--load-failed").addClass("nuv-utility-drawer__content--active"),!1):(($(".nuv-utility-drawer__content--load-failed").removeClass("nuv-utility-drawer__content--active"),"toolstab"!==t)?($(".nuv-utility-drawer__content--"+n.toString()).html('<iframe src="'+u+'"><\/iframe>'),$(".nuv-utility-drawer__morning-star-label").removeClass("nuv-hide"),"True"===$(".nuv-utility-drawer__content--"+n.toString()).data("logo")?$(".nuv-utility-drawer__morning-star-label").removeClass("nuv-hide"):$(".nuv-utility-drawer__morning-star-label").addClass("nuv-hide")):$(".nuv-utility-drawer__morning-star-label").addClass("nuv-hide"),!0)},n.prototype.openTools=function(){var f=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"tools",e=arguments[1],t,n,i,r,u;this.drawerOpen=!0;t=e;n=f;""===t&&(t=this.$root.find(".nuv-utility-drawer__tab-button--"+n).parent().data("templatetype"));i=$(".nuv-utility-drawer__tab-option[data-name*="+n+"]").find("button").data("speed-bump-id");(y.default.closeOpenAccordion(!0),w.default.closeOpenModal(),void 0!==i&&""!==i)&&(n="tools",t="toolstab",r=$("#"+i),r.addClass("nuv-speed-bump--show"),r.addClass("max-opacity"));console.log(n);u=this.loadIframe(n,t);this.$root.find(".nuv-utility-drawer__tab-button").removeClass("nuv-utility-drawer__tab-button--active");this.$root.find(".nuv-utility-drawer__tab-button--"+n).addClass("nuv-utility-drawer__tab-button--active");(u||"tools"===n)&&(this.$root.find(".nuv-utility-drawer__content").removeClass("nuv-utility-drawer__content--active"),this.$root.find(".nuv-utility-drawer__content--"+n).addClass("nuv-utility-drawer__content--active"));this.$root.find(".nuv-utility-drawer__subtext").removeClass("nuv-utility-drawer__subtext--active");this.$root.find(".nuv-utility-drawer__subtext--"+n).addClass("nuv-utility-drawer__subtext--active");this.$root.find(".nuv-utility-drawer__open-trigger-content").addClass("nuv-utility-drawer__open-trigger-content--slide-out");this.$root.find(".nuv-utility-drawer__tool-tray").removeClass("nuv-utility-drawer__tool-tray--show");this.$root.find(".nuv-utility-drawer__tools").addClass("nuv-utility-drawer__tools--show");this.$root.find(".nuv-utility-drawer__alert").removeClass("nuv-utility-drawer__alert--show")},n.prototype.openUtilityDrawer=function(){var n=this;this.drawerOpen=!0;this.$root.find(".nuv-utility-drawer__alert").addClass("nuv-utility-drawer__alert--drawer-open");setTimeout(function(){n.$root.children(".nuv-utility-drawer__tool-tray").addClass("nuv-utility-drawer__tool-tray--show")},200)},n.prototype.closeUtilityDrawer=function(){this.drawerOpen=!1;this.$root.find(".nuv-utility-drawer__alert").removeClass("nuv-utility-drawer__alert--drawer-open");this.$root.find(".nuv-utility-drawer__open-trigger-content").removeClass("nuv-utility-drawer__open-trigger-content--slide-out");this.$root.find(".nuv-utility-drawer__tool-tray").removeClass("nuv-utility-drawer__tool-tray--show");this.$root.find(".nuv-utility-drawer__tools").removeClass("nuv-utility-drawer__tools--show")},n.prototype.initEventListeners=function(){var n=this,i=void 0,t=this.$root.find(".nuv-utility-drawer__alert"),r=$(".morningstaralert");$(window).innerWidth()>=768&&window.addEventListener("addProductForComparison",function(r){var e,c,o,s,h;if(console.log("doing it!",{e:r}),e=void 0,c=!1,(e=u.default.get("compareToolProducts")?JSON.parse(u.default.get("compareToolProducts")):{products:[]},f.default.get("fundsAdded"))||(o=t.data("messageFirstTime"),o&&null!==o&&""!==o.trim()&&(t.find(".nuv-utility-drawer__alert-copy").text(o),t.addClass("nuv-utility-drawer__alert--show nuv-utility-drawer__alert--no-icon"),f.default.set("fundsAdded",!0,10950))),e.products.length>=n.maxFunds)return s=t.data("messagemaxfunds"),void(null!==s&&void 0!==s&&""!==s.trim()&&(t.find(".nuv-utility-drawer__alert-copy").text(s),t.removeClass("nuv-utility-drawer__alert--no-icon").addClass("nuv-utility-drawer__alert--show")));(n.openUtilityDrawer(),e.products.forEach(function(n){n.ticker===r.detail.ticker&&(c=!0)}),!1===c&&e.products.length===n.maxFunds-1)&&(h=t.data("lastfund"),null!==h&&void 0!==h&&""!==h.trim()&&(t.find(".nuv-utility-drawer__alert-copy").text(h),t.removeClass("nuv-utility-drawer__alert--no-icon").addClass("nuv-utility-drawer__alert--show")));!1===c&&(e.products.push(r.detail),n.$root.find(".nuv-utility-drawer__open-trigger-content").addClass("nuv-utility-drawer__open-trigger-content--ripple"),i&&clearTimeout(i),i=setTimeout(function(){n.$root.find(".nuv-utility-drawer__open-trigger-content").removeClass("nuv-utility-drawer__open-trigger-content--ripple")},1200));u.default.set("compareToolProducts",JSON.stringify(e));n.renderProducts()});window.addEventListener("openTools",function(t){n.openTools(t.detail.activeElement,t.detail.templateType)});this.$toolTray.on("mouseover",function(){return e.default.lock()});this.$toolTray.on("mouseout",function(){return e.default.unlock()});window.addEventListener("scroll",function(){e.default.isLocked()||n.closeDrawerOnScroll()});this.$root.find(".nuv-utility-drawer__open-trigger").on("click",function(t){$(t.target).closest("div").hasClass("nuv-utility-drawer__close-drawer-btn")?$(".nuv-utility-drawer .nuv-utility-drawer__open-trigger").removeClass("nuv-utility-drawer__open-trigger--show"):n.openUtilityDrawer()});this.$root.find(".nuv-utility-drawer__close-btn, .nuv-utility-drawer__backdrop").on("click",function(){if(window.history.pushState){var t=n.removeQueryStringfromURL(window.location.href,"showTools");window.history.pushState({path:t},"",t)}n.closeUtilityDrawer()});this.$root.find(".nuv-utility-drawer__tab-button").on("click",function(i){var s=$(i.currentTarget).closest(".nuv-utility-drawer__tab-option").data("name"),o=$(i.currentTarget).closest(".nuv-utility-drawer__tab-option").data("urlquerystring"),h=$(i.currentTarget).closest(".nuv-utility-drawer__tab-option").data("templatetype"),r,u,f,e;if(!0===$(i.currentTarget).closest(".nuv-utility-drawer__tab-option").data("showaccessmorningstarmessage"))return r=t.data("accessmorningstarmessage"),void(null!==r&&void 0!==r&&""!==r.trim()&&(t.find(".nuv-utility-drawer__alert-copy").text(r),t.removeClass("nuv-utility-drawer__alert--no-icon").addClass("nuv-utility-drawer__alert--show")));window.history.pushState&&(u=n.removeQueryStringfromURL(window.location.href,"showTools"),u.lastIndexOf("?")<0?(f=u+"?showTools="+o,window.history.pushState({path:f},"",f)):(e=u+"&showTools="+o,window.history.pushState({path:e},"",e)));n.openTools(s,h)});this.$root.find(".nuv-utility-drawer__tools-select-cta, .nuv-utility-drawer__button").on("click",function(i){var r=$(i.currentTarget),h=r.data("name"),c=r.data("querystring"),l=r.data("templatetype"),e=r.data("speed-bump-id"),u,f,o,s;if(!0===r.data("showaccessmorningstarmessage"))return u=t.data("accessmorningstarmessage"),void(null!==u&&void 0!==u&&""!==u.trim()&&(t.find(".nuv-utility-drawer__alert-copy").text(u),t.removeClass("nuv-utility-drawer__alert--no-icon").addClass("nuv-utility-drawer__alert--show")));""===e||null===e||void 0===e?(window.history.pushState&&(f=n.removeQueryStringfromURL(window.location.href,"showTools"),f.lastIndexOf("?")<0?(o=f+"?showTools="+c,window.history.pushState({path:o},"",o)):(s=f+"&showTools="+c,window.history.pushState({path:s},"",s))),n.openTools(h,l),n.$root.find(".nuv-utility-drawer__tab-option").removeClass("nuv-hide"),r.hasClass("nuv-utility-drawer__tools-select-cta--disable")||$.each(n.$root.find(".nuv-utility-drawer__tab-option"),function(n,t){$(t).data("name")===h&&$(t).removeClass("nuv-hide")})):n.closeUtilityDrawer()});this.$root.find(".nuv-utility-drawer__alert-close").on("click",function(){n.$root.find(".nuv-utility-drawer__alert").removeClass("nuv-utility-drawer__alert--show")});void 0!==r&&(f.default.get("morningstar-alert")?r.addClass("nuv-hide"):(r.removeClass("nuv-hide"),f.default.set("morningstar-alert",!0,10950)));f.default.get("SiteSwitchAlert")?$("#modal-entry").hide():($("#modal-entry").show(),f.default.set("SiteSwitchAlert",!0,10950))},n.prototype.closeDrawerOnScroll=function(){var t,n;console.log("close drawer");t=$("#modal-logincontainer.nuv-speed-bump--show");this.drawerOpen&&0===t.length&&$(window).innerWidth()>768&&(this.closeUtilityDrawer(),window.history.pushState)&&(n=this.removeQueryStringfromURL(window.location.href,"showTools"),window.history.pushState({path:n},"",n))},n.prototype.showTabByQueryString=function(){var n=this.getQueryString("showTools",window.location.href),t;null!=n&&(t=n.toLowerCase().replace(" ","_").replace("(","_").replace(")","_").replace(/-/g,"_"),this.openTools(t,""))},n.prototype.getQueryString=function(n,t){var r=new RegExp("[?&]"+n+"(=([^&#]*)|&|#|$)"),i=r.exec(t);return i?i[2]?decodeURIComponent(i[2].replace(/\+/g," ")):"":null},n.prototype.removeQueryStringfromURL=function(n,t){var r=n.split("?");if(r.length>=2){for(var f=encodeURIComponent(t)+"=",i=r[1].split(/[&;]/g),u=i.length;u-->0;)-1!==i[u].lastIndexOf(f,0)&&i.splice(u,1);return r[0]+(i.length>0?"?"+i.join("&"):"")}return n},n}(),k=new b;t.default=k},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=i(1),e=u(f),o=i(19),r=u(o),s={styleguide_title:"Video Modal Component",styleguide_description:"Must be view inside of a page",componentName:"video Modal",componentType:"Video"},h=function(){function n(){e.default(this,n);this.componentName="videoModal";this.$main=$("main");this.fadeOutTime=300;this.initialized=!1;this.init=this.init;this.triggerById=this.triggerById;this.scrollTop=0}return n.prototype.init=function(){this.initialized&&this.destroy();this.initialized=!0;$(".video-overlay-trigger").on("click.video-modal-event",this.modalTrigger.bind(this))},n.prototype.destroy=function(){$(".video-overlay-trigger").off(".video-modal-event");this.initialized=!1},n.prototype.modalTrigger=function(n){this.videoID=$(n.currentTarget).attr("data-id");this.$main.append(this.modalMarkup());0===this.scrollTop?this.scrollTop=window.pageYOffset||document.documentElement.scrollTop:this.scrollTop!==window.pageYOffset&&0!==window.pageYOffset?this.scrollTop=window.pageYOffset||document.documentElement.scrollTop:0===this.scrollTop&&0===window.pageYOffset&&(this.scrollTop=window.pageYOffset||document.documentElement.scrollTop);this.setupCloseModalEvent();r.default.lock()},n.prototype.triggerById=function(n){this.videoID=n;$("main").append(this.modalMarkup());this.setupCloseModalEvent();r.default.lock()},n.prototype.setupCloseModalEvent=function(){$(".nuv-video-modal").on("click",this.destroyModal.bind(this))},n.prototype.destroyModal=function(){var n=this;$(".nuv-video-modal").fadeOut(this.fadeOutTime,function(){$(".nuv-video-modal").remove();r.default.unlock();document.documentElement.scrollTop=n.scrollTop})},n.prototype.modalMarkup=function(){return'\n            <div class="nuv-video-modal" data-component=\''+JSON.stringify(s)+'\'>\n            <div class="nuv-video-modal__background"><\/div>\n                <div class="nuv-video-modal__responsive-container">\n                    <div class="nuv-video-modal__body">\n                        <div class="nuv-video-modal__content-button-close" data-action="close">\n                            <svg class="nuv-video-modal__content-button-close-icon" data-action="close" width="34px" height="34px" viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg">\n                                <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.300000012" data-action="close">\n                                    <g transform="translate(-1351.000000, -40.000000)" fill="#FFFFFF">\n                                        <g transform="translate(1351.000000, 40.000000)">\n                                            <rect data-action="close" transform="translate(17.000000, 17.000000) rotate(-315.000000) translate(-17.000000, -17.000000) " x="-5" y="15.2222222" width="44" height="3.55555556"><\/rect>\n                                            <rect data-action="close" transform="translate(17.000000, 17.000000) scale(-1, 1) rotate(-315.000000) translate(-17.000000, -17.000000) " x="-5" y="15.2222222" width="44" height="3.55555556"><\/rect>\n                                        <\/g>\n                                    <\/g>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <div class="nuv-video-modal__content">\n                            <iframe class="nuv-video-modal__content-video" src="//players.brightcove.net/958462654001/rJGUokCuK_default/index.html?videoId='+this.videoID+'" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen=""><\/iframe>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            '},n}(),c=new h;t.default=c},,,function(){"use strict";!function(){var n=jQuery(window).width();n<=768&&jQuery(".nuv-accordion__item-description-wrapper").addClass("in-active");jQuery(window).resize(function(){n=jQuery(window).width();n<=768&&jQuery(window).width()!==n?(jQuery(".nuv-accordion__item-description-wrapper").addClass("in-active"),jQuery(".nuv-accordion__expand-item-button-graphic").removeClass("nuv-accordion__expand-item-button-graphic--expanded"),jQuery(".nuv-accordion__expand-item-button-text").addClass("in-active"),jQuery(".nuv-accordion__expanded-content").addClass("in-active")):jQuery(".nuv-accordion__item-description-wrapper").removeClass("in-active")});var t=!1,i=jQuery(".nuv-accordion__expand-all-button"),r=$(".nuv-accordion__expand-all-button").attr("data-itemCount");jQuery(".nuv-accordion__item-header").on("click",function(){var e=jQuery(this).parent().find(".nuv-accordion__expanded-content"),u=jQuery(this).find(".nuv-accordion__expand-item-button"),f;e.fadeIn(500).toggleClass("in-active");u.find(".nuv-accordion__expand-item-button-graphic").fadeIn(500).toggleClass("nuv-accordion__expand-item-button-graphic--expanded");u.find(".nuv-accordion__expand-item-button-text").fadeIn(500).toggleClass("in-active");n<=768&&jQuery(this).next().fadeIn(500).toggleClass("in-active");f=$("#expand_all").val().concat(r);jQuery(".nuv-accordion__item").length>jQuery(".nuv-accordion__item  .nuv-accordion__expand-item-button-graphic--expanded").length&&(jQuery(".nuv-accordion__expand-all-button").find(".nuv-accordion__expand-item-button-text").html(f),i.find(".nuv-accordion__expand-item-button-graphic").fadeIn(500).removeClass("nuv-accordion__expand-item-button-graphic--expanded"),t=!1)});0===jQuery(".nuv-accordion__item").find(".nuv-accordion__expand-item-button-graphic").length&&i.addClass("in-active");i.on("click",function(){var n,i;(jQuery(this).find(".nuv-accordion__expand-item-button-graphic").fadeIn(500).toggleClass("nuv-accordion__expand-item-button-graphic--expanded"),t)?(n=$("#expand_all").val().concat(r),jQuery(".nuv-accordion__expand-all-button").find(".nuv-accordion__expand-item-button-text").html(n),t=!1):(i=$("#collapse_all").val(),jQuery(".nuv-accordion__expand-all-button").find(".nuv-accordion__expand-item-button-text").html(i),t=!0);jQuery(".nuv-accordion__item-header").each(function(){var i=jQuery(this).parent().find(".nuv-accordion__expanded-content"),n=jQuery(this).find(".nuv-accordion__expand-item-button");t?i.hasClass("in-active")&&(i.fadeIn(500).removeClass("in-active"),n.find(".nuv-accordion__expand-item-button-text").fadeIn(500).removeClass("in-active"),n.find(".nuv-accordion__expand-item-button-graphic").fadeIn(500).addClass("nuv-accordion__expand-item-button-graphic--expanded")):(i.fadeIn(500).addClass("in-active"),n.find(".nuv-accordion__expand-item-button-text").fadeIn(500).addClass("in-active"),n.find(".nuv-accordion__expand-item-button-graphic").fadeIn(500).removeClass("nuv-accordion__expand-item-button-graphic--expanded"))})})}()},function(){"use strict";!function(n){n.fn.setCursorPosition=function(n){return this.each(function(t,i){if(i.setSelectionRange)i.setSelectionRange(n,n);else if(i.createTextRange){var r=i.createTextRange();r.collapse(!0);r.moveEnd("character",n);r.moveStart("character",n);r.select()}}),this}}(jQuery)},function(){"use strict";setTimeout(function(){var n=jQuery(".udated-strategy-component header");n.hasClass("wrapper--view-initialized")||n.addClass("wrapper--view-initialized")},1e3)},function(n,t,i){n.exports={"default":i(282),__esModule:!0}},function(n,t,i){n.exports={"default":i(283),__esModule:!0}},function(n,t,i){n.exports={"default":i(284),__esModule:!0}},function(n,t,i){"use strict";t.__esModule=!0;var r=i(277),u=function(n){return n&&n.__esModule?n:{"default":n}}(r);t.default=u.default||function(n){for(var t,i,r=1;r<arguments.length;r++){t=arguments[r];for(i in t)Object.prototype.hasOwnProperty.call(t,i)&&(n[i]=t[i])}return n}},function(n,t,i){i(321);n.exports=i(26).RegExp.escape},function(n,t,i){i(305);n.exports=i(70).Object.assign},function(n,t,i){i(308);i(306);i(309);i(310);n.exports=i(70).Symbol},function(n,t,i){i(307);i(311);n.exports=i(105).f("iterator")},function(n){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function!");return n}},function(n){n.exports=function(){}},function(n,t,i){var r=i(40),u=i(303),f=i(302);n.exports=function(n){return function(t,i,e){var c,s=r(t),h=u(s.length),o=f(e,h);if(n&&i!=i){for(;h>o;)if((c=s[o++])!=c)return!0}else for(;h>o;o++)if((n||o in s)&&s[o]===i)return n||o||0;return!n&&-1}}},function(n,t,i){var r=i(285);n.exports=function(n,t,i){if(r(n),void 0===t)return n;switch(i){case 1:return function(i){return n.call(t,i)};case 2:return function(i,r){return n.call(t,i,r)};case 3:return function(i,r,u){return n.call(t,i,r,u)}}return function(){return n.apply(t,arguments)}}},function(n,t,i){var r=i(62),u=i(98),f=i(72);n.exports=function(n){var t=r(n),i=u.f;if(i)for(var e,o=i(n),h=f.f,s=0;o.length>s;)h.call(n,e=o[s++])&&t.push(e);return t}},function(n,t,i){var r=i(35).document;n.exports=r&&r.documentElement},function(n,t,i){var r=i(141);n.exports=Array.isArray||function(n){return"Array"==r(n)}},function(n,t,i){"use strict";var u=i(146),f=i(73),e=i(99),r={};i(52)(r,i(54)("iterator"),function(){return this});n.exports=function(n,t,i){n.prototype=u(r,{next:f(1,i)});e(n,t+" Iterator")}},function(n){n.exports=function(n,t){return{value:t,done:!!n}}},function(n,t,i){var r=i(62),u=i(40);n.exports=function(n,t){for(var i,f=u(n),e=r(f),s=e.length,o=0;s>o;)if(f[i=e[o++]]===t)return i}},function(n,t,i){var r=i(74)("meta"),o=i(71),f=i(39),s=i(53).f,h=0,u=Object.isExtensible||function(){return!0},c=!i(61)(function(){return u(Object.preventExtensions({}))}),e=function(n){s(n,r,{value:{i:"O"+ ++h,w:{}}})},l=function(n,t){if(!o(n))return"symbol"==typeof n?n:("string"==typeof n?"S":"P")+n;if(!f(n,r)){if(!u(n))return"F";if(!t)return"E";e(n)}return n[r].i},a=function(n,t){if(!f(n,r)){if(!u(n))return!0;if(!t)return!1;e(n)}return n[r].w},v=function(n){return c&&y.NEED&&u(n)&&!f(n,r)&&e(n),n},y=n.exports={KEY:r,NEED:!1,fastKey:l,getWeak:a,onFreeze:v}},function(n,t,i){"use strict";var u=i(62),f=i(98),e=i(72),o=i(150),s=i(144),r=Object.assign;n.exports=!r||i(61)(function(){var n={},t={},i=Symbol(),u="abcdefghijklmnopqrst";return n[i]=7,u.split("").forEach(function(n){t[n]=n}),7!=r({},n)[i]||Object.keys(r({},t)).join("")!=u})?function(n){for(var r=o(n),v=arguments.length,h=1,c=f.f,y=e.f;v>h;)for(var i,t=s(arguments[h++]),l=c?u(t).concat(c(t)):u(t),p=l.length,a=0;p>a;)y.call(t,i=l[a++])&&(r[i]=t[i]);return r}:r},function(n,t,i){var r=i(53),u=i(69),f=i(62);n.exports=i(51)?Object.defineProperties:function(n,t){u(n);for(var i,e=f(t),s=e.length,o=0;s>o;)r.f(n,i=e[o++],t[i]);return n}},function(n,t,i){var u=i(72),f=i(73),e=i(40),o=i(103),s=i(39),h=i(143),r=Object.getOwnPropertyDescriptor;t.f=i(51)?r:function(n,t){if(n=e(n),t=o(t,!0),h)try{return r(n,t)}catch(n){}if(s(n,t))return f(!u.f.call(n,t),n[t])}},function(n,t,i){var f=i(40),r=i(147).f,e={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(n){try{return r(n)}catch(n){return u.slice()}};n.exports.f=function(n){return u&&"[object Window]"==e.call(n)?o(n):r(f(n))}},function(n,t,i){var u=i(39),f=i(150),r=i(100)("IE_PROTO"),e=Object.prototype;n.exports=Object.getPrototypeOf||function(n){return n=f(n),u(n,r)?n[r]:"function"==typeof n.constructor&&n instanceof n.constructor?n.constructor.prototype:n instanceof Object?e:null}},function(n,t,i){var r=i(102),u=i(93);n.exports=function(n){return function(t,i){var e,s,o=String(u(t)),f=r(i),h=o.length;return f<0||f>=h?n?"":void 0:(e=o.charCodeAt(f),e<55296||e>56319||f+1===h||(s=o.charCodeAt(f+1))<56320||s>57343?n?o.charAt(f):e:n?o.slice(f,f+2):s-56320+(e-55296<<10)+65536)}}},function(n,t,i){var r=i(102),u=Math.max,f=Math.min;n.exports=function(n,t){return n=r(n),n<0?u(n+t,0):f(n,t)}},function(n,t,i){var r=i(102),u=Math.min;n.exports=function(n){return n>0?u(r(n),9007199254740991):0}},function(n,t,i){"use strict";var u=i(286),r=i(293),f=i(96),e=i(40);n.exports=i(145)(Array,"Array",function(n,t){this._t=e(n);this._i=0;this._k=t},function(){var t=this._t,i=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):"keys"==i?r(0,n):"values"==i?r(0,t[n]):r(0,[n,t[n]])},"values");f.Arguments=f.Array;u("keys");u("values");u("entries")},function(n,t,i){var r=i(95);r(r.S+r.F,"Object",{assign:i(296)})},function(){},function(n,t,i){"use strict";var r=i(301)(!0);i(145)(String,"String",function(n){this._t=String(n);this._i=0},function(){var n,t=this._t,i=this._i;return i>=t.length?{value:void 0,done:!0}:(n=r(t,i),this._i+=n.length,{value:n,done:!1})})},function(n,t,i){"use strict";var y=i(35),r=i(39),g=i(51),e=i(95),vt=i(149),ei=i(295).KEY,yt=i(61),nt=i(101),tt=i(99),oi=i(74),l=i(54),si=i(105),hi=i(104),ci=i(294),li=i(289),ai=i(291),it=i(69),p=i(40),rt=i(103),ut=i(73),a=i(146),pt=i(299),wt=i(298),bt=i(53),vi=i(62),kt=wt.f,h=bt.f,dt=pt.f,u=y.Symbol,w=y.JSON,b=w&&w.stringify,f=l("_hidden"),gt=l("toPrimitive"),yi={}.propertyIsEnumerable,k=nt("symbol-registry"),s=nt("symbols"),v=nt("op-symbols"),o=Object.prototype,c="function"==typeof u,ft=y.QObject,et=!ft||!ft.prototype||!ft.prototype.findChild,ot=g&&yt(function(){return 7!=a(h({},"a",{get:function(){return h(this,"a",{value:7}).a}})).a})?function(n,t,i){var r=kt(o,t);r&&delete o[t];h(n,t,i);r&&n!==o&&h(o,t,r)}:h,ni=function(n){var t=s[n]=a(u.prototype);return t._k=n,t},st=c&&"symbol"==typeof u.iterator?function(n){return"symbol"==typeof n}:function(n){return n instanceof u},d=function(n,t,i){return n===o&&d(v,t,i),it(n),t=rt(t,!0),it(i),r(s,t)?(i.enumerable?(r(n,f)&&n[f][t]&&(n[f][t]=!1),i=a(i,{enumerable:ut(0,!1)})):(r(n,f)||h(n,f,ut(1,{})),n[f][t]=!0),ot(n,t,i)):h(n,t,i)},ti=function(n,t){it(n);for(var i,r=li(t=p(t)),u=0,f=r.length;f>u;)d(n,i=r[u++],t[i]);return n},pi=function(n,t){return void 0===t?a(n):ti(a(n),t)},ii=function(n){var t=yi.call(this,n=rt(n,!0));return!(this===o&&r(s,n)&&!r(v,n))&&(!(t||!r(this,n)||!r(s,n)||r(this,f)&&this[f][n])||t)},ri=function(n,t){if(n=p(n),t=rt(t,!0),n!==o||!r(s,t)||r(v,t)){var i=kt(n,t);return!i||!r(s,t)||r(n,f)&&n[f][t]||(i.enumerable=!0),i}},ui=function(n){for(var t,i=dt(p(n)),u=[],e=0;i.length>e;)r(s,t=i[e++])||t==f||t==ei||u.push(t);return u},fi=function(n){for(var t,i=n===o,u=dt(i?v:p(n)),f=[],e=0;u.length>e;)r(s,t=u[e++])&&(!i||r(o,t))&&f.push(s[t]);return f},ht,ct,lt,at;for(c||(u=function(){if(this instanceof u)throw TypeError("Symbol is not a constructor!");var n=oi(arguments.length>0?arguments[0]:void 0),t=function(i){this===o&&t.call(v,i);r(this,f)&&r(this[f],n)&&(this[f][n]=!1);ot(this,n,ut(1,i))};return g&&et&&ot(o,n,{configurable:!0,set:t}),ni(n)},vt(u.prototype,"toString",function(){return this._k}),wt.f=ri,bt.f=d,i(147).f=pt.f=ui,i(72).f=ii,i(98).f=fi,g&&!i(97)&&vt(o,"propertyIsEnumerable",ii,!0),si.f=function(n){return ni(l(n))}),e(e.G+e.W+e.F*!c,{Symbol:u}),ht="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ct=0;ht.length>ct;)l(ht[ct++]);for(lt=vi(l.store),at=0;lt.length>at;)hi(lt[at++]);e(e.S+e.F*!c,"Symbol",{"for":function(n){return r(k,n+="")?k[n]:k[n]=u(n)},keyFor:function(n){if(st(n))return ci(k,n);throw TypeError(n+" is not a symbol!");},useSetter:function(){et=!0},useSimple:function(){et=!1}});e(e.S+e.F*!c,"Object",{create:pi,defineProperty:d,defineProperties:ti,getOwnPropertyDescriptor:ri,getOwnPropertyNames:ui,getOwnPropertySymbols:fi});w&&e(e.S+e.F*(!c||yt(function(){var n=u();return"[null]"!=b([n])||"{}"!=b({a:n})||"{}"!=b(Object(n))})),"JSON",{stringify:function(n){if(void 0!==n&&!st(n)){for(var t,i,r=[n],u=1;arguments.length>u;)r.push(arguments[u++]);return t=r[1],"function"==typeof t&&(i=t),!i&&ai(t)||(t=function(n,t){if(i&&(t=i.call(this,n,t)),!st(t))return t}),r[1]=t,b.apply(w,r)}}});u.prototype[gt]||i(52)(u.prototype,gt,u.prototype.valueOf);tt(u,"Symbol");tt(Math,"Math",!0);tt(y.JSON,"JSON",!0)},function(n,t,i){i(104)("asyncIterator")},function(n,t,i){i(104)("observable")},function(n,t,i){i(304);for(var c=i(35),l=i(52),e=i(96),o=i(54)("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),r=0;r<s.length;r++){var u=s[r],h=c[u],f=h&&h.prototype;f&&!f[o]&&l(f,o,u);e[u]=e.Array}},function(n,t,i){var u=i(5),r=i(80),f=i(6)("species");n.exports=function(n){var t;return r(n)&&(t=n.constructor,"function"!=typeof t||t!==Array&&!r(t.prototype)||(t=void 0),u(t)&&null===(t=t[f])&&(t=void 0)),void 0===t?Array:t}},function(n,t,i){"use strict";var f=i(4),e=Date.prototype.getTime,u=Date.prototype.toISOString,r=function(n){return n>9?n:"0"+n};n.exports=f(function(){return"0385-07-25T07:06:39.999Z"!=u.call(new Date(-50000000000001))})||!f(function(){u.call(new Date(NaN))})?function(){if(!isFinite(e.call(this)))throw RangeError("Invalid time value");var n=this,t=n.getUTCFullYear(),i=n.getUTCMilliseconds(),u=t<0?"-":t>9999?"+":"";return u+("00000"+Math.abs(t)).slice(u?-6:-4)+"-"+r(n.getUTCMonth()+1)+"-"+r(n.getUTCDate())+"T"+r(n.getUTCHours())+":"+r(n.getUTCMinutes())+":"+r(n.getUTCSeconds())+"."+(i>99?i:"0"+r(i))+"Z"}:u},function(n,t,i){"use strict";var r=i(2),u=i(30);n.exports=function(n){if("string"!==n&&"number"!==n&&"default"!==n)throw TypeError("Incorrect hint");return u(r(this),"number"!=n)}},function(n,t,i){var r=i(38),u=i(84),f=i(65);n.exports=function(n){var t=r(n),i=u.f;if(i)for(var e,o=i(n),h=f.f,s=0;o.length>s;)h.call(n,e=o[s++])&&t.push(e);return t}},function(n,t,i){var r=i(38),u=i(18);n.exports=function(n,t){for(var i,f=u(n),e=r(f),s=e.length,o=0;s>o;)if(f[i=e[o++]]===t)return i}},function(n,t,i){"use strict";var u=i(318),r=i(79),f=i(12);n.exports=function(){for(var o=f(this),n=arguments.length,t=Array(n),i=0,s=u._,e=!1;n>i;)(t[i]=arguments[i++])===s&&(e=!0);return function(){var i,h=this,c=arguments.length,u=0,f=0;if(!e&&!c)return r(o,t,h);if(i=t.slice(),e)for(;n>u;u++)i[u]===s&&(i[u]=arguments[f++]);for(;c>f;)i.push(arguments[f++]);return r(o,i,h)}}},function(n,t,i){n.exports=i(3)},function(n){n.exports=function(n,t){var i=t===Object(t)?function(n){return t[n]}:t;return function(t){return String(t).replace(n,i)}}},function(n){n.exports=Object.is||function(n,t){return n===t?0!==n||1/n==1/t:n!=n&&t!=t}},function(n,t,i){var r=i(0),u=i(319)(/[\\^$*+?.()|[\]{}]/g,"\\$&");r(r.S,"RegExp",{escape:function(n){return u(n)}})},function(n,t,i){var r=i(0);r(r.P,"Array",{copyWithin:i(152)});i(36)("copyWithin")},function(n,t,i){"use strict";var r=i(0),u=i(25)(4);r(r.P+r.F*!i(24)([].every,!0),"Array",{every:function(n){return u(this,n,arguments[1])}})},function(n,t,i){var r=i(0);r(r.P,"Array",{fill:i(106)});i(36)("fill")},function(n,t,i){"use strict";var r=i(0),u=i(25)(2);r(r.P+r.F*!i(24)([].filter,!0),"Array",{filter:function(n){return u(this,n,arguments[1])}})},function(n,t,i){"use strict";var r=i(0),e=i(25)(6),u="findIndex",f=!0;u in[]&&Array(1)[u](function(){f=!1});r(r.P+r.F*f,"Array",{findIndex:function(n){return e(this,n,arguments.length>1?arguments[1]:void 0)}});i(36)(u)},function(n,t,i){"use strict";var r=i(0),f=i(25)(5),u=!0;"find"in[]&&Array(1).find(function(){u=!1});r(r.P+r.F*u,"Array",{find:function(n){return f(this,n,arguments.length>1?arguments[1]:void 0)}});i(36)("find")},function(n,t,i){"use strict";var r=i(0),u=i(25)(0),f=i(24)([].forEach,!0);r(r.P+r.F*!f,"Array",{forEach:function(n){return u(this,n,arguments[1])}})},function(n,t,i){"use strict";var f=i(23),r=i(0),e=i(11),o=i(162),s=i(114),h=i(9),u=i(108),c=i(130);r(r.S+r.F*!i(82)(function(n){Array.from(n)}),"Array",{from:function(n){var a,i,v,y,r=e(n),p="function"==typeof this?this:Array,k=arguments.length,l=k>1?arguments[1]:void 0,w=void 0!==l,t=0,b=c(r);if(w&&(l=f(l,k>2?arguments[2]:void 0,2)),void 0==b||p==Array&&s(b))for(a=h(r.length),i=new p(a);a>t;t++)u(i,t,w?l(r[t],t):r[t]);else for(y=b.call(r),i=new p;!(v=y.next()).done;t++)u(i,t,w?o(y,l,[v.value,t],!0):v.value);return i.length=t,i}})},function(n,t,i){"use strict";var r=i(0),e=i(75)(!1),u=[].indexOf,f=!!u&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(f||!i(24)(u)),"Array",{indexOf:function(n){return f?u.apply(this,arguments)||0:e(this,n,arguments[1])}})},function(n,t,i){var r=i(0);r(r.S,"Array",{isArray:i(80)})},function(n,t,i){"use strict";var r=i(0),f=i(18),u=[].join;r(r.P+r.F*(i(64)!=Object||!i(24)(u)),"Array",{join:function(n){return u.call(f(this),void 0===n?",":n)}})},function(n,t,i){"use strict";var r=i(0),e=i(18),o=i(29),s=i(9),u=[].lastIndexOf,f=!!u&&1/[1].lastIndexOf(1,-0)<0;r(r.P+r.F*(f||!i(24)(u)),"Array",{lastIndexOf:function(n){if(f)return u.apply(this,arguments)||0;var i=e(this),r=s(i.length),t=r-1;for(arguments.length>1&&(t=Math.min(t,o(arguments[1]))),t<0&&(t=r+t);t>=0;t--)if(t in i&&i[t]===n)return t||0;return-1}})},function(n,t,i){"use strict";var r=i(0),u=i(25)(1);r(r.P+r.F*!i(24)([].map,!0),"Array",{map:function(n){return u(this,n,arguments[1])}})},function(n,t,i){"use strict";var r=i(0),u=i(108);r(r.S+r.F*i(4)(function(){function n(){}return!(Array.of.call(n)instanceof n)}),"Array",{of:function(){for(var n=0,t=arguments.length,i=new("function"==typeof this?this:Array)(t);t>n;)u(i,n,arguments[n++]);return i.length=t,i}})},function(n,t,i){"use strict";var r=i(0),u=i(154);r(r.P+r.F*!i(24)([].reduceRight,!0),"Array",{reduceRight:function(n){return u(this,n,arguments.length,arguments[1],!0)}})},function(n,t,i){"use strict";var r=i(0),u=i(154);r(r.P+r.F*!i(24)([].reduce,!0),"Array",{reduce:function(n){return u(this,n,arguments.length,arguments[1],!1)}})},function(n,t,i){"use strict";var r=i(0),u=i(112),s=i(22),f=i(49),e=i(9),o=[].slice;r(r.P+r.F*i(4)(function(){u&&o.call(u)}),"Array",{slice:function(n,t){var r=e(this.length),h=s(this);if(t=void 0===t?r:t,"Array"==h)return o.call(this,n,t);for(var u=f(n,r),a=f(t,r),c=e(a-u),l=Array(c),i=0;i<c;i++)l[i]="String"==h?this.charAt(u+i):this[u+i];return l}})},function(n,t,i){"use strict";var r=i(0),u=i(25)(3);r(r.P+r.F*!i(24)([].some,!0),"Array",{some:function(n){return u(this,n,arguments[1])}})},function(n,t,i){"use strict";var r=i(0),s=i(12),f=i(11),e=i(4),u=[].sort,o=[1,2,3];r(r.P+r.F*(e(function(){o.sort(void 0)})||!e(function(){o.sort(null)})||!i(24)(u)),"Array",{sort:function(n){return void 0===n?u.call(f(this)):u.call(f(this),s(n))}})},function(n,t,i){i(48)("Array")},function(n,t,i){var r=i(0);r(r.S,"Date",{now:function(){return(new Date).getTime()}})},function(n,t,i){var r=i(0),u=i(313);r(r.P+r.F*(Date.prototype.toISOString!==u),"Date",{toISOString:u})},function(n,t,i){"use strict";var r=i(0),u=i(11),f=i(30);r(r.P+r.F*i(4)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(){var n=u(this),t=f(n);return"number"!=typeof t||isFinite(t)?n.toISOString():null}})},function(n,t,i){var r=i(6)("toPrimitive"),u=Date.prototype;r in u||i(15)(u,r,i(314))},function(n,t,i){var r=Date.prototype,u=r.toString,f=r.getTime;new Date(NaN)+""!="Invalid Date"&&i(16)(r,"toString",function(){var n=f.call(this);return n===n?u.call(this):"Invalid Date"})},function(n,t,i){var r=i(0);r(r.P,"Function",{bind:i(155)})},function(n,t,i){"use strict";var r=i(5),e=i(21),u=i(6)("hasInstance"),f=Function.prototype;u in f||i(8).f(f,u,{value:function(n){if("function"!=typeof this||!r(n))return!1;if(!r(this.prototype))return n instanceof this;for(;n=e(n);)if(this.prototype===n)return!0;return!1}})},function(n,t,i){var u=i(8).f,r=Function.prototype,f=/^\s*function ([^ (]*)/;"name"in r||i(7)&&u(r,"name",{configurable:!0,get:function(){try{return(""+this).match(f)[1]}catch(n){return""}}})},function(n,t,i){var r=i(0),e=i(165),f=Math.sqrt,u=Math.acosh;r(r.S+r.F*!(u&&710==Math.floor(u(Number.MAX_VALUE))&&u(1/0)==1/0),"Math",{acosh:function(n){return(n=+n)<1?NaN:n>94906265.624251559?Math.log(n)+Math.LN2:e(n-1+f(n-1)*f(n+1))}})},function(n,t,i){function u(n){return isFinite(n=+n)&&0!=n?n<0?-u(-n):Math.log(n+Math.sqrt(n*n+1)):n}var r=i(0),f=Math.asinh;r(r.S+r.F*!(f&&1/f(0)>0),"Math",{asinh:u})},function(n,t,i){var r=i(0),u=Math.atanh;r(r.S+r.F*!(u&&1/u(-0)<0),"Math",{atanh:function(n){return 0==(n=+n)?n:Math.log((1+n)/(1-n))/2}})},function(n,t,i){var r=i(0),u=i(118);r(r.S,"Math",{cbrt:function(n){return u(n=+n)*Math.pow(Math.abs(n),1/3)}})},function(n,t,i){var r=i(0);r(r.S,"Math",{clz32:function(n){return(n>>>=0)?31-Math.floor(Math.log(n+.5)*Math.LOG2E):32}})},function(n,t,i){var r=i(0),u=Math.exp;r(r.S,"Math",{cosh:function(n){return(u(n=+n)+u(-n))/2}})},function(n,t,i){var r=i(0),u=i(117);r(r.S+r.F*(u!=Math.expm1),"Math",{expm1:u})},function(n,t,i){var r=i(0);r(r.S,"Math",{fround:i(164)})},function(n,t,i){var r=i(0),u=Math.abs;r(r.S,"Math",{hypot:function(){for(var n,t,r=0,f=0,e=arguments.length,i=0;f<e;)n=u(arguments[f++]),i<n?(t=i/n,r=r*t*t+1,i=n):n>0?(t=n/i,r+=t*t):r+=n;return i===1/0?1/0:i*Math.sqrt(r)}})},function(n,t,i){var r=i(0),u=Math.imul;r(r.S+r.F*i(4)(function(){return-5!=u(4294967295,5)||2!=u.length}),"Math",{imul:function(n,t){var i=+n,r=+t,u=65535&i,f=65535&r;return 0|u*f+((65535&i>>>16)*f+u*(65535&r>>>16)<<16>>>0)}})},function(n,t,i){var r=i(0);r(r.S,"Math",{log10:function(n){return Math.log(n)*Math.LOG10E}})},function(n,t,i){var r=i(0);r(r.S,"Math",{log1p:i(165)})},function(n,t,i){var r=i(0);r(r.S,"Math",{log2:function(n){return Math.log(n)/Math.LN2}})},function(n,t,i){var r=i(0);r(r.S,"Math",{sign:i(118)})},function(n,t,i){var r=i(0),u=i(117),f=Math.exp;r(r.S+r.F*i(4)(function(){return-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function(n){return Math.abs(n=+n)<1?(u(n)-u(-n))/2:(f(n-1)-f(-n-1))*(Math.E/2)}})},function(n,t,i){var r=i(0),u=i(117),f=Math.exp;r(r.S,"Math",{tanh:function(n){var t=u(n=+n),i=u(-n);return t==1/0?1:i==1/0?-1:(t-i)/(f(n)+f(-n))}})},function(n,t,i){var r=i(0);r(r.S,"Math",{trunc:function(n){return(n>0?Math.floor:Math.ceil)(n)}})},function(n,t,i){"use strict";var h=i(3),c=i(14),l=i(22),v=i(113),y=i(30),p=i(4),w=i(45).f,b=i(20).f,k=i(8).f,d=i(57).trim,r=h.Number,u=r,f=r.prototype,g="Number"==l(i(44)(f)),nt="trim"in String.prototype,a=function(n){var t=y(n,!1),o,r,u,i;if("string"==typeof t&&t.length>2)if(t=nt?t.trim():d(t,3),i=t.charCodeAt(0),43===i||45===i){if(88===(o=t.charCodeAt(2))||120===o)return NaN}else if(48===i){switch(t.charCodeAt(1)){case 66:case 98:r=2;u=49;break;case 79:case 111:r=8;u=55;break;default:return+t}for(var s,f=t.slice(2),e=0,h=f.length;e<h;e++)if((s=f.charCodeAt(e))<48||s>u)return NaN;return parseInt(f,r)}return+t},e,s,o;if(!r(" 0o1")||!r("0b1")||r("+0x1")){for(r=function(n){var i=arguments.length<1?0:n,t=this;return t instanceof r&&(g?p(function(){f.valueOf.call(t)}):"Number"!=l(t))?v(new u(a(i)),t,r):a(i)},s=i(7)?w(u):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),o=0;s.length>o;o++)c(u,e=s[o])&&!c(r,e)&&k(r,e,b(u,e));r.prototype=f;f.constructor=r;i(16)(h,"Number",r)}},function(n,t,i){var r=i(0);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(n,t,i){var r=i(0),u=i(3).isFinite;r(r.S,"Number",{isFinite:function(n){return"number"==typeof n&&u(n)}})},function(n,t,i){var r=i(0);r(r.S,"Number",{isInteger:i(161)})},function(n,t,i){var r=i(0);r(r.S,"Number",{isNaN:function(n){return n!=n}})},function(n,t,i){var r=i(0),u=i(161),f=Math.abs;r(r.S,"Number",{isSafeInteger:function(n){return u(n)&&f(n)<=9007199254740991}})},function(n,t,i){var r=i(0);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(n,t,i){var r=i(0);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(n,t,i){var r=i(0),u=i(173);r(r.S+r.F*(Number.parseFloat!=u),"Number",{parseFloat:u})},function(n,t,i){var r=i(0),u=i(174);r(r.S+r.F*(Number.parseInt!=u),"Number",{parseInt:u})},function(n,t,i){"use strict";var e=i(0),v=i(29),y=i(151),o=i(125),h=1..toFixed,c=Math.floor,r=[0,0,0,0,0,0],l="Number.toFixed: incorrect invocation!",u=function(n,t){for(var u=-1,i=t;++u<6;)i+=n*r[u],r[u]=i%1e7,i=c(i/1e7)},s=function(n){for(var i=6,t=0;--i>=0;)t+=r[i],r[i]=c(t/n),t=t%n*1e7},a=function(){for(var t,i=6,n="";--i>=0;)(""!==n||0===i||0!==r[i])&&(t=String(r[i]),n=""===n?t:n+o.call("0",7-t.length)+t);return n},f=function(n,t,i){return 0===t?i:t%2==1?f(n,t-1,i*n):f(n*n,t/2,i)},p=function(n){for(var i=0,t=n;t>=4096;)i+=12,t/=4096;for(;t>=2;)i+=1,t/=2;return i};e(e.P+e.F*(!!h&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==0xde0b6b3a7640080.toFixed(0))||!i(4)(function(){h.call({})})),"Number",{toFixed:function(n){var e,w,h,c,t=y(this,l),r=v(n),b="",i="0";if(r<0||r>20)throw RangeError(l);if(t!=t)return"NaN";if(t<=-1e21||t>=1e21)return String(t);if(t<0&&(b="-",t=-t),t>1e-21)if(e=p(t*f(2,69,1))-69,w=e<0?t*f(2,-e,1):t/f(2,e,1),w*=4503599627370496,(e=52-e)>0){for(u(0,w),h=r;h>=7;)u(1e7,0),h-=7;for(u(f(10,h,1),0),h=e-1;h>=23;)s(8388608),h-=23;s(1<<h);u(1,1);s(2);i=a()}else u(0,w),u(1<<-e,0),i=a()+o.call("0",r);return r>0?(c=i.length,i=b+(c<=r?"0."+o.call("0",r-c)+i:i.slice(0,c-r)+"."+i.slice(c-r))):i=b+i,i}})},function(n,t,i){"use strict";var u=i(0),f=i(4),e=i(151),r=1..toPrecision;u(u.P+u.F*(f(function(){return"1"!==r.call(1,void 0)})||!f(function(){r.call({})})),"Number",{toPrecision:function(n){var t=e(this,"Number#toPrecision: incorrect invocation!");return void 0===n?r.call(t):r.call(t,n)}})},function(n,t,i){var r=i(0);r(r.S+r.F,"Object",{assign:i(167)})},function(n,t,i){var r=i(0);r(r.S,"Object",{create:i(44)})},function(n,t,i){var r=i(0);r(r.S+r.F*!i(7),"Object",{defineProperties:i(168)})},function(n,t,i){var r=i(0);r(r.S+r.F*!i(7),"Object",{defineProperty:i(8).f})},function(n,t,i){var r=i(5),u=i(37).onFreeze;i(28)("freeze",function(n){return function(t){return n&&r(t)?n(u(t)):t}})},function(n,t,i){var r=i(18),u=i(20).f;i(28)("getOwnPropertyDescriptor",function(){return function(n,t){return u(r(n),t)}})},function(n,t,i){i(28)("getOwnPropertyNames",function(){return i(169).f})},function(n,t,i){var r=i(11),u=i(21);i(28)("getPrototypeOf",function(){return function(n){return u(r(n))}})},function(n,t,i){var r=i(5);i(28)("isExtensible",function(n){return function(t){return!!r(t)&&(!n||n(t))}})},function(n,t,i){var r=i(5);i(28)("isFrozen",function(n){return function(t){return!r(t)||!!n&&n(t)}})},function(n,t,i){var r=i(5);i(28)("isSealed",function(n){return function(t){return!r(t)||!!n&&n(t)}})},function(n,t,i){var r=i(0);r(r.S,"Object",{is:i(320)})},function(n,t,i){var r=i(11),u=i(38);i(28)("keys",function(){return function(n){return u(r(n))}})},function(n,t,i){var r=i(5),u=i(37).onFreeze;i(28)("preventExtensions",function(n){return function(t){return n&&r(t)?n(u(t)):t}})},function(n,t,i){var r=i(5),u=i(37).onFreeze;i(28)("seal",function(n){return function(t){return n&&r(t)?n(u(t)):t}})},function(n,t,i){var r=i(0);r(r.S,"Object",{setPrototypeOf:i(121).set})},function(n,t,i){"use strict";var u=i(63),r={};r[i(6)("toStringTag")]="z";r+""!="[object z]"&&i(16)(Object.prototype,"toString",function(){return"[object "+u(this)+"]"},!0)},function(n,t,i){var r=i(0),u=i(173);r(r.G+r.F*(parseFloat!=u),{parseFloat:u})},function(n,t,i){var r=i(0),u=i(174);r(r.G+r.F*(parseInt!=u),{parseInt:u})},function(n,t,i){"use strict";var l,k,d,g,nt=i(43),f=i(3),e=i(23),st=i(63),r=i(0),ht=i(5),ct=i(12),lt=i(41),tt=i(42),at=i(88),it=i(127).set,rt=i(119)(),ut=i(120),y=i(175),vt=i(176),ft=f.TypeError,a=f.process,u=f.Promise,s="process"==st(a),v=function(){},h=k=ut.f,c=!!function(){try{var n=u.resolve(1),t=(n.constructor={})[i(6)("species")]=function(n){n(v,v)};return(s||"function"==typeof PromiseRejectionEvent)&&n.then(v)instanceof t}catch(n){}}(),et=nt?function(n,t){return n===t||n===u&&t===g}:function(n,t){return n===t},ot=function(n){var t;return!(!ht(n)||"function"!=typeof(t=n.then))&&t},p=function(n,t){if(!n._n){n._n=!0;var i=n._c;rt(function(){for(var r=n._v,u=1==n._s,f=0;i.length>f;)!function(t){var i,s,o=u?t.ok:t.fail,h=t.resolve,f=t.reject,e=t.domain;try{o?(u||(2==n._h&&pt(n),n._h=1),!0===o?i=r:(e&&e.enter(),i=o(r),e&&e.exit()),i===t.promise?f(ft("Promise-chain cycle")):(s=ot(i))?s.call(i,h,f):h(i)):f(r)}catch(n){f(n)}}(i[f++]);n._c=[];n._n=!1;t&&!n._h&&yt(n)})}},yt=function(n){it.call(f,function(){var t,u,i,r=n._v,e=w(n);if(e&&(t=y(function(){s?a.emit("unhandledRejection",r,n):(u=f.onunhandledrejection)?u({promise:n,reason:r}):(i=f.console)&&i.error&&i.error("Unhandled promise rejection",r)}),n._h=s||w(n)?2:1),n._a=void 0,e&&t.e)throw t.v;})},w=function(n){if(1==n._h)return!1;for(var t,i=n._a||n._c,r=0;i.length>r;)if(t=i[r++],t.fail||!w(t.promise))return!1;return!0},pt=function(n){it.call(f,function(){var t;s?a.emit("rejectionHandled",n):(t=f.onrejectionhandled)&&t({promise:n,reason:n._v})})},o=function(n){var t=this;t._d||(t._d=!0,t=t._w||t,t._v=n,t._s=2,t._a||(t._a=t._c.slice()),p(t,!0))},b=function(n){var i,t=this;if(!t._d){t._d=!0;t=t._w||t;try{if(t===n)throw ft("Promise can't be resolved itself");(i=ot(n))?rt(function(){var r={_w:t,_d:!1};try{i.call(n,e(b,r,1),e(o,r,1))}catch(n){o.call(r,n)}}):(t._v=n,t._s=1,p(t,!1))}catch(n){o.call({_w:t,_d:!1},n)}}};c||(u=function(n){lt(this,u,"Promise","_h");ct(n);l.call(this);try{n(e(b,this,1),e(o,this,1))}catch(n){o.call(this,n)}},l=function(){this._c=[];this._a=void 0;this._s=0;this._d=!1;this._v=void 0;this._h=0;this._n=!1},l.prototype=i(47)(u.prototype,{then:function(n,t){var i=h(at(this,u));return i.ok="function"!=typeof n||n,i.fail="function"==typeof t&&t,i.domain=s?a.domain:void 0,this._c.push(i),this._a&&this._a.push(i),this._s&&p(this,!1),i.promise},"catch":function(n){return this.then(void 0,n)}}),d=function(){var n=new l;this.promise=n;this.resolve=e(b,n,1);this.reject=e(o,n,1)},ut.f=h=function(n){return et(u,n)?new d(n):k(n)});r(r.G+r.W+r.F*!c,{Promise:u});i(56)(u,"Promise");i(48)("Promise");g=i(26).Promise;r(r.S+r.F*!c,"Promise",{reject:function(n){var t=h(this);return t.reject(n),t.promise}});r(r.S+r.F*(nt||!c),"Promise",{resolve:function(n){return n instanceof u&&et(n.constructor,this)?n:vt(this,n)}});r(r.S+r.F*!(c&&i(82)(function(n){u.all(n).catch(v)})),"Promise",{all:function(n){var i=this,t=h(i),r=t.resolve,u=t.reject,f=y(function(){var t=[],e=0,f=1;tt(n,!1,function(n){var s=e++,o=!1;t.push(void 0);f++;i.resolve(n).then(function(n){o||(o=!0,t[s]=n,--f||r(t))},u)});--f||r(t)});return f.e&&u(f.v),t.promise},race:function(n){var i=this,t=h(i),r=t.reject,u=y(function(){tt(n,!1,function(n){i.resolve(n).then(t.resolve,r)})});return u.e&&r(u.v),t.promise}})},function(n,t,i){var r=i(0),f=i(12),e=i(2),u=(i(3).Reflect||{}).apply,o=Function.apply;r(r.S+r.F*!i(4)(function(){u(function(){})}),"Reflect",{apply:function(n,t,i){var r=f(n),s=e(i);return u?u(r,t,s):o.call(r,t,s)}})},function(n,t,i){var r=i(0),c=i(44),f=i(12),l=i(2),e=i(5),o=i(4),a=i(155),u=(i(3).Reflect||{}).construct,s=o(function(){function n(){}return!(u(function(){},[],n)instanceof n)}),h=!o(function(){u(function(){})});r(r.S+r.F*(s||h),"Reflect",{construct:function(n,t){var i,r;if(f(n),l(t),i=arguments.length<3?n:f(arguments[2]),h&&!s)return u(n,t,i);if(n==i){switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3])}return r=[null],r.push.apply(r,t),new(a.apply(n,r))}var o=i.prototype,v=c(e(o)?o:Object.prototype),y=Function.apply.call(n,v,t);return e(y)?y:v}})},function(n,t,i){var u=i(8),r=i(0),f=i(2),e=i(30);r(r.S+r.F*i(4)(function(){Reflect.defineProperty(u.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(n,t,i){f(n);t=e(t,!0);f(i);try{return u.f(n,t,i),!0}catch(n){return!1}}})},function(n,t,i){var r=i(0),u=i(20).f,f=i(2);r(r.S,"Reflect",{deleteProperty:function(n,t){var i=u(f(n),t);return!(i&&!i.configurable)&&delete n[t]}})},function(n,t,i){"use strict";var r=i(0),f=i(2),u=function(n){this._t=f(n);this._i=0;var t,i=this._k=[];for(t in n)i.push(t)};i(115)(u,"Object",function(){var t,n=this,i=n._k;do if(n._i>=i.length)return{value:void 0,done:!0};while(!((t=i[n._i++])in n._t));return{value:t,done:!1}});r(r.S,"Reflect",{enumerate:function(n){return new u(n)}})},function(n,t,i){var u=i(20),r=i(0),f=i(2);r(r.S,"Reflect",{getOwnPropertyDescriptor:function(n,t){return u.f(f(n),t)}})},function(n,t,i){var r=i(0),u=i(21),f=i(2);r(r.S,"Reflect",{getPrototypeOf:function(n){return u(f(n))}})},function(n,t,i){function r(n,t){var i,c,u=arguments.length<3?n:arguments[2];return h(n)===u?n[t]:(i=f.f(n,t))?o(i,"value")?i.value:void 0!==i.get?i.get.call(u):void 0:s(c=e(n))?r(c,t,u):void 0}var f=i(20),e=i(21),o=i(14),u=i(0),s=i(5),h=i(2);u(u.S,"Reflect",{get:r})},function(n,t,i){var r=i(0);r(r.S,"Reflect",{has:function(n,t){return t in n}})},function(n,t,i){var r=i(0),f=i(2),u=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(n){return f(n),!u||u(n)}})},function(n,t,i){var r=i(0);r(r.S,"Reflect",{ownKeys:i(172)})},function(n,t,i){var r=i(0),f=i(2),u=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(n){f(n);try{return u&&u(n),!0}catch(n){return!1}}})},function(n,t,i){var u=i(0),r=i(121);r&&u(u.S,"Reflect",{setPrototypeOf:function(n,t){r.check(n,t);try{return r.set(n,t),!0}catch(n){return!1}}})},function(n,t,i){function r(n,t,i){var v,y,a=arguments.length<4?n:arguments[3],f=u.f(l(n),t);if(!f){if(o(y=h(n)))return r(y,t,i,a);f=e(0)}return c(f,"value")?!(!1===f.writable||!o(a))&&(v=u.f(a,t)||e(0),v.value=i,s.f(a,t,v),!0):void 0!==f.set&&(f.set.call(a,i),!0)}var s=i(8),u=i(20),h=i(21),c=i(14),f=i(0),e=i(46),l=i(2),o=i(5);f(f.S,"Reflect",{set:r})},function(n,t,i){var c=i(3),a=i(113),v=i(8).f,y=i(45).f,p=i(81),w=i(78),r=c.RegExp,u=r,e=r.prototype,f=/a/g,o=/a/g,l=new r(f)!==f,s,h;if(i(7)&&(!l||i(4)(function(){return o[i(6)("match")]=!1,r(f)!=f||r(o)==o||"/a/i"!=r(f,"i")}))){for(r=function(n,t){var o=this instanceof r,i=p(n),f=void 0===t;return!o&&i&&n.constructor===r&&f?n:a(l?new u(i&&!f?n.source:n,t):u((i=n instanceof r)?n.source:n,i&&f?w.call(n):t),o?this:e,r)},s=y(u),h=0;s.length>h;)!function(n){n in r||v(r,n,{configurable:!0,get:function(){return u[n]},set:function(t){u[n]=t}})}(s[h++]);e.constructor=r;r.prototype=e;i(16)(c,"RegExp",r)}i(48)("RegExp")},function(n,t,i){i(77)("match",1,function(n,t,i){return[function(i){"use strict";var r=n(this),u=void 0==i?void 0:i[t];return void 0!==u?u.call(i,r):new RegExp(i)[t](String(r))},i]})},function(n,t,i){i(77)("replace",2,function(n,t,i){return[function(r,u){"use strict";var f=n(this),e=void 0==r?void 0:r[t];return void 0!==e?e.call(r,f,u):i.call(String(f),r,u)},i]})},function(n,t,i){i(77)("search",1,function(n,t,i){return[function(i){"use strict";var r=n(this),u=void 0==i?void 0:i[t];return void 0!==u?u.call(i,r):new RegExp(i)[t](String(r))},i]})},function(n,t,i){i(77)("split",2,function(n,t,r){"use strict";var o=i(81),e=r,s=[].push,u="length",f;return"c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[u]||2!="ab".split(/(?:ab)*/)[u]||4!=".".split(/(.?)(.?)/)[u]||".".split(/()()/)[u]>1||"".split(/.?/)[u]?(f=void 0===/()??/.exec("")[1],r=function(n,t){var h=String(this);if(void 0===n&&0===t)return[];if(!o(n))return e.call(h,n,t);var y,i,p,w,c,r=[],b=(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.unicode?"u":"")+(n.sticky?"y":""),l=0,v=void 0===t?4294967295:t>>>0,a=new RegExp(n.source,b+"g");for(f||(y=new RegExp("^"+a.source+"$(?!\\s)",b));(i=a.exec(h))&&!((p=i.index+i[0][u])>l&&(r.push(h.slice(l,i.index)),!f&&i[u]>1&&i[0].replace(y,function(){for(c=1;c<arguments[u]-2;c++)void 0===arguments[c]&&(i[c]=void 0)}),i[u]>1&&i.index<h[u]&&s.apply(r,i.slice(1)),w=i[0][u],l=p,r[u]>=v));)a.lastIndex===i.index&&a.lastIndex++;return l===h[u]?!w&&a.test("")||r.push(""):r.push(h.slice(l)),r[u]>v?r.slice(0,v):r}):"0".split(void 0,0)[u]&&(r=function(n,t){return void 0===n&&0===t?[]:e.call(this,n,t)}),[function(i,u){var f=n(this),e=void 0==i?void 0:i[t];return void 0!==e?e.call(i,f,u):r.call(String(f),i,u)},r]})},function(n,t,i){"use strict";i(181);var f=i(2),e=i(78),o=i(7),r=/./.toString,u=function(n){i(16)(RegExp.prototype,"toString",n,!0)};i(4)(function(){return"/a/b"!=r.call({source:"a",flags:"b"})})?u(function(){var n=f(this);return"/".concat(n.source,"/","flags"in n?n.flags:!o&&n instanceof RegExp?e.call(n):void 0)}):"toString"!=r.name&&u(function(){return r.call(this)})},function(n,t,i){"use strict";i(17)("anchor",function(n){return function(t){return n(this,"a","name",t)}})},function(n,t,i){"use strict";i(17)("big",function(n){return function(){return n(this,"big","","")}})},function(n,t,i){"use strict";i(17)("blink",function(n){return function(){return n(this,"blink","","")}})},function(n,t,i){"use strict";i(17)("bold",function(n){return function(){return n(this,"b","","")}})},function(n,t,i){"use strict";var r=i(0),u=i(123)(!1);r(r.P,"String",{codePointAt:function(n){return u(this,n)}})},function(n,t,i){"use strict";var r=i(0),u=i(9),e=i(124),f="".endsWith;r(r.P+r.F*i(111)("endsWith"),"String",{endsWith:function(n){var t=e(this,n,"endsWith"),o=arguments.length>1?arguments[1]:void 0,s=u(t.length),i=void 0===o?s:Math.min(u(o),s),r=String(n);return f?f.call(t,r,i):t.slice(i-r.length,i)===r}})},function(n,t,i){"use strict";i(17)("fixed",function(n){return function(){return n(this,"tt","","")}})},function(n,t,i){"use strict";i(17)("fontcolor",function(n){return function(t){return n(this,"font","color",t)}})},function(n,t,i){"use strict";i(17)("fontsize",function(n){return function(t){return n(this,"font","size",t)}})},function(n,t,i){var r=i(0),e=i(49),u=String.fromCharCode,f=String.fromCodePoint;r(r.S+r.F*(!!f&&1!=f.length),"String",{fromCodePoint:function(){for(var n,t=[],r=arguments.length,i=0;r>i;){if(n=+arguments[i++],e(n,1114111)!==n)throw RangeError(n+" is not a valid code point");t.push(n<65536?u(n):u(55296+((n-=65536)>>10),n%1024+56320))}return t.join("")}})},function(n,t,i){"use strict";var r=i(0),u=i(124);r(r.P+r.F*i(111)("includes"),"String",{includes:function(n){return!!~u(this,n,"includes").indexOf(n,arguments.length>1?arguments[1]:void 0)}})},function(n,t,i){"use strict";i(17)("italics",function(n){return function(){return n(this,"i","","")}})},function(n,t,i){"use strict";var r=i(123)(!0);i(116)(String,"String",function(n){this._t=String(n);this._i=0},function(){var n,t=this._t,i=this._i;return i>=t.length?{value:void 0,done:!0}:(n=r(t,i),this._i+=n.length,{value:n,done:!1})})},function(n,t,i){"use strict";i(17)("link",function(n){return function(t){return n(this,"a","href",t)}})},function(n,t,i){var r=i(0),u=i(18),f=i(9);r(r.S,"String",{raw:function(n){for(var r=u(n.raw),e=f(r.length),o=arguments.length,i=[],t=0;e>t;)i.push(String(r[t++])),t<o&&i.push(String(arguments[t]));return i.join("")}})},function(n,t,i){var r=i(0);r(r.P,"String",{repeat:i(125)})},function(n,t,i){"use strict";i(17)("small",function(n){return function(){return n(this,"small","","")}})},function(n,t,i){"use strict";var r=i(0),f=i(9),e=i(124),u="".startsWith;r(r.P+r.F*i(111)("startsWith"),"String",{startsWith:function(n){var t=e(this,n,"startsWith"),i=f(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(n);return u?u.call(t,r,i):t.slice(i,i+r.length)===r}})},function(n,t,i){"use strict";i(17)("strike",function(n){return function(){return n(this,"strike","","")}})},function(n,t,i){"use strict";i(17)("sub",function(n){return function(){return n(this,"sub","","")}})},function(n,t,i){"use strict";i(17)("sup",function(n){return function(){return n(this,"sup","","")}})},function(n,t,i){"use strict";i(57)("trim",function(n){return function(){return n(this,3)}})},function(n,t,i){"use strict";var y=i(3),r=i(14),g=i(7),e=i(0),vt=i(16),ei=i(37).KEY,yt=i(4),nt=i(87),tt=i(56),oi=i(50),l=i(6),si=i(179),hi=i(129),ci=i(316),li=i(315),ai=i(80),it=i(2),p=i(18),rt=i(30),ut=i(46),a=i(44),pt=i(169),wt=i(20),bt=i(8),vi=i(38),kt=wt.f,h=bt.f,dt=pt.f,u=y.Symbol,w=y.JSON,b=w&&w.stringify,f=l("_hidden"),gt=l("toPrimitive"),yi={}.propertyIsEnumerable,k=nt("symbol-registry"),s=nt("symbols"),v=nt("op-symbols"),o=Object.prototype,c="function"==typeof u,ft=y.QObject,et=!ft||!ft.prototype||!ft.prototype.findChild,ot=g&&yt(function(){return 7!=a(h({},"a",{get:function(){return h(this,"a",{value:7}).a}})).a})?function(n,t,i){var r=kt(o,t);r&&delete o[t];h(n,t,i);r&&n!==o&&h(o,t,r)}:h,ni=function(n){var t=s[n]=a(u.prototype);return t._k=n,t},st=c&&"symbol"==typeof u.iterator?function(n){return"symbol"==typeof n}:function(n){return n instanceof u},d=function(n,t,i){return n===o&&d(v,t,i),it(n),t=rt(t,!0),it(i),r(s,t)?(i.enumerable?(r(n,f)&&n[f][t]&&(n[f][t]=!1),i=a(i,{enumerable:ut(0,!1)})):(r(n,f)||h(n,f,ut(1,{})),n[f][t]=!0),ot(n,t,i)):h(n,t,i)},ti=function(n,t){it(n);for(var i,r=li(t=p(t)),u=0,f=r.length;f>u;)d(n,i=r[u++],t[i]);return n},pi=function(n,t){return void 0===t?a(n):ti(a(n),t)},ii=function(n){var t=yi.call(this,n=rt(n,!0));return!(this===o&&r(s,n)&&!r(v,n))&&(!(t||!r(this,n)||!r(s,n)||r(this,f)&&this[f][n])||t)},ri=function(n,t){if(n=p(n),t=rt(t,!0),n!==o||!r(s,t)||r(v,t)){var i=kt(n,t);return!i||!r(s,t)||r(n,f)&&n[f][t]||(i.enumerable=!0),i}},ui=function(n){for(var t,i=dt(p(n)),u=[],e=0;i.length>e;)r(s,t=i[e++])||t==f||t==ei||u.push(t);return u},fi=function(n){for(var t,i=n===o,u=dt(i?v:p(n)),f=[],e=0;u.length>e;)r(s,t=u[e++])&&(!i||r(o,t))&&f.push(s[t]);return f},ht,ct,lt,at;for(c||(u=function(){if(this instanceof u)throw TypeError("Symbol is not a constructor!");var n=oi(arguments.length>0?arguments[0]:void 0),t=function(i){this===o&&t.call(v,i);r(this,f)&&r(this[f],n)&&(this[f][n]=!1);ot(this,n,ut(1,i))};return g&&et&&ot(o,n,{configurable:!0,set:t}),ni(n)},vt(u.prototype,"toString",function(){return this._k}),wt.f=ri,bt.f=d,i(45).f=pt.f=ui,i(65).f=ii,i(84).f=fi,g&&!i(43)&&vt(o,"propertyIsEnumerable",ii,!0),si.f=function(n){return ni(l(n))}),e(e.G+e.W+e.F*!c,{Symbol:u}),ht="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ct=0;ht.length>ct;)l(ht[ct++]);for(lt=vi(l.store),at=0;lt.length>at;)hi(lt[at++]);e(e.S+e.F*!c,"Symbol",{"for":function(n){return r(k,n+="")?k[n]:k[n]=u(n)},keyFor:function(n){if(st(n))return ci(k,n);throw TypeError(n+" is not a symbol!");},useSetter:function(){et=!0},useSimple:function(){et=!1}});e(e.S+e.F*!c,"Object",{create:pi,defineProperty:d,defineProperties:ti,getOwnPropertyDescriptor:ri,getOwnPropertyNames:ui,getOwnPropertySymbols:fi});w&&e(e.S+e.F*(!c||yt(function(){var n=u();return"[null]"!=b([n])||"{}"!=b({a:n})||"{}"!=b(Object(n))})),"JSON",{stringify:function(n){if(void 0!==n&&!st(n)){for(var t,i,r=[n],u=1;arguments.length>u;)r.push(arguments[u++]);return t=r[1],"function"==typeof t&&(i=t),!i&&ai(t)||(t=function(n,t){if(i&&(t=i.call(this,n,t)),!st(t))return t}),r[1]=t,b.apply(w,r)}}});u.prototype[gt]||i(15)(u.prototype,gt,u.prototype.valueOf);tt(u,"Symbol");tt(Math,"Math",!0);tt(y.JSON,"JSON",!0)},function(n,t,i){"use strict";var r=i(0),f=i(89),e=i(128),o=i(2),s=i(49),v=i(9),y=i(5),h=i(3).ArrayBuffer,p=i(88),u=e.ArrayBuffer,c=e.DataView,l=f.ABV&&h.isView,a=u.prototype.slice,w=f.VIEW;r(r.G+r.W+r.F*(h!==u),{ArrayBuffer:u});r(r.S+r.F*!f.CONSTR,"ArrayBuffer",{isView:function(n){return l&&l(n)||y(n)&&w in n}});r(r.P+r.U+r.F*i(4)(function(){return!new u(2).slice(1,void 0).byteLength}),"ArrayBuffer",{slice:function(n,t){if(void 0!==a&&void 0===t)return a.call(o(this),n);for(var i=o(this).byteLength,r=s(n,i),f=s(void 0===t?i:t,i),e=new(p(this,u))(v(f-r)),h=new c(this),l=new c(e),y=0;r<f;)l.setUint8(y++,h.getUint8(r++));return e}});i(48)("ArrayBuffer")},function(n,t,i){var r=i(0);r(r.G+r.W+r.F*!i(89).ABV,{DataView:i(128).DataView})},function(n,t,i){i(33)("Float32",4,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Float64",8,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Int16",2,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Int32",4,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Int8",1,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Uint16",2,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Uint32",4,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Uint8",1,function(n){return function(t,i,r){return n(this,t,i,r)}})},function(n,t,i){i(33)("Uint8",1,function(n){return function(t,i,r){return n(this,t,i,r)}},!0)},function(n,t,i){"use strict";var r=i(158),u=i(58);i(76)("WeakSet",function(n){return function(){return n(this,arguments.length>0?arguments[0]:void 0)}},{add:function(n){return r.def(u(this,"WeakSet"),n,!0)}},r,!1,!0)},function(n,t,i){"use strict";var r=i(0),u=i(159),f=i(11),e=i(9),o=i(12),s=i(107);r(r.P,"Array",{flatMap:function(n){var r,i,t=f(this);return o(n),r=e(t.length),i=s(t,0),u(i,t,t,r,0,1,n,arguments[1]),i}});i(36)("flatMap")},function(n,t,i){"use strict";var r=i(0),u=i(159),f=i(11),e=i(9),o=i(29),s=i(107);r(r.P,"Array",{flatten:function(){var t=arguments[0],n=f(this),r=e(n.length),i=s(n,0);return u(i,n,n,r,0,void 0===t?1:o(t)),i}});i(36)("flatten")},function(n,t,i){"use strict";var r=i(0),u=i(75)(!0);r(r.P,"Array",{includes:function(n){return u(this,n,arguments.length>1?arguments[1]:void 0)}});i(36)("includes")},function(n,t,i){var r=i(0),f=i(119)(),u=i(3).process,e="process"==i(22)(u);r(r.G,{asap:function(n){var t=e&&u.domain;f(t?t.bind(n):n)}})},function(n,t,i){var r=i(0),u=i(22);r(r.S,"Error",{isError:function(n){return"Error"===u(n)}})},function(n,t,i){var r=i(0);r(r.G,{global:i(3)})},function(n,t,i){i(85)("Map")},function(n,t,i){i(86)("Map")},function(n,t,i){var r=i(0);r(r.P+r.R,"Map",{toJSON:i(157)("Map")})},function(n,t,i){var r=i(0);r(r.S,"Math",{clamp:function(n,t,i){return Math.min(i,Math.max(t,n))}})},function(n,t,i){var r=i(0);r(r.S,"Math",{DEG_PER_RAD:Math.PI/180})},function(n,t,i){var r=i(0),u=180/Math.PI;r(r.S,"Math",{degrees:function(n){return n*u}})},function(n,t,i){var r=i(0),u=i(166),f=i(164);r(r.S,"Math",{fscale:function(n,t,i,r,e){return f(u(n,t,i,r,e))}})},function(n,t,i){var r=i(0);r(r.S,"Math",{iaddh:function(n,t,i,r){var u=n>>>0,e=t>>>0,f=i>>>0;return e+(r>>>0)+((u&f|(u|f)&~(u+f>>>0))>>>31)|0}})},function(n,t,i){var r=i(0);r(r.S,"Math",{imulh:function(n,t){var i=+n,r=+t,u=65535&i,f=65535&r,e=i>>16,o=r>>16,s=(e*f>>>0)+(u*f>>>16);return e*o+(s>>16)+((u*o>>>0)+(65535&s)>>16)}})},function(n,t,i){var r=i(0);r(r.S,"Math",{isubh:function(n,t,i,r){var u=n>>>0,e=t>>>0,f=i>>>0;return e-(r>>>0)-((~u&f|~(u^f)&u-f>>>0)>>>31)|0}})},function(n,t,i){var r=i(0);r(r.S,"Math",{RAD_PER_DEG:180/Math.PI})},function(n,t,i){var r=i(0),u=Math.PI/180;r(r.S,"Math",{radians:function(n){return n*u}})},function(n,t,i){var r=i(0);r(r.S,"Math",{scale:i(166)})},function(n,t,i){var r=i(0);r(r.S,"Math",{signbit:function(n){return(n=+n)!=n?n:0==n?1/n==1/0:n>0}})},function(n,t,i){var r=i(0);r(r.S,"Math",{umulh:function(n,t){var i=+n,r=+t,u=65535&i,f=65535&r,e=i>>>16,o=r>>>16,s=(e*f>>>0)+(u*f>>>16);return e*o+(s>>>16)+((u*o>>>0)+(65535&s)>>>16)}})},function(n,t,i){"use strict";var r=i(0),u=i(11),f=i(12),e=i(8);i(7)&&r(r.P+i(83),"Object",{__defineGetter__:function(n,t){e.f(u(this),n,{get:f(t),enumerable:!0,configurable:!0})}})},function(n,t,i){"use strict";var r=i(0),u=i(11),f=i(12),e=i(8);i(7)&&r(r.P+i(83),"Object",{__defineSetter__:function(n,t){e.f(u(this),n,{set:f(t),enumerable:!0,configurable:!0})}})},function(n,t,i){var r=i(0),u=i(171)(!0);r(r.S,"Object",{entries:function(n){return u(n)}})},function(n,t,i){var r=i(0),u=i(172),f=i(18),e=i(20),o=i(108);r(r.S,"Object",{getOwnPropertyDescriptors:function(n){for(var t,i,r=f(n),l=e.f,s=u(r),h={},c=0;s.length>c;)void 0!==(i=l(r,t=s[c++]))&&o(h,t,i);return h}})},function(n,t,i){"use strict";var r=i(0),u=i(11),f=i(30),e=i(21),o=i(20).f;i(7)&&r(r.P+i(83),"Object",{__lookupGetter__:function(n){var i,t=u(this),r=f(n,!0);do if(i=o(t,r))return i.get;while(t=e(t))}})},function(n,t,i){"use strict";var r=i(0),u=i(11),f=i(30),e=i(21),o=i(20).f;i(7)&&r(r.P+i(83),"Object",{__lookupSetter__:function(n){var i,t=u(this),r=f(n,!0);do if(i=o(t,r))return i.set;while(t=e(t))}})},function(n,t,i){var r=i(0),u=i(171)(!1);r(r.S,"Object",{values:function(n){return u(n)}})},function(n,t,i){"use strict";var l=i(0),k=i(3),d=i(26),a=i(119)(),v=i(6)("observable"),e=i(12),h=i(2),g=i(41),o=i(47),nt=i(15),y=i(42),p=y.RETURN,s=function(n){if(null!=n)return e(n)},u=function(n){var t=n._c;t&&(n._c=void 0,t())},f=function(n){return void 0===n._o},w=function(n){f(n)||(n._o=void 0,u(n))},b=function(n,t){h(n);this._c=void 0;this._o=n;n=new c(this);try{var i=t(n),r=i;null!=i&&("function"==typeof i.unsubscribe?i=function(){r.unsubscribe()}:e(i),this._c=i)}catch(t){return void n.error(t)}f(this)&&u(this)},c,r;b.prototype=o({},{unsubscribe:function(){w(this)}});c=function(n){this._s=n};c.prototype=o({},{next:function(n){var t=this._s,i,r;if(!f(t)){i=t._o;try{if(r=s(i.next),r)return r.call(i,n)}catch(n){try{w(t)}finally{throw n;}}}},error:function(n){var t=this._s,i,r;if(f(t))throw n;i=t._o;t._o=void 0;try{if(r=s(i.error),!r)throw n;n=r.call(i,n)}catch(n){try{u(t)}finally{throw n;}}return u(t),n},complete:function(n){var t=this._s,i,r;if(!f(t)){i=t._o;t._o=void 0;try{r=s(i.complete);n=r?r.call(i,n):void 0}catch(n){try{u(t)}finally{throw n;}}return u(t),n}}});r=function(n){g(this,r,"Observable","_f")._f=e(n)};o(r.prototype,{subscribe:function(n){return new b(n,this._f)},forEach:function(n){var t=this;return new(d.Promise||k.Promise)(function(i,r){e(n);var u=t.subscribe({next:function(t){try{return n(t)}catch(n){r(n);u.unsubscribe()}},error:r,complete:i})})}});o(r,{from:function(n){var i="function"==typeof this?this:r,u=s(h(n)[v]),t;return u?(t=h(u.call(n)),t.constructor===i?t:new i(function(n){return t.subscribe(n)})):new i(function(t){var i=!1;return a(function(){if(!i){try{if(y(n,!1,function(n){if(t.next(n),i)return p})===p)return}catch(n){if(i)throw n;return void t.error(n)}t.complete()}}),function(){i=!0}})},of:function(){for(var n=0,i=arguments.length,t=Array(i);n<i;)t[n]=arguments[n++];return new("function"==typeof this?this:r)(function(n){var i=!1;return a(function(){if(!i){for(var r=0;r<t.length;++r)if(n.next(t[r]),i)return;n.complete()}}),function(){i=!0}})}});nt(r.prototype,v,function(){return this});l(l.G,{Observable:r});i(48)("Observable")},function(n,t,i){"use strict";var r=i(0),f=i(26),e=i(3),o=i(88),u=i(176);r(r.P+r.R,"Promise",{"finally":function(n){var t=o(this,f.Promise||e.Promise),i="function"==typeof n;return this.then(i?function(i){return u(t,n()).then(function(){return i})}:n,i?function(i){return u(t,n()).then(function(){throw i;})}:n)}})},function(n,t,i){"use strict";var r=i(0),u=i(120),f=i(175);r(r.S,"Promise",{"try":function(n){var t=u.f(this),i=f(n);return(i.e?t.reject:t.resolve)(i.v),t.promise}})},function(n,t,i){var r=i(32),u=i(2),f=r.key,e=r.set;r.exp({defineMetadata:function(n,t,i,r){e(n,t,u(i),f(r))}})},function(n,t,i){var r=i(32),f=i(2),e=r.key,o=r.map,u=r.store;r.exp({deleteMetadata:function(n,t){var s=arguments.length<3?void 0:e(arguments[2]),i=o(f(t),s,!1),r;return void 0===i||!i.delete(n)?!1:i.size?!0:(r=u.get(t),r.delete(s),!!r.size||u.delete(t))}})},function(n,t,i){var f=i(182),e=i(153),r=i(32),o=i(2),s=i(21),h=r.keys,c=r.key,u=function(n,t){var i=h(n,t),o=s(n),r;return null===o?i:(r=u(o,t),r.length?i.length?e(new f(i.concat(r))):r:i)};r.exp({getMetadataKeys:function(n){return u(o(n),arguments.length<2?void 0:c(arguments[1]))}})},function(n,t,i){var r=i(32),f=i(2),e=i(21),o=r.has,s=r.get,h=r.key,u=function(n,t,i){if(o(n,t,i))return s(n,t,i);var r=e(t);if(null!==r)return u(n,r,i)};r.exp({getMetadata:function(n,t){return u(n,f(t),arguments.length<3?void 0:h(arguments[2]))}})},function(n,t,i){var r=i(32),u=i(2),f=r.keys,e=r.key;r.exp({getOwnMetadataKeys:function(n){return f(u(n),arguments.length<2?void 0:e(arguments[1]))}})},function(n,t,i){var r=i(32),u=i(2),f=r.get,e=r.key;r.exp({getOwnMetadata:function(n,t){return f(n,u(t),arguments.length<3?void 0:e(arguments[2]))}})},function(n,t,i){var r=i(32),f=i(2),e=i(21),o=r.has,s=r.key,u=function(n,t,i){if(o(n,t,i))return!0;var r=e(t);return null!==r&&u(n,r,i)};r.exp({hasMetadata:function(n,t){return u(n,f(t),arguments.length<3?void 0:s(arguments[2]))}})},function(n,t,i){var r=i(32),u=i(2),f=r.has,e=r.key;r.exp({hasOwnMetadata:function(n,t){return f(n,u(t),arguments.length<3?void 0:e(arguments[2]))}})},function(n,t,i){var r=i(32),u=i(2),f=i(12),e=r.key,o=r.set;r.exp({metadata:function(n,t){return function(i,r){o(n,t,(void 0!==r?u:f)(i),e(r))}}})},function(n,t,i){i(85)("Set")},function(n,t,i){i(86)("Set")},function(n,t,i){var r=i(0);r(r.P+r.R,"Set",{toJSON:i(157)("Set")})},function(n,t,i){"use strict";var r=i(0),u=i(123)(!0);r(r.P,"String",{at:function(n){return u(this,n)}})},function(n,t,i){"use strict";var r=i(0),f=i(27),e=i(9),o=i(81),s=i(78),h=RegExp.prototype,u=function(n,t){this._r=n;this._s=t};i(115)(u,"RegExp String",function(){var n=this._r.exec(this._s);return{value:n,done:null===n}});r(r.P,"String",{matchAll:function(n){if(f(this),!o(n))throw TypeError(n+" is not a regexp!");var r=String(this),t="flags"in h?String(n.flags):s.call(n),i=new RegExp(n.source,~t.indexOf("g")?t:"g"+t);return i.lastIndex=e(n.lastIndex),new u(i,r)}})},function(n,t,i){"use strict";var r=i(0),u=i(177);r(r.P,"String",{padEnd:function(n){return u(this,n,arguments.length>1?arguments[1]:void 0,!1)}})},function(n,t,i){"use strict";var r=i(0),u=i(177);r(r.P,"String",{padStart:function(n){return u(this,n,arguments.length>1?arguments[1]:void 0,!0)}})},function(n,t,i){"use strict";i(57)("trimLeft",function(n){return function(){return n(this,1)}},"trimStart")},function(n,t,i){"use strict";i(57)("trimRight",function(n){return function(){return n(this,2)}},"trimEnd")},function(n,t,i){i(129)("asyncIterator")},function(n,t,i){i(129)("observable")},function(n,t,i){var r=i(0);r(r.S,"System",{global:i(3)})},function(n,t,i){i(85)("WeakMap")},function(n,t,i){i(86)("WeakMap")},function(n,t,i){i(85)("WeakSet")},function(n,t,i){i(86)("WeakSet")},function(n,t,i){for(var o=i(131),b=i(38),k=i(16),d=i(3),s=i(15),h=i(55),c=i(6),l=c("iterator"),a=c("toStringTag"),v=h.Array,y={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=b(y),e=0;e<p.length;e++){var u,f=p[e],g=y[f],w=d[f],r=w&&w.prototype;if(r&&(r[l]||s(r,l,v),r[a]||s(r,a,f),h[f]=v,g))for(u in o)r[u]||k(r,u,o[u],!0)}},function(n,t,i){var r=i(0),u=i(127);r(r.G+r.B,{setImmediate:u.set,clearImmediate:u.clear})},function(n,t,i){var u=i(3),r=i(0),s=i(79),h=i(317),f=u.navigator,e=!!f&&/MSIE .\./.test(f.userAgent),o=function(n){return e?function(t,i){return n(s(h,[].slice.call(arguments,2),"function"==typeof t?t:Function(t)),i)}:n};r(r.G+r.B+r.F*e,{setTimeout:o(u.setTimeout),setInterval:o(u.setInterval)})},function(n,t,i){i(441);i(380);i(382);i(381);i(384);i(386);i(391);i(385);i(383);i(393);i(392);i(388);i(389);i(387);i(379);i(390);i(394);i(395);i(347);i(349);i(348);i(397);i(396);i(367);i(377);i(378);i(368);i(369);i(370);i(371);i(372);i(373);i(374);i(375);i(376);i(350);i(351);i(352);i(353);i(354);i(355);i(356);i(357);i(358);i(359);i(360);i(361);i(362);i(363);i(364);i(365);i(366);i(428);i(433);i(440);i(431);i(423);i(424);i(429);i(434);i(436);i(419);i(420);i(421);i(422);i(425);i(426);i(427);i(430);i(432);i(435);i(437);i(438);i(439);i(342);i(344);i(343);i(346);i(345);i(331);i(329);i(335);i(332);i(338);i(340);i(328);i(334);i(325);i(339);i(323);i(337);i(336);i(330);i(333);i(322);i(324);i(327);i(326);i(341);i(131);i(413);i(418);i(181);i(414);i(415);i(416);i(417);i(398);i(180);i(182);i(183);i(453);i(442);i(443);i(448);i(451);i(452);i(446);i(449);i(447);i(450);i(444);i(445);i(399);i(400);i(401);i(402);i(403);i(406);i(404);i(405);i(407);i(408);i(409);i(410);i(412);i(411);i(456);i(454);i(455);i(497);i(500);i(499);i(501);i(502);i(498);i(503);i(504);i(478);i(481);i(477);i(475);i(476);i(479);i(480);i(462);i(496);i(461);i(495);i(507);i(509);i(460);i(494);i(506);i(508);i(459);i(505);i(458);i(463);i(464);i(465);i(466);i(467);i(469);i(468);i(470);i(471);i(472);i(474);i(473);i(483);i(484);i(485);i(486);i(488);i(487);i(490);i(489);i(491);i(492);i(493);i(457);i(482);i(512);i(511);i(510);n.exports=i(26)},function(){},function(){},function(n){!function(t,i){"object"==typeof n&&n.exports?n.exports=t.document?i(t):i:t.Highcharts=i(t)}("undefined"!=typeof window?window:this,function(n){var t=function(){var t=void 0===n?window:n,r=t.document,i=t.navigator&&t.navigator.userAgent||"",e=r&&r.createElementNS&&!!r.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,o=/(edge|msie|trident)/i.test(i)&&!t.opera,u=-1!==i.indexOf("Firefox"),f=-1!==i.indexOf("Chrome"),s=u&&4>parseInt(i.split("Firefox/")[1],10);return t.Highcharts?t.Highcharts.error(16,!0):{product:"Highcharts",version:"6.1.1",deg2rad:Math.PI/180,doc:r,hasBidiBug:s,hasTouch:r&&void 0!==r.documentElement.ontouchstart,isMS:o,isWebKit:-1!==i.indexOf("AppleWebKit"),isFirefox:u,isChrome:f,isSafari:!f&&-1!==i.indexOf("Safari"),isTouchDevice:/(Mobile|Android|Windows Phone)/.test(i),SVG_NS:"http://www.w3.org/2000/svg",chartCount:0,seriesTypes:{},symbolSizes:{},svg:e,win:t,marginNames:["plotTop","marginRight","marginBottom","plotLeft"],noop:function(){},charts:[]}}(),i;return!function(n){n.timers=[];var r=n.charts,i=n.doc,t=n.win;n.error=function(i,r){if(i=n.isNumber(i)?"Highcharts error #"+i+": www.highcharts.com/errors/"+i:i,r)throw Error(i);t.console&&console.log(i)};n.Fx=function(n,t,i){this.options=t;this.elem=n;this.prop=i};n.Fx.prototype={dSetter:function(){var t,f=this.paths[0],i=this.paths[1],r=[],u=this.now,n=f.length;if(1===u)r=this.toD;else if(n===i.length&&1>u)for(;n--;)t=parseFloat(f[n]),r[n]=isNaN(t)?i[n]:u*parseFloat(i[n]-t)+t;else r=i;this.elem.attr("d",r,null,!0)},update:function(){var n=this.elem,t=this.prop,i=this.now,r=this.options.step;this[t+"Setter"]?this[t+"Setter"]():n.attr?n.element&&n.attr(t,i,null,!0):n.style[t]=i+this.unit;r&&r.call(n,i,this)},run:function(i,r,u){var o=this,e=o.options,f=function(n){return!f.stopped&&o.step(n)},s=t.requestAnimationFrame||function(n){setTimeout(n,13)},h=function(){for(var t=0;t<n.timers.length;t++)n.timers[t]()||n.timers.splice(t--,1);n.timers.length&&s(h)};i!==r||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=i,this.end=r,this.unit=u,this.now=this.start,this.pos=0,f.elem=this.elem,f.prop=this.prop,f()&&1===n.timers.push(f)&&s(h)):(delete e.curAnim[this.prop],e.complete&&0===n.keys(e.curAnim).length&&e.complete.call(this.elem))},step:function(t){var r,f=+new Date,i=this.options,u=this.elem,e=i.complete,o=i.duration,s=i.curAnim;return u.attr&&!u.element?t=!1:t||f>=o+this.startTime?(this.now=this.end,this.pos=1,this.update(),r=s[this.prop]=!0,n.objectEach(s,function(n){!0!==n&&(r=!1)}),r&&e&&e.call(u),t=!1):(this.pos=i.easing((f-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0),t},initPath:function(t,i,r){function y(n){var t,i;for(u=n.length;u--;)t="M"===n[u]||"L"===n[u],i=/[a-zA-Z]/.test(n[u+3]),t&&i&&n.splice(u+1,0,n[u+1],n[u+2],n[u+1],n[u+2])}function p(n,t){for(;n.length<h;){n[0]=t[h-n.length];var i=n.slice(0,f);[].splice.apply(n,[0,0].concat(i));l&&(i=n.slice(n.length-f),[].splice.apply(n,[n.length,0].concat(i)),u--)}n[0]="M"}function w(n,t){for(var i=(h-n.length)/f;0<i&&i--;)e=n.slice().splice(n.length/o-f,f*o),e[0]=t[h-f-i*f],v&&(e[f-6]=e[f-2],e[f-5]=e[f-1]),[].splice.apply(n,[n.length/o,0].concat(e)),l&&i--}var b,l,o;i=i||"";var s,h,e,u,c=t.startX,a=t.endX,v=-1<i.indexOf("C"),f=v?7:3;if(i=i.split(" "),r=r.slice(),l=t.isArea,o=l?2:1,v&&(y(i),y(r)),c&&a){for(u=0;u<c.length;u++){if(c[u]===a[0]){s=u;break}if(c[0]===a[a.length-c.length+u]){s=u;b=!0;break}}void 0===s&&(i=[])}return i.length&&n.isNumber(s)&&(h=r.length+s*o*f,b?(p(i,r),w(r,i)):(p(r,i),w(i,r))),[i,r]}};n.Fx.prototype.fillSetter=n.Fx.prototype.strokeSetter=function(){this.elem.attr(this.prop,n.color(this.start).tweenTo(n.color(this.end),this.pos),null,!0)};n.merge=function(){var i,u,t=arguments,r={},f=function(t,i){return"object"!=typeof t&&(t={}),n.objectEach(i,function(r,u){t[u]=!n.isObject(r,!0)||n.isClass(r)||n.isDOMElement(r)?i[u]:f(t[u]||{},r)}),t};for(!0===t[0]&&(r=t[1],t=Array.prototype.slice.call(t,2)),u=t.length,i=0;i<u;i++)r=f(r,t[i]);return r};n.pInt=function(n,t){return parseInt(n,t||10)};n.isString=function(n){return"string"==typeof n};n.isArray=function(n){return"[object Array]"===(n=Object.prototype.toString.call(n))||"[object Array Iterator]"===n};n.isObject=function(t,i){return!(!t||"object"!=typeof t||i&&n.isArray(t))};n.isDOMElement=function(t){return n.isObject(t)&&"number"==typeof t.nodeType};n.isClass=function(t){var i=t&&t.constructor;return!(!n.isObject(t,!0)||n.isDOMElement(t)||!i||!i.name||"Object"===i.name)};n.isNumber=function(n){return"number"==typeof n&&!isNaN(n)&&1/0>n&&-1/0<n};n.erase=function(n,t){for(var i=n.length;i--;)if(n[i]===t){n.splice(i,1);break}};n.defined=function(n){return void 0!==n&&null!==n};n.attr=function(t,i,r){var u;return n.isString(i)?n.defined(r)?t.setAttribute(i,r):t&&t.getAttribute&&((u=t.getAttribute(i))||"class"!==i||(u=t.getAttribute(i+"Name"))):n.defined(i)&&n.isObject(i)&&n.objectEach(i,function(n,i){t.setAttribute(i,n)}),u};n.splat=function(t){return n.isArray(t)?t:[t]};n.syncTimeout=function(n,t,i){if(t)return setTimeout(n,t,i);n.call(0,i)};n.clearTimeout=function(t){n.defined(t)&&clearTimeout(t)};n.extend=function(n,t){var i;n||(n={});for(i in t)n[i]=t[i];return n};n.pick=function(){for(var n,i=arguments,r=i.length,t=0;t<r;t++)if(void 0!==(n=i[t])&&null!==n)return n};n.css=function(t,i){n.isMS&&!n.svg&&i&&void 0!==i.opacity&&(i.filter="alpha(opacity="+100*i.opacity+")");n.extend(t.style,i)};n.createElement=function(t,r,u,f,e){t=i.createElement(t);var o=n.css;return r&&n.extend(t,r),e&&o(t,{padding:0,border:"none",margin:0}),u&&o(t,u),f&&f.appendChild(t),t};n.extendClass=function(t,i){var r=function(){};return r.prototype=new t,n.extend(r.prototype,i),r};n.pad=function(n,t,i){return Array((t||2)+1-String(n).replace("-","").length).join(i||0)+n};n.relativeLength=function(n,t,i){return/%$/.test(n)?t*parseFloat(n)/100+(i||0):parseFloat(n)};n.wrap=function(n,t,i){var r=n[t];n[t]=function(){var n=Array.prototype.slice.call(arguments),u=arguments,t=this;return t.proceed=function(){r.apply(t,arguments.length?arguments:u)},n.unshift(r),n=i.apply(this,n),t.proceed=null,n}};n.formatSingle=function(t,i,r){var u=n.defaultOptions.lang;return/f$/.test(t)?(r=(r=t.match(/\.([0-9])/))?r[1]:-1,null!==i&&(i=n.numberFormat(i,r,u.decimalPoint,-1<t.indexOf(",")?u.thousandsSep:""))):i=(r||n.time).dateFormat(t,i),i};n.format=function(t,i,r){for(var u,h,o,l,f,e="{",c=!1,s=[];t&&-1!==(e=t.indexOf(e));){if(u=t.slice(0,e),c){for(u=u.split(":"),h=u.shift().split("."),l=h.length,f=i,o=0;o<l;o++)f&&(f=f[h[o]]);u.length&&(f=n.formatSingle(u.join(":"),f,r));s.push(f)}else s.push(u);t=t.slice(e+1);e=(c=!c)?"}":"{"}return s.push(t),s.join("")};n.getMagnitude=function(n){return Math.pow(10,Math.floor(Math.log(n)/Math.LN10))};n.normalizeTickInterval=function(t,i,r,u,f){var o,e=t;for(r=n.pick(r,1),o=t/r,i||(i=f?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===u&&(1===r?i=n.grep(i,function(n){return 0==n%1}):.1>=r&&(i=[1/r]))),u=0;u<i.length&&(e=i[u],!(f&&e*r>=t||!f&&o<=(i[u]+(i[u+1]||i[u]))/2));u++);return n.correctFloat(e*r,-Math.round(Math.log(.001)/Math.LN10))};n.stableSort=function(n,t){for(var r,u=n.length,i=0;i<u;i++)n[i].safeI=i;for(n.sort(function(n,i){return r=t(n,i),0===r?n.safeI-i.safeI:r}),i=0;i<u;i++)delete n[i].safeI};n.arrayMin=function(n){for(var t=n.length,i=n[0];t--;)n[t]<i&&(i=n[t]);return i};n.arrayMax=function(n){for(var t=n.length,i=n[0];t--;)n[t]>i&&(i=n[t]);return i};n.destroyObjectProperties=function(t,i){n.objectEach(t,function(n,r){n&&n!==i&&n.destroy&&n.destroy();delete t[r]})};n.discardElement=function(t){var i=n.garbageBin;i||(i=n.createElement("div"));t&&i.appendChild(t);i.innerHTML=""};n.correctFloat=function(n,t){return parseFloat(n.toPrecision(t||14))};n.setAnimation=function(t,i){i.renderer.globalAnimation=n.pick(t,i.options.chart.animation,!0)};n.animObject=function(t){return n.isObject(t)?n.merge(t):{duration:t?500:0}};n.timeUnits={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5};n.numberFormat=function(t,i,r,u){t=+t||0;i=+i;var e,s,h=n.defaultOptions.lang,o=(t.toString().split(".")[1]||"").split("e")[0].length,f=t.toString().split("e");return-1===i?i=Math.min(o,20):n.isNumber(i)?i&&f[1]&&0>f[1]&&(e=i+ +f[1],0<=e?(f[0]=(+f[0]).toExponential(e).split("e")[0],i=e):(f[0]=f[0].split(".")[0]||0,t=20>i?(f[0]*Math.pow(10,f[1])).toFixed(i):0,f[1]=0)):i=2,s=(Math.abs(f[1]?f[0]:t)+Math.pow(10,-Math.max(i,o)-1)).toFixed(i),o=String(n.pInt(s)),e=3<o.length?o.length%3:0,r=n.pick(r,h.decimalPoint),u=n.pick(u,h.thousandsSep),t=(0>t?"-":"")+(e?o.substr(0,e)+u:""),t+=o.substr(e).replace(/(\d{3})(?=\d)/g,"$1"+u),i&&(t+=r+s.slice(-i)),f[1]&&0!=+t&&(t+="e"+f[1]),t};Math.easeInOutSine=function(n){return-.5*(Math.cos(Math.PI*n)-1)};n.getStyle=function(i,r,u){return"width"===r?Math.max(0,Math.min(i.offsetWidth,i.scrollWidth)-n.getStyle(i,"padding-left")-n.getStyle(i,"padding-right")):"height"===r?Math.max(0,Math.min(i.offsetHeight,i.scrollHeight)-n.getStyle(i,"padding-top")-n.getStyle(i,"padding-bottom")):(t.getComputedStyle||n.error(27,!0),(i=t.getComputedStyle(i,void 0))&&(i=i.getPropertyValue(r),n.pick(u,"opacity"!==r)&&(i=n.pInt(i))),i)};n.inArray=function(t,i,r){return(n.indexOfPolyfill||Array.prototype.indexOf).call(i,t,r)};n.grep=function(t,i){return(n.filterPolyfill||Array.prototype.filter).call(t,i)};n.find=Array.prototype.find?function(n,t){return n.find(t)}:function(n,t){for(var r=n.length,i=0;i<r;i++)if(t(n[i],i))return n[i]};n.some=function(t,i,r){return(n.somePolyfill||Array.prototype.some).call(t,i,r)};n.map=function(n,t){for(var r=[],i=0,u=n.length;i<u;i++)r[i]=t.call(n[i],n[i],i,n);return r};n.keys=function(t){return(n.keysPolyfill||Object.keys).call(void 0,t)};n.reduce=function(t,i,r){return(n.reducePolyfill||Array.prototype.reduce).apply(t,2<arguments.length?[i,r]:[i])};n.offset=function(n){var r=i.documentElement;return n=n.parentElement||n.parentNode?n.getBoundingClientRect():{top:0,left:0},{top:n.top+(t.pageYOffset||r.scrollTop)-(r.clientTop||0),left:n.left+(t.pageXOffset||r.scrollLeft)-(r.clientLeft||0)}};n.stop=function(t,i){for(var r=n.timers.length;r--;)n.timers[r].elem!==t||i&&i!==n.timers[r].prop||(n.timers[r].stopped=!0)};n.each=function(t,i,r){return(n.forEachPolyfill||Array.prototype.forEach).call(t,i,r)};n.objectEach=function(n,t,i){for(var r in n)n.hasOwnProperty(r)&&t.call(i||n[r],n[r],r,n)};n.addEvent=function(t,i,r,u){var f,e=t.addEventListener||n.addEventListenerPolyfill;return f="function"==typeof t&&t.prototype?t.prototype.protoEvents=t.prototype.protoEvents||{}:t.hcEvents=t.hcEvents||{},n.Point&&t instanceof n.Point&&t.series&&t.series.chart&&(t.series.chart.runTrackerClick=!0),e&&e.call(t,i,r,!1),f[i]||(f[i]=[]),f[i].push(r),u&&n.isNumber(u.order)&&(r.order=u.order,f[i].sort(function(n,t){return n.order-t.order})),function(){n.removeEvent(t,i,r)}};n.removeEvent=function(t,i,r){function e(i,r){var u=t.removeEventListener||n.removeEventListenerPolyfill;u&&u.call(t,i,r,!1)}function o(r){var u,f;t.nodeName&&(i?(u={},u[i]=!0):u=r,n.objectEach(u,function(n,t){if(r[t])for(f=r[t].length;f--;)e(t,r[t][f])}))}var u,f;n.each(["protoEvents","hcEvents"],function(s){var h=t[s];h&&(i?(u=h[i]||[],r?(f=n.inArray(r,u),-1<f&&(u.splice(f,1),h[i]=u),e(i,r)):(o(h),h[i]=[])):(o(h),t[s]={}))})};n.fireEvent=function(t,r,u,f){var e,s,h,o,c;u=u||{};i.createEvent&&(t.dispatchEvent||t.fireEvent)?(e=i.createEvent("Events"),e.initEvent(r,!0,!0),n.extend(e,u),t.dispatchEvent?t.dispatchEvent(e):t.fireEvent(r,e)):n.each(["protoEvents","hcEvents"],function(i){if(t[i])for(s=t[i][r]||[],h=s.length,u.target||n.extend(u,{preventDefault:function(){u.defaultPrevented=!0},target:t,type:r}),o=0;o<h;o++)(c=s[o])&&!1===c.call(t,u)&&u.preventDefault()});f&&!u.defaultPrevented&&f.call(t,u)};n.animate=function(t,i,r){var e,u,f,o,s="";n.isObject(r)||(o=arguments,r={duration:o[2],easing:o[3],complete:o[4]});n.isNumber(r.duration)||(r.duration=400);r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine;r.curAnim=n.merge(i);n.objectEach(i,function(o,h){n.stop(t,h);f=new n.Fx(t,r,h);u=null;"d"===h?(f.paths=f.initPath(t,t.d,i.d),f.toD=i.d,e=0,u=1):t.attr?e=t.attr(h):(e=parseFloat(n.getStyle(t,h))||0,"opacity"!==h&&(s="px"));u||(u=o);u&&u.match&&u.match("px")&&(u=u.replace(/px/g,""));f.run(e,u,s)})};n.seriesType=function(t,i,r,u,f){var o=n.getOptions(),e=n.seriesTypes;return o.plotOptions[t]=n.merge(o.plotOptions[i],r),e[t]=n.extendClass(e[i]||function(){},u),e[t].prototype.type=t,f&&(e[t].prototype.pointClass=n.extendClass(n.Point,f)),e[t]};n.uniqueKey=function(){var n=Math.random().toString(36).substring(2,9),t=0;return function(){return"highcharts-"+n+"-"+t++}}();t.jQuery&&(t.jQuery.fn.highcharts=function(){var t=[].slice.call(arguments);if(this[0])return t[0]?(new n[n.isString(t[0])?t.shift():"Chart"](this[0],t[0],t[1]),this):r[n.attr(this[0],"data-highcharts-chart")]})}(t),function(n){var i=n.each,r=n.isNumber,u=n.map,f=n.merge,t=n.pInt;n.Color=function(t){if(!(this instanceof n.Color))return new n.Color(t);this.init(t)};n.Color.prototype={parsers:[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(n){return[t(n[1]),t(n[2]),t(n[3]),parseFloat(n[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(n){return[t(n[1]),t(n[2]),t(n[3]),1]}}],names:{none:"rgba(255,255,255,0)",white:"#ffffff",black:"#000000"},init:function(t){var r,i,f,e;if((this.input=t=this.names[t&&t.toLowerCase?t.toLowerCase():""]||t)&&t.stops)this.stops=u(t.stops,function(t){return new n.Color(t[1])});else if(t&&t.charAt&&"#"===t.charAt()&&(r=t.length,t=parseInt(t.substr(1),16),7===r?i=[(16711680&t)>>16,(65280&t)>>8,255&t,1]:4===r&&(i=[(3840&t)>>4|(3840&t)>>8,(240&t)>>4|240&t,(15&t)<<4|15&t,1])),!i)for(f=this.parsers.length;f--&&!i;)e=this.parsers[f],(r=e.regex.exec(t))&&(i=e.parse(r));this.rgba=i||[]},get:function(n){var u,e=this.input,t=this.rgba;return this.stops?(u=f(e),u.stops=[].concat(u.stops),i(this.stops,function(t,i){u.stops[i]=[u.stops[i][0],t.get(n)]})):u=t&&r(t[0])?"rgb"===n||!n&&1===t[3]?"rgb("+t[0]+","+t[1]+","+t[2]+")":"a"===n?t[3]:"rgba("+t.join(",")+")":e,u},brighten:function(n){var u,f=this.rgba;if(this.stops)i(this.stops,function(t){t.brighten(n)});else if(r(n)&&0!==n)for(u=0;3>u;u++)f[u]+=t(255*n),0>f[u]&&(f[u]=0),255<f[u]&&(f[u]=255);return this},setOpacity:function(n){return this.rgba[3]=n,this},tweenTo:function(n,t){var r=this.rgba,i=n.rgba;return i.length&&r&&r.length?(n=1!==i[3]||1!==r[3],t=(n?"rgba(":"rgb(")+Math.round(i[0]+(r[0]-i[0])*(1-t))+","+Math.round(i[1]+(r[1]-i[1])*(1-t))+","+Math.round(i[2]+(r[2]-i[2])*(1-t))+(n?","+(i[3]+(r[3]-i[3])*(1-t)):"")+")"):t=n.input||"none",t}};n.color=function(t){return new n.Color(t)}}(t),function(n){var i,w,y=n.addEvent,ot=n.animate,u=n.attr,st=n.charts,ht=n.color,c=n.css,nt=n.createElement,t=n.defined,b=n.deg2rad,ct=n.destroyObjectProperties,f=n.doc,o=n.each,e=n.extend,k=n.erase,lt=n.grep,at=n.hasTouch,d=n.inArray,tt=n.isArray,it=n.isFirefox,rt=n.isMS,l=n.isObject,vt=n.isString,yt=n.isWebKit,s=n.merge,pt=n.noop,h=n.objectEach,r=n.pick,a=n.pInt,ut=n.removeEvent,ft=n.stop,et=n.svg,g=n.SVG_NS,v=n.symbolSizes,p=n.win;i=n.SVGElement=function(){return this};e(i.prototype,{opacity:1,SVG_NS:g,textProps:"direction fontSize fontWeight fontFamily fontStyle color lineHeight width textAlign textDecoration textOverflow textOutline".split(" "),init:function(n,t){this.element="span"===t?nt(t):f.createElementNS(this.SVG_NS,t);this.renderer=n},animate:function(t,i,u){return i=n.animObject(r(i,this.renderer.globalAnimation,!0)),0!==i.duration?(u&&(i.complete=u),ot(this,t,i)):(this.attr(t,null,u),i.step&&i.step.call(this)),this},complexColor:function(i,r,u){var y,c,f,p,v,a,w,b,k,d,g,nt,l=this.renderer,e=[];n.fireEvent(this.renderer,"complexColor",{args:arguments},function(){i.radialGradient?c="radialGradient":i.linearGradient&&(c="linearGradient");c&&(f=i[c],v=l.gradients,w=i.stops,d=u.radialReference,tt(f)&&(i[c]=f={x1:f[0],y1:f[1],x2:f[2],y2:f[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===c&&d&&!t(f.gradientUnits)&&(p=f,f=s(f,l.getRadialAttr(d,p),{gradientUnits:"userSpaceOnUse"})),h(f,function(n,t){"id"!==t&&e.push(t,n)}),h(w,function(n){e.push(n)}),e=e.join(","),v[e]?g=v[e].attr("id"):(f.id=g=n.uniqueKey(),v[e]=a=l.createElement(c).attr(f).add(l.defs),a.radAttr=p,a.stops=[],o(w,function(t){0===t[1].indexOf("rgba")?(y=n.color(t[1]),b=y.get("rgb"),k=y.get("a")):(b=t[1],k=1);t=l.createElement("stop").attr({offset:t[0],"stop-color":b,"stop-opacity":k}).add(a);a.stops.push(t)})),nt="url("+l.url+"#"+g+")",u.setAttribute(r,nt),u.gradient=e,i.toString=function(){return nt})})},applyTextOutline:function(t){var f,e,r,h,s,i=this.element;if(-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(i.style.fill))),t=t.split(" "),e=t[t.length-1],(r=t[0])&&"none"!==r&&n.svg){for(this.fakeTS=!0,t=[].slice.call(i.getElementsByTagName("tspan")),this.ySetter=this.xSetter,r=r.replace(/(^[\d\.]+)(.*?)$/g,function(n,t,i){return 2*t+i}),s=t.length;s--;)f=t[s],"highcharts-text-outline"===f.getAttribute("class")&&k(t,i.removeChild(f));h=i.firstChild;o(t,function(n,t){0===t&&(n.setAttribute("x",i.getAttribute("x")),t=i.getAttribute("y"),n.setAttribute("y",t||0),null===t&&i.setAttribute("y",0));n=n.cloneNode(1);u(n,{"class":"highcharts-text-outline",fill:e,stroke:e,"stroke-width":r,"stroke-linejoin":"round"});i.insertBefore(n,h)})}},attr:function(n,t,i,r){var e,o,u,f,s=this.element,c=this;return"string"==typeof n&&void 0!==t&&(e=n,n={},n[e]=t),"string"==typeof n?c=(this[n+"Getter"]||this._defaultGetter).call(this,n,s):(h(n,function(t,i){u=!1;r||ft(this,i);this.symbolName&&/^(x|y|width|height|r|start|end|innerR|anchorX|anchorY)$/.test(i)&&(o||(this.symbolAttr(n),o=!0),u=!0);this.rotation&&("x"===i||"y"===i)&&(this.doTransform=!0);u||(f=this[i+"Setter"]||this._defaultSetter,f.call(this,t,i,s),this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(i)&&this.updateShadows(i,t,f))},this),this.afterSetters()),i&&i.call(this),c},afterSetters:function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},updateShadows:function(n,t,i){for(var r=this.shadows,u=r.length;u--;)i.call(r[u],"height"===n?Math.max(t-(r[u].cutHeight||0),0):"d"===n?this.d:t,n,r[u])},addClass:function(n,t){var i=this.attr("class")||"";return-1===i.indexOf(n)&&(t||(n=(i+(i?" ":"")+n).replace("  "," ")),this.attr("class",n)),this},hasClass:function(n){return-1!==d(n,(this.attr("class")||"").split(" "))},removeClass:function(n){return this.attr("class",(this.attr("class")||"").replace(n,""))},symbolAttr:function(n){var t=this;o("x y r start end width height innerR anchorX anchorY".split(" "),function(i){t[i]=r(n[i],t[i])});t.attr({d:t.renderer.symbols[t.symbolName](t.x,t.y,t.width,t.height,t)})},clip:function(n){return this.attr("clip-path",n?"url("+this.renderer.url+"#"+n.id+")":"none")},crisp:function(n,i){var r;return i=i||n.strokeWidth||0,r=Math.round(i)%2/2,n.x=Math.floor(n.x||this.x||0)+r,n.y=Math.floor(n.y||this.y||0)+r,n.width=Math.floor((n.width||this.width||0)-2*r),n.height=Math.floor((n.height||this.height||0)-2*r),t(n.strokeWidth)&&(n.strokeWidth=i),n},css:function(n){var f,o,t=this.styles,s={},i=this.element,r="",l=!t,v=["textOutline","textOverflow","width"];return n&&n.color&&(n.fill=n.color),t&&h(n,function(n,i){n!==t[i]&&(s[i]=n,l=!0)}),l&&(t&&(n=e(t,s)),n&&(null===n.width||"auto"===n.width?delete this.textWidth:"text"===i.nodeName.toLowerCase()&&n.width&&(f=this.textWidth=a(n.width))),this.styles=n,f&&!et&&this.renderer.forExport&&delete n.width,i.namespaceURI===this.SVG_NS?(o=function(n,t){return"-"+t.toLowerCase()},h(n,function(n,t){-1===d(t,v)&&(r+=t.replace(/([A-Z])/g,o)+":"+n+";")}),r&&u(i,"style",r)):c(i,n),this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),n&&n.textOutline&&this.applyTextOutline(n.textOutline))),this},strokeWidth:function(){return this["stroke-width"]||0},on:function(n,t){var r=this,i=r.element;return at&&"click"===n?(i.ontouchstart=function(n){r.touchEventFired=Date.now();n.preventDefault();t.call(i,n)},i.onclick=function(n){(-1===p.navigator.userAgent.indexOf("Android")||1100<Date.now()-(r.touchEventFired||0))&&t.call(i,n)}):i["on"+n]=t,this},setRadialReference:function(n){var t=this.renderer.gradients[this.element.gradient];return this.element.radialReference=n,t&&t.radAttr&&t.animate(this.renderer.getRadialAttr(n,t.radAttr)),this},translate:function(n,t){return this.attr({translateX:n,translateY:t})},invert:function(n){return this.inverted=n,this.updateTransform(),this},updateTransform:function(){var n=this.translateX||0,u=this.translateY||0,f=this.scaleX,e=this.scaleY,o=this.inverted,s=this.rotation,h=this.matrix,i=this.element;o&&(n+=this.width,u+=this.height);n=["translate("+n+","+u+")"];t(h)&&n.push("matrix("+h.join(",")+")");o?n.push("rotate(90) scale(-1,1)"):s&&n.push("rotate("+s+" "+r(this.rotationOriginX,i.getAttribute("x"),0)+" "+r(this.rotationOriginY,i.getAttribute("y")||0)+")");(t(f)||t(e))&&n.push("scale("+r(f,1)+" "+r(e,1)+")");n.length&&i.setAttribute("transform",n.join(" "))},toFront:function(){var n=this.element;return n.parentNode.appendChild(n),this},align:function(n,t,i){var f,u,e,c,o={},s,h;return u=this.renderer,e=u.alignedObjects,n?(this.alignOptions=n,this.alignByTranslate=t,(!i||vt(i))&&(this.alignTo=f=i||"renderer",k(e,this),e.push(this),i=null)):(n=this.alignOptions,t=this.alignByTranslate,f=this.alignTo),i=r(i,u[f],u),f=n.align,u=n.verticalAlign,e=(i.x||0)+(n.x||0),c=(i.y||0)+(n.y||0),"right"===f?s=1:"center"===f&&(s=2),s&&(e+=(i.width-(n.width||0))/s),o[t?"translateX":"x"]=Math.round(e),"bottom"===u?h=1:"middle"===u&&(h=2),h&&(c+=(i.height-(n.height||0))/h),o[t?"translateY":"y"]=Math.round(c),this[this.placed?"animate":"attr"](o),this.placed=!0,this.alignAttr=o,this},getBBox:function(n,i){var u,l,p,a,f,s=this.renderer,h=this.element,c=this.styles,w=this.textStr,v=s.cache,y=s.cacheKeys;if(i=r(i,this.rotation),l=i*b,p=c&&c.fontSize,t(w)&&(f=w.toString(),-1===f.indexOf("<")&&(f=f.replace(/[0-9]/g,"0")),f+=["",i||0,p,this.textWidth,c&&c.textOverflow].join()),f&&!n&&(u=v[f]),!u){if(h.namespaceURI===this.SVG_NS||s.forExport){try{(a=this.fakeTS&&function(n){o(h.querySelectorAll(".highcharts-text-outline"),function(t){t.style.display=n})})&&a("none");u=h.getBBox?e({},h.getBBox()):{width:h.offsetWidth,height:h.offsetHeight};a&&a("")}catch(n){}(!u||0>u.width)&&(u={width:0,height:0})}else u=this.htmlGetBBox();if(s.isSVG&&(n=u.width,s=u.height,c&&"11px"===c.fontSize&&17===Math.round(s)&&(u.height=s=14),i&&(u.width=Math.abs(s*Math.sin(l))+Math.abs(n*Math.cos(l)),u.height=Math.abs(s*Math.cos(l))+Math.abs(n*Math.sin(l)))),f&&0<u.height){for(;250<y.length;)delete v[y.shift()];v[f]||y.push(f);v[f]=u}}return u},show:function(n){return this.attr({visibility:n?"inherit":"visible"})},hide:function(){return this.attr({visibility:"hidden"})},fadeOut:function(n){var t=this;t.animate({opacity:0},{duration:n||150,complete:function(){t.attr({y:-9999})}})},add:function(n){var t,i=this.renderer,r=this.element;return n&&(this.parentGroup=n),this.parentInverted=n&&n.inverted,void 0!==this.textStr&&i.buildText(this),this.added=!0,(!n||n.handleZ||this.zIndex)&&(t=this.zIndexSetter()),t||(n?n.element:i.box).appendChild(r),this.onAdd&&this.onAdd(),this},safeRemoveChild:function(n){var t=n.parentNode;t&&t.removeChild(n)},destroy:function(){var n=this,t=n.element||{},i=n.renderer.isSVG&&"SPAN"===t.nodeName&&n.parentGroup,r=t.ownerSVGElement,u=n.clipPath;if(t.onclick=t.onmouseout=t.onmouseover=t.onmousemove=t.point=null,ft(n),u&&r&&(o(r.querySelectorAll("[clip-path],[CLIP-PATH]"),function(n){var t=n.getAttribute("clip-path"),i=u.element.id;(-1<t.indexOf("(#"+i+")")||-1<t.indexOf('("#'+i+'")'))&&n.removeAttribute("clip-path")}),n.clipPath=u.destroy()),n.stops){for(r=0;r<n.stops.length;r++)n.stops[r]=n.stops[r].destroy();n.stops=null}for(n.safeRemoveChild(t),n.destroyShadows();i&&i.div&&0===i.div.childNodes.length;)t=i.parentGroup,n.safeRemoveChild(i.div),delete i.div,i=t;return n.alignTo&&k(n.renderer.alignedObjects,n),h(n,function(t,i){delete n[i]}),null},shadow:function(n,t,i){var e,f,o,s,c,l,a=[],h=this.element;if(n){if(!this.shadows){for(s=r(n.width,3),c=(n.opacity||.15)/s,l=this.parentInverted?"(-1,-1)":"("+r(n.offsetX,1)+", "+r(n.offsetY,1)+")",e=1;e<=s;e++)f=h.cloneNode(0),o=2*s+1-2*e,u(f,{isShadow:"true",stroke:n.color||"#000000","stroke-opacity":c*e,"stroke-width":o,transform:"translate"+l,fill:"none"}),i&&(u(f,"height",Math.max(u(f,"height")-o,0)),f.cutHeight=o),t?t.element.appendChild(f):h.parentNode&&h.parentNode.insertBefore(f,h),a.push(f);this.shadows=a}}else this.destroyShadows();return this},destroyShadows:function(){o(this.shadows||[],function(n){this.safeRemoveChild(n)},this);this.shadows=void 0},xGetter:function(n){return"circle"===this.element.nodeName&&("x"===n?n="cx":"y"===n&&(n="cy")),this._defaultGetter(n)},_defaultGetter:function(n){return n=r(this[n+"Value"],this[n],this.element?this.element.getAttribute(n):null,0),/^[\-0-9\.]+$/.test(n)&&(n=parseFloat(n)),n},dSetter:function(n,t,i){n&&n.join&&(n=n.join(" "));/(NaN| {2}|^$)/.test(n)&&(n="M 0 0");this[t]!==n&&(i.setAttribute(t,n),this[t]=n)},dashstyleSetter:function(n){var t,i=this["stroke-width"];if("inherit"===i&&(i=1),n=n&&n.toLowerCase()){for(n=n.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(","),t=n.length;t--;)n[t]=a(n[t])*i;n=n.join(",").replace(/NaN/g,"none");this.element.setAttribute("stroke-dasharray",n)}},alignSetter:function(n){this.alignValue=n;this.element.setAttribute("text-anchor",{left:"start",center:"middle",right:"end"}[n])},opacitySetter:function(n,t,i){this[t]=n;i.setAttribute(t,n)},titleSetter:function(n){var t=this.element.getElementsByTagName("title")[0];t||(t=f.createElementNS(this.SVG_NS,"title"),this.element.appendChild(t));t.firstChild&&t.removeChild(t.firstChild);t.appendChild(f.createTextNode(String(r(n),"").replace(/<[^>]*>/g,"").replace(/&lt;/g,"<").replace(/&gt;/g,">")))},textSetter:function(n){n!==this.textStr&&(delete this.bBox,this.textStr=n,this.added&&this.renderer.buildText(this))},fillSetter:function(n,t,i){"string"==typeof n?i.setAttribute(t,n):n&&this.complexColor(n,t,i)},visibilitySetter:function(n,t,i){"inherit"===n?i.removeAttribute(t):this[t]!==n&&i.setAttribute(t,n);this[t]=n},zIndexSetter:function(n,i){var u,f,c,e=this.renderer,o=this.parentGroup,h=(o||e).element||e.box,s=this.element,e=h===e.box,r;if(u=this.added,t(n)?(s.setAttribute("data-z-index",n),n=+n,this[i]===n&&(u=!1)):t(this[i])&&s.removeAttribute("data-z-index"),this[i]=n,u){for((n=this.zIndex)&&o&&(o.handleZ=!0),i=h.childNodes,r=i.length-1;0<=r&&!f;r--)o=i[r],u=o.getAttribute("data-z-index"),c=!t(u),o!==s&&(0>n&&c&&!e&&!r?(h.insertBefore(s,i[r]),f=!0):(a(u)<=n||c&&(!t(n)||0<=n))&&(h.insertBefore(s,i[r+1]||null),f=!0));f||(h.insertBefore(s,i[e?3:0]||null),f=!0)}return f},_defaultSetter:function(n,t,i){i.setAttribute(t,n)}});i.prototype.yGetter=i.prototype.xGetter;i.prototype.translateXSetter=i.prototype.translateYSetter=i.prototype.rotationSetter=i.prototype.verticalAlignSetter=i.prototype.rotationOriginXSetter=i.prototype.rotationOriginYSetter=i.prototype.scaleXSetter=i.prototype.scaleYSetter=i.prototype.matrixSetter=function(n,t){this[t]=n;this.doTransform=!0};i.prototype["stroke-widthSetter"]=i.prototype.strokeSetter=function(n,t,r){this[t]=n;this.stroke&&this["stroke-width"]?(i.prototype.fillSetter.call(this,this.stroke,"stroke",r),r.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===t&&0===n&&this.hasStroke&&(r.removeAttribute("stroke"),this.hasStroke=!1)};w=n.SVGRenderer=function(){this.init.apply(this,arguments)};e(w.prototype,{Element:i,SVG_NS:g,init:function(n,t,i,r,e,o){var h,s;r=this.createElement("svg").attr({version:"1.1","class":"highcharts-root"}).css(this.getStyle(r));h=r.element;n.appendChild(h);u(n,"dir","ltr");-1===n.innerHTML.indexOf("xmlns")&&u(h,"xmlns",this.SVG_NS);this.isSVG=!0;this.box=h;this.boxWrapper=r;this.alignedObjects=[];this.url=(it||yt)&&f.getElementsByTagName("base").length?p.location.href.replace(/#.*?$/,"").replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20"):"";this.createElement("desc").add().element.appendChild(f.createTextNode("Created with Highcharts 6.1.1"));this.defs=this.createElement("defs").add();this.allowHTML=o;this.forExport=e;this.gradients={};this.cache={};this.cacheKeys=[];this.imgCount=0;this.setSize(t,i,!1);it&&n.getBoundingClientRect&&(t=function(){c(n,{left:0,top:0});s=n.getBoundingClientRect();c(n,{left:Math.ceil(s.left)-s.left+"px",top:Math.ceil(s.top)-s.top+"px"})},t(),this.unSubPixelFix=y(p,"resize",t))},getStyle:function(n){return this.style=e({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},n)},setStyle:function(n){this.boxWrapper.css(this.getStyle(n))},isHidden:function(){return!this.boxWrapper.getBBox().width},destroy:function(){var n=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),ct(this.gradients||{}),this.gradients=null,n&&(this.defs=n.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},createElement:function(n){var t=new this.Element;return t.init(this,n),t},draw:pt,getRadialAttr:function(n,t){return{cx:n[0]-n[2]/2+t.cx*n[2],cy:n[1]-n[2]/2+t.cy*n[2],r:t.r*n[2]}},getSpanWidth:function(n){return n.getBBox(!0).width},applyEllipsis:function(n,t,i,r){var s,h,l=n.rotation,u=i,o=0,e=i.length,c=function(n){t.removeChild(t.firstChild);n&&t.appendChild(f.createTextNode(n))};if(n.rotation=0,u=this.getSpanWidth(n,t),h=u>r){for(;o<=e;)s=Math.ceil((o+e)/2),u=i.substring(0,s)+"…",c(u),u=this.getSpanWidth(n,t),o===e?o=e+1:u>r?e=s-1:o=s;0===e&&c("")}return n.rotation=l,h},escapes:{"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#39;",'"':"&quot;"},buildText:function(n){var y,rt,w,i=n.element,l=this,ut=l.forExport,e=r(n.textStr,"").toString(),ft=-1!==e.indexOf("<"),ot=i.childNodes,b=u(i,"x"),t=n.styles,s=n.textWidth,k=t&&t.lineHeight,p=t&&t.textOutline,v=t&&"ellipsis"===t.textOverflow,nt=t&&"nowrap"===t.whiteSpace,st=t&&t.fontSize,ht=ot.length,t=s&&!n.added&&this.box,ct=function(n){var t;return t=/(px|em)$/.test(n&&n.style.fontSize)?n.style.fontSize:st||l.style.fontSize||12,k?a(k):l.fontMetrics(t,n.getAttribute("style")?n:i).h},tt=function(n,t){return h(l.escapes,function(i,r){t&&-1!==d(i,t)||(n=n.toString().replace(new RegExp(i,"g"),r))}),n},it=function(n,t){var i;if(i=n.indexOf("<"),n=n.substring(i,n.indexOf(">")-i),-1!==(i=n.indexOf(t+"="))&&(i=i+t.length+1,'"'===(t=n.charAt(i))||"'"===t))return n=n.substring(i+1),n.substring(0,n.indexOf(t))};if((rt=[e,v,nt,k,p,st,s].join())!==n.textCache){for(n.textCache=rt;ht--;)i.removeChild(ot[ht]);ft||p||v||s||-1!==e.indexOf(" ")?(t&&t.appendChild(i),e=ft?e.replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">').replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,"<\/span>").split(/<br.*?>/g):[e],e=lt(e,function(n){return""!==n}),o(e,function(t,r){var e,h=0;t=t.replace(/^\s+|\s+$/g,"").replace(/<span/g,"|||<span").replace(/<\/span>/g,"<\/span>|||");e=t.split("|||");o(e,function(t){var p,k,a,o;if((""!==t||1===e.length)&&(a={},o=f.createElementNS(l.SVG_NS,"tspan"),(p=it(t,"class"))&&u(o,"class",p),(p=it(t,"style"))&&(p=p.replace(/(;| |^)color([ :])/,"$1fill$2"),u(o,"style",p)),(k=it(t,"href"))&&!ut&&(u(o,"onclick",'location.href="'+k+'"'),u(o,"class","highcharts-anchor"),c(o,{cursor:"pointer"}))," "!==(t=tt(t.replace(/<[a-zA-Z\/](.|\n)*?>/g,"")||" ")))){if(o.appendChild(f.createTextNode(t)),h?a.dx=0:r&&null!==b&&(a.x=b),u(o,a),i.appendChild(o),!h&&w&&(!et&&ut&&c(o,{display:"block"}),u(o,"dy",ct(o))),s){a=t.replace(/([^\^])-/g,"$1- ").split(" ");k=1<e.length||r||1<a.length&&!nt;var d,rt=[],ft=ct(o),ot=n.rotation;for(v&&(y=l.applyEllipsis(n,o,t,s));!v&&k&&(a.length||rt.length);)n.rotation=0,d=l.getSpanWidth(n,o),t=d>s,void 0===y&&(y=t),t&&1!==a.length?(o.removeChild(o.firstChild),rt.unshift(a.pop())):(a=rt,rt=[],a.length&&!nt&&(o=f.createElementNS(g,"tspan"),u(o,{dy:ft,x:b}),p&&u(o,"style",p),i.appendChild(o)),d>s&&(s=d+1)),a.length&&o.appendChild(f.createTextNode(a.join(" ").replace(/- /g,"-")));n.rotation=ot}h++}});w=w||i.childNodes.length}),v&&y&&n.attr("title",tt(n.textStr,["&lt;","&gt;"])),t&&t.removeChild(i),p&&n.applyTextOutline&&n.applyTextOutline(p)):i.appendChild(f.createTextNode(tt(e)))}},getContrast:function(n){return n=ht(n).rgba,510<n[0]+n[1]+n[2]?"#000000":"#FFFFFF"},button:function(n,t,i,r,u,f,o,h,c){var l=this.label(n,t,i,c,null,null,null,null,"button"),a=0,v,p,w,b;return l.attr(s({padding:8,r:2},u)),u=s({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},u),v=u.style,delete u.style,f=s(u,{fill:"#e6e6e6"},f),p=f.style,delete f.style,o=s(u,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},o),w=o.style,delete o.style,h=s(u,{style:{color:"#cccccc"}},h),b=h.style,delete h.style,y(l.element,rt?"mouseover":"mouseenter",function(){3!==a&&l.setState(1)}),y(l.element,rt?"mouseout":"mouseleave",function(){3!==a&&l.setState(a)}),l.setState=function(n){1!==n&&(l.state=a=n);l.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][n||0]);l.attr([u,f,o,h][n||0]).css([v,p,w,b][n||0])},l.attr(u).css(e({cursor:"default"},v)),l.on("click",function(n){3!==a&&r.call(l,n)})},crispLine:function(n,t){return n[1]===n[4]&&(n[1]=n[4]=Math.round(n[1])-t%2/2),n[2]===n[5]&&(n[2]=n[5]=Math.round(n[2])+t%2/2),n},path:function(n){var t={fill:"none"};return tt(n)?t.d=n:l(n)&&e(t,n),this.createElement("path").attr(t)},circle:function(n,t,i){return n=l(n)?n:{x:n,y:t,r:i},t=this.createElement("circle"),t.xSetter=t.ySetter=function(n,t,i){i.setAttribute("c"+t,n)},t.attr(n)},arc:function(n,t,i,r,u,f){return l(n)?(r=n,t=r.y,i=r.r,n=r.x):r={innerR:r,start:u,end:f},n=this.symbol("arc",n,t,i,i,r),n.r=i,n},rect:function(n,t,i,r,f,e){f=l(n)?n.r:f;var o=this.createElement("rect");return n=l(n)?n:void 0===n?{}:{x:n,y:t,width:Math.max(i,0),height:Math.max(r,0)},void 0!==e&&(n.strokeWidth=e,n=o.crisp(n)),n.fill="none",f&&(n.r=f),o.rSetter=function(n,t,i){u(i,{rx:n,ry:n})},o.attr(n)},setSize:function(n,t,i){var u=this.alignedObjects,f=u.length;for(this.width=n,this.height=t,this.boxWrapper.animate({width:n,height:t},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:r(i,!0)?void 0:0});f--;)u[f].align()},g:function(n){var t=this.createElement("g");return n?t.attr({"class":"highcharts-"+n}):t},image:function(n,t,i,r,u,f){var o,s={preserveAspectRatio:"none"},h=function(n,t){n.setAttributeNS?n.setAttributeNS("http://www.w3.org/1999/xlink","href",t):n.setAttribute("hc-svg-href",t)},c=function(t){h(o.element,n);f.call(o,t)};return 1<arguments.length&&e(s,{x:t,y:i,width:r,height:u}),o=this.createElement("image").attr(s),f?(h(o.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),s=new p.Image,y(s,"load",c),s.src=n,s.complete&&c({})):h(o.element,n),o},symbol:function(n,i,u,s,h,l){var a,y,p,k=this,d=/^url\((.*?)\)$/,g=d.test(n),w=!g&&(this.symbols[n]?n:"circle"),b=w&&this.symbols[w],tt=t(i)&&b&&b.call(this.symbols,Math.round(i),Math.round(u),s,h,l);return b?(a=this.path(tt),a.attr("fill","none"),e(a,{symbolName:w,x:i,y:u,width:s,height:h}),l&&e(a,l)):g&&(y=n.match(d)[1],a=this.image(y),a.imgwidth=r(v[y]&&v[y].width,l&&l.width),a.imgheight=r(v[y]&&v[y].height,l&&l.height),p=function(){a.attr({width:a.width,height:a.height})},o(["width","height"],function(n){a[n+"Setter"]=function(n,i){var u={},r=this["img"+i],f="width"===i?"translateX":"translateY";this[i]=n;t(r)&&(this.element&&this.element.setAttribute(i,r),this.alignByTranslate||(u[f]=((this[i]||0)-r)/2,this.attr(u)))}}),t(i)&&a.attr({x:i,y:u}),a.isImg=!0,t(a.imgwidth)&&t(a.imgheight)?p():(a.attr({width:0,height:0}),nt("img",{onload:function(){var n=st[k.chartIndex];0===this.width&&(c(this,{position:"absolute",top:"-999em"}),f.body.appendChild(this));v[y]={width:this.width,height:this.height};a.imgwidth=this.width;a.imgheight=this.height;a.element&&p();this.parentNode&&this.parentNode.removeChild(this);!--k.imgCount&&n&&n.onload&&n.onload()},src:y}),this.imgCount++)),a},symbols:{circle:function(n,t,i,r){return this.arc(n+i/2,t+r/2,i/2,r/2,{start:0,end:2*Math.PI,open:!1})},square:function(n,t,i,r){return["M",n,t,"L",n+i,t,n+i,t+r,n,t+r,"Z"]},triangle:function(n,t,i,r){return["M",n+i/2,t,"L",n+i,t+r,n,t+r,"Z"]},"triangle-down":function(n,t,i,r){return["M",n,t,"L",n+i,t,n+i/2,t+r,"Z"]},diamond:function(n,t,i,r){return["M",n+i/2,t,"L",n+i,t+r/2,n+i/2,t+r,n,t+r/2,"Z"]},arc:function(n,i,u,f,e){var h=e.start,o=e.r||u,c=e.r||f||u,s=e.end-.001;u=e.innerR;f=r(e.open,.001>Math.abs(e.end-e.start-2*Math.PI));var l=Math.cos(h),a=Math.sin(h),v=Math.cos(s),s=Math.sin(s);return e=.001>e.end-h-Math.PI?0:1,o=["M",n+o*l,i+c*a,"A",o,c,0,e,1,n+o*v,i+c*s],t(u)&&o.push(f?"M":"L",n+u*v,i+u*s,"A",u,u,0,e,0,n+u*l,i+u*a),o.push(f?"":"Z"),o},callout:function(n,t,i,r,u){var f=Math.min(u&&u.r||0,i,r),o=f+6,e=u&&u.anchorX,s;return u=u&&u.anchorY,s=["M",n+f,t,"L",n+i-f,t,"C",n+i,t,n+i,t,n+i,t+f,"L",n+i,t+r-f,"C",n+i,t+r,n+i,t+r,n+i-f,t+r,"L",n+f,t+r,"C",n,t+r,n,t+r,n,t+r-f,"L",n,t+f,"C",n,t,n,t,n+f,t],e&&e>i?u>t+o&&u<t+r-o?s.splice(13,3,"L",n+i,u-6,n+i+6,u,n+i,u+6,n+i,t+r-f):s.splice(13,3,"L",n+i,r/2,e,u,n+i,r/2,n+i,t+r-f):e&&0>e?u>t+o&&u<t+r-o?s.splice(33,3,"L",n,u+6,n-6,u,n,u-6,n,t+f):s.splice(33,3,"L",n,r/2,e,u,n,r/2,n,t+f):u&&u>r&&e>n+o&&e<n+i-o?s.splice(23,3,"L",e+6,t+r,e,t+r+6,e-6,t+r,n+f,t+r):u&&0>u&&e>n+o&&e<n+i-o&&s.splice(3,3,"L",e-6,t,e,t-6,e+6,t,i-f,t),s}},clipRect:function(t,i,r,u){var f=n.uniqueKey(),e=this.createElement("clipPath").attr({id:f}).add(this.defs);return t=this.rect(t,i,r,u,0).add(e),t.id=f,t.clipPath=e,t.count=0,t},text:function(n,t,i,r){var u={};return!r||!this.allowHTML&&this.forExport?(u.x=Math.round(t||0),i&&(u.y=Math.round(i)),(n||0===n)&&(u.text=n),n=this.createElement("text").attr(u),r||(n.xSetter=function(n,t,i){for(var r,f=i.getElementsByTagName("tspan"),e=i.getAttribute(t),u=0;u<f.length;u++)r=f[u],r.getAttribute(t)===e&&r.setAttribute(t,n);i.setAttribute(t,n)}),n):this.html(n,t,i)},fontMetrics:function(n,t){return n=n||t&&t.style&&t.style.fontSize||this.style&&this.style.fontSize,n=/px/.test(n)?a(n):/em/.test(n)?parseFloat(n)*(t?this.fontMetrics(null,t.parentNode).f:16):12,t=24>n?n+3:Math.round(1.2*n),{h:t,b:Math.round(.8*t),f:n}},rotCorr:function(n,t,i){var r=n;return t&&i&&(r=Math.max(r*Math.cos(t*b),4)),{x:-n/3*Math.sin(t*b),y:r}},label:function(r,u,f,h,c,l,a,v,y){var b,k,nt,ct,et,lt,rt,wt,at,vt,tt,ft,it,g=this,p=g.g("button"!==y&&"label"),w=p.text=g.text("",0,0,a).attr({zIndex:1}),ot=0,d=3,st=0,yt={},pt=/^url\((.*?)\)$/.test(h),ht=pt,bt;return y&&p.addClass("highcharts-"+y),ht=pt,vt=function(){return(wt||0)%2/2},tt=function(){var n=w.element.style,i={};k=(void 0===nt||void 0===ct||rt)&&t(w.textStr)&&w.getBBox();p.width=(nt||k.width||0)+2*d+st;p.height=(ct||k.height||0)+2*d;at=d+g.fontMetrics(n&&n.fontSize,w).b;ht&&(b||(p.box=b=g.symbols[h]||pt?g.symbol(h):g.rect(),b.addClass(("button"===y?"":"highcharts-label-box")+(y?" highcharts-"+y+"-box":"")),b.add(p),n=vt(),i.x=n,i.y=(v?-at:0)+n),i.width=Math.round(p.width),i.height=Math.round(p.height),b.attr(e(i,yt)),yt={})},ft=function(){var n,i=st+d;n=v?0:at;t(nt)&&k&&("center"===rt||"right"===rt)&&(i+={center:.5,right:1}[rt]*(nt-k.width));i===w.x&&n===w.y||(w.attr("x",i),w.hasBoxWidthChanged&&(k=w.getBBox(!0),tt()),void 0!==n&&w.attr("y",n));w.x=i;w.y=n},it=function(n,t){b?b.attr(n,t):yt[n]=t},p.onAdd=function(){w.add(p);p.attr({text:r||0===r?r:"",x:u,y:f});b&&t(c)&&p.attr({anchorX:c,anchorY:l})},p.widthSetter=function(t){nt=n.isNumber(t)?t:null},p.heightSetter=function(n){ct=n},p["text-alignSetter"]=function(n){rt=n},p.paddingSetter=function(n){t(n)&&n!==d&&(d=p.padding=n,ft())},p.paddingLeftSetter=function(n){t(n)&&n!==st&&(st=n,ft())},p.alignSetter=function(n){(n={left:0,center:.5,right:1}[n])!==ot&&(ot=n,k&&p.attr({x:et}))},p.textSetter=function(n){void 0!==n&&w.textSetter(n);tt();ft()},p["stroke-widthSetter"]=function(n,t){n&&(ht=!0);wt=this["stroke-width"]=n;it(t,n)},p.strokeSetter=p.fillSetter=p.rSetter=function(n,t){"r"!==t&&("fill"===t&&n&&(ht=!0),p[t]=n);it(t,n)},p.anchorXSetter=function(n,t){c=p.anchorX=n;it(t,Math.round(n)-vt()-et)},p.anchorYSetter=function(n,t){l=p.anchorY=n;it(t,n-lt)},p.xSetter=function(n){p.x=n;ot&&(n-=ot*((nt||k.width)+2*d),p["forceAnimate:x"]=!0);et=Math.round(n);p.attr("translateX",et)},p.ySetter=function(n){lt=p.y=Math.round(n);p.attr("translateY",lt)},bt=p.css,e(p,{css:function(n){if(n){var t={};n=s(n);o(p.textProps,function(i){void 0!==n[i]&&(t[i]=n[i],delete n[i])});w.css(t);"width"in t&&tt()}return bt.call(p,n)},getBBox:function(){return{width:k.width+2*d,height:k.height+2*d,x:k.x-d,y:k.y-d}},shadow:function(n){return n&&(tt(),b&&b.shadow(n)),p},destroy:function(){ut(p.element,"mouseenter");ut(p.element,"mouseleave");w&&(w=w.destroy());b&&(b=b.destroy());i.prototype.destroy.call(p);p=g=tt=ft=it=null}})}});n.Renderer=w}(t),function(n){var o=n.attr,s=n.createElement,t=n.css,u=n.defined,i=n.each,r=n.extend,f=n.isFirefox,h=n.isMS,c=n.isWebKit,l=n.pick,a=n.pInt,v=n.SVGRenderer,e=n.win,y=n.wrap;r(n.SVGElement.prototype,{htmlCss:function(n){var i=this.element;return(i=n&&"SPAN"===i.tagName&&n.width)&&(delete n.width,this.textWidth=i,this.htmlUpdateTransform()),n&&"ellipsis"===n.textOverflow&&(n.whiteSpace="nowrap",n.overflow="hidden"),this.styles=r(this.styles,n),t(this.element,n),this},htmlGetBBox:function(){var n=this.element;return{x:n.offsetLeft,y:n.offsetTop,width:n.offsetWidth,height:n.offsetHeight}},htmlUpdateTransform:function(){if(this.added){var h=this.renderer,n=this.element,c=this.translateX||0,l=this.translateY||0,p=this.x||0,w=this.y||0,s=this.textAlign||"left",v={left:0,center:.5,right:1}[s],r=this.styles,e=r&&r.whiteSpace;if(t(n,{marginLeft:c,marginTop:l}),this.shadows&&i(this.shadows,function(n){t(n,{marginLeft:c+1,marginTop:l+1})}),this.inverted&&i(n.childNodes,function(t){h.invertChild(t,n)}),"SPAN"===n.tagName){var f,r=this.rotation,o=this.textWidth&&a(this.textWidth),y=[r,s,n.innerHTML,this.textWidth,this.textAlign].join();(f=o!==this.oldTextWidth)&&!(f=o>this.oldTextWidth)&&((f=this.textPxLength)||(t(n,{width:"",whiteSpace:e||"nowrap"}),f=n.offsetWidth),f=f>o);f&&/[ \-]/.test(n.textContent||n.innerText)?(t(n,{width:o+"px",display:"block",whiteSpace:e||"normal"}),this.oldTextWidth=o,this.hasBoxWidthChanged=!0):this.hasBoxWidthChanged=!1;y!==this.cTT&&(e=h.fontMetrics(n.style.fontSize).b,u(r)&&r!==(this.oldRotation||0)&&this.setSpanRotation(r,v,e),this.getSpanCorrection(!u(r)&&this.textPxLength||n.offsetWidth,e,v,r,s));t(n,{left:p+(this.xCorr||0)+"px",top:w+(this.yCorr||0)+"px"});this.cTT=y;this.oldRotation=r}}else this.alignOnAdd=!0},setSpanRotation:function(n,i,r){var u={},e=this.renderer.getTransformKey();u[e]=u.transform="rotate("+n+"deg)";u[e+(f?"Origin":"-origin")]=u.transformOrigin=100*i+"% "+r+"px";t(this.element,u)},getSpanCorrection:function(n,t,i){this.xCorr=-n*i;this.yCorr=-t}});r(v.prototype,{getTransformKey:function(){return h&&!/Edge/.test(e.navigator.userAgent)?"-ms-transform":c?"-webkit-transform":f?"MozTransform":e.opera?"-o-transform":""},html:function(n,t,u){var f=this.createElement("span"),e=f.element,h=f.renderer,c=h.isSVG,a=function(n,t){i(["opacity","visibility"],function(i){y(n,i+"Setter",function(n,i,r,u){n.call(this,i,r,u);t[r]=i})});n.addedSetters=!0};return f.textSetter=function(n){n!==e.innerHTML&&delete this.bBox;this.textStr=n;e.innerHTML=l(n,"");f.doTransform=!0},c&&a(f,f.element.style),f.xSetter=f.ySetter=f.alignSetter=f.rotationSetter=function(n,t){"align"===t&&(t="textAlign");f[t]=n;f.doTransform=!0},f.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},f.attr({text:n,x:Math.round(t),y:Math.round(u)}).css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize,position:"absolute"}),e.style.whiteSpace="nowrap",f.css=f.htmlCss,c&&(f.add=function(n){var t,c=h.box.parentNode,u=[];if(this.parentGroup=n){if(!(t=n.div)){for(;n;)u.push(n),n=n.parentGroup;i(u.reverse(),function(n){function h(t,r){n[r]=t;"translateX"===r?i.left=t+"px":i.top=t+"px";n.doTransform=!0}var i,e=o(n.element,"class");e&&(e={className:e});t=n.div=n.div||s("div",e,{position:"absolute",left:(n.translateX||0)+"px",top:(n.translateY||0)+"px",display:n.display,opacity:n.opacity,pointerEvents:n.styles&&n.styles.pointerEvents},t||c);i=t.style;r(n,{classSetter:function(n){return function(t){this.element.setAttribute("class",t);n.className=t}}(t),on:function(){return u[0].div&&f.on.apply({element:u[0].div},arguments),n},translateXSetter:h,translateYSetter:h});n.addedSetters||a(n,i)})}}else t=c;return t.appendChild(e),f.added=!0,f.alignOnAdd&&f.htmlUpdateTransform(),f}),f}})}(t),function(n){var u=n.defined,f=n.each,e=n.extend,o=n.merge,i=n.pick,t=n.timeUnits,r=n.win;n.Time=function(n){this.update(n,!1)};n.Time.prototype={defaultOptions:{},update:function(t){var u=i(t&&t.useUTC,!0),f=this;this.options=t=o(!0,this.options||{},t);this.Date=t.Date||r.Date;this.timezoneOffset=(this.useUTC=u)&&t.timezoneOffset;this.getTimezoneOffset=this.timezoneOffsetFunction();(this.variableTimezone=!(u&&!t.getTimezoneOffset&&!t.timezone))||this.timezoneOffset?(this.get=function(n,t){var i=t.getTime(),r=i-f.getTimezoneOffset(t);return t.setTime(r),n=t["getUTC"+n](),t.setTime(i),n},this.set=function(t,i,r){var u;-1!==n.inArray(t,["Milliseconds","Seconds","Minutes"])?i["set"+t](r):(u=f.getTimezoneOffset(i),u=i.getTime()-u,i.setTime(u),i["setUTC"+t](r),t=f.getTimezoneOffset(i),u=i.getTime()+t,i.setTime(u))}):u?(this.get=function(n,t){return t["getUTC"+n]()},this.set=function(n,t,i){return t["setUTC"+n](i)}):(this.get=function(n,t){return t["get"+n]()},this.set=function(n,t,i){return t["set"+n](i)})},makeTime:function(t,r,u,f,e,o){var s,h,c;return this.useUTC?(s=this.Date.UTC.apply(0,arguments),h=this.getTimezoneOffset(s),s+=h,c=this.getTimezoneOffset(s),h!==c?s+=c-h:h-36e5!==this.getTimezoneOffset(s-36e5)||n.isSafari||(s-=36e5)):s=new this.Date(t,r,i(u,1),i(f,0),i(e,0),i(o,0)).getTime(),s},timezoneOffsetFunction:function(){var u=this,t=this.options,i=r.moment;if(!this.useUTC)return function(n){return 6e4*new Date(n).getTimezoneOffset()};if(t.timezone){if(i)return function(n){return 6e4*-i.tz(n,t.timezone).utcOffset()};n.error(25)}return this.useUTC&&t.getTimezoneOffset?function(n){return 6e4*t.getTimezoneOffset(n)}:function(){return 6e4*(u.timezoneOffset||0)}},dateFormat:function(t,i,r){if(!n.defined(i)||isNaN(i))return n.defaultOptions.lang.invalidDate||"";t=n.pick(t,"%Y-%m-%d %H:%M:%S");var c=this,u=new this.Date(i),e=this.get("Hours",u),o=this.get("Day",u),l=this.get("Date",u),s=this.get("Month",u),a=this.get("FullYear",u),h=n.defaultOptions.lang,v=h.weekdays,y=h.shortWeekdays,f=n.pad,u=n.extend({a:y?y[o]:v[o].substr(0,3),A:v[o],d:f(l),e:f(l,2," "),w:o,b:h.shortMonths[s],B:h.months[s],m:f(s+1),o:s+1,y:a.toString().substr(2,2),Y:a,H:f(e),k:e,I:f(e%12||12),l:e%12||12,M:f(c.get("Minutes",u)),p:12>e?"AM":"PM",P:12>e?"am":"pm",S:f(u.getSeconds()),L:f(Math.round(i%1e3),3)},n.dateFormats);return n.objectEach(u,function(n,r){for(;-1!==t.indexOf("%"+r);)t=t.replace("%"+r,"function"==typeof n?n.call(c,i):n)}),r?t.substr(0,1).toUpperCase()+t.substr(1):t},getTimeTicks:function(n,r,o,s){var v,p,h=this,y=[],b={},c=new h.Date(r),l=n.unitRange,a=n.count||1,w,k;if(u(r)){for(h.set("Milliseconds",c,l>=t.second?0:a*Math.floor(h.get("Milliseconds",c)/a)),l>=t.second&&h.set("Seconds",c,l>=t.minute?0:a*Math.floor(h.get("Seconds",c)/a)),l>=t.minute&&h.set("Minutes",c,l>=t.hour?0:a*Math.floor(h.get("Minutes",c)/a)),l>=t.hour&&h.set("Hours",c,l>=t.day?0:a*Math.floor(h.get("Hours",c)/a)),l>=t.day&&h.set("Date",c,l>=t.month?1:a*Math.floor(h.get("Date",c)/a)),l>=t.month&&(h.set("Month",c,l>=t.year?0:a*Math.floor(h.get("Month",c)/a)),v=h.get("FullYear",c)),l>=t.year&&h.set("FullYear",c,v-v%a),l===t.week&&h.set("Date",c,h.get("Date",c)-h.get("Day",c)+i(s,1)),v=h.get("FullYear",c),s=h.get("Month",c),w=h.get("Date",c),k=h.get("Hours",c),r=c.getTime(),h.variableTimezone&&(p=o-r>4*t.month||h.getTimezoneOffset(r)!==h.getTimezoneOffset(o)),c=c.getTime(),r=1;c<o;)y.push(c),c=l===t.year?h.makeTime(v+r*a,0):l===t.month?h.makeTime(v,s+r*a):!p||l!==t.day&&l!==t.week?p&&l===t.hour&&1<a?h.makeTime(v,s,w,k+r*a):c+l*a:h.makeTime(v,s,w+r*a*(l===t.day?1:7)),r++;y.push(c);l<=t.hour&&1e4>y.length&&f(y,function(n){0==n%18e5&&"000000000"===h.dateFormat("%H%M%S%L",n)&&(b[n]="day")})}return y.info=e(n,{higherRanks:b,totalRange:l*a}),y}}}(t),function(n){var i=n.color,t=n.merge;n.defaultOptions={colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" "),symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:n.Time.prototype.defaultOptions,chart:{borderRadius:0,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:n.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:n.isTouchDevice?25:10,backgroundColor:i("#f7f7f7").setOpacity(.85).get(),borderWidth:1,headerFormat:'<span style="font-size: 10px">{point.key}<\/span><br/>',pointFormat:'<span style="color:{point.color}">●<\/span> {series.name}: <b>{point.y}<\/b><br/>',shadow:!0,style:{color:"#333333",cursor:"default",fontSize:"12px",pointerEvents:"none",whiteSpace:"nowrap"}},credits:{enabled:!0,href:"http://www.highcharts.com",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};n.setOptions=function(i){return n.defaultOptions=t(!0,n.defaultOptions,i),n.time.update(t(n.defaultOptions.global,n.defaultOptions.time),!1),n.defaultOptions};n.getOptions=function(){return n.defaultOptions};n.defaultPlotOptions=n.defaultOptions.plotOptions;n.time=new n.Time(t(n.defaultOptions.global,n.defaultOptions.time));n.dateFormat=function(t,i,r){return n.time.dateFormat(t,i,r)}}(t),function(n){var e=n.correctFloat,i=n.defined,o=n.destroyObjectProperties,u=n.fireEvent,f=n.isNumber,s=n.merge,t=n.pick,r=n.deg2rad;n.Tick=function(n,t,i,r){this.axis=n;this.pos=t;this.type=i||"";this.isNewLabel=this.isNew=!0;i||r||this.addLabel()};n.Tick.prototype={addLabel:function(){var l,n=this.axis,o=n.options,a=n.chart,r=n.categories,h=n.names,u=this.pos,c=o.labels,f=n.tickPositions,v=u===f[0],y=u===f[f.length-1],h=r?t(r[u],h[u],u):u,r=this.label,f=f.info;n.isDatetimeAxis&&f&&(l=o.dateTimeLabelFormats[f.higherRanks[u]||f.unitName]);this.isFirst=v;this.isLast=y;o=n.labelFormatter.call({axis:n,chart:a,isFirst:v,isLast:y,dateTimeLabelFormat:l,value:n.isLog?e(n.lin2log(h)):h,pos:u});i(r)?r&&r.attr({text:o}):((this.label=r=i(o)&&c.enabled?a.renderer.text(o,0,0,c.useHTML).css(s(c.style)).add(n.labelGroup):null)&&(r.textPxLength=r.getBBox().width),this.rotation=0)},getLabelSize:function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},handleOverflow:function(n){var h,i=this.axis,w=i.options.labels,e=n.x,a=i.chart.chartWidth,o=i.chart.spacing,v=t(i.labelLeft,Math.min(i.pos,o[3])),o=t(i.labelRight,Math.max(i.isRadial?0:i.pos+i.len,a-o[1])),y=this.label,c=this.rotation,f={left:0,center:.5,right:1}[i.labelAlign||y.attr("align")],s=y.getBBox().width,l=i.getSlotWidth(this),u=l,b=1,p={};c||!1===w.overflow?0>c&&e-f*s<v?h=Math.round(e/Math.cos(c*r)-v):0<c&&e+f*s>o&&(h=Math.round((a-e)/Math.cos(c*r))):(a=e+(1-f)*s,e-f*s<v?u=n.x+u*(1-f)-v:a>o&&(u=o-n.x+u*f,b=-1),u=Math.min(l,u),u<l&&"center"===i.labelAlign&&(n.x+=b*(l-u-f*(l-Math.min(s,u)))),(s>u||i.autoRotation&&(y.styles||{}).width)&&(h=u));h&&(p.width=h,(w.style||{}).textOverflow||(p.textOverflow="ellipsis"),y.css(p))},getPosition:function(t,i,r,f){var e=this.axis,o=e.chart,s=f&&o.oldChartHeight||o.chartHeight;return t={x:t?n.correctFloat(e.translate(i+r,null,null,f)+e.transB):e.left+e.offset+(e.opposite?(f&&o.oldChartWidth||o.chartWidth)-e.right-e.left:0),y:t?s-e.bottom+e.offset-(e.opposite?e.height:0):n.correctFloat(s-e.translate(i+r,null,null,f)-e.transB)},u(this,"afterGetPosition",{pos:t}),t},getLabelPosition:function(n,t,f,e,o,s,h,c){var l=this.axis,w=l.transA,b=l.reversed,a=l.staggerLines,y=l.tickRotCorr||{x:0,y:0},p=o.y,k=e||l.reserveSpaceDefault?0:-l.labelOffset*("center"===l.labelAlign?.5:1),v={};return i(p)||(p=0===l.side?f.rotation?-8:-f.getBBox().height:2===l.side?y.y+8:Math.cos(f.rotation*r)*(y.y-f.getBBox(!1,0).height/2)),n=n+o.x+k+y.x-(s&&e?s*w*(b?-1:1):0),t=t+p-(s&&!e?s*w*(b?1:-1):0),a&&(f=h/(c||1)%a,l.opposite&&(f=a-f-1),t+=l.labelOffset/a*f),v.x=n,v.y=Math.round(t),u(this,"afterGetLabelPosition",{pos:v}),v},getMarkPath:function(n,t,i,r,u,f){return f.crispLine(["M",n,t,"L",n+(u?0:-i),t+(u?i:0)],r)},renderGridLine:function(n,t,i){var f=this.axis,r=f.options,e=this.gridLine,u={},h=this.pos,o=this.type,c=f.tickmarkOffset,l=f.chart.renderer,s=o?o+"Grid":"grid",a=r[s+"LineWidth"],v=r[s+"LineColor"],r=r[s+"LineDashStyle"];e||(u.stroke=v,u["stroke-width"]=a,r&&(u.dashstyle=r),o||(u.zIndex=1),n&&(u.opacity=0),this.gridLine=e=l.path().attr(u).addClass("highcharts-"+(o?o+"-":"")+"grid-line").add(f.gridGroup));!n&&e&&(n=f.getPlotLinePath(h+c,e.strokeWidth()*i,n,!0))&&e[this.isNew?"attr":"animate"]({d:n,opacity:t})},renderMark:function(n,i,r){var u=this.axis,o=u.options,c=u.chart.renderer,f=this.type,h=f?f+"Tick":"tick",s=u.tickSize(h),e=this.mark,l=!e,v=n.x,a;n=n.y;a=t(o[h+"Width"],!f&&u.isXAxis?1:0);o=o[h+"Color"];s&&(u.opposite&&(s[0]=-s[0]),l&&(this.mark=e=c.path().addClass("highcharts-"+(f?f+"-":"")+"tick").add(u.axisGroup),e.attr({stroke:o,"stroke-width":a})),e[l?"attr":"animate"]({d:this.getMarkPath(v,n,s[0],e.strokeWidth()*r,u.horiz,c),opacity:i}))},renderLabel:function(n,i,r,u){var e=this.axis,a=e.horiz,h=e.options,o=this.label,s=h.labels,c=s.step,e=e.tickmarkOffset,l=!0,v=n.x;n=n.y;o&&f(v)&&(o.xy=n=this.getLabelPosition(v,n,o,a,s,e,u,c),this.isFirst&&!this.isLast&&!t(h.showFirstLabel,1)||this.isLast&&!this.isFirst&&!t(h.showLastLabel,1)?l=!1:!a||s.step||s.rotation||i||0===r||this.handleOverflow(n),c&&u%c&&(l=!1),l&&f(n.y)?(n.opacity=r,o[this.isNewLabel?"attr":"animate"](n),this.isNewLabel=!1):(o.attr("y",-9999),this.isNewLabel=!0))},render:function(i,r,u){var f=this.axis,o=f.horiz,e=this.getPosition(o,this.pos,f.tickmarkOffset,r),s=e.x,h=e.y,f=o&&s===f.pos+f.len||!o&&h===f.pos?-1:1;u=t(u,1);this.isActive=!0;this.renderGridLine(r,u,f);this.renderMark(e,u,f);this.renderLabel(e,r,u,i);this.isNew=!1;n.fireEvent(this,"afterRender")},destroy:function(){o(this,this.axis)}}}(t),i=function(n){var b=n.addEvent,k=n.animObject,s=n.arrayMax,c=n.arrayMin,d=n.color,e=n.correctFloat,v=n.defaultOptions,i=n.defined,g=n.deg2rad,y=n.destroyObjectProperties,r=n.each,nt=n.extend,f=n.fireEvent,tt=n.format,it=n.getMagnitude,rt=n.grep,l=n.inArray,ut=n.isArray,u=n.isNumber,p=n.isString,a=n.merge,ft=n.normalizeTickInterval,o=n.objectEach,t=n.pick,et=n.removeEvent,ot=n.splat,st=n.syncTimeout,h=n.Tick,w=function(){this.init.apply(this,arguments)};return n.extend(w.prototype,{defaultOptions:{dateTimeLabelFormats:{millisecond:"%H:%M:%S.%L",second:"%H:%M:%S",minute:"%H:%M",hour:"%H:%M",day:"%e. %b",week:"%e. %b",month:"%b '%y",year:"%Y"},endOnTick:!1,labels:{enabled:!0,style:{color:"#666666",cursor:"default",fontSize:"11px"},x:0},maxPadding:.01,minorTickLength:2,minorTickPosition:"outside",minPadding:.01,startOfWeek:1,startOnTick:!1,tickLength:10,tickmarkPlacement:"between",tickPixelInterval:100,tickPosition:"outside",title:{align:"middle",style:{color:"#666666"}},type:"linear",minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",tickColor:"#ccd6eb"},defaultYAxisOptions:{endOnTick:!0,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},maxPadding:.05,minPadding:.05,startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{allowOverlap:!1,enabled:!1,formatter:function(){return n.numberFormat(this.total,-1)},style:{fontSize:"11px",fontWeight:"bold",color:"#000000",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},defaultLeftAxisOptions:{labels:{x:-15},title:{rotation:270}},defaultRightAxisOptions:{labels:{x:15},title:{rotation:90}},defaultBottomAxisOptions:{labels:{autoRotation:[-45],x:0},title:{rotation:0}},defaultTopAxisOptions:{labels:{autoRotation:[-45],x:0},title:{rotation:0}},init:function(n,r){var s=r.isX,u=this,e,h;u.chart=n;u.horiz=n.inverted&&!u.isZAxis?!s:s;u.isXAxis=s;u.coll=u.coll||(s?"xAxis":"yAxis");f(this,"init",{userOptions:r});u.opposite=r.opposite;u.side=r.side||(u.horiz?u.opposite?0:2:u.opposite?1:3);u.setOptions(r);e=this.options;h=e.type;u.labelFormatter=e.labels.formatter||u.defaultLabelFormatter;u.userOptions=r;u.minPixelPadding=0;u.reversed=e.reversed;u.visible=!1!==e.visible;u.zoomEnabled=!1!==e.zoomEnabled;u.hasNames="category"===h||!0===e.categories;u.categories=e.categories||u.hasNames;u.names||(u.names=[],u.names.keys={});u.plotLinesAndBandsGroups={};u.isLog="logarithmic"===h;u.isDatetimeAxis="datetime"===h;u.positiveValuesOnly=u.isLog&&!u.allowNegativeLog;u.isLinked=i(e.linkedTo);u.ticks={};u.labelEdge=[];u.minorTicks={};u.plotLinesAndBands=[];u.alternateBands={};u.len=0;u.minRange=u.userMinRange=e.minRange||e.maxZoom;u.range=e.range;u.offset=e.offset||0;u.stacks={};u.oldStacks={};u.stacksTouched=0;u.max=null;u.min=null;u.crosshair=t(e.crosshair,ot(n.options.tooltip.crosshairs)[s?0:1],!1);r=u.options.events;-1===l(u,n.axes)&&(s?n.axes.splice(n.xAxis.length,0,u):n.axes.push(u),n[u.coll].push(u));u.series=u.series||[];n.inverted&&!u.isZAxis&&s&&void 0===u.reversed&&(u.reversed=!0);o(r,function(n,t){b(u,t,n)});u.lin2log=e.linearToLogConverter||u.lin2log;u.isLog&&(u.val2lin=u.log2lin,u.lin2val=u.lin2log);f(this,"afterInit")},setOptions:function(n){this.options=a(this.defaultOptions,"yAxis"===this.coll&&this.defaultYAxisOptions,[this.defaultTopAxisOptions,this.defaultRightAxisOptions,this.defaultBottomAxisOptions,this.defaultLeftAxisOptions][this.side],a(v[this.coll],n));f(this,"afterSetOptions",{userOptions:n})},defaultLabelFormatter:function(){var i,r=this.axis,t=this.value,u=r.chart.time,c=r.categories,s=this.dateTimeLabelFormat,e=v.lang,o=e.numericSymbols,e=e.numericSymbolMagnitude||1e3,f=o&&o.length,h=r.options.labels.format,r=r.isLog?Math.abs(t):r.tickInterval;if(h)i=tt(h,this,u);else if(c)i=t;else if(s)i=u.dateFormat(s,t);else if(f&&1e3<=r)for(;f--&&void 0===i;)u=Math.pow(e,f+1),r>=u&&0==10*t%u&&null!==o[f]&&0!==t&&(i=n.numberFormat(t/u,-1)+o[f]);return void 0===i&&(i=1e4<=Math.abs(t)?n.numberFormat(t,-1):n.numberFormat(t,-1,void 0,"")),i},getSeriesExtremes:function(){var n=this,e=n.chart;f(this,"getSeriesExtremes",null,function(){n.hasVisibleSeries=!1;n.dataMin=n.dataMax=n.threshold=null;n.softThreshold=!n.isXAxis;n.buildStacks&&n.buildStacks();r(n.series,function(r){if(r.visible||!e.options.chart.ignoreHiddenSeries){var o,f=r.options,h=f.threshold;n.hasVisibleSeries=!0;n.positiveValuesOnly&&0>=h&&(h=null);n.isXAxis?(f=r.xData,f.length&&(r=c(f),o=s(f),u(r)||r instanceof Date||(f=rt(f,u),r=c(f),o=s(f)),f.length&&(n.dataMin=Math.min(t(n.dataMin,f[0],r),r),n.dataMax=Math.max(t(n.dataMax,f[0],o),o)))):(r.getExtremes(),o=r.dataMax,r=r.dataMin,i(r)&&i(o)&&(n.dataMin=Math.min(t(n.dataMin,r),r),n.dataMax=Math.max(t(n.dataMax,o),o)),i(h)&&(n.threshold=h),(!f.softThreshold||n.positiveValuesOnly)&&(n.softThreshold=!1))}})});f(this,"afterGetSeriesExtremes")},translate:function(n,t,i,r,f,e){var o=this.linkedParent||this,s=1,c=0,h=r?o.oldTransA:o.transA,l;return r=r?o.oldMin:o.min,l=o.minPixelPadding,f=(o.isOrdinal||o.isBroken||o.isLog&&f)&&o.lin2val,h||(h=o.transA),i&&(s*=-1,c=o.len),o.reversed&&(s*=-1,c-=s*(o.sector||o.len)),t?(n=(n*s+c-l)/h+r,f&&(n=o.lin2val(n))):(f&&(n=o.val2lin(n)),n=u(r)?s*(n-r)*h+c+s*l+(u(e)?h*e:0):void 0),n},toPixels:function(n,t){return this.translate(n,!1,!this.horiz,null,!0)+(t?0:this.pos)},toValue:function(n,t){return this.translate(n-(t?0:this.pos),!0,!this.horiz,null,!0)},getPlotLinePath:function(n,i,r,f,e){var o,h,c,s=this.chart,l=this.left,a=this.top,y=r&&s.oldChartHeight||s.chartHeight,p=r&&s.oldChartWidth||s.chartWidth,v;return o=this.transB,v=function(n,t,i){return(n<t||n>i)&&(f?n=Math.min(Math.max(t,n),i):c=!0),n},e=t(e,this.translate(n,null,null,r)),e=Math.min(Math.max(-1e5,e),1e5),n=r=Math.round(e+o),o=h=Math.round(y-e-o),u(e)?this.horiz?(o=a,h=y-this.bottom,n=r=v(n,l,l+this.width)):(n=l,r=p-this.right,o=h=v(o,a,a+this.height)):(c=!0,f=!1),c&&!f?null:s.renderer.crispLine(["M",n,o,"L",r,h],i||1)},getLinearTickPositions:function(n,t,i){var f,r=e(Math.floor(t/n)*n),o,u;if(i=e(Math.ceil(i/n)*n),u=[],e(r+n)===r&&(o=20),this.single)return[t];for(t=r;t<=i&&(u.push(t),(t=e(t+n,o))!==f);)f=t;return u},getMinorTickInterval:function(){var n=this.options;return!0===n.minorTicks?t(n.minorTickInterval,"auto"):!1===n.minorTicks?null:n.minorTickInterval},getMinorTickPositions:function(){var n=this,i=n.options,s=n.tickPositions,f=n.minorTickInterval,t=[],u=n.pointRangePadding||0,e=n.min-u,u=n.max+u,o=u-e;if(o&&o/f<n.len/3)if(n.isLog)r(this.paddedTicks,function(i,r,u){r&&t.push.apply(t,n.getLogTickPositions(f,u[r-1],u[r],!0))});else if(n.isDatetimeAxis&&"auto"===this.getMinorTickInterval())t=t.concat(n.getTimeTicks(n.normalizeTimeTickInterval(f),e,u,i.startOfWeek));else for(i=e+(s[0]-e)%f;i<=u&&i!==t[0];i+=f)t.push(i);return 0!==t.length&&n.trimTicks(t),t},adjustForMinRange:function(){var u,v,l,o,y,a,p,e,h=this.options,n=this.min,f=this.max;this.isXAxis&&void 0===this.minRange&&!this.isLog&&(i(h.min)||i(h.max)?this.minRange=null:(r(this.series,function(n){for(a=n.xData,o=p=n.xIncrement?1:a.length-1;0<o;o--)y=a[o]-a[o-1],(void 0===l||y<l)&&(l=y)}),this.minRange=Math.min(5*l,this.dataMax-this.dataMin)));f-n<this.minRange&&(v=this.dataMax-this.dataMin>=this.minRange,e=this.minRange,u=(e-f+n)/2,u=[n-u,t(h.min,n-u)],v&&(u[2]=this.isLog?this.log2lin(this.dataMin):this.dataMin),n=s(u),f=[n+e,t(h.max,n+e)],v&&(f[2]=this.isLog?this.log2lin(this.dataMax):this.dataMax),(f=c(f))-n<e&&(u[0]=f-e,u[1]=t(h.min,f-e),n=s(u)));this.min=n;this.max=f},getClosest:function(){var n;return this.categories?n=1:r(this.series,function(t){var r=t.closestPointRange,u=t.visible||!t.chart.options.chart.ignoreHiddenSeries;!t.noSharedTooltip&&i(r)&&u&&(n=i(n)?Math.min(n,r):r)}),n},nameToX:function(n){var r,f=ut(this.categories),e=f?this.categories:this.names,u=n.options.x;return n.series.requireSorting=!1,i(u)||(u=!1===this.options.uniqueNames?n.series.autoIncrement():f?l(n.name,e):t(e.keys[n.name],-1)),-1===u?f||(r=e.length):r=u,void 0!==r&&(this.names[r]=n.name,this.names.keys[n.name]=r),r},updateNames:function(){var i=this,t=this.names;0<t.length&&(r(n.keys(t.keys),function(n){delete t.keys[n]}),t.length=0,this.minRange=this.userMinRange,r(this.series||[],function(n){n.xIncrement=null;n.points&&!n.isDirtyData||(n.processData(),n.generatePoints());r(n.points,function(t,r){var u;t.options&&void 0!==(u=i.nameToX(t))&&u!==t.x&&(t.x=u,n.xData[r]=u)})}))},setAxisTranslation:function(n){var e,i=this,a=i.max-i.min,h=i.axisPointRange||0,o=0,s=0,u=i.linkedParent,v=!!i.categories,c=i.transA,l=i.isXAxis;(l||v||h)&&(e=i.getClosest(),u?(o=u.minPointOffset,s=u.pointRangePadding):r(i.series,function(n){var r=v?1:l?t(n.options.pointRange,e,0):i.axisPointRange||0;n=n.options.pointPlacement;h=Math.max(h,r);i.single||(o=Math.max(o,p(n)?0:r/2),s=Math.max(s,"on"===n?0:r))}),u=i.ordinalSlope&&e?i.ordinalSlope/e:1,i.minPointOffset=o*=u,i.pointRangePadding=s*=u,i.pointRange=Math.min(h,a),l&&(i.closestPointRange=e));n&&(i.oldTransA=c);i.translationSlope=i.transA=c=i.options.staticScale||i.len/(a+s||1);i.transB=i.horiz?i.left:i.bottom;i.minPixelPadding=c*o;f(this,"afterSetAxisTranslation")},minFromRange:function(){return this.max-this.range},setTickInterval:function(o){var g,nt,v,y,s=this,l=s.chart,h=s.options,tt=s.isLog,rt=s.isDatetimeAxis,et=s.isXAxis,p=s.isLinked,w=h.maxPadding,b=h.minPadding,a=h.tickInterval,k=h.tickPixelInterval,d=s.categories,c=u(s.threshold)?s.threshold:null,ut=s.softThreshold;rt||d||p||this.getTickAmount();v=t(s.userMin,h.min);y=t(s.userMax,h.max);p?(s.linkedParent=l[s.coll][h.linkedTo],l=s.linkedParent.getExtremes(),s.min=t(l.min,l.dataMin),s.max=t(l.max,l.dataMax),h.type!==s.linkedParent.options.type&&n.error(11,1)):(!ut&&i(c)&&(s.dataMin>=c?(g=c,b=0):s.dataMax<=c&&(nt=c,w=0)),s.min=t(v,g,s.dataMin),s.max=t(y,nt,s.dataMax));tt&&(s.positiveValuesOnly&&!o&&0>=Math.min(s.min,t(s.dataMin,s.min))&&n.error(10,1),s.min=e(s.log2lin(s.min),15),s.max=e(s.log2lin(s.max),15));s.range&&i(s.max)&&(s.userMin=s.min=v=Math.max(s.dataMin,s.minFromRange()),s.userMax=y=s.max,s.range=null);f(s,"foundExtremes");s.beforePadding&&s.beforePadding();s.adjustForMinRange();!(d||s.axisPointRange||s.usePercentage||p)&&i(s.min)&&i(s.max)&&(l=s.max-s.min)&&(!i(v)&&b&&(s.min-=l*b),!i(y)&&w&&(s.max+=l*w));u(h.softMin)&&!u(s.userMin)&&(s.min=Math.min(s.min,h.softMin));u(h.softMax)&&!u(s.userMax)&&(s.max=Math.max(s.max,h.softMax));u(h.floor)&&(s.min=Math.max(s.min,h.floor));u(h.ceiling)&&(s.max=Math.min(s.max,h.ceiling));ut&&i(s.dataMin)&&(c=c||0,!i(v)&&s.min<c&&s.dataMin>=c?s.min=c:!i(y)&&s.max>c&&s.dataMax<=c&&(s.max=c));s.tickInterval=s.min===s.max||void 0===s.min||void 0===s.max?1:p&&!a&&k===s.linkedParent.options.tickPixelInterval?a=s.linkedParent.tickInterval:t(a,this.tickAmount?(s.max-s.min)/Math.max(this.tickAmount-1,1):void 0,d?1:(s.max-s.min)*k/Math.max(s.len,k));et&&!o&&r(s.series,function(n){n.processData(s.min!==s.oldMin||s.max!==s.oldMax)});s.setAxisTranslation(!0);s.beforeSetTickPositions&&s.beforeSetTickPositions();s.postProcessTickInterval&&(s.tickInterval=s.postProcessTickInterval(s.tickInterval));s.pointRange&&!a&&(s.tickInterval=Math.max(s.pointRange,s.tickInterval));o=t(h.minTickInterval,s.isDatetimeAxis&&s.closestPointRange);!a&&s.tickInterval<o&&(s.tickInterval=o);rt||tt||a||(s.tickInterval=ft(s.tickInterval,null,it(s.tickInterval),t(h.allowDecimals,!(.5<s.tickInterval&&5>s.tickInterval&&1e3<s.max&&9999>s.max)),!!this.tickAmount));this.tickAmount||(s.tickInterval=s.unsquish());this.setTickPositions()},setTickPositions:function(){var n,t=this.options,u=t.tickPositions;n=this.getMinorTickInterval();var r=t.tickPositioner,e=t.startOnTick,o=t.endOnTick;this.tickmarkOffset=this.categories&&"between"===t.tickmarkPlacement&&1===this.tickInterval?.5:0;this.minorTickInterval="auto"===n&&this.tickInterval?this.tickInterval/5:n;this.single=this.min===this.max&&i(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==t.allowDecimals);this.tickPositions=n=u&&u.slice();!n&&(n=this.isDatetimeAxis?this.getTimeTicks(this.normalizeTimeTickInterval(this.tickInterval,t.units),this.min,this.max,t.startOfWeek,this.ordinalPositions,this.closestPointRange,!0):this.isLog?this.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max),n.length>this.len&&(n=[n[0],n.pop()],n[0]===n[1]&&(n.length=1)),this.tickPositions=n,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=n=r);this.paddedTicks=n.slice(0);this.trimTicks(n,e,o);this.isLinked||(this.single&&2>n.length&&(this.min-=.5,this.max+=.5),u||r||this.adjustTickAmount());f(this,"afterSetTickPositions")},trimTicks:function(n,t,r){var u=n[0],f=n[n.length-1],e=this.minPointOffset||0;if(!this.isLinked){if(t&&-1/0!==u)this.min=u;else for(;this.min-e>n[0];)n.shift();if(r)this.max=f;else for(;this.max+e<n[n.length-1];)n.pop();0===n.length&&i(u)&&!this.options.tickPositions&&n.push((f+u)/2)}},alignToOthers:function(){var t,i={},n=this.options;return!1===this.chart.options.chart.alignTicks||!1===n.alignTicks||!1===n.startOnTick||!1===n.endOnTick||this.isLog||r(this.chart[this.coll],function(n){var r=n.options,r=[n.horiz?r.left:r.top,r.width,r.height,r.pane].join();n.series.length&&(i[r]?t=!0:i[r]=1)}),t},getTickAmount:function(){var t=this.options,n=t.tickAmount,r=t.tickPixelInterval;!i(t.tickInterval)&&this.len<r&&!this.isRadial&&!this.isLog&&t.startOnTick&&t.endOnTick&&(n=2);!n&&this.alignToOthers()&&(n=Math.ceil(this.len/r)+1);4>n&&(this.finalTickAmt=n,n=5);this.tickAmount=n},adjustTickAmount:function(){var r=this.tickInterval,n=this.tickPositions,u=this.tickAmount,f=this.finalTickAmt,o=n&&n.length,s=t(this.threshold,this.softThreshold?0:null);if(this.hasData()){if(o<u){for(;n.length<u;)n.length%2||this.min===s?n.push(e(n[n.length-1]+r)):n.unshift(e(n[0]-r));this.transA*=(o-1)/(u-1);this.min=n[0];this.max=n[n.length-1]}else o>u&&(this.tickInterval*=2,this.setTickPositions());if(i(f)){for(r=u=n.length;r--;)(3===f&&1==r%2||2>=f&&0<r&&r<u-1)&&n.splice(r,1);this.finalTickAmt=void 0}}},setScale:function(){var t,n;this.oldMin=this.min;this.oldMax=this.max;this.oldAxisLength=this.len;this.setAxisSize();n=this.len!==this.oldAxisLength;r(this.series,function(n){(n.isDirtyData||n.isDirty||n.xAxis.isDirty)&&(t=!0)});n||t||this.isLinked||this.forceRedraw||this.userMin!==this.oldUserMin||this.userMax!==this.oldUserMax||this.alignToOthers()?(this.resetStacks&&this.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.oldUserMin=this.userMin,this.oldUserMax=this.userMax,this.isDirty||(this.isDirty=n||this.min!==this.oldMin||this.max!==this.oldMax)):this.cleanStacks&&this.cleanStacks();f(this,"afterSetScale")},setExtremes:function(n,i,u,e,o){var s=this,h=s.chart;u=t(u,!0);r(s.series,function(n){delete n.kdTree});o=nt(o,{min:n,max:i});f(s,"setExtremes",o,function(){s.userMin=n;s.userMax=i;s.eventArgs=o;u&&h.redraw(e)})},zoom:function(n,r){var e=this.dataMin,o=this.dataMax,u=this.options,f=Math.min(e,t(u.min,e)),u=Math.max(o,t(u.max,o));return n===this.min&&r===this.max||(this.allowZoomOutside||(i(e)&&(n<f&&(n=f),n>u&&(n=u)),i(o)&&(r<f&&(r=f),r>u&&(r=u))),this.displayBtn=void 0!==n||void 0!==r,this.setExtremes(n,r,!1,void 0,{trigger:"zoom"})),!0},setAxisSize:function(){var i=this.chart,r=this.options,u=r.offsets||[0,0,0,0],f=this.horiz,e=this.width=Math.round(n.relativeLength(t(r.width,i.plotWidth-u[3]+u[1]),i.plotWidth)),o=this.height=Math.round(n.relativeLength(t(r.height,i.plotHeight-u[0]+u[2]),i.plotHeight)),s=this.top=Math.round(n.relativeLength(t(r.top,i.plotTop+u[0]),i.plotHeight,i.plotTop)),r=this.left=Math.round(n.relativeLength(t(r.left,i.plotLeft+u[3]),i.plotWidth,i.plotLeft));this.bottom=i.chartHeight-o-s;this.right=i.chartWidth-e-r;this.len=Math.max(f?e:o,0);this.pos=f?r:s},getExtremes:function(){var n=this.isLog;return{min:n?e(this.lin2log(this.min)):this.min,max:n?e(this.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},getThreshold:function(n){var t=this.isLog,i=t?this.lin2log(this.min):this.min,t=t?this.lin2log(this.max):this.max;return null===n||-1/0===n?n=i:1/0===n?n=t:i>n?n=i:t<n&&(n=t),this.translate(n,0,1,0,1)},autoLabelAlign:function(n){return n=(t(n,0)-90*this.side+720)%360,15<n&&165>n?"right":195<n&&345>n?"left":"center"},tickSize:function(n){var r=this.options,i=r[n+"Length"],u=t(r[n+"Width"],"tick"===n&&this.isXAxis?1:0);if(u&&i)return"inside"===r[n+"Position"]&&(i=-i),[i,u]},labelMetrics:function(){var n=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style&&this.options.labels.style.fontSize,this.ticks[n]&&this.ticks[n].label)},unsquish:function(){var c,f,o,n=this.options.labels,p=this.horiz,s=this.tickInterval,h=s,l=this.len/(((this.categories?1:0)+this.max-this.min)/s),u=n.rotation,a=this.labelMetrics(),v=Number.MAX_VALUE,y=function(n){return n/=l||1,n=1<n?Math.ceil(n):1,e(n*s)};return p?(o=!n.staggerLines&&!n.step&&(i(u)?[u]:l<t(n.autoRotationLimit,80)&&n.autoRotation))&&r(o,function(n){var t;(n===u||n&&-90<=n&&90>=n)&&(f=y(Math.abs(a.h/Math.sin(g*n))),(t=f+Math.abs(n/360))<v&&(v=t,c=n,h=f))}):n.step||(h=y(a.h)),this.autoRotation=o,this.labelRotation=t(c,u),h},getSlotWidth:function(){var t=this.chart,i=this.horiz,n=this.options.labels,u=Math.max(this.tickPositions.length-(this.categories?0:1),1),r=t.margin[3];return i&&2>(n.step||0)&&!n.rotation&&(this.staggerLines||1)*this.len/u||!i&&(n.style&&parseInt(n.style.width,10)||r&&r-t.spacing[3]||.33*t.chartWidth)},renderUnsquish:function(){var f,l,n,s=this.chart,w=s.renderer,e=this.tickPositions,a=this.ticks,t=this.options.labels,y=t&&t.style||{},b=this.horiz,h=this.getSlotWidth(),o=Math.max(1,Math.round(h-2*(t.padding||5))),i={},c=this.labelMetrics(),v=t.style&&t.style.textOverflow,u=0;if(p(t.rotation)||(i.rotation=t.rotation||0),r(e,function(n){(n=a[n])&&n.label&&n.label.textPxLength>u&&(u=n.label.textPxLength)}),this.maxLabelLength=u,this.autoRotation)u>o&&u>c.h?i.rotation=this.labelRotation:this.labelRotation=0;else if(h&&(f=o,!v))for(l="clip",o=e.length;!b&&o--;)n=e[o],(n=a[n].label)&&(n.styles&&"ellipsis"===n.styles.textOverflow?n.css({textOverflow:"clip"}):n.textPxLength>h&&n.css({width:h+"px"}),n.getBBox().height>this.len/e.length-(c.h-c.f)&&(n.specificTextOverflow="ellipsis"));i.rotation&&(f=u>.5*s.chartHeight?.33*s.chartHeight:s.chartHeight,v||(l="ellipsis"));(this.labelAlign=t.align||this.autoLabelAlign(this.labelRotation))&&(i.align=this.labelAlign);r(e,function(n){var t=(n=a[n])&&n.label,u=y.width,r={};t&&(t.attr(i),f&&!u&&"nowrap"!==y.whiteSpace&&(f<t.textPxLength||"SPAN"===t.element.tagName)?(r.width=f,v||(r.textOverflow=t.specificTextOverflow||l),t.css(r)):t.styles&&t.styles.width&&!r.width&&!u&&t.css({width:null}),delete t.specificTextOverflow,n.rotation=i.rotation)});this.tickRotCorr=w.rotCorr(c.b,this.labelRotation||0,0!==this.side)},hasData:function(){return this.hasVisibleSeries||i(this.min)&&i(this.max)&&this.tickPositions&&0<this.tickPositions.length},addTitle:function(n){var i,u=this.chart.renderer,f=this.horiz,r=this.opposite,t=this.options.title;this.axisTitle||((i=t.textAlign)||(i=(f?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[t.align]),this.axisTitle=u.text(t.text,0,0,t.useHTML).attr({zIndex:7,rotation:t.rotation||0,align:i}).addClass("highcharts-axis-title").css(a(t.style)).add(this.axisGroup),this.axisTitle.isNew=!0);t.style.width||this.isRadial||this.axisTitle.css({width:this.len});this.axisTitle[n?"show":"hide"](!0)},generateTick:function(n){var t=this.ticks;t[n]?t[n].addLabel():t[n]=new h(this,n)},getOffset:function(){var y,p,w,n=this,e=n.chart,l=e.renderer,f=n.options,b=n.tickPositions,k=n.ticks,d=n.horiz,u=n.side,it=e.inverted&&!n.isZAxis?[1,0,3,2][u]:u,rt=0,s=0,h=f.title,a=f.labels,c=0,g=e.axisOffset,e=e.clipOffset,v=[-1,1,1,-1][u],nt=f.className,tt=n.axisParent,ut=this.tickSize("tick");y=n.hasData();n.showAxis=p=y||t(f.showEmpty,!0);n.staggerLines=n.horiz&&a.staggerLines;n.axisGroup||(n.gridGroup=l.g("grid").attr({zIndex:f.gridZIndex||1}).addClass("highcharts-"+this.coll.toLowerCase()+"-grid "+(nt||"")).add(tt),n.axisGroup=l.g("axis").attr({zIndex:f.zIndex||2}).addClass("highcharts-"+this.coll.toLowerCase()+" "+(nt||"")).add(tt),n.labelGroup=l.g("axis-labels").attr({zIndex:a.zIndex||7}).addClass("highcharts-"+n.coll.toLowerCase()+"-labels "+(nt||"")).add(tt));y||n.isLinked?(r(b,function(t,i){n.generateTick(t,i)}),n.renderUnsquish(),n.reserveSpaceDefault=0===u||2===u||{1:"left",3:"right"}[u]===n.labelAlign,t(a.reserveSpace,"center"===n.labelAlign||null,n.reserveSpaceDefault)&&r(b,function(n){c=Math.max(k[n].getLabelSize(),c)}),n.staggerLines&&(c*=n.staggerLines),n.labelOffset=c*(n.opposite?-1:1)):o(k,function(n,t){n.destroy();delete k[t]});h&&h.text&&!1!==h.enabled&&(n.addTitle(p),p&&!1!==h.reserveSpace&&(n.titleOffset=rt=n.axisTitle.getBBox()[d?"height":"width"],w=h.offset,s=i(w)?0:t(h.margin,d?5:10)));n.renderLine();n.offset=v*t(f.offset,g[u]);n.tickRotCorr=n.tickRotCorr||{x:0,y:0};l=0===u?-n.labelMetrics().h:2===u?n.tickRotCorr.y:0;s=Math.abs(c)+s;c&&(s=s-l+v*(d?t(a.y,n.tickRotCorr.y+8*v):a.x));n.axisTitleMargin=t(w,s);g[u]=Math.max(g[u],n.axisTitleMargin+rt+v*n.offset,s,y&&b.length&&ut?ut[0]+v*n.offset:0);f=f.offset?0:2*Math.floor(n.axisLine.strokeWidth()/2);e[it]=Math.max(e[it],f)},getLinePath:function(n){var i=this.chart,u=this.opposite,t=this.offset,r=this.horiz,f=this.left+(u?this.width:0)+t,t=i.chartHeight-this.bottom-(u?this.height:0)+t;return u&&(n*=-1),i.renderer.crispLine(["M",r?this.left:f,r?t:this.top,"L",r?i.chartWidth-this.right:f,r?t:i.chartHeight-this.bottom],n)},renderLine:function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},getTitlePosition:function(){var n=this.horiz,r=this.left,o=this.top,t=this.len,u=this.options.title,f=n?r:o,e=this.opposite,s=this.offset,h=u.x||0,c=u.y||0,i=this.axisTitle,l=this.chart.renderer.fontMetrics(u.style&&u.style.fontSize,i),i=Math.max(i.getBBox(null,0).height-l.h-1,0),t={low:f+(n?0:t),middle:f+t/2,high:f+(n?t:0)}[u.align],r=(n?o+this.height:r)+(n?1:-1)*(e?-1:1)*this.axisTitleMargin+[-i,i,l.f,-i][this.side];return{x:n?t+h:r+(e?this.width:0)+s+h,y:n?r+c-(e?this.height:0)+s:t+c}},renderMinorTick:function(n){var i=this.chart.hasRendered&&u(this.oldMin),t=this.minorTicks;t[n]||(t[n]=new h(this,n,"minor"));i&&t[n].isNew&&t[n].render(null,!0);t[n].render(null,!1,1)},renderTick:function(n,t){var r=this.isLinked,i=this.ticks,f=this.chart.hasRendered&&u(this.oldMin);(!r||n>=this.min&&n<=this.max)&&(i[n]||(i[n]=new h(this,n)),f&&i[n].isNew&&i[n].render(t,!0,.1),i[n].render(t))},render:function(){var p,y,t=this,w=t.chart,e=t.options,b=t.isLog,it=t.isLinked,a=t.tickPositions,s=t.axisTitle,v=t.ticks,d=t.minorTicks,i=t.alternateBands,g=e.stackLabels,nt=e.alternateGridColor,c=t.tickmarkOffset,l=t.axisLine,tt=t.showAxis,rt=k(w.renderer.globalAnimation);t.labelEdge.length=0;t.overlap=!1;r([v,d,i],function(n){o(n,function(n){n.isActive=!1})});(t.hasData()||it)&&(t.minorTickInterval&&!t.categories&&r(t.getMinorTickPositions(),function(n){t.renderMinorTick(n)}),a.length&&(r(a,function(n,i){t.renderTick(n,i)}),c&&(0===t.min||t.single)&&(v[-1]||(v[-1]=new h(t,-1,null,!0)),v[-1].render(-1))),nt&&r(a,function(r,u){y=void 0!==a[u+1]?a[u+1]+c:t.max-c;0==u%2&&r<t.max&&y<=t.max+(w.polar?-c:c)&&(i[r]||(i[r]=new n.PlotLineOrBand(t)),p=r+c,i[r].options={from:b?t.lin2log(p):p,to:b?t.lin2log(y):y,color:nt},i[r].render(),i[r].isActive=!0)}),t._addedPlotLB||(r((e.plotLines||[]).concat(e.plotBands||[]),function(n){t.addPlotBandOrLine(n)}),t._addedPlotLB=!0));r([v,d,i],function(n){var t,r=[],u=rt.duration;o(n,function(n,t){n.isActive||(n.render(t,!1,0),n.isActive=!1,r.push(t))});st(function(){for(t=r.length;t--;)n[r[t]]&&!n[r[t]].isActive&&(n[r[t]].destroy(),delete n[r[t]])},n!==i&&w.hasRendered&&u?u:0)});l&&(l[l.isPlaced?"animate":"attr"]({d:this.getLinePath(l.strokeWidth())}),l.isPlaced=!0,l[tt?"show":"hide"](!0));s&&tt&&(e=t.getTitlePosition(),u(e.y)?(s[s.isNew?"attr":"animate"](e),s.isNew=!1):(s.attr("y",-9999),s.isNew=!0));g&&g.enabled&&t.renderStackTotals();t.isDirty=!1;f(this,"afterRender")},redraw:function(){this.visible&&(this.render(),r(this.plotLinesAndBands,function(n){n.render()}));r(this.series,function(n){n.isDirty=!0})},keepProps:"extKey hcEvents names series userMax userMin".split(" "),destroy:function(n){var i,t=this,e=t.stacks,u=t.plotLinesAndBands;if(f(this,"destroy",{keepEvents:n}),n||et(t),o(e,function(n,t){y(n);e[t]=null}),r([t.ticks,t.minorTicks,t.alternateBands],function(n){y(n)}),u)for(n=u.length;n--;)u[n].destroy();r("stackTotalGroup axisLine axisTitle axisGroup gridGroup labelGroup cross".split(" "),function(n){t[n]&&(t[n]=t[n].destroy())});for(i in t.plotLinesAndBandsGroups)t.plotLinesAndBandsGroups[i]=t.plotLinesAndBandsGroups[i].destroy();o(t,function(n,i){-1===l(i,t.keepProps)&&delete t[i]})},drawCrosshair:function(n,r){var h,s,u=this.crosshair,e=t(u.snap,!0),o=this.cross;if(f(this,"drawCrosshair",{e:n,point:r}),n||(n=this.cross&&this.cross.e),this.crosshair&&!1!==(i(r)||!e)){if(e?i(r)&&(s=t(r.crosshairPos,this.isXAxis?r.plotX:this.len-r.plotY)):s=n&&(this.horiz?n.chartX-this.pos:this.len-n.chartY+this.pos),i(s)&&(h=this.getPlotLinePath(r&&(this.isXAxis?r.x:t(r.stackY,r.y)),null,null,null,s)||null),!i(h))return void this.hideCrosshair();e=this.categories&&!this.isRadial;o||(this.cross=o=this.chart.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(e?"category ":"thin ")+u.className).attr({zIndex:t(u.zIndex,2)}).add(),o.attr({stroke:u.color||(e?d("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":t(u.width,1)}).css({"pointer-events":"none"}),u.dashStyle&&o.attr({dashstyle:u.dashStyle}));o.show().attr({d:h});e&&!u.width&&o.attr({"stroke-width":this.transA});this.cross.e=n}else this.hideCrosshair();f(this,"afterDrawCrosshair",{e:n,point:r})},hideCrosshair:function(){this.cross&&this.cross.hide()}}),n.Axis=w}(t),function(n){var i=n.Axis,r=n.getMagnitude,u=n.normalizeTickInterval,t=n.timeUnits;i.prototype.getTimeTicks=function(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)};i.prototype.normalizeTimeTickInterval=function(n,i){var e=i||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]],o,f,s;for(i=e[e.length-1],f=t[i[0]],s=i[1],o=0;o<e.length&&(i=e[o],f=t[i[0]],s=i[1],!(e[o+1]&&n<=(f*s[s.length-1]+t[e[o+1][0]])/2));o++);return f===t.year&&n<5*f&&(s=[1,2,5]),n=u(n/f,s,"year"===i[0]?Math.max(r(n/f),1):1),{unitRange:f,count:n,unitName:i[0]}}}(t),function(n){var t=n.Axis,i=n.getMagnitude,r=n.map,u=n.normalizeTickInterval,f=n.pick;t.prototype.getLogTickPositions=function(n,t,e,o){var h=this.options,s=this.len,l=[],a,p,v,c,y;if(o||(this._minorAutoInterval=null),.5<=n)n=Math.round(n),l=this.getLinearTickPositions(n,t,e);else if(.08<=n)for(s=Math.floor(t),h=.3<n?[1,2,4]:.15<n?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];s<e+1&&!y;s++)for(p=h.length,a=0;a<p&&!y;a++)v=this.log2lin(this.lin2log(s)*h[a]),v>t&&(!o||c<=e)&&void 0!==c&&l.push(c),c>e&&(y=!0),c=v;else t=this.lin2log(t),e=this.lin2log(e),n=o?this.getMinorTickInterval():h.tickInterval,n=f("auto"===n?null:n,this._minorAutoInterval,h.tickPixelInterval/(o?5:1)*(e-t)/((o?s/this.tickPositions.length:s)||1)),n=u(n,null,i(n)),l=r(this.getLinearTickPositions(n,t,e),this.log2lin),o||(this._minorAutoInterval=n/5);return o||(this.tickInterval=n),l};t.prototype.log2lin=function(n){return Math.log(n)/Math.LN10};t.prototype.lin2log=function(n){return Math.pow(10,n)}}(t),function(n,t){var r=n.arrayMax,u=n.arrayMin,i=n.defined,e=n.destroyObjectProperties,o=n.each,f=n.erase,s=n.merge,h=n.pick;n.PlotLineOrBand=function(n,t){this.axis=n;t&&(this.options=t,this.id=t.id)};n.PlotLineOrBand.prototype={render:function(){var o=this,u=o.axis,l=u.horiz,r=o.options,a=r.label,v=o.label,y=r.to,p=r.from,w=r.value,f=i(p)&&i(y),g=i(w),e=o.svgElem,nt=!e,t=[],c=r.color,k=h(r.zIndex,0),d=r.events,t={"class":"highcharts-plot-"+(f?"band ":"line ")+(r.className||"")},tt={},it=u.chart.renderer,b=f?"bands":"lines";if(u.isLog&&(p=u.log2lin(p),y=u.log2lin(y),w=u.log2lin(w)),g?(t.stroke=c,t["stroke-width"]=r.width,r.dashStyle&&(t.dashstyle=r.dashStyle)):f&&(c&&(t.fill=c),r.borderWidth&&(t.stroke=r.borderColor,t["stroke-width"]=r.borderWidth)),tt.zIndex=k,b+="-"+k,(c=u.plotLinesAndBandsGroups[b])||(u.plotLinesAndBandsGroups[b]=c=it.g("plot-"+b).attr(tt).add()),nt&&(o.svgElem=e=it.path().attr(t).add(c)),g)t=u.getPlotLinePath(w,e.strokeWidth());else{if(!f)return;t=u.getPlotBandPath(p,y,r)}return nt&&t&&t.length?(e.attr({d:t}),d&&n.objectEach(d,function(n,t){e.on(t,function(n){d[t].apply(o,[n])})})):e&&(t?(e.show(),e.animate({d:t})):(e.hide(),v&&(o.label=v=v.destroy()))),a&&i(a.text)&&t&&t.length&&0<u.width&&0<u.height&&!t.isFlat?(a=s({align:l&&f&&"center",x:l?!f&&4:10,verticalAlign:!l&&f&&"middle",y:l?f?16:10:f?6:-4,rotation:l&&!f&&90},a),this.renderLabel(a,t,f,k)):v&&v.hide(),o},renderLabel:function(n,t,i,f){var e=this.label,o=this.axis.chart.renderer;e||(e={align:n.textAlign||n.align,rotation:n.rotation,"class":"highcharts-plot-"+(i?"band":"line")+"-label "+(n.className||"")},e.zIndex=f,this.label=e=o.text(n.text,0,0,n.useHTML).attr(e).add(),e.css(n.style));f=t.xBounds||[t[1],t[4],i?t[6]:t[1]];t=t.yBounds||[t[2],t[5],i?t[7]:t[2]];i=u(f);o=u(t);e.align(n,!1,{x:i,y:o,width:r(f)-i,height:r(t)-o});e.show()},destroy:function(){f(this.axis.plotLinesAndBands,this);delete this.axis;e(this)}};n.extend(t.prototype,{getPlotBandPath:function(n,t){var e,i=this.getPlotLinePath(t,null,null,!0),r=this.getPlotLinePath(n,null,null,!0),f=[],o=this.horiz,u=1;if(n=n<this.min&&t<this.min||n>this.max&&t>this.max,r&&i)for(n&&(e=r.toString()===i.toString(),u=0),n=0;n<r.length;n+=6)o&&i[n+1]===r[n+1]?(i[n+1]+=u,i[n+4]+=u):o||i[n+2]!==r[n+2]||(i[n+2]+=u,i[n+5]+=u),f.push("M",r[n+1],r[n+2],"L",r[n+4],r[n+5],i[n+4],i[n+5],i[n+1],i[n+2],"z"),f.isFlat=e;return f},addPlotBand:function(n){return this.addPlotBandOrLine(n,"plotBands")},addPlotLine:function(n){return this.addPlotBandOrLine(n,"plotLines")},addPlotBandOrLine:function(t,i){var r=new n.PlotLineOrBand(this,t).render(),u=this.userOptions;return r&&(i&&(u[i]=u[i]||[],u[i].push(t)),this.plotLinesAndBands.push(r)),r},removePlotBandOrLine:function(n){for(var i=this.plotLinesAndBands,r=this.options,u=this.userOptions,t=i.length;t--;)i[t].id===n&&i[t].destroy();o([r.plotLines||[],u.plotLines||[],r.plotBands||[],u.plotBands||[]],function(i){for(t=i.length;t--;)i[t].id===n&&f(i,i[t])})},removePlotBand:function(n){this.removePlotBandOrLine(n)},removePlotLine:function(n){this.removePlotBandOrLine(n)}})}(t,i),function(n){var i=n.doc,r=n.each,s=n.extend,h=n.format,c=n.isNumber,e=n.map,o=n.merge,t=n.pick,u=n.splat,l=n.syncTimeout,f=n.timeUnits;n.Tooltip=function(){this.init.apply(this,arguments)};n.Tooltip.prototype={init:function(n,t){this.chart=n;this.options=t;this.crosshairs=[];this.now={x:0,y:0};this.isHidden=!0;this.split=t.split&&!n.inverted;this.shared=t.shared||this.split;this.outside=t.outside&&!this.split},cleanSplit:function(n){r(this.chart.series,function(t){var i=t&&t.tt;i&&(!i.isActive||n?t.tt=i.destroy():i.isActive=!1)})},getLabel:function(){var i,r=this.chart.renderer,t=this.options;return this.label||(this.outside&&(this.container=i=n.doc.createElement("div"),i.className="highcharts-tooltip-container",n.css(i,{position:"absolute",top:"1px",pointerEvents:"none"}),n.doc.body.appendChild(i),this.renderer=r=new n.Renderer(i,0,0)),this.split?this.label=r.g("tooltip"):(this.label=r.label("",0,0,t.shape||"callout",null,null,t.useHTML,null,"tooltip").attr({padding:t.padding,r:t.borderRadius}),this.label.attr({fill:t.backgroundColor,"stroke-width":t.borderWidth}).css(t.style).shadow(t.shadow)),this.outside&&(this.label.attr({x:this.distance,y:this.distance}),this.label.xSetter=function(n){i.style.left=n+"px"},this.label.ySetter=function(n){i.style.top=n+"px"}),this.label.attr({zIndex:8}).add()),this.label},update:function(n){this.destroy();o(!0,this.chart.options.tooltip.userOptions,n);this.init(this.chart,o(!0,this.options,n))},destroy:function(){this.label&&(this.label=this.label.destroy());this.split&&this.tt&&(this.cleanSplit(this.chart,!0),this.tt=this.tt.destroy());this.renderer&&(this.renderer=this.renderer.destroy(),n.discardElement(this.container));n.clearTimeout(this.hideTimer);n.clearTimeout(this.tooltipTimeout)},move:function(t,i,r,u){var f=this,e=f.now,o=!1!==f.options.animation&&!f.isHidden&&(1<Math.abs(t-e.x)||1<Math.abs(i-e.y)),h=f.followPointer||1<f.len;s(e,{x:o?(2*e.x+t)/3:t,y:o?(e.y+i)/2:i,anchorX:h?void 0:o?(2*e.anchorX+r)/3:r,anchorY:h?void 0:o?(e.anchorY+u)/2:u});f.getLabel().attr(e);o&&(n.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout(function(){f&&f.move(t,i,r,u)},32))},hide:function(i){var r=this;n.clearTimeout(this.hideTimer);i=t(i,this.options.hideDelay,500);this.isHidden||(this.hideTimer=l(function(){r.getLabel()[i?"fadeOut":"hide"]();r.isHidden=!0},i))},getAnchor:function(n,t){var f,c,l,i=this.chart,o=i.inverted,a=i.plotTop,v=i.plotLeft,s=0,h=0;return n=u(n),f=n[0].tooltipPos,this.followPointer&&t&&(void 0===t.chartX&&(t=i.pointer.normalize(t)),f=[t.chartX-i.plotLeft,t.chartY-a]),f||(r(n,function(n){c=n.series.yAxis;l=n.series.xAxis;s+=n.plotX+(!o&&l?l.left-v:0);h+=(n.plotLow?(n.plotLow+n.plotHigh)/2:n.plotY)+(!o&&c?c.top-a:0)}),s/=n.length,h/=n.length,f=[o?i.plotWidth-h:s,this.shared&&!o&&1<n.length&&t?t.chartY-a:o?i.plotHeight-s:h]),e(f,Math.round)},getPosition:function(n,r,u){var c,f=this.chart,e=this.distance,o={},h=f.inverted&&u.h||0,s=this.outside,p=s?i.documentElement.clientWidth-2*e:f.chartWidth,w=s?Math.max(i.body.scrollHeight,i.documentElement.scrollHeight,i.body.offsetHeight,i.documentElement.offsetHeight,i.documentElement.clientHeight):f.chartHeight,b=f.pointer.chartPosition,l=["y",w,r,(s?b.top-e:0)+u.plotY+f.plotTop,s?0:f.plotTop,s?w:f.plotTop+f.plotHeight],a=["x",p,n,(s?b.left-e:0)+u.plotX+f.plotLeft,s?0:f.plotLeft,s?p:f.plotLeft+f.plotWidth],k=!this.followPointer&&t(u.ttBelow,!f.inverted==!!u.negative),d=function(n,t,i,r,u,f){var c=i<r-e,l=r+e+i<t,s=r-e-i;if(r+=e,k&&l)o[n]=r;else if(!k&&c)o[n]=s;else if(c)o[n]=Math.min(f-i,0>s-h?s:s-h);else{if(!l)return!1;o[n]=Math.max(u,r+h+i>t?r:r+h)}},g=function(n,t,i,r){var u;return r<e||r>t-e?u=!1:o[n]=r<i/2?1:r>t-i/2?t-i-2:r-i/2,u},v=function(n){var t=l;l=a;a=t;c=n},y=function(){!1!==d.apply(0,l)?!1!==g.apply(0,a)||c||(v(!0),y()):c?o.x=o.y=0:(v(!0),y())};return(f.inverted||1<this.len)&&v(),y(),o},defaultFormatter:function(n){var t,i=this.points||u(this);return t=[n.tooltipFooterHeaderFormatter(i[0])],t=t.concat(n.bodyFormatter(i)),t.push(n.tooltipFooterHeaderFormatter(i[0],!0)),t},refresh:function(i,f){var s,v,h,c=this.options,e=i,o={},a=[],l;s=c.formatter||this.defaultFormatter;o=this.shared;c.enabled&&(n.clearTimeout(this.hideTimer),this.followPointer=u(e)[0].series.tooltipOptions.followPointer,h=this.getAnchor(e,f),f=h[0],v=h[1],!o||e.series&&e.series.noSharedTooltip?o=e.getLabelConfig():(r(e,function(n){n.setState("hover");a.push(n.getLabelConfig())}),o={x:e[0].category,y:e[0].y},o.points=a,e=e[0]),this.len=a.length,o=s.call(o,this),l=e.series,this.distance=t(l.tooltipOptions.distance,16),!1===o?this.hide():(s=this.getLabel(),this.isHidden&&s.attr({opacity:1}).show(),this.split?this.renderSplit(o,u(i)):(c.style.width||s.css({width:this.chart.spacingBox.width}),s.attr({text:o&&o.join?o.join(""):o}),s.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+t(e.colorIndex,l.colorIndex)),s.attr({stroke:c.borderColor||e.color||l.color||"#666666"}),this.updatePosition({plotX:f,plotY:v,negative:e.negative,ttBelow:e.ttBelow,h:h[2]||0})),this.isHidden=!1))},renderSplit:function(i,u){var c=this,o=[],f=this.chart,l=f.renderer,h=!0,e=this.options,s=0,a=this.getLabel();n.isString(i)&&(i=[!1,i]);r(i.slice(0,u.length+1),function(n,i){if(!1!==n){i=u[i-1]||{isHeader:!0,plotX:u[0].plotX};var y=i.series||c,v=y.tt,r=i.series||{},p="highcharts-color-"+t(i.colorIndex,r.colorIndex,"none");v||(y.tt=v=l.label(null,null,null,"callout",null,null,e.useHTML).addClass("highcharts-tooltip-box "+p).attr({padding:e.padding,r:e.borderRadius,fill:e.backgroundColor,stroke:e.borderColor||i.color||r.color||"#333333","stroke-width":e.borderWidth}).add(a));v.isActive=!0;v.attr({text:n});v.css(e.style).shadow(e.shadow);n=v.getBBox();r=n.width+v.strokeWidth();i.isHeader?(s=n.height,r=Math.max(0,Math.min(i.plotX+f.plotLeft-r/2,f.chartWidth-r))):r=i.plotX+f.plotLeft-t(e.distance,16)-r;0>r&&(h=!1);n=(i.series&&i.series.yAxis&&i.series.yAxis.pos)+(i.plotY||0);n-=f.plotTop;o.push({target:i.isHeader?f.plotHeight+s:n,rank:i.isHeader?1:0,size:y.tt.getBBox().height+1,point:i,x:r,tt:v})}});this.cleanSplit();n.distribute(o,f.plotHeight+s);r(o,function(n){var i=n.point,r=i.series;n.tt.attr({visibility:void 0===n.pos?"hidden":"inherit",x:h||i.isHeader?n.x:i.plotX+f.plotLeft+t(e.distance,16),y:n.pos+f.plotTop,anchorX:i.isHeader?i.plotX+f.plotLeft:i.plotX+r.xAxis.pos,anchorY:i.isHeader?n.pos+f.plotTop-15:i.plotY+r.yAxis.pos})})},updatePosition:function(n){var t=this.chart,i=this.getLabel(),r=(this.options.positioner||this.getPosition).call(this,i.width,i.height,n),f=n.plotX+t.plotLeft,u;n=n.plotY+t.plotTop;this.outside&&(u=(this.options.borderWidth||0)+2*this.distance,this.renderer.setSize(i.width+u,i.height+u,!1),f+=t.pointer.chartPosition.left-r.x,n+=t.pointer.chartPosition.top-r.y);this.move(Math.round(r.x),Math.round(r.y||0),f,n)},getDateFormat:function(n,t,i,r){var o,u,s=this.chart.time,h=s.dateFormat("%m-%d %H:%M:%S.%L",t),e={millisecond:15,second:12,minute:9,hour:6,day:3},c="millisecond";for(u in f){if(n===f.week&&+s.dateFormat("%w",t)===i&&"00:00:00.000"===h.substr(6)){u="week";break}if(f[u]>n){u=c;break}if(e[u]&&h.substr(e[u])!=="01-01 00:00:00.000".substr(e[u]))break;"week"!==u&&(c=u)}return u&&(o=r[u]),o},getXDateFormat:function(n,t,i){t=t.dateTimeLabelFormats;var r=i&&i.closestPointRange;return(r?this.getDateFormat(r,n.x,i.options.startOfWeek,t):t.day)||t.year},tooltipFooterHeaderFormatter:function(n,t){t=t?"footer":"header";var u=n.series,f=u.tooltipOptions,i=f.xDateFormat,e=u.xAxis,s=e&&"datetime"===e.options.type&&c(n.key),o=f[t+"Format"];return s&&!i&&(i=this.getXDateFormat(n,f,e)),s&&i&&r(n.point&&n.point.tooltipDateKeys||["key"],function(n){o=o.replace("{point."+n+"}","{point."+n+":"+i+"}")}),h(o,{point:n,series:u},this.chart.time)},bodyFormatter:function(n){return e(n,function(n){var t=n.series.tooltipOptions;return(t[(n.point.formatPrefix||"point")+"Formatter"]||n.point.tooltipFormatter).call(n.point,t[(n.point.formatPrefix||"point")+"Format"])})}}}(t),function(n){var u=n.addEvent,l=n.attr,i=n.charts,a=n.color,v=n.css,s=n.defined,t=n.each,f=n.extend,y=n.find,e=n.fireEvent,h=n.isNumber,o=n.isObject,p=n.offset,r=n.pick,w=n.splat,c=n.Tooltip;n.Pointer=function(n,t){this.init(n,t)};n.Pointer.prototype={init:function(n,t){this.options=t;this.chart=n;this.runChartClick=t.chart.events&&!!t.chart.events.click;this.pinchDown=[];this.lastValidTouch={};c&&(n.tooltip=new c(n,t.tooltip),this.followTouchMove=r(t.tooltip.followTouchMove,!0));this.setDOMEvents()},zoomOption:function(n){var i=this.chart,u=i.options.chart,t=u.zoomType||"",i=i.inverted;/touch/.test(n.type)&&(t=r(u.pinchType,t));this.zoomX=n=/x/.test(t);this.zoomY=t=/y/.test(t);this.zoomHor=n&&!i||t&&i;this.zoomVert=t&&!i||n&&i;this.hasZoom=n||t},normalize:function(n,t){var i;return i=n.touches?n.touches.length?n.touches.item(0):n.changedTouches[0]:n,t||(this.chartPosition=t=p(this.chart.container)),f(n,{chartX:Math.round(i.pageX-t.left),chartY:Math.round(i.pageY-t.top)})},getCoordinates:function(n){var i={xAxis:[],yAxis:[]};return t(this.chart.axes,function(t){i[t.isXAxis?"xAxis":"yAxis"].push({axis:t,value:t.toValue(n[t.horiz?"chartX":"chartY"])})}),i},findNearestKDPoint:function(n,i,r){var u;return t(n,function(n){var t=!(n.noSharedTooltip&&i)&&0>n.options.findNearestPointBy.indexOf("y");if(n=n.searchPoint(r,t),(t=o(n,!0))&&!(t=!o(u,!0)))var t=u.distX-n.distX,f=u.dist-n.dist,e=(n.series.group&&n.series.group.zIndex)-(u.series.group&&u.series.group.zIndex),t=0<(0!==t&&i?t:0!==f?f:0!==e?e:u.series.index>n.series.index?-1:1);t&&(u=n)}),u},getPointFromEvent:function(n){n=n.target;for(var t;n&&!t;)t=n.point,n=n.parentNode;return t},getChartCoordinatesFromPoint:function(n,t){var i=n.series,f=i.xAxis,i=i.yAxis,e=r(n.clientX,n.plotX),u=n.shapeArgs;return f&&i?t?{chartX:f.len+f.pos-e,chartY:i.len+i.pos-n.plotY}:{chartX:e+f.pos,chartY:n.plotY+i.pos}:u&&u.x&&u.y?{chartX:u.x,chartY:u.y}:void 0},getHoverData:function(i,u,f,e,s,h,c){var l,a=[],v=c&&c.isBoosting;return e=!(!e||!i),c=u&&!u.stickyTracking?[u]:n.grep(f,function(n){return n.visible&&!(!s&&n.directTouch)&&r(n.options.enableMouseTracking,!0)&&n.stickyTracking}),u=(l=e?i:this.findNearestKDPoint(c,s,h))&&l.series,l&&(s&&!u.noSharedTooltip?(c=n.grep(f,function(n){return n.visible&&!(!s&&n.directTouch)&&r(n.options.enableMouseTracking,!0)&&!n.noSharedTooltip}),t(c,function(n){var t=y(n.points,function(n){return n.x===l.x&&!n.isNull});o(t)&&(v&&(t=n.getPoint(t)),a.push(t))})):a.push(l)),{hoverPoint:l,hoverSeries:u,hoverPoints:a}},runPointActions:function(f,e){var l,o=this.chart,c=o.tooltip&&o.tooltip.options.enabled?o.tooltip:void 0,a=!!c&&c.shared,s=e||o.hoverPoint,h=s&&s.series||o.hoverSeries,h=this.getHoverData(s,h,o.series,!!e||h&&h.directTouch&&this.isDirectTouch,a,f,{isBoosting:o.isBoosting}),s=h.hoverPoint;if(l=h.hoverPoints,e=(h=h.hoverSeries)&&h.tooltipOptions.followPointer,a=a&&h&&!h.noSharedTooltip,s&&(s!==o.hoverPoint||c&&c.isHidden)){if(t(o.hoverPoints||[],function(t){-1===n.inArray(t,l)&&t.setState()}),t(l||[],function(n){n.setState("hover")}),o.hoverSeries!==h&&h.onMouseOver(),o.hoverPoint&&o.hoverPoint.firePointEvent("mouseOut"),!s.series)return;s.firePointEvent("mouseOver");o.hoverPoints=l;o.hoverPoint=s;c&&c.refresh(a?l:s,f)}else e&&c&&!c.isHidden&&(s=c.getAnchor([{}],f),c.updatePosition({plotX:s[0],plotY:s[1]}));this.unDocMouseMove||(this.unDocMouseMove=u(o.container.ownerDocument,"mousemove",function(t){var r=i[n.hoverChartIndex];r&&r.pointer.onDocumentMouseMove(t)}));t(o.axes,function(t){var i=r(t.crosshair.snap,!0),u=i?n.find(l,function(n){return n.series[t.coll]===t}):void 0;u||!i?t.drawCrosshair(f,u):t.hideCrosshair()})},reset:function(n,i){var r=this.chart,s=r.hoverSeries,u=r.hoverPoint,o=r.hoverPoints,f=r.tooltip,e=f&&f.shared?o:u;n&&e&&t(w(e),function(t){t.series.isCartesian&&void 0===t.plotX&&(n=!1)});n?f&&e&&(f.refresh(e),u&&(u.setState(u.state,!0),t(r.axes,function(n){n.crosshair&&n.drawCrosshair(null,u)}))):(u&&u.onMouseOut(),o&&t(o,function(n){n.setState()}),s&&s.onMouseOut(),f&&f.hide(i),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),t(r.axes,function(n){n.hideCrosshair()}),this.hoverX=r.hoverPoints=r.hoverPoint=null)},scaleGroups:function(n,i){var r,u=this.chart;t(u.series,function(t){r=n||t.getPlotBox();t.xAxis&&t.xAxis.zoomEnabled&&t.group&&(t.group.attr(r),t.markerGroup&&(t.markerGroup.attr(r),t.markerGroup.clip(i?u.clipRect:null)),t.dataLabelsGroup&&t.dataLabelsGroup.attr(r))});u.clipRect.attr(i||u.clipBox)},dragStart:function(n){var t=this.chart;t.mouseIsDown=n.type;t.cancelClick=!1;t.mouseDownX=this.mouseDownX=n.chartX;t.mouseDownY=this.mouseDownY=n.chartY},drag:function(n){var c,i=this.chart,o=i.options.chart,t=n.chartX,u=n.chartY,y=this.zoomHor,p=this.zoomVert,f=i.plotLeft,e=i.plotTop,l=i.plotWidth,v=i.plotHeight,r=this.selectionMarker,s=this.mouseDownX,h=this.mouseDownY,w=o.panKey&&n[o.panKey+"Key"];r&&r.touch||(t<f?t=f:t>f+l&&(t=f+l),u<e?u=e:u>e+v&&(u=e+v),this.hasDragged=Math.sqrt(Math.pow(s-t,2)+Math.pow(h-u,2)),10<this.hasDragged&&(c=i.isInsidePlot(s-f,h-e),i.hasCartesianSeries&&(this.zoomX||this.zoomY)&&c&&!w&&!r&&(this.selectionMarker=r=i.renderer.rect(f,e,y?1:l,p?1:v,0).attr({fill:o.selectionMarkerFill||a("#335cad").setOpacity(.25).get(),"class":"highcharts-selection-marker",zIndex:7}).add()),r&&y&&(t-=s,r.attr({width:Math.abs(t),x:(0<t?0:t)+s})),r&&p&&(t=u-h,r.attr({height:Math.abs(t),y:(0<t?0:t)+h})),c&&!r&&o.panning&&i.pan(n,o.panning)))},drop:function(n){var y=this,r=this.chart,u=this.hasPinched;if(this.selectionMarker){var o,c={originalEvent:n,xAxis:[],yAxis:[]},i=this.selectionMarker,l=i.attr?i.attr("x"):i.x,a=i.attr?i.attr("y"):i.y,p=i.attr?i.attr("width"):i.width,w=i.attr?i.attr("height"):i.height;(this.hasDragged||u)&&(t(r.axes,function(t){if(t.zoomEnabled&&s(t.min)&&(u||y[{xAxis:"zoomX",yAxis:"zoomY"}[t.coll]])){var i=t.horiz,r="touchend"===n.type?t.minPixelPadding:0,f=t.toValue((i?l:a)+r),i=t.toValue((i?l+p:a+w)-r);c[t.coll].push({axis:t,min:Math.min(f,i),max:Math.max(f,i)});o=!0}}),o&&e(r,"selection",c,function(n){r.zoom(f(n,u?{animation:!1}:null))}));h(r.index)&&(this.selectionMarker=this.selectionMarker.destroy());u&&this.scaleGroups()}r&&h(r.index)&&(v(r.container,{cursor:r._cursor}),r.cancelClick=10<this.hasDragged,r.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},onContainerMouseDown:function(n){n=this.normalize(n);2!==n.button&&(this.zoomOption(n),n.preventDefault&&n.preventDefault(),this.dragStart(n))},onDocumentMouseUp:function(t){i[n.hoverChartIndex]&&i[n.hoverChartIndex].pointer.drop(t)},onDocumentMouseMove:function(n){var t=this.chart,i=this.chartPosition;n=this.normalize(n,i);!i||this.inClass(n.target,"highcharts-tracker")||t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)||this.reset()},onContainerMouseLeave:function(t){var r=i[n.hoverChartIndex];r&&(t.relatedTarget||t.toElement)&&(r.pointer.reset(),r.pointer.chartPosition=null)},onContainerMouseMove:function(t){var r=this.chart;s(n.hoverChartIndex)&&i[n.hoverChartIndex]&&i[n.hoverChartIndex].mouseIsDown||(n.hoverChartIndex=r.index);t=this.normalize(t);t.returnValue=!1;"mousedown"===r.mouseIsDown&&this.drag(t);(this.inClass(t.target,"highcharts-tracker")||r.isInsidePlot(t.chartX-r.plotLeft,t.chartY-r.plotTop))&&!r.openMenu&&this.runPointActions(t)},inClass:function(n,t){for(var i;n;){if(i=l(n,"class")){if(-1!==i.indexOf(t))return!0;if(-1!==i.indexOf("highcharts-container"))return!1}n=n.parentNode}},onTrackerMouseOut:function(n){var t=this.chart.hoverSeries;n=n.relatedTarget||n.toElement;this.isDirectTouch=!1;!t||!n||t.stickyTracking||this.inClass(n,"highcharts-tooltip")||this.inClass(n,"highcharts-series-"+t.index)&&this.inClass(n,"highcharts-tracker")||t.onMouseOut()},onContainerClick:function(n){var t=this.chart,i=t.hoverPoint,r=t.plotLeft,u=t.plotTop;n=this.normalize(n);t.cancelClick||(i&&this.inClass(n.target,"highcharts-tracker")?(e(i.series,"click",f(n,{point:i})),t.hoverPoint&&i.firePointEvent("click",n)):(f(n,this.getCoordinates(n)),t.isInsidePlot(n.chartX-r,n.chartY-u)&&e(t,"click",n)))},setDOMEvents:function(){var t=this,i=t.chart.container,r=i.ownerDocument;i.onmousedown=function(n){t.onContainerMouseDown(n)};i.onmousemove=function(n){t.onContainerMouseMove(n)};i.onclick=function(n){t.onContainerClick(n)};this.unbindContainerMouseLeave=u(i,"mouseleave",t.onContainerMouseLeave);n.unbindDocumentMouseUp||(n.unbindDocumentMouseUp=u(r,"mouseup",t.onDocumentMouseUp));n.hasTouch&&(i.ontouchstart=function(n){t.onContainerTouchStart(n)},i.ontouchmove=function(n){t.onContainerTouchMove(n)},n.unbindDocumentTouchEnd||(n.unbindDocumentTouchEnd=u(r,"touchend",t.onDocumentTouchEnd)))},destroy:function(){var t=this;t.unDocMouseMove&&t.unDocMouseMove();this.unbindContainerMouseLeave();n.chartCount||(n.unbindDocumentMouseUp&&(n.unbindDocumentMouseUp=n.unbindDocumentMouseUp()),n.unbindDocumentTouchEnd&&(n.unbindDocumentTouchEnd=n.unbindDocumentTouchEnd()));clearInterval(t.tooltipTimeout);n.objectEach(t,function(n,i){t[i]=null})}}}(t),function(n){var i=n.charts,r=n.each,u=n.extend,f=n.map,e=n.noop,t=n.pick;u(n.Pointer.prototype,{pinchTranslate:function(n,t,i,r,u,f){this.zoomHor&&this.pinchTranslateDirection(!0,n,t,i,r,u,f);this.zoomVert&&this.pinchTranslateDirection(!1,n,t,i,r,u,f)},pinchTranslateDirection:function(n,t,i,r,u,f,e,o){var c,k,d,a=this.chart,l=n?"x":"y",g=n?"X":"Y",v="chart"+g,it=n?"width":"height",nt=a["plot"+(n?"Left":"Top")],s=o||1,tt=a.inverted,y=a.bounds[n?"h":"v"],p=1===t.length,w=t[0][v],h=i[0][v],rt=!p&&t[1][v],b=!p&&i[1][v];i=function(){!p&&20<Math.abs(w-rt)&&(s=o||Math.abs(h-b)/Math.abs(w-rt));k=(nt-h)/s+w;c=a["plot"+(n?"Width":"Height")]/s};i();t=k;t<y.min?(t=y.min,d=!0):t+c>y.max&&(t=y.max-c,d=!0);d?(h-=.8*(h-e[l][0]),p||(b-=.8*(b-e[l][1])),i()):e[l]=[h,b];tt||(f[l]=k-nt,f[it]=c);f=tt?1/s:s;u[it]=c;u[l]=t;r[tt?n?"scaleY":"scaleX":"scale"+g]=s;r["translate"+g]=f*nt+(h-f*w)},pinch:function(n){var i=this,s=i.chart,o=i.pinchDown,h=n.touches,c=h.length,l=i.lastValidTouch,v=i.hasZoom,a=i.selectionMarker,y={},w=1===c&&(i.inClass(n.target,"highcharts-tracker")&&s.runTrackerClick||i.runChartClick),p={};1<c&&(i.initiated=!0);v&&i.initiated&&!w&&n.preventDefault();f(h,function(n){return i.normalize(n)});"touchstart"===n.type?(r(h,function(n,t){o[t]={chartX:n.chartX,chartY:n.chartY}}),l.x=[o[0].chartX,o[1]&&o[1].chartX],l.y=[o[0].chartY,o[1]&&o[1].chartY],r(s.axes,function(n){if(n.zoomEnabled){var i=s.bounds[n.horiz?"h":"v"],r=n.minPixelPadding,u=n.toPixels(t(n.options.min,n.dataMin)),f=n.toPixels(t(n.options.max,n.dataMax)),e=Math.max(u,f);i.min=Math.min(n.pos,Math.min(u,f)-r);i.max=Math.max(n.pos+n.len,e+r)}}),i.res=!0):i.followTouchMove&&1===c?this.runPointActions(i.normalize(n)):o.length&&(a||(i.selectionMarker=a=u({destroy:e,touch:!0},s.plotBox)),i.pinchTranslate(o,h,y,a,p,l),i.hasPinched=v,i.scaleGroups(y,p),i.res&&(i.res=!1,this.reset(!1,0)))},touch:function(i,r){var f,u=this.chart;u.index!==n.hoverChartIndex&&this.onContainerMouseLeave({relatedTarget:!0});n.hoverChartIndex=u.index;1===i.touches.length?(i=this.normalize(i),u.isInsidePlot(i.chartX-u.plotLeft,i.chartY-u.plotTop)&&!u.openMenu?(r&&this.runPointActions(i),"touchmove"===i.type&&(r=this.pinchDown,f=!!r[0]&&4<=Math.sqrt(Math.pow(r[0].chartX-i.chartX,2)+Math.pow(r[0].chartY-i.chartY,2))),t(f,!0)&&this.pinch(i)):r&&this.reset()):2===i.touches.length&&this.pinch(i)},onContainerTouchStart:function(n){this.zoomOption(n);this.touch(n,!0)},onContainerTouchMove:function(n){this.touch(n)},onDocumentTouchEnd:function(t){i[n.hoverChartIndex]&&i[n.hoverChartIndex].pointer.drop(t)}})}(t),function(n){var s=n.addEvent,o=n.charts,h=n.css,c=n.doc,l=n.extend,a=n.noop,i=n.Pointer,v=n.removeEvent,r=n.win,u=n.wrap;if(!n.hasTouch&&(r.PointerEvent||r.MSPointerEvent)){var t={},f=!!r.PointerEvent,y=function(){var i=[];return i.item=function(n){return this[n]},n.objectEach(t,function(n){i.push({pageX:n.pageX,pageY:n.pageY,target:n.target})}),i},e=function(t,i,r,u){("touch"===t.pointerType||t.pointerType===t.MSPOINTER_TYPE_TOUCH)&&o[n.hoverChartIndex]&&(u(t),u=o[n.hoverChartIndex].pointer,u[i]({type:r,target:t.currentTarget,preventDefault:a,touches:y()}))};l(i.prototype,{onContainerPointerDown:function(n){e(n,"onContainerTouchStart","touchstart",function(n){t[n.pointerId]={pageX:n.pageX,pageY:n.pageY,target:n.currentTarget}})},onContainerPointerMove:function(n){e(n,"onContainerTouchMove","touchmove",function(n){t[n.pointerId]={pageX:n.pageX,pageY:n.pageY};t[n.pointerId].target||(t[n.pointerId].target=n.currentTarget)})},onDocumentPointerUp:function(n){e(n,"onDocumentTouchEnd","touchend",function(n){delete t[n.pointerId]})},batchMSEvents:function(n){n(this.chart.container,f?"pointerdown":"MSPointerDown",this.onContainerPointerDown);n(this.chart.container,f?"pointermove":"MSPointerMove",this.onContainerPointerMove);n(c,f?"pointerup":"MSPointerUp",this.onDocumentPointerUp)}});u(i.prototype,"init",function(n,t,i){n.call(this,t,i);this.hasZoom&&h(t.container,{"-ms-touch-action":"none","touch-action":"none"})});u(i.prototype,"setDOMEvents",function(n){n.apply(this);(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(s)});u(i.prototype,"destroy",function(n){this.batchMSEvents(v);n.call(this)})}}(t),function(n){var e=n.addEvent,s=n.css,h=n.discardElement,u=n.defined,t=n.each,f=n.fireEvent,c=n.isFirefox,o=n.marginNames,r=n.merge,i=n.pick,l=n.setAnimation,a=n.stableSort,v=n.win,y=n.wrap;n.Legend=function(n,t){this.init(n,t)};n.Legend.prototype={init:function(n,t){this.chart=n;this.setOptions(t);t.enabled&&(this.render(),e(this.chart,"endResize",function(){this.legend.positionCheckboxes()}),this.proximate?this.unchartrender=e(this.chart,"render",function(){this.legend.proximatePositions();this.legend.positionItems()}):this.unchartrender&&this.unchartrender())},setOptions:function(n){var t=i(n.padding,8);this.options=n;this.itemStyle=n.itemStyle;this.itemHiddenStyle=r(this.itemStyle,n.itemHiddenStyle);this.itemMarginTop=n.itemMarginTop||0;this.padding=t;this.initialItemY=t-5;this.symbolWidth=i(n.symbolWidth,16);this.pages=[];this.proximate="proximate"===n.layout&&!this.chart.inverted},update:function(n,t){var u=this.chart;this.setOptions(r(!0,this.options,n));this.destroy();u.isDirtyLegend=u.isDirtyBox=!0;i(t,!0)&&u.redraw();f(this,"afterUpdate")},colorizeItem:function(n,t){n.legendGroup[t?"removeClass":"addClass"]("highcharts-legend-item-hidden");var i=this.options,o=n.legendItem,s=n.legendLine,e=n.legendSymbol,r=this.itemHiddenStyle.color,i=t?i.itemStyle.color:r,h=t?n.color||r:r,c=n.options&&n.options.marker,u={fill:h};o&&o.css({fill:i,color:i});s&&s.attr({stroke:h});e&&(c&&e.isMarker&&(u=n.pointAttribs(),t||(u.stroke=u.fill=r)),e.attr(u));f(this,"afterColorizeItem",{item:n,visible:t})},positionItems:function(){t(this.allItems,this.positionItem,this);this.chart.isResizing||this.positionCheckboxes()},positionItem:function(n){var i=this.options,e=i.symbolPadding,i=!i.rtl,t=n._legendItemPos,r=t[0],t=t[1],f=n.checkbox;(n=n.legendGroup)&&n.element&&n[u(n.translateY)?"animate":"attr"]({translateX:i?r:this.legendWidth-r-2*e-4,translateY:t});f&&(f.x=r,f.y=t)},destroyItem:function(n){var i=n.checkbox;t(["legendItem","legendLine","legendSymbol","legendGroup"],function(t){n[t]&&(n[t]=n[t].destroy())});i&&h(n.checkbox)},destroy:function(){function n(n){this[n]&&(this[n]=this[n].destroy())}t(this.getAllItems(),function(i){t(["legendItem","legendGroup"],n,i)});t("clipRect up down pager nav box title group".split(" "),n,this);this.display=null},positionCheckboxes:function(){var n,i=this.group&&this.group.alignAttr,r=this.clipHeight||this.legendHeight,u=this.titleHeight;i&&(n=i.translateY,t(this.allItems,function(t){var f,e=t.checkbox;e&&(f=n+u+e.y+(this.scrollOffset||0)+3,s(e,{left:i.translateX+t.checkboxOffset+e.x-20+"px",top:f+"px",display:f>n-6&&f<n+r-6?"":"none"}))},this))},renderTitle:function(){var n=this.options,r=this.padding,t=n.title,i=0;t.text&&(this.title||(this.title=this.chart.renderer.label(t.text,r-3,r-4,null,null,null,n.useHTML,null,"legend-title").attr({zIndex:1}).css(t.style).add(this.group)),n=this.title.getBBox(),i=n.height,this.offsetWidth=n.width,this.contentGroup.attr({translateY:i}));this.titleHeight=i},setText:function(t){var i=this.options;t.legendItem.attr({text:i.labelFormat?n.format(i.labelFormat,t,this.chart.time):i.labelFormatter.call(t)})},renderItem:function(n){var f=this.chart,h=f.renderer,t=this.options,o=this.symbolWidth,c=t.symbolPadding,l=this.itemStyle,b=this.itemHiddenStyle,s="horizontal"===t.layout?i(t.itemDistance,20):0,v=!t.rtl,u=n.legendItem,y=!n.series,a=!y&&n.series.drawLegendSymbol?n.series:n,e=a.options,e=this.createCheckboxForItem&&e&&e.showCheckbox,s=o+c+s+(e?20:0),p=t.useHTML,w=n.options.className;u||(n.legendGroup=h.g("legend-item").addClass("highcharts-"+a.type+"-series highcharts-color-"+n.colorIndex+(w?" "+w:"")+(y?" highcharts-series-"+n.index:"")).attr({zIndex:1}).add(this.scrollGroup),n.legendItem=u=h.text("",v?o+c:-c,this.baseline||0,p).css(r(n.visible?l:b)).attr({align:v?"left":"right",zIndex:2}).add(n.legendGroup),this.baseline||(o=l.fontSize,this.fontMetrics=h.fontMetrics(o,u),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,u.attr("y",this.baseline)),this.symbolHeight=t.symbolHeight||this.fontMetrics.f,a.drawLegendSymbol(this,n),this.setItemEvents&&this.setItemEvents(n,u,p),e&&this.createCheckboxForItem(n));this.colorizeItem(n,n.visible);l.width||u.css({width:(t.itemWidth||t.width||f.spacingBox.width)-s});this.setText(n);f=u.getBBox();n.itemWidth=n.checkboxOffset=t.itemWidth||n.legendItemWidth||f.width+s;this.maxItemWidth=Math.max(this.maxItemWidth,n.itemWidth);this.totalItemWidth+=n.itemWidth;this.itemHeight=n.itemHeight=Math.round(n.legendItemHeight||f.height||this.symbolHeight)},layoutItem:function(n){var t=this.options,r=this.padding,u="horizontal"===t.layout,f=n.itemHeight,e=t.itemMarginBottom||0,o=this.itemMarginTop,c=u?i(t.itemDistance,20):0,s=t.width,h=s||this.chart.spacingBox.width-2*r-t.x,t=t.alignColumns&&this.totalItemWidth>h?this.maxItemWidth:n.itemWidth;u&&this.itemX-r+t>h&&(this.itemX=r,this.itemY+=o+this.lastLineHeight+e,this.lastLineHeight=0);this.lastItemY=o+this.itemY+e;this.lastLineHeight=Math.max(f,this.lastLineHeight);n._legendItemPos=[this.itemX,this.itemY];u?this.itemX+=t:(this.itemY+=o+f+e,this.lastLineHeight=f);this.offsetWidth=s||Math.max((u?this.itemX-r-(n.checkbox?0:c):t)+r,this.offsetWidth)},getAllItems:function(){var n=[];return t(this.chart.series,function(t){var r=t&&t.options;t&&i(r.showInLegend,!u(r.linkedTo)&&void 0,!0)&&(n=n.concat(t.legendItems||("point"===r.legendType?t.data:t)))}),f(this,"afterGetAllItems",{allItems:n}),n},getAlignment:function(){var n=this.options;return this.proximate?n.align.charAt(0)+"tv":n.floating?"":n.align.charAt(0)+n.verticalAlign.charAt(0)+n.layout.charAt(0)},adjustMargins:function(n,r){var f=this.chart,e=this.options,s=this.getAlignment();s&&t([/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/],function(t,h){t.test(s)&&!u(n[h])&&(f[o[h]]=Math.max(f[o[h]],f.legend[(h+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][h]*e[h%2?"x":"y"]+i(e.margin,12)+r[h]+(0===h&&void 0!==f.options.title.margin?f.titleOffset+f.options.title.margin:0)))})},proximatePositions:function(){var i=this.chart,r=[],u="left"===this.options.align;t(this.allItems,function(t){var f,e;f=u;t.xAxis&&t.points&&(t.xAxis.options.reversed&&(f=!f),f=n.find(f?t.points:t.points.slice(0).reverse(),function(t){return n.isNumber(t.plotY)}),e=t.legendGroup.getBBox().height,r.push({target:t.visible?f.plotY-.3*e:i.plotHeight,size:e,item:t}))},this);n.distribute(r,i.plotHeight);t(r,function(n){n.item._legendItemPos[1]=i.plotTop-i.spacing[0]+n.pos})},render:function(){var n,h,e,s=this.chart,u=s.renderer,o=this.group,i=this.box,f=this.options,c=this.padding;this.itemX=c;this.itemY=this.initialItemY;this.lastItemY=this.offsetWidth=0;o||(this.group=o=u.g("legend").attr({zIndex:7}).add(),this.contentGroup=u.g().attr({zIndex:1}).add(o),this.scrollGroup=u.g().add(this.contentGroup));this.renderTitle();n=this.getAllItems();a(n,function(n,t){return(n.options&&n.options.legendIndex||0)-(t.options&&t.options.legendIndex||0)});f.reversed&&n.reverse();this.allItems=n;this.display=h=!!n.length;this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0;t(n,this.renderItem,this);t(n,this.layoutItem,this);n=(f.width||this.offsetWidth)+c;e=this.lastItemY+this.lastLineHeight+this.titleHeight;e=this.handleOverflow(e);e+=c;i||(this.box=i=u.rect().addClass("highcharts-legend-box").attr({r:f.borderRadius}).add(o),i.isNew=!0);i.attr({stroke:f.borderColor,"stroke-width":f.borderWidth||0,fill:f.backgroundColor||"none"}).shadow(f.shadow);0<n&&0<e&&(i[i.isNew?"attr":"animate"](i.crisp.call({},{x:0,y:0,width:n,height:e},i.strokeWidth())),i.isNew=!1);i[h?"show":"hide"]();this.legendWidth=n;this.legendHeight=e;h&&(u=s.spacingBox,/(lth|ct|rth)/.test(this.getAlignment())&&(u=r(u,{y:u.y+s.titleOffset+s.options.title.margin})),o.align(r(f,{width:n,height:e,verticalAlign:this.proximate?"top":f.verticalAlign}),!0,u));this.proximate||this.positionItems()},handleOverflow:function(n){var v,h,r=this,u=this.chart,c=u.renderer,f=this.options,l=f.y,a=this.padding,u=u.spacingBox.height+("top"===f.verticalAlign?-l:l)-a,l=f.maxHeight,s=this.clipRect,y=f.navigation,b=i(y.animation,!0),p=y.arrowSize||12,e=this.nav,o=this.pages,w=this.allItems,k=function(n){"number"==typeof n?s.attr({height:n}):s&&(r.clipRect=s.destroy(),r.contentGroup.clip());r.contentGroup.div&&(r.contentGroup.div.style.clip=n?"rect("+a+"px,9999px,"+(a+n)+"px,0)":"auto")};return"horizontal"!==f.layout||"middle"===f.verticalAlign||f.floating||(u/=2),l&&(u=Math.min(u,l)),o.length=0,n>u&&!1!==y.enabled?(this.clipHeight=v=Math.max(u-20-this.titleHeight-a,0),this.currentPage=i(this.currentPage,1),this.fullHeight=n,t(w,function(n,t){var r=n._legendItemPos[1],u=Math.round(n.legendItem.getBBox().height),i=o.length;(!i||r-o[i-1]>v&&(h||r)!==o[i-1])&&(o.push(h||r),i++);n.pageIx=i-1;h&&(w[t-1].pageIx=i-1);t===w.length-1&&r+u-o[i-1]>v&&(o.push(r),n.pageIx=i);r!==h&&(h=r)}),s||(s=r.clipRect=c.clipRect(0,a,9999,0),r.contentGroup.clip(s)),k(v),e||(this.nav=e=c.g().attr({zIndex:1}).add(this.group),this.up=c.symbol("triangle",0,0,p,p).on("click",function(){r.scroll(-1,b)}).add(e),this.pager=c.text("",15,10).addClass("highcharts-legend-navigation").css(y.style).add(e),this.down=c.symbol("triangle-down",0,0,p,p).on("click",function(){r.scroll(1,b)}).add(e)),r.scroll(0),n=u):e&&(k(),this.nav=e.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),n},scroll:function(n,t){var u=this.pages,i=u.length;n=this.currentPage+n;var f=this.clipHeight,r=this.options.navigation,e=this.pager,o=this.padding;n>i&&(n=i);0<n&&(void 0!==t&&l(t,this.chart),this.nav.attr({translateX:o,translateY:f+this.padding+7+this.titleHeight,visibility:"visible"}),this.up.attr({"class":1===n?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"}),e.attr({text:n+"/"+i}),this.down.attr({x:18+this.pager.getBBox().width,"class":n===i?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"}),this.up.attr({fill:1===n?r.inactiveColor:r.activeColor}).css({cursor:1===n?"default":"pointer"}),this.down.attr({fill:n===i?r.inactiveColor:r.activeColor}).css({cursor:n===i?"default":"pointer"}),this.scrollOffset=-u[n-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=n,this.positionCheckboxes())}};n.LegendSymbolMixin={drawRectangle:function(n,t){var r=n.symbolHeight,u=n.options.squareSymbol;t.legendSymbol=this.chart.renderer.rect(u?(n.symbolWidth-r)/2:0,n.baseline-r+1,u?r:n.symbolWidth,r,i(n.options.symbolRadius,r/2)).addClass("highcharts-point").attr({zIndex:3}).add(t.legendGroup)},drawLineMarker:function(n){var t=this.options,u=t.marker,f=n.symbolWidth,e=n.symbolHeight,s=e/2,h=this.chart.renderer,c=this.legendGroup,o;n=n.baseline-Math.round(.3*n.fontMetrics.b);o={"stroke-width":t.lineWidth||0};t.dashStyle&&(o.dashstyle=t.dashStyle);this.legendLine=h.path(["M",0,n,"L",f,n]).addClass("highcharts-graph").attr(o).add(c);u&&!1!==u.enabled&&f&&(t=Math.min(i(u.radius,s),s),0===this.symbol.indexOf("url")&&(u=r(u,{width:e,height:e}),t=0),this.legendSymbol=u=h.symbol(this.symbol,f/2-t,n-t,2*t,2*t,u).addClass("highcharts-point").add(c),u.isMarker=!0)}};(/Trident\/7\.0/.test(v.navigator.userAgent)||c)&&y(n.Legend.prototype,"positionItem",function(n,t){var r=this,i=function(){t._legendItemPos&&n.call(r,t)};i();setTimeout(i)})}(t),function(n){var c=n.addEvent,rt=n.animate,ut=n.animObject,p=n.attr,f=n.doc,ft=n.Axis,et=n.createElement,ot=n.defaultOptions,st=n.discardElement,r=n.charts,ht=n.css,u=n.defined,t=n.each,e=n.extend,l=n.find,i=n.fireEvent,w=n.grep,ct=n.isNumber,lt=n.isObject,a=n.isString,at=n.Legend,b=n.marginNames,o=n.merge,k=n.objectEach,d=n.Pointer,s=n.pick,v=n.pInt,g=n.removeEvent,y=n.seriesTypes,nt=n.splat,tt=n.syncTimeout,h=n.win,it=n.Chart=function(){this.getArgs.apply(this,arguments)};n.chart=function(n,t,i){return new it(n,t,i)};e(it.prototype,{callbacks:[],getArgs:function(){var n=[].slice.call(arguments);(a(n[0])||n[0].nodeName)&&(this.renderTo=n.shift());this.init(n[0],n[1])},init:function(t,u){var f,e,h=t.series,s=t.plotOptions||{};i(this,"init",{args:arguments},function(){var a,v,l;t.series=null;f=o(ot,t);for(e in f.plotOptions)f.plotOptions[e].tooltip=s[e]&&o(s[e].tooltip)||void 0;f.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip;f.series=t.series=h;this.userOptions=t;a=f.chart;v=a.events;this.margin=[];this.spacing=[];this.bounds={h:{},v:{}};this.labelCollectors=[];this.callback=u;this.isResizing=0;this.options=f;this.axes=[];this.series=[];this.time=t.time&&n.keys(t.time).length?new n.Time(t.time):n.time;this.hasCartesianSeries=a.showAxes;l=this;l.index=r.length;r.push(l);n.chartCount++;v&&k(v,function(n,t){c(l,t,n)});l.xAxis=[];l.yAxis=[];l.pointCount=l.colorCounter=l.symbolCounter=0;i(l,"afterInit");l.firstRender()})},initSeries:function(t){var i=this.options.chart;return(i=y[t.type||i.type||i.defaultSeriesType])||n.error(17,!0),i=new i,i.init(this,t),i},orderSeries:function(n){var t=this.series;for(n=n||0;n<t.length;n++)t[n]&&(t[n].index=n,t[n].name=t[n].getName())},isInsidePlot:function(n,t,i){var r=i?t:n;return n=i?n:t,0<=r&&r<=this.plotWidth&&0<=n&&n<=this.plotHeight},redraw:function(r){i(this,"beforeRedraw");var s,c,u,h=this.axes,f=this.series,l=this.pointer,a=this.legend,v=this.isDirtyLegend,y=this.hasCartesianSeries,o=this.isDirtyBox,p=this.renderer,w=p.isHidden(),b=[];for(this.setResponsive&&this.setResponsive(!1),n.setAnimation(r,this),w&&this.temporaryDisplay(),this.layOutTitles(),r=f.length;r--;)if(u=f[r],u.options.stacking&&(s=!0,u.isDirty)){c=!0;break}if(c)for(r=f.length;r--;)u=f[r],u.options.stacking&&(u.isDirty=!0);t(f,function(n){n.isDirty&&"point"===n.options.legendType&&(n.updateTotals&&n.updateTotals(),v=!0);n.isDirtyData&&i(n,"updatedData")});v&&a.options.enabled&&(a.render(),this.isDirtyLegend=!1);s&&this.getStacks();y&&t(h,function(n){n.updateNames();n.setScale()});this.getMargins();y&&(t(h,function(n){n.isDirty&&(o=!0)}),t(h,function(n){var t=n.min+","+n.max;n.extKey!==t&&(n.extKey=t,b.push(function(){i(n,"afterSetExtremes",e(n.eventArgs,n.getExtremes()));delete n.eventArgs}));(o||s)&&n.redraw()}));o&&this.drawChartBox();i(this,"predraw");t(f,function(n){(o||n.isDirty)&&n.visible&&n.redraw();n.isDirtyData=!1});l&&l.reset(!0);p.draw();i(this,"redraw");i(this,"render");w&&this.temporaryDisplay(!0);t(b,function(n){n.call()})},get:function(n){function t(t){return t.id===n||t.options&&t.options.id===n}for(var u=this.series,i=l(this.axes,t)||l(this.series,t),r=0;!i&&r<u.length;r++)i=l(u[r].points||[],t);return i},getAxes:function(){var u=this,n=this.options,r=n.xAxis=nt(n.xAxis||{}),n=n.yAxis=nt(n.yAxis||{});i(this,"getAxes");t(r,function(n,t){n.index=t;n.isX=!0});t(n,function(n,t){n.index=t});r=r.concat(n);t(r,function(n){new ft(u,n)});i(this,"afterGetAxes")},getSelectedPoints:function(){var n=[];return t(this.series,function(t){n=n.concat(w(t.data||[],function(n){return n.selected}))}),n},getSelectedSeries:function(){return w(this.series,function(n){return n.selected})},setTitle:function(n,i,r){var e,u=this,f=u.options;e=f.title=o({style:{color:"#333333",fontSize:f.isStock?"16px":"18px"}},f.title,n);f=f.subtitle=o({style:{color:"#666666"}},f.subtitle,i);t([["title",n,e],["subtitle",i,f]],function(n,t){var i=n[0],r=u[i],f=n[1];n=n[2];r&&f&&(u[i]=r=r.destroy());n&&!r&&(u[i]=u.renderer.text(n.text,0,0,n.useHTML).attr({align:n.align,"class":"highcharts-"+i,zIndex:n.zIndex||4}).add(),u[i].update=function(n){u.setTitle(!t&&n,t&&n)},u[i].css(n.style))});u.layOutTitles(r)},layOutTitles:function(n){var r,i=0,u=this.renderer,f=this.spacingBox;t(["title","subtitle"],function(n){var r=this[n],t=this.options[n],o;n="title"===n?-3:t.verticalAlign?0:i+2;r&&(o=t.style.fontSize,o=u.fontMetrics(o,r).b,r.css({width:(t.width||f.width+t.widthAdjust)+"px"}).align(e({y:n+o},t),!1,"spacingBox"),t.floating||t.verticalAlign||(i=Math.ceil(i+r.getBBox(t.useHTML).height)))},this);r=this.titleOffset!==i;this.titleOffset=i;!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&s(n,!0)&&this.isDirtyBox&&this.redraw())},getChartSize:function(){var t=this.options.chart,i=t.width,t=t.height,r=this.renderTo;u(i)||(this.containerWidth=n.getStyle(r,"width"));u(t)||(this.containerHeight=n.getStyle(r,"height"));this.chartWidth=Math.max(0,i||this.containerWidth||600);this.chartHeight=Math.max(0,n.relativeLength(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},temporaryDisplay:function(t){var i=this.renderTo;if(t)for(;i&&i.style;)i.hcOrigStyle&&(n.css(i,i.hcOrigStyle),delete i.hcOrigStyle),i.hcOrigDetached&&(f.body.removeChild(i),i.hcOrigDetached=!1),i=i.parentNode;else for(;i&&i.style&&(f.body.contains(i)||i.parentNode||(i.hcOrigDetached=!0,f.body.appendChild(i)),("none"===n.getStyle(i,"display",!1)||i.hcOricDetached)&&(i.hcOrigStyle={display:i.style.display,height:i.style.height,overflow:i.style.overflow},t={display:"block",overflow:"hidden"},i!==this.renderTo&&(t.height=0),n.css(i,t),i.offsetWidth||i.style.setProperty("display","block","important")),(i=i.parentNode)!==f.body););},setClassName:function(n){this.container.className="highcharts-container "+(n||"")},getContainer:function(){var t,u,s,h=this.options,o=h.chart,c,l;t=this.renderTo;l=n.uniqueKey();t||(this.renderTo=t=o.renderTo);a(t)&&(this.renderTo=t=f.getElementById(t));t||n.error(13,!0);u=v(p(t,"data-highcharts-chart"));ct(u)&&r[u]&&r[u].hasRendered&&r[u].destroy();p(t,"data-highcharts-chart",this.index);t.innerHTML="";o.skipClone||t.offsetWidth||this.temporaryDisplay();this.getChartSize();u=this.chartWidth;s=this.chartHeight;c=e({position:"relative",overflow:"hidden",width:u+"px",height:s+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)"},o.style);this.container=t=et("div",{id:l},c,t);this._cursor=t.style.cursor;this.renderer=new(n[o.renderer]||n.Renderer)(t,u,s,null,o.forExport,h.exporting&&h.exporting.allowHTML);this.setClassName(o.className);this.renderer.setStyle(o.style);this.renderer.chartIndex=this.index;i(this,"afterGetContainer")},getMargins:function(n){var t=this.spacing,r=this.margin,f=this.titleOffset;this.resetMargins();f&&!u(r[0])&&(this.plotTop=Math.max(this.plotTop,f+this.options.title.margin+t[0]));this.legend&&this.legend.display&&this.legend.adjustMargins(r,t);i(this,"getMargins");n||this.getAxisMargins()},getAxisMargins:function(){var n=this,i=n.axisOffset=[0,0,0,0],r=n.margin;n.hasCartesianSeries&&t(n.axes,function(n){n.visible&&n.getOffset()});t(b,function(t,f){u(r[f])||(n[t]+=i[f])});n.setChartSize()},reflow:function(t){var i=this,r=i.options.chart,e=i.renderTo,s=u(r.width)&&u(r.height),o=r.width||n.getStyle(e,"width"),r=r.height||n.getStyle(e,"height"),e=t?t.target:h;s||i.isPrinting||!o||!r||e!==h&&e!==f||(o===i.containerWidth&&r===i.containerHeight||(n.clearTimeout(i.reflowTimeout),i.reflowTimeout=tt(function(){i.container&&i.setSize(void 0,void 0,!1)},t?100:0)),i.containerWidth=o,i.containerHeight=r)},setReflow:function(n){var t=this;!1===n||this.unbindReflow?!1===n&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=c(h,"resize",function(n){t.reflow(n)}),c(this,"destroy",this.unbindReflow))},setSize:function(r,u,f){var e=this,o=e.renderer;e.isResizing+=1;n.setAnimation(f,e);e.oldChartHeight=e.chartHeight;e.oldChartWidth=e.chartWidth;void 0!==r&&(e.options.chart.width=r);void 0!==u&&(e.options.chart.height=u);e.getChartSize();r=o.globalAnimation;(r?rt:ht)(e.container,{width:e.chartWidth+"px",height:e.chartHeight+"px"},r);e.setChartSize(!0);o.setSize(e.chartWidth,e.chartHeight,f);t(e.axes,function(n){n.isDirty=!0;n.setScale()});e.isDirtyLegend=!0;e.isDirtyBox=!0;e.layOutTitles();e.getMargins();e.redraw(f);e.oldChartHeight=null;i(e,"resize");tt(function(){e&&i(e,"endResize",null,function(){--e.isResizing})},ut(r).duration)},setChartSize:function(n){var c,l,o,s,f=this.inverted,e=this.renderer,r=this.chartWidth,a=this.chartHeight,v=this.options.chart,u=this.spacing,h=this.clipOffset;this.plotLeft=c=Math.round(this.plotLeft);this.plotTop=l=Math.round(this.plotTop);this.plotWidth=o=Math.max(0,Math.round(r-c-this.marginRight));this.plotHeight=s=Math.max(0,Math.round(a-l-this.marginBottom));this.plotSizeX=f?s:o;this.plotSizeY=f?o:s;this.plotBorderWidth=v.plotBorderWidth||0;this.spacingBox=e.spacingBox={x:u[3],y:u[0],width:r-u[3]-u[1],height:a-u[0]-u[2]};this.plotBox=e.plotBox={x:c,y:l,width:o,height:s};r=2*Math.floor(this.plotBorderWidth/2);f=Math.ceil(Math.max(r,h[3])/2);e=Math.ceil(Math.max(r,h[0])/2);this.clipBox={x:f,y:e,width:Math.floor(this.plotSizeX-Math.max(r,h[1])/2-f),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(r,h[2])/2-e))};n||t(this.axes,function(n){n.setAxisSize();n.setAxisTranslation()});i(this,"afterSetChartSize",{skipAxes:n})},resetMargins:function(){var n=this,i=n.options.chart;t(["margin","spacing"],function(r){var u=i[r],f=lt(u)?u:[u,u,u,u];t(["Top","Right","Bottom","Left"],function(t,u){n[r][u]=s(i[r+t],f[u])})});t(b,function(t,i){n[t]=s(n.margin[i],n.spacing[i])});n.axisOffset=[0,0,0,0];n.clipOffset=[0,0,0,0]},drawChartBox:function(){var r,f,n=this.options.chart,e=this.renderer,d=this.chartWidth,g=this.chartHeight,o=this.chartBackground,h=this.plotBackground,u=this.plotBorder,l=this.plotBGImage,s=n.backgroundColor,nt=n.plotBackgroundColor,a=n.plotBackgroundImage,v=this.plotLeft,y=this.plotTop,p=this.plotWidth,w=this.plotHeight,b=this.plotBox,k=this.clipRect,c=this.clipBox,t="animate";o||(this.chartBackground=o=e.rect().addClass("highcharts-background").add(),t="attr");r=n.borderWidth||0;f=r+(n.shadow?8:0);s={fill:s||"none"};(r||o["stroke-width"])&&(s.stroke=n.borderColor,s["stroke-width"]=r);o.attr(s).shadow(n.shadow);o[t]({x:f/2,y:f/2,width:d-f-r%2,height:g-f-r%2,r:n.borderRadius});t="animate";h||(t="attr",this.plotBackground=h=e.rect().addClass("highcharts-plot-background").add());h[t](b);h.attr({fill:nt||"none"}).shadow(n.plotShadow);a&&(l?l.animate(b):this.plotBGImage=e.image(a,v,y,p,w).add());k?k.animate({width:c.width,height:c.height}):this.clipRect=e.clipRect(c);t="animate";u||(t="attr",this.plotBorder=u=e.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add());u.attr({stroke:n.plotBorderColor,"stroke-width":n.plotBorderWidth||0,fill:"none"});u[t](u.crisp({x:v,y:y,width:p,height:w},-u.strokeWidth()));this.isDirtyBox=!1;i(this,"afterDrawChartBox")},propFromSeries:function(){var n,r,i,u=this,f=u.options.chart,e=u.options.series;t(["inverted","angular","polar"],function(t){for(n=y[f.type||f.defaultSeriesType],i=f[t]||n&&n.prototype[t],r=e&&e.length;!i&&r--;)(n=y[e[r].type])&&n.prototype[t]&&(i=!0);u[t]=i})},linkSeries:function(){var n=this,r=n.series;t(r,function(n){n.linkedSeries.length=0});t(r,function(t){var i=t.options.linkedTo;a(i)&&(i=":previous"===i?n.series[t.index-1]:n.get(i))&&i.linkedParent!==t&&(i.linkedSeries.push(t),t.linkedParent=i,t.visible=s(t.options.visible,i.options.visible,t.visible))});i(this,"afterLinkSeries")},renderSeries:function(){t(this.series,function(n){n.translate();n.render()})},renderLabels:function(){var n=this,i=n.options.labels;i.items&&t(i.items,function(t){var r=e(i.style,t.style),u=v(r.left)+n.plotLeft,f=v(r.top)+n.plotTop+12;delete r.left;delete r.top;n.renderer.text(t.html,u,f).attr({zIndex:2}).css(r).add()})},render:function(){var f,n,i,r=this.axes,e=this.renderer,u=this.options;this.setTitle();this.legend=new at(this,u.legend);this.getStacks&&this.getStacks();this.getMargins(!0);this.setChartSize();u=this.plotWidth;f=this.plotHeight=Math.max(this.plotHeight-21,0);t(r,function(n){n.setScale()});this.getAxisMargins();n=1.1<u/this.plotWidth;i=1.05<f/this.plotHeight;(n||i)&&(t(r,function(t){(t.horiz&&n||!t.horiz&&i)&&t.setTickInterval(!0)}),this.getMargins());this.drawChartBox();this.hasCartesianSeries&&t(r,function(n){n.visible&&n.render()});this.seriesGroup||(this.seriesGroup=e.g("series-group").attr({zIndex:3}).add());this.renderSeries();this.renderLabels();this.addCredits();this.setResponsive&&this.setResponsive();this.hasRendered=!0},addCredits:function(n){var t=this;n=o(!0,this.options.credits,n);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",function(){n.href&&(h.location.href=n.href)}).attr({align:n.position.align,zIndex:8}).css(n.style).add().align(n.position),this.credits.update=function(n){t.credits=t.credits.destroy();t.addCredits(n)})},destroy:function(){var f,u=this,o=u.axes,s=u.series,e=u.container,h=e&&e.parentNode;for(i(u,"destroy"),u.renderer.forExport?n.erase(r,u):r[u.index]=void 0,n.chartCount--,u.renderTo.removeAttribute("data-highcharts-chart"),g(u),f=o.length;f--;)o[f]=o[f].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),f=s.length;f--;)s[f]=s[f].destroy();t("title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" "),function(n){var t=u[n];t&&t.destroy&&(u[n]=t.destroy())});e&&(e.innerHTML="",g(e),h&&st(e));k(u,function(n,t){delete u[t]})},firstRender:function(){var n=this,r=n.options;n.isReadyToRender&&!n.isReadyToRender()||(n.getContainer(),n.resetMargins(),n.setChartSize(),n.propFromSeries(),n.getAxes(),t(r.series||[],function(t){n.initSeries(t)}),n.linkSeries(),i(n,"beforeRender"),d&&(n.pointer=new d(n,r)),n.render(),!n.renderer.imgCount&&n.onload&&n.onload(),n.temporaryDisplay(!0))},onload:function(){t([this.callback].concat(this.callbacks),function(n){n&&void 0!==this.index&&n.apply(this,[this])},this);i(this,"load");i(this,"render");u(this.index)&&this.setReflow(this.options.chart.reflow);this.onload=null}})}(t),function(n){var i=n.addEvent,t=n.Chart,r=n.each;i(t,"afterSetChartSize",function(t){var i=this.options.chart.scrollablePlotArea;(i=i&&i.minWidth)&&!this.renderer.forExport&&(this.scrollablePixels=i=Math.max(0,i-this.chartWidth))&&(this.plotWidth+=i,this.clipBox.width+=i,t.skipAxes||r(this.axes,function(t){1===t.side?t.getPlotLinePath=function(){var i,r=this.right;return this.right=r-t.chart.scrollablePixels,i=n.Axis.prototype.getPlotLinePath.apply(this,arguments),this.right=r,i}:(t.setAxisSize(),t.setAxisTranslation())}))});i(t,"render",function(){this.scrollablePixels?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()});t.prototype.setUpScrolling=function(){this.scrollingContainer=n.createElement("div",{className:"highcharts-scrolling"},{overflowX:"auto",WebkitOverflowScrolling:"touch"},this.renderTo);this.innerContainer=n.createElement("div",{className:"highcharts-inner-container"},null,this.scrollingContainer);this.innerContainer.appendChild(this.container);this.setUpScrolling=null};t.prototype.applyFixed=function(){var r,t,f=this.container,i=!this.fixedDiv,u;i&&(this.fixedDiv=n.createElement("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:2},null,!0),this.renderTo.insertBefore(this.fixedDiv,this.renderTo.firstChild),this.fixedRenderer=r=new n.Renderer(this.fixedDiv,0,0),this.scrollableMask=r.path().attr({fill:n.color(this.options.chart.backgroundColor||"#fff").setOpacity(.85).get(),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),n.each([this.inverted?".highcharts-xaxis":".highcharts-yaxis",this.inverted?".highcharts-xaxis-labels":".highcharts-yaxis-labels",".highcharts-contextbutton",".highcharts-credits",".highcharts-legend",".highcharts-subtitle",".highcharts-title"],function(t){n.each(f.querySelectorAll(t),function(n){r.box.appendChild(n);n.style.pointerEvents="auto"})}));this.fixedRenderer.setSize(this.chartWidth,this.chartHeight);t=this.chartWidth+this.scrollablePixels;this.container.style.width=t+"px";this.renderer.boxWrapper.attr({width:t,height:this.chartHeight,viewBox:[0,0,t,this.chartHeight].join(" ")});i&&(t=this.options.chart.scrollablePlotArea,t.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixels*t.scrollPositionX));i=this.axisOffset;t=this.plotTop-i[0]-1;i=this.plotTop+this.plotHeight+i[2];u=this.plotLeft+this.plotWidth-this.scrollablePixels;this.scrollableMask.attr({d:this.scrollablePixels?["M",0,t,"L",this.plotLeft-1,t,"L",this.plotLeft-1,i,"L",0,i,"Z","M",u,t,"L",this.chartWidth,t,"L",this.chartWidth,i,"L",u,i,"Z"]:["M",0,0]})}}(t),function(n){var i,e=n.each,r=n.extend,o=n.erase,u=n.fireEvent,s=n.format,h=n.isArray,f=n.isNumber,t=n.pick,c=n.removeEvent;n.Point=i=function(){};n.Point.prototype={init:function(n,i,r){return this.series=n,this.color=n.color,this.applyOptions(i,r),n.options.colorByPoint?(i=n.options.colors||n.chart.options.colors,this.color=this.color||i[n.colorCounter],i=i.length,r=n.colorCounter,++n.colorCounter===i&&(n.colorCounter=0)):r=n.colorIndex,this.colorIndex=t(this.colorIndex,r),n.chart.pointCount++,u(this,"afterInit"),this},applyOptions:function(n,u){var e=this.series,o=e.options.pointValKey||e.pointValKey;return n=i.prototype.optionsToObject.call(this,n),r(this,n),this.options=this.options?r(this.options,n):n,n.group&&delete this.group,o&&(this.y=this[o]),this.isNull=t(this.isValid&&!this.isValid(),null===this.x||!f(this.y,!0)),this.selected&&(this.state="select"),"name"in this&&void 0===u&&e.xAxis&&e.xAxis.hasNames&&(this.x=e.xAxis.nameToX(this)),void 0===this.x&&e&&(this.x=void 0===u?e.autoIncrement(this):u),this},setNestedProperty:function(t,i,r){return r=r.split("."),n.reduce(r,function(t,r,u,f){return t[r]=f.length-1===u?i:n.isObject(t[r],!0)?t[r]:{},t[r]},t),t},optionsToObject:function(t){var i={},r=this.series,s=r.options.keys,u=s||r.pointArrayMap||["y"],c=u.length,e=0,o=0;if(f(t)||null===t)i[u[0]]=t;else if(h(t))for(!s&&t.length>c&&(r=typeof t[0],"string"===r?i.name=t[0]:"number"===r&&(i.x=t[0]),e++);o<c;)s&&void 0===t[e]||(0<u[o].indexOf(".")?n.Point.prototype.setNestedProperty(i,t[e],u[o]):i[u[o]]=t[e]),e++,o++;else"object"==typeof t&&(i=t,t.dataLabels&&(r._hasPointLabels=!0),t.marker&&(r._hasPointMarkers=!0));return i},getClassName:function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},getZone:function(){for(var t=this.series,i=t.zones,t=t.zoneAxis||"y",r=0,n=i[r];this[t]>=n.value;)n=i[++r];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},destroy:function(){var i,n=this.series.chart,t=n.hoverPoints;n.pointCount--;t&&(this.setState(),o(t,this),t.length||(n.hoverPoints=null));this===n.hoverPoint&&this.onMouseOut();(this.graphic||this.dataLabel)&&(c(this),this.destroyElements());this.legendItem&&n.legend.destroyItem(this);for(i in this)this[i]=null},destroyElements:function(){for(var n,i=["graphic","dataLabel","dataLabelUpper","connector","shadowGroup"],t=6;t--;)n=i[t],this[n]&&(this[n]=this[n].destroy())},getLabelConfig:function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},tooltipFormatter:function(n){var i=this.series,r=i.tooltipOptions,o=t(r.valueDecimals,""),u=r.valuePrefix||"",f=r.valueSuffix||"";return e(i.pointArrayMap||["y"],function(t){t="{point."+t;(u||f)&&(n=n.replace(RegExp(t+"}","g"),u+t+"}"+f));n=n.replace(RegExp(t+"}","g"),t+":,."+o+"f}")}),s(n,{point:this,series:this.series},i.chart.time)},firePointEvent:function(n,t,i){var r=this,f=this.series.options;(f.point.events[n]||r.options&&r.options.events&&r.options.events[n])&&this.importEvents();"click"===n&&f.allowPointSelect&&(i=function(n){r.select&&r.select(null,n.ctrlKey||n.metaKey||n.shiftKey)});u(this,n,t,i)},visible:!0}}(t),function(n){var o=n.addEvent,h=n.animObject,p=n.arrayMax,w=n.arrayMin,c=n.correctFloat,e=n.defaultOptions,b=n.defaultPlotOptions,r=n.defined,i=n.each,l=n.erase,k=n.extend,f=n.fireEvent,d=n.grep,a=n.isArray,u=n.isNumber,g=n.isString,v=n.merge,s=n.objectEach,t=n.pick,nt=n.removeEvent,tt=n.splat,it=n.SVGElement,y=n.syncTimeout,rt=n.win;n.Series=n.seriesType("line",null,{lineWidth:2,allowPointSelect:!1,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{lineWidth:0,lineColor:"#ffffff",enabledThreshold:2,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{align:"center",formatter:function(){return null===this.y?"":n.numberFormat(this.y,-1)},style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0,padding:5},cropThreshold:300,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{marker:{}}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"},{isCartesian:!0,pointClass:n.Point,sorted:!0,requireSorting:!0,directTouch:!1,axisTypes:["xAxis","yAxis"],colorCounter:0,parallelArrays:["x","y"],coll:"series",init:function(n,r){var e,c,u=this,h=n.series;u.chart=n;u.options=r=u.setOptions(r);u.linkedSeries=[];u.bindAxes();k(u,{name:r.name,state:"",visible:!1!==r.visible,selected:!0===r.selected});e=r.events;s(e,function(n,t){o(u,t,n)});(e&&e.click||r.point&&r.point.events&&r.point.events.click||r.allowPointSelect)&&(n.runTrackerClick=!0);u.getColor();u.getSymbol();i(u.parallelArrays,function(n){u[n+"Data"]=[]});u.setData(r.data,!1);u.isCartesian&&(n.hasCartesianSeries=!0);h.length&&(c=h[h.length-1]);u._i=t(c&&c._i,-1)+1;n.orderSeries(this.insert(h));f(this,"afterInit")},insert:function(n){var i,r=this.options.index;if(u(r)){for(i=n.length;i--;)if(r>=t(n[i].options.index,n[i]._i)){n.splice(i+1,0,this);break}-1===i&&n.unshift(this);i+=1}else n.push(this);return t(i,n.length-1)},bindAxes:function(){var r,t=this,u=t.options,f=t.chart;i(t.axisTypes||[],function(e){i(f[e],function(n){r=n.options;(u[e]===r.index||void 0!==u[e]&&u[e]===r.id||void 0===u[e]&&0===r.index)&&(t.insert(n.series),t[e]=n,n.isDirty=!0)});t[e]||t.optionalAxis===e||n.error(18,!0)})},updateParallelArrays:function(n,t){var r=n.series,f=arguments,e=u(t)?function(i){var u="y"===i&&r.toYData?r.toYData(n):n[i];r[i+"Data"][t]=u}:function(n){Array.prototype[t].apply(r[n+"Data"],Array.prototype.slice.call(f,2))};i(r.parallelArrays,e)},autoIncrement:function(){var r,n=this.options,u=this.xIncrement,f=n.pointIntervalUnit,i=this.chart.time,u=t(u,n.pointStart,0);return this.pointInterval=r=t(this.pointInterval,n.pointInterval,1),f&&(n=new i.Date(u),"day"===f?i.set("Date",n,i.get("Date",n)+r):"month"===f?i.set("Month",n,i.get("Month",n)+r):"year"===f&&i.set("FullYear",n,i.get("FullYear",n)+r),r=n.getTime()-u),this.xIncrement=u+r,u},setOptions:function(n){var i=this.chart,s=i.options,u=s.plotOptions,o=(i.userOptions||{}).plotOptions||{},h=u[this.type];return this.userOptions=n,i=v(h,u.series,n),this.tooltipOptions=v(e.tooltip,e.plotOptions.series&&e.plotOptions.series.tooltip,e.plotOptions[this.type].tooltip,s.tooltip.userOptions,u.series&&u.series.tooltip,u[this.type].tooltip,n.tooltip),this.stickyTracking=t(n.stickyTracking,o[this.type]&&o[this.type].stickyTracking,o.series&&o.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||i.stickyTracking),null===h.marker&&delete i.marker,this.zoneAxis=i.zoneAxis,n=this.zones=(i.zones||[]).slice(),!i.negativeColor&&!i.negativeFillColor||i.zones||n.push({value:i[this.zoneAxis+"Threshold"]||i.threshold||0,className:"highcharts-negative",color:i.negativeColor,fillColor:i.negativeFillColor}),n.length&&r(n[n.length-1].value)&&n.push({color:this.color,fillColor:this.fillColor}),f(this,"afterSetOptions",{options:i}),i},getName:function(){return this.name||"Series "+(this.index+1)},getCyclic:function(n,i,u){var f,e=this.chart,s=this.userOptions,o=n+"Index",h=n+"Counter",c=u?u.length:t(e.options.chart[n+"Count"],e[n+"Count"]);i||(f=t(s[o],s["_"+o]),r(f)||(e.series.length||(e[h]=0),s["_"+o]=f=e[h]%c,e[h]+=1),u&&(i=u[f]));void 0!==f&&(this[o]=f);this[n]=i},getColor:function(){this.options.colorByPoint?this.options.color=null:this.getCyclic("color",this.options.color||b[this.type].color,this.chart.options.colors)},getSymbol:function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},drawLegendSymbol:n.LegendSymbolMixin.drawLineMarker,updateData:function(t){var e,f,o,s=this.options,r=this.points,h=[],c=this.requireSorting;if(i(t,function(t){var i;i=n.defined(t)&&this.pointClass.prototype.optionsToObject.call({series:this},t).x;u(i)&&(i=n.inArray(i,this.xData,o),-1===i?h.push(t):t!==s.data[i]?(r[i].update(t,!1,null,!1),r[i].touched=!0,c&&(o=i)):r[i]&&(r[i].touched=!0),e=!0)},this),e)for(t=r.length;t--;)f=r[t],f.touched||f.remove(!1),f.touched=!1;else{if(t.length!==r.length)return!1;i(t,function(n,t){r[t].update&&n!==s.data[t]&&r[t].update(n,!1,null,!1)})}return i(h,function(n){this.addPoint(n,!1)},this),!0},setData:function(r,f,e,o){var c,w,s=this,l=s.points,b=l&&l.length||0,k=s.options,d=s.chart,h=null,y=s.xAxis,nt=k.turboThreshold,p=this.xData,v=this.yData,tt=(c=s.pointArrayMap)&&c.length;if(r=r||[],c=r.length,f=t(f,!0),!1!==o&&c&&b&&!s.cropped&&!s.hasGroupedData&&s.visible&&(w=this.updateData(r)),!w){if(s.xIncrement=null,s.colorCounter=0,i(this.parallelArrays,function(n){s[n+"Data"].length=0}),nt&&c>nt){for(e=0;null===h&&e<c;)h=r[e],e++;if(u(h))for(e=0;e<c;e++)p[e]=this.autoIncrement(),v[e]=r[e];else if(a(h))if(tt)for(e=0;e<c;e++)h=r[e],p[e]=h[0],v[e]=h.slice(1,tt+1);else for(e=0;e<c;e++)h=r[e],p[e]=h[0],v[e]=h[1];else n.error(12)}else for(e=0;e<c;e++)void 0!==r[e]&&(h={series:s},s.pointClass.prototype.applyOptions.apply(h,[r[e]]),s.updateParallelArrays(h,e));for(v&&g(v[0])&&n.error(14,!0),s.data=[],s.options.data=s.userOptions.data=r,e=b;e--;)l[e]&&l[e].destroy&&l[e].destroy();y&&(y.minRange=y.userMinRange);s.isDirty=d.isDirtyBox=!0;s.isDirtyData=!!l;e=!1}"point"===k.legendType&&(this.processData(),this.generatePoints());f&&d.redraw(e)},processData:function(t){var e,i=this.xData,l=this.yData,u=i.length,a,s,r,f,o;e=0;f=this.xAxis;o=this.options;r=o.cropThreshold;var h,c,p=this.getExtremesFromAll||o.getExtremesFromAll,v=this.isCartesian,o=f&&f.val2lin,w=f&&f.isLog,y=this.requireSorting;if(v&&!this.isDirty&&!f.isDirty&&!this.yAxis.isDirty&&!t)return!1;for(f&&(t=f.getExtremes(),h=t.min,c=t.max),v&&this.sorted&&!p&&(!r||u>r||this.forceCrop)&&(i[u-1]<h||i[0]>c?(i=[],l=[]):(i[0]<h||i[u-1]>c)&&(e=this.cropData(this.xData,this.yData,h,c),i=e.xData,l=e.yData,e=e.start,a=!0)),r=i.length||1;--r;)u=w?o(i[r])-o(i[r-1]):i[r]-i[r-1],0<u&&(void 0===s||u<s)?s=u:0>u&&y&&(n.error(15),y=!1);this.cropped=a;this.cropStart=e;this.processedXData=i;this.processedYData=l;this.closestPointRange=s},cropData:function(n,i,r,u,f){var e,h=n.length,o=0,s=h;for(f=t(f,this.cropShoulder,1),e=0;e<h;e++)if(n[e]>=r){o=Math.max(0,e-f);break}for(r=e;r<h;r++)if(n[r]>u){s=r+f;break}return{xData:n.slice(o,s),yData:i.slice(o,s),start:o,end:s}},generatePoints:function(){var h,r,i,n,u=this.options,e=u.data,t=this.data,o=this.processedXData,v=this.processedYData,c=this.pointClass,s=o.length,l=this.cropStart||0,f=this.hasGroupedData,u=u.keys,a=[];for(t||f||(t=[],t.length=e.length,t=this.data=t),u&&f&&(this.options.keys=!1),n=0;n<s;n++)r=l+n,f?(i=(new c).init(this,[o[n]].concat(tt(v[n]))),i.dataGroup=this.groupMap[n]):(i=t[r])||void 0===e[r]||(t[r]=i=(new c).init(this,e[r],o[n])),i&&(i.index=r,a[n]=i);if(this.options.keys=u,t&&(s!==(h=t.length)||f))for(n=0;n<h;n++)n!==l||f||(n+=s),t[n]&&(t[n].destroyElements(),t[n].plotX=void 0);this.data=t;this.points=a},getExtremes:function(n){var f,l=this.yAxis,s=this.processedXData,o=[],h=0;f=this.xAxis.getExtremes();var r,e,t,i,v=f.min,y=f.max,c=this.requireSorting?1:0;for(n=n||this.stackedYData||this.processedYData||[],f=n.length,i=0;i<f;i++)if(e=s[i],t=n[i],r=(u(t,!0)||a(t))&&(!l.positiveValuesOnly||t.length||0<t),e=this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||(s[i+c]||e)>=v&&(s[i-c]||e)<=y,r&&e)if(r=t.length)for(;r--;)"number"==typeof t[r]&&(o[h++]=t[r]);else o[h++]=t;this.dataMin=w(o);this.dataMax=p(o)},translate:function(){var l,y;this.processedXData||this.processData();this.generatePoints();var a,e,k,b,o=this.options,nt=o.stacking,p=this.xAxis,d=p.categories,h=this.yAxis,tt=this.points,rt=tt.length,ut=!!this.modifyValue,s=o.pointPlacement,ft="between"===s||u(s),w=o.threshold,it=o.startFromThreshold?w:0,g=Number.MAX_VALUE;for("between"===s&&(s=.5),u(s)&&(s*=t(o.pointRange||p.pointRange)),o=0;o<rt;o++){var n=tt[o],v=n.x,i=n.y;e=n.low;y=nt&&h.stacks[(this.negStacks&&i<(it?0:w)?"-":"")+this.stackKey];h.positiveValuesOnly&&null!==i&&0>=i&&(n.isNull=!0);n.plotX=a=c(Math.min(Math.max(-1e5,p.translate(v,0,0,0,1,s,"flags"===this.type)),1e5));nt&&this.visible&&!n.isNull&&y&&y[v]&&(b=this.getStackIndicator(b,v,this.index),l=y[v],i=l.points[b.key],e=i[0],i=i[1],e===it&&b.key===y[v].base&&(e=t(u(w)&&w,h.min)),h.positiveValuesOnly&&0>=e&&(e=null),n.total=n.stackTotal=l.total,n.percentage=l.total&&n.y/l.total*100,n.stackY=i,l.setOffset(this.pointXOffset||0,this.barW||0));n.yBottom=r(e)?Math.min(Math.max(-1e5,h.translate(e,0,1,0,1)),1e5):null;ut&&(i=this.modifyValue(i,n));n.plotY=e="number"==typeof i&&1/0!==i?Math.min(Math.max(-1e5,h.translate(i,0,1,0,1)),1e5):void 0;n.isInside=void 0!==e&&0<=e&&e<=h.len&&0<=a&&a<=p.len;n.clientX=ft?c(p.translate(v,0,0,0,1,s)):a;n.negative=n.y<(w||0);n.category=d&&void 0!==d[n.x]?d[n.x]:n.x;n.isNull||(void 0!==k&&(g=Math.min(g,Math.abs(a-k))),k=a);n.zone=this.zones.length&&n.getZone()}this.closestPointRangePx=g;f(this,"afterTranslate")},getValidPoints:function(n,t){var i=this.chart;return d(n||this.points||[],function(n){return!(t&&!i.isInsidePlot(n.plotX,n.plotY,i.inverted))&&!n.isNull})},setClip:function(n){var t=this.chart,e=this.options,s=t.renderer,u=t.inverted,o=this.clipBox,f=o||t.clipBox,i=this.sharedClipKey||["_sharedClip",n&&n.duration,n&&n.easing,f.height,e.xAxis,e.yAxis].join(),r=t[i],h=t[i+"m"];r||(n&&(f.width=0,u&&(f.x=t.plotSizeX),t[i+"m"]=h=s.clipRect(u?t.plotSizeX+99:-99,u?-t.plotLeft:-t.plotTop,99,u?t.chartWidth:t.chartHeight)),t[i]=r=s.clipRect(f),r.count={length:0});n&&!r.count[this.index]&&(r.count[this.index]=!0,r.count.length+=1);!1!==e.clip&&(this.group.clip(n||o?r:t.clipRect),this.markerGroup.clip(h),this.sharedClipKey=i);n||(r.count[this.index]&&(delete r.count[this.index],--r.count.length),0===r.count.length&&i&&t[i]&&(o||(t[i]=t[i].destroy()),t[i+"m"]&&(t[i+"m"]=t[i+"m"].destroy())))},animate:function(n){var i,t=this.chart,r=h(this.options.animation);n?this.setClip(r):(i=this.sharedClipKey,(n=t[i])&&n.animate({width:t.plotSizeX,x:0},r),t[i+"m"]&&t[i+"m"].animate({width:t.plotSizeX+99,x:0},r),this.animate=null)},afterAnimate:function(){this.setClip();f(this,"afterAnimate");this.finishedAnimating=!0},drawPoints:function(){var e,n,o,i,u,h,s,r,c=this.points,l=this.chart,f=this.options.marker,a=this[this.specialGroup]||this.markerGroup,v=t(f.enabled,!!this.xAxis.isRadial||null,this.closestPointRangePx>=f.enabledThreshold*f.radius);if(!1!==f.enabled||this._hasPointMarkers)for(e=0;e<c.length;e++)n=c[e],i=n.graphic,u=n.marker||{},h=!!n.marker,o=v&&void 0===u.enabled||u.enabled,s=n.isInside,o&&!n.isNull?(o=t(u.symbol,this.symbol),r=this.markerAttribs(n,n.selected&&"select"),i?i[s?"show":"hide"](!0).animate(r):s&&(0<r.width||n.hasImage)&&(n.graphic=i=l.renderer.symbol(o,r.x,r.y,r.width,r.height,h?u:f).add(a)),i&&i.attr(this.pointAttribs(n,n.selected&&"select")),i&&i.addClass(n.getClassName(),!0)):i&&(n.graphic=i.destroy())},markerAttribs:function(n,i){var r=this.options.marker,f=n.marker||{},e=f.symbol||r.symbol,u=t(f.radius,r.radius);return i&&(r=r.states[i],i=f.states&&f.states[i],u=t(i&&i.radius,r&&r.radius,u+(r&&r.radiusPlus||0))),n.hasImage=e&&0===e.indexOf("url"),n.hasImage&&(u=0),n={x:Math.floor(n.plotX)-u,y:n.plotY-u},u&&(n.width=n.height=2*u),n},pointAttribs:function(n,i){var r=this.options.marker,u=n&&n.options,e=u&&u.marker||{},f=this.color,o=u&&u.color,s=n&&n.color,u=t(e.lineWidth,r.lineWidth);return n=n&&n.zone&&n.zone.color,f=o||n||s||f,n=e.fillColor||r.fillColor||f,f=e.lineColor||r.lineColor||f,i&&(r=r.states[i],i=e.states&&e.states[i]||{},u=t(i.lineWidth,r.lineWidth,u+t(i.lineWidthPlus,r.lineWidthPlus,0)),n=i.fillColor||r.fillColor||n,f=i.lineColor||r.lineColor||f),{stroke:f,"stroke-width":u,fill:n}},destroy:function(){var h,e,o,r,t=this,u=t.chart,a=/AppleWebKit\/533/.test(rt.navigator.userAgent),c=t.data||[];for(f(t,"destroy"),nt(t),i(t.axisTypes||[],function(n){(r=t[n])&&r.series&&(l(r.series,t),r.isDirty=r.forceRedraw=!0)}),t.legendItem&&t.chart.legend.destroyItem(t),e=c.length;e--;)(o=c[e])&&o.destroy&&o.destroy();t.points=null;n.clearTimeout(t.animationTimeout);s(t,function(n,t){n instanceof it&&!n.survive&&(h=a&&"group"===t?"hide":"destroy",n[h]())});u.hoverSeries===t&&(u.hoverSeries=null);l(u.series,t);u.orderSeries();s(t,function(n,i){delete t[i]})},getGraphPath:function(n,t,u){var l,e,o=this,c=o.options,f=c.step,s=[],h=[];return n=n||o.points,(l=n.reversed)&&n.reverse(),(f={right:1,center:2}[f]||f&&3)&&l&&(f=4-f),!c.connectNulls||t||u||(n=this.getValidPoints(n)),i(n,function(i,l){var v=i.plotX,y=i.plotY,a=n[l-1];(i.leftCliff||a&&a.rightCliff)&&!u&&(e=!0);i.isNull&&!r(t)&&0<l?e=!c.connectNulls:i.isNull&&!t?e=!0:(0===l||e?l=["M",i.plotX,i.plotY]:o.getPointSpline?l=o.getPointSpline(n,i,l):f?(l=1===f?["L",a.plotX,y]:2===f?["L",(a.plotX+v)/2,a.plotY,"L",(a.plotX+v)/2,y]:["L",v,a.plotY],l.push("L",v,y)):l=["L",v,y],h.push(i.x),f&&(h.push(i.x),2===f&&h.push(i.x)),s.push.apply(s,l),e=!1)}),s.xMap=h,o.graphPath=s},drawGraph:function(){var n=this,r=this.options,t=(this.gappedPath||this.getGraphPath).call(this),u=[["graph","highcharts-graph",r.lineColor||this.color,r.dashStyle]],u=n.getZonesGraphs(u);i(u,function(i,u){var e=i[0],f=n[e];f?(f.endX=n.preventGraphAnimation?null:t.xMap,f.animate({d:t})):t.length&&(n[e]=n.chart.renderer.path(t).addClass(i[1]).attr({zIndex:1}).add(n.group),f={stroke:i[2],"stroke-width":r.lineWidth,fill:n.fillGraph&&n.color||"none"},i[3]?f.dashstyle=i[3]:"square"!==r.linecap&&(f["stroke-linecap"]=f["stroke-linejoin"]="round"),f=n[e].attr(f).shadow(2>u&&r.shadow));f&&(f.startX=t.xMap,f.isArea=t.isArea)})},getZonesGraphs:function(n){return i(this.zones,function(t,i){n.push(["zone-graph-"+i,"highcharts-graph highcharts-zone-graph-"+i+" "+(t.className||""),t.color||this.color,t.dashStyle||this.options.dashStyle])},this),n},applyZones:function(){var e,f,n,s,p,h,w,c,l,b=this,r=this.chart,d=r.renderer,g=this.zones,o=this.clips||[],a=this.graph,v=this.area,y=Math.max(r.chartWidth,r.chartHeight),u=this[(this.zoneAxis||"y")+"Axis"],k=r.inverted,nt=!1;g.length&&(a||v)&&u&&void 0!==u.min&&(p=u.reversed,h=u.horiz,a&&!this.showLine&&a.hide(),v&&v.hide(),s=u.getExtremes(),i(g,function(i,g){e=p?h?r.plotWidth:0:h?0:u.toPixels(s.min);e=Math.min(Math.max(t(f,e),0),y);f=Math.min(Math.max(Math.round(u.toPixels(t(i.value,s.max),!0)),0),y);nt&&(e=f=u.toPixels(s.max));w=Math.abs(e-f);c=Math.min(e,f);l=Math.max(e,f);u.isXAxis?(n={x:k?l:c,y:0,width:w,height:y},h||(n.x=r.plotHeight-n.x)):(n={x:0,y:k?l:c,width:y,height:w},h&&(n.y=r.plotWidth-n.y));k&&d.isVML&&(n=u.isXAxis?{x:0,y:p?c:l,height:n.width,width:r.chartWidth}:{x:n.y-r.plotLeft-r.spacingBox.x,y:0,width:n.height,height:r.chartHeight});o[g]?o[g].animate(n):(o[g]=d.clipRect(n),a&&b["zone-graph-"+g].clip(o[g]),v&&b["zone-area-"+g].clip(o[g]));nt=i.value>s.max;b.resetZones&&0===f&&(f=void 0)}),this.clips=o)},invertGroups:function(n){function r(){i(["group","markerGroup"],function(i){t[i]&&(f.renderer.isVML&&t[i].attr({width:t.yAxis.len,height:t.xAxis.len}),t[i].width=t.yAxis.len,t[i].height=t.xAxis.len,t[i].invert(n))})}var u,t=this,f=t.chart;t.xAxis&&(u=o(f,"resize",r),o(t,"destroy",u),r(),t.invertGroups=r)},plotGroup:function(n,t,i,u,f){var e=this[n],o=!e;return o&&(this[n]=e=this.chart.renderer.g().attr({zIndex:u||.1}).add(f)),e.addClass("highcharts-"+t+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(r(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(e.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),e.attr({visibility:i})[o?"attr":"animate"](this.getPlotBox()),e},getPlotBox:function(){var t=this.chart,i=this.xAxis,n=this.yAxis;return t.inverted&&(i=n,n=this.xAxis),{translateX:i?i.left:t.plotLeft,translateY:n?n.top:t.plotTop,scaleX:1,scaleY:1}},render:function(){var i,n=this,t=n.chart,r=n.options,u=!!n.animate&&t.renderer.isSVG&&h(r.animation).duration,e=n.visible?"inherit":"hidden",o=r.zIndex,s=n.hasRendered,c=t.seriesGroup,l=t.inverted;i=n.plotGroup("group","series",e,o,c);n.markerGroup=n.plotGroup("markerGroup","markers",e,o,c);u&&n.animate(!0);i.inverted=!!n.isCartesian&&l;n.drawGraph&&(n.drawGraph(),n.applyZones());n.drawDataLabels&&n.drawDataLabels();n.visible&&n.drawPoints();n.drawTracker&&!1!==n.options.enableMouseTracking&&n.drawTracker();n.invertGroups(l);!1===r.clip||n.sharedClipKey||s||i.clip(t.clipRect);u&&n.animate();s||(n.animationTimeout=y(function(){n.afterAnimate()},u));n.isDirty=!1;n.hasRendered=!0;f(n,"afterRender")},redraw:function(){var n=this.chart,f=this.isDirty||this.isDirtyData,i=this.group,r=this.xAxis,u=this.yAxis;i&&(n.inverted&&i.attr({width:n.plotWidth,height:n.plotHeight}),i.animate({translateX:t(r&&r.left,n.plotLeft),translateY:t(u&&u.top,n.plotTop)}));this.translate();this.render();f&&delete this.kdTree},kdAxisArray:["clientX","plotY"],searchPoint:function(n,t){var i=this.xAxis,r=this.yAxis,u=this.chart.inverted;return this.searchKDTree({clientX:u?i.len-n.chartY+i.pos:n.chartX-i.pos,plotY:u?r.len-n.chartX+r.pos:n.chartY-r.pos},t)},buildKDTree:function(){function t(i,r,u){var e,f;if(f=i&&i.length)return e=n.kdAxisArray[r%u],i.sort(function(n,t){return n[e]-t[e]}),f=Math.floor(f/2),{point:i[f],left:t(i.slice(0,f),r+1,u),right:t(i.slice(f+1),r+1,u)}}this.buildingKdTree=!0;var n=this,i=-1<n.options.findNearestPointBy.indexOf("y")?2:1;delete n.kdTree;y(function(){n.kdTree=t(n.getValidPoints(null,!n.directTouch),i,i);n.buildingKdTree=!1},n.options.kdNow?0:1)},searchKDTree:function(n,t){function e(n,t,s,h){var c,a,l=t.point,v=o.kdAxisArray[s%h],y=l;return a=r(n[u])&&r(l[u])?Math.pow(n[u]-l[u],2):null,c=r(n[f])&&r(l[f])?Math.pow(n[f]-l[f],2):null,c=(a||0)+(c||0),l.dist=r(c)?Math.sqrt(c):Number.MAX_VALUE,l.distX=r(a)?Math.sqrt(a):Number.MAX_VALUE,v=n[v]-l[v],c=0>v?"left":"right",a=0>v?"right":"left",t[c]&&(c=e(n,t[c],s+1,h),y=c[i]<y[i]?c:l),t[a]&&Math.sqrt(v*v)<y[i]&&(n=e(n,t[a],s+1,h),y=n[i]<y[i]?n:y),y}var o=this,u=this.kdAxisArray[0],f=this.kdAxisArray[1],i=t?"distX":"dist";if(t=-1<o.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(),this.kdTree)return e(n,this.kdTree,t,t)}})}(t),function(n){var r=n.Axis,s=n.Chart,u=n.correctFloat,o=n.defined,h=n.destroyObjectProperties,e=n.each,c=n.format,i=n.objectEach,t=n.pick,f=n.Series;n.StackItem=function(n,i,r,u,f){var e=n.chart.inverted;this.axis=n;this.isNegative=r;this.options=i;this.x=u;this.total=null;this.points={};this.stack=f;this.rightCliff=this.leftCliff=0;this.alignOptions={align:i.align||(e?r?"left":"right":"center"),verticalAlign:i.verticalAlign||(e?"middle":r?"bottom":"top"),y:t(i.y,e?4:r?14:-6),x:t(i.x,e?r?-6:6:0)};this.textAlign=i.textAlign||(e?r?"right":"left":"center")};n.StackItem.prototype={destroy:function(){h(this,this.axis)},render:function(n){var r=this.axis.chart,t=this.options,i=t.format,i=i?c(i,this,r.time):t.formatter.call(this);this.label?this.label.attr({text:i,visibility:"hidden"}):this.label=r.renderer.text(i,null,null,t.useHTML).css(t.style).attr({align:this.textAlign,rotation:t.rotation,visibility:"hidden"}).add(n)},setOffset:function(n,t){var i=this.axis,r=i.chart,f=i.translate(i.usePercentage?100:this.total,0,0,0,1),u=i.translate(0),u=Math.abs(f-u);n=r.xAxis[0].translate(this.x)+n;i=this.getStackBox(r,this,n,f,t,u,i);(t=this.label)&&(t.align(this.alignOptions,null,i),i=t.alignAttr,t[!1===this.options.crop||r.isInsidePlot(i.x,i.y)?"show":"hide"](!0))},getStackBox:function(n,t,i,r,u,f,e){var s=t.axis.reversed,o=n.inverted;return n=e.height+e.pos-(o?n.plotLeft:n.plotTop),t=t.isNegative&&!s||!t.isNegative&&s,{x:o?t?r:r-f:i,y:o?n-i-u:t?n-r-f:n-r,width:o?f:u,height:o?u:f}}};s.prototype.getStacks=function(){var n=this;e(n.yAxis,function(n){n.stacks&&n.hasVisibleSeries&&(n.oldStacks=n.stacks)});e(n.series,function(i){i.options.stacking&&(!0===i.visible||!1===n.options.chart.ignoreHiddenSeries)&&(i.stackKey=i.type+t(i.options.stack,""))})};r.prototype.buildStacks=function(){var n,i=this.series,u=t(this.options.reversedStacks,!0),r=i.length;if(!this.isXAxis){for(this.usePercentage=!1,n=r;n--;)i[u?n:r-n-1].setStackedPoints();for(n=0;n<r;n++)i[n].modifyStacks()}};r.prototype.renderStackTotals=function(){var t=this.chart,r=t.renderer,u=this.stacks,n=this.stackTotalGroup;n||(this.stackTotalGroup=n=r.g("stack-labels").attr({visibility:"visible",zIndex:6}).add());n.translate(t.plotLeft,t.plotTop);i(u,function(t){i(t,function(t){t.render(n)})})};r.prototype.resetStacks=function(){var n=this,t=n.stacks;n.isXAxis||i(t,function(t){i(t,function(i,r){i.touched<n.stacksTouched?(i.destroy(),delete t[r]):(i.total=null,i.cumulative=null)})})};r.prototype.cleanStacks=function(){var n;this.isXAxis||(this.oldStacks&&(n=this.stacks=this.oldStacks),i(n,function(n){i(n,function(n){n.cumulative=n.total})}))};f.prototype.setStackedPoints=function(){if(this.options.stacking&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var v,f,i,l,a,r,s,tt=this.processedXData,b=this.processedYData,k=[],it=b.length,c=this.options,d=c.threshold,y=t(c.startFromThreshold&&d,0),rt=c.stack,c=c.stacking,p=this.stackKey,g="-"+p,nt=this.negStacks,h=this.yAxis,e=h.stacks,w=h.oldStacks;for(h.stacksTouched+=1,a=0;a<it;a++)r=tt[a],s=b[a],v=this.getStackIndicator(v,r,this.index),l=v.key,i=(f=nt&&s<(y?0:d))?g:p,e[i]||(e[i]={}),e[i][r]||(w[i]&&w[i][r]?(e[i][r]=w[i][r],e[i][r].total=null):e[i][r]=new n.StackItem(h,h.options.stackLabels,f,r,rt)),i=e[i][r],null!==s?(i.points[l]=i.points[this.index]=[t(i.cumulative,y)],o(i.cumulative)||(i.base=l),i.touched=h.stacksTouched,0<v.index&&!1===this.singleStacks&&(i.points[l][0]=i.points[this.index+","+r+",0"][0])):i.points[l]=i.points[this.index]=null,"percent"===c?(f=f?p:g,nt&&e[f]&&e[f][r]?(f=e[f][r],i.total=f.total=Math.max(f.total,i.total)+Math.abs(s)||0):i.total=u(i.total+(Math.abs(s)||0))):i.total=u(i.total+(s||0)),i.cumulative=t(i.cumulative,y)+(s||0),null!==s&&(i.points[l].push(i.cumulative),k[a]=i.cumulative);"percent"===c&&(h.usePercentage=!0);this.stackedYData=k;h.oldStacks={}}};f.prototype.modifyStacks=function(){var t,n=this,i=n.stackKey,r=n.yAxis.stacks,u=n.processedXData,f=n.options.stacking;n[f+"Stacker"]&&e([i,"-"+i],function(i){for(var e,s,o=u.length;o--;)e=u[o],t=n.getStackIndicator(t,e,n.index,i),(s=(e=r[i]&&r[i][e])&&e.points[t.key])&&n[f+"Stacker"](s,e,o)})};f.prototype.percentStacker=function(n,t,i){t=t.total?100/t.total:0;n[0]=u(n[0]*t);n[1]=u(n[1]*t);this.stackedYData[i]=n[1]};f.prototype.getStackIndicator=function(n,t,i,r){return!o(n)||n.x!==t||r&&n.key!==r?n={x:t,index:0,key:r}:n.index++,n.key=[i,t,n.index].join(),n}}(t),function(n){var b=n.addEvent,l=n.animate,a=n.Axis,v=n.createElement,e=n.css,k=n.defined,t=n.each,y=n.erase,r=n.extend,u=n.fireEvent,o=n.inArray,p=n.isNumber,s=n.isObject,d=n.isArray,f=n.merge,h=n.objectEach,i=n.pick,g=n.Point,nt=n.Series,c=n.seriesTypes,tt=n.setAnimation,w=n.splat;r(n.Chart.prototype,{addSeries:function(n,t,r){var e,f=this;return n&&(t=i(t,!0),u(f,"addSeries",{options:n},function(){e=f.initSeries(n);f.isDirtyLegend=!0;f.linkSeries();u(f,"afterAddSeries");t&&f.redraw(r)})),e},addAxis:function(n,t,r,u){var e=t?"xAxis":"yAxis",o=this.options;return n=f(n,{index:this[e].length,isX:t}),t=new a(this,n),o[e]=w(o[e]||{}),o[e].push(n),i(r,!0)&&this.redraw(u),t},showLoading:function(n){var t=this,f=t.options,i=t.loadingDiv,u=f.loading,o=function(){i&&e(i,{left:t.plotLeft+"px",top:t.plotTop+"px",width:t.plotWidth+"px",height:t.plotHeight+"px"})};i||(t.loadingDiv=i=v("div",{className:"highcharts-loading highcharts-loading-hidden"},null,t.container),t.loadingSpan=v("span",{className:"highcharts-loading-inner"},null,i),b(t,"redraw",o));i.className="highcharts-loading";t.loadingSpan.innerHTML=n||f.lang.loading;e(i,r(u.style,{zIndex:10}));e(t.loadingSpan,u.labelStyle);t.loadingShown||(e(i,{opacity:0,display:""}),l(i,{opacity:u.style.opacity||.5},{duration:u.showDuration||0}));t.loadingShown=!0;o()},hideLoading:function(){var t=this.options,n=this.loadingDiv;n&&(n.className="highcharts-loading highcharts-loading-hidden",l(n,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){e(n,{display:"none"})}}));this.loadingShown=!1},propsRequireDirtyBox:"backgroundColor borderColor borderWidth margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" "),update:function(n,r,e,s){var a,v,c=this,y={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle"},l=n.chart,b=[];u(c,"update",{options:n});l&&(f(!0,c.options.chart,l),"className"in l&&c.setClassName(l.className),"reflow"in l&&c.setReflow(l.reflow),("inverted"in l||"polar"in l||"type"in l)&&(c.propFromSeries(),a=!0),"alignTicks"in l&&(a=!0),h(l,function(n,t){-1!==o("chart."+t,c.propsRequireUpdateSeries)&&(v=!0);-1!==o(t,c.propsRequireDirtyBox)&&(c.isDirtyBox=!0)}),"style"in l&&c.renderer.setStyle(l.style));n.colors&&(this.options.colors=n.colors);n.plotOptions&&f(!0,this.options.plotOptions,n.plotOptions);h(n,function(n,t){c[t]&&"function"==typeof c[t].update?c[t].update(n,!1):"function"==typeof c[y[t]]&&c[y[t]](n);"chart"!==t&&-1!==o(t,c.propsRequireUpdateSeries)&&(v=!0)});t("xAxis yAxis zAxis series colorAxis pane".split(" "),function(i){var r;n[i]&&("series"===i&&(r=[],t(c[i],function(n,t){n.options.isInternal||r.push(t)})),t(w(n[i]),function(n,t){(t=k(n.id)&&c.get(n.id)||c[i][r?r[t]:t])&&t.coll===i&&(t.update(n,!1),e&&(t.touched=!0));!t&&e&&("series"===i?c.addSeries(n,!1).touched=!0:"xAxis"!==i&&"yAxis"!==i||(c.addAxis(n,"xAxis"===i,!1).touched=!0))}),e&&t(c[i],function(n){n.touched||n.options.isInternal?delete n.touched:b.push(n)}))});t(b,function(n){n.remove(!1)});a&&t(c.axes,function(n){n.update({},!1)});v&&t(c.series,function(n){n.update({},!1)});n.loading&&f(!0,c.options.loading,n.loading);a=l&&l.width;l=l&&l.height;p(a)&&a!==c.chartWidth||p(l)&&l!==c.chartHeight?c.setSize(a,l,s):i(r,!0)&&c.redraw(s);u(c,"afterUpdate",{options:n})},setSubtitle:function(n){this.setTitle(void 0,n)}});r(g.prototype,{update:function(n,t,r,u){function a(){f.applyOptions(n);null===f.y&&h&&(f.graphic=h.destroy());s(n,!0)&&(h&&h.element&&n&&n.marker&&void 0!==n.marker.symbol&&(f.graphic=h.destroy()),n&&n.dataLabels&&f.dataLabel&&(f.dataLabel=f.dataLabel.destroy()),f.connector&&(f.connector=f.connector.destroy()));o=f.index;e.updateParallelArrays(f,o);c.data[o]=s(c.data[o],!0)||s(n,!0)?f.options:i(n,c.data[o]);e.isDirty=e.isDirtyData=!0;!e.fixedBox&&e.hasCartesianSeries&&(l.isDirtyBox=!0);"point"===c.legendType&&(l.isDirtyLegend=!0);t&&l.redraw(r)}var o,f=this,e=f.series,h=f.graphic,l=e.chart,c=e.options;t=i(t,!0);!1===u?a():f.firePointEvent("update",{options:n},a)},remove:function(n,t){this.series.removePoint(o(this,this.series.data),n,t)}});r(nt.prototype,{addPoint:function(n,t,r,u){var e,l,f,s,a=this.options,h=this.data,y=this.chart,o=this.xAxis,o=o&&o.hasNames&&o.names,v=a.data,c=this.xData;if(t=i(t,!0),e={series:this},this.pointClass.prototype.applyOptions.apply(e,[n]),s=e.x,f=c.length,this.requireSorting&&s<c[f-1])for(l=!0;f&&c[f-1]>s;)f--;this.updateParallelArrays(e,"splice",f,0,0);this.updateParallelArrays(e,f);o&&e.name&&(o[s]=e.name);v.splice(f,0,n);l&&(this.data.splice(f,0,null),this.processData());"point"===a.legendType&&this.generatePoints();r&&(h[0]&&h[0].remove?h[0].remove(!1):(h.shift(),this.updateParallelArrays(e,"shift"),v.shift()));this.isDirtyData=this.isDirty=!0;t&&y.redraw(u)},removePoint:function(n,t,r){var u=this,e=u.data,f=e[n],o=u.points,s=u.chart,h=function(){o&&o.length===e.length&&o.splice(n,1);e.splice(n,1);u.options.data.splice(n,1);u.updateParallelArrays(f||{series:u},"splice",n,1);f&&f.destroy();u.isDirty=!0;u.isDirtyData=!0;t&&s.redraw()};tt(r,s);t=i(t,!0);f?f.firePointEvent("remove",null,h):h()},remove:function(n,t,r){function o(){e.destroy();f.isDirtyLegend=f.isDirtyBox=!0;f.linkSeries();i(n,!0)&&f.redraw(t)}var e=this,f=e.chart;!1!==r?u(e,"remove",null,o):o()},update:function(e,s){var p,h=this,a=h.chart,v=h.userOptions,y=h.oldType||h.type,w=e.type||v.type||a.options.chart.type,g=c[y].prototype,b=["group","markerGroup","dataLabelsGroup"],l=["navigatorSeries","baseSeries"],nt=h.finishedAnimating&&{animation:!1},tt=["data","name","turboThreshold"],k=n.keys(e),d=0<k.length;if(t(k,function(n){-1===o(n,tt)&&(d=!1)}),d)e.data&&this.setData(e.data,!1),e.name&&this.setName(e.name,!1);else{l=b.concat(l);t(l,function(n){l[n]=h[n];delete h[n]});e=f(v,nt,{index:h.index,pointStart:i(v.pointStart,h.xData[0])},{data:h.options.data},e);h.remove(!1,null,!1);for(p in g)h[p]=void 0;c[w||y]?r(h,c[w||y].prototype):n.error(17,!0);t(l,function(n){h[n]=l[n]});h.init(a,e);e.zIndex!==v.zIndex&&t(b,function(n){h[n]&&h[n].attr({zIndex:e.zIndex})});h.oldType=y;a.linkSeries()}u(this,"afterUpdate");i(s,!0)&&a.redraw(!1)},setName:function(n){this.name=this.options.name=this.userOptions.name=n;this.chart.isDirtyLegend=!0}});r(a.prototype,{update:function(n,t){var u=this.chart,e=n&&n.events||{};n=f(this.userOptions,n);u.options[this.coll].indexOf&&(u.options[this.coll][u.options[this.coll].indexOf(this.userOptions)]=n);h(u.options[this.coll].events,function(n,t){void 0===e[t]&&(e[t]=void 0)});this.destroy(!0);this.init(u,r(n,{events:e}));u.isDirtyBox=!0;i(t,!0)&&u.redraw()},remove:function(n){for(var r=this.chart,u=this.coll,f=this.series,e=f.length;e--;)f[e]&&f[e].remove(!1);y(r.axes,this);y(r[u],this);d(r.options[u])?r.options[u].splice(this.options.index,1):delete r.options[u];t(r[u],function(n,t){n.options.index=n.userOptions.index=t});this.destroy();r.isDirtyBox=!0;i(n,!0)&&r.redraw()},setTitle:function(n,t){this.update({title:n},t)},setCategories:function(n,t){this.update({categories:n},t)}})}(t),function(n){var u=n.color,i=n.each,f=n.map,t=n.pick,r=n.Series;n.seriesType("area","line",{softThreshold:!1,threshold:0},{singleStacks:!1,getStackPoints:function(r){var a,u,c=[],o=[],w=this.xAxis,s=this.yAxis,h=s.stacks[this.stackKey],e={},l=this.index,v=s.series,y=v.length,p=t(s.options.reversedStacks,!0)?1:-1;if(r=r||this.points,this.options.stacking){for(u=0;u<r.length;u++)r[u].leftNull=r[u].rightNull=null,e[r[u].x]=r[u];n.objectEach(h,function(n,t){null!==n.total&&o.push(t)});o.sort(function(n,t){return n-t});a=f(v,function(){return this.visible});i(o,function(n,t){var f,v,r=0;if(e[n]&&!e[n].isNull)c.push(e[n]),i([-1,1],function(i){var c=1===i?"rightNull":"leftNull",r=0,s=h[o[t+i]];if(s)for(u=l;0<=u&&u<y;)f=s.points[u],f||(u===l?e[n][c]=!0:a[u]&&(v=h[n].points[u])&&(r-=v[1]-v[0])),u+=p;e[n][1===i?"rightCliff":"leftCliff"]=r});else{for(u=l;0<=u&&u<y;){if(f=h[n].points[u]){r=f[1];break}u+=p}r=s.translate(r,0,1,0,1);c.push({isNull:!0,plotX:w.translate(n,0,0,0,1),x:n,plotY:r,yBottom:r})}})}return c},getGraphPath:function(n){var i,u,s,v,e=r.prototype.getGraphPath,f=this.options,o=f.stacking,h=this.yAxis,c=[],l=[],p=this.index,w=h.stacks[this.stackKey],b=f.threshold,a=h.getThreshold(f.threshold),f=f.connectNulls||"percent"===o,y=function(t,i,r){var u=n[t],e,f,v;t=o&&w[u.x].points[p];e=u[r+"Null"]||0;r=u[r+"Cliff"]||0;u=!0;r||e?(f=(e?t[0]:t[1])+r,v=t[0]+r,u=!!e):!o&&n[i]&&n[i].isNull&&(f=v=b);void 0!==f&&(l.push({plotX:s,plotY:null===f?a:h.getThreshold(f),isNull:u,isCliff:!0}),c.push({plotX:s,plotY:null===v?a:h.getThreshold(v),doCurve:!1}))};for(n=n||this.points,o&&(n=this.getStackPoints(n)),i=0;i<n.length;i++)u=n[i].isNull,s=t(n[i].rectPlotX,n[i].plotX),v=t(n[i].yBottom,a),(!u||f)&&(f||y(i,i-1,"left"),u&&!o&&f||(l.push(n[i]),c.push({x:i,plotX:s,plotY:v})),f||y(i,i+1,"right"));return i=e.call(this,l,!0,!0),c.reversed=!0,u=e.call(this,c,!0,!0),u.length&&(u[0]="L"),u=i.concat(u),e=e.call(this,l,!1,f),u.xMap=i.xMap,this.areaPath=u,e},drawGraph:function(){this.areaPath=[];r.prototype.drawGraph.apply(this);var n=this,f=this.areaPath,e=this.options,o=[["area","highcharts-area",this.color,e.fillColor]];i(this.zones,function(t,i){o.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||n.color,t.fillColor||e.fillColor])});i(o,function(i){var o=i[0],r=n[o];r?(r.endX=n.preventGraphAnimation?null:f.xMap,r.animate({d:f})):(r=n[o]=n.chart.renderer.path(f).addClass(i[1]).attr({fill:t(i[3],u(i[2]).setOpacity(t(e.fillOpacity,.75)).get()),zIndex:0}).add(n.group),r.isArea=!0);r.startX=f.xMap;r.shiftUnit=e.step?2:1})},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle})}(t),function(n){var t=n.pick;(n=n.seriesType)("spline","line",{},{getPointSpline:function(n,i,r){var h=i.plotX,u=i.plotY,o=n[r-1],c,e,s,f,l;return r=n[r+1],!o||o.isNull||!1===o.doCurve||i.isCliff||!r||r.isNull||!1===r.doCurve||i.isCliff||(n=o.plotY,s=r.plotX,r=r.plotY,l=0,c=(1.5*h+o.plotX)/2.5,e=(1.5*u+n)/2.5,s=(1.5*h+s)/2.5,f=(1.5*u+r)/2.5,s!==c&&(l=(f-e)*(s-h)/(s-c)+u-f),e+=l,f+=l,e>n&&e>u?(e=Math.max(n,u),f=2*u-e):e<n&&e<u&&(e=Math.min(n,u),f=2*u-e),f>r&&f>u?(f=Math.max(r,u),e=2*u-f):f<r&&f<u&&(f=Math.min(r,u),e=2*u-f),i.rightContX=s,i.rightContY=f),i=["C",t(o.rightContX,o.plotX),t(o.rightContY,o.plotY),t(c,h),t(e,u),h,u],o.rightContX=o.rightContY=null,i}})}(t),function(n){var t=n.seriesTypes.area.prototype;n.seriesType("areaspline","spline",n.defaultPlotOptions.area,{getStackPoints:t.getStackPoints,getGraphPath:t.getGraphPath,drawGraph:t.drawGraph,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle})}(t),function(n){var f=n.animObject,e=n.color,t=n.each,o=n.extend,s=n.isNumber,u=n.merge,i=n.pick,r=n.Series,h=n.seriesType,c=n.svg;h("column","line",{borderRadius:0,crisp:!0,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:null,verticalAlign:null,y:null},softThreshold:!1,startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"},{cropShoulder:0,directTouch:!0,trackerGroups:["group","dataLabelsGroup"],negStacks:!0,init:function(){r.prototype.init.apply(this,arguments);var n=this,i=n.chart;i.hasRendered&&t(i.series,function(t){t.type===n.type&&(t.isDirty=!0)})},getColumnMetrics:function(){var e,n=this,r=n.options,u=n.xAxis,l=n.yAxis,f=u.options.reversedStacks,f=u.reversed&&!f||!u.reversed&&f,s={},o=0;!1===r.grouping?o=1:t(n.chart.series,function(t){var i,r=t.options,u=t.yAxis;t.type!==n.type||!t.visible&&n.chart.options.chart.ignoreHiddenSeries||l.len!==u.len||l.pos!==u.pos||(r.stacking?(e=t.stackKey,void 0===s[e]&&(s[e]=o++),i=s[e]):!1!==r.grouping&&(i=o++),t.columnIndex=i)});var h=Math.min(Math.abs(u.transA)*(u.ordinalSlope||r.pointRange||u.closestPointRange||u.tickInterval||1),u.len),a=h*r.groupPadding,c=(h-2*a)/(o||1),r=Math.min(r.maxPointWidth||u.len,i(r.pointWidth,c*(1-2*r.pointPadding)));return n.columnMetrics={width:r,offset:(c-r)/2+(a+((n.columnIndex||0)+(f?1:0))*c-h/2)*(f?-1:1)},n.columnMetrics},crispCol:function(n,t,i,r){var e=this.chart,u=this.borderWidth,f=-(u%2?.5:0),u=u%2?.5:1;return e.inverted&&e.renderer.isVML&&(u+=1),this.options.crisp&&(i=Math.round(n+i)+f,n=Math.round(n)+f,i-=n),r=Math.round(t+r)+u,f=.5>=Math.abs(t)&&.5<r,t=Math.round(t)+u,r-=t,f&&r&&(--t,r+=1),{x:n,y:t,width:i,height:r}},translate:function(){var n=this,o=n.chart,s=n.options,c=n.dense=2>n.closestPointRange*n.xAxis.transA,c=n.borderWidth=i(s.borderWidth,c?0:1),u=n.yAxis,h=s.threshold,e=n.translatedThreshold=u.getThreshold(h),f=i(s.minPointLength,5),a=n.getColumnMetrics(),v=a.width,l=n.barW=Math.max(v,1+2*c),y=n.pointXOffset=a.offset;o.inverted&&(e-=.5);s.pointPadding&&(l=Math.ceil(l));r.prototype.translate.apply(n);t(n.points,function(t){var a,p=i(t.yBottom,e),r=999+Math.abs(p),r=Math.min(Math.max(-r,t.plotY),u.len+r),s=t.plotX+y,w=l,b=Math.min(r,p),c=Math.max(r,p)-b;f&&Math.abs(c)<f&&(c=f,a=!u.reversed&&!t.negative||u.reversed&&t.negative,t.y===h&&n.dataMax<=h&&u.min<h&&(a=!a),b=Math.abs(b-e)>f?p-f:e-(a?f:0));t.barX=s;t.pointWidth=v;t.tooltipPos=o.inverted?[u.len+u.pos-o.plotLeft-r,n.xAxis.len-s-w/2,c]:[s+w/2,r+u.pos-o.plotTop,c];t.shapeType="rect";t.shapeArgs=n.crispCol.apply(n,t.isNull?[s,e,w,0]:[s,b,w,c])})},getSymbol:n.noop,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,drawGraph:function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},pointAttribs:function(n,t){var r,o=this.options,f=this.pointAttrToOptions||{};r=f.stroke||"borderColor";var s=f["stroke-width"]||"borderWidth",i=n&&n.color||this.color,h=n&&n[r]||o[r]||this.color||i,c=n&&n[s]||o[s]||this[s]||0,f=o.dashStyle;return n&&this.zones.length&&(i=n.getZone(),i=n.options.color||i&&i.color||this.color),t&&(n=u(o.states[t],n.options.states&&n.options.states[t]||{}),t=n.brightness,i=n.color||void 0!==t&&e(i).brighten(n.brightness).get()||i,h=n[r]||h,c=n[s]||c,f=n.dashStyle||f),r={fill:i,stroke:h,"stroke-width":c},f&&(r.dashstyle=f),r},drawPoints:function(){var r,i=this,f=this.chart,n=i.options,e=f.renderer,o=n.animationLimit||250;t(i.points,function(t){var h=t.graphic,c=h&&f.pointCount<o?"animate":"attr";s(t.plotY)&&null!==t.y?(r=t.shapeArgs,h?h[c](u(r)):t.graphic=h=e[t.shapeType](r).add(t.group||i.group),n.borderRadius&&h.attr({r:n.borderRadius}),h[c](i.pointAttribs(t,t.selected&&"select")).shadow(n.shadow,null,n.stacking&&!n.borderRadius),h.addClass(t.getClassName(),!0)):h&&(t.graphic=h.destroy())})},animate:function(n){var u,t=this,i=this.yAxis,h=t.options,e=this.chart.inverted,r={},s=e?"translateX":"translateY";c&&(n?(r.scaleY=.001,n=Math.min(i.pos+i.len,Math.max(i.pos,i.toPixels(h.threshold))),e?r.translateX=n-i.len:r.translateY=n,t.group.attr(r)):(u=t.group.attr(s),t.group.animate({scaleY:1},o(f(t.options.animation),{step:function(n,f){r[s]=u+f.pos*(i.pos-u);t.group.attr(r)}})),t.animate=null))},remove:function(){var n=this,i=n.chart;i.hasRendered&&t(i.series,function(t){t.type===n.type&&(t.isDirty=!0)});r.prototype.remove.apply(n,arguments)}})}(t),function(n){(n=n.seriesType)("bar","column",null,{inverted:!0})}(t),function(n){var t=n.Series;(n=n.seriesType)("scatter","line",{lineWidth:0,findNearestPointBy:"xy",marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●<\/span> <span style="font-size: 0.85em"> {series.name}<\/span><br/>',pointFormat:"x: <b>{point.x}<\/b><br/>y: <b>{point.y}<\/b><br/>"}},{sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1,drawGraph:function(){this.options.lineWidth&&t.prototype.drawGraph.call(this)}})}(t),function(n){var t=n.deg2rad,i=n.isNumber,r=n.pick,u=n.relativeLength;n.CenteredSeriesMixin={getCenter:function(){for(var e,i=this.options,f=this.chart,o=2*(i.slicedOffset||0),s=f.plotWidth-2*o,f=f.plotHeight-2*o,n=i.center,n=[r(n[0],"50%"),r(n[1],"50%"),i.size||"100%",i.innerSize||0],h=Math.min(s,f),t=0;4>t;++t)e=n[t],i=2>t||2===t&&/%$/.test(e),n[t]=u(e,[s,f,h,n[2]][t])+(i?o:0);return n[3]>n[2]&&(n[3]=n[2]),n},getStartAndEndRadians:function(n,r){return n=i(n)?n:0,r=i(r)&&r>n&&360>r-n?r:n+360,{start:t*(n+-90),end:t*(r+-90)}}}}(t),function(n){var r=n.addEvent,u=n.CenteredSeriesMixin,o=n.defined,i=n.each,s=n.extend,h=u.getStartAndEndRadians,f=n.inArray,e=n.noop,t=n.pick,c=n.Point,l=n.Series,a=n.seriesType,v=n.setAnimation;a("pie","line",{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,distance:30,enabled:!0,formatter:function(){if(!this.point.isNull)return this.point.name},x:0},ignoreHiddenPoint:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,states:{hover:{brightness:.1}}},{isCartesian:!1,requireSorting:!1,directTouch:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],axisTypes:[],pointAttribs:n.seriesTypes.column.prototype.pointAttribs,animate:function(n){var t=this,u=t.points,r=t.startAngleRad;n||(i(u,function(n){var i=n.graphic,u=n.shapeArgs;i&&(i.attr({r:n.startR||t.center[3]/2,start:r,end:r}),i.animate({r:u.r,start:u.start,end:u.end},t.options.animation))}),t.animate=null)},updateTotals:function(){for(var n,i=0,r=this.points,u=r.length,f=this.options.ignoreHiddenPoint,t=0;t<u;t++)n=r[t],i+=f&&!n.visible?0:n.isNull?0:n.y;for(this.total=i,t=0;t<u;t++)n=r[t],n.percentage=0<i&&(n.visible||!f)?n.y/i*100:0,n.total=i},generatePoints:function(){l.prototype.generatePoints.call(this);this.updateTotals()},translate:function(n){this.generatePoints();var e,u,i,o,c,r,l=0,f=this.options,a=f.slicedOffset,p=a+(f.borderWidth||0),s=h(f.startAngle,f.endAngle),v=this.startAngleRad=s.start,s=(this.endAngleRad=s.end)-v,y=this.points,w=f.dataLabels.distance,f=f.ignoreHiddenPoint,b=y.length;for(n||(this.center=n=this.getCenter()),this.getX=function(t,r,u){return i=Math.asin(Math.min((t-n[1])/(n[2]/2+u.labelDistance),1)),n[0]+(r?-1:1)*Math.cos(i)*(n[2]/2+u.labelDistance)},c=0;c<b;c++)r=y[c],r.labelDistance=t(r.options.dataLabels&&r.options.dataLabels.distance,w),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,r.labelDistance),e=v+l*s,f&&!r.visible||(l+=r.percentage/100),u=v+l*s,r.shapeType="arc",r.shapeArgs={x:n[0],y:n[1],r:n[2]/2,innerR:n[3]/2,start:Math.round(1e3*e)/1e3,end:Math.round(1e3*u)/1e3},i=(u+e)/2,i>1.5*Math.PI?i-=2*Math.PI:i<-Math.PI/2&&(i+=2*Math.PI),r.slicedTranslation={translateX:Math.round(Math.cos(i)*a),translateY:Math.round(Math.sin(i)*a)},u=Math.cos(i)*n[2]/2,o=Math.sin(i)*n[2]/2,r.tooltipPos=[n[0]+.7*u,n[1]+.7*o],r.half=i<-Math.PI/2||i>Math.PI/2?1:0,r.angle=i,e=Math.min(p,r.labelDistance/5),r.labelPos=[n[0]+u+Math.cos(i)*r.labelDistance,n[1]+o+Math.sin(i)*r.labelDistance,n[0]+u+Math.cos(i)*e,n[1]+o+Math.sin(i)*e,n[0]+u,n[1]+o,0>r.labelDistance?"center":r.half?"right":"left",i]},drawGraph:null,drawPoints:function(){var r,t,u,f,n=this,e=n.chart.renderer,o=n.options.shadow;o&&!n.shadowGroup&&(n.shadowGroup=e.g("shadow").add(n.group));i(n.points,function(i){if(t=i.graphic,i.isNull)t&&(i.graphic=t.destroy());else{f=i.shapeArgs;r=i.getTranslate();var h=i.shadowGroup;o&&!h&&(h=i.shadowGroup=e.g("shadow").add(n.shadowGroup));h&&h.attr(r);u=n.pointAttribs(i,i.selected&&"select");t?t.setRadialReference(n.center).attr(u).animate(s(f,r)):(i.graphic=t=e[i.shapeType](f).setRadialReference(n.center).attr(r).add(n.group),t.attr(u).attr({"stroke-linejoin":"round"}).shadow(o,h));t.attr({visibility:i.visible?"inherit":"hidden"});t.addClass(i.getClassName())}})},searchPoint:e,sortByAngle:function(n,t){n.sort(function(n,i){return void 0!==n.angle&&(i.angle-n.angle)*t})},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,getCenter:u.getCenter,getSymbol:e},{init:function(){c.prototype.init.apply(this,arguments);var i,n=this;return n.name=t(n.name,"Slice"),i=function(t){n.slice("select"===t.type)},r(n,"select",i),r(n,"unselect",i),n},isValid:function(){return n.isNumber(this.y,!0)&&0<=this.y},setVisible:function(n,r){var u=this,e=u.series,o=e.chart,s=e.options.ignoreHiddenPoint;r=t(r,s);n!==u.visible&&(u.visible=u.options.visible=n=void 0===n?!u.visible:n,e.options.data[f(u,e.data)]=u.options,i(["graphic","dataLabel","connector","shadowGroup"],function(t){u[t]&&u[t][n?"show":"hide"](!0)}),u.legendItem&&o.legend.colorizeItem(u,n),n||"hover"!==u.state||u.setState(""),s&&(e.isDirty=!0),r&&o.redraw())},slice:function(n,i,r){var u=this.series;v(r,u.chart);t(i,!0);this.sliced=this.options.sliced=o(n)?n:!this.sliced;u.options.data[f(this,u.data)]=this.options;this.graphic.animate(this.getTranslate());this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},getTranslate:function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},haloPath:function(n){var t=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(t.x,t.y,t.r+n,t.r+n,{innerR:this.shapeArgs.r-1,start:t.start,end:t.end})}})}(t),function(n){var c=n.addEvent,l=n.arrayMax,u=n.defined,i=n.each,o=n.extend,a=n.format,v=n.map,s=n.merge,y=n.noop,t=n.pick,p=n.relativeLength,f=n.Series,r=n.seriesTypes,h=n.some,e=n.stableSort;n.distribute=function(r,u,f){function y(n,t){return n.target-t.target}var o,l,c=!0,s=r,p=[],a;for(l=0,a=s.reducedLen||u,o=r.length;o--;)l+=r[o].size;if(l>a){for(e(r,function(n,t){return(t.rank||0)-(n.rank||0)}),l=o=0;l<=a;)l+=r[o].size,o++;p=r.splice(o-1,r.length)}for(e(r,y),r=v(r,function(n){return{size:n.size,targets:[n.target],align:t(n.align,.5)}});c;){for(o=r.length;o--;)c=r[o],l=(Math.min.apply(0,c.targets)+Math.max.apply(0,c.targets))/2,c.pos=Math.min(Math.max(0,l-c.size*c.align),u-c.size);for(o=r.length,c=!1;o--;)0<o&&r[o-1].pos+r[o-1].size>r[o].pos&&(r[o-1].size+=r[o].size,r[o-1].targets=r[o-1].targets.concat(r[o].targets),r[o-1].align=.5,r[o-1].pos+r[o-1].size>u&&(r[o-1].pos=u-r[o-1].size),r.splice(o,1),c=!0)}s.push.apply(s,p);o=0;h(r,function(t){var r=0;if(h(t.targets,function(){if(s[o].pos=t.pos+r,Math.abs(s[o].pos-s[o].target)>f)return i(s.slice(0,o+1),function(n){delete n.pos}),s.reducedLen=(s.reducedLen||u)-.1*u,s.reducedLen>.1*u&&n.distribute(s,u,f),!0;r+=s[o].size;o++}))return!0});e(s,y)};f.prototype.drawDataLabels=function(){function k(n,t){var i=t.filter;return!i||(t=i.operator,n=n[i.property],i=i.value,">"===t&&n>i||"<"===t&&n<i||">="===t&&n>=i||"<="===t&&n<=i||"=="===t&&n==i||"==="===t&&n===i)}var h,v,e,l,f=this,w=f.chart,o=f.options,r=o.dataLabels,d=f.points,y=f.hasRendered||0,b=t(r.defer,!!o.animation),p=w.renderer;(r.enabled||f._hasPointLabels)&&(f.dlProcessOptions&&f.dlProcessOptions(r),l=f.plotGroup("dataLabelsGroup","data-labels",b&&!y?"hidden":"visible",r.zIndex||6),b&&(l.attr({opacity:+y}),y||c(f,"afterAnimate",function(){f.visible&&l.show(!0);l[o.animation?"animate":"attr"]({opacity:1},{duration:200})})),v=r,i(d,function(i){var d,b,g,y,c=i.dataLabel,nt=i.connector,tt=!c;h=i.dlOptions||i.options&&i.options.dataLabels;(d=t(h&&h.enabled,v.enabled)&&!i.isNull)&&(d=!0===k(i,h||r));d&&(r=s(v,h),b=i.getLabelConfig(),y=r[i.formatPrefix+"Format"]||r.format,e=u(y)?a(y,b,w.time):(r[i.formatPrefix+"Formatter"]||r.formatter).call(b,r),y=r.style,b=r.rotation,y.color=t(r.color,y.color,f.color,"#000000"),"contrast"===y.color&&(i.contrastColor=p.getContrast(i.color||f.color),y.color=r.inside||0>t(i.labelDistance,r.distance)||o.stacking?i.contrastColor:"#000000"),o.cursor&&(y.cursor=o.cursor),g={fill:r.backgroundColor,stroke:r.borderColor,"stroke-width":r.borderWidth,r:r.borderRadius||0,rotation:b,padding:r.padding,zIndex:1},n.objectEach(g,function(n,t){void 0===n&&delete g[t]}));!c||d&&u(e)?d&&u(e)&&(c?g.text=e:(c=i.dataLabel=b?p.text(e,0,-9999).addClass("highcharts-data-label"):p.label(e,0,-9999,r.shape,null,null,r.useHTML,null,"data-label"),c.addClass(" highcharts-data-label-color-"+i.colorIndex+" "+(r.className||"")+(r.useHTML?" highcharts-tracker":""))),c.attr(g),c.css(y).shadow(r.shadow),c.added||c.add(l),f.alignDataLabel(i,c,r,null,tt)):(i.dataLabel=c=c.destroy(),nt&&(i.connector=nt.destroy()))}));n.fireEvent(this,"afterDrawDataLabels")};f.prototype.alignDataLabel=function(n,i,r,u,f){var a,h=this.chart,l=h.inverted,e=t(n.dlBox&&n.dlBox.centerX,n.plotX,-9999),c=t(n.plotY,-9999),s=i.getBBox(),v=r.rotation,y=r.align,p=this.visible&&(n.series.forceDL||h.isInsidePlot(e,Math.round(c),l)||u&&h.isInsidePlot(e,l?u.x+1:u.y+u.height-1,l)),w="justify"===t(r.overflow,"justify");p&&(a=r.style.fontSize,a=h.renderer.fontMetrics(a,i).b,u=o({x:l?this.yAxis.len-c:e,y:Math.round(l?this.xAxis.len-e:c),width:0,height:0},u),o(r,{width:s.width,height:s.height}),v?(w=!1,e=h.renderer.rotCorr(a,v),e={x:u.x+r.x+u.width/2+e.x,y:u.y+r.y+{top:0,middle:.5,bottom:1}[r.verticalAlign]*u.height},i[f?"attr":"animate"](e).attr({align:y}),c=(v+720)%360,c=180<c&&360>c,"left"===y?e.y-=c?s.height:0:"center"===y?(e.x-=s.width/2,e.y-=s.height/2):"right"===y&&(e.x-=s.width,e.y-=c?0:s.height),i.placed=!0,i.alignAttr=e):(i.align(r,null,u),e=i.alignAttr),w?n.isLabelJustified=this.justifyDataLabel(i,r,e,s,u,f):t(r.crop,!0)&&(p=h.isInsidePlot(e.x,e.y)&&h.isInsidePlot(e.x+s.width,e.y+s.height)),r.shape&&!v)&&i[f?"attr":"animate"]({anchorX:l?h.plotWidth-n.plotY:n.plotX,anchorY:l?h.plotHeight-n.plotX:n.plotY});p||(i.attr({y:-9999}),i.placed=!1)};f.prototype.justifyDataLabel=function(n,t,i,r,u,f){var e,o,s=this.chart,c=t.align,l=t.verticalAlign,h=n.box?0:n.padding||0;return e=i.x+h,0>e&&("right"===c?t.align="left":t.x=-e,o=!0),e=i.x+r.width-h,e>s.plotWidth&&("left"===c?t.align="right":t.x=s.plotWidth-e,o=!0),e=i.y+h,0>e&&("bottom"===l?t.verticalAlign="top":t.y=-e,o=!0),e=i.y+r.height-h,e>s.plotHeight&&("top"===l?t.verticalAlign="bottom":t.y=s.plotHeight-e,o=!0),o&&(n.placed=!f,n.align(t,null,u)),o};r.pie&&(r.pie.prototype.drawDataLabels=function(){var r,c,a,b,y,k,v,o,d,nt,e=this,rt=e.data,p=e.chart,h=e.options.dataLabels,w=t(h.connectorPadding,10),ut=t(h.connectorWidth,1),ft=p.plotWidth,et=p.plotHeight,ot=Math.round(p.chartWidth/3),it=e.center,g=it[2]/2,tt=it[1],st=[[],[]],s=[0,0,0,0];e.visible&&(h.enabled||e._hasPointLabels)&&(i(rt,function(n){n.dataLabel&&n.visible&&n.dataLabel.shortened&&(n.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),n.dataLabel.shortened=!1)}),f.prototype.drawDataLabels.apply(e),i(rt,function(n){n.dataLabel&&(n.visible?(st[n.half].push(n),n.dataLabel._pos=null,!u(h.style.width)&&!u(n.options.dataLabels&&n.options.dataLabels.style&&n.options.dataLabels.style.width)&&n.dataLabel.getBBox().width>ot&&(n.dataLabel.css({width:.7*ot}),n.dataLabel.shortened=!0)):n.dataLabel=n.dataLabel.destroy())}),i(st,function(f,c){var l,ot,rt,st=f.length,ut=[];if(st)for(e.sortByAngle(f,c-.5),0<e.maxLabelDistance&&(l=Math.max(0,tt-g-e.maxLabelDistance),ot=Math.min(tt+g+e.maxLabelDistance,p.plotHeight),i(f,function(n){0<n.labelDistance&&n.dataLabel&&(n.top=Math.max(0,tt-g-n.labelDistance),n.bottom=Math.min(tt+g+n.labelDistance,p.plotHeight),rt=n.dataLabel.getBBox().height||21,n.distributeBox={target:n.labelPos[1]-n.top+rt/2,size:rt,rank:n.y},ut.push(n.distributeBox))}),l=ot+rt-l,n.distribute(ut,l,l/5)),nt=0;nt<st;nt++)r=f[nt],y=r.labelPos,a=r.dataLabel,d=!1===r.visible?"hidden":"inherit",o=l=y[1],ut&&u(r.distributeBox)&&(void 0===r.distributeBox.pos?d="hidden":(k=r.distributeBox.size,o=r.top+r.distributeBox.pos)),delete r.positionIndex,v=h.justify?it[0]+(c?-1:1)*(g+r.labelDistance):e.getX(o<r.top+2||o>r.bottom-2?l:o,c,r),a._attr={visibility:d,align:y[6]},a._pos={x:v+h.x+({left:w,right:-w}[y[6]]||0),y:o+h.y-10},y.x=v,y.y=o,t(h.crop,!0)&&(b=a.getBBox().width,l=null,v-b<w&&1===c?(l=Math.round(b-v+w),s[3]=Math.max(l,s[3])):v+b>ft-w&&0===c&&(l=Math.round(v+b-ft+w),s[1]=Math.max(l,s[1])),0>o-k/2?s[0]=Math.max(Math.round(k/2-o),s[0]):o+k/2>et&&(s[2]=Math.max(Math.round(o+k/2-et),s[2])),a.sideOverflow=l)}),0===l(s)||this.verifyDataLabelOverflow(s))&&(this.placeDataLabels(),ut&&i(this.points,function(n){var t;c=n.connector;(a=n.dataLabel)&&a._pos&&n.visible&&0<n.labelDistance?(d=a._attr.visibility,(t=!c)&&(n.connector=c=p.renderer.path().addClass("highcharts-data-label-connector  highcharts-color-"+n.colorIndex+(n.className?" "+n.className:"")).add(e.dataLabelsGroup),c.attr({"stroke-width":ut,stroke:h.connectorColor||n.color||"#666666"})),c[t?"attr":"animate"]({d:e.connectorPath(n.labelPos)}),c.attr("visibility",d)):c&&(n.connector=c.destroy())}))},r.pie.prototype.connectorPath=function(n){var i=n.x,r=n.y;return t(this.options.dataLabels.softConnector,!0)?["M",i+("left"===n[6]?5:-5),r,"C",i,r,2*n[2]-n[4],2*n[3]-n[5],n[2],n[3],"L",n[4],n[5]]:["M",i+("left"===n[6]?5:-5),r,"L",n[2],n[3],"L",n[4],n[5]]},r.pie.prototype.placeDataLabels=function(){i(this.points,function(n){var t=n.dataLabel;t&&n.visible&&((n=t._pos)?(t.sideOverflow&&(t._attr.width=t.getBBox().width-t.sideOverflow,t.css({width:t._attr.width+"px",textOverflow:this.options.dataLabels.style.textOverflow||"ellipsis"}),t.shortened=!0),t.attr(t._attr),t[t.moved?"animate":"attr"](n),t.moved=!0):t&&t.attr({y:-9999}))},this)},r.pie.prototype.alignDataLabel=y,r.pie.prototype.verifyDataLabelOverflow=function(n){var t,i=this.center,r=this.options,e=r.center,u=r.minSize||80,f=null!==r.size;return f||(null!==e[0]?t=Math.max(i[2]-Math.max(n[1],n[3]),u):(t=Math.max(i[2]-n[1]-n[3],u),i[0]+=(n[3]-n[1])/2),null!==e[1]?t=Math.max(Math.min(t,i[2]-Math.max(n[0],n[2])),u):(t=Math.max(Math.min(t,i[2]-n[0]-n[2]),u),i[1]+=(n[0]-n[2])/2),t<i[2]?(i[2]=t,i[3]=Math.min(p(r.innerSize||0,t),t),this.translate(i),this.drawDataLabels&&this.drawDataLabels()):f=!0),f});r.column&&(r.column.prototype.alignDataLabel=function(n,i,r,u,e){var h=this.chart.inverted,c=n.series,o=n.dlBox||n.shapeArgs,l=t(n.below,n.plotY>t(this.translatedThreshold,c.yAxis.len)),a=t(r.inside,!!this.options.stacking);o&&(u=s(o),0>u.y&&(u.height+=u.y,u.y=0),o=u.y+u.height-c.yAxis.len,0<o&&(u.height-=o),h&&(u={x:c.yAxis.len-u.y-u.height,y:c.xAxis.len-u.x-u.width,width:u.height,height:u.width}),a||(h?(u.x+=l?0:u.width,u.width=0):(u.y+=l?u.height:0,u.height=0)));r.align=t(r.align,!h||a?"center":l?"right":"left");r.verticalAlign=t(r.verticalAlign,h||a?"middle":l?"top":"bottom");f.prototype.alignDataLabel.call(this,n,i,r,u,e);n.isLabelJustified&&n.contrastColor&&n.dataLabel.css({color:n.contrastColor})})}(t),function(n){var i=n.Chart,t=n.each,r=n.objectEach,u=n.pick;n=n.addEvent;n(i,"render",function(){var n=[];t(this.labelCollectors||[],function(t){n=n.concat(t())});t(this.yAxis||[],function(t){t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&r(t.stacks,function(t){r(t,function(t){n.push(t.label)})})});t(this.series||[],function(i){var r=i.options.dataLabels,f=i.dataLabelCollections||["dataLabel"];(r.enabled||i._hasPointLabels)&&!r.allowOverlap&&i.visible&&t(f,function(r){t(i.points,function(t){t[r]&&(t[r].labelrank=u(t.labelrank,t.shapeArgs&&t.shapeArgs.height),n.push(t[r]))})})});this.hideOverlappingLabels(n)});i.prototype.hideOverlappingLabels=function(n){for(var i,e,u,o,s=n.length,f=function(n){var t,i,r,u=2*(n.box?0:n.padding||0);if(n&&(!n.alignAttr||n.placed))return t=n.alignAttr||{x:n.attr("x"),y:n.attr("y")},i=n.parentGroup,n.width||(r=n.getBBox(),n.width=r.width,n.height=r.height),{x:t.x+(i.translateX||0),y:t.y+(i.translateY||0),width:n.width-u,height:n.height-u}},r=0;r<s;r++)(i=n[r])&&(i.oldOpacity=i.opacity,i.newOpacity=1,i.absoluteBox=f(i));for(n.sort(function(n,t){return(t.labelrank||0)-(n.labelrank||0)}),r=0;r<s;r++)for(o=(f=n[r])&&f.absoluteBox,i=r+1;i<s;++i)u=(e=n[i])&&e.absoluteBox,o&&u&&f!==e&&0!==f.newOpacity&&0!==e.newOpacity&&(u=function(n,t,i,r,u,f,e,o){return!(u>n+i||u+e<n||f>t+r||f+o<t)}(o.x,o.y,o.width,o.height,u.x,u.y,u.width,u.height))&&((f.labelrank<e.labelrank?f:e).newOpacity=0);t(n,function(n){var i,t;n&&(t=n.newOpacity,n.oldOpacity!==t&&(n.alignAttr&&n.placed?(t?n.show(!0):i=function(){n.hide()},n.alignAttr.opacity=t,n[n.isOld?"animate":"attr"](n.alignAttr,null,i)):n.attr({opacity:t})),n.isOld=!0)})}}(t),function(n){var f,o=n.addEvent,y=n.Chart,p=n.createElement,s=n.css,h=n.defaultOptions,w=n.defaultPlotOptions,t=n.each,e=n.extend,i=n.fireEvent,c=n.hasTouch,l=n.inArray,b=n.isObject,k=n.Legend,a=n.merge,r=n.pick,v=n.Point,d=n.Series,u=n.seriesTypes,g=n.svg;f=n.TrackerMixin={drawTrackerPoint:function(){var n=this,r=n.chart.pointer,u=function(n){var t=r.getPointFromEvent(n);void 0!==t&&(r.isDirectTouch=!0,t.onMouseOver(n))};t(n.points,function(n){n.graphic&&(n.graphic.element.point=n);n.dataLabel&&(n.dataLabel.div?n.dataLabel.div.point=n:n.dataLabel.element.point=n)});n._hasTracking||(t(n.trackerGroups,function(t){n[t]&&(n[t].addClass("highcharts-tracker").on("mouseover",u).on("mouseout",function(n){r.onTrackerMouseOut(n)}),c&&n[t].on("touchstart",u),n.options.cursor&&n[t].css(s).css({cursor:n.options.cursor}))}),n._hasTracking=!0);i(this,"afterDrawTracker")},drawTrackerGraph:function(){var r,n=this,o=n.options,f=o.trackByArea,u=[].concat(f?n.areaPath:n.graphPath),s=u.length,e=n.chart,y=e.pointer,p=e.renderer,h=e.options.tooltip.snap,l=n.tracker,a=function(){e.hoverSeries!==n&&n.onMouseOver()},v="rgba(192,192,192,"+(g?.0001:.002)+")";if(s&&!f)for(r=s+1;r--;)"M"===u[r]&&u.splice(r+1,0,u[r+1]-h,u[r+2],"L"),(r&&"M"===u[r]||r===s)&&u.splice(r,0,"L",u[r-2]+h,u[r-1]);l?l.attr({d:u}):n.graph&&(n.tracker=p.path(u).attr({"stroke-linejoin":"round",visibility:n.visible?"visible":"hidden",stroke:v,fill:f?v:"none","stroke-width":n.graph.strokeWidth()+(f?0:2*h),zIndex:2}).add(n.group),t([n.tracker,n.markerGroup],function(n){n.addClass("highcharts-tracker").on("mouseover",a).on("mouseout",function(n){y.onTrackerMouseOut(n)});o.cursor&&n.css({cursor:o.cursor});c&&n.on("touchstart",a)}));i(this,"afterDrawTracker")}};u.column&&(u.column.prototype.drawTracker=f.drawTrackerPoint);u.pie&&(u.pie.prototype.drawTracker=f.drawTrackerPoint);u.scatter&&(u.scatter.prototype.drawTracker=f.drawTrackerPoint);e(k.prototype,{setItemEvents:function(n,t,r){var u=this,f=u.chart.renderer.boxWrapper,e="highcharts-legend-"+(n instanceof v?"point":"series")+"-active";(r?t:n.legendGroup).on("mouseover",function(){n.setState("hover");f.addClass(e);t.css(u.options.itemHoverStyle)}).on("mouseout",function(){t.css(a(n.visible?u.itemStyle:u.itemHiddenStyle));f.removeClass(e);n.setState()}).on("click",function(t){var r=function(){n.setVisible&&n.setVisible()};f.removeClass(e);t={browserEvent:t};n.firePointEvent?n.firePointEvent("legendItemClick",t,r):i(n,"legendItemClick",t,r)})},createCheckboxForItem:function(n){n.checkbox=p("input",{type:"checkbox",checked:n.selected,defaultChecked:n.selected},this.options.itemCheckboxStyle,this.chart.container);o(n.checkbox,"click",function(t){i(n.series||n,"checkboxClick",{checked:t.target.checked,item:n},function(){n.select()})})}});h.legend.itemStyle.cursor="pointer";e(y.prototype,{showResetZoom:function(){function e(){n.zoomOut()}var n=this,r=h.lang,t=n.options.chart.resetZoomButton,u=t.theme,f=u.states,o="chart"===t.relativeTo?null:"plotBox";i(this,"beforeShowResetZoom",null,function(){n.resetZoomButton=n.renderer.button(r.resetZoom,null,null,e,u,f&&f.hover).attr({align:t.position.align,title:r.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(t.position,!1,o)})},zoomOut:function(){i(this,"selection",{resetSelection:!0},this.zoom)},zoom:function(n){var u,i,e=this.pointer,f=!1;!n||n.resetSelection?(t(this.axes,function(n){u=n.zoom()}),e.initiated=!1):t(n.xAxis.concat(n.yAxis),function(n){var t=n.axis;e[t.isXAxis?"zoomX":"zoomY"]&&(u=t.zoom(n.min,n.max),t.displayBtn&&(f=!0))});i=this.resetZoomButton;f&&!i?this.showResetZoom():!f&&b(i)&&(this.resetZoomButton=i.destroy());u&&this.redraw(r(this.options.chart.animation,n&&n.animation,100>this.pointCount))},pan:function(n,i){var u,r=this,f=r.hoverPoints;f&&t(f,function(n){n.setState()});t("xy"===i?[1,0]:[1],function(t){t=r[t?"xAxis":"yAxis"][0];var c=t.horiz,l=n[c?"chartX":"chartY"],c=c?"mouseDownX":"mouseDownY",e=r[c],h=(t.pointRange||0)/2,i=t.reversed&&!r.inverted||!t.reversed&&r.inverted?-1:1,o=t.getExtremes(),f=t.toValue(e-l,!0)+h*i,i=t.toValue(e+t.len-l,!0)-h*i,s=i<f,e=s?i:f,f=s?f:i,i=Math.min(o.dataMin,h?o.min:t.toValue(t.toPixels(o.min)-t.minPixelPadding)),h=Math.max(o.dataMax,h?o.max:t.toValue(t.toPixels(o.max)+t.minPixelPadding)),s=i-e;0<s&&(f+=s,e=i);s=f-h;0<s&&(f=h,e-=s);t.series.length&&e!==o.min&&f!==o.max&&(t.setExtremes(e,f,!1,!1,{trigger:"pan"}),u=!0);r[c]=l});u&&r.redraw(!1);s(r.container,{cursor:"move"})}});e(v.prototype,{select:function(n,i){var u=this,f=u.series,e=f.chart;n=r(n,!u.selected);u.firePointEvent(n?"select":"unselect",{accumulate:i},function(){u.selected=u.options.selected=n;f.options.data[l(u,f.data)]=u.options;u.setState(n&&"select");i||t(e.getSelectedPoints(),function(n){n.selected&&n!==u&&(n.selected=n.options.selected=!1,f.options.data[l(n,f.data)]=n.options,n.setState(""),n.firePointEvent("unselect"))})})},onMouseOver:function(n){var i=this.series.chart,t=i.pointer;n=n?t.normalize(n):t.getChartCoordinatesFromPoint(this,i.inverted);t.runPointActions(n,this)},onMouseOut:function(){var n=this.series.chart;this.firePointEvent("mouseOut");t(n.hoverPoints||[],function(n){n.setState()});n.hoverPoints=n.hoverPoint=null},importEvents:function(){if(!this.hasImportedEvents){var t=this,i=a(t.series.options.point,t.options).events;t.events=i;n.objectEach(i,function(n,i){o(t,i,n)});this.hasImportedEvents=!0}},setState:function(n,t){var h,c=Math.floor(this.plotX),p=this.plotY,u=this.series,y=u.options.states[n||"normal"]||{},o=w[u.type].marker&&u.options.marker,b=o&&!1===o.enabled,a=o&&o.states&&o.states[n||"normal"]||{},k=!1===a.enabled,f=u.stateMarkerGraphic,v=this.marker||{},l=u.chart,s=u.halo,d=o&&u.markerAttribs;(n=n||"")===this.state&&!t||this.selected&&"select"!==n||!1===y.enabled||n&&(k||b&&!1===a.enabled)||n&&v.states&&v.states[n]&&!1===v.states[n].enabled||(d&&(h=u.markerAttribs(this,n)),this.graphic?(this.state&&this.graphic.removeClass("highcharts-point-"+this.state),n&&this.graphic.addClass("highcharts-point-"+n),this.graphic.animate(u.pointAttribs(this,n),r(l.options.chart.animation,y.animation)),h&&this.graphic.animate(h,r(l.options.chart.animation,a.animation,o.animation)),f&&f.hide()):(n&&a&&(o=v.symbol||u.symbol,f&&f.currentSymbol!==o&&(f=f.destroy()),f?f[t?"animate":"attr"]({x:h.x,y:h.y}):o&&(u.stateMarkerGraphic=f=l.renderer.symbol(o,h.x,h.y,h.width,h.height).add(u.markerGroup),f.currentSymbol=o),f&&f.attr(u.pointAttribs(this,n))),f&&(f[n&&l.isInsidePlot(c,p,l.inverted)?"show":"hide"](),f.element.point=this)),(c=y.halo)&&c.size?(s||(u.halo=s=l.renderer.path().add((this.graphic||f).parentGroup)),s.show()[t?"animate":"attr"]({d:this.haloPath(c.size)}),s.attr({"class":"highcharts-halo highcharts-color-"+r(this.colorIndex,u.colorIndex)+(this.className?" "+this.className:""),zIndex:-1}),s.point=this,s.attr(e({fill:this.color||u.color,"fill-opacity":c.opacity},c.attributes))):s&&s.point&&s.point.haloPath&&s.animate({d:s.point.haloPath(0)},null,s.hide),this.state=n,i(this,"afterSetState"))},haloPath:function(n){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-n,this.plotY-n,2*n,2*n)}});e(d.prototype,{onMouseOver:function(){var t=this.chart,n=t.hoverSeries;n&&n!==this&&n.onMouseOut();this.options.events.mouseOver&&i(this,"mouseOver");this.setState("hover");t.hoverSeries=this},onMouseOut:function(){var u=this.options,n=this.chart,t=n.tooltip,r=n.hoverPoint;n.hoverSeries=null;r&&r.onMouseOut();this&&u.events.mouseOut&&i(this,"mouseOut");!t||this.stickyTracking||t.shared&&!this.noSharedTooltip||t.hide();this.setState()},setState:function(n){var i=this,u=i.options,o=i.graph,f=u.states,e=u.lineWidth,u=0;if(n=n||"",i.state!==n&&(t([i.group,i.markerGroup,i.dataLabelsGroup],function(t){t&&(i.state&&t.removeClass("highcharts-series-"+i.state),n&&t.addClass("highcharts-series-"+n))}),i.state=n,!f[n]||!1!==f[n].enabled)&&(n&&(e=f[n].lineWidth||e+(f[n].lineWidthPlus||0)),o&&!o.dashstyle))for(e={"stroke-width":e},o.animate(e,r(f[n||"normal"]&&f[n||"normal"].animation,i.chart.options.chart.animation));i["zone-graph-"+u];)i["zone-graph-"+u].attr(e),u+=1},setVisible:function(n,r){var e,u=this,f=u.chart,o=u.legendItem,s=f.options.chart.ignoreHiddenSeries,h=u.visible;e=(u.visible=n=u.options.visible=u.userOptions.visible=void 0===n?!h:n)?"show":"hide";t(["group","dataLabelsGroup","markerGroup","tracker","tt"],function(n){u[n]&&u[n][e]()});f.hoverSeries!==u&&(f.hoverPoint&&f.hoverPoint.series)!==u||u.onMouseOut();o&&f.legend.colorizeItem(u,n);u.isDirty=!0;u.options.stacking&&t(f.series,function(n){n.options.stacking&&n.visible&&(n.isDirty=!0)});t(u.linkedSeries,function(t){t.setVisible(n,!1)});s&&(f.isDirtyBox=!0);i(u,e);!1!==r&&f.redraw()},show:function(){this.setVisible(!0)},hide:function(){this.setVisible(!1)},select:function(n){this.selected=n=void 0===n?!this.selected:n;this.checkbox&&(this.checkbox.checked=n);i(this,n?"select":"unselect")},drawTracker:f.drawTrackerGraph})}(t),function(n){var i=n.Chart,r=n.each,u=n.inArray,f=n.isArray,e=n.isObject,t=n.pick,o=n.splat;i.prototype.setResponsive=function(t){var u=this.options.responsive,i=[],f=this.currentResponsive,e;u&&u.rules&&r(u.rules,function(r){void 0===r._id&&(r._id=n.uniqueKey());this.matchResponsiveRule(r,i,t)},this);e=n.merge.apply(0,n.map(i,function(t){return n.find(u.rules,function(n){return n._id===t}).chartOptions}));i=i.toString()||void 0;i!==(f&&f.ruleIds)&&(f&&this.update(f.undoOptions,t),i?(this.currentResponsive={ruleIds:i,mergedOptions:e,undoOptions:this.currentOptions(e)},this.update(e,t)):this.currentResponsive=void 0)};i.prototype.matchResponsiveRule=function(n,i){var r=n.condition;(r.callback||function(){return this.chartWidth<=t(r.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=t(r.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=t(r.minWidth,0)&&this.chartHeight>=t(r.minHeight,0)}).call(this)&&i.push(n._id)};i.prototype.currentOptions=function(t){function i(t,r,s,h){var c;n.objectEach(t,function(n,t){if(!h&&-1<u(t,["series","xAxis","yAxis"]))for(n=o(n),s[t]=[],c=0;c<n.length;c++)r[t][c]&&(s[t][c]={},i(n[c],r[t][c],s[t][c],h+1));else e(n)?(s[t]=f(n)?[]:{},i(n,r[t]||{},s[t],h+1)):s[t]=r[t]||null})}var r={};return i(t,this.options,r,0),r}}(t),t})},function(n){!function(t){"object"==typeof n&&n.exports?n.exports=t:t(Highcharts)}(function(n){!function(n){var t=n.addEvent,i=n.Axis,u=n.each,r=n.pick;t(i,"getSeriesExtremes",function(){var n=[];this.isXAxis&&(u(this.series,function(t,i){t.useMapGeometry&&(n[i]=t.xData,t.xData=[])}),this.seriesXData=n)});t(i,"afterGetSeriesExtremes",function(){var n,t,i,f=this.seriesXData;this.isXAxis&&(n=r(this.dataMin,Number.MAX_VALUE),t=r(this.dataMax,-Number.MAX_VALUE),u(this.series,function(u,e){u.useMapGeometry&&(n=Math.min(n,r(u.minX,n)),t=Math.max(t,r(u.maxX,t)),u.xData=f[e],i=!0)}),i&&(this.dataMin=n,this.dataMax=t),delete this.seriesXData)});t(i,"afterSetAxisTranslation",function(){var n,t=this.chart,i;n=t.plotWidth/t.plotHeight;t=t.xAxis[0];"yAxis"===this.coll&&void 0!==t.transA&&u(this.series,function(n){n.preserveAspectRatio&&(i=!0)});i&&(this.transA=t.transA=Math.min(this.transA,t.transA),n/=(t.max-t.min)/(this.max-this.min),n=1>n?this:t,t=(n.max-n.min)*n.transA,n.pixelPadding=n.len-t,n.minPixelPadding=n.pixelPadding/2,t=n.fixTo)&&(t=t[1]-n.toValue(t[0],!0),t*=n.transA,(Math.abs(t)>n.minPixelPadding||n.min===n.dataMin&&n.max===n.dataMax)&&(t=0),n.minPixelPadding-=t)});t(i,"render",function(){this.fixTo=null})}(n),function(n){var u,f=n.addEvent,t=n.Axis,l=n.Chart,r=n.color,i=n.each,o=n.extend,a=n.isNumber,s=n.Legend,v=n.LegendSymbolMixin,c=n.noop,h=n.merge,e=n.pick;n.ColorAxis||(u=n.ColorAxis=function(){this.init.apply(this,arguments)},o(u.prototype,t.prototype),o(u.prototype,{defaultColorAxisOptions:{lineWidth:0,minPadding:0,maxPadding:0,gridLineWidth:1,tickPixelInterval:72,startOnTick:!0,endOnTick:!0,offset:0,marker:{animation:{duration:50},width:.01,color:"#999999"},labels:{overflow:"justify",rotation:0},minColor:"#e6ebf5",maxColor:"#003399",tickLength:5,showInLegend:!0},keepProps:["legendGroup","legendItemHeight","legendItemWidth","legendItem","legendSymbol"].concat(t.prototype.keepProps),init:function(n,i){var u,r="vertical"!==n.options.legend.layout;this.coll="colorAxis";u=h(this.defaultColorAxisOptions,{side:r?2:1,reversed:!r},i,{opposite:!r,showEmpty:!1,title:null,visible:n.options.legend.enabled});t.prototype.init.call(this,n,u);i.dataClasses&&this.initDataClasses(i);this.initStops();this.horiz=r;this.zoomEnabled=!1;this.defaultLegendLength=200},initDataClasses:function(n){var f,e=this.chart,t=0,o=e.options.chart.colorCount,u=this.options,s=n.dataClasses.length;this.dataClasses=f=[];this.legendItems=[];i(n.dataClasses,function(n,i){n=h(n);f.push(n);n.color||("category"===u.dataClassColor?(i=e.options.colors,o=i.length,n.color=i[t],n.colorIndex=t,++t===o&&(t=0)):n.color=r(u.minColor).tweenTo(r(u.maxColor),2>s?.5:i/(s-1)))})},setTickPositions:function(){if(!this.dataClasses)return t.prototype.setTickPositions.call(this)},initStops:function(){this.stops=this.options.stops||[[0,this.options.minColor],[1,this.options.maxColor]];i(this.stops,function(n){n.color=r(n[1])})},setOptions:function(n){t.prototype.setOptions.call(this,n);this.options.crosshair=this.options.marker},setAxisSize:function(){var i,r,n=this.legendSymbol,u=this.chart,t=u.options.legend||{};n?(this.left=t=n.attr("x"),this.top=i=n.attr("y"),this.width=r=n.attr("width"),this.height=n=n.attr("height"),this.right=u.chartWidth-t-r,this.bottom=u.chartHeight-i-n,this.len=this.horiz?r:n,this.pos=this.horiz?t:i):this.len=(this.horiz?t.symbolWidth:t.symbolHeight)||this.defaultLegendLength},normalizedValue:function(n){return this.isLog&&(n=this.val2lin(n)),1-(this.max-n)/(this.max-this.min||1)},toColor:function(n,t){var u,e,f,r,i=this.stops,o=this.dataClasses;if(o){for(r=o.length;r--;)if(f=o[r],u=f.from,i=f.to,(void 0===u||n>=u)&&(void 0===i||n<=i)){e=f.color;t&&(t.dataClass=r,t.colorIndex=f.colorIndex);break}}else{for(n=this.normalizedValue(n),r=i.length;r--&&!(n>i[r][0]););u=i[r]||i[r+1];i=i[r+1]||u;n=1-(i[0]-n)/(i[0]-u[0]||1);e=u.color.tweenTo(i.color,n)}return e},getOffset:function(){var n=this.legendGroup,i=this.chart.axisOffset[this.side];n&&(this.axisParent=n,t.prototype.getOffset.call(this),this.added||(this.added=!0,this.labelLeft=0,this.labelRight=this.width),this.chart.axisOffset[this.side]=i)},setLegendColor:function(){var n,t=this.reversed;n=t?1:0;t=t?0:1;n=this.horiz?[n,0,t,0]:[0,t,0,n];this.legendColor={linearGradient:{x1:n[0],y1:n[1],x2:n[2],y2:n[3]},stops:this.stops}},drawLegendSymbol:function(n,t){var u=n.padding,i=n.options,r=this.horiz,f=e(i.symbolWidth,r?this.defaultLegendLength:12),o=e(i.symbolHeight,r?12:this.defaultLegendLength),s=e(i.labelPadding,r?16:30),i=e(i.itemDistance,10);this.setLegendColor();t.legendSymbol=this.chart.renderer.rect(0,n.baseline-11,f,o).attr({zIndex:1}).add(t.legendGroup);this.legendItemWidth=f+u+(r?i:s);this.legendItemHeight=o+u+(r?s:0)},setState:function(n){i(this.series,function(t){t.setState(n)})},visible:!0,setVisible:c,getSeriesExtremes:function(){var n=this.series,t=n.length;for(this.dataMin=1/0,this.dataMax=-1/0;t--;)n[t].getExtremes(),void 0!==n[t].valueMin&&(this.dataMin=Math.min(this.dataMin,n[t].valueMin),this.dataMax=Math.max(this.dataMax,n[t].valueMax))},drawCrosshair:function(n,i){var r,e=i&&i.plotX,o=i&&i.plotY,u=this.pos,f=this.len;i&&(r=this.toPixels(i[i.series.colorKey]),r<u?r=u-2:r>u+f&&(r=u+f+2),i.plotX=r,i.plotY=this.len-r,t.prototype.drawCrosshair.call(this,n,i),i.plotX=e,i.plotY=o,this.cross&&!this.cross.addedToColorAxis&&this.legendGroup&&(this.cross.addClass("highcharts-coloraxis-marker").add(this.legendGroup),this.cross.addedToColorAxis=!0,this.cross.attr({fill:this.crosshair.color})))},getPlotLinePath:function(n,i,r,u,f){return a(f)?this.horiz?["M",f-4,this.top-6,"L",f+4,this.top-6,f,this.top,"Z"]:["M",this.left,f,"L",this.left-6,f+6,this.left-6,f-6,"Z"]:t.prototype.getPlotLinePath.call(this,n,i,r,u)},update:function(n,r){var u=this.chart,f=u.legend;i(this.series,function(n){n.isDirtyData=!0});n.dataClasses&&f.allItems&&(i(f.allItems,function(n){n.isDataClass&&n.legendGroup&&n.legendGroup.destroy()}),u.isDirtyLegend=!0);u.options[this.coll]=h(this.userOptions,n);t.prototype.update.call(this,n,r);this.legendItem&&(this.setLegendColor(),f.colorizeItem(this,!0))},remove:function(){this.legendItem&&this.chart.legend.destroyItem(this);t.prototype.remove.call(this)},getDataClassLegendSymbols:function(){var t,h=this,r=this.chart,u=this.legendItems,f=r.options.legend,e=f.valueDecimals,s=f.valueSuffix||"";return u.length||i(this.dataClasses,function(f,l){var a=!0,y=f.from,p=f.to;t="";void 0===y?t="< ":void 0===p&&(t="> ");void 0!==y&&(t+=n.numberFormat(y,e)+s);void 0!==y&&void 0!==p&&(t+=" - ");void 0!==p&&(t+=n.numberFormat(p,e)+s);u.push(o({chart:r,name:t,options:{},drawLegendSymbol:v.drawRectangle,visible:!0,setState:c,isDataClass:!0,setVisible:function(){a=this.visible=!a;i(h.series,function(n){i(n.points,function(n){n.dataClass===l&&n.setVisible(a)})});r.legend.colorizeItem(this,a)}},f))}),u},name:""}),i(["fill","stroke"],function(t){n.Fx.prototype[t+"Setter"]=function(){this.elem.attr(t,r(this.start).tweenTo(r(this.end),this.pos),null,!0)}}),f(l,"afterGetAxes",function(){var n=this.options.colorAxis;this.colorAxis=[];n&&new u(this,n)}),f(s,"afterGetAllItems",function(t){var u=[],r=this.chart.colorAxis[0];for(r&&r.options&&r.options.showInLegend&&(r.options.dataClasses?u=r.getDataClassLegendSymbols():u.push(r),i(r.series,function(i){n.erase(t.allItems,i)})),r=u.length;r--;)t.allItems.unshift(u[r])}),f(s,"afterColorizeItem",function(n){n.visible&&n.item.legendColor&&n.item.legendSymbol.attr({fill:n.item.legendColor})}),f(s,"afterUpdate",function(n,t,i){this.chart.colorAxis[0]&&this.chart.colorAxis[0].update({},i)}))}(n),function(n){var i=n.defined,t=n.each,r=n.noop,u=n.seriesTypes;n.colorPointMixin={isValid:function(){return null!==this.value&&1/0!==this.value&&-1/0!==this.value},setVisible:function(n){var i=this,r=n?"show":"hide";t(["graphic","dataLabel"],function(n){i[n]&&i[n][r]()})},setState:function(t){n.Point.prototype.setState.call(this,t);this.graphic&&this.graphic.attr({zIndex:"hover"===t?1:0})}};n.colorSeriesMixin={pointArrayMap:["value"],axisTypes:["xAxis","yAxis","colorAxis"],optionalAxis:"colorAxis",trackerGroups:["group","markerGroup","dataLabelsGroup"],getSymbol:r,parallelArrays:["x","y","value"],colorKey:"value",pointAttribs:u.column.prototype.pointAttribs,translateColors:function(){var i=this,r=this.options.nullColor,n=this.colorAxis,u=this.colorKey;t(this.data,function(t){var f=t[u];(f=t.options.color||(t.isNull?r:n&&void 0!==f?n.toColor(f,t):t.color||i.color))&&(t.color=f)})},colorAttribs:function(n){var t={};return i(n.color)&&(t[this.colorProp||"fill"]=n.color),t}}}(n),function(n){function u(n){n&&(n.preventDefault&&n.preventDefault(),n.stopPropagation&&n.stopPropagation(),n.cancelBubble=!0)}function i(n){this.init(n)}var r=n.addEvent,e=n.Chart,s=n.doc,h=n.each,o=n.extend,f=n.merge,t=n.pick;i.prototype.init=function(n){this.chart=n;n.mapNavButtons=[]};i.prototype.update=function(i){var e,c,l,v,y,s=this.chart,h=s.options.mapNavigation,p=function(n){this.handler.call(s,n);u(n)},a=s.mapNavButtons;for(i&&(h=s.options.mapNavigation=f(s.options.mapNavigation,i));a.length;)a.pop().destroy();t(h.enableButtons,h.enabled)&&!s.renderer.forExport&&n.objectEach(h.buttons,function(n,t){e=f(h.buttonOptions,n);c=e.theme;c.style=f(e.theme.style,e.style);v=(l=c.states)&&l.hover;y=l&&l.select;n=s.renderer.button(e.text,0,0,p,c,v,y,0,"zoomIn"===t?"topbutton":"bottombutton").addClass("highcharts-map-navigation").attr({width:e.width,height:e.height,title:s.options.lang[t],padding:e.padding,zIndex:5}).add();n.handler=e.onclick;n.align(o(e,{width:n.width,height:2*n.height}),null,e.alignTo);r(n.element,"dblclick",u);a.push(n)});this.updateEvents(h)};i.prototype.updateEvents=function(n){var i=this.chart;t(n.enableDoubleClickZoom,n.enabled)||n.enableDoubleClickZoomTo?this.unbindDblClick=this.unbindDblClick||r(i.container,"dblclick",function(n){i.pointer.onContainerDblClick(n)}):this.unbindDblClick&&(this.unbindDblClick=this.unbindDblClick());t(n.enableMouseWheelZoom,n.enabled)?this.unbindMouseWheel=this.unbindMouseWheel||r(i.container,void 0===s.onmousewheel?"DOMMouseScroll":"mousewheel",function(n){return i.pointer.onContainerMouseWheel(n),u(n),!1}):this.unbindMouseWheel&&(this.unbindMouseWheel=this.unbindMouseWheel())};o(e.prototype,{fitToBox:function(n,t){return h([["x","width"],["y","height"]],function(i){var r=i[0];i=i[1];n[r]+n[i]>t[r]+t[i]&&(n[i]>t[i]?(n[i]=t[i],n[r]=t[r]):n[r]=t[r]+t[i]-n[i]);n[i]>t[i]&&(n[i]=t[i]);n[r]<t[r]&&(n[r]=t[r])}),n},mapZoom:function(n,i,r,u,f){var o=this.xAxis[0],e=o.max-o.min,s=t(i,o.min+e/2),c=e*n,e=this.yAxis[0],h=e.max-e.min,l=t(r,e.min+h/2),h=h*n,s=this.fitToBox({x:s-c*(u?(u-o.pos)/o.len:.5),y:l-h*(f?(f-e.pos)/e.len:.5),width:c,height:h},{x:o.dataMin,y:e.dataMin,width:o.dataMax-o.dataMin,height:e.dataMax-e.dataMin}),c=s.x<=o.dataMin&&s.width>=o.dataMax-o.dataMin&&s.y<=e.dataMin&&s.height>=e.dataMax-e.dataMin;u&&(o.fixTo=[u-o.pos,i]);f&&(e.fixTo=[f-e.pos,r]);void 0===n||c?(o.setExtremes(void 0,void 0,!1),e.setExtremes(void 0,void 0,!1)):(o.setExtremes(s.x,s.x+s.width,!1),e.setExtremes(s.y,s.y+s.height,!1));this.redraw()}});r(e,"beforeRender",function(){this.mapNavigation=new i(this);this.mapNavigation.update()})}(n),function(n){var i=n.extend,r=n.pick,t=n.Pointer;n=n.wrap;i(t.prototype,{onContainerDblClick:function(n){var t=this.chart;n=this.normalize(n);t.options.mapNavigation.enableDoubleClickZoomTo?t.pointer.inClass(n.target,"highcharts-tracker")&&t.hoverPoint&&t.hoverPoint.zoomTo():t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)&&t.mapZoom(.5,t.xAxis[0].toValue(n.chartX),t.yAxis[0].toValue(n.chartY),n.chartX,n.chartY)},onContainerMouseWheel:function(n){var i,t=this.chart;n=this.normalize(n);i=n.detail||-n.wheelDelta/120;t.isInsidePlot(n.chartX-t.plotLeft,n.chartY-t.plotTop)&&t.mapZoom(Math.pow(t.options.mapNavigation.mouseWheelSensitivity,i),t.xAxis[0].toValue(n.chartX),t.yAxis[0].toValue(n.chartY),n.chartX,n.chartY)}});n(t.prototype,"zoomOption",function(n){var t=this.chart.options.mapNavigation;r(t.enableTouchZoom,t.enabled)&&(this.chart.options.chart.pinchType="xy");n.apply(this,[].slice.call(arguments,1))});n(t.prototype,"pinchTranslate",function(n,t,i,r,u,f,e){n.call(this,t,i,r,u,f,e);"map"===this.chart.options.chart.type&&this.hasZoom&&(n=r.scaleX>r.scaleY,this.pinchTranslateDirection(!n,t,i,r,u,f,e,n?r.scaleX:r.scaleY))})}(n),function(n){var c=n.colorPointMixin,t=n.each,o=n.extend,f=n.isNumber,l=n.map,s=n.merge,e=n.noop,i=n.pick,a=n.isArray,h=n.Point,r=n.Series,v=n.seriesType,u=n.seriesTypes,y=n.splat;v("map","scatter",{allAreas:!0,animation:!1,nullColor:"#f7f7f7",borderColor:"#cccccc",borderWidth:1,marker:null,stickyTracking:!1,joinBy:"hc-key",dataLabels:{formatter:function(){return this.point.value},inside:!0,verticalAlign:"middle",crop:!1,overflow:!1,padding:0},turboThreshold:0,tooltip:{followPointer:!0,pointFormat:"{point.name}: {point.value}<br/>"},states:{normal:{animation:!0},hover:{halo:null,brightness:.2},select:{color:"#cccccc"}}},s(n.colorSeriesMixin,{type:"map",getExtremesFromAll:!0,useMapGeometry:!0,forceDL:!0,searchPoint:e,directTouch:!0,preserveAspectRatio:!0,pointArrayMap:["value"],getBox:function(r){var v,u=Number.MAX_VALUE,h=-u,c=u,l=-u,a=u,e=u,o=this.xAxis,s=this.yAxis;t(r||[],function(t){if(t.path){"string"==typeof t.path&&(t.path=n.splitPath(t.path));var r=t.path||[],o=r.length,k=!1,p=-u,s=u,w=-u,y=u,b=t.properties;if(!t._foundBox){for(;o--;)f(r[o])&&(k?(p=Math.max(p,r[o]),s=Math.min(s,r[o])):(w=Math.max(w,r[o]),y=Math.min(y,r[o])),k=!k);t._midX=s+(p-s)*i(t.middleX,b&&b["hc-middle-x"],.5);t._midY=y+(w-y)*i(t.middleY,b&&b["hc-middle-y"],.5);t._maxX=p;t._minX=s;t._maxY=w;t._minY=y;t.labelrank=i(t.labelrank,(p-s)*(w-y));t._foundBox=!0}h=Math.max(h,t._maxX);c=Math.min(c,t._minX);l=Math.max(l,t._maxY);a=Math.min(a,t._minY);e=Math.min(t._maxX-t._minX,t._maxY-t._minY,e);v=!0}});v&&(this.minY=Math.min(a,i(this.minY,u)),this.maxY=Math.max(l,i(this.maxY,-u)),this.minX=Math.min(c,i(this.minX,u)),this.maxX=Math.max(h,i(this.maxX,-u)),o&&void 0===o.options.minRange&&(o.minRange=Math.min(5*e,(this.maxX-this.minX)/5,o.minRange||u)),s&&void 0===s.options.minRange&&(s.minRange=Math.min(5*e,(this.maxY-this.minY)/5,s.minRange||u)))},getExtremes:function(){r.prototype.getExtremes.call(this,this.valueData);this.chart.hasRendered&&this.isDirtyData&&this.getBox(this.options.data);this.valueMin=this.dataMin;this.valueMax=this.dataMax;this.dataMin=this.minY;this.dataMax=this.maxY},translatePath:function(n){var t,u=!1,i=this.xAxis,r=this.yAxis,o=i.min,s=i.transA,i=i.minPixelPadding,h=r.min,c=r.transA,r=r.minPixelPadding,e=[];if(n)for(t=n.length;t--;)f(n[t])?(e[t]=u?(n[t]-o)*s+i:(n[t]-h)*c+r,u=!u):e[t]=n[t];return e},setData:function(i,u,e,o){var d=this.options,v=this.chart.options.chart,p=v&&v.map,c=d.mapData,h=d.joinBy,nt=null===h,b=d.keys||this.pointArrayMap,k=[],g={},w=this.chart.mapTransforms;if(!c&&p&&(c="string"==typeof p?n.maps[p]:p),nt&&(h="_i"),h=this.joinBy=y(h),h[1]||(h[1]=h[0]),i&&t(i,function(t,r){var e=0,u;if(f(t))i[r]={value:t};else if(a(t))for(i[r]={},!d.keys&&t.length>b.length&&"string"==typeof t[0]&&(i[r]["hc-key"]=t[0],++e),u=0;u<b.length;++u,++e)b[u]&&void 0!==t[e]&&(0<b[u].indexOf(".")?n.Point.prototype.setNestedProperty(i[r],t[e],b[u]):i[r][b[u]]=t[e]);nt&&(i[r]._i=r)}),this.getBox(i),(this.chart.mapTransforms=w=v&&v.mapTransforms||c&&c["hc-transform"]||w)&&n.objectEach(w,function(n){n.rotation&&(n.cosAngle=Math.cos(n.rotation),n.sinAngle=Math.sin(n.rotation))}),c){for("FeatureCollection"===c.type&&(this.mapTitle=c.title,c=n.geojson(c,this.type,this)),this.mapData=c,this.mapMap={},w=0;w<c.length;w++)v=c[w],p=v.properties,v._i=w,h[0]&&p&&p[h[0]]&&(v[h[0]]=p[h[0]]),g[v[h[0]]]=v;this.mapMap=g;i&&h[1]&&t(i,function(n){g[n[h[1]]]&&k.push(g[n[h[1]]])});d.allAreas?(this.getBox(c),i=i||[],h[1]&&t(i,function(n){k.push(n[h[1]])}),k="|"+l(k,function(n){return n&&n[h[0]]}).join("|")+"|",t(c,function(n){h[0]&&-1!==k.indexOf("|"+n[h[0]]+"|")||(i.push(s(n,{value:null})),o=!1)})):this.getBox(k)}r.prototype.setData.call(this,i,u,e,o)},drawGraph:e,drawDataLabels:e,doFullTranslate:function(){return this.isDirtyData||this.chart.isResizing||this.chart.renderer.isVML||!this.baseTrans},translate:function(){var n=this,i=n.xAxis,r=n.yAxis,u=n.doFullTranslate();n.generatePoints();t(n.data,function(t){t.plotX=i.toPixels(t._midX,!0);t.plotY=r.toPixels(t._midY,!0);u&&(t.shapeType="path",t.shapeArgs={d:n.translatePath(t.path)})});n.translateColors()},pointAttribs:function(n,t){return t=u.column.prototype.pointAttribs.call(this,n,t),t["stroke-width"]=i(n.options[this.pointAttrToOptions&&this.pointAttrToOptions["stroke-width"]||"borderWidth"],"inherit"),t},drawPoints:function(){var f,e,s,h,r,l,a,v,y,n=this,o=n.xAxis,i=n.yAxis,p=n.group,w=n.chart,b=w.renderer,c=this.baseTrans;n.transformGroup||(n.transformGroup=b.g().attr({scaleX:1,scaleY:1}).add(p),n.transformGroup.survive=!0);n.doFullTranslate()?(w.hasRendered&&t(n.points,function(t){t.shapeArgs&&(t.shapeArgs.fill=n.pointAttribs(t,t.state).fill)}),n.group=n.transformGroup,u.column.prototype.drawPoints.apply(n),n.group=p,t(n.points,function(n){n.graphic&&(n.name&&n.graphic.addClass("highcharts-name-"+n.name.replace(/ /g,"-").toLowerCase()),n.properties&&n.properties["hc-key"]&&n.graphic.addClass("highcharts-key-"+n.properties["hc-key"].toLowerCase()))}),this.baseTrans={originX:o.min-o.minPixelPadding/o.transA,originY:i.min-i.minPixelPadding/i.transA+(i.reversed?0:i.len/i.transA),transAX:o.transA,transAY:i.transA},this.transformGroup.animate({translateX:0,translateY:0,scaleX:1,scaleY:1})):(f=o.transA/c.transAX,e=i.transA/c.transAY,s=o.toPixels(c.originX,!0),h=i.toPixels(c.originY,!0),.99<f&&1.01>f&&.99<e&&1.01>e&&(e=f=1,s=Math.round(s),h=Math.round(h)),r=this.transformGroup,w.renderer.globalAnimation?(l=r.attr("translateX"),a=r.attr("translateY"),v=r.attr("scaleX"),y=r.attr("scaleY"),r.attr({animator:0}).animate({animator:1},{step:function(n,t){r.attr({translateX:l+(s-l)*t.pos,translateY:a+(h-a)*t.pos,scaleX:v+(f-v)*t.pos,scaleY:y+(e-y)*t.pos})}})):r.attr({translateX:s,translateY:h,scaleX:f,scaleY:e}));p.element.setAttribute("stroke-width",(n.options[n.pointAttrToOptions&&n.pointAttrToOptions["stroke-width"]||"borderWidth"]||1)/(f||1));this.drawMapDataLabels()},drawMapDataLabels:function(){r.prototype.drawDataLabels.call(this);this.dataLabelsGroup&&this.dataLabelsGroup.clip(this.chart.clipRect)},render:function(){var n=this,t=r.prototype.render;n.chart.renderer.isVML&&3e3<n.data.length?setTimeout(function(){t.call(n)}):t.call(n)},animate:function(n){var t=this.options.animation,i=this.group,r=this.xAxis,u=this.yAxis,f=r.pos,e=u.pos;this.chart.renderer.isSVG&&(!0===t&&(t={duration:1e3}),n?i.attr({translateX:f+r.len/2,translateY:e+u.len/2,scaleX:.001,scaleY:.001}):(i.animate({translateX:f,translateY:e,scaleX:1,scaleY:1},t),this.animate=null))},animateDrilldown:function(n){var u=this.chart.plotBox,r=this.chart.drilldownLevels[this.chart.drilldownLevels.length-1],i=r.bBox,f=this.chart.options.drilldown.animation;n||(n=Math.min(i.width/u.width,i.height/u.height),r.shapeArgs={scaleX:n,scaleY:n,translateX:i.x,translateY:i.y},t(this.points,function(n){n.graphic&&n.graphic.attr(r.shapeArgs).animate({scaleX:1,scaleY:1,translateX:0,translateY:0},f)}),this.animate=null)},drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,animateDrillupFrom:function(n){u.column.prototype.animateDrillupFrom.call(this,n)},animateDrillupTo:function(n){u.column.prototype.animateDrillupTo.call(this,n)}}),o({applyOptions:function(n,t){n=h.prototype.applyOptions.call(this,n,t);t=this.series;var i=t.joinBy;return t.mapData&&((i=void 0!==n[i[1]]&&t.mapMap[n[i[1]]])?(t.xyFromShape&&(n.x=i._midX,n.y=i._midY),o(n,i)):n.value=n.value||null),n},onMouseOver:function(t){n.clearTimeout(this.colorInterval);null!==this.value||this.series.options.nullInteraction?h.prototype.onMouseOver.call(this,t):this.series.onMouseOut(t)},zoomTo:function(){var n=this.series;n.xAxis.setExtremes(this._minX,this._maxX,!1);n.yAxis.setExtremes(this._minY,this._maxY,!1);n.chart.redraw()}},c))}(n),function(n){var i=n.seriesType,t=n.seriesTypes;i("mapline","map",{lineWidth:1,fillColor:"none"},{type:"mapline",colorProp:"stroke",pointAttrToOptions:{stroke:"color","stroke-width":"lineWidth"},pointAttribs:function(n,i){return n=t.map.prototype.pointAttribs.call(this,n,i),n.fill=this.options.fillColor,n},drawLegendSymbol:t.line.prototype.drawLegendSymbol})}(n),function(n){var t=n.merge,i=n.Point;(n=n.seriesType)("mappoint","scatter",{dataLabels:{enabled:!0,formatter:function(){return this.point.name},crop:!1,defer:!1,overflow:!1,style:{color:"#000000"}}},{type:"mappoint",forceDL:!0},{applyOptions:function(n,r){return n=void 0!==n.lat&&void 0!==n.lon?t(n,this.series.chart.fromLatLonToPoint(n)):n,i.prototype.applyOptions.call(this,n,r)}})}(n),function(n){var e=n.arrayMax,o=n.arrayMin,s=n.Axis,h=n.color,t=n.each,i=n.isNumber,u=n.noop,r=n.pick,c=n.pInt,l=n.Point,a=n.Series,v=n.seriesType,f=n.seriesTypes;v("bubble","scatter",{dataLabels:{formatter:function(){return this.point.z},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"},{pointArrayMap:["y","z"],parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",bubblePadding:!0,zoneAxis:"z",directTouch:!0,pointAttribs:function(n,t){var i=this.options.marker.fillOpacity;return n=a.prototype.pointAttribs.call(this,n,t),1!==i&&(n.fill=h(n.fill).setOpacity(i).get("rgba")),n},getRadii:function(n,t,r,u){for(var f,c=this.zData,l=[],e=this.options,a="width"!==e.sizeBy,o=e.zThreshold,s=t-n,h=0,v=c.length;h<v;h++)f=c[h],e.sizeByAbsoluteValue&&null!==f&&(f=Math.abs(f-o),t=s=Math.max(t-o,Math.abs(n-o)),n=0),i(f)?f<n?f=r/2-1:(f=0<s?(f-n)/s:.5,a&&0<=f&&(f=Math.sqrt(f)),f=Math.ceil(r+f*(u-r))/2):f=null,l.push(f);this.radii=l},animate:function(n){!n&&this.points.length<this.options.animationLimit&&(t(this.points,function(n){var i,t=n.graphic;t&&t.width&&(i={x:t.x,y:t.y,width:t.width,height:t.height},t.attr({x:n.plotX,y:n.plotY,width:1,height:1}),t.animate(i,this.options.animation))},this),this.animate=null)},translate:function(){var u,r,t,e=this.data,o=this.radii;for(f.scatter.prototype.translate.call(this),u=e.length;u--;)r=e[u],t=o?o[u]:0,i(t)&&t>=this.minPxSize/2?(r.marker=n.extend(r.marker,{radius:t,width:2*t,height:2*t}),r.dlBox={x:r.plotX-t,y:r.plotY-t,width:2*t,height:2*t}):r.shapeArgs=r.plotY=r.dlBox=void 0},alignDataLabel:f.column.prototype.alignDataLabel,buildKDTree:u,applyZones:u},{haloPath:function(n){return l.prototype.haloPath.call(this,0===n?0:(this.marker?this.marker.radius||0:0)+n)},ttBelow:!1});s.prototype.beforePadding=function(){var u=this,f=this.len,v=this.chart,h=0,s=f,y=this.isXAxis,g=y?"xData":"yData",p=this.min,l={},nt=Math.min(v.plotWidth,v.plotHeight),w=Number.MAX_VALUE,b=-Number.MAX_VALUE,k=this.max-p,a=f/k,d=[];t(this.series,function(i){var f=i.options;i.bubblePadding&&(i.visible||!v.options.chart.ignoreHiddenSeries)&&(u.allowZoomOutside=!0,d.push(i),y&&(t(["minSize","maxSize"],function(n){var t=f[n],i=/%$/.test(t),t=c(t);l[n]=i?nt*t/100:t}),i.minPxSize=l.minSize,i.maxPxSize=Math.max(l.maxSize,l.minSize),i=n.grep(i.zData,n.isNumber),i.length&&(w=r(f.zMin,Math.min(w,Math.max(o(i),!1===f.displayNegative?f.zThreshold:-Number.MAX_VALUE))),b=r(f.zMax,Math.max(b,e(i))))))});t(d,function(n){var f,r=n[g],t=r.length;if(y&&n.getRadii(w,b,n.minPxSize,n.maxPxSize),0<k)for(;t--;)i(r[t])&&u.dataMin<=r[t]&&r[t]<=u.dataMax&&(f=n.radii[t],h=Math.min((r[t]-p)*a-f,h),s=Math.max((r[t]-p)*a+f,s))});d.length&&0<k&&!this.isLog&&(s-=f,a*=(f+h-s)/f,t([["min","userMin",h],["max","userMax",s]],function(n){void 0===r(u.options[n[0]],u[n[1]])&&(u[n[0]]+=n[2]/a)}))}}(n),function(n){var i=n.merge,r=n.Point,u=n.seriesType,t=n.seriesTypes;t.bubble&&u("mapbubble","bubble",{animationLimit:500,tooltip:{pointFormat:"{point.name}: {point.z}"}},{xyFromShape:!0,type:"mapbubble",pointArrayMap:["z"],getMapData:t.map.prototype.getMapData,getBox:t.map.prototype.getBox,setData:t.map.prototype.setData},{applyOptions:function(n,u){return n&&void 0!==n.lat&&void 0!==n.lon?r.prototype.applyOptions.call(this,i(n,this.series.chart.fromLatLonToPoint(n)),u):t.map.prototype.pointClass.prototype.applyOptions.call(this,n,u)},isValid:function(){return"number"==typeof this.z},ttBelow:!1})}(n),function(n){var e=n.colorPointMixin,i=n.each,o=n.merge,r=n.noop,u=n.pick,f=n.Series,s=n.seriesType,t=n.seriesTypes;s("heatmap","scatter",{animation:!1,borderWidth:0,nullColor:"#f7f7f7",dataLabels:{formatter:function(){return this.point.value},inside:!0,verticalAlign:"middle",crop:!1,overflow:!1,padding:0},marker:null,pointRange:null,tooltip:{pointFormat:"{point.x}, {point.y}: {point.value}<br/>"},states:{hover:{halo:!1,brightness:.2}}},o(n.colorSeriesMixin,{pointArrayMap:["y","value"],hasPointSpecificOptions:!0,getExtremesFromAll:!0,directTouch:!0,init:function(){var n;t.scatter.prototype.init.apply(this,arguments);n=this.options;n.pointRange=u(n.pointRange,n.colsize||1);this.yAxis.axisPointRange=n.rowsize||1},translate:function(){var f=this.options,n=this.xAxis,t=this.yAxis,e=f.pointPadding||0,r=function(n,t,i){return Math.min(Math.max(t,n),i)};this.generatePoints();i(this.points,function(i){var o=(f.colsize||1)/2,s=(f.rowsize||1)/2,c=r(Math.round(n.len-n.translate(i.x-o,0,1,0,1)),-n.len,2*n.len),o=r(Math.round(n.len-n.translate(i.x+o,0,1,0,1)),-n.len,2*n.len),l=r(Math.round(t.translate(i.y-s,0,1,0,1)),-t.len,2*t.len),s=r(Math.round(t.translate(i.y+s,0,1,0,1)),-t.len,2*t.len),h=u(i.pointPadding,e);i.plotX=i.clientX=(c+o)/2;i.plotY=(l+s)/2;i.shapeType="rect";i.shapeArgs={x:Math.min(c,o)+h,y:Math.min(l,s)+h,width:Math.abs(o-c)-2*h,height:Math.abs(s-l)-2*h}});this.translateColors()},drawPoints:function(){t.column.prototype.drawPoints.call(this);i(this.points,function(n){n.graphic.attr(this.colorAttribs(n))},this)},animate:r,getBox:r,drawLegendSymbol:n.LegendSymbolMixin.drawRectangle,alignDataLabel:t.column.prototype.alignDataLabel,getExtremes:function(){f.prototype.getExtremes.call(this,this.valueData);this.valueMin=this.dataMin;this.valueMax=this.dataMax;f.prototype.getExtremes.call(this)}}),n.extend({haloPath:function(n){if(!n)return[];var t=this.shapeArgs;return["M",t.x-n,t.y-n,"L",t.x-n,t.y+t.height+n,t.x+t.width+n,t.y+t.height+n,t.x+t.width+n,t.y-n,"Z"]}},e))}(n),function(n){function u(n,t){var i,f,e,r=!1,o=n.x,u=n.y;for(n=0,i=t.length-1;n<t.length;i=n++)f=t[n][1]>u,e=t[i][1]>u,f!==e&&o<(t[i][0]-t[n][0])*(u-t[n][1])/(t[i][1]-t[n][1])+t[n][0]&&(r=!r);return r}var t=n.Chart,i=n.each,e=n.extend,f=n.format,o=n.merge,r=n.win,s=n.wrap;t.prototype.transformFromLatLon=function(t,i){if(void 0===r.proj4)return n.error(21),{x:0,y:null};t=r.proj4(i.crs,[t.lon,t.lat]);var u=i.cosAngle||i.rotation&&Math.cos(i.rotation),f=i.sinAngle||i.rotation&&Math.sin(i.rotation);return t=i.rotation?[t[0]*u+t[1]*f,-t[0]*f+t[1]*u]:t,{x:((t[0]-(i.xoffset||0))*(i.scale||1)+(i.xpan||0))*(i.jsonres||1)+(i.jsonmarginX||0),y:(((i.yoffset||0)-t[1])*(i.scale||1)+(i.ypan||0))*(i.jsonres||1)-(i.jsonmarginY||0)}};t.prototype.transformToLatLon=function(t,i){if(void 0!==r.proj4){t={x:((t.x-(i.jsonmarginX||0))/(i.jsonres||1)-(i.xpan||0))/(i.scale||1)+(i.xoffset||0),y:((-t.y-(i.jsonmarginY||0))/(i.jsonres||1)+(i.ypan||0))/(i.scale||1)+(i.yoffset||0)};var u=i.cosAngle||i.rotation&&Math.cos(i.rotation),f=i.sinAngle||i.rotation&&Math.sin(i.rotation);return i=r.proj4(i.crs,"WGS84",i.rotation?{x:t.x*u+t.y*-f,y:t.x*f+t.y*u}:t),{lat:i.y,lon:i.x}}n.error(21)};t.prototype.fromPointToLatLon=function(t){var r,i=this.mapTransforms;if(i){for(r in i)if(i.hasOwnProperty(r)&&i[r].hitZone&&u({x:t.x,y:-t.y},i[r].hitZone.coordinates[0]))return this.transformToLatLon(t,i[r]);return this.transformToLatLon(t,i.default)}n.error(22)};t.prototype.fromLatLonToPoint=function(t){var r,f,i=this.mapTransforms;if(!i)return n.error(22),{x:0,y:null};for(r in i)if(i.hasOwnProperty(r)&&i[r].hitZone&&(f=this.transformFromLatLon(t,i[r]),u({x:f.x,y:-f.y},i[r].hitZone.coordinates[0])))return f;return this.transformFromLatLon(t,i.default)};n.geojson=function(n,t,r){var s=[],u=[],o=function(n){var t,i=n.length;for(u.push("M"),t=0;t<i;t++)1===t&&u.push("L"),u.push(n[t][0],-n[t][1])};return t=t||"map",i(n.features,function(n){var r=n.geometry,f=r.type,r=r.coordinates,h;n=n.properties;u=[];"map"===t||"mapbubble"===t?("Polygon"===f?(i(r,o),u.push("Z")):"MultiPolygon"===f&&(i(r,function(n){i(n,o)}),u.push("Z")),u.length&&(h={path:u})):"mapline"===t?("LineString"===f?o(r):"MultiLineString"===f&&i(r,o),u.length&&(h={path:u})):"mappoint"===t&&"Point"===f&&(h={x:r[0],y:-r[1]});h&&s.push(e(h,{name:n.name||n.NAME,properties:n}))}),r&&n.copyrightShort&&(r.chart.mapCredits=f(r.chart.options.credits.mapText,{geojson:n}),r.chart.mapCreditsFull=f(r.chart.options.credits.mapTextFull,{geojson:n})),s};s(t.prototype,"addCredits",function(n,t){t=o(!0,this.options.credits,t);this.mapCredits&&(t.href=null);n.call(this,t);this.credits&&this.mapCreditsFull&&this.credits.attr({title:this.mapCreditsFull})})}(n),function(n){function i(n,t,i,r,u,f,e,o){return["M",n+u,t,"L",n+i-f,t,"C",n+i-f/2,t,n+i,t+f/2,n+i,t+f,"L",n+i,t+r-e,"C",n+i,t+r-e/2,n+i-e/2,t+r,n+i-e,t+r,"L",n+o,t+r,"C",n+o/2,t+r,n,t+r-o/2,n,t+r-o,"L",n,t+u,"C",n,t+u/2,n+u/2,t,n+u,t,"Z"]}var r=n.Chart,u=n.defaultOptions,s=n.each,h=n.extend,f=n.merge,e=n.pick,c=n.Renderer,t=n.SVGRenderer,o=n.VMLRenderer;h(u.lang,{zoomIn:"Zoom in",zoomOut:"Zoom out"});u.mapNavigation={buttonOptions:{alignTo:"plotBox",align:"left",verticalAlign:"top",x:0,width:18,height:18,padding:5,style:{fontSize:"15px",fontWeight:"bold"},theme:{"stroke-width":1,"text-align":"center"}},buttons:{zoomIn:{onclick:function(){this.mapZoom(.5)},text:"+",y:0},zoomOut:{onclick:function(){this.mapZoom(2)},text:"-",y:28}},mouseWheelSensitivity:1.1};n.splitPath=function(n){var t;for(n=n.replace(/([A-Za-z])/g," $1 "),n=n.replace(/^\s*/,"").replace(/\s*$/,""),n=n.split(/[ ,]+/),t=0;t<n.length;t++)/[a-zA-Z]/.test(n[t])||(n[t]=parseFloat(n[t]));return n};n.maps={};t.prototype.symbols.topbutton=function(n,t,r,u,f){return i(n-1,t-1,r,u,f.r,f.r,0,0)};t.prototype.symbols.bottombutton=function(n,t,r,u,f){return i(n-1,t-1,r,u,0,0,f.r,f.r)};c===o&&s(["topbutton","bottombutton"],function(n){o.prototype.symbols[n]=t.prototype.symbols[n]});n.Map=n.mapChart=function(t,i,u){var s,h="string"==typeof t||t.nodeName,o=arguments[h?1:0],c={endOnTick:!1,visible:!1,minPadding:0,maxPadding:0,startOnTick:!1},l=n.getOptions().credits;return s=o.series,o.series=null,o=f({chart:{panning:"xy",type:"map"},credits:{mapText:e(l.mapText,' © <a href="{geojson.copyrightUrl}">{geojson.copyrightShort}<\/a>'),mapTextFull:e(l.mapTextFull,"{geojson.copyright}")},tooltip:{followTouchMove:!1},xAxis:c,yAxis:f(c,{reversed:!0})},o,{chart:{inverted:!1,alignTicks:!1}}),o.series=s,h?new r(t,o,u):new r(o,i)}}(n)})},function(n,t,i){i(534);n.exports=self.fetch.bind(self)},function(n,t,i){var r,u,f;!function(e){u=[i(185)];r=e;void 0!==(f="function"==typeof r?r.apply(t,u):r)&&(n.exports=f)}(function(n){function u(r){var u=r||window.event,w=c.call(arguments,1),l=0,s=0,e=0,a=0,b=0,k=0,v,y,p;if(r=n.event.fix(u),r.type="mousewheel","detail"in u&&(e=-1*u.detail),"wheelDelta"in u&&(e=u.wheelDelta),"wheelDeltaY"in u&&(e=u.wheelDeltaY),"wheelDeltaX"in u&&(s=-1*u.wheelDeltaX),"axis"in u&&u.axis===u.HORIZONTAL_AXIS&&(s=-1*e,e=0),l=0===e?s:e,"deltaY"in u&&(e=-1*u.deltaY,l=e),"deltaX"in u&&(s=u.deltaX,0===e&&(l=-1*s)),0!==e||0!==s)return 1===u.deltaMode?(v=n.data(this,"mousewheel-line-height"),l*=v,e*=v,s*=v):2===u.deltaMode&&(y=n.data(this,"mousewheel-page-height"),l*=y,e*=y,s*=y),(a=Math.max(Math.abs(e),Math.abs(s)),(!t||a<t)&&(t=a,o(u,a)&&(t/=40)),o(u,a)&&(l/=40,s/=40,e/=40),l=Math[l>=1?"floor":"ceil"](l/t),s=Math[s>=1?"floor":"ceil"](s/t),e=Math[e>=1?"floor":"ceil"](e/t),i.settings.normalizeOffset&&this.getBoundingClientRect)&&(p=this.getBoundingClientRect(),b=r.clientX-p.left,k=r.clientY-p.top),r.deltaX=s,r.deltaY=e,r.deltaFactor=t,r.offsetX=b,r.offsetY=k,r.deltaMode=0,w.unshift(r,l,s,e),f&&clearTimeout(f),f=setTimeout(h,200),(n.event.dispatch||n.event.handle).apply(this,w)}function h(){t=null}function o(n,t){return i.settings.adjustOldDeltas&&"mousewheel"===n.type&&t%120==0}var f,t,s=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],r="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],c=Array.prototype.slice,e,i;if(n.event.fixHooks)for(e=s.length;e;)n.event.fixHooks[s[--e]]=n.event.mouseHooks;i=n.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var t=r.length;t;)this.addEventListener(r[--t],u,!1);else this.onmousewheel=u;n.data(this,"mousewheel-line-height",i.getLineHeight(this));n.data(this,"mousewheel-page-height",i.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var t=r.length;t;)this.removeEventListener(r[--t],u,!1);else this.onmousewheel=null;n.removeData(this,"mousewheel-line-height");n.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var r=n(t),i=r["offsetParent"in n.fn?"offsetParent":"parent"]();return i.length||(i=n("body")),parseInt(i.css("fontSize"),10)||parseInt(r.css("fontSize"),10)||16},getPageHeight:function(t){return n(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};n.fn.extend({mousewheel:function(n){return n?this.bind("mousewheel",n):this.trigger("mousewheel")},unmousewheel:function(n){return this.unbind("mousewheel",n)}})})},function(n){"use strict";function a(n,t){return"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='"+n+"' height='"+t+"'%3E%3C/svg%3E"}function v(n){if(n.srcset&&!k&&window.picturefill){var t=window.picturefill._;n[t.ns]&&n[t.ns].evaled||t.fillImg(n,{reselect:!0});n[t.ns].curSrc||(n[t.ns].supported=!1,t.fillImg(n,{reselect:!0}));n.currentSrc=n[t.ns].curSrc||n.src}}function y(n){for(var t,r=getComputedStyle(n).fontFamily,i={};null!==(t=w.exec(r));)i[t[1]]=t[2];return i}function s(n,t,i){var r=a(t||1,i||0);f.call(n,"src")!==r&&u.call(n,"src",r)}function e(n,t){n.naturalWidth?t(n):setTimeout(e,100,n,t)}function h(n){var r=y(n),i=n[t];if(r["object-fit"]=r["object-fit"]||"fill",!i.img){if("fill"===r["object-fit"])return;if(!i.skipTest&&c&&!r["object-position"])return}if(!i.img){i.img=new Image(n.width,n.height);i.img.srcset=f.call(n,"data-ofi-srcset")||n.srcset;i.img.src=f.call(n,"data-ofi-src")||n.src;u.call(n,"data-ofi-src",n.src);n.srcset&&u.call(n,"data-ofi-srcset",n.srcset);s(n,n.naturalWidth||n.width,n.naturalHeight||n.height);n.srcset&&(n.srcset="");try{p(n)}catch(n){window.console&&console.warn("https://bit.ly/ofi-old-browser")}}v(i.img);n.style.backgroundImage='url("'+(i.img.currentSrc||i.img.src).replace(/"/g,'\\"')+'")';n.style.backgroundPosition=r["object-position"]||"center";n.style.backgroundRepeat="no-repeat";n.style.backgroundOrigin="content-box";/scale-down/.test(r["object-fit"])?e(i.img,function(){n.style.backgroundSize=i.img.naturalWidth>n.width||i.img.naturalHeight>n.height?"contain":"auto"}):n.style.backgroundSize=r["object-fit"].replace("none","auto").replace("fill","100% 100%");e(i.img,function(t){s(n,t.naturalWidth,t.naturalHeight)})}function p(n){var i={get:function(i){return n[t].img[i||"src"]},set:function(i,r){return n[t].img[r||"src"]=i,u.call(n,"data-ofi-"+r,i),h(n),i}};Object.defineProperty(n,"src",i);Object.defineProperty(n,"currentSrc",{get:function(){return i.get("currentSrc")}});Object.defineProperty(n,"srcset",{get:function(){return i.get("srcset")},set:function(n){return i.set(n,"srcset")}})}function r(n,i){var f=!l&&!n,u;if(i=i||{},n=n||"img",o&&!i.skipTest||!b)return!1;for("img"===n?n=document.getElementsByTagName("img"):"string"==typeof n?n=document.querySelectorAll(n):("length"in n)||(n=[n]),u=0;u<n.length;u++)n[u][t]=n[u][t]||{skipTest:i.skipTest},h(n[u]);f&&(document.body.addEventListener("load",function(n){"IMG"===n.target.tagName&&r(n.target,{skipTest:i.skipTest})},!0),l=!0,n="img");i.watchMQ&&window.addEventListener("resize",r.bind(null,n,{skipTest:i.skipTest}))}var t="bfred-it:object-fit-images",w=/(object-fit|object-position)\s*:\s*([-\w\s%]+)/g,i="undefined"==typeof Image?{style:{"object-position":1}}:new Image,c="object-fit"in i.style,o="object-position"in i.style,b="background-size"in i.style,k="string"==typeof i.currentSrc,f=i.getAttribute,u=i.setAttribute,l=!1;r.supportsObjectFit=c;r.supportsObjectPosition=o,function(){function n(n,i){return n[t]&&n[t].img&&("src"===i||"srcset"===i)?n[t].img:n}o||(HTMLImageElement.prototype.getAttribute=function(t){return f.call(n(this,t),t)},HTMLImageElement.prototype.setAttribute=function(t,i){return u.call(n(this,t),t,String(i))})}();n.exports=r},function(n){var t=function(n){"use strict";function r(n){for(var r=getComputedStyle(n).fontFamily,i=null,t={};null!==(i=s.exec(r));)t[i[1]]=i[2];return t["object-position"]?f(t):t}function u(n,t){function u(){var h=n.videoWidth,c=n.videoHeight,o=h/c,u=r.clientWidth,f=r.clientHeight,l=u/f,s=0,e=0;i.marginLeft=i.marginTop=0;(o<l?"contain"===t["object-fit"]:"cover"===t["object-fit"])?(s=f*o,e=u/o,i.width=Math.round(s)+"px",i.height=f+"px",i.marginLeft="left"===t["object-position-x"]?0:"right"===t["object-position-x"]?Math.round(u-s)+"px":Math.round((u-s)/2)+"px"):(e=u/o,i.width=u+"px",i.height=Math.round(e)+"px",i.marginTop="top"===t["object-position-y"]?0:"bottom"===t["object-position-y"]?Math.round(f-e)+"px":Math.round((f-e)/2)+"px");n.autoplay&&n.play()}var f,e;if("fill"!==t["object-fit"]){var i=n.style,o=window.getComputedStyle(n),r=document.createElement("object-fit");r.appendChild(n.parentNode.replaceChild(r,n));f={height:"100%",width:"100%",boxSizing:"content-box",display:"inline-block",overflow:"hidden"};"backgroundColor backgroundImage borderColor borderStyle borderWidth bottom fontSize lineHeight left opacity margin position right top visibility".replace(/\w+/g,function(n){f[n]=o[n]});for(e in f)r.style[e]=f[e];i.border=i.margin=i.padding=0;i.display="block";i.opacity=1;n.addEventListener("loadedmetadata",u);window.addEventListener("optimizedResize",u);n.readyState>=1&&(n.removeEventListener("loadedmetadata",u),u())}}function f(n){return n["object-position-x"]=~n["object-position"].indexOf("left")?"left":~n["object-position"].indexOf("right")?"right":"center",n["object-position-y"]=~n["object-position"].indexOf("top")?"top":~n["object-position"].indexOf("bottom")?"bottom":"center",n}var t=navigator.userAgent.indexOf("Edge/")>=0,i=new Image,e="object-fit"in i.style&&!t,o="object-position"in i.style&&!t,s=/(object-fit|object-position)\s*:\s*([-\w\s%]+)/g;e&&o||(function(n){var i=-1,t;for(n?("length"in n)||(n=[n]):n=document.querySelectorAll("video");n[++i];)t=r(n[i]),(t["object-fit"]||t["object-position"])&&(t["object-fit"]=t["object-fit"]||"fill",u(n[i],t))}(n),function(n,t,i){var u,r,f;i=i||window;u=!1;r=null;try{r=new CustomEvent(t)}catch(n){r=document.createEvent("Event");r.initEvent(t,!0,!0)}f=function(){u||(u=!0,requestAnimationFrame(function(){i.dispatchEvent(r);u=!1}))};i.addEventListener(n,f)}("resize","optimizedResize"))};void 0!==n&&void 0!==n.exports&&(n.exports=t)},function(n){!function(t){"use strict";function tt(n,t,i,r){var f=t&&t.prototype instanceof w?t:w,u=Object.create(f.prototype),e=new k(r||[]);return u._invoke=ht(n,i,e),u}function p(n,t,i){try{return{type:"normal",arg:n.call(t,i)}}catch(n){return{type:"throw",arg:n}}}function w(){}function h(){}function o(){}function it(n){["next","throw","return"].forEach(function(t){n[t]=function(n){return this._invoke(t,n)}})}function c(n){function t(i,r,u,e){var h=p(n[i],n,r),s,o;if("throw"!==h.type)return s=h.arg,o=s.value,o&&"object"==typeof o&&f.call(o,"__await")?Promise.resolve(o.__await).then(function(n){t("next",n,u,e)},function(n){t("throw",n,u,e)}):Promise.resolve(o).then(function(n){s.value=n;u(s)},e);e(h.arg)}function r(n,r){function u(){return new Promise(function(i,u){t(n,r,i,u)})}return i=i?i.then(u,u):u()}var i;this._invoke=r}function ht(n,t,i){var u=ot;return function(f,e){var h,s,o;if(u===st)throw new Error("Generator is already running");if(u===y){if("throw"===f)throw e;return ut()}for(i.method=f,i.arg=e;;){if(h=i.delegate,h&&(s=rt(h,i),s)){if(s===r)continue;return s}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(u===ot)throw u=y,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);if(u=st,o=p(n,t,i),"normal"===o.type){if(u=i.done?y:at,o.arg===r)continue;return{value:o.arg,done:i.done}}"throw"===o.type&&(u=y,i.method="throw",i.arg=o.arg)}}}function rt(n,t){var e=n.iterator[t.method],f,i;if(e===u){if(t.delegate=null,"throw"===t.method){if(n.iterator.return&&(t.method="return",t.arg=u,rt(n,t),"throw"===t.method))return r;t.method="throw";t.arg=new TypeError("The iterator does not provide a 'throw' method")}return r}return(f=p(e,n.iterator,t.arg),"throw"===f.type)?(t.method="throw",t.arg=f.arg,t.delegate=null,r):(i=f.arg,i?i.done?(t[n.resultName]=i.value,t.next=n.nextLoc,"return"!==t.method&&(t.method="next",t.arg=u),t.delegate=null,r):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,r))}function ct(n){var t={tryLoc:n[0]};1 in n&&(t.catchLoc=n[1]);2 in n&&(t.finallyLoc=n[2],t.afterLoc=n[3]);this.tryEntries.push(t)}function b(n){var t=n.completion||{};t.type="normal";delete t.arg;n.completion=t}function k(n){this.tryEntries=[{tryLoc:"root"}];n.forEach(ct,this);this.reset(!0)}function d(n){var t,i,r;if(n){if(t=n[l],t)return t.call(n);if("function"==typeof n.next)return n;if(!isNaN(n.length))return i=-1,r=function t(){for(;++i<n.length;)if(f.call(n,i))return t.value=n[i],t.done=!1,t;return t.value=u,t.done=!0,t},r.next=r}return{next:ut}}function ut(){return{value:u,done:!0}}var u,ft=Object.prototype,f=ft.hasOwnProperty,g="function"==typeof Symbol?Symbol:{},l=g.iterator||"@@iterator",lt=g.asyncIterator||"@@asyncIterator",a=g.toStringTag||"@@toStringTag",et="object"==typeof n,i=t.regeneratorRuntime,v,s,e;if(i)return void(et&&(n.exports=i));i=t.regeneratorRuntime=et?n.exports:{};i.wrap=tt;var ot="suspendedStart",at="suspendedYield",st="executing",y="completed",r={},nt={};nt[l]=function(){return this};v=Object.getPrototypeOf;s=v&&v(v(d([])));s&&s!==ft&&f.call(s,l)&&(nt=s);e=o.prototype=w.prototype=Object.create(nt);h.prototype=e.constructor=o;o.constructor=h;o[a]=h.displayName="GeneratorFunction";i.isGeneratorFunction=function(n){var t="function"==typeof n&&n.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))};i.mark=function(n){return Object.setPrototypeOf?Object.setPrototypeOf(n,o):(n.__proto__=o,a in n||(n[a]="GeneratorFunction")),n.prototype=Object.create(e),n};i.awrap=function(n){return{__await:n}};it(c.prototype);c.prototype[lt]=function(){return this};i.AsyncIterator=c;i.async=function(n,t,r,u){var f=new c(tt(n,t,r,u));return i.isGeneratorFunction(t)?f:f.next().then(function(n){return n.done?n.value:f.next()})};it(e);e[a]="Generator";e[l]=function(){return this};e.toString=function(){return"[object Generator]"};i.keys=function(n){var i=[],t;for(t in n)i.push(t);return i.reverse(),function t(){for(;i.length;){var r=i.pop();if(r in n)return t.value=r,t.done=!1,t}return t.done=!0,t}};i.values=d;k.prototype={constructor:k,reset:function(n){if(this.prev=0,this.next=0,this.sent=this._sent=u,this.done=!1,this.delegate=null,this.method="next",this.arg=u,this.tryEntries.forEach(b),!n)for(var t in this)"t"===t.charAt(0)&&f.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=u)},stop:function(){this.done=!0;var t=this.tryEntries[0],n=t.completion;if("throw"===n.type)throw n.arg;return this.rval},dispatchException:function(n){function i(t,i){return o.type="throw",o.arg=n,r.next=t,i&&(r.method="next",r.arg=u),!!i}var r,e,t,o,s,h;if(this.done)throw n;for(r=this,e=this.tryEntries.length-1;e>=0;--e){if(t=this.tryEntries[e],o=t.completion,"root"===t.tryLoc)return i("end");if(t.tryLoc<=this.prev)if(s=f.call(t,"catchLoc"),h=f.call(t,"finallyLoc"),s&&h){if(this.prev<t.catchLoc)return i(t.catchLoc,!0);if(this.prev<t.finallyLoc)return i(t.finallyLoc)}else if(s){if(this.prev<t.catchLoc)return i(t.catchLoc,!0)}else{if(!h)throw new Error("try statement without catch or finally");if(this.prev<t.finallyLoc)return i(t.finallyLoc)}}},abrupt:function(n,t){for(var u,i,e,o=this.tryEntries.length-1;o>=0;--o)if(u=this.tryEntries[o],u.tryLoc<=this.prev&&f.call(u,"finallyLoc")&&this.prev<u.finallyLoc){i=u;break}return i&&("break"===n||"continue"===n)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null),e=i?i.completion:{},e.type=n,e.arg=t,i?(this.method="next",this.next=i.finallyLoc,r):this.complete(e)},complete:function(n,t){if("throw"===n.type)throw n.arg;return"break"===n.type||"continue"===n.type?this.next=n.arg:"return"===n.type?(this.rval=this.arg=n.arg,this.method="return",this.next="end"):"normal"===n.type&&t&&(this.next=t),r},finish:function(n){for(var t,i=this.tryEntries.length-1;i>=0;--i)if(t=this.tryEntries[i],t.finallyLoc===n)return this.complete(t.completion,t.afterLoc),b(t),r},"catch":function(n){for(var t,i,u,r=this.tryEntries.length-1;r>=0;--r)if(t=this.tryEntries[r],t.tryLoc===n)return i=t.completion,"throw"===i.type&&(u=i.arg,b(t)),u;throw new Error("illegal catch attempt");},delegateYield:function(n,t,i){return this.delegate={iterator:d(n),resultName:t,nextLoc:i},"next"===this.method&&(this.arg=u),r}}}(function(){return this}()||Function("return this")())},function(n,t,i){var r,u,f;!function(e){"use strict";u=[i(185)];r=e;void 0!==(f="function"==typeof r?r.apply(t,u):r)&&(n.exports=f)}(function(n){"use strict";var t=window.Slick||{};t=function(){function t(t,r){var f,u=this;u.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:n(t),appendDots:n(t),arrows:!0,asNavFor:null,prevArrow:'<button class="slick-prev" aria-label="Previous" type="button">Previous<\/button>',nextArrow:'<button class="slick-next" aria-label="Next" type="button">Next<\/button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(t,i){return n('<button type="button" />').text(i+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,focusOnChange:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3};u.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,scrolling:!1,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,swiping:!1,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1};n.extend(u,u.initials);u.activeBreakpoint=null;u.animType=null;u.animProp=null;u.breakpoints=[];u.breakpointSettings=[];u.cssTransitions=!1;u.focussed=!1;u.interrupted=!1;u.hidden="hidden";u.paused=!0;u.positionProp=null;u.respondTo=null;u.rowCount=1;u.shouldClick=!0;u.$slider=n(t);u.$slidesCache=null;u.transformType=null;u.transitionType=null;u.visibilityChange="visibilitychange";u.windowWidth=0;u.windowTimer=null;f=n(t).data("slick")||{};u.options=n.extend({},u.defaults,r,f);u.currentSlide=u.options.initialSlide;u.originalSettings=u.options;void 0!==document.mozHidden?(u.hidden="mozHidden",u.visibilityChange="mozvisibilitychange"):void 0!==document.webkitHidden&&(u.hidden="webkitHidden",u.visibilityChange="webkitvisibilitychange");u.autoPlay=n.proxy(u.autoPlay,u);u.autoPlayClear=n.proxy(u.autoPlayClear,u);u.autoPlayIterator=n.proxy(u.autoPlayIterator,u);u.changeSlide=n.proxy(u.changeSlide,u);u.clickHandler=n.proxy(u.clickHandler,u);u.selectHandler=n.proxy(u.selectHandler,u);u.setPosition=n.proxy(u.setPosition,u);u.swipeHandler=n.proxy(u.swipeHandler,u);u.dragHandler=n.proxy(u.dragHandler,u);u.keyHandler=n.proxy(u.keyHandler,u);u.instanceUid=i++;u.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/;u.registerBreakpoints();u.init(!0)}var i=0;return t}();t.prototype.activateADA=function(){this.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})};t.prototype.addSlide=t.prototype.slickAdd=function(t,i,r){var u=this;if("boolean"==typeof i)r=i,i=null;else if(i<0||i>=u.slideCount)return!1;u.unload();"number"==typeof i?0===i&&0===u.$slides.length?n(t).appendTo(u.$slideTrack):r?n(t).insertBefore(u.$slides.eq(i)):n(t).insertAfter(u.$slides.eq(i)):!0===r?n(t).prependTo(u.$slideTrack):n(t).appendTo(u.$slideTrack);u.$slides=u.$slideTrack.children(this.options.slide);u.$slideTrack.children(this.options.slide).detach();u.$slideTrack.append(u.$slides);u.$slides.each(function(t,i){n(i).attr("data-slick-index",t)});u.$slidesCache=u.$slides;u.reinit()};t.prototype.animateHeight=function(){var n=this,t;1===n.options.slidesToShow&&!0===n.options.adaptiveHeight&&!1===n.options.vertical&&(t=n.$slides.eq(n.currentSlide).outerHeight(!0),n.$list.animate({height:t},n.options.speed))};t.prototype.animateSlide=function(t,i){var u={},r=this;r.animateHeight();!0===r.options.rtl&&!1===r.options.vertical&&(t=-t);!1===r.transformsEnabled?!1===r.options.vertical?r.$slideTrack.animate({left:t},r.options.speed,r.options.easing,i):r.$slideTrack.animate({top:t},r.options.speed,r.options.easing,i):!1===r.cssTransitions?(!0===r.options.rtl&&(r.currentLeft=-r.currentLeft),n({animStart:r.currentLeft}).animate({animStart:t},{duration:r.options.speed,easing:r.options.easing,step:function(n){n=Math.ceil(n);!1===r.options.vertical?(u[r.animType]="translate("+n+"px, 0px)",r.$slideTrack.css(u)):(u[r.animType]="translate(0px,"+n+"px)",r.$slideTrack.css(u))},complete:function(){i&&i.call()}})):(r.applyTransition(),t=Math.ceil(t),u[r.animType]=!1===r.options.vertical?"translate3d("+t+"px, 0px, 0px)":"translate3d(0px,"+t+"px, 0px)",r.$slideTrack.css(u),i&&setTimeout(function(){r.disableTransition();i.call()},r.options.speed))};t.prototype.getNavTarget=function(){var i=this,t=i.options.asNavFor;return t&&null!==t&&(t=n(t).not(i.$slider)),t};t.prototype.asNavFor=function(t){var r=this,i=r.getNavTarget();null!==i&&"object"==typeof i&&i.each(function(){var i=n(this).slick("getSlick");i.unslicked||i.slideHandler(t,!0)})};t.prototype.applyTransition=function(n){var t=this,i={};i[t.transitionType]=!1===t.options.fade?t.transformType+" "+t.options.speed+"ms "+t.options.cssEase:"opacity "+t.options.speed+"ms "+t.options.cssEase;!1===t.options.fade?t.$slideTrack.css(i):t.$slides.eq(n).css(i)};t.prototype.autoPlay=function(){var n=this;n.autoPlayClear();n.slideCount>n.options.slidesToShow&&(n.autoPlayTimer=setInterval(n.autoPlayIterator,n.options.autoplaySpeed))};t.prototype.autoPlayClear=function(){var n=this;n.autoPlayTimer&&clearInterval(n.autoPlayTimer)};t.prototype.autoPlayIterator=function(){var n=this,t=n.currentSlide+n.options.slidesToScroll;n.paused||n.interrupted||n.focussed||(!1===n.options.infinite&&(1===n.direction&&n.currentSlide+1===n.slideCount-1?n.direction=0:0===n.direction&&(t=n.currentSlide-n.options.slidesToScroll,n.currentSlide-1==0&&(n.direction=1))),n.slideHandler(t))};t.prototype.buildArrows=function(){var t=this;!0===t.options.arrows&&(t.$prevArrow=n(t.options.prevArrow).addClass("slick-arrow"),t.$nextArrow=n(t.options.nextArrow).addClass("slick-arrow"),t.slideCount>t.options.slidesToShow?(t.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),t.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.prependTo(t.options.appendArrows),t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.appendTo(t.options.appendArrows),!0!==t.options.infinite&&t.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):t.$prevArrow.add(t.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))};t.prototype.buildDots=function(){var i,r,t=this;if(!0===t.options.dots&&t.slideCount>t.options.slidesToShow){for(t.$slider.addClass("slick-dotted"),r=n("<ul />").addClass(t.options.dotsClass),i=0;i<=t.getDotCount();i+=1)r.append(n("<li />").append(t.options.customPaging.call(this,t,i)));t.$dots=r.appendTo(t.options.appendDots);t.$dots.find("li").first().addClass("slick-active")}};t.prototype.buildOut=function(){var t=this;t.$slides=t.$slider.children(t.options.slide+":not(.slick-cloned)").addClass("slick-slide");t.slideCount=t.$slides.length;t.$slides.each(function(t,i){n(i).attr("data-slick-index",t).data("originalStyling",n(i).attr("style")||"")});t.$slider.addClass("slick-slider");t.$slideTrack=0===t.slideCount?n('<div class="slick-track"/>').appendTo(t.$slider):t.$slides.wrapAll('<div class="slick-track"/>').parent();t.$list=t.$slideTrack.wrap('<div class="slick-list"/>').parent();t.$slideTrack.css("opacity",0);!0!==t.options.centerMode&&!0!==t.options.swipeToSlide||(t.options.slidesToScroll=1);n("img[data-lazy]",t.$slider).not("[src]").addClass("slick-loading");t.setupInfinite();t.buildArrows();t.buildDots();t.updateDots();t.setSlideClasses("number"==typeof t.currentSlide?t.currentSlide:0);!0===t.options.draggable&&t.$list.addClass("draggable")};t.prototype.buildRows=function(){var t,i,r,f,c,u,e,n=this,o,s,h;if(f=document.createDocumentFragment(),u=n.$slider.children(),n.options.rows>0){for(e=n.options.slidesPerRow*n.options.rows,c=Math.ceil(u.length/e),t=0;t<c;t++){for(o=document.createElement("div"),i=0;i<n.options.rows;i++){for(s=document.createElement("div"),r=0;r<n.options.slidesPerRow;r++)h=t*e+(i*n.options.slidesPerRow+r),u.get(h)&&s.appendChild(u.get(h));o.appendChild(s)}f.appendChild(o)}n.$slider.empty().append(f);n.$slider.children().children().children().css({width:100/n.options.slidesPerRow+"%",display:"inline-block"})}};t.prototype.checkResponsive=function(t,i){var f,u,e,r=this,o=!1,s=r.$slider.width(),h=window.innerWidth||n(window).width();if("window"===r.respondTo?e=h:"slider"===r.respondTo?e=s:"min"===r.respondTo&&(e=Math.min(h,s)),r.options.responsive&&r.options.responsive.length&&null!==r.options.responsive){u=null;for(f in r.breakpoints)r.breakpoints.hasOwnProperty(f)&&(!1===r.originalSettings.mobileFirst?e<r.breakpoints[f]&&(u=r.breakpoints[f]):e>r.breakpoints[f]&&(u=r.breakpoints[f]));null!==u?null!==r.activeBreakpoint?(u!==r.activeBreakpoint||i)&&(r.activeBreakpoint=u,"unslick"===r.breakpointSettings[u]?r.unslick(u):(r.options=n.extend({},r.originalSettings,r.breakpointSettings[u]),!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t)),o=u):(r.activeBreakpoint=u,"unslick"===r.breakpointSettings[u]?r.unslick(u):(r.options=n.extend({},r.originalSettings,r.breakpointSettings[u]),!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t)),o=u):null!==r.activeBreakpoint&&(r.activeBreakpoint=null,r.options=r.originalSettings,!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t),o=u);t||!1===o||r.$slider.trigger("breakpoint",[r,o])}};t.prototype.changeSlide=function(t,i){var f,e,o,r=this,u=n(t.currentTarget),s;switch(u.is("a")&&t.preventDefault(),u.is("li")||(u=u.closest("li")),o=r.slideCount%r.options.slidesToScroll!=0,f=o?0:(r.slideCount-r.currentSlide)%r.options.slidesToScroll,t.data.message){case"previous":e=0===f?r.options.slidesToScroll:r.options.slidesToShow-f;r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide-e,!1,i);break;case"next":e=0===f?r.options.slidesToScroll:f;r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide+e,!1,i);break;case"index":s=0===t.data.index?0:t.data.index||u.index()*r.options.slidesToScroll;r.slideHandler(r.checkNavigable(s),!1,i);u.children().trigger("focus");break;default:return}};t.prototype.checkNavigable=function(n){var t,i,u=this,r;if(t=u.getNavigableIndexes(),i=0,n>t[t.length-1])n=t[t.length-1];else for(r in t){if(n<t[r]){n=i;break}i=t[r]}return n};t.prototype.cleanUpEvents=function(){var t=this;t.options.dots&&null!==t.$dots&&(n("li",t.$dots).off("click.slick",t.changeSlide).off("mouseenter.slick",n.proxy(t.interrupt,t,!0)).off("mouseleave.slick",n.proxy(t.interrupt,t,!1)),!0===t.options.accessibility&&t.$dots.off("keydown.slick",t.keyHandler));t.$slider.off("focus.slick blur.slick");!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&(t.$prevArrow&&t.$prevArrow.off("click.slick",t.changeSlide),t.$nextArrow&&t.$nextArrow.off("click.slick",t.changeSlide),!0===t.options.accessibility&&(t.$prevArrow&&t.$prevArrow.off("keydown.slick",t.keyHandler),t.$nextArrow&&t.$nextArrow.off("keydown.slick",t.keyHandler)));t.$list.off("touchstart.slick mousedown.slick",t.swipeHandler);t.$list.off("touchmove.slick mousemove.slick",t.swipeHandler);t.$list.off("touchend.slick mouseup.slick",t.swipeHandler);t.$list.off("touchcancel.slick mouseleave.slick",t.swipeHandler);t.$list.off("click.slick",t.clickHandler);n(document).off(t.visibilityChange,t.visibility);t.cleanUpSlideEvents();!0===t.options.accessibility&&t.$list.off("keydown.slick",t.keyHandler);!0===t.options.focusOnSelect&&n(t.$slideTrack).children().off("click.slick",t.selectHandler);n(window).off("orientationchange.slick.slick-"+t.instanceUid,t.orientationChange);n(window).off("resize.slick.slick-"+t.instanceUid,t.resize);n("[draggable!=true]",t.$slideTrack).off("dragstart",t.preventDefault);n(window).off("load.slick.slick-"+t.instanceUid,t.setPosition)};t.prototype.cleanUpSlideEvents=function(){var t=this;t.$list.off("mouseenter.slick",n.proxy(t.interrupt,t,!0));t.$list.off("mouseleave.slick",n.proxy(t.interrupt,t,!1))};t.prototype.cleanUpRows=function(){var n,t=this;t.options.rows>0&&(n=t.$slides.children().children(),n.removeAttr("style"),t.$slider.empty().append(n))};t.prototype.clickHandler=function(n){!1===this.shouldClick&&(n.stopImmediatePropagation(),n.stopPropagation(),n.preventDefault())};t.prototype.destroy=function(t){var i=this;i.autoPlayClear();i.touchObject={};i.cleanUpEvents();n(".slick-cloned",i.$slider).detach();i.$dots&&i.$dots.remove();i.$prevArrow&&i.$prevArrow.length&&(i.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),i.htmlExpr.test(i.options.prevArrow)&&i.$prevArrow.remove());i.$nextArrow&&i.$nextArrow.length&&(i.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),i.htmlExpr.test(i.options.nextArrow)&&i.$nextArrow.remove());i.$slides&&(i.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){n(this).attr("style",n(this).data("originalStyling"))}),i.$slideTrack.children(this.options.slide).detach(),i.$slideTrack.detach(),i.$list.detach(),i.$slider.append(i.$slides));i.cleanUpRows();i.$slider.removeClass("slick-slider");i.$slider.removeClass("slick-initialized");i.$slider.removeClass("slick-dotted");i.unslicked=!0;t||i.$slider.trigger("destroy",[i])};t.prototype.disableTransition=function(n){var t=this,i={};i[t.transitionType]="";!1===t.options.fade?t.$slideTrack.css(i):t.$slides.eq(n).css(i)};t.prototype.fadeSlide=function(n,t){var i=this;!1===i.cssTransitions?(i.$slides.eq(n).css({zIndex:i.options.zIndex}),i.$slides.eq(n).animate({opacity:1},i.options.speed,i.options.easing,t)):(i.applyTransition(n),i.$slides.eq(n).css({opacity:1,zIndex:i.options.zIndex}),t&&setTimeout(function(){i.disableTransition(n);t.call()},i.options.speed))};t.prototype.fadeSlideOut=function(n){var t=this;!1===t.cssTransitions?t.$slides.eq(n).animate({opacity:0,zIndex:t.options.zIndex-2},t.options.speed,t.options.easing):(t.applyTransition(n),t.$slides.eq(n).css({opacity:0,zIndex:t.options.zIndex-2}))};t.prototype.filterSlides=t.prototype.slickFilter=function(n){var t=this;null!==n&&(t.$slidesCache=t.$slides,t.unload(),t.$slideTrack.children(this.options.slide).detach(),t.$slidesCache.filter(n).appendTo(t.$slideTrack),t.reinit())};t.prototype.focusHandler=function(){var t=this;t.$slider.off("focus.slick blur.slick").on("focus.slick blur.slick","*",function(i){i.stopImmediatePropagation();var r=n(this);setTimeout(function(){t.options.pauseOnFocus&&(t.focussed=r.is(":focus"),t.autoPlay())},0)})};t.prototype.getCurrent=t.prototype.slickCurrentSlide=function(){return this.currentSlide};t.prototype.getDotCount=function(){var n=this,i=0,r=0,t=0;if(!0===n.options.infinite)if(n.slideCount<=n.options.slidesToShow)++t;else for(;i<n.slideCount;)++t,i=r+n.options.slidesToScroll,r+=n.options.slidesToScroll<=n.options.slidesToShow?n.options.slidesToScroll:n.options.slidesToShow;else if(!0===n.options.centerMode)t=n.slideCount;else if(n.options.asNavFor)for(;i<n.slideCount;)++t,i=r+n.options.slidesToScroll,r+=n.options.slidesToScroll<=n.options.slidesToShow?n.options.slidesToScroll:n.options.slidesToShow;else t=1+Math.ceil((n.slideCount-n.options.slidesToShow)/n.options.slidesToScroll);return t-1};t.prototype.getLeft=function(n){var f,r,i,e,t=this,u=0;return t.slideOffset=0,r=t.$slides.first().outerHeight(!0),!0===t.options.infinite?(t.slideCount>t.options.slidesToShow&&(t.slideOffset=t.slideWidth*t.options.slidesToShow*-1,e=-1,!0===t.options.vertical&&!0===t.options.centerMode&&(2===t.options.slidesToShow?e=-1.5:1===t.options.slidesToShow&&(e=-2)),u=r*t.options.slidesToShow*e),t.slideCount%t.options.slidesToScroll!=0&&n+t.options.slidesToScroll>t.slideCount&&t.slideCount>t.options.slidesToShow&&(n>t.slideCount?(t.slideOffset=(t.options.slidesToShow-(n-t.slideCount))*t.slideWidth*-1,u=(t.options.slidesToShow-(n-t.slideCount))*r*-1):(t.slideOffset=t.slideCount%t.options.slidesToScroll*t.slideWidth*-1,u=t.slideCount%t.options.slidesToScroll*r*-1))):n+t.options.slidesToShow>t.slideCount&&(t.slideOffset=(n+t.options.slidesToShow-t.slideCount)*t.slideWidth,u=(n+t.options.slidesToShow-t.slideCount)*r),t.slideCount<=t.options.slidesToShow&&(t.slideOffset=0,u=0),!0===t.options.centerMode&&t.slideCount<=t.options.slidesToShow?t.slideOffset=t.slideWidth*Math.floor(t.options.slidesToShow)/2-t.slideWidth*t.slideCount/2:!0===t.options.centerMode&&!0===t.options.infinite?t.slideOffset+=t.slideWidth*Math.floor(t.options.slidesToShow/2)-t.slideWidth:!0===t.options.centerMode&&(t.slideOffset=0,t.slideOffset+=t.slideWidth*Math.floor(t.options.slidesToShow/2)),f=!1===t.options.vertical?n*t.slideWidth*-1+t.slideOffset:n*r*-1+u,!0===t.options.variableWidth&&(i=t.slideCount<=t.options.slidesToShow||!1===t.options.infinite?t.$slideTrack.children(".slick-slide").eq(n):t.$slideTrack.children(".slick-slide").eq(n+t.options.slidesToShow),f=!0===t.options.rtl?i[0]?-1*(t.$slideTrack.width()-i[0].offsetLeft-i.width()):0:i[0]?-1*i[0].offsetLeft:0,!0===t.options.centerMode&&(i=t.slideCount<=t.options.slidesToShow||!1===t.options.infinite?t.$slideTrack.children(".slick-slide").eq(n):t.$slideTrack.children(".slick-slide").eq(n+t.options.slidesToShow+1),f=!0===t.options.rtl?i[0]?-1*(t.$slideTrack.width()-i[0].offsetLeft-i.width()):0:i[0]?-1*i[0].offsetLeft:0,f+=(t.$list.width()-i.outerWidth())/2)),f};t.prototype.getOption=t.prototype.slickGetOption=function(n){return this.options[n]};t.prototype.getNavigableIndexes=function(){var i,n=this,t=0,r=0,u=[];for(!1===n.options.infinite?i=n.slideCount:(t=-1*n.options.slidesToScroll,r=-1*n.options.slidesToScroll,i=2*n.slideCount);t<i;)u.push(t),t=r+n.options.slidesToScroll,r+=n.options.slidesToScroll<=n.options.slidesToShow?n.options.slidesToScroll:n.options.slidesToShow;return u};t.prototype.getSlick=function(){return this};t.prototype.getSlideCount=function(){var i,r,t=this;return r=!0===t.options.centerMode?t.slideWidth*Math.floor(t.options.slidesToShow/2):0,!0===t.options.swipeToSlide?(t.$slideTrack.find(".slick-slide").each(function(u,f){if(f.offsetLeft-r+n(f).outerWidth()/2>-1*t.swipeLeft)return i=f,!1}),Math.abs(n(i).attr("data-slick-index")-t.currentSlide)||1):t.options.slidesToScroll};t.prototype.goTo=t.prototype.slickGoTo=function(n,t){this.changeSlide({data:{message:"index",index:parseInt(n)}},t)};t.prototype.init=function(t){var i=this;n(i.$slider).hasClass("slick-initialized")||(n(i.$slider).addClass("slick-initialized"),i.buildRows(),i.buildOut(),i.setProps(),i.startLoad(),i.loadSlider(),i.initializeEvents(),i.updateArrows(),i.updateDots(),i.checkResponsive(!0),i.focusHandler());t&&i.$slider.trigger("init",[i]);!0===i.options.accessibility&&i.initADA();i.options.autoplay&&(i.paused=!1,i.autoPlay())};t.prototype.initADA=function(){var t=this,f=Math.ceil(t.slideCount/t.options.slidesToShow),r=t.getNavigableIndexes().filter(function(n){return n>=0&&n<t.slideCount}),i,u;for(t.$slides.add(t.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),null!==t.$dots&&(t.$slides.not(t.$slideTrack.find(".slick-cloned")).each(function(i){var f=r.indexOf(i),u;(n(this).attr({role:"tabpanel",id:"slick-slide"+t.instanceUid+i,tabindex:-1}),-1!==f)&&(u="slick-slide-control"+t.instanceUid+f,n("#"+u).length&&n(this).attr({"aria-describedby":u}))}),t.$dots.attr("role","tablist").find("li").each(function(i){var u=r[i];n(this).attr({role:"presentation"});n(this).find("button").first().attr({role:"tab",id:"slick-slide-control"+t.instanceUid+i,"aria-controls":"slick-slide"+t.instanceUid+u,"aria-label":i+1+" of "+f,"aria-selected":null,tabindex:"-1"})}).eq(t.currentSlide).find("button").attr({"aria-selected":"true",tabindex:"0"}).end()),i=t.currentSlide,u=i+t.options.slidesToShow;i<u;i++)t.options.focusOnChange?t.$slides.eq(i).attr({tabindex:"0"}):t.$slides.eq(i).removeAttr("tabindex");t.activateADA()};t.prototype.initArrowEvents=function(){var n=this;!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&(n.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},n.changeSlide),n.$nextArrow.off("click.slick").on("click.slick",{message:"next"},n.changeSlide),!0===n.options.accessibility&&(n.$prevArrow.on("keydown.slick",n.keyHandler),n.$nextArrow.on("keydown.slick",n.keyHandler)))};t.prototype.initDotEvents=function(){var t=this;!0===t.options.dots&&t.slideCount>t.options.slidesToShow&&(n("li",t.$dots).on("click.slick",{message:"index"},t.changeSlide),!0===t.options.accessibility&&t.$dots.on("keydown.slick",t.keyHandler));!0===t.options.dots&&!0===t.options.pauseOnDotsHover&&t.slideCount>t.options.slidesToShow&&n("li",t.$dots).on("mouseenter.slick",n.proxy(t.interrupt,t,!0)).on("mouseleave.slick",n.proxy(t.interrupt,t,!1))};t.prototype.initSlideEvents=function(){var t=this;t.options.pauseOnHover&&(t.$list.on("mouseenter.slick",n.proxy(t.interrupt,t,!0)),t.$list.on("mouseleave.slick",n.proxy(t.interrupt,t,!1)))};t.prototype.initializeEvents=function(){var t=this;t.initArrowEvents();t.initDotEvents();t.initSlideEvents();t.$list.on("touchstart.slick mousedown.slick",{action:"start"},t.swipeHandler);t.$list.on("touchmove.slick mousemove.slick",{action:"move"},t.swipeHandler);t.$list.on("touchend.slick mouseup.slick",{action:"end"},t.swipeHandler);t.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},t.swipeHandler);t.$list.on("click.slick",t.clickHandler);n(document).on(t.visibilityChange,n.proxy(t.visibility,t));!0===t.options.accessibility&&t.$list.on("keydown.slick",t.keyHandler);!0===t.options.focusOnSelect&&n(t.$slideTrack).children().on("click.slick",t.selectHandler);n(window).on("orientationchange.slick.slick-"+t.instanceUid,n.proxy(t.orientationChange,t));n(window).on("resize.slick.slick-"+t.instanceUid,n.proxy(t.resize,t));n("[draggable!=true]",t.$slideTrack).on("dragstart",t.preventDefault);n(window).on("load.slick.slick-"+t.instanceUid,t.setPosition);n(t.setPosition)};t.prototype.initUI=function(){var n=this;!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&(n.$prevArrow.show(),n.$nextArrow.show());!0===n.options.dots&&n.slideCount>n.options.slidesToShow&&n.$dots.show()};t.prototype.keyHandler=function(n){var t=this;n.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===n.keyCode&&!0===t.options.accessibility?t.changeSlide({data:{message:!0===t.options.rtl?"next":"previous"}}):39===n.keyCode&&!0===t.options.accessibility&&t.changeSlide({data:{message:!0===t.options.rtl?"previous":"next"}}))};t.prototype.lazyLoad=function(){function e(i){n("img[data-lazy]",i).each(function(){var i=n(this),r=n(this).attr("data-lazy"),f=n(this).attr("data-srcset"),e=n(this).attr("data-sizes")||t.$slider.attr("data-sizes"),u=document.createElement("img");u.onload=function(){i.animate({opacity:0},100,function(){f&&(i.attr("srcset",f),e&&i.attr("sizes",e));i.attr("src",r).animate({opacity:1},200,function(){i.removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading")});t.$slider.trigger("lazyLoaded",[t,i,r])})};u.onerror=function(){i.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error");t.$slider.trigger("lazyLoadError",[t,i,r])};u.src=r})}var u,f,i,r,t=this;if(!0===t.options.centerMode?!0===t.options.infinite?(i=t.currentSlide+(t.options.slidesToShow/2+1),r=i+t.options.slidesToShow+2):(i=Math.max(0,t.currentSlide-(t.options.slidesToShow/2+1)),r=t.options.slidesToShow/2+1+2+t.currentSlide):(i=t.options.infinite?t.options.slidesToShow+t.currentSlide:t.currentSlide,r=Math.ceil(i+t.options.slidesToShow),!0===t.options.fade&&(i>0&&i--,r<=t.slideCount&&r++)),u=t.$slider.find(".slick-slide").slice(i,r),"anticipated"===t.options.lazyLoad)for(var o=i-1,s=r,h=t.$slider.find(".slick-slide"),c=0;c<t.options.slidesToScroll;c++)o<0&&(o=t.slideCount-1),u=u.add(h.eq(o)),u=u.add(h.eq(s)),o--,s++;e(u);t.slideCount<=t.options.slidesToShow?(f=t.$slider.find(".slick-slide"),e(f)):t.currentSlide>=t.slideCount-t.options.slidesToShow?(f=t.$slider.find(".slick-cloned").slice(0,t.options.slidesToShow),e(f)):0===t.currentSlide&&(f=t.$slider.find(".slick-cloned").slice(-1*t.options.slidesToShow),e(f))};t.prototype.loadSlider=function(){var n=this;n.setPosition();n.$slideTrack.css({opacity:1});n.$slider.removeClass("slick-loading");n.initUI();"progressive"===n.options.lazyLoad&&n.progressiveLazyLoad()};t.prototype.next=t.prototype.slickNext=function(){this.changeSlide({data:{message:"next"}})};t.prototype.orientationChange=function(){var n=this;n.checkResponsive();n.setPosition()};t.prototype.pause=t.prototype.slickPause=function(){var n=this;n.autoPlayClear();n.paused=!0};t.prototype.play=t.prototype.slickPlay=function(){var n=this;n.autoPlay();n.options.autoplay=!0;n.paused=!1;n.focussed=!1;n.interrupted=!1};t.prototype.postSlide=function(t){var i=this;!i.unslicked&&(i.$slider.trigger("afterChange",[i,t]),i.animating=!1,i.slideCount>i.options.slidesToShow&&i.setPosition(),i.swipeLeft=null,i.options.autoplay&&i.autoPlay(),!0===i.options.accessibility&&(i.initADA(),i.options.focusOnChange))&&n(i.$slides.get(i.currentSlide)).attr("tabindex",0).focus()};t.prototype.prev=t.prototype.slickPrev=function(){this.changeSlide({data:{message:"previous"}})};t.prototype.preventDefault=function(n){n.preventDefault()};t.prototype.progressiveLazyLoad=function(t){t=t||1;var r,u,e,o,f,i=this,s=n("img[data-lazy]",i.$slider);s.length?(r=s.first(),u=r.attr("data-lazy"),e=r.attr("data-srcset"),o=r.attr("data-sizes")||i.$slider.attr("data-sizes"),f=document.createElement("img"),f.onload=function(){e&&(r.attr("srcset",e),o&&r.attr("sizes",o));r.attr("src",u).removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading");!0===i.options.adaptiveHeight&&i.setPosition();i.$slider.trigger("lazyLoaded",[i,r,u]);i.progressiveLazyLoad()},f.onerror=function(){t<3?setTimeout(function(){i.progressiveLazyLoad(t+1)},500):(r.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),i.$slider.trigger("lazyLoadError",[i,r,u]),i.progressiveLazyLoad())},f.src=u):i.$slider.trigger("allImagesLoaded",[i])};t.prototype.refresh=function(t){var r,u,i=this;u=i.slideCount-i.options.slidesToShow;!i.options.infinite&&i.currentSlide>u&&(i.currentSlide=u);i.slideCount<=i.options.slidesToShow&&(i.currentSlide=0);r=i.currentSlide;i.destroy(!0);n.extend(i,i.initials,{currentSlide:r});i.init();t||i.changeSlide({data:{message:"index",index:r}},!1)};t.prototype.registerBreakpoints=function(){var u,f,i,t=this,r=t.options.responsive||null;if("array"===n.type(r)&&r.length){t.respondTo=t.options.respondTo||"window";for(u in r)if(i=t.breakpoints.length-1,r.hasOwnProperty(u)){for(f=r[u].breakpoint;i>=0;)t.breakpoints[i]&&t.breakpoints[i]===f&&t.breakpoints.splice(i,1),i--;t.breakpoints.push(f);t.breakpointSettings[f]=r[u].settings}t.breakpoints.sort(function(n,i){return t.options.mobileFirst?n-i:i-n})}};t.prototype.reinit=function(){var t=this;t.$slides=t.$slideTrack.children(t.options.slide).addClass("slick-slide");t.slideCount=t.$slides.length;t.currentSlide>=t.slideCount&&0!==t.currentSlide&&(t.currentSlide=t.currentSlide-t.options.slidesToScroll);t.slideCount<=t.options.slidesToShow&&(t.currentSlide=0);t.registerBreakpoints();t.setProps();t.setupInfinite();t.buildArrows();t.updateArrows();t.initArrowEvents();t.buildDots();t.updateDots();t.initDotEvents();t.cleanUpSlideEvents();t.initSlideEvents();t.checkResponsive(!1,!0);!0===t.options.focusOnSelect&&n(t.$slideTrack).children().on("click.slick",t.selectHandler);t.setSlideClasses("number"==typeof t.currentSlide?t.currentSlide:0);t.setPosition();t.focusHandler();t.paused=!t.options.autoplay;t.autoPlay();t.$slider.trigger("reInit",[t])};t.prototype.resize=function(){var t=this;n(window).width()!==t.windowWidth&&(clearTimeout(t.windowDelay),t.windowDelay=window.setTimeout(function(){t.windowWidth=n(window).width();t.checkResponsive();t.unslicked||t.setPosition()},50))};t.prototype.removeSlide=t.prototype.slickRemove=function(n,t,i){var r=this;if("boolean"==typeof n?(t=n,n=!0===t?0:r.slideCount-1):n=!0===t?--n:n,r.slideCount<1||n<0||n>r.slideCount-1)return!1;r.unload();!0===i?r.$slideTrack.children().remove():r.$slideTrack.children(this.options.slide).eq(n).remove();r.$slides=r.$slideTrack.children(this.options.slide);r.$slideTrack.children(this.options.slide).detach();r.$slideTrack.append(r.$slides);r.$slidesCache=r.$slides;r.reinit()};t.prototype.setCSS=function(n){var r,u,t=this,i={};!0===t.options.rtl&&(n=-n);r="left"==t.positionProp?Math.ceil(n)+"px":"0px";u="top"==t.positionProp?Math.ceil(n)+"px":"0px";i[t.positionProp]=n;!1===t.transformsEnabled?t.$slideTrack.css(i):(i={},!1===t.cssTransitions?(i[t.animType]="translate("+r+", "+u+")",t.$slideTrack.css(i)):(i[t.animType]="translate3d("+r+", "+u+", 0px)",t.$slideTrack.css(i)))};t.prototype.setDimensions=function(){var n=this,t;!1===n.options.vertical?!0===n.options.centerMode&&n.$list.css({padding:"0px "+n.options.centerPadding}):(n.$list.height(n.$slides.first().outerHeight(!0)*n.options.slidesToShow),!0===n.options.centerMode&&n.$list.css({padding:n.options.centerPadding+" 0px"}));n.listWidth=n.$list.width();n.listHeight=n.$list.height();!1===n.options.vertical&&!1===n.options.variableWidth?(n.slideWidth=Math.ceil(n.listWidth/n.options.slidesToShow),n.$slideTrack.width(Math.ceil(n.slideWidth*n.$slideTrack.children(".slick-slide").length))):!0===n.options.variableWidth?n.$slideTrack.width(5e3*n.slideCount):(n.slideWidth=Math.ceil(n.listWidth),n.$slideTrack.height(Math.ceil(n.$slides.first().outerHeight(!0)*n.$slideTrack.children(".slick-slide").length)));t=n.$slides.first().outerWidth(!0)-n.$slides.first().width();!1===n.options.variableWidth&&n.$slideTrack.children(".slick-slide").width(n.slideWidth-t)};t.prototype.setFade=function(){var i,t=this;t.$slides.each(function(r,u){i=t.slideWidth*r*-1;!0===t.options.rtl?n(u).css({position:"relative",right:i,top:0,zIndex:t.options.zIndex-2,opacity:0}):n(u).css({position:"relative",left:i,top:0,zIndex:t.options.zIndex-2,opacity:0})});t.$slides.eq(t.currentSlide).css({zIndex:t.options.zIndex-1,opacity:1})};t.prototype.setHeight=function(){var n=this,t;1===n.options.slidesToShow&&!0===n.options.adaptiveHeight&&!1===n.options.vertical&&(t=n.$slides.eq(n.currentSlide).outerHeight(!0),n.$list.css("height",t))};t.prototype.setOption=t.prototype.slickSetOption=function(){var u,f,e,i,r,t=this,o=!1;if("object"===n.type(arguments[0])?(e=arguments[0],o=arguments[1],r="multiple"):"string"===n.type(arguments[0])&&(e=arguments[0],i=arguments[1],o=arguments[2],"responsive"===arguments[0]&&"array"===n.type(arguments[1])?r="responsive":void 0!==arguments[1]&&(r="single")),"single"===r)t.options[e]=i;else if("multiple"===r)n.each(e,function(n,i){t.options[n]=i});else if("responsive"===r)for(f in i)if("array"!==n.type(t.options.responsive))t.options.responsive=[i[f]];else{for(u=t.options.responsive.length-1;u>=0;)t.options.responsive[u].breakpoint===i[f].breakpoint&&t.options.responsive.splice(u,1),u--;t.options.responsive.push(i[f])}o&&(t.unload(),t.reinit())};t.prototype.setPosition=function(){var n=this;n.setDimensions();n.setHeight();!1===n.options.fade?n.setCSS(n.getLeft(n.currentSlide)):n.setFade();n.$slider.trigger("setPosition",[n])};t.prototype.setProps=function(){var n=this,t=document.body.style;n.positionProp=!0===n.options.vertical?"top":"left";"top"===n.positionProp?n.$slider.addClass("slick-vertical"):n.$slider.removeClass("slick-vertical");void 0===t.WebkitTransition&&void 0===t.MozTransition&&void 0===t.msTransition||!0===n.options.useCSS&&(n.cssTransitions=!0);n.options.fade&&("number"==typeof n.options.zIndex?n.options.zIndex<3&&(n.options.zIndex=3):n.options.zIndex=n.defaults.zIndex);void 0!==t.OTransform&&(n.animType="OTransform",n.transformType="-o-transform",n.transitionType="OTransition",void 0===t.perspectiveProperty&&void 0===t.webkitPerspective&&(n.animType=!1));void 0!==t.MozTransform&&(n.animType="MozTransform",n.transformType="-moz-transform",n.transitionType="MozTransition",void 0===t.perspectiveProperty&&void 0===t.MozPerspective&&(n.animType=!1));void 0!==t.webkitTransform&&(n.animType="webkitTransform",n.transformType="-webkit-transform",n.transitionType="webkitTransition",void 0===t.perspectiveProperty&&void 0===t.webkitPerspective&&(n.animType=!1));void 0!==t.msTransform&&(n.animType="msTransform",n.transformType="-ms-transform",n.transitionType="msTransition",void 0===t.msTransform&&(n.animType=!1));void 0!==t.transform&&!1!==n.animType&&(n.animType="transform",n.transformType="transform",n.transitionType="transition");n.transformsEnabled=n.options.useTransform&&null!==n.animType&&!1!==n.animType};t.prototype.setSlideClasses=function(n){var u,i,r,f,t=this,e;(i=t.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),t.$slides.eq(n).addClass("slick-current"),!0===t.options.centerMode)?(e=t.options.slidesToShow%2==0?1:0,u=Math.floor(t.options.slidesToShow/2),!0===t.options.infinite&&(n>=u&&n<=t.slideCount-1-u?t.$slides.slice(n-u+e,n+u+1).addClass("slick-active").attr("aria-hidden","false"):(r=t.options.slidesToShow+n,i.slice(r-u+1+e,r+u+2).addClass("slick-active").attr("aria-hidden","false")),0===n?i.eq(i.length-1-t.options.slidesToShow).addClass("slick-center"):n===t.slideCount-1&&i.eq(t.options.slidesToShow).addClass("slick-center")),t.$slides.eq(n).addClass("slick-center")):n>=0&&n<=t.slideCount-t.options.slidesToShow?t.$slides.slice(n,n+t.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):i.length<=t.options.slidesToShow?i.addClass("slick-active").attr("aria-hidden","false"):(f=t.slideCount%t.options.slidesToShow,r=!0===t.options.infinite?t.options.slidesToShow+n:n,t.options.slidesToShow==t.options.slidesToScroll&&t.slideCount-n<t.options.slidesToShow?i.slice(r-(t.options.slidesToShow-f),r+f).addClass("slick-active").attr("aria-hidden","false"):i.slice(r,r+t.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"!==t.options.lazyLoad&&"anticipated"!==t.options.lazyLoad||t.lazyLoad()};t.prototype.setupInfinite=function(){var i,r,u,t=this;if(!0===t.options.fade&&(t.options.centerMode=!1),!0===t.options.infinite&&!1===t.options.fade&&(r=null,t.slideCount>t.options.slidesToShow)){for(u=!0===t.options.centerMode?t.options.slidesToShow+1:t.options.slidesToShow,i=t.slideCount;i>t.slideCount-u;i-=1)r=i-1,n(t.$slides[r]).clone(!0).attr("id","").attr("data-slick-index",r-t.slideCount).prependTo(t.$slideTrack).addClass("slick-cloned");for(i=0;i<u+t.slideCount;i+=1)r=i,n(t.$slides[r]).clone(!0).attr("id","").attr("data-slick-index",r+t.slideCount).appendTo(t.$slideTrack).addClass("slick-cloned");t.$slideTrack.find(".slick-cloned").find("[id]").each(function(){n(this).attr("id","")})}};t.prototype.interrupt=function(n){var t=this;n||t.autoPlay();t.interrupted=n};t.prototype.selectHandler=function(t){var i=this,u=n(t.target).is(".slick-slide")?n(t.target):n(t.target).parents(".slick-slide"),r=parseInt(u.attr("data-slick-index"));if(r||(r=0),i.slideCount<=i.options.slidesToShow)return void i.slideHandler(r,!1,!0);i.slideHandler(r)};t.prototype.slideHandler=function(n,t,i){var u,f,s,o,e,h=null,r=this;if(t=t||!1,!(!0===r.animating&&!0===r.options.waitForAnimate||!0===r.options.fade&&r.currentSlide===n)){if(!1===t&&r.asNavFor(n),u=n,h=r.getLeft(u),o=r.getLeft(r.currentSlide),r.currentLeft=null===r.swipeLeft?o:r.swipeLeft,!1===r.options.infinite&&!1===r.options.centerMode&&(n<0||n>r.getDotCount()*r.options.slidesToScroll))return void(!1===r.options.fade&&(u=r.currentSlide,!0!==i&&r.slideCount>r.options.slidesToShow?r.animateSlide(o,function(){r.postSlide(u)}):r.postSlide(u)));if(!1===r.options.infinite&&!0===r.options.centerMode&&(n<0||n>r.slideCount-r.options.slidesToScroll))return void(!1===r.options.fade&&(u=r.currentSlide,!0!==i&&r.slideCount>r.options.slidesToShow?r.animateSlide(o,function(){r.postSlide(u)}):r.postSlide(u)));if(r.options.autoplay&&clearInterval(r.autoPlayTimer),f=u<0?r.slideCount%r.options.slidesToScroll!=0?r.slideCount-r.slideCount%r.options.slidesToScroll:r.slideCount+u:u>=r.slideCount?r.slideCount%r.options.slidesToScroll!=0?0:u-r.slideCount:u,r.animating=!0,r.$slider.trigger("beforeChange",[r,r.currentSlide,f]),s=r.currentSlide,r.currentSlide=f,r.setSlideClasses(r.currentSlide),r.options.asNavFor&&(e=r.getNavTarget(),e=e.slick("getSlick"),e.slideCount<=e.options.slidesToShow&&e.setSlideClasses(r.currentSlide)),r.updateDots(),r.updateArrows(),!0===r.options.fade)return!0!==i?(r.fadeSlideOut(s),r.fadeSlide(f,function(){r.postSlide(f)})):r.postSlide(f),void r.animateHeight();!0!==i&&r.slideCount>r.options.slidesToShow?r.animateSlide(h,function(){r.postSlide(f)}):r.postSlide(f)}};t.prototype.startLoad=function(){var n=this;!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&(n.$prevArrow.hide(),n.$nextArrow.hide());!0===n.options.dots&&n.slideCount>n.options.slidesToShow&&n.$dots.hide();n.$slider.addClass("slick-loading")};t.prototype.swipeDirection=function(){var i,r,u,n,t=this;return i=t.touchObject.startX-t.touchObject.curX,r=t.touchObject.startY-t.touchObject.curY,u=Math.atan2(r,i),n=Math.round(180*u/Math.PI),n<0&&(n=360-Math.abs(n)),n<=45&&n>=0?!1===t.options.rtl?"left":"right":n<=360&&n>=315?!1===t.options.rtl?"left":"right":n>=135&&n<=225?!1===t.options.rtl?"right":"left":!0===t.options.verticalSwiping?n>=35&&n<=135?"down":"up":"vertical"};t.prototype.swipeEnd=function(){var t,i,n=this;if(n.dragging=!1,n.swiping=!1,n.scrolling)return n.scrolling=!1,!1;if(n.interrupted=!1,n.shouldClick=!(n.touchObject.swipeLength>10),void 0===n.touchObject.curX)return!1;if(!0===n.touchObject.edgeHit&&n.$slider.trigger("edge",[n,n.swipeDirection()]),n.touchObject.swipeLength>=n.touchObject.minSwipe){switch(i=n.swipeDirection()){case"left":case"down":t=n.options.swipeToSlide?n.checkNavigable(n.currentSlide+n.getSlideCount()):n.currentSlide+n.getSlideCount();n.currentDirection=0;break;case"right":case"up":t=n.options.swipeToSlide?n.checkNavigable(n.currentSlide-n.getSlideCount()):n.currentSlide-n.getSlideCount();n.currentDirection=1}"vertical"!=i&&(n.slideHandler(t),n.touchObject={},n.$slider.trigger("swipe",[n,i]))}else n.touchObject.startX!==n.touchObject.curX&&(n.slideHandler(n.currentSlide),n.touchObject={})};t.prototype.swipeHandler=function(n){var t=this;if(!(!1===t.options.swipe||"ontouchend"in document&&!1===t.options.swipe||!1===t.options.draggable&&-1!==n.type.indexOf("mouse")))switch(t.touchObject.fingerCount=n.originalEvent&&void 0!==n.originalEvent.touches?n.originalEvent.touches.length:1,t.touchObject.minSwipe=t.listWidth/t.options.touchThreshold,!0===t.options.verticalSwiping&&(t.touchObject.minSwipe=t.listHeight/t.options.touchThreshold),n.data.action){case"start":t.swipeStart(n);break;case"move":t.swipeMove(n);break;case"end":t.swipeEnd(n)}};t.prototype.swipeMove=function(n){var f,e,r,u,i,o,t=this;return i=void 0!==n.originalEvent?n.originalEvent.touches:null,!(!t.dragging||t.scrolling||i&&1!==i.length)&&(f=t.getLeft(t.currentSlide),t.touchObject.curX=void 0!==i?i[0].pageX:n.clientX,t.touchObject.curY=void 0!==i?i[0].pageY:n.clientY,t.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(t.touchObject.curX-t.touchObject.startX,2))),o=Math.round(Math.sqrt(Math.pow(t.touchObject.curY-t.touchObject.startY,2))),!t.options.verticalSwiping&&!t.swiping&&o>4?(t.scrolling=!0,!1):(!0===t.options.verticalSwiping&&(t.touchObject.swipeLength=o),e=t.swipeDirection(),void 0!==n.originalEvent&&t.touchObject.swipeLength>4&&(t.swiping=!0,n.preventDefault()),u=(!1===t.options.rtl?1:-1)*(t.touchObject.curX>t.touchObject.startX?1:-1),!0===t.options.verticalSwiping&&(u=t.touchObject.curY>t.touchObject.startY?1:-1),r=t.touchObject.swipeLength,t.touchObject.edgeHit=!1,!1===t.options.infinite&&(0===t.currentSlide&&"right"===e||t.currentSlide>=t.getDotCount()&&"left"===e)&&(r=t.touchObject.swipeLength*t.options.edgeFriction,t.touchObject.edgeHit=!0),t.swipeLeft=!1===t.options.vertical?f+r*u:f+r*(t.$list.height()/t.listWidth)*u,!0===t.options.verticalSwiping&&(t.swipeLeft=f+r*u),!0!==t.options.fade&&!1!==t.options.touchMove&&(!0===t.animating?(t.swipeLeft=null,!1):void t.setCSS(t.swipeLeft))))};t.prototype.swipeStart=function(n){var i,t=this;if(t.interrupted=!0,1!==t.touchObject.fingerCount||t.slideCount<=t.options.slidesToShow)return t.touchObject={},!1;void 0!==n.originalEvent&&void 0!==n.originalEvent.touches&&(i=n.originalEvent.touches[0]);t.touchObject.startX=t.touchObject.curX=void 0!==i?i.pageX:n.clientX;t.touchObject.startY=t.touchObject.curY=void 0!==i?i.pageY:n.clientY;t.dragging=!0};t.prototype.unfilterSlides=t.prototype.slickUnfilter=function(){var n=this;null!==n.$slidesCache&&(n.unload(),n.$slideTrack.children(this.options.slide).detach(),n.$slidesCache.appendTo(n.$slideTrack),n.reinit())};t.prototype.unload=function(){var t=this;n(".slick-cloned",t.$slider).remove();t.$dots&&t.$dots.remove();t.$prevArrow&&t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.remove();t.$nextArrow&&t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.remove();t.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")};t.prototype.unslick=function(n){var t=this;t.$slider.trigger("unslick",[t,n]);t.destroy()};t.prototype.updateArrows=function(){var n=this;Math.floor(n.options.slidesToShow/2);!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&!n.options.infinite&&(n.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),n.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===n.currentSlide?(n.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),n.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):n.currentSlide>=n.slideCount-n.options.slidesToShow&&!1===n.options.centerMode?(n.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),n.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):n.currentSlide>=n.slideCount-1&&!0===n.options.centerMode&&(n.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),n.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))};t.prototype.updateDots=function(){var n=this;null!==n.$dots&&(n.$dots.find("li").removeClass("slick-active").end(),n.$dots.find("li").eq(Math.floor(n.currentSlide/n.options.slidesToScroll)).addClass("slick-active"))};t.prototype.visibility=function(){var n=this;n.options.autoplay&&(n.interrupted=document[n.hidden]?!0:!1)};n.fn.slick=function(){for(var u,n=this,r=arguments[0],f=Array.prototype.slice.call(arguments,1),e=n.length,i=0;i<e;i++)if("object"==typeof r||void 0===r?n[i].slick=new t(n[i],r):u=n[i].slick[r].apply(n[i].slick,f),void 0!==u)return u;return n}})},function(n,t,i){function r(){return i(525),{}}n.exports=r},function(){"object"!=typeof JSON&&(JSON={}),function(){"use strict";function i(n){return n<10?"0"+n:n}function f(){return this.valueOf()}function e(n){return o.lastIndex=0,o.test(n)?'"'+n.replace(o,function(n){var t=h[n];return"string"==typeof t?t:"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+n+'"'}function r(i,f){var s,l,c,a,h,v=n,o=f[i];switch(o&&"object"==typeof o&&"function"==typeof o.toJSON&&(o=o.toJSON(i)),"function"==typeof t&&(o=t.call(f,i,o)),typeof o){case"string":return e(o);case"number":return isFinite(o)?String(o):"null";case"boolean":case"null":return String(o);case"object":if(!o)return"null";if(n+=u,h=[],"[object Array]"===Object.prototype.toString.apply(o)){for(a=o.length,s=0;s<a;s+=1)h[s]=r(s,o)||"null";return c=0===h.length?"[]":n?"[\n"+n+h.join(",\n"+n)+"\n"+v+"]":"["+h.join(",")+"]",n=v,c}if(t&&"object"==typeof t)for(a=t.length,s=0;s<a;s+=1)"string"==typeof t[s]&&(l=t[s],(c=r(l,o))&&h.push(e(l)+(n?": ":":")+c));else for(l in o)Object.prototype.hasOwnProperty.call(o,l)&&(c=r(l,o))&&h.push(e(l)+(n?": ":":")+c);return c=0===h.length?"{}":n?"{\n"+n+h.join(",\n"+n)+"\n"+v+"}":"{"+h.join(",")+"}",n=v,c}}var c=/^[\],:{}\s]*$/,l=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,a=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,v=/(?:^|:|,)(?:\s*\[)+/g,o=/[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,s=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,n,u,h,t;"function"!=typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+i(this.getUTCMonth()+1)+"-"+i(this.getUTCDate())+"T"+i(this.getUTCHours())+":"+i(this.getUTCMinutes())+":"+i(this.getUTCSeconds())+"Z":null},Boolean.prototype.toJSON=f,Number.prototype.toJSON=f,String.prototype.toJSON=f);"function"!=typeof JSON.stringify&&(h={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},JSON.stringify=function(i,f,e){var o;if(n="",u="","number"==typeof e)for(o=0;o<e;o+=1)u+=" ";else"string"==typeof e&&(u=e);if(t=f,f&&"function"!=typeof f&&("object"!=typeof f||"number"!=typeof f.length))throw new Error("JSON.stringify");return r("",{"":i})});"function"!=typeof JSON.parse&&(JSON.parse=function(text,reviver){function walk(n,t){var r,u,i=n[t];if(i&&"object"==typeof i)for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(u=walk(i,r),void 0!==u?i[r]=u:delete i[r]);return reviver.call(n,t,i)}var j;if(text=String(text),s.lastIndex=0,s.test(text)&&(text=text.replace(s,function(n){return"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})),c.test(text.replace(l,"@").replace(a,"]").replace(v,"")))return j=eval("("+text+")"),"function"==typeof reviver?walk({"":j},""):j;throw new SyntaxError("JSON.parse");})}()},function(n,t,i){function h(){var n="undefined"==typeof console?null:console;n&&(n.warn?n.warn:n.log).apply(n,arguments)}function f(n,t,i){var f,p,w,r;if(i||(i=""),n&&!e(n)&&(n=[n]),t&&!e(t)&&(t=[t]),f=i?"__storejs_"+i+"_":"",p=i?new RegExp("^"+f):null,!/^[a-zA-Z0-9_\-]*$/.test(i))throw new Error("store.js namespaces can only have alphanumerics + underscores and dashes");return w={_namespacePrefix:f,_namespaceRegexp:p,_testStorage:function(n){var t,i;try{return t="__storejs__test__",n.write(t,t),i=n.read(t)===t,n.remove(t),i}catch(n){return!1}},_assignPluginFnProp:function(n,t){var i=this[t];this[t]=function(){function f(){if(i)return u(arguments,function(n,i){t[i]=n}),i.apply(r,t)}var t=c(arguments,0),r=this,e=[f].concat(t);return n.apply(r,e)}},_serialize:function(n){return JSON.stringify(n)},_deserialize:function(n,t){if(!n)return t;var i="";try{i=JSON.parse(n)}catch(t){i=n}return void 0!==i?i:t},_addStorage:function(n){this.enabled||this._testStorage(n)&&(this.storage=n,this.enabled=!0)},_addPlugin:function(n){var i=this,t;if(e(n))return void u(n,function(n){i._addPlugin(n)});if(!l(this.plugins,function(t){return n===t})){if(this.plugins.push(n),!o(n))throw new Error("Plugins must be function values that return objects");if(t=n.call(this),!y(t))throw new Error("Plugins must return an object of function properties");u(t,function(t,r){if(!o(t))throw new Error("Bad plugin property: "+r+" from plugin "+n.name+". Plugins should only return functions.");i._assignPluginFnProp(t,r)})}},addStorage:function(n){h("store.addStorage(storage) is deprecated. Use createStore([storages])");this._addStorage(n)}},r=v(w,s,{plugins:[]}),r.raw={},u(r,function(n,t){o(n)&&(r.raw[t]=a(r,n))}),u(n,function(n){r._addStorage(n)}),u(t,function(n){r._addPlugin(n)}),r}var r=i(59),c=r.slice,l=r.pluck,u=r.each,a=r.bind,v=r.create,e=r.isList,o=r.isFunction,y=r.isObject,s;n.exports={createStore:f};s={version:"2.0.12",enabled:!1,get:function(n,t){var i=this.storage.read(this._namespacePrefix+n);return this._deserialize(i,t)},set:function(n,t){return void 0===t?this.remove(n):(this.storage.write(this._namespacePrefix+n,this._serialize(t)),t)},remove:function(n){this.storage.remove(this._namespacePrefix+n)},each:function(n){var t=this;this.storage.each(function(i,r){n.call(t,t._deserialize(i),(r||"").replace(t._namespaceRegexp,""))})},clearAll:function(){this.storage.clearAll()},hasNamespace:function(n){return this._namespacePrefix=="__storejs_"+n+"_"},createStore:function(){return f.apply(this,arguments)},addPlugin:function(n){this._addPlugin(n)},namespace:function(n){return f(this.storage,this.plugins,n)}}},function(n,t,i){n.exports=[i(529),i(531),i(532),i(528),i(533),i(530)]},function(n,t,i){function s(n){if(!n||!e(n))return null;var t="(?:^|.*;\\s*)"+escape(n).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*";return unescape(r.cookie.replace(new RegExp(t),"$1"))}function u(n){for(var i=r.cookie.split(/; ?/g),t=i.length-1;t>=0;t--)if(a(i[t])){var u=i[t].split("="),f=unescape(u[0]),e=unescape(u[1]);n(e,f)}}function h(n,t){n&&(r.cookie=escape(n)+"="+escape(t)+"; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/")}function f(n){n&&e(n)&&(r.cookie=escape(n)+"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/")}function c(){u(function(n,t){f(t)})}function e(n){return new RegExp("(?:^|;\\s*)"+escape(n).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=").test(r.cookie)}var o=i(59),l=o.Global,a=o.trim,r;n.exports={name:"cookieStorage",read:s,write:h,each:u,remove:f,clearAll:c};r=l.document},function(n,t,i){function r(){return c.localStorage}function u(n){return r().getItem(n)}function f(n,t){return r().setItem(n,t)}function e(n){for(var t,i=r().length-1;i>=0;i--)t=r().key(i),n(u(t),t)}function o(n){return r().removeItem(n)}function s(){return r().clear()}var h=i(59),c=h.Global;n.exports={name:"localStorage",read:u,write:f,each:e,remove:o,clearAll:s}},function(n){function i(n){return t[n]}function r(n,i){t[n]=i}function u(n){for(var i in t)t.hasOwnProperty(i)&&n(t[i],i)}function f(n){delete t[n]}function e(){t={}}n.exports={name:"memoryStorage",read:i,write:r,each:u,remove:f,clearAll:e};var t={}},function(n,t,i){function f(n){return r[n]}function e(n,t){r[n]=t}function u(n){for(var t,i=r.length-1;i>=0;i--)t=r.key(i),n(r[t],t)}function o(n){return r.removeItem(n)}function s(){u(function(n){delete r[n]})}var h=i(59),c=h.Global,r;n.exports={name:"oldFF-globalStorage",read:f,write:e,each:u,remove:o,clearAll:s};r=c.globalStorage},function(n,t,i){function h(n,t){if(!s){var i=e(n);f(function(n){n.setAttribute(i,t);n.save(r)})}}function c(n){if(!s){var i=e(n),t=null;return f(function(n){t=n.getAttribute(i)}),t}}function l(n){f(function(t){for(var i,u=t.XMLDocument.documentElement.attributes,r=u.length-1;r>=0;r--)i=u[r],n(t.getAttribute(i.name),i.name)})}function a(n){var t=e(n);f(function(n){n.removeAttribute(t);n.save(r)})}function v(){f(function(n){var i=n.XMLDocument.documentElement.attributes,t;for(n.load(r),t=i.length-1;t>=0;t--)n.removeAttribute(i[t].name);n.save(r)})}function e(n){return n.replace(/^\d/,"___$&").replace(p,"___")}var y=i(59),o=y.Global;n.exports={name:"oldIE-userDataStorage",write:h,read:c,each:l,remove:a,clearAll:v};var r="storejs",u=o.document,f=function(){if(!u||!u.documentElement||!u.documentElement.addBehavior)return null;var t,i,n;try{i=new ActiveXObject("htmlfile");i.open();i.write('<script>document.w=window<\/script><iframe src="/favicon.ico"><\/iframe>');i.close();t=i.w.frames[0].document;n=t.createElement("div")}catch(i){n=u.createElement("div");t=u.body}return function(i){var u=[].slice.call(arguments,0);u.unshift(n);t.appendChild(n);n.addBehavior("#default#userData");n.load(r);i.apply(this,u);t.removeChild(n)}}(),s=(o.navigator?o.navigator.userAgent:"").match(/ (MSIE 8|MSIE 9|MSIE 10)\./),p=new RegExp("[!\"#$%&'()*+,/\\\\:;<=>?@[\\]^`{|}~]","g")},function(n,t,i){function r(){return c.sessionStorage}function u(n){return r().getItem(n)}function f(n,t){return r().setItem(n,t)}function e(n){for(var t,i=r().length-1;i>=0;i--)t=r().key(i),n(u(t),t)}function o(n){return r().removeItem(n)}function s(){return r().clear()}var h=i(59),c=h.Global;n.exports={name:"sessionStorage",read:u,write:f,each:e,remove:o,clearAll:s}},function(){!function(n){"use strict";function f(n){if("string"!=typeof n&&(n=String(n)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(n))throw new TypeError("Invalid character in header field name");return n.toLowerCase()}function s(n){return"string"!=typeof n&&(n=String(n)),n}function e(n){var t={next:function(){var t=n.shift();return{done:void 0===t,value:t}}};return i.iterable&&(t[Symbol.iterator]=function(){return t}),t}function t(n){this.map={};n instanceof t?n.forEach(function(n,t){this.append(t,n)},this):Array.isArray(n)?n.forEach(function(n){this.append(n[0],n[1])},this):n&&Object.getOwnPropertyNames(n).forEach(function(t){this.append(t,n[t])},this)}function o(n){if(n.bodyUsed)return Promise.reject(new TypeError("Already read"));n.bodyUsed=!0}function h(n){return new Promise(function(t,i){n.onload=function(){t(n.result)};n.onerror=function(){i(n.error)}})}function y(n){var t=new FileReader,i=h(t);return t.readAsArrayBuffer(n),i}function p(n){var t=new FileReader,i=h(t);return t.readAsText(n),i}function w(n){for(var i=new Uint8Array(n),r=new Array(i.length),t=0;t<i.length;t++)r[t]=String.fromCharCode(i[t]);return r.join("")}function c(n){if(n.slice)return n.slice(0);var t=new Uint8Array(n.byteLength);return t.set(new Uint8Array(n)),t.buffer}function l(){return this.bodyUsed=!1,this._initBody=function(n){if(this._bodyInit=n,n)if("string"==typeof n)this._bodyText=n;else if(i.blob&&Blob.prototype.isPrototypeOf(n))this._bodyBlob=n;else if(i.formData&&FormData.prototype.isPrototypeOf(n))this._bodyFormData=n;else if(i.searchParams&&URLSearchParams.prototype.isPrototypeOf(n))this._bodyText=n.toString();else if(i.arrayBuffer&&i.blob&&nt(n))this._bodyArrayBuffer=c(n.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!i.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(n)&&!tt(n))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=c(n)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof n?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i.searchParams&&URLSearchParams.prototype.isPrototypeOf(n)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var n=o(this);if(n)return n;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?o(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(y)}),this.text=function(){var n=o(this);if(n)return n;if(this._bodyBlob)return p(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(w(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},i.formData&&(this.formData=function(){return this.text().then(k)}),this.json=function(){return this.text().then(JSON.parse)},this}function b(n){var t=n.toUpperCase();return a.indexOf(t)>-1?t:n}function u(n,i){i=i||{};var r=i.body;if(n instanceof u){if(n.bodyUsed)throw new TypeError("Already read");this.url=n.url;this.credentials=n.credentials;i.headers||(this.headers=new t(n.headers));this.method=n.method;this.mode=n.mode;r||null==n._bodyInit||(r=n._bodyInit,n.bodyUsed=!0)}else this.url=String(n);if(this.credentials=i.credentials||this.credentials||"omit",!i.headers&&this.headers||(this.headers=new t(i.headers)),this.method=b(i.method||this.method||"GET"),this.mode=i.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function k(n){var t=new FormData;return n.trim().split("&").forEach(function(n){if(n){var i=n.split("="),r=i.shift().replace(/\+/g," "),u=i.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(u))}}),t}function d(n){var i=new t;return n.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach(function(n){var t=n.split(":"),r=t.shift().trim(),u;r&&(u=t.join(":").trim(),i.append(r,u))}),i}function r(n,i){i||(i={});this.type="default";this.status=void 0===i.status?200:i.status;this.ok=this.status>=200&&this.status<300;this.statusText="statusText"in i?i.statusText:"OK";this.headers=new t(i.headers);this.url=i.url||"";this._initBody(n)}var i,a,v;if(!n.fetch){if(i={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(n){return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n},i.arrayBuffer)var g=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],nt=function(n){return n&&DataView.prototype.isPrototypeOf(n)},tt=ArrayBuffer.isView||function(n){return n&&g.indexOf(Object.prototype.toString.call(n))>-1};t.prototype.append=function(n,t){n=f(n);t=s(t);var i=this.map[n];this.map[n]=i?i+","+t:t};t.prototype.delete=function(n){delete this.map[f(n)]};t.prototype.get=function(n){return n=f(n),this.has(n)?this.map[n]:null};t.prototype.has=function(n){return this.map.hasOwnProperty(f(n))};t.prototype.set=function(n,t){this.map[f(n)]=s(t)};t.prototype.forEach=function(n,t){for(var i in this.map)this.map.hasOwnProperty(i)&&n.call(t,this.map[i],i,this)};t.prototype.keys=function(){var n=[];return this.forEach(function(t,i){n.push(i)}),e(n)};t.prototype.values=function(){var n=[];return this.forEach(function(t){n.push(t)}),e(n)};t.prototype.entries=function(){var n=[];return this.forEach(function(t,i){n.push([i,t])}),e(n)};i.iterable&&(t.prototype[Symbol.iterator]=t.prototype.entries);a=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];u.prototype.clone=function(){return new u(this,{body:this._bodyInit})};l.call(u.prototype);l.call(r.prototype);r.prototype.clone=function(){return new r(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new t(this.headers),url:this.url})};r.error=function(){var n=new r(null,{status:0,statusText:""});return n.type="error",n};v=[301,302,303,307,308];r.redirect=function(n,t){if(-1===v.indexOf(t))throw new RangeError("Invalid status code");return new r(null,{status:t,headers:{location:n}})};n.Headers=t;n.Request=u;n.Response=r;n.fetch=function(n,t){return new Promise(function(f,e){var s=new u(n,t),o=new XMLHttpRequest;o.onload=function(){var n={status:o.status,statusText:o.statusText,headers:d(o.getAllResponseHeaders()||"")},t;n.url="responseURL"in o?o.responseURL:n.headers.get("X-Request-URL");t="response"in o?o.response:o.responseText;f(new r(t,n))};o.onerror=function(){e(new TypeError("Network request failed"))};o.ontimeout=function(){e(new TypeError("Network request failed"))};o.open(s.method,s.url,!0);"include"===s.credentials?o.withCredentials=!0:"omit"===s.credentials&&(o.withCredentials=!1);"responseType"in o&&i.blob&&(o.responseType="blob");s.headers.forEach(function(n,t){o.setRequestHeader(t,n)});o.send(void 0===s._bodyInit?null:s._bodyInit)})};n.fetch.polyfill=!0}}("undefined"!=typeof self?self:this)},function(n,t,i){i(187);n.exports=i(186)}]),function(){function f(n,t,i){switch(i.length){case 0:return n.call(t);case 1:return n.call(t,i[0]);case 2:return n.call(t,i[0],i[1]);case 3:return n.call(t,i[0],i[1],i[2])}return n.apply(t,i)}function ye(n,t,i,r){for(var f=-1,e=n==null?0:n.length,u;++f<e;)u=n[f],t(r,u,i(u),n);return r}function o(n,t){for(var i=-1,r=n==null?0:n.length;++i<r;)if(t(n[i],i,n)===!1)break;return n}function pe(n,t){for(var i=n==null?0:n.length;i--;)if(t(n[i],i,n)===!1)break;return n}function eu(n,t){for(var i=-1,r=n==null?0:n.length;++i<r;)if(!t(n[i],i,n))return!1;return!0}function g(n,t){for(var i=-1,f=n==null?0:n.length,e=0,u=[],r;++i<f;)r=n[i],t(r,i,n)&&(u[e++]=r);return u}function fi(n,t){var i=n==null?0:n.length;return!!i&&ot(n,t,0)>-1}function ki(n,t,i){for(var r=-1,u=n==null?0:n.length;++r<u;)if(i(t,n[r]))return!0;return!1}function r(n,t){for(var i=-1,r=n==null?0:n.length,u=Array(r);++i<r;)u[i]=t(n[i],i,n);return u}function nt(n,t){for(var i=-1,r=t.length,u=n.length;++i<r;)n[u+i]=t[i];return n}function di(n,t,i,r){var u=-1,f=n==null?0:n.length;for(r&&f&&(i=n[++u]);++u<f;)i=t(i,n[u],u,n);return i}function we(n,t,i,r){var u=n==null?0:n.length;for(r&&u&&(i=n[--u]);u--;)i=t(i,n[u],u,n);return i}function gi(n,t){for(var i=-1,r=n==null?0:n.length;++i<r;)if(t(n[i],i,n))return!0;return!1}function be(n){return n.split("")}function ke(n){return n.match(fh)||[]}function ou(n,t,i){var r;return i(n,function(n,i,u){if(t(n,i,u))return r=i,!1}),r}function ei(n,t,i,r){for(var f=n.length,u=i+(r?1:-1);r?u--:++u<f;)if(t(n[u],u,n))return u;return-1}function ot(n,t,i){return t===t?oo(n,t,i):ei(n,su,i)}function de(n,t,i,r){for(var u=i-1,f=n.length;++u<f;)if(r(n[u],t))return u;return-1}function su(n){return n!==n}function hu(n,t){var i=n==null?0:n.length;return i?ir(n,t)/i:ci}function nr(t){return function(i){return i==null?n:i[t]}}function tr(t){return function(i){return t==null?n:t[i]}}function cu(n,t,i,r,u){return u(n,function(n,u,f){i=r?(r=!1,n):t(i,n,u,f)}),i}function ge(n,t){var i=n.length;for(n.sort(t);i--;)n[i]=n[i].value;return n}function ir(t,i){for(var r,f=-1,e=t.length,u;++f<e;)u=i(t[f]),u!==n&&(r=r===n?u:r+u);return r}function rr(n,t){for(var i=-1,r=Array(n);++i<n;)r[i]=t(i);return r}function no(n,t){return r(t,function(t){return[t,n[t]]})}function e(n){return function(t){return n(t)}}function ur(n,t){return r(t,function(t){return n[t]})}function bt(n,t){return n.has(t)}function lu(n,t){for(var i=-1,r=n.length;++i<r&&ot(t,n[i],0)>-1;);return i}function au(n,t){for(var i=n.length;i--&&ot(t,n[i],0)>-1;);return i}function to(n,t){for(var i=n.length,r=0;i--;)n[i]===t&&++r;return r}function io(n){return"\\"+sc[n]}function ro(t,i){return t==null?n:t[i]}function st(n){return uc.test(n)}function uo(n){return fc.test(n)}function fo(n){for(var t,i=[];!(t=n.next()).done;)i.push(t.value);return i}function fr(n){var i=-1,t=Array(n.size);return n.forEach(function(n,r){t[++i]=[r,n]}),t}function vu(n,t){return function(i){return n(t(i))}}function tt(n,t){for(var i=-1,f=n.length,e=0,u=[],r;++i<f;)r=n[i],(r===t||r===si)&&(n[i]=si,u[e++]=i);return u}function oi(n){var i=-1,t=Array(n.size);return n.forEach(function(n){t[++i]=n}),t}function eo(n){var i=-1,t=Array(n.size);return n.forEach(function(n){t[++i]=[n,n]}),t}function oo(n,t,i){for(var r=i-1,u=n.length;++r<u;)if(n[r]===t)return r;return-1}function so(n,t,i){for(var r=i+1;r--;)if(n[r]===t)return r;return r}function ht(n){return st(n)?ho(n):ie(n)}function l(n){return st(n)?co(n):be(n)}function ho(n){for(var t=iu.lastIndex=0;iu.test(n);)++t;return t}function co(n){return n.match(iu)||[]}function lo(n){return n.match(rc)||[]}var n,ao="4.17.11",er=200,vo="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",s="Expected a function",or="__lodash_hash_undefined__",yo=500,si="__lodash_placeholder__",it=1,yu=2,ct=4,lt=1,hi=2,h=1,ut=2,pu=4,y=8,at=16,p=32,vt=64,b=128,kt=256,sr=512,po=30,wo="...",bo=800,ko=16,wu=1,go=2,ns=3,ft=1/0,rt=9007199254740991,ts=17976931348623157e292,ci=NaN,w=4294967295,is=w-1,rs=w>>>1,us=[["ary",b],["bind",h],["bindKey",ut],["curry",y],["curryRight",at],["flip",sr],["partial",p],["partialRight",vt],["rearg",kt]],yt="[object Arguments]",li="[object Array]",fs="[object AsyncFunction]",dt="[object Boolean]",gt="[object Date]",es="[object DOMException]",ai="[object Error]",vi="[object Function]",bu="[object GeneratorFunction]",a="[object Map]",ni="[object Number]",os="[object Null]",k="[object Object]",ku="[object Promise]",ss="[object Proxy]",ti="[object RegExp]",v="[object Set]",ii="[object String]",yi="[object Symbol]",hs="[object Undefined]",ri="[object WeakMap]",cs="[object WeakSet]",ui="[object ArrayBuffer]",pt="[object DataView]",hr="[object Float32Array]",cr="[object Float64Array]",lr="[object Int8Array]",ar="[object Int16Array]",vr="[object Int32Array]",yr="[object Uint8Array]",pr="[object Uint8ClampedArray]",wr="[object Uint16Array]",br="[object Uint32Array]",ls=/\b__p \+= '';/g,as=/\b(__p \+=) '' \+/g,vs=/(__e\(.*?\)|\b__t\)) \+\n'';/g,du=/&(?:amp|lt|gt|quot|#39);/g,gu=/[&<>"']/g,ys=RegExp(du.source),ps=RegExp(gu.source),ws=/<%-([\s\S]+?)%>/g,bs=/<%([\s\S]+?)%>/g,nf=/<%=([\s\S]+?)%>/g,ks=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ds=/^\w*$/,gs=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,kr=/[\\^$.*+?()[\]{}|]/g,nh=RegExp(kr.source),tf=/^\s+|\s+$/g,rf=/^\s+/,th=/\s+$/,ih=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,rh=/\{\n\/\* \[wrapped with (.+)\] \*/,uh=/,? & /,fh=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,eh=/\\(\\)?/g,oh=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,uf=/\w*$/,sh=/^[-+]0x[0-9a-f]+$/i,hh=/^0b[01]+$/i,ch=/^\[object .+?Constructor\]$/,lh=/^0o[0-7]+$/i,ah=/^(?:0|[1-9]\d*)$/,vh=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,pi=/($^)/,yh=/['\n\r\u2028\u2029\\]/g,wi="\\ud800-\\udfff",ff="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",ef="\\u2700-\\u27bf",of="a-z\\xdf-\\xf6\\xf8-\\xff",sf="A-Z\\xc0-\\xd6\\xd8-\\xde",hf="\\ufe0e\\ufe0f",cf="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",dr="['’]",ph="["+wi+"]",lf="["+cf+"]",bi="["+ff+"]",af="\\d+",wh="["+ef+"]",vf="["+of+"]",yf="[^"+wi+cf+af+ef+of+sf+"]",gr="\\ud83c[\\udffb-\\udfff]",bh="(?:"+bi+"|"+gr+")",pf="[^"+wi+"]",nu="(?:\\ud83c[\\udde6-\\uddff]){2}",tu="[\\ud800-\\udbff][\\udc00-\\udfff]",wt="["+sf+"]",wf="\\u200d",bf="(?:"+vf+"|"+yf+")",kh="(?:"+wt+"|"+yf+")",kf="(?:"+dr+"(?:d|ll|m|re|s|t|ve))?",df="(?:"+dr+"(?:D|LL|M|RE|S|T|VE))?",gf=bh+"?",ne="["+hf+"]?",dh="(?:"+wf+"(?:"+[pf,nu,tu].join("|")+")"+ne+gf+")*",te=ne+gf+dh,gh="(?:"+[wh,nu,tu].join("|")+")"+te,nc="(?:"+[pf+bi+"?",bi,nu,tu,ph].join("|")+")",tc=RegExp(dr,"g"),ic=RegExp(bi,"g"),iu=RegExp(gr+"(?="+gr+")|"+nc+te,"g"),rc=RegExp([wt+"?"+vf+"+"+kf+"(?="+[lf,wt,"$"].join("|")+")",kh+"+"+df+"(?="+[lf,wt+bf,"$"].join("|")+")",wt+"?"+bf+"+"+kf,wt+"+"+df,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",af,gh].join("|"),"g"),uc=RegExp("["+wf+wi+ff+hf+"]"),fc=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ec=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],oc=-1,i={},t,ie,re,ue,fe,ru,d;i[hr]=i[cr]=i[lr]=i[ar]=i[vr]=i[yr]=i[pr]=i[wr]=i[br]=!0;i[yt]=i[li]=i[ui]=i[dt]=i[pt]=i[gt]=i[ai]=i[vi]=i[a]=i[ni]=i[k]=i[ti]=i[v]=i[ii]=i[ri]=!1;t={};t[yt]=t[li]=t[ui]=t[pt]=t[dt]=t[gt]=t[hr]=t[cr]=t[lr]=t[ar]=t[vr]=t[a]=t[ni]=t[k]=t[ti]=t[v]=t[ii]=t[yi]=t[yr]=t[pr]=t[wr]=t[br]=!0;t[ai]=t[vi]=t[ri]=!1;var sc={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},hc=parseFloat,cc=parseInt,ee=typeof global=="object"&&global&&global.Object===Object&&global,lc=typeof self=="object"&&self&&self.Object===Object&&self,u=ee||lc||Function("return this")(),uu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,et=uu&&typeof module=="object"&&module&&!module.nodeType&&module,oe=et&&et.exports===uu,fu=oe&&ee.process,c=function(){try{var n=et&&et.require&&et.require("util").types;return n?n:fu&&fu.binding&&fu.binding("util")}catch(t){}}(),se=c&&c.isArrayBuffer,he=c&&c.isDate,ce=c&&c.isMap,le=c&&c.isRegExp,ae=c&&c.isSet,ve=c&&c.isTypedArray;ie=nr("length");re=tr({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","Ĳ":"IJ","ĳ":"ij","Œ":"Oe","œ":"oe","ŉ":"'n","ſ":"s"});ue=tr({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});fe=tr({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});ru=function ru(c){function et(n){if(uu(n)&&!wi(n)&&!(n instanceof dr)){if(n instanceof df)return n;if(nu.call(n,"__wrapped__"))return gk(n)}return new df(n)}function fa(){}function df(t,i){this.__wrapped__=t;this.__actions__=[];this.__chain__=!!i;this.__index__=0;this.__values__=n}function dr(n){this.__wrapped__=n;this.__actions__=[];this.__dir__=1;this.__filtered__=!1;this.__iteratees__=[];this.__takeCount__=w;this.__views__=[]}function att(){var n=new dr(this.__wrapped__);return n.__actions__=vf(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=vf(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=vf(this.__views__),n}function vtt(){if(this.__filtered__){var n=new dr(this);n.__dir__=-1;n.__filtered__=!0}else n=this.clone(),n.__dir__*=-1;return n}function ytt(){var n=this.__wrapped__.value(),f=this.__dir__,e=wi(n),o=f<0,s=e?n.length:0,h=yut(0,s,this.__views__),c=h.start,l=h.end,t=l-c,a=o?l:c-1,v=this.__iteratees__,d=v.length,y=0,p=hf(t,this.__takeCount__),r,u,i;if(!e||!o&&s==t&&p==t)return yb(n,this.__actions__);r=[];n:while(t--&&y<p){for(a+=f,u=-1,i=n[a];++u<d;){var w=v[u],g=w.iteratee,b=w.type,k=g(i);if(b==go)i=k;else if(!k)if(b==wu)continue n;else break n}r[y++]=i}return r}function yc(n){var i=-1,r=n==null?0:n.length,t;for(this.clear();++i<r;)t=n[i],this.set(t[0],t[1])}function ptt(){this.__data__=ta?ta(null):{};this.size=0}function wtt(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t}function btt(t){var i=this.__data__,r;return ta?(r=i[t],r===or?n:r):nu.call(i,t)?i[t]:n}function ktt(t){var i=this.__data__;return ta?i[t]!==n:nu.call(i,t)}function dtt(t,i){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=ta&&i===n?or:i,this}function ph(n){var i=-1,r=n==null?0:n.length,t;for(this.clear();++i<r;)t=n[i],this.set(t[0],t[1])}function gtt(){this.__data__=[];this.size=0}function nit(n){var t=this.__data__,i=ea(t,n),r;return i<0?!1:(r=t.length-1,i==r?t.pop():kv.call(t,i,1),--this.size,!0)}function tit(t){var i=this.__data__,r=ea(i,t);return r<0?n:i[r][1]}function iit(n){return ea(this.__data__,n)>-1}function rit(n,t){var i=this.__data__,r=ea(i,n);return r<0?(++this.size,i.push([n,t])):i[r][1]=t,this}function wh(n){var i=-1,r=n==null?0:n.length,t;for(this.clear();++i<r;)t=n[i],this.set(t[0],t[1])}function uit(){this.size=0;this.__data__={hash:new yc,map:new(gl||ph),string:new yc}}function fit(n){var t=ka(this,n)["delete"](n);return this.size-=t?1:0,t}function eit(n){return ka(this,n).get(n)}function oit(n){return ka(this,n).has(n)}function sit(n,t){var i=ka(this,n),r=i.size;return i.set(n,t),this.size+=i.size==r?0:1,this}function pc(n){var t=-1,i=n==null?0:n.length;for(this.__data__=new wh;++t<i;)this.add(n[t])}function hit(n){return this.__data__.set(n,or),this}function cit(n){return this.__data__.has(n)}function be(n){var t=this.__data__=new ph(n);this.size=t.size}function lit(){this.__data__=new ph;this.size=0}function ait(n){var t=this.__data__,i=t["delete"](n);return this.size=t.size,i}function vit(n){return this.__data__.get(n)}function yit(n){return this.__data__.has(n)}function pit(n,t){var i=this.__data__,r;if(i instanceof ph){if(r=i.__data__,!gl||r.length<er-1)return r.push([n,t]),this.size=++i.size,this;i=this.__data__=new wh(r)}return i.set(n,t),this.size=i.size,this}function pw(n,t){var r=wi(n),u=!r&&tl(n),f=!r&&!u&&fc(n),o=!r&&!u&&!f&&gc(n),s=r||u||f||o,e=s?rr(n.length,kat):[],h=e.length,i;for(i in n)(t||nu.call(n,i))&&(!s||!(i=="length"||f&&(i=="offset"||i=="parent")||o&&(i=="buffer"||i=="byteLength"||i=="byteOffset")||gh(i,h)))&&e.push(i);return e}function ww(t){var i=t.length;return i?t[vy(0,i-1)]:n}function wit(n,t){return da(vf(n),wc(t,0,n.length))}function bit(n){return da(vf(n))}function uy(t,i,r){(r===n||oo(t[i],r))&&(r!==n||i in t)||bh(t,i,r)}function cl(t,i,r){var u=t[i];nu.call(t,i)&&oo(u,r)&&(r!==n||i in t)||bh(t,i,r)}function ea(n,t){for(var i=n.length;i--;)if(oo(n[i][0],t))return i;return-1}function kit(n,t,i,r){return uc(n,function(n,u,f){t(r,n,i(n),f)}),r}function bw(n,t){return n&&co(t,of(t),n)}function dit(n,t){return n&&co(t,pf(t),n)}function bh(n,t,i){t=="__proto__"&&dv?dv(n,t,{configurable:!0,enumerable:!0,value:i,writable:!0}):n[t]=i}function fy(t,i){for(var r=-1,u=i.length,f=ff(u),e=t==null;++r<u;)f[r]=e?n:lp(t,i[r]);return f}function wc(t,i,r){return t===t&&(r!==n&&(t=t<=r?t:r),i!==n&&(t=t>=i?t:i)),t}function gf(i,r,u,f,e,s){var h,l=r&it,a=r&yu,d=r&ct,v,c,y,p,b,w;if(u&&(h=e?u(i,f,e,s):u(i)),h!==n)return h;if(!iu(i))return i;if(v=wi(i),v){if(h=wut(i),!l)return vf(i,h)}else{if(c=cf(i),y=c==vi||c==bu,fc(i))return wb(i,l);if(c==k||c==yt||y&&!e){if(h=a||y?{}:vk(i),!l)return a?eut(i,dit(h,i)):fut(i,bw(h,i))}else{if(!t[c])return e?i:{};h=but(i,c,l)}}return(s||(s=new be),p=s.get(i),p)?p:(s.set(i,h),uw(i))?(i.forEach(function(n){h.add(gf(n,r,u,n,i,s))}),h):rw(i)?(i.forEach(function(n,t){h.set(t,gf(n,r,u,t,i,s))}),h):(b=d?a?rp:ip:a?pf:of,w=v?n:b(i),o(w||i,function(n,t){w&&(t=n,n=i[t]);cl(h,t,gf(n,r,u,t,i,s))}),h)}function git(n){var t=of(n);return function(i){return kw(i,n,t)}}function kw(t,i,r){var u=r.length;if(t==null)return!u;for(t=tu(t);u--;){var f=r[u],o=i[f],e=t[f];if(e===n&&!(f in t)||!o(e))return!1}return!0}function dw(t,i,r){if(typeof t!="function")throw new ee(s);return ua(function(){t.apply(n,r)},i)}function ll(n,t,i,u){var a=-1,h=fi,c=!0,v=n.length,s=[],y=t.length,f,o,l;if(!v)return s;i&&(t=r(t,e(i)));u?(h=ki,c=!1):t.length>=er&&(h=bt,c=!1,t=new pc(t));n:while(++a<v)if(f=n[a],o=i==null?f:i(f),f=u||f!==0?f:0,c&&o===o){for(l=y;l--;)if(t[l]===o)continue n;s.push(f)}else h(t,o,u)||s.push(f);return s}function nrt(n,t){var i=!0;return uc(n,function(n,r,u){return i=!!t(n,r,u)}),i}function oa(t,i,r){for(var o=-1,h=t.length,f,u,e,s;++o<h;)f=t[o],u=i(f),u!=null&&(e===n?u===u&&!kf(u):r(u,e))&&(e=u,s=f);return s}function trt(t,i,r,u){var f=t.length;for(r=bi(r),r<0&&(r=-r>f?0:f+r),u=u===n||u>f?f:bi(u),u<0&&(u+=f),u=r>u?0:bd(u);r<u;)t[r++]=i;return t}function gw(n,t){var i=[];return uc(n,function(n,r,u){t(n,r,u)&&i.push(n)}),i}function sf(n,t,i,r,u){var e=-1,o=n.length,f;for(i||(i=dut),u||(u=[]);++e<o;)f=n[e],t>0&&i(f)?t>1?sf(f,t-1,i,r,u):nt(u,f):r||(u[u.length]=f);return u}function ho(n,t){return n&&fv(n,t,of)}function ey(n,t){return n&&gp(n,t,of)}function sa(n,t){return g(t,function(t){return nc(n[t])})}function il(t,i){i=lc(i,t);for(var r=0,u=i.length;t!=null&&r<u;)t=t[fh(i[r++])];return r&&r==u?t:n}function nb(n,t,i){var r=t(n);return wi(n)?r:nt(r,i(n))}function lf(t){return t==null?t===n?hs:os:nl&&nl in tu(t)?vut(t):uft(t)}function oy(n,t){return n>t}function irt(n,t){return n!=null&&nu.call(n,t)}function rrt(n,t){return n!=null&&t in tu(n)}function urt(n,t,i){return n>=hf(t,i)&&n<ef(t,i)}function sy(t,i,u){for(var b=u?ki:fi,k=t[0].length,a=t.length,f=a,v=ff(a),y=Infinity,l=[],o,p,c,s,h,w;f--;)o=t[f],f&&i&&(o=r(o,e(i))),y=hf(o.length,y),v[f]=!u&&(i||k>=120&&o.length>=120)?new pc(f&&o):n;o=t[0];p=-1;c=v[0];n:while(++p<k&&l.length<y)if(s=o[p],h=i?i(s):s,s=u||s!==0?s:0,!(c?bt(c,h):b(l,h,u))){for(f=a;--f;)if(w=v[f],!(w?bt(w,h):b(t[f],h,u)))continue n;c&&c.push(h);l.push(s)}return l}function frt(n,t,i,r){return ho(n,function(n,u,f){t(r,i(n),u,f)}),r}function al(t,i,r){i=lc(i,t);t=bk(t,i);var u=t==null?t:t[fh(te(i))];return u==null?n:f(u,t,r)}function tb(n){return uu(n)&&lf(n)==yt}function ert(n){return uu(n)&&lf(n)==ui}function ort(n){return uu(n)&&lf(n)==gt}function vl(n,t,i,r,u){return n===t?!0:n==null||t==null||!uu(n)&&!uu(t)?n!==n&&t!==t:srt(n,t,i,r,vl,u)}function srt(n,t,i,r,u,f){var s=wi(n),p=wi(t),e=s?li:cf(n),o=p?li:cf(t),h,c,v,y;e=e==yt?k:e;o=o==yt?k:o;var l=e==k,w=o==k,a=e==o;if(a&&fc(n)){if(!fc(t))return!1;s=!0;l=!1}return a&&!l?(f||(f=new be),s||gc(n)?lk(n,t,i,r,u,f):lut(n,t,e,i,r,u,f)):!(i&lt)&&(h=l&&nu.call(n,"__wrapped__"),c=w&&nu.call(t,"__wrapped__"),h||c)?(v=h?n.value():n,y=c?t.value():t,f||(f=new be),u(v,y,i,r,f)):a?(f||(f=new be),aut(n,t,i,r,u,f)):!1}function hrt(n){return uu(n)&&cf(n)==a}function hy(t,i,r,u){var e=r.length,l=e,a=!u,f,o,s;if(t==null)return!l;for(t=tu(t);e--;)if(f=r[e],a&&f[2]?f[1]!==t[f[0]]:!(f[0]in t))return!1;while(++e<l){f=r[e];var h=f[0],c=t[h],v=f[1];if(a&&f[2]){if(c===n&&!(h in t))return!1}else if(o=new be,u&&(s=u(c,v,h,t,i,o)),!(s===n?vl(v,c,lt|hi,u,o):s))return!1}return!0}function ib(n){if(!iu(n)||nft(n))return!1;var t=nc(n)?ivt:ch;return t.test(kc(n))}function crt(n){return uu(n)&&lf(n)==ti}function lrt(n){return uu(n)&&cf(n)==v}function art(n){return uu(n)&&rv(n.length)&&!!i[lf(n)]}function rb(n){return typeof n=="function"?n:n==null?wf:typeof n=="object"?wi(n)?eb(n[0],n[1]):fb(n):ig(n)}function cy(n){var i,t;if(!wl(n))return hvt(n);i=[];for(t in tu(n))nu.call(n,t)&&t!="constructor"&&i.push(t);return i}function vrt(n){var r,i,t;if(!iu(n))return rft(n);r=wl(n);i=[];for(t in n)t=="constructor"&&(r||!nu.call(n,t))||i.push(t);return i}function ly(n,t){return n<t}function ub(n,t){var r=-1,i=yf(n)?ff(n.length):[];return uc(n,function(n,u,f){i[++r]=t(n,u,f)}),i}function fb(n){var t=up(n);return t.length==1&&t[0][2]?pk(t[0][0],t[0][1]):function(i){return i===n||hy(i,n,t)}}function eb(t,i){return fp(t)&&yk(i)?pk(fh(t),i):function(r){var u=lp(r,t);return u===n&&u===i?ap(r,t):vl(i,u,lt|hi)}}function ha(t,i,r,u,f){t!==i&&fv(i,function(e,o){if(iu(e))f||(f=new be),yrt(t,i,o,r,ha,u,f);else{var s=u?u(op(t,o),e,o+"",t,i,f):n;s===n&&(s=e);uy(t,o,s)}},pf)}function yrt(t,i,r,u,f,e,o){var c=op(t,r),s=op(i,r),y=o.get(s),h,l;if(y){uy(t,r,y);return}if(h=e?e(c,s,r+"",t,i,o):n,l=h===n,l){var a=wi(s),v=!a&&fc(s),p=!a&&!v&&gc(s);h=s;a||v||p?wi(c)?h=c:fu(c)?h=vf(c):v?(l=!1,h=wb(s,!0)):p?(l=!1,h=bb(s,!0)):h=[]:bl(s)||tl(s)?(h=c,tl(c)?h=kd(c):(!iu(c)||nc(c))&&(h=vk(s))):l=!1}l&&(o.set(s,h),f(h,s,u,e,o),o["delete"](s));uy(t,r,h)}function ob(t,i){var r=t.length;if(r)return i+=i<0?r:0,gh(i,r)?t[i]:n}function sb(n,t,i){var f=-1,u;return t=r(t.length?t:[wf],e(wt())),u=ub(n,function(n){var i=r(t,function(t){return t(n)});return{criteria:i,index:++f,value:n}}),ge(u,function(n,t){return uut(n,t,i)})}function prt(n,t){return hb(n,t,function(t,i){return ap(n,i)})}function hb(n,t,i){for(var f=-1,o=t.length,e={},r,u;++f<o;)r=t[f],u=il(n,r),i(u,r)&&yl(e,lc(r,n),u);return e}function wrt(n){return function(t){return il(t,n)}}function ay(n,t,i,u){var c=u?de:ot,s=-1,l=t.length,f=n;for(n===t&&(t=vf(t)),i&&(f=r(n,e(i)));++s<l;)for(var o=0,h=t[s],a=i?i(h):h;(o=c(f,a,o,u))>-1;)f!==n&&kv.call(f,o,1),kv.call(n,o,1);return n}function cb(n,t){for(var r=n?t.length:0,f=r-1,i,u;r--;)i=t[r],(r==f||i!==u)&&(u=i,gh(i)?kv.call(n,i,1):wy(n,i));return n}function vy(n,t){return n+ny(ftt()*(t-n+1))}function brt(n,t,i,r){for(var e=-1,u=ef(gv((t-n)/(i||1)),0),f=ff(u);u--;)f[r?u:++e]=n,n+=i;return f}function yy(n,t){var i="";if(!n||t<1||t>rt)return i;do t%2&&(i+=n),t=ny(t/2),t&&(n+=n);while(t);return i}function tr(n,t){return vw(wk(n,t,wf),n+"")}function krt(n){return ww(el(n))}function drt(n,t){var i=el(n);return da(i,wc(t,0,i.length))}function yl(t,i,r,u){var e,o,s;if(!iu(t))return t;i=lc(i,t);for(var h=-1,c=i.length,l=c-1,f=t;f!=null&&++h<c;)e=fh(i[h]),o=r,h!=l&&(s=f[e],o=u?u(s,e,f):n,o===n&&(o=iu(s)?s:gh(i[h+1])?[]:{})),cl(f,e,o),f=f[e];return t}function grt(n){return da(el(n))}function ne(n,t,i){var u=-1,r=n.length,f;for(t<0&&(t=-t>r?0:r+t),i=i>r?r:i,i<0&&(i+=r),r=t>i?0:i-t>>>0,t>>>=0,f=ff(r);++u<r;)f[u]=n[u+t];return f}function nut(n,t){var i;return uc(n,function(n,r,u){return i=t(n,r,u),!i}),!!i}function ca(n,t,i){var f=0,r=n==null?f:n.length,e,u;if(typeof t=="number"&&t===t&&r<=rs){while(f<r)e=f+r>>>1,u=n[e],u!==null&&!kf(u)&&(i?u<=t:u<t)?f=e+1:r=e;return r}return py(n,t,wf,i)}function py(t,i,r,u){var a;i=r(i);for(var s=0,e=t==null?0:t.length,y=i!==i,p=i===null,w=kf(i),b=i===n;s<e;){var h=ny((s+e)/2),f=r(t[h]),c=f!==n,l=f===null,o=f===f,v=kf(f);a=y?u||o:b?o&&(u||c):p?o&&c&&(u||!l):w?o&&c&&!l&&(u||!v):l||v?!1:u?f<=i:f<i;a?s=h+1:e=h}return hf(e,is)}function lb(n,t){for(var r=-1,o=n.length,s=0,f=[],i,u,e;++r<o;)i=n[r],u=t?t(i):i,r&&oo(u,e)||(e=u,f[s++]=i===0?0:i);return f}function ab(n){return typeof n=="number"?n:kf(n)?ci:+n}function bf(n){if(typeof n=="string")return n;if(wi(n))return r(n,bf)+"";if(kf(n))return ett?ett.call(n):"";var t=n+"";return t=="0"&&1/n==-ft?"-0":t}function sc(n,t,i){var l=-1,o=fi,a=n.length,s=!0,e=[],r=e,h,u,f,c;if(i)s=!1,o=ki;else if(a>=er){if(h=t?null:eg(n),h)return oi(h);s=!1;o=bt;r=new pc}else r=t?[]:e;n:while(++l<a)if(u=n[l],f=t?t(u):u,u=i||u!==0?u:0,s&&f===f){for(c=r.length;c--;)if(r[c]===f)continue n;t&&r.push(f);e.push(u)}else o(r,f,i)||(r!==e&&r.push(f),e.push(u));return e}function wy(n,t){return t=lc(t,n),n=bk(n,t),n==null||delete n[fh(te(t))]}function vb(n,t,i,r){return yl(n,t,i(il(n,t)),r)}function la(n,t,i,r){for(var f=n.length,u=r?f:-1;(r?u--:++u<f)&&t(n[u],u,n););return i?ne(n,r?0:u,r?u+1:f):ne(n,r?u+1:0,r?f:u)}function yb(n,t){var i=n;return i instanceof dr&&(i=i.value()),di(t,function(n,t){return t.func.apply(t.thisArg,nt([n],t.args))},i)}function by(n,t,i){var u=n.length,r,f,o,e;if(u<2)return u?sc(n[0]):[];for(r=-1,f=ff(u);++r<u;)for(o=n[r],e=-1;++e<u;)e!=r&&(f[r]=ll(f[r]||o,n[e],t,i));return sc(sf(f,1),t,i)}function pb(t,i,r){for(var u=-1,o=t.length,s=i.length,f={},e;++u<o;)e=u<s?i[u]:n,r(f,t[u],e);return f}function ky(n){return fu(n)?n:[]}function dy(n){return typeof n=="function"?n:wf}function lc(n,t){return wi(n)?n:fp(n,t)?[n]:tw(gr(n))}function ac(t,i,r){var u=t.length;return r=r===n?u:r,!i&&r>=u?t:ne(t,i,r)}function wb(n,t){if(t)return n.slice();var i=n.length,r=ttt?ttt(i):new n.constructor(i);return n.copy(r),r}function gy(n){var t=new n.constructor(n.byteLength);return new wv(t).set(new wv(n)),t}function tut(n,t){var i=t?gy(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.byteLength)}function iut(n){var t=new n.constructor(n.source,uf.exec(n));return t.lastIndex=n.lastIndex,t}function rut(n){return ra?tu(ra.call(n)):{}}function bb(n,t){var i=t?gy(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.length)}function kb(t,i){if(t!==i){var o=t!==n,s=t===null,r=t===t,u=kf(t),h=i!==n,c=i===null,f=i===i,e=kf(i);if(!c&&!e&&!u&&t>i||u&&h&&f&&!c&&!e||s&&h&&f||!o&&f||!r)return 1;if(!s&&!u&&!e&&t<i||e&&o&&r&&!s&&!u||c&&o&&r||!h&&r||!f)return-1}return 0}function uut(n,t,i){for(var r=-1,f=n.criteria,o=t.criteria,s=f.length,h=i.length,u,e;++r<s;)if(u=kb(f[r],o[r]),u)return r>=h?u:(e=i[r],u*(e=="desc"?-1:1));return n.index-t.index}function db(n,t,i,r){for(var u=-1,o=n.length,s=i.length,f=-1,h=t.length,c=ef(o-s,0),e=ff(h+c),l=!r;++f<h;)e[f]=t[f];while(++u<s)(l||u<o)&&(e[i[u]]=n[u]);while(c--)e[f++]=n[u++];return e}function gb(n,t,i,r){for(var u=-1,s=n.length,h=-1,c=i.length,e=-1,l=t.length,a=ef(s-c,0),f=ff(a+l),v=!r,o;++u<a;)f[u]=n[u];for(o=u;++e<l;)f[o+e]=t[e];while(++h<c)(v||u<s)&&(f[o+i[h]]=n[u++]);return f}function vf(n,t){var i=-1,r=n.length;for(t||(t=ff(r));++i<r;)t[i]=n[i];return t}function co(t,i,r,u){var h=!r,o,s,f,e;for(r||(r={}),o=-1,s=i.length;++o<s;)f=i[o],e=u?u(r[f],t[f],f,r,t):n,e===n&&(e=t[f]),h?bh(r,f,e):cl(r,f,e);return r}function fut(n,t){return co(n,aw(n),t)}function eut(n,t){return co(n,ott(n),t)}function aa(n,t){return function(i,r){var u=wi(i)?ye:kit,f=t?t():{};return u(i,n,wt(r,2),f)}}function rl(t){return tr(function(i,r){var e=-1,u=r.length,f=u>1?r[u-1]:n,s=u>2?r[2]:n,o;for(f=t.length>3&&typeof f=="function"?(u--,f):n,s&&af(r[0],r[1],s)&&(f=u<3?n:f,u=1),i=tu(i);++e<u;)o=r[e],o&&t(i,o,e,f);return i})}function nk(n,t){return function(i,r){if(i==null)return i;if(!yf(i))return n(i,r);for(var f=i.length,u=t?f:-1,e=tu(i);t?u--:++u<f;)if(r(e[u],u,e)===!1)break;return i}}function tk(n){return function(t,i,r){for(var s=-1,f=tu(t),e=r(t),o=e.length,u;o--;)if(u=e[n?o:++s],i(f[u],u,f)===!1)break;return t}}function out(n,t,i){function r(){var t=this&&this!==u&&this instanceof r?e:n;return t.apply(f?i:this,arguments)}var f=t&h,e=pl(n);return r}function ik(t){return function(i){i=gr(i);var r=st(i)?l(i):n,u=r?r[0]:i.charAt(0),f=r?ac(r,1).join(""):i.slice(1);return u[t]()+f}}function ul(n){return function(t){return di(tg(ng(t).replace(tc,"")),n,"")}}function pl(n){return function(){var t=arguments,i,r;switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}return i=dc(n.prototype),r=n.apply(i,t),iu(r)?r:i}}function sut(t,i,r){function e(){for(var s=arguments.length,h=ff(s),c=s,l=fl(e),a,v;c--;)h[c]=arguments[c];return(a=s<3&&h[0]!==l&&h[s-1]!==l?[]:tt(h,l),s-=a.length,s<r)?ok(t,i,va,e.placeholder,n,h,a,n,n,r-s):(v=this&&this!==u&&this instanceof e?o:t,f(v,this,h))}var o=pl(t);return e}function rk(t){return function(i,r,u){var e=tu(i),o,f;return yf(i)||(o=wt(r,3),i=of(i),r=function(n){return o(e[n],n,e)}),f=t(i,r,u),f>-1?e[o?i[f]:f]:n}}function uk(t){return dh(function(i){var o=i.length,e=o,c=df.prototype.thru,u,r,h,f;for(t&&i.reverse();e--;){if(u=i[e],typeof u!="function")throw new ee(s);c&&!r&&ba(u)=="wrapper"&&(r=new df([],!0))}for(e=r?e:o;++e<o;)u=i[e],h=ba(u),f=h=="wrapper"?ev(u):n,r=f&&ep(f[0])&&f[1]==(b|y|p|kt)&&!f[4].length&&f[9]==1?r[ba(f[0])].apply(r,f[3]):u.length==1&&ep(u)?r[h]():r.thru(u);return function(){var u=arguments,f=u[0],n,t;if(r&&u.length==1&&wi(f))return r.plant(f).value();for(n=0,t=o?i[n].apply(this,u):f;++n<o;)t=i[n].call(this,t);return t}})}function va(t,i,r,f,e,o,s,c,l,a){function v(){for(var h=arguments.length,n=ff(h),b=h,it,ut,ft,rt,y;b--;)n[b]=arguments[b];return(p&&(it=fl(v),ut=to(n,it)),f&&(n=db(n,f,e,p)),o&&(n=gb(n,o,s,p)),h-=ut,p&&h<a)?(ft=tt(n,it),ok(t,i,va,v.placeholder,r,n,ft,c,l,a-h)):(rt=d?r:this,y=w?rt[t]:t,h=n.length,c?n=fft(n,c):g&&h>1&&n.reverse(),k&&l<h&&(n.length=l),this&&this!==u&&this instanceof v&&(y=nt||pl(y)),y.apply(rt,n))}var k=i&b,d=i&h,w=i&ut,p=i&(y|at),g=i&sr,nt=w?n:pl(t);return v}function fk(n,t){return function(i,r){return frt(i,n,t(r),{})}}function ya(t,i){return function(r,u){var f;if(r===n&&u===n)return i;if(r!==n&&(f=r),u!==n){if(f===n)return u;typeof r=="string"||typeof u=="string"?(r=bf(r),u=bf(u)):(r=ab(r),u=ab(u));f=t(r,u)}return f}}function np(n){return dh(function(t){return t=r(t,e(wt())),tr(function(i){var r=this;return n(t,function(n){return f(n,r,i)})})})}function pa(t,i){var r,u;return(i=i===n?" ":bf(i),r=i.length,r<2)?r?yy(i,t):i:(u=yy(i,gv(t/ht(i))),st(i)?ac(l(u),0,t).join(""):u.slice(0,t))}function hut(n,t,i,r){function e(){for(var a=-1,c=arguments.length,t=-1,l=r.length,h=ff(l+c),v=this&&this!==u&&this instanceof e?s:n;++t<l;)h[t]=r[t];while(c--)h[t++]=arguments[++a];return f(v,o?i:this,h)}var o=t&h,s=pl(n);return e}function ek(t){return function(i,r,u){return u&&typeof u!="number"&&af(i,r,u)&&(r=u=n),i=rc(i),r===n?(r=i,i=0):r=rc(r),u=u===n?i<r?1:-1:rc(u),brt(i,r,u,t)}}function wa(n){return function(t,i){return typeof t=="string"&&typeof i=="string"||(t=ie(t),i=ie(i)),n(t,i)}}function ok(t,i,r,u,f,e,o,s,c,l){var a=i&y,b=a?o:n,k=a?n:o,d=a?e:n,g=a?n:e,w,v;return i|=a?p:vt,i&=~(a?vt:p),i&pu||(i&=~(h|ut)),w=[t,i,f,d,b,g,k,s,c,l],v=r.apply(n,w),ep(t)&&stt(v,w),v.placeholder=u,kk(v,t,i)}function tp(n){var t=ol[n];return function(n,i){if(n=ie(n),i=i==null?0:hf(bi(i),292),i){var r=(gr(n)+"e").split("e"),u=t(r[0]+"e"+(+r[1]+i));return r=(gr(u)+"e").split("e"),+(r[0]+"e"+(+r[1]-i))}return t(n)}}function sk(n){return function(t){var i=cf(t);return i==a?fr(t):i==v?eo(t):no(t,n(t))}}function kh(t,i,r,u,f,e,o,c){var w=i&ut,a,b,k,v,l,d,g;if(!w&&typeof t!="function")throw new ee(s);return a=u?u.length:0,a||(i&=~(p|vt),u=f=n),o=o===n?o:ef(bi(o),0),c=c===n?c:bi(c),a-=f?f.length:0,i&vt&&(b=u,k=f,u=f=n),v=w?n:ev(t),l=[t,i,r,u,f,b,k,e,o,c],v&&ift(l,v),t=l[0],i=l[1],r=l[2],u=l[3],f=l[4],c=l[9]=l[9]===n?w?0:t.length:ef(l[9]-a,0),!c&&i&(y|at)&&(i&=~(y|at)),d=i&&i!=h?i==y||i==at?sut(t,i,c):i!=p&&i!=(h|p)||f.length?va.apply(n,l):hut(t,i,r,u):out(t,i,r),g=v?nw:stt,kk(g(d,l),t,i)}function hk(t,i,r,u){return t===n||oo(t,sl[r])&&!nu.call(u,r)?i:t}function ck(t,i,r,u,f,e){return iu(t)&&iu(i)&&(e.set(i,t),ha(t,i,n,ck,e),e["delete"](i)),t}function cut(t){return bl(t)?n:t}function lk(t,i,r,u,f,e){var p=r&lt,l=t.length,w=i.length,a,o,s,v;if(l!=w&&!(p&&w>l))return!1;if(a=e.get(t),a&&e.get(i))return a==i;var h=-1,c=!0,y=r&hi?new pc:n;for(e.set(t,i),e.set(i,t);++h<l;){if(o=t[h],s=i[h],u&&(v=p?u(s,o,h,i,t,e):u(o,s,h,t,i,e)),v!==n){if(v)continue;c=!1;break}if(y){if(!gi(i,function(n,t){if(!bt(y,t)&&(o===n||f(o,n,r,u,e)))return y.push(t)})){c=!1;break}}else if(!(o===s||f(o,s,r,u,e))){c=!1;break}}return e["delete"](t),e["delete"](i),c}function lut(n,t,i,r,u,f,e){var o,h,s,c;switch(i){case pt:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer;t=t.buffer;case ui:return n.byteLength!=t.byteLength||!f(new wv(n),new wv(t))?!1:!0;case dt:case gt:case ni:return oo(+n,+t);case ai:return n.name==t.name&&n.message==t.message;case ti:case ii:return n==t+"";case a:o=fr;case v:return(h=r&lt,o||(o=oi),n.size!=t.size&&!h)?!1:(s=e.get(n),s)?s==t:(r|=hi,e.set(n,t),c=lk(o(n),o(t),r,u,f,e),e["delete"](n),c);case yi:if(ra)return ra.call(n)==ra.call(t)}return!1}function aut(t,i,r,u,f,e){var y=r&lt,w=ip(t),b=w.length,g=ip(i),nt=g.length,s,o,k,h,p,c,l,d,a,v;if(b!=nt&&!y)return!1;for(s=b;s--;)if(o=w[s],!(y?o in i:nu.call(i,o)))return!1;if(k=e.get(t),k&&e.get(i))return k==i;for(h=!0,e.set(t,i),e.set(i,t),p=y;++s<b;){if(o=w[s],c=t[o],l=i[o],u&&(d=y?u(l,c,o,i,t,e):u(c,l,o,t,i,e)),!(d===n?c===l||f(c,l,r,u,e):d)){h=!1;break}p||(p=o=="constructor")}return h&&!p&&(a=t.constructor,v=i.constructor,a!=v&&"constructor"in t&&"constructor"in i&&!(typeof a=="function"&&a instanceof a&&typeof v=="function"&&v instanceof v)&&(h=!1)),e["delete"](t),e["delete"](i),h}function dh(t){return vw(wk(t,n,id),t+"")}function ip(n){return nb(n,of,aw)}function rp(n){return nb(n,pf,ott)}function ba(n){for(var t=n.name+"",u=ia[t],f=nu.call(ia,t)?u.length:0,i,r;f--;)if(i=u[f],r=i.func,r==null||r==n)return i.name;return t}function fl(n){var t=nu.call(et,"placeholder")?et:n;return t.placeholder}function wt(){var n=et.iteratee||yp;return n=n===yp?rb:n,arguments.length?n(arguments[0],arguments[1]):n}function ka(n,t){var i=n.__data__;return gut(t)?i[typeof t=="string"?"string":"hash"]:i.map}function up(n){for(var t=of(n),i=t.length,r,u;i--;)r=t[i],u=n[r],t[i]=[r,u,yk(u)];return t}function bc(t,i){var r=ro(t,i);return ib(r)?r:n}function vut(t){var u=nu.call(t,nl),f=t[nl],i,r;try{t[nl]=n;i=!0}catch(e){}return r=yv.call(t),i&&(u?t[nl]=f:delete t[nl]),r}function yut(n,t,i){for(var f=-1,e=i.length,u,r;++f<e;){u=i[f];r=u.size;switch(u.type){case"drop":n+=r;break;case"dropRight":t-=r;break;case"take":t=hf(t,n+r);break;case"takeRight":n=ef(n,t-r)}}return{start:n,end:t}}function put(n){var t=n.match(rh);return t?t[1].split(uh):[]}function ak(n,t,i){var u;t=lc(t,n);for(var f=-1,r=t.length,e=!1;++f<r;){if(u=fh(t[f]),!(e=n!=null&&i(n,u)))break;n=n[u]}return e||++f!=r?e:(r=n==null?0:n.length,!!r&&rv(r)&&gh(u,r)&&(wi(n)||tl(n)))}function wut(n){var i=n.length,t=new n.constructor(i);return i&&typeof n[0]=="string"&&nu.call(n,"index")&&(t.index=n.index,t.input=n.input),t}function vk(n){return typeof n.constructor=="function"&&!wl(n)?dc(bv(n)):{}}function but(n,t,i){var r=n.constructor;switch(t){case ui:return gy(n);case dt:case gt:return new r(+n);case pt:return tut(n,i);case hr:case cr:case lr:case ar:case vr:case yr:case pr:case wr:case br:return bb(n,i);case a:return new r;case ni:case ii:return new r(n);case ti:return iut(n);case v:return new r;case yi:return rut(n)}}function kut(n,t){var i=t.length,r;return i?(r=i-1,t[r]=(i>1?"& ":"")+t[r],t=t.join(i>2?", ":" "),n.replace(ih,"{\n/* [wrapped with "+t+"] */\n")):n}function dut(n){return wi(n)||tl(n)||!!(utt&&n&&n[utt])}function gh(n,t){var i=typeof n;return t=t==null?rt:t,!!t&&(i=="number"||i!="symbol"&&ah.test(n))&&n>-1&&n%1==0&&n<t}function af(n,t,i){if(!iu(i))return!1;var r=typeof t;return(r=="number"?yf(i)&&gh(t,i.length):r=="string"&&t in i)?oo(i[t],n):!1}function fp(n,t){if(wi(n))return!1;var i=typeof n;return i=="number"||i=="symbol"||i=="boolean"||n==null||kf(n)?!0:ds.test(n)||!ks.test(n)||t!=null&&n in tu(t)}function gut(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function ep(n){var r=ba(n),t=et[r],i;return typeof t!="function"||!(r in dr.prototype)?!1:n===t?!0:(i=ev(t),!!i&&n===i[0])}function nft(n){return!!ntt&&ntt in n}function wl(n){var t=n&&n.constructor,i=typeof t=="function"&&t.prototype||sl;return n===i}function yk(n){return n===n&&!iu(n)}function pk(t,i){return function(r){return r==null?!1:r[t]===i&&(i!==n||t in tu(r))}}function tft(n){var t=tv(n,function(n){return i.size===yo&&i.clear(),n}),i=t.cache;return t}function ift(n,t){var f=n[1],u=t[1],e=f|u,o=e<(h|ut|b),s=u==b&&f==y||u==b&&f==kt&&n[7].length<=t[8]||u==(b|kt)&&t[7].length<=t[8]&&f==y,i,r;return o||s?(u&h&&(n[2]=t[2],e|=f&h?0:pu),i=t[3],i&&(r=n[3],n[3]=r?db(r,i,t[4]):i,n[4]=r?tt(n[3],si):t[4]),i=t[5],i&&(r=n[5],n[5]=r?gb(r,i,t[6]):i,n[6]=r?tt(n[5],si):t[6]),i=t[7],i&&(n[7]=i),u&b&&(n[8]=n[8]==null?t[8]:hf(n[8],t[8])),n[9]==null&&(n[9]=t[9]),n[0]=t[0],n[1]=e,n):n}function rft(n){var t=[],i;if(n!=null)for(i in tu(n))t.push(i);return t}function uft(n){return yv.call(n)}function wk(t,i,r){return i=ef(i===n?t.length-1:i,0),function(){for(var e=arguments,n=-1,o=ef(e.length-i,0),s=ff(o),u;++n<o;)s[n]=e[i+n];for(n=-1,u=ff(i+1);++n<i;)u[n]=e[n];return u[i]=r(s),f(t,this,u)}}function bk(n,t){return t.length<2?n:il(n,ne(t,0,-1))}function fft(t,i){for(var f=t.length,r=hf(i.length,f),e=vf(t),u;r--;)u=i[r],t[r]=gh(u,f)?e[u]:n;return t}function op(n,t){if(t!="__proto__")return n[t]}function kk(n,t,i){var r=t+"";return vw(n,kut(r,eft(put(r),i)))}function dk(t){var i=0,r=0;return function(){var u=cvt(),f=ko-(u-r);if(r=u,f>0){if(++i>=bo)return arguments[0]}else i=0;return t.apply(n,arguments)}}function da(t,i){var r=-1,f=t.length,o=f-1,u,e;for(i=i===n?f:i;++r<i;)u=vy(r,o),e=t[u],t[u]=t[r],t[r]=e;return t.length=i,t}function fh(n){if(typeof n=="string"||kf(n))return n;var t=n+"";return t=="0"&&1/n==-ft?"-0":t}function kc(n){if(n!=null){try{return vv.call(n)}catch(t){}try{return n+""}catch(t){}}return""}function eft(n,t){return o(us,function(i){var r="_."+i[0];t&i[1]&&!fi(n,r)&&n.push(r)}),n.sort()}function gk(n){if(n instanceof dr)return n.clone();var t=new df(n.__wrapped__,n.__chain__);return t.__actions__=vf(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t}function oft(t,i,r){var u;if(i=(r?af(t,i,r):i===n)?1:ef(bi(i),0),u=t==null?0:t.length,!u||i<1)return[];for(var f=0,o=0,e=ff(gv(u/i));f<u;)e[o++]=ne(t,f,f+=i);return e}function sft(n){for(var i=-1,u=n==null?0:n.length,f=0,r=[],t;++i<u;)t=n[i],t&&(r[f++]=t);return r}function hft(){var n=arguments.length;if(!n)return[];for(var r=ff(n-1),t=arguments[0],i=n;i--;)r[i-1]=arguments[i];return nt(wi(t)?vf(t):[t],sf(r,1))}function cft(t,i,r){var u=t==null?0:t.length;return u?(i=r||i===n?1:bi(i),ne(t,i<0?0:i,u)):[]}function lft(t,i,r){var u=t==null?0:t.length;return u?(i=r||i===n?1:bi(i),i=u-i,ne(t,0,i<0?0:i)):[]}function aft(n,t){return n&&n.length?la(n,wt(t,3),!0,!0):[]}function vft(n,t){return n&&n.length?la(n,wt(t,3),!0):[]}function yft(n,t,i,r){var u=n==null?0:n.length;return u?(i&&typeof i!="number"&&af(n,t,i)&&(i=0,r=u),trt(n,t,i,r)):[]}function nd(n,t,i){var u=n==null?0:n.length,r;return u?(r=i==null?0:bi(i),r<0&&(r=ef(u+r,0)),ei(n,wt(t,3),r)):-1}function td(t,i,r){var f=t==null?0:t.length,u;return f?(u=f-1,r!==n&&(u=bi(r),u=r<0?ef(f+u,0):hf(u,f-1)),ei(t,wt(i,3),u,!0)):-1}function id(n){var t=n==null?0:n.length;return t?sf(n,1):[]}function pft(n){var t=n==null?0:n.length;return t?sf(n,ft):[]}function wft(t,i){var r=t==null?0:t.length;return r?(i=i===n?1:bi(i),sf(t,i)):[]}function bft(n){for(var i=-1,u=n==null?0:n.length,r={},t;++i<u;)t=n[i],r[t[0]]=t[1];return r}function rd(t){return t&&t.length?t[0]:n}function kft(n,t,i){var u=n==null?0:n.length,r;return u?(r=i==null?0:bi(i),r<0&&(r=ef(u+r,0)),ot(n,t,r)):-1}function dft(n){var t=n==null?0:n.length;return t?ne(n,0,-1):[]}function gft(n,t){return n==null?"":svt.call(n,t)}function te(t){var i=t==null?0:t.length;return i?t[i-1]:n}function net(t,i,r){var f=t==null?0:t.length,u;return f?(u=f,r!==n&&(u=bi(r),u=u<0?ef(f+u,0):hf(u,f-1)),i===i?so(t,i,u):ei(t,su,u,!0)):-1}function tet(t,i){return t&&t.length?ob(t,bi(i)):n}function ud(n,t){return n&&n.length&&t&&t.length?ay(n,t):n}function iet(n,t,i){return n&&n.length&&t&&t.length?ay(n,t,wt(i,2)):n}function ret(t,i,r){return t&&t.length&&i&&i.length?ay(t,i,n,r):t}function uet(n,t){var r=[],u;if(!(n&&n.length))return r;var i=-1,f=[],e=n.length;for(t=wt(t,3);++i<e;)u=n[i],t(u,i,n)&&(r.push(u),f.push(i));return cb(n,f),r}function sp(n){return n==null?n:avt.call(n)}function fet(t,i,r){var u=t==null?0:t.length;return u?(r&&typeof r!="number"&&af(t,i,r)?(i=0,r=u):(i=i==null?0:bi(i),r=r===n?u:bi(r)),ne(t,i,r)):[]}function eet(n,t){return ca(n,t)}function oet(n,t,i){return py(n,t,wt(i,2))}function set(n,t){var r=n==null?0:n.length,i;return r&&(i=ca(n,t),i<r&&oo(n[i],t))?i:-1}function het(n,t){return ca(n,t,!0)}function cet(n,t,i){return py(n,t,wt(i,2),!0)}function aet(n,t){var r=n==null?0:n.length,i;return r&&(i=ca(n,t,!0)-1,oo(n[i],t))?i:-1}function vet(n){return n&&n.length?lb(n):[]}function yet(n,t){return n&&n.length?lb(n,wt(t,2)):[]}function pet(n){var t=n==null?0:n.length;return t?ne(n,1,t):[]}function wet(t,i,r){return t&&t.length?(i=r||i===n?1:bi(i),ne(t,0,i<0?0:i)):[]}function bet(t,i,r){var u=t==null?0:t.length;return u?(i=r||i===n?1:bi(i),i=u-i,ne(t,i<0?0:i,u)):[]}function ket(n,t){return n&&n.length?la(n,wt(t,3),!1,!0):[]}function det(n,t){return n&&n.length?la(n,wt(t,3)):[]}function get(n){return n&&n.length?sc(n):[]}function not(n,t){return n&&n.length?sc(n,wt(t,2)):[]}function tot(t,i){return i=typeof i=="function"?i:n,t&&t.length?sc(t,n,i):[]}function hp(n){if(!(n&&n.length))return[];var t=0;return n=g(n,function(n){if(fu(n))return t=ef(n.length,t),!0}),rr(t,function(t){return r(n,nr(t))})}function fd(t,i){if(!(t&&t.length))return[];var u=hp(t);return i==null?u:r(u,function(t){return f(i,n,t)})}function iot(n,t){return pb(n||[],t||[],cl)}function rot(n,t){return pb(n||[],t||[],yl)}function ed(n){var t=et(n);return t.__chain__=!0,t}function uot(n,t){return t(n),n}function ga(n,t){return t(n)}function fot(){return ed(this)}function eot(){return new df(this.value(),this.__chain__)}function oot(){this.__values__===n&&(this.__values__=wd(this.value()));var t=this.__index__>=this.__values__.length,i=t?n:this.__values__[this.__index__++];return{done:t,value:i}}function sot(){return this}function hot(t){for(var u,r=this,i,f;r instanceof fa;)i=gk(r),i.__index__=0,i.__values__=n,u?f.__wrapped__=i:u=i,f=i,r=r.__wrapped__;return f.__wrapped__=t,u}function cot(){var i=this.__wrapped__,t;return i instanceof dr?(t=i,this.__actions__.length&&(t=new dr(this)),t=t.reverse(),t.__actions__.push({func:ga,args:[sp],thisArg:n}),new df(t,this.__chain__)):this.thru(sp)}function lot(){return yb(this.__wrapped__,this.__actions__)}function aot(t,i,r){var u=wi(t)?eu:nrt;return r&&af(t,i,r)&&(i=n),u(t,wt(i,3))}function vot(n,t){var i=wi(n)?g:gw;return i(n,wt(t,3))}function yot(n,t){return sf(nv(n,t),1)}function pot(n,t){return sf(nv(n,t),ft)}function wot(t,i,r){return r=r===n?1:bi(r),sf(nv(t,i),r)}function od(n,t){var i=wi(n)?o:uc;return i(n,wt(t,3))}function sd(n,t){var i=wi(n)?pe:dp;return i(n,wt(t,3))}function bot(n,t,i,r){n=yf(n)?n:el(n);i=i&&!r?bi(i):0;var u=n.length;return i<0&&(i=ef(u+i,0)),uv(n)?i<=u&&n.indexOf(t,i)>-1:!!u&&ot(n,t,i)>-1}function nv(n,t){var i=wi(n)?r:ub;return i(n,wt(t,3))}function kot(t,i,r,u){return t==null?[]:(wi(i)||(i=i==null?[]:[i]),r=u?n:r,wi(r)||(r=r==null?[]:[r]),sb(t,i,r))}function dot(n,t,i){var r=wi(n)?di:cu,u=arguments.length<3;return r(n,wt(t,4),i,u,uc)}function got(n,t,i){var r=wi(n)?we:cu,u=arguments.length<3;return r(n,wt(t,4),i,u,dp)}function nst(n,t){var i=wi(n)?g:gw;return i(n,iv(wt(t,3)))}function tst(n){var t=wi(n)?ww:krt;return t(n)}function ist(t,i,r){i=(r?af(t,i,r):i===n)?1:bi(i);var u=wi(t)?wit:drt;return u(t,i)}function rst(n){var t=wi(n)?bit:grt;return t(n)}function ust(n){if(n==null)return 0;if(yf(n))return uv(n)?ht(n):n.length;var t=cf(n);return t==a||t==v?n.size:cy(n).length}function fst(t,i,r){var u=wi(t)?gi:nut;return r&&af(t,i,r)&&(i=n),u(t,wt(i,3))}function est(n,t){if(typeof t!="function")throw new ee(s);return n=bi(n),function(){if(--n<1)return t.apply(this,arguments)}}function hd(t,i,r){return i=r?n:i,i=t&&i==null?t.length:i,kh(t,b,n,n,n,n,i)}function cd(t,i){var r;if(typeof i!="function")throw new ee(s);return t=bi(t),function(){return--t>0&&(r=i.apply(this,arguments)),t<=1&&(i=n),r}}function ld(t,i,r){i=r?n:i;var u=kh(t,y,n,n,n,n,n,i);return u.placeholder=ld.placeholder,u}function ad(t,i,r){i=r?n:i;var u=kh(t,at,n,n,n,n,n,i);return u.placeholder=ad.placeholder,u}function vd(t,i,r){function y(i){var r=e,u=o;return e=o=n,c=i,h=t.apply(u,r)}function g(n){return c=n,u=ua(a,i),d?y(n):h}function nt(n){var r=n-f,u=n-c,t=i-r;return l?hf(t,v-u):t}function b(t){var r=t-f,u=t-c;return f===n||r>=i||r<0||l&&u>=v}function a(){var n=kl();if(b(n))return k(n);u=ua(a,nt(n))}function k(t){return(u=n,w&&e)?y(t):(e=o=n,h)}function tt(){u!==n&&fg(u);c=0;e=f=o=u=n}function it(){return u===n?h:k(kl())}function p(){var t=kl(),r=b(t);if(e=arguments,o=this,f=t,r){if(u===n)return g(f);if(l)return u=ua(a,i),y(f)}return u===n&&(u=ua(a,i)),h}var e,o,v,h,u,f,c=0,d=!1,l=!1,w=!0;if(typeof t!="function")throw new ee(s);return i=ie(i)||0,iu(r)&&(d=!!r.leading,l="maxWait"in r,v=l?ef(ie(r.maxWait)||0,i):v,w="trailing"in r?!!r.trailing:w),p.cancel=tt,p.flush=it,p}function ost(n){return kh(n,sr)}function tv(n,t){if(typeof n!="function"||t!=null&&typeof t!="function")throw new ee(s);var i=function(){var u=arguments,f=t?t.apply(this,u):u[0],r=i.cache,e;return r.has(f)?r.get(f):(e=n.apply(this,u),i.cache=r.set(f,e)||r,e)};return i.cache=new(tv.Cache||wh),i}function iv(n){if(typeof n!="function")throw new ee(s);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}function sst(n){return cd(2,n)}function hst(t,i){if(typeof t!="function")throw new ee(s);return i=i===n?i:bi(i),tr(t,i)}function cst(n,t){if(typeof n!="function")throw new ee(s);return t=t==null?0:ef(bi(t),0),tr(function(i){var r=i[t],u=ac(i,0,t);return r&&nt(u,r),f(n,this,u)})}function lst(n,t,i){var r=!0,u=!0;if(typeof n!="function")throw new ee(s);return iu(i)&&(r="leading"in i?!!i.leading:r,u="trailing"in i?!!i.trailing:u),vd(n,t,{leading:r,maxWait:t,trailing:u})}function ast(n){return hd(n,1)}function vst(n,t){return yw(dy(t),n)}function yst(){if(!arguments.length)return[];var n=arguments[0];return wi(n)?n:[n]}function pst(n){return gf(n,ct)}function wst(t,i){return i=typeof i=="function"?i:n,gf(t,ct,i)}function bst(n){return gf(n,it|ct)}function kst(t,i){return i=typeof i=="function"?i:n,gf(t,it|ct,i)}function dst(n,t){return t==null||kw(n,t,of(t))}function oo(n,t){return n===t||n!==n&&t!==t}function yf(n){return n!=null&&rv(n.length)&&!nc(n)}function fu(n){return uu(n)&&yf(n)}function gst(n){return n===!0||n===!1||uu(n)&&lf(n)==dt}function nht(n){return uu(n)&&n.nodeType===1&&!bl(n)}function tht(n){var t,i;if(n==null)return!0;if(yf(n)&&(wi(n)||typeof n=="string"||typeof n.splice=="function"||fc(n)||gc(n)||tl(n)))return!n.length;if(t=cf(n),t==a||t==v)return!n.size;if(wl(n))return!cy(n).length;for(i in n)if(nu.call(n,i))return!1;return!0}function iht(n,t){return vl(n,t)}function rht(t,i,r){r=typeof r=="function"?r:n;var u=r?r(t,i):n;return u===n?vl(t,i,n,r):!!u}function cp(n){if(!uu(n))return!1;var t=lf(n);return t==ai||t==es||typeof n.message=="string"&&typeof n.name=="string"&&!bl(n)}function uht(n){return typeof n=="number"&&ovt(n)}function nc(n){if(!iu(n))return!1;var t=lf(n);return t==vi||t==bu||t==fs||t==ss}function yd(n){return typeof n=="number"&&n==bi(n)}function rv(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=rt}function iu(n){var t=typeof n;return n!=null&&(t=="object"||t=="function")}function uu(n){return n!=null&&typeof n=="object"}function fht(n,t){return n===t||hy(n,t,up(t))}function eht(t,i,r){return r=typeof r=="function"?r:n,hy(t,i,up(i),r)}function oht(n){return pd(n)&&n!=+n}function sht(n){if(og(n))throw new dn(vo);return ib(n)}function hht(n){return n===null}function cht(n){return n==null}function pd(n){return typeof n=="number"||uu(n)&&lf(n)==ni}function bl(n){var i,t;return!uu(n)||lf(n)!=k?!1:(i=bv(n),i===null)?!0:(t=nu.call(i,"constructor")&&i.constructor,typeof t=="function"&&t instanceof t&&vv.call(t)==nvt)}function lht(n){return yd(n)&&n>=-rt&&n<=rt}function uv(n){return typeof n=="string"||!wi(n)&&uu(n)&&lf(n)==ii}function kf(n){return typeof n=="symbol"||uu(n)&&lf(n)==yi}function aht(t){return t===n}function vht(n){return uu(n)&&cf(n)==ri}function yht(n){return uu(n)&&lf(n)==cs}function wd(n){if(!n)return[];if(yf(n))return uv(n)?l(n):vf(n);if(dl&&n[dl])return fo(n[dl]());var t=cf(n),i=t==a?fr:t==v?oi:el;return i(n)}function rc(n){if(!n)return n===0?n:0;if(n=ie(n),n===ft||n===-ft){var t=n<0?-1:1;return t*ts}return n===n?n:0}function bi(n){var t=rc(n),i=t%1;return t===t?i?t-i:t:0}function bd(n){return n?wc(bi(n),0,w):0}function ie(n){var t,i;return typeof n=="number"?n:kf(n)?ci:(iu(n)&&(t=typeof n.valueOf=="function"?n.valueOf():n,n=iu(t)?t+"":t),typeof n!="string")?n===0?n:+n:(n=n.replace(tf,""),i=hh.test(n),i||lh.test(n)?cc(n.slice(2),i?2:8):sh.test(n)?ci:+n)}function kd(n){return co(n,pf(n))}function pht(n){return n?wc(bi(n),-rt,rt):n===0?n:0}function gr(n){return n==null?"":bf(n)}function wht(n,t){var i=dc(n);return t==null?i:bw(i,t)}function bht(n,t){return ou(n,wt(t,3),ho)}function kht(n,t){return ou(n,wt(t,3),ey)}function dht(n,t){return n==null?n:fv(n,wt(t,3),pf)}function ght(n,t){return n==null?n:gp(n,wt(t,3),pf)}function nct(n,t){return n&&ho(n,wt(t,3))}function tct(n,t){return n&&ey(n,wt(t,3))}function ict(n){return n==null?[]:sa(n,of(n))}function rct(n){return n==null?[]:sa(n,pf(n))}function lp(t,i,r){var u=t==null?n:il(t,i);return u===n?r:u}function uct(n,t){return n!=null&&ak(n,t,irt)}function ap(n,t){return n!=null&&ak(n,t,rrt)}function of(n){return yf(n)?pw(n):cy(n)}function pf(n){return yf(n)?pw(n,!0):vrt(n)}function fct(n,t){var i={};return t=wt(t,3),ho(n,function(n,r,u){bh(i,t(n,r,u),n)}),i}function ect(n,t){var i={};return t=wt(t,3),ho(n,function(n,r,u){bh(i,r,t(n,r,u))}),i}function oct(n,t){return dd(n,iv(wt(t)))}function dd(n,t){if(n==null)return{};var i=r(rp(n),function(n){return[n]});return t=wt(t),hb(n,i,function(n,i){return t(n,i[0])})}function sct(t,i,r){var e,f,u;for(i=lc(i,t),e=-1,f=i.length,f||(f=1,t=n);++e<f;)u=t==null?n:t[fh(i[e])],u===n&&(e=f,u=r),t=nc(u)?u.call(t):u;return t}function hct(n,t,i){return n==null?n:yl(n,t,i)}function cct(t,i,r,u){return u=typeof u=="function"?u:n,t==null?t:yl(t,i,r,u)}function lct(n,t,i){var u=wi(n),f=u||fc(n)||gc(n),r;return t=wt(t,4),i==null&&(r=n&&n.constructor,i=f?u?new r:[]:iu(n)?nc(r)?dc(bv(n)):{}:{}),(f?o:ho)(n,function(n,r,u){return t(i,n,r,u)}),i}function act(n,t){return n==null?!0:wy(n,t)}function vct(n,t,i){return n==null?n:vb(n,t,dy(i))}function yct(t,i,r,u){return u=typeof u=="function"?u:n,t==null?t:vb(t,i,dy(r),u)}function el(n){return n==null?[]:ur(n,of(n))}function pct(n){return n==null?[]:ur(n,pf(n))}function wct(t,i,r){return r===n&&(r=i,i=n),r!==n&&(r=ie(r),r=r===r?r:0),i!==n&&(i=ie(i),i=i===i?i:0),wc(ie(t),i,r)}function bct(t,i,r){return i=rc(i),r===n?(r=i,i=0):r=rc(r),t=ie(t),urt(t,i,r)}function kct(t,i,r){var f,u;return(r&&typeof r!="boolean"&&af(t,i,r)&&(i=r=n),r===n&&(typeof i=="boolean"?(r=i,i=n):typeof t=="boolean"&&(r=t,t=n)),t===n&&i===n?(t=0,i=1):(t=rc(t),i===n?(i=t,t=0):i=rc(i)),t>i&&(f=t,t=i,i=f),r||t%1||i%1)?(u=ftt(),hf(t+u*(i-t+hc("1e-"+((u+"").length-1))),i)):vy(t,i)}function gd(n){return hv(gr(n).toLowerCase())}function ng(n){return n=gr(n),n&&n.replace(vh,re).replace(ic,"")}function dct(t,i,r){var u,f;return t=gr(t),i=bf(i),u=t.length,r=r===n?u:wc(bi(r),0,u),f=r,r-=i.length,r>=0&&t.slice(r,f)==i}function gct(n){return n=gr(n),n&&ps.test(n)?n.replace(gu,ue):n}function nlt(n){return n=gr(n),n&&nh.test(n)?n.replace(kr,"\\$&"):n}function tlt(n,t,i){var r,u;return(n=gr(n),t=bi(t),r=t?ht(n):0,!t||r>=t)?n:(u=(t-r)/2,pa(ny(u),i)+n+pa(gv(u),i))}function ilt(n,t,i){n=gr(n);t=bi(t);var r=t?ht(n):0;return t&&r<t?n+pa(t-r,i):n}function rlt(n,t,i){n=gr(n);t=bi(t);var r=t?ht(n):0;return t&&r<t?pa(t-r,i)+n:n}function ult(n,t,i){return i||t==null?t=0:t&&(t=+t),lvt(gr(n).replace(rf,""),t||0)}function flt(t,i,r){return i=(r?af(t,i,r):i===n)?1:bi(i),yy(gr(t),i)}function elt(){var n=arguments,t=gr(n[0]);return n.length<3?t:t.replace(n[1],n[2])}function olt(t,i,r){return(r&&typeof r!="number"&&af(t,i,r)&&(i=r=n),r=r===n?w:r>>>0,!r)?[]:(t=gr(t),t&&(typeof i=="string"||i!=null&&!sv(i))&&(i=bf(i),!i&&st(t)))?ac(l(t),0,r):t.split(i,r)}function slt(n,t,i){return n=gr(n),i=i==null?0:wc(bi(i),0,n.length),t=bf(t),n.slice(i,i+t.length)==t}function hlt(t,i,r){var s=et.templateSettings,e,f;r&&af(t,i,r)&&(i=n);t=gr(t);i=ry({},i,s,hk);var h=ry({},i.imports,s.imports,hk),c=of(h),y=ur(h,c),l,o,a=0,v=i.interpolate||pi,u="__p += '",p=sw((i.escape||pi).source+"|"+v.source+"|"+(v===nf?oh:pi).source+"|"+(i.evaluate||pi).source+"|$","g"),w="//# sourceURL="+("sourceURL"in i?i.sourceURL:"lodash.templateSources["+ ++oc+"]")+"\n";if(t.replace(p,function(n,i,r,f,e,s){return r||(r=f),u+=t.slice(a,s).replace(yh,io),i&&(l=!0,u+="' +\n__e("+i+") +\n'"),e&&(o=!0,u+="';\n"+e+";\n__p += '"),r&&(u+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),a=s+n.length,n}),u+="';\n",e=i.variable,e||(u="with (obj) {\n"+u+"\n}\n"),u=(o?u.replace(ls,""):u).replace(as,"$1").replace(vs,"$1;"),u="function("+(e||"obj")+") {\n"+(e?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(l?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+u+"return __p\n}",f=ow(function(){return gn(c,w+"return "+u).apply(n,y)}),f.source=u,cp(f))throw f;return f}function clt(n){return gr(n).toLowerCase()}function llt(n){return gr(n).toUpperCase()}function alt(t,i,r){if(t=gr(t),t&&(r||i===n))return t.replace(tf,"");if(!t||!(i=bf(i)))return t;var u=l(t),f=l(i),e=lu(u,f),o=au(u,f)+1;return ac(u,e,o).join("")}function vlt(t,i,r){if(t=gr(t),t&&(r||i===n))return t.replace(th,"");if(!t||!(i=bf(i)))return t;var u=l(t),f=au(u,l(i))+1;return ac(u,0,f).join("")}function ylt(t,i,r){if(t=gr(t),t&&(r||i===n))return t.replace(rf,"");if(!t||!(i=bf(i)))return t;var u=l(t),f=lu(u,l(i));return ac(u,f).join("")}function plt(t,i){var s=po,e=wo,r,h,o,u,f,v,y,c,a;if(iu(i)&&(r="separator"in i?i.separator:r,s="length"in i?bi(i.length):s,e="omission"in i?bf(i.omission):e),t=gr(t),h=t.length,st(t)&&(o=l(t),h=o.length),s>=h)return t;if(u=s-ht(e),u<1)return e;if(f=o?ac(o,0,u).join(""):t.slice(0,u),r===n)return f+e;if(o&&(u+=f.length-u),sv(r)){if(t.slice(u).search(r)){for(y=f,r.global||(r=sw(r.source,gr(uf.exec(r))+"g")),r.lastIndex=0;v=r.exec(y);)c=v.index;f=f.slice(0,c===n?u:c)}}else t.indexOf(bf(r),u)!=u&&(a=f.lastIndexOf(r),a>-1&&(f=f.slice(0,a)));return f+e}function wlt(n){return n=gr(n),n&&ys.test(n)?n.replace(du,fe):n}function tg(t,i,r){return(t=gr(t),i=r?n:i,i===n)?uo(t)?lo(t):ke(t):t.match(i)||[]}function blt(n){var t=n==null?0:n.length,i=wt();return n=t?r(n,function(n){if(typeof n[1]!="function")throw new ee(s);return[i(n[0]),n[1]]}):[],tr(function(i){for(var u=-1,r;++u<t;)if(r=n[u],f(r[0],this,i))return f(r[1],this,i)})}function klt(n){return git(gf(n,it))}function vp(n){return function(){return n}}function dlt(n,t){return n==null||n!==n?t:n}function wf(n){return n}function yp(n){return rb(typeof n=="function"?n:gf(n,it))}function glt(n){return fb(gf(n,it))}function nat(n,t){return eb(n,gf(t,it))}function pp(n,t,i){var u=of(t),r=sa(t,u),f,e;return i!=null||iu(t)&&(r.length||!u.length)||(i=t,t=n,n=this,r=sa(t,of(t))),f=!(iu(i)&&"chain"in i)||!!i.chain,e=nc(n),o(r,function(i){var r=t[i];n[i]=r;e&&(n.prototype[i]=function(){var i=this.__chain__,t,u;return f||i?(t=n(this.__wrapped__),u=t.__actions__=vf(this.__actions__),u.push({func:r,args:arguments,thisArg:n}),t.__chain__=i,t):r.apply(n,nt([this.value()],arguments))})}),n}function tat(){return u._===this&&(u._=tvt),this}function wp(){}function iat(n){return n=bi(n),tr(function(t){return ob(t,n)})}function ig(n){return fp(n)?nr(fh(n)):wrt(n)}function rat(t){return function(i){return t==null?n:il(t,i)}}function bp(){return[]}function kp(){return!1}function uat(){return{}}function fat(){return""}function eat(){return!0}function oat(n,t){var i,r,u;if(n=bi(n),n<1||n>rt)return[];for(i=w,r=hf(n,w),t=wt(t),n-=w,u=rr(r,t);++i<n;)t(i);return u}function sat(n){return wi(n)?r(n,fh):kf(n)?[n]:vf(tw(gr(n)))}function hat(n){var t=++gat;return gr(n)+t}function cat(t){return t&&t.length?oa(t,wf,oy):n}function lat(t,i){return t&&t.length?oa(t,wt(i,2),oy):n}function aat(n){return hu(n,wf)}function vat(n,t){return hu(n,wt(t,2))}function yat(t){return t&&t.length?oa(t,wf,ly):n}function pat(t,i){return t&&t.length?oa(t,wt(i,2),ly):n}function wat(n){return n&&n.length?ir(n,wf):0}function bat(n,t){return n&&n.length?ir(n,wt(t,2)):0}var dc,uc,dp,fv,gp,nw,rg,ug,fg,eg,ev,og,tw,sg,hg,cg,lg,ag,vg,yg,pg,wg,bg,kg,dg,kl,ov,iw,gg,nn,fc,tn,rw,sv,uw,gc,rn,un,fn,en,on,fw,ew,sn,hn,cn,ln,hv,ow,an,vn,yn,pn,wn,bn,kn;c=c==null?u:d.defaults(u.Object(),c,d.pick(u,ec));var ff=c.Array,cv=c.Date,dn=c.Error,gn=c.Function,ol=c.Math,tu=c.Object,sw=c.RegExp,kat=c.String,ee=c.TypeError,lv=ff.prototype,dat=gn.prototype,sl=tu.prototype,av=c["__core-js_shared__"],vv=dat.toString,nu=sl.hasOwnProperty,gat=0,ntt=function(){var n=/[^.]+$/.exec(av&&av.keys&&av.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}(),yv=sl.toString,nvt=vv.call(tu),tvt=u._,ivt=sw("^"+vv.call(nu).replace(kr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),pv=oe?c.Buffer:n,vc=c.Symbol,wv=c.Uint8Array,ttt=pv?pv.allocUnsafe:n,bv=vu(tu.getPrototypeOf,tu),itt=tu.create,rtt=sl.propertyIsEnumerable,kv=lv.splice,utt=vc?vc.isConcatSpreadable:n,dl=vc?vc.iterator:n,nl=vc?vc.toStringTag:n,dv=function(){try{var n=bc(tu,"defineProperty");return n({},"",{}),n}catch(t){}}(),rvt=c.clearTimeout!==u.clearTimeout&&c.clearTimeout,uvt=cv&&cv.now!==u.Date.now&&cv.now,fvt=c.setTimeout!==u.setTimeout&&c.setTimeout,gv=ol.ceil,ny=ol.floor,hw=tu.getOwnPropertySymbols,evt=pv?pv.isBuffer:n,ovt=c.isFinite,svt=lv.join,hvt=vu(tu.keys,tu),ef=ol.max,hf=ol.min,cvt=cv.now,lvt=c.parseInt,ftt=ol.random,avt=lv.reverse,cw=bc(c,"DataView"),gl=bc(c,"Map"),lw=bc(c,"Promise"),hl=bc(c,"Set"),na=bc(c,"WeakMap"),ta=bc(tu,"create"),ty=na&&new na,ia={},vvt=kc(cw),yvt=kc(gl),pvt=kc(lw),wvt=kc(hl),bvt=kc(na),iy=vc?vc.prototype:n,ra=iy?iy.valueOf:n,ett=iy?iy.toString:n;dc=function(){function t(){}return function(i){if(!iu(i))return{};if(itt)return itt(i);t.prototype=i;var r=new t;return t.prototype=n,r}}();et.templateSettings={escape:ws,evaluate:bs,interpolate:nf,variable:"",imports:{_:et}};et.prototype=fa.prototype;et.prototype.constructor=et;df.prototype=dc(fa.prototype);df.prototype.constructor=df;dr.prototype=dc(fa.prototype);dr.prototype.constructor=dr;yc.prototype.clear=ptt;yc.prototype["delete"]=wtt;yc.prototype.get=btt;yc.prototype.has=ktt;yc.prototype.set=dtt;ph.prototype.clear=gtt;ph.prototype["delete"]=nit;ph.prototype.get=tit;ph.prototype.has=iit;ph.prototype.set=rit;wh.prototype.clear=uit;wh.prototype["delete"]=fit;wh.prototype.get=eit;wh.prototype.has=oit;wh.prototype.set=sit;pc.prototype.add=pc.prototype.push=hit;pc.prototype.has=cit;be.prototype.clear=lit;be.prototype["delete"]=ait;be.prototype.get=vit;be.prototype.has=yit;be.prototype.set=pit;uc=nk(ho);dp=nk(ey,!0);fv=tk();gp=tk(!0);nw=ty?function(n,t){return ty.set(n,t),n}:wf;rg=dv?function(n,t){return dv(n,"toString",{configurable:!0,enumerable:!1,value:vp(t),writable:!0})}:wf;ug=tr;fg=rvt||function(n){return u.clearTimeout(n)};eg=hl&&1/oi(new hl([,-0]))[1]==ft?function(n){return new hl(n)}:wp;ev=ty?function(n){return ty.get(n)}:wp;var aw=hw?function(n){return n==null?[]:(n=tu(n),g(hw(n),function(t){return rtt.call(n,t)}))}:bp,ott=hw?function(n){for(var t=[];n;)nt(t,aw(n)),n=bv(n);return t}:bp,cf=lf;(cw&&cf(new cw(new ArrayBuffer(1)))!=pt||gl&&cf(new gl)!=a||lw&&cf(lw.resolve())!=ku||hl&&cf(new hl)!=v||na&&cf(new na)!=ri)&&(cf=function(t){var i=lf(t),r=i==k?t.constructor:n,u=r?kc(r):"";if(u)switch(u){case vvt:return pt;case yvt:return a;case pvt:return ku;case wvt:return v;case bvt:return ri}return i});og=av?nc:kp;var stt=dk(nw),ua=fvt||function(n,t){return u.setTimeout(n,t)},vw=dk(rg);tw=tft(function(n){var t=[];return n.charCodeAt(0)===46&&t.push(""),n.replace(gs,function(n,i,r,u){t.push(r?u.replace(eh,"$1"):i||n)}),t});var kvt=tr(function(n,t){return fu(n)?ll(n,sf(t,1,fu,!0)):[]}),dvt=tr(function(t,i){var r=te(i);return fu(r)&&(r=n),fu(t)?ll(t,sf(i,1,fu,!0),wt(r,2)):[]}),gvt=tr(function(t,i){var r=te(i);return fu(r)&&(r=n),fu(t)?ll(t,sf(i,1,fu,!0),n,r):[]}),nyt=tr(function(n){var t=r(n,ky);return t.length&&t[0]===n[0]?sy(t):[]}),tyt=tr(function(t){var u=te(t),i=r(t,ky);return u===te(i)?u=n:i.pop(),i.length&&i[0]===t[0]?sy(i,wt(u,2)):[]}),iyt=tr(function(t){var i=te(t),u=r(t,ky);return i=typeof i=="function"?i:n,i&&u.pop(),u.length&&u[0]===t[0]?sy(u,n,i):[]});sg=tr(ud);hg=dh(function(n,t){var i=n==null?0:n.length,u=fy(n,t);return cb(n,r(t,function(n){return gh(n,i)?+n:n}).sort(kb)),u});var ryt=tr(function(n){return sc(sf(n,1,fu,!0))}),uyt=tr(function(t){var i=te(t);return fu(i)&&(i=n),sc(sf(t,1,fu,!0),wt(i,2))}),fyt=tr(function(t){var i=te(t);return i=typeof i=="function"?i:n,sc(sf(t,1,fu,!0),n,i)}),eyt=tr(function(n,t){return fu(n)?ll(n,t):[]}),oyt=tr(function(n){return by(g(n,fu))}),syt=tr(function(t){var i=te(t);return fu(i)&&(i=n),by(g(t,fu),wt(i,2))}),hyt=tr(function(t){var i=te(t);return i=typeof i=="function"?i:n,by(g(t,fu),n,i)}),cyt=tr(hp);cg=tr(function(t){var r=t.length,i=r>1?t[r-1]:n;return i=typeof i=="function"?(t.pop(),i):n,fd(t,i)});lg=dh(function(t){var r=t.length,u=r?t[0]:0,i=this.__wrapped__,f=function(n){return fy(n,t)};return r>1||this.__actions__.length||!(i instanceof dr)||!gh(u)?this.thru(f):(i=i.slice(u,+u+(r?1:0)),i.__actions__.push({func:ga,args:[f],thisArg:n}),new df(i,this.__chain__).thru(function(t){return r&&!t.length&&t.push(n),t}))});ag=aa(function(n,t,i){nu.call(n,i)?++n[i]:bh(n,i,1)});vg=rk(nd);yg=rk(td);pg=aa(function(n,t,i){nu.call(n,i)?n[i].push(t):bh(n,i,[t])});wg=tr(function(n,t,i){var u=-1,e=typeof t=="function",r=yf(n)?ff(n.length):[];return uc(n,function(n){r[++u]=e?f(t,n,i):al(n,t,i)}),r});bg=aa(function(n,t,i){bh(n,i,t)});kg=aa(function(n,t,i){n[i?0:1].push(t)},function(){return[[],[]]});dg=tr(function(n,t){if(n==null)return[];var i=t.length;return i>1&&af(n,t[0],t[1])?t=[]:i>2&&af(t[0],t[1],t[2])&&(t=[t[0]]),sb(n,sf(t,1),[])});kl=uvt||function(){return u.Date.now()};ov=tr(function(n,t,i){var r=h,u;return i.length&&(u=tt(i,fl(ov)),r|=p),kh(n,r,t,i,u)});iw=tr(function(n,t,i){var r=h|ut,u;return i.length&&(u=tt(i,fl(iw)),r|=p),kh(t,r,n,i,u)});gg=tr(function(n,t){return dw(n,1,t)});nn=tr(function(n,t,i){return dw(n,ie(t)||0,i)});tv.Cache=wh;var lyt=ug(function(n,t){t=t.length==1&&wi(t[0])?r(t[0],e(wt())):r(sf(t,1),e(wt()));var i=t.length;return tr(function(r){for(var u=-1,e=hf(r.length,i);++u<e;)r[u]=t[u].call(this,r[u]);return f(n,this,r)})}),yw=tr(function(t,i){var r=tt(i,fl(yw));return kh(t,p,n,i,r)}),htt=tr(function(t,i){var r=tt(i,fl(htt));return kh(t,vt,n,i,r)}),ayt=dh(function(t,i){return kh(t,kt,n,n,n,i)}),vyt=wa(oy),yyt=wa(function(n,t){return n>=t}),tl=tb(function(){return arguments}())?tb:function(n){return uu(n)&&nu.call(n,"callee")&&!rtt.call(n,"callee")},wi=ff.isArray,pyt=se?e(se):ert;fc=evt||kp;tn=he?e(he):ort;rw=ce?e(ce):hrt;sv=le?e(le):crt;uw=ae?e(ae):lrt;gc=ve?e(ve):art;rn=wa(ly);un=wa(function(n,t){return n<=t});var wyt=rl(function(n,t){if(wl(t)||yf(t)){co(t,of(t),n);return}for(var i in t)nu.call(t,i)&&cl(n,i,t[i])}),ctt=rl(function(n,t){co(t,pf(t),n)}),ry=rl(function(n,t,i,r){co(t,pf(t),n,r)}),byt=rl(function(n,t,i,r){co(t,of(t),n,r)}),kyt=dh(fy);fn=tr(function(t,i){var r,u;t=tu(t);var e=-1,f=i.length,o=f>2?i[2]:n;for(o&&af(i[0],i[1],o)&&(f=1);++e<f;)for(var s=i[e],h=pf(s),c=-1,l=h.length;++c<l;)r=h[c],u=t[r],(u===n||oo(u,sl[r])&&!nu.call(t,r))&&(t[r]=s[r]);return t});en=tr(function(t){return t.push(n,ck),f(ltt,n,t)});var dyt=fk(function(n,t,i){t!=null&&typeof t.toString!="function"&&(t=yv.call(t));n[t]=i},vp(wf)),gyt=fk(function(n,t,i){t!=null&&typeof t.toString!="function"&&(t=yv.call(t));nu.call(n,t)?n[t].push(i):n[t]=[i]},wt),npt=tr(al),tpt=rl(function(n,t,i){ha(n,t,i)}),ltt=rl(function(n,t,i,r){ha(n,t,i,r)}),ipt=dh(function(n,t){var i={},u,f;if(n==null)return i;for(u=!1,t=r(t,function(t){return t=lc(t,n),u||(u=t.length>1),t}),co(n,rp(n),i),u&&(i=gf(i,it|yu|ct,cut)),f=t.length;f--;)wy(i,t[f]);return i});on=dh(function(n,t){return n==null?{}:prt(n,t)});fw=sk(of);ew=sk(pf);sn=ul(function(n,t,i){return t=t.toLowerCase(),n+(i?gd(t):t)});var rpt=ul(function(n,t,i){return n+(i?"-":"")+t.toLowerCase()}),upt=ul(function(n,t,i){return n+(i?" ":"")+t.toLowerCase()}),fpt=ik("toLowerCase");hn=ul(function(n,t,i){return n+(i?"_":"")+t.toLowerCase()});cn=ul(function(n,t,i){return n+(i?" ":"")+hv(t)});ln=ul(function(n,t,i){return n+(i?" ":"")+t.toUpperCase()});hv=ik("toUpperCase");ow=tr(function(t,i){try{return f(t,n,i)}catch(r){return cp(r)?r:new dn(r)}});an=dh(function(n,t){return o(t,function(t){t=fh(t);bh(n,t,ov(n[t],n))}),n});vn=uk();yn=uk(!0);pn=tr(function(n,t){return function(i){return al(i,n,t)}});wn=tr(function(n,t){return function(i){return al(n,i,t)}});var ept=np(r),opt=np(eu),spt=np(gi);bn=ek();kn=ek(!0);var hpt=ya(function(n,t){return n+t},0),cpt=tp("ceil"),lpt=ya(function(n,t){return n/t},1),apt=tp("floor"),vpt=ya(function(n,t){return n*t},1),ypt=tp("round"),ppt=ya(function(n,t){return n-t},0);return et.after=est,et.ary=hd,et.assign=wyt,et.assignIn=ctt,et.assignInWith=ry,et.assignWith=byt,et.at=kyt,et.before=cd,et.bind=ov,et.bindAll=an,et.bindKey=iw,et.castArray=yst,et.chain=ed,et.chunk=oft,et.compact=sft,et.concat=hft,et.cond=blt,et.conforms=klt,et.constant=vp,et.countBy=ag,et.create=wht,et.curry=ld,et.curryRight=ad,et.debounce=vd,et.defaults=fn,et.defaultsDeep=en,et.defer=gg,et.delay=nn,et.difference=kvt,et.differenceBy=dvt,et.differenceWith=gvt,et.drop=cft,et.dropRight=lft,et.dropRightWhile=aft,et.dropWhile=vft,et.fill=yft,et.filter=vot,et.flatMap=yot,et.flatMapDeep=pot,et.flatMapDepth=wot,et.flatten=id,et.flattenDeep=pft,et.flattenDepth=wft,et.flip=ost,et.flow=vn,et.flowRight=yn,et.fromPairs=bft,et.functions=ict,et.functionsIn=rct,et.groupBy=pg,et.initial=dft,et.intersection=nyt,et.intersectionBy=tyt,et.intersectionWith=iyt,et.invert=dyt,et.invertBy=gyt,et.invokeMap=wg,et.iteratee=yp,et.keyBy=bg,et.keys=of,et.keysIn=pf,et.map=nv,et.mapKeys=fct,et.mapValues=ect,et.matches=glt,et.matchesProperty=nat,et.memoize=tv,et.merge=tpt,et.mergeWith=ltt,et.method=pn,et.methodOf=wn,et.mixin=pp,et.negate=iv,et.nthArg=iat,et.omit=ipt,et.omitBy=oct,et.once=sst,et.orderBy=kot,et.over=ept,et.overArgs=lyt,et.overEvery=opt,et.overSome=spt,et.partial=yw,et.partialRight=htt,et.partition=kg,et.pick=on,et.pickBy=dd,et.property=ig,et.propertyOf=rat,et.pull=sg,et.pullAll=ud,et.pullAllBy=iet,et.pullAllWith=ret,et.pullAt=hg,et.range=bn,et.rangeRight=kn,et.rearg=ayt,et.reject=nst,et.remove=uet,et.rest=hst,et.reverse=sp,et.sampleSize=ist,et.set=hct,et.setWith=cct,et.shuffle=rst,et.slice=fet,et.sortBy=dg,et.sortedUniq=vet,et.sortedUniqBy=yet,et.split=olt,et.spread=cst,et.tail=pet,et.take=wet,et.takeRight=bet,et.takeRightWhile=ket,et.takeWhile=det,et.tap=uot,et.throttle=lst,et.thru=ga,et.toArray=wd,et.toPairs=fw,et.toPairsIn=ew,et.toPath=sat,et.toPlainObject=kd,et.transform=lct,et.unary=ast,et.union=ryt,et.unionBy=uyt,et.unionWith=fyt,et.uniq=get,et.uniqBy=not,et.uniqWith=tot,et.unset=act,et.unzip=hp,et.unzipWith=fd,et.update=vct,et.updateWith=yct,et.values=el,et.valuesIn=pct,et.without=eyt,et.words=tg,et.wrap=vst,et.xor=oyt,et.xorBy=syt,et.xorWith=hyt,et.zip=cyt,et.zipObject=iot,et.zipObjectDeep=rot,et.zipWith=cg,et.entries=fw,et.entriesIn=ew,et.extend=ctt,et.extendWith=ry,pp(et,et),et.add=hpt,et.attempt=ow,et.camelCase=sn,et.capitalize=gd,et.ceil=cpt,et.clamp=wct,et.clone=pst,et.cloneDeep=bst,et.cloneDeepWith=kst,et.cloneWith=wst,et.conformsTo=dst,et.deburr=ng,et.defaultTo=dlt,et.divide=lpt,et.endsWith=dct,et.eq=oo,et.escape=gct,et.escapeRegExp=nlt,et.every=aot,et.find=vg,et.findIndex=nd,et.findKey=bht,et.findLast=yg,et.findLastIndex=td,et.findLastKey=kht,et.floor=apt,et.forEach=od,et.forEachRight=sd,et.forIn=dht,et.forInRight=ght,et.forOwn=nct,et.forOwnRight=tct,et.get=lp,et.gt=vyt,et.gte=yyt,et.has=uct,et.hasIn=ap,et.head=rd,et.identity=wf,et.includes=bot,et.indexOf=kft,et.inRange=bct,et.invoke=npt,et.isArguments=tl,et.isArray=wi,et.isArrayBuffer=pyt,et.isArrayLike=yf,et.isArrayLikeObject=fu,et.isBoolean=gst,et.isBuffer=fc,et.isDate=tn,et.isElement=nht,et.isEmpty=tht,et.isEqual=iht,et.isEqualWith=rht,et.isError=cp,et.isFinite=uht,et.isFunction=nc,et.isInteger=yd,et.isLength=rv,et.isMap=rw,et.isMatch=fht,et.isMatchWith=eht,et.isNaN=oht,et.isNative=sht,et.isNil=cht,et.isNull=hht,et.isNumber=pd,et.isObject=iu,et.isObjectLike=uu,et.isPlainObject=bl,et.isRegExp=sv,et.isSafeInteger=lht,et.isSet=uw,et.isString=uv,et.isSymbol=kf,et.isTypedArray=gc,et.isUndefined=aht,et.isWeakMap=vht,et.isWeakSet=yht,et.join=gft,et.kebabCase=rpt,et.last=te,et.lastIndexOf=net,et.lowerCase=upt,et.lowerFirst=fpt,et.lt=rn,et.lte=un,et.max=cat,et.maxBy=lat,et.mean=aat,et.meanBy=vat,et.min=yat,et.minBy=pat,et.stubArray=bp,et.stubFalse=kp,et.stubObject=uat,et.stubString=fat,et.stubTrue=eat,et.multiply=vpt,et.nth=tet,et.noConflict=tat,et.noop=wp,et.now=kl,et.pad=tlt,et.padEnd=ilt,et.padStart=rlt,et.parseInt=ult,et.random=kct,et.reduce=dot,et.reduceRight=got,et.repeat=flt,et.replace=elt,et.result=sct,et.round=ypt,et.runInContext=ru,et.sample=tst,et.size=ust,et.snakeCase=hn,et.some=fst,et.sortedIndex=eet,et.sortedIndexBy=oet,et.sortedIndexOf=set,et.sortedLastIndex=het,et.sortedLastIndexBy=cet,et.sortedLastIndexOf=aet,et.startCase=cn,et.startsWith=slt,et.subtract=ppt,et.sum=wat,et.sumBy=bat,et.template=hlt,et.times=oat,et.toFinite=rc,et.toInteger=bi,et.toLength=bd,et.toLower=clt,et.toNumber=ie,et.toSafeInteger=pht,et.toString=gr,et.toUpper=llt,et.trim=alt,et.trimEnd=vlt,et.trimStart=ylt,et.truncate=plt,et.unescape=wlt,et.uniqueId=hat,et.upperCase=ln,et.upperFirst=hv,et.each=od,et.eachRight=sd,et.first=rd,pp(et,function(){var n={};return ho(et,function(t,i){nu.call(et.prototype,i)||(n[i]=t)}),n}(),{chain:!1}),et.VERSION=ao,o(["bind","bindKey","curry","curryRight","partial","partialRight"],function(n){et[n].placeholder=et}),o(["drop","take"],function(t,i){dr.prototype[t]=function(r){r=r===n?1:ef(bi(r),0);var u=this.__filtered__&&!i?new dr(this):this.clone();return u.__filtered__?u.__takeCount__=hf(r,u.__takeCount__):u.__views__.push({size:hf(r,w),type:t+(u.__dir__<0?"Right":"")}),u};dr.prototype[t+"Right"]=function(n){return this.reverse()[t](n).reverse()}}),o(["filter","map","takeWhile"],function(n,t){var i=t+1,r=i==wu||i==ns;dr.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:wt(n,3),type:i}),t.__filtered__=t.__filtered__||r,t}}),o(["head","last"],function(n,t){var i="take"+(t?"Right":"");dr.prototype[n]=function(){return this[i](1).value()[0]}}),o(["initial","tail"],function(n,t){var i="drop"+(t?"":"Right");dr.prototype[n]=function(){return this.__filtered__?new dr(this):this[i](1)}}),dr.prototype.compact=function(){return this.filter(wf)},dr.prototype.find=function(n){return this.filter(n).head()},dr.prototype.findLast=function(n){return this.reverse().find(n)},dr.prototype.invokeMap=tr(function(n,t){return typeof n=="function"?new dr(this):this.map(function(i){return al(i,n,t)})}),dr.prototype.reject=function(n){return this.filter(iv(wt(n)))},dr.prototype.slice=function(t,i){t=bi(t);var r=this;return r.__filtered__&&(t>0||i<0)?new dr(r):(t<0?r=r.takeRight(-t):t&&(r=r.drop(t)),i!==n&&(i=bi(i),r=i<0?r.dropRight(-i):r.take(i-t)),r)},dr.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},dr.prototype.toArray=function(){return this.take(w)},ho(dr.prototype,function(t,i){var e=/^(?:filter|find|map|reject)|While$/.test(i),r=/^(?:head|last)$/.test(i),u=et[r?"take"+(i=="last"?"Right":""):i],f=r||/^find/.test(i);u&&(et.prototype[i]=function(){var o=this.__wrapped__,s=r?[1]:arguments,h=o instanceof dr,a=s[0],c=h||wi(o),v=function(n){var t=u.apply(et,nt([n],s));return r&&l?t[0]:t},i;c&&e&&typeof a=="function"&&a.length!=1&&(h=c=!1);var l=this.__chain__,w=!!this.__actions__.length,y=f&&!l,p=h&&!w;return!f&&c?(o=p?o:new dr(this),i=t.apply(o,s),i.__actions__.push({func:ga,args:[v],thisArg:n}),new df(i,l)):y&&p?t.apply(this,s):(i=this.thru(v),y?r?i.value()[0]:i.value():i)})}),o(["pop","push","shift","sort","splice","unshift"],function(n){var t=lv[n],i=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",r=/^(?:pop|shift)$/.test(n);et.prototype[n]=function(){var u=arguments,n;return r&&!this.__chain__?(n=this.value(),t.apply(wi(n)?n:[],u)):this[i](function(n){return t.apply(wi(n)?n:[],u)})}}),ho(dr.prototype,function(n,t){var i=et[t],r,u;i&&(r=i.name+"",u=ia[r]||(ia[r]=[]),u.push({name:t,func:i}))}),ia[va(n,ut).name]=[{name:"wrapper",func:n}],dr.prototype.clone=att,dr.prototype.reverse=vtt,dr.prototype.value=ytt,et.prototype.at=lg,et.prototype.chain=fot,et.prototype.commit=eot,et.prototype.next=oot,et.prototype.plant=hot,et.prototype.reverse=cot,et.prototype.toJSON=et.prototype.valueOf=et.prototype.value=lot,et.prototype.first=et.prototype.head,dl&&(et.prototype[dl]=sot),et};d=ru();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(u._=d,define(function(){return d})):et?((et.exports=d)._=d,uu._=d):u._=d}.call(this);var iconUpClass="nuv-sort-icon-up",iconDownClass="nuv-sort-icon-down",hideLoadMoreConfigs=[],tableDataSources=[],fullDataAPI=[],sortColumn={Field:"",OrderBy:"asc"};initLoadMoreEvent();isPageEditor=function(){return typeof Sitecore!="undefined"?Sitecore&&Sitecore.WebEdit:!1};isPageEditor()&&$(".cookie-notification").addClass("cookie-notification-style");isPageEditor=function(){return typeof Sitecore!="undefined"?!!(Sitecore&&Sitecore.PageModes&&Sitecore.PageModes.PageEditor):!1};isPageEditor()&&$(".nuv-speed-bump").addClass("nuv-speed-bump-editor");$(window).load(function(){$("#USA_AcknowledgeCheckbox").length>0&&$("#USA_AcknowledgeCheckbox").prop("disabled",!1);$("#OhioResidentYesCheckbox").length>0&&$("#OhioResidentYesCheckbox").prop("disabled",!1);$("#OhioResidentNoCheckbox").length>0&&$("#OhioResidentNoCheckbox").prop("disabled",!1);$("#institutionalAgreeBtn").length>0&&$("#institutionalAgreeBtn").prop("disabled",!1);$("#OhioResidentModelAgreeBtn").length>0&&$("#OhioResidentModelAgreeBtn").prop("disabled",!1)});$(document).ready(function(){$(".site-switcher-update ").length>=1&&performance.navigation.type==2&&location.reload(!0)});$(".article-body-button").length>0&&$(".article-body-button").each(function(){$(".article-body-button a").removeClass("nuv-button__btn");$(".article-body-button a").addClass("nuv-button__btn")});$(window).load(function(){var n=$("#propertySectorFilter").length>0?$("#propertySectorFilter").val():"",t,i;n!=""&&($("#dpSector").find(":contains('"+n+"')").length>0&&(t=$("#dpSector").find(":contains('"+n+"')").val(),t!=""&&($("#dpSector").val(t),$("#dpSector").trigger("change")),$("#dpSector").prop("disabled",!0),$("#dpSector").addClass("dropdown-disable")),$("#dpSectorSmall").find(":contains('"+n+"')").length>0&&(i=$("#dpSectorSmall").find(":contains('"+n+"')").val(),i!=""&&($("#dpSectorSmall").val(i),$("#dpSectorSmall").trigger("change")),$("#dpSectorSmall").prop("disabled",!0),$("#dpSectorSmall").addClass("dropdown-disable")))})