(window.webpackJsonp=window.webpackJsonp||[]).push([[36],{1445:function(n,e,t){var content=t(1720);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[n.i,content,""]]),content.locals&&(n.exports=content.locals);(0,t(94).default)("3a03971d",content,!0,{sourceMap:!1})},1719:function(n,e,t){"use strict";t(1445)},1720:function(n,e,t){var o=t(93),c=t(188),r=t(1721),l=t(1722),d=t(1723),h=o(!1),m=c(r),f=c(l),x=c(d);h.push([n.i,".component-article-section-heading.has-h2 {\n margin: 40px 0 20px 0;\n}\n.component-article-section-heading.has-h3 {\n margin: 30px 0 20px 0;\n}\n.component-article-section-heading h2,\n.component-article-section-heading h3 {\n display: inline;\n color: #2E2E30;\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n}\n.component-article-section-heading h2.right-margin,\n.component-article-section-heading h3.right-margin {\n margin-right: 10px;\n}\n.component-article-section-heading h2 a,\n.component-article-section-heading h3 a {\n color: #007CBE;\n text-decoration: underline;\n transition: color 0.2s linear;\n}\n.component-article-section-heading h2 a:hover,\n.component-article-section-heading h3 a:hover {\n color: #0D6493;\n text-decoration: underline;\n cursor: pointer;\n}\n.component-article-section-heading h2 {\n font-size: 28px;\n line-height: 36px;\n}\n.component-article-section-heading h3 {\n font-size: 22px;\n line-height: 28px;\n}\n.component-article-section-heading .heading-label {\n display: inline-block;\n position: relative;\n padding: 0 10px 0 27px;\n vertical-align: text-bottom;\n}\n.component-article-section-heading .heading-label::before {\n content: '';\n position: absolute;\n top: 0;\n bottom: 0;\n margin: auto 0;\n left: 10px;\n margin-right: 5px;\n border-radius: 50%;\n height: 12px;\n width: 12px;\n}\n.component-article-section-heading .heading-label .heading-icon {\n position: absolute;\n top: 0;\n bottom: 0;\n margin: auto 0;\n left: 10px;\n width: 12px;\n height: 12px;\n background-repeat: no-repeat;\n}\n.component-article-section-heading h2,\n.component-article-section-heading h3 {\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n}\n.component-article-section-heading h2 em,\n.component-article-section-heading h3 em,\n.component-article-section-heading h2 i,\n.component-article-section-heading h3 i {\n font-family: 'ProximaNovaBoldItalic', Arial, sans-serif;\n font-style: normal;\n}\n.component-article-section-heading .heading-label {\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n font-size: 14px;\n line-height: 22px;\n border-radius: 5px;\n}\n.component-article-section-heading .heading-label.good-evidence {\n color: #1B6158;\n background-color: #E2F7EA;\n}\n.component-article-section-heading .heading-label.good-evidence .heading-icon {\n background-image: url("+m+");\n background-position: 1px 3px;\n filter: invert(91%) sepia(9%) saturate(343%) hue-rotate(86deg) brightness(107%) contrast(94%);\n}\n.component-article-section-heading .heading-label.good-evidence::before {\n background-color: #1B6158;\n}\n.component-article-section-heading .heading-label.some-evidence {\n color: #895200;\n background-color: #FFF7CC;\n}\n.component-article-section-heading .heading-label.some-evidence .heading-icon {\n background-image: url("+f+");\n background-position: 5px 2px;\n filter: invert(92%) sepia(21%) saturate(467%) hue-rotate(335deg) brightness(103%) contrast(106%);\n}\n.component-article-section-heading .heading-label.some-evidence::before {\n background-color: #895200;\n}\n.component-article-section-heading .heading-label.limited-evidence {\n color: #9F3000;\n background-color: #FFEBD3;\n}\n.component-article-section-heading .heading-label.limited-evidence .heading-icon {\n background-image: url("+f+");\n background-position: 5px 2px;\n filter: invert(89%) sepia(11%) saturate(1063%) hue-rotate(318deg) brightness(109%) contrast(101%);\n}\n.component-article-section-heading .heading-label.limited-evidence::before {\n background-color: #9F3000;\n}\n.component-article-section-heading .heading-label.no-evidence {\n color: #9C0900;\n background-color: #FFE0D7;\n}\n.component-article-section-heading .heading-label.no-evidence .heading-icon {\n background-image: url("+x+");\n background-position: 2px 5px;\n filter: invert(91%) sepia(9%) saturate(1070%) hue-rotate(312deg) brightness(101%) contrast(101%);\n}\n.component-article-section-heading .heading-label.no-evidence::before {\n background-color: #9C0900;\n}\n",""]),n.exports=h},1721:function(n,e,t){n.exports=t.p+"1a5139d37cfacc8279adab8157ee55b8.svg"},1722:function(n,e,t){n.exports=t.p+"258b5a92b86429c66abb3589ca931d36.svg"},1723:function(n,e,t){n.exports=t.p+"c5b00ee2f128d4471bd87caf632a4138.svg"},2048:function(n,e,t){"use strict";t.r(e);t(19),t(17),t(50);var o=t(0),c=t(97),r={name:"ArticleSectionHeading",mixins:[t(999).a],props:{heading:{type:Object,default:function(){return{}}}},computed:{dynamicHeadingLabel:function(){return'').concat(this.headingLabel,"")},formattedTitle:function(){var title=Object(c.a)(Object(o.a)(this,"heading.formatted_title",""),Object(o.a)(this,"$config",{}));return this.headingLabel?title.replace("

",'

').replace("

",'

').replace("

","".concat(this.dynamicHeadingLabel)).replace("","".concat(this.dynamicHeadingLabel)):title},headingLabel:function(){return Object(o.a)(this,"heading.heading_label","")},headingLabelHtmlClass:function(){return Object(o.a)(this,"heading.heading_label","").replace(/\s+/g,"-").toLowerCase()},hasH2:function(){if(!this.formattedTitle)return!0;var n=this.formattedTitle;return/