(window.webpackJsonp=window.webpackJsonp||[]).push([[46,186],{1046:function(t,e,n){"use strict";n(878)},1047:function(t,e,n){var o=n(81)(!1);o.push([t.i,".component-caption-module {\n display: flex;\n flex-direction: column;\n margin-top: 10px;\n padding: 0 20px;\n}\n@media (min-width: 768px) {\n.component-caption-module {\n padding: 0;\n display: block;\n}\n}\n.component-caption-module .caption__caption-text {\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-caption-module .caption__caption-text {\n -webkit-line-clamp: 2;\n}\n}\n.component-caption-module .caption__attribution-link {\n display: block;\n}\n.component-caption-module .caption__attribution-link,\n.component-caption-module .caption__attribution-text {\n flex: 1;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n text-decoration: none;\n}\n.component-caption-module {\n padding: 0;\n}\n.component-caption-module.margin-if-series {\n margin-bottom: 25px;\n}\n",""]),t.exports=o},1103:function(t,e,n){"use strict";n.r(e);var o={name:"CaptionModule",props:{captionText:{type:String,default:""},attributionPrefix:{type:String,default:"Credit"},hasSeriesAndFirstImage:{type:Boolean,default:!1},attributionLink:{type:String,default:""},attributionText:{type:String,default:""}}},l=(n(1046),n(39)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"component-caption-module",class:{"margin-if-series":t.hasSeriesAndFirstImage}},[t.captionText?n("div",{staticClass:"caption__caption-text ui-label"},[t._v("\n "+t._s(t.captionText)+"\n ")]):t._e(),t._v(" "),t.attributionText?n("div",[n(t.attributionLink?"a":"div",{tag:"component",class:t.attributionLink?"caption__attribution-link ui-label-bold":"caption__attribution-text ui-label-bold",attrs:{href:t.attributionLink?t.attributionLink:null,target:t.attributionLink?"_blank":null}},[n("span",{staticClass:"caption__attribution-text-copy"},[t._v(t._s(t.attributionPrefix)+":")]),t._v("\n "+t._s(t.attributionText)+"\n ")])],1):t._e()])}),[],!1,null,null,null);e.default=component.exports},1295:function(t,e,n){var content=n(1548);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(82).default)("09cba5e9",content,!0,{sourceMap:!1})},1547:function(t,e,n){"use strict";n(1295)},1548:function(t,e,n){var o=n(81)(!1);o.push([t.i,".component-article-section-table {\n clear: both;\n margin: 0 0 25px;\n}\n.component-article-section-table .section-header.title {\n margin-top: 0;\n margin-bottom: 15px;\n}\n.component-article-section-table .table-wrapper {\n width: 100%;\n}\n.component-article-section-table .table-wrapper.mobile-wide,\n.component-article-section-table .table-wrapper.desktop-wide {\n position: relative;\n}\n.component-article-section-table .table-wrapper.mobile-wide::after,\n.component-article-section-table .table-wrapper.desktop-wide::after {\n position: absolute;\n bottom: 0;\n right: 0;\n height: 100%;\n width: 40px;\n content: \"\";\n pointer-events: none;\n}\n.component-article-section-table .table-wrapper.mobile-wide .table-container,\n.component-article-section-table .table-wrapper.desktop-wide .table-container {\n overflow: hidden;\n border-radius: 5px;\n border: 1px solid #DFDFDF;\n margin-bottom: 15px;\n}\n.component-article-section-table .table-wrapper.mobile-wide .table-inner-container,\n.component-article-section-table .table-wrapper.desktop-wide .table-inner-container {\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n@media (min-width: 768px) {\n.component-article-section-table .table-wrapper.mobile-wide::after {\n background: none;\n}\n}\n.component-article-section-table .table-wrapper.mobile-wide th,\n.component-article-section-table .table-wrapper.mobile-wide td {\n width: 100px;\n}\n@media (min-width: 768px) {\n.component-article-section-table .table-wrapper.mobile-wide th,\n .component-article-section-table .table-wrapper.mobile-wide td {\n width: 100%;\n}\n}\n.component-article-section-table .table-wrapper.desktop-wide th,\n.component-article-section-table .table-wrapper.desktop-wide td {\n width: 98px;\n}\n.component-article-section-table .table-wrapper .table {\n width: 100%;\n table-layout: fixed;\n}\n.component-article-section-table .table-wrapper .table a {\n color: #007CBE;\n transition: color 0.2s linear;\n text-decoration: underline;\n}\n.component-article-section-table .table-wrapper .table a:hover {\n color: #0D6493;\n text-decoration: underline;\n cursor: pointer;\n}\n.component-article-section-table .table-wrapper .table thead {\n color: #2E2E30;\n background: #F2F2F2;\n}\n.component-article-section-table .table-wrapper .table thead tr {\n border-bottom: 2px solid #DFDFDF;\n}\n.component-article-section-table .table-wrapper .table thead tr:last-of-type th {\n border-bottom: none;\n}\n.component-article-section-table .table-wrapper .table thead th {\n padding: 15px 5px 15px 10px;\n text-align: left;\n overflow-wrap: break-word;\n word-wrap: break-word;\n border-right: 1px solid #DFDFDF;\n border-bottom: 1px solid #DFDFDF;\n vertical-align: middle;\n font-size: 15px;\n line-height: 20px;\n}\n.component-article-section-table .table-wrapper .table thead th:last-of-type {\n border-right: none;\n}\n.component-article-section-table .table-wrapper .table thead th strong {\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n}\n.component-article-section-table .table-wrapper .table thead th em,\n.component-article-section-table .table-wrapper .table thead th i {\n font-style: italic;\n}\n.component-article-section-table .table-wrapper .table tbody tr:nth-child(odd) {\n background-color: #F2F2F2;\n}\n.component-article-section-table .table-wrapper .table tbody .tbody-row:hover,\n.component-article-section-table .table-wrapper .table tbody .tbody-row:active {\n background-color: #F9F4EB;\n cursor: pointer;\n}\n.component-article-section-table .table-wrapper .table tbody tr:last-of-type td {\n border-bottom: none;\n}\n.component-article-section-table .table-wrapper .table tbody td {\n color: #2E2E30;\n padding: 15px 5px 15px 10px;\n font-size: 15px;\n line-height: 20px;\n min-width: 100px;\n overflow-wrap: break-word;\n word-wrap: break-word;\n border-right: 1px solid #DFDFDF;\n border-bottom: 1px solid #DFDFDF;\n vertical-align: middle;\n}\n.component-article-section-table .table-wrapper .table tbody td:last-of-type {\n border-right: none;\n}\n.component-article-section-table .table-wrapper .table tbody td em,\n.component-article-section-table .table-wrapper .table tbody td i {\n font-style: italic;\n}\n.component-article-section-table .table-wrapper .table thead + tbody tr:nth-child(odd) {\n background-color: #FFF;\n}\n.component-article-section-table .table-wrapper .table thead + tbody tr:nth-child(even) {\n background-color: #F2F2F2;\n}\n.component-article-section-table .component-caption-module {\n padding: 0;\n}\n.component-article-section-table .component-caption-module .caption__attribution-text {\n font-family: 'ProximaNovaRegularItalic', Arial, sans-serif;\n color: #2E2E30;\n font-size: 15px;\n line-height: 20px;\n white-space: normal;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 4;\n}\n@media (min-width: 768px) {\n.component-article-section-table .component-caption-module .caption__attribution-text {\n -webkit-line-clamp: 2;\n}\n}\n",""]),t.exports=o},1858:function(t,e,n){"use strict";n.r(e);n(62);var o=n(0),l={name:"ArticleSectionTable",props:{title:{type:String,default:""},tableData:{type:Array,default:function(){return[]}},attribution:{type:String,default:""},hasHeader:{type:Boolean,default:!0}},computed:{hasTitle:function(){return Object(o.a)(this,"title","").length>0},hasAttribution:function(){return Object(o.a)(this,"attribution","").length>0},hasTable:function(){return Object(o.a)(this,"tableData",[]).length>0},hasContent:function(){return this.hasTitle||this.hasTable||this.hasAttribution},mobileWide:function(){return Object(o.a)(this,"tableData[0]",[]).length>3&&Object(o.a)(this,"tableData[0]",[]).length<6},desktopWide:function(){return Object(o.a)(this,"tableData[0]",[]).length>6},getTableRows:function(){var t=this.hasHeader?1:0;return this.tableData.slice(t)}}},r=(n(1547),n(39)),component=Object(r.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.hasContent?n("div",{ref:"table",staticClass:"component-article-section-table"},[t.hasTitle?n("p",{staticClass:"section-header title ui-heading-3",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),n("div",{staticClass:"table-wrapper",class:{"mobile-wide":t.mobileWide,"desktop-wide":t.desktopWide}},[n("div",{staticClass:"table-container"},[n("div",{staticClass:"table-inner-container"},[t.hasTable?n("table",{staticClass:"table"},[t.hasHeader?n("thead",{staticClass:"ui-label-bold"},t._l(t.tableData.slice(0,1),(function(e,o){return n("tr",{key:o},t._l(e,(function(e,o){return n("th",{key:o,domProps:{innerHTML:t._s(e)}})})),0)})),0):t._e(),t._v(" "),n("tbody",t._l(t.getTableRows,(function(e,o){return n("tr",{key:o,staticClass:"tbody-row"},t._l(e,(function(e,o){return n("td",{key:o,staticClass:"ui-label",domProps:{innerHTML:t._s(e)}})})),0)})),0)]):t._e()])])]),t._v(" "),t.hasAttribution?n("CaptionModule",{attrs:{"attribution-prefix":"Source(s)","attribution-text":t.attribution}}):t._e()],1):t._e()}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{CaptionModule:n(1103).default})},878:function(t,e,n){var content=n(1047);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(82).default)("0b589d5c",content,!0,{sourceMap:!1})}}]);