header,
footer,
.breadcrumbs,
.report-title,
.subnav,
.section-meet,
.section-call,
.section-sitemap,
.lwa-holder,
.menu,
.menu-button,
.fb_reset {
    display: none;
}

.print-only {
    display: initial !important;
}

* {
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 1.2;
    color: #000;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}

body,
p {
    margin: 0;
    padding: 0;
}

.generic-padding {
    padding: 0 12mm 2.5mm 21.5mm;
}

.animsition {
    padding-top: 0;
}

.wrapper {
    max-width: 100%;
}

.report-main {
    margin-bottom: 7.5mm;
}

.report-main h1 {
    margin: 17.5mm 0 3.5mm;
    font-weight: 600;
    font-size: 16pt;
    color: #000;
    letter-spacing: -0.15pt;
}

.report-main .cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 7mm;
    -moz-column-gap: 7mm;
    column-gap: 7mm;
}

.report-main .cols p {
    margin: 0 0 5.2mm;
}

.report-linecharts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6mm;
}

.report-linecharts .item {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    position: relative;
}

.report-linecharts .legend {
    position: absolute;
    margin-top: 14.1mm;
}

.report-linecharts .item .legend p {
    position: relative;
    font-size: 14pt;
    margin-bottom: 10px;
}

.report-linecharts .item .legend p img {
    display: inline-block !important;
    vertical-align: middle;
    width: 7px;
    height: 27px;
    margin-right: 5px;
}

.report-piechart h3,
.report-linecharts h3 {
    color: #1b9e96;
    font-size: 18pt;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 4.2mm -2.5mm;
}

.linechart {
    float: right;
    margin-top: 3.5mm;
    width: 200px;
}

.item:last-child .linechart {
    margin-top: 10mm;
}

.linechart__bottom {
    float: right;
    width: 220px;
    margin-top: -2px;
}

.bars {
    margin-top: 38px;
}

.chart-top--1 {
    fill: #41ad49;
}

.chart-top--2 {
    fill: #e5c71f;
}

.chart-top--3 {
    fill: #e42028;
}

.chart-top--4 {
    fill: #28abe2;
}

.chart-bottom--1 {
    fill:#33913c;
}

.chart-bottom--2 {
    fill:#41ad49;
}

.chart-bottom--3 {
    fill:#bca519;
}

.chart-bottom--4 {
    fill:#e5c71f;
}

.linechart__bottom--2 .chart-bottom--1 {
    fill:#c52127;
}

.linechart__bottom--2 .chart-bottom--2 {
    fill:#e42028;
}

.linechart__bottom--2 .chart-bottom--3 {
    fill:#0092c8;
}

.linechart__bottom--2 .chart-bottom--4 {
    fill:#28abe2;
}

.bar {
    width: 55px;
    position: relative;
    float: right;
    margin-left: 11px;
}

.bar__top {
    position: absolute;
    top: -36px;
    right: 0;
    width: 55px;
}

.bar__line {
    width: 100%;
    height: 100%;
}

.bar p {
    display: none;
}

.bar__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 8.8mm;
}

.bar__text text {
    width: 100%;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    fill: #fff;
}

.bar .bar__suffix {
    font-size: 11pt !important;
}

.report-linecharts h3 {
    margin-bottom: 0;
    font-size: 15pt;
}

.report-footer h4 {
    font-size: 12pt;
    margin: 9.2mm 0 1.4mm;
    text-align: center;
    font-weight: bold;
}

.report-footer span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.report-footer p {
    margin: 0;
    font-size: 8pt;
}

.report-footer svg.print--email {
    width: 290px;
    height: 24px;
    margin-bottom: -5px;
}

.report-footer svg.print--email text {
    font-size: 12pt;
    fill: #58595b !important;
    font-weight: bold;
}

.report-footer .print--normal-weight {
    font-weight: normal;
}

.print-bg {
    width: 960px;
    margin: -17px 0 -17px -18px;
}

.report-piechart {
    position: relative;
}

.report-piechart h3 {
    position: absolute;
    top: 37px;
}

.amcharts-legend-div {
    width: 300px !important;
}

.amcharts-legend-div text {
    font-size: 14pt;
    fill: #000;
}

.amcharts-legend-div text tspan {
    font-size: inherit;
}

.amcharts-legend-div svg > g > g > g > path {
    stroke-width: 27px;
}

.amcharts-chart-div text {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    fill: #fff;
}

.amcharts-chart-div text tspan {
    font-size: inherit;
    font-weight: inherit;
    fill: inherit;
}

#chartdiv {
    max-width: 900px;
    height: 255px;
}
