@cdc/data-bite 4.23.7 → 4.23.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/dist/cdcdatabite.js +64 -54
- package/package.json +3 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/dist/cdcdatabite.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
|
|
3
3
|
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
|
|
4
4
|
* Licensed under MIT
|
|
5
|
-
*/@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cdc-open-viz-module .loading{text-align:center;position:absolute;z-index:3;background:rgba(255,255,255,.5);left:0;right:0;bottom:0;top:0;min-height:30%}.cdc-open-viz-module .loading span{display:block;margin-bottom:1em;font-size:1.3em}.cdc-open-viz-module .loading .la-ball-beat{position:relative;box-sizing:border-box;margin:0 auto;transform:scale(1.3);font-size:0;color:#777;display:flex;justify-content:center;align-items:center;width:108px;height:36px}.cdc-open-viz-module .loading .la-ball-beat.sm,.cdc-open-viz-module .loading .la-ball-beat.xs,.cdc-open-viz-module .loading .la-ball-beat.xxs{transform:scale(.7)}.cdc-open-viz-module .loading .la-ball-beat div+div{margin-left:10px}.cdc-open-viz-module .loading .la-ball-beat>div{position:relative;box-sizing:border-box;width:20px;height:20px;border-radius:100%;animation:ball-beat .7s -.15s infinite linear;display:inline-block;background-color:currentColor;border:0 solid currentColor}.cdc-open-viz-module .loading .la-ball-beat>div:nth-child(2n-1){animation-delay:-.5s}.cdc-open-viz-module{margin:0;font:1em/1.6 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Fira Sans,sans-serif;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#111}.cdc-open-viz-module :focus,.cdc-open-viz-module [tabindex]:focus-visible{outline:2px solid rgba(255,102,1,.9)!important}.cdc-open-viz-module .outline-none{outline:none!important}.cdc-open-viz-module div,.cdc-open-viz-module span,.cdc-open-viz-module applet,.cdc-open-viz-module object,.cdc-open-viz-module iframe,.cdc-open-viz-module h1,.cdc-open-viz-module h2,.cdc-open-viz-module h3,.cdc-open-viz-module h4,.cdc-open-viz-module h5,.cdc-open-viz-module h6,.cdc-open-viz-module p,.cdc-open-viz-module blockquote,.cdc-open-viz-module pre,.cdc-open-viz-module a,.cdc-open-viz-module abbr,.cdc-open-viz-module acronym,.cdc-open-viz-module address,.cdc-open-viz-module big,.cdc-open-viz-module cite,.cdc-open-viz-module code,.cdc-open-viz-module del,.cdc-open-viz-module dfn,.cdc-open-viz-module em,.cdc-open-viz-module img,.cdc-open-viz-module ins,.cdc-open-viz-module kbd,.cdc-open-viz-module q,.cdc-open-viz-module s,.cdc-open-viz-module samp,.cdc-open-viz-module small,.cdc-open-viz-module strike,.cdc-open-viz-module strong,.cdc-open-viz-module sub,.cdc-open-viz-module sup,.cdc-open-viz-module tt,.cdc-open-viz-module var,.cdc-open-viz-module b,.cdc-open-viz-module u,.cdc-open-viz-module i,.cdc-open-viz-module center,.cdc-open-viz-module dl,.cdc-open-viz-module dt,.cdc-open-viz-module dd,.cdc-open-viz-module ol,.cdc-open-viz-module ul,.cdc-open-viz-module li,.cdc-open-viz-module fieldset,.cdc-open-viz-module form,.cdc-open-viz-module label,.cdc-open-viz-module legend,.cdc-open-viz-module table,.cdc-open-viz-module caption,.cdc-open-viz-module tbody,.cdc-open-viz-module tfoot,.cdc-open-viz-module thead,.cdc-open-viz-module tr,.cdc-open-viz-module th,.cdc-open-viz-module td,.cdc-open-viz-module article,.cdc-open-viz-module aside,.cdc-open-viz-module canvas,.cdc-open-viz-module details,.cdc-open-viz-module embed,.cdc-open-viz-module figure,.cdc-open-viz-module figcaption,.cdc-open-viz-module footer,.cdc-open-viz-module header,.cdc-open-viz-module hgroup,.cdc-open-viz-module menu,.cdc-open-viz-module nav,.cdc-open-viz-module output,.cdc-open-viz-module ruby,.cdc-open-viz-module section,.cdc-open-viz-module summary,.cdc-open-viz-module time,.cdc-open-viz-module mark,.cdc-open-viz-module audio,.cdc-open-viz-module video{margin:0;padding:0;border:0;font-family:sans-serif;font-weight:400;vertical-align:baseline}.cdc-open-viz-module button{border:0;cursor:pointer}.cdc-open-viz-module button:focus{outline:0}.cdc-open-viz-module *{box-sizing:border-box}.cdc-open-viz-module sub,.cdc-open-viz-module sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.cdc-open-viz-module sup{top:-.5em}.cdc-open-viz-module sub{bottom:-.25em}.filters-section__wrapper{flex-wrap:wrap;display:flex;gap:7px 15px;margin-top:15px;margin-bottom:15px}.filters-section__intro-text{display:block;width:100%}.filters-section__buttons{width:100%}.filters-section__buttons .apply{margin-right:10px}section.filters-section{border-radius:10px;margin-bottom:10px;display:block!important}div.single-filters{display:flex;flex-wrap:wrap;margin:15px 0}div.single-filters select{width:auto!important}div.single-filters label{width:100%}div.single-filters__tab-bar:first-child{border-top-left-radius:15px;border-bottom-left-radius:15px}.single-filters--dropdown{width:auto;display:flex}.single-filters--tab{width:100%;display:flex;flex-wrap:wrap}.single-filters--tab .tab{width:25%;min-height:40px;border:none;padding:.5em 0;background:none;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:5px}.single-filters--tab .tab--active{border-bottom:none}.single-filters--pill{width:100%;display:flex;flex-wrap:wrap}.single-filters--pill .pill{border:none;width:95%;height:60px;background:none;border-radius:30px;box-shadow:0 2px 5px #d3d3d3;vertical-align:middle;margin-bottom:15px;margin-right:10px;margin-left:10px;white-space:break-spaces;word-break:break-word}.single-filters--pill .pill__wrapper{width:25%}.single-filters__tab-bar{background:#f2f2f2;display:flex!important;flex-wrap:wrap;width:100%;border-radius:15px}.single-filters__tab-bar button.button__tab-bar{flex:1 1 0px;padding:10px;background:none;transition:background 2s}.single-filters__tab-bar button.button__tab-bar--active{background:#fff;border-radius:15px}body.post-type-cdc_visualization .visx-tooltip{z-index:1000000}.cdc-open-viz-module{position:relative;color:#333;font-size:14px!important;line-height:1.4}.cdc-open-viz-module.md,.cdc-open-viz-module.lg{font-size:16px!important}.cdc-open-viz-module .collapsed+.table-container{border-bottom:none}.cdc-open-viz-module .table-container{overflow-x:auto;border-right:1px solid #c7c7c7;border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7}.cdc-open-viz-module div.data-table-heading{position:relative;background:rgba(0,0,0,.05);padding:.5em .7em;border:#c7c7c7 1px solid;border-bottom:0;cursor:pointer}.cdc-open-viz-module div.data-table-heading svg{position:absolute;height:100%;width:15px;top:0;right:1em}.cdc-open-viz-module div.data-table-heading:focus{z-index:2;position:relative}.cdc-open-viz-module table.data-table{width:100%;background:#fff;position:relative;border:none;overflow-x:auto;border-collapse:collapse;overflow:auto;appearance:none;table-layout:fixed}.cdc-open-viz-module table.data-table *{box-sizing:border-box}.cdc-open-viz-module table.data-table thead{-moz-user-select:none;user-select:none}.cdc-open-viz-module table.data-table thead button{background:none;font-size:initial;color:#fff}.cdc-open-viz-module table.data-table thead tr{background:none}.cdc-open-viz-module table.data-table thead{color:#fff;background-color:#565656}.cdc-open-viz-module table.data-table thead .resizer{cursor:e-resize;width:10px;position:absolute;top:0;bottom:0;right:0;touch-action:none}.cdc-open-viz-module table.data-table thead tr{text-align:left}.cdc-open-viz-module table.data-table thead th,.cdc-open-viz-module table.data-table thead td{padding:.5em 1.3em .5em .7em;line-height:normal;position:relative;text-align:left;cursor:pointer;border-right:1px solid #c7c7c7!important}.cdc-open-viz-module table.data-table thead th svg,.cdc-open-viz-module table.data-table thead td svg{margin-left:1rem}.cdc-open-viz-module table.data-table thead th.sort{background-color:#3d3d3d;background-repeat:no-repeat;background-position:right .5em center;background-size:10px 5px}.cdc-open-viz-module table.data-table thead th.sort-asc,.cdc-open-viz-module table.data-table thead td.sort-asc{background-image:url(../assets/icon-caret-filled-up.svg)}.cdc-open-viz-module table.data-table thead th.sort-desc,.cdc-open-viz-module table.data-table thead td.sort-desc{background-image:url(../assets/icon-caret-filled-down.svg)}.cdc-open-viz-module table.data-table thead th:last-child,.cdc-open-viz-module table.data-table thead td:last-child{border-right:0}.cdc-open-viz-module table.data-table tbody tr{width:100%}.cdc-open-viz-module table.data-table tbody tr:hover{background:rgba(0,0,0,.05)}.cdc-open-viz-module table.data-table tr{border-bottom:solid 1px #e5e5e5;min-width:100%}.cdc-open-viz-module table.data-table tr:last-child{border-bottom:0}.cdc-open-viz-module table.data-table td{padding:.3em .7em;border-right:1px solid rgba(0,0,0,.1)}.cdc-open-viz-module table.data-table th,.cdc-open-viz-module table.data-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cdc-open-viz-module table.data-table th:last-child,.cdc-open-viz-module table.data-table td:last-child{border-right:0!important}.cdc-open-viz-module table.data-table th{flex-grow:1}.cdc-open-viz-module table.data-table td{position:relative;flex-grow:1}.cdc-open-viz-module table.data-table td a{padding:.3em .7em;position:absolute;top:0;bottom:0;right:0;left:0;display:block;color:inherit;text-decoration:none}.cdc-open-viz-module table.data-table td span.table-link{text-decoration:underline;cursor:pointer;color:#075290}.cdc-open-viz-module table.data-table td span.table-link svg{max-width:13px;vertical-align:baseline;margin-left:5px}.cdc-open-viz-module table.data-table .boxplot-td{table-layout:fixed;width:200}.cdc-open-viz-module .no-data{position:relative}.cdc-open-viz-module .no-data .no-data-message{background:rgba(255,255,255,.5);top:0;left:0;right:0;bottom:0;position:absolute;text-align:center;display:flex;align-items:center;justify-content:center;z-index:7}.cdc-open-viz-module .no-data .no-data-message h3{font-size:1.3rem;font-weight:600;margin-bottom:.3rem}.cdc-open-viz-module .no-data tr:hover{background:#fff}.cdc-open-viz-module .no-data th,.cdc-open-viz-module .no-data td{width:50%}.cdc-open-viz-module .no-data th:before,.cdc-open-viz-module .no-data td:before{content:" "}.cdc-open-viz-module .data-table-pagination{margin:1rem 0;display:flex;align-items:center}.cdc-open-viz-module .data-table-pagination ul{list-style:none;margin:0 1rem 0 0;display:flex}.cdc-open-viz-module .data-table-pagination ul li+li{margin-left:.3rem}.cdc-open-viz-module .data-table-pagination ul button{background:#565656;padding:.6rem .8rem}.cdc-open-viz-module .data-table-pagination ul button:hover{background:#636363}.cdc-open-viz-module .data-table-pagination ul button.btn-next:before{content:" ";background-image:url(../assets/icon-caret-filled-up.svg);background-size:10px 5px;width:10px;height:5px;display:block;transform:rotate(90deg)}.cdc-open-viz-module .data-table-pagination ul button.btn-prev:before{content:" ";background-image:url(../assets/icon-caret-filled-up.svg);background-size:10px 5px;width:10px;height:5px;display:block;transform:rotate(-90deg)}.cdc-open-viz-module .data-table-pagination ul button[disabled]{background:#565656;opacity:.3;cursor:default}.cdc-open-viz-module .data-table-pagination ul button[disabled]:hover{background:#565656}.cdc-open-viz-module .btn-download{color:#fff;float:right;text-decoration:none;transition:.3s all;margin:1em 0}.cdc-open-viz-module .btn-download:hover{transition:.3s all}.cdc-open-viz-module .cove .download-links a:not(:last-child),.cdc-open-viz-module .cdc-open-viz-module .download-links a:not(:last-child){margin-right:10px;display:inline-block}.cdc-open-viz-module strong{font-weight:600}.cdc-open-viz-module .subtext{margin-top:1em}.cdc-open-viz-module .error-box{background:#ffc2c2;display:flex;justify-content:space-between;padding:.3rem 1rem;font-size:.9rem}.cdc-open-viz-module .error-box strong{font-weight:600}.cdc-open-viz-module .error-box p{margin:0}.cdc-open-viz-module .error-box .dismiss-error{flex-shrink:0;font-size:.8rem;cursor:pointer}.cdc-open-viz-module .cdcdataviz-sr-only,.cdc-open-viz-module .cdcdataviz-sr-only-focusable:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;display:flex}.cdc-open-viz-module .inline-icon{width:1em!important;height:auto!important;font-size:1rem;color:inherit}@media all and (-ms-high-contrast: none){.cdc-open-viz-module .inline-icon{height:30px!important}}.cdc-open-viz-module .inline-icon path{fill:currentColor}.cdc-open-viz-module .btn{background:#005eaa;color:#fff;border:0;padding:.4em .8em;font-size:1em;display:block;border-radius:.3em;transition:.1s background-color;cursor:pointer}.cdc-open-viz-module .btn.full-width{width:100%}.cdc-open-viz-module .btn:hover{transition:.1s background-color}.cdc-open-viz-module .btn.secondary{font-size:.8em;padding:.3em 1em;background:rgba(0,0,0,.3);display:inline-block;margin-bottom:1em}.cdc-open-viz-module .btn.secondary:hover{background:rgba(0,0,0,.5)}.cdc-open-viz-module .btn.danger{background-color:#d8000c;padding:0 .6em;height:1.6em;font-size:.8 em;color:#fff}.cdc-open-viz-module .btn.danger:hover{background-color:#bf000b}.cdc-open-viz-module .btn:hover{transition:.1s all;background:#006cc4}.cdc-open-viz-module .btn svg{width:16px;height:16px;position:relative;top:2px;margin-left:5px}.cdc-open-viz-module input[type=text],.cdc-open-viz-module input[type=date],.cdc-open-viz-module input[role=combobox],.cdc-open-viz-module input[type=number],.cdc-open-viz-module input[type=search],.cdc-open-viz-module textarea{padding:.5em;font-size:1em;font-weight:400;font-family:sans-serif;border:rgba(0,0,0,.3) 1px solid!important}.cdc-open-viz-module input[type=text]:focus,.cdc-open-viz-module input[type=date]:focus,.cdc-open-viz-module input[role=combobox]:focus,.cdc-open-viz-module input[type=number]:focus,.cdc-open-viz-module input[type=search]:focus,.cdc-open-viz-module textarea:focus{border:rgba(0,0,0,.7) 1px solid!important;outline:0}.cdc-open-viz-module textarea{min-height:140px}.cdc-open-viz-module select{width:100%;font-size:1em;font-weight:400;text-transform:none;border:rgba(0,0,0,.3) 1px solid!important}.cdc-open-viz-module .input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.cdc-open-viz-module .guidance-link{margin:2em 0 1em;padding:.75em 1em;display:flex;text-decoration:none;color:#444;border:#c7c7c7 1px solid;position:relative;transition:.2s all;font-size:1em}.cdc-open-viz-module .guidance-link:before{content:" ";width:5px;background:#005eaa;left:-1px;top:-1px;bottom:-1px;position:absolute}.cdc-open-viz-module .guidance-link:hover{background:#f2f2f2;transition:.2s all;color:#444}.cdc-open-viz-module .guidance-link>div{font-size:.9em}.cdc-open-viz-module .guidance-link svg{width:60px;color:#005eaa;margin-right:1rem}.cdc-open-viz-module .guidance-link svg path{fill:currentColor}.cdc-open-viz-module .guidance-link h3{font-weight:600;font-size:1.2rem}.cdc-open-viz-module section.introText{padding:15px}.cdc-open-viz-module section.footnotes{border-top:1px solid #ddd;margin-top:20px;padding:15px}.cdc-open-viz-module .cdc-chart-inner-container .subtext{padding:15px}.cdc-open-viz-module .margin-left-href{margin-left:15px}.cdc-open-viz-module .download-buttons{display:flex;justify-content:flex-end;margin:0 1em}.cdc-open-viz-module .download-buttons .btn:not(:last-child){margin-right:10px}.cdc-open-viz-module .download-buttons .btn-download{float:unset}.cdc-open-viz-module .download-links{padding:0 1em;display:flex;justify-content:flex-end}.cdc-open-viz-module .download-links a:not(:last-child){margin-right:10px}.cdc-open-viz-module .cdc-dashboard-inner-container .download-links{padding:unset;margin-bottom:5px}.cdc-open-viz-module .cdc-dashboard-inner-container .download-buttons{margin:unset}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item,.cdc-open-viz-module.type-chart .editor-panel .series-item{list-style:none;position:relative}.accordion:first-of-type .series-item__title{border-top:1px solid #ccc}.accordion:last-of-type .series-item__title{border-bottom:1px solid #ccc}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .accordion__button,.cdc-open-viz-module.type-chart .editor-panel .series-item .accordion__button{border-bottom:unset}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .accordion__button.hide-arrow:before,.cdc-open-viz-module.type-chart .editor-panel .series-item .accordion__button.hide-arrow:before{display:none}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .accordion__panel,.cdc-open-viz-module.type-chart .editor-panel .series-item .accordion__panel{border-left:1px solid #ccc;border-right:1px solid #ccc;padding:10px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-list__remove,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-list__remove{margin-left:auto;margin-right:20px;border:1px solid red;border-radius:10px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .hide-arrow .series-list__remove,.cdc-open-viz-module.type-chart .editor-panel .series-item .hide-arrow .series-list__remove{margin-right:0}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item label,.cdc-open-viz-module.type-chart .editor-panel .series-item label{font-size:.8rem;font-weight:400}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-item__title,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-item__title{width:100%;background-color:#f5f5f5;border-right:1px solid #ccc;border-left:1px solid #ccc;display:block;padding:5px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-item__title .accordion__button,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-item__title .accordion__button{border-bottom:none!important}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item li,.cdc-open-viz-module.type-chart .editor-panel .series-item li{padding:5px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series_item__title,.cdc-open-viz-module.type-chart .editor-panel .series-item .series_item__title{font-size:12px;font-weight:700;text-transform:uppercase}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-item__dropdown,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-item__dropdown{display:block;margin-bottom:8px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart{padding:5px 5px 0}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart .accordion__button,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart .accordion__button{display:flex;padding-left:5px!important}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart .accordion__button .cove-icon,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart .accordion__button .cove-icon{padding-right:5px;margin-right:10px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart:last-child,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart:last-child{padding-bottom:5px}div.dashboard-title.theme-purple,div.chart-title.theme-purple,div.map-title.theme-purple,.color-palette li.theme-purple,.btn.theme-purple{background:#712177;border-bottom-color:#b890bb}div.dashboard-title.theme-brown,div.chart-title.theme-brown,div.map-title.theme-brown,.color-palette li.theme-brown,.btn.theme-brown{background:#705043;border-bottom-color:#ad907b}div.dashboard-title.theme-teal,div.chart-title.theme-teal,div.map-title.theme-teal,.color-palette li.theme-teal,.btn.theme-teal{background:#00695c;border-bottom-color:#4ebaaa}div.dashboard-title.theme-pink,div.chart-title.theme-pink,div.map-title.theme-pink,.color-palette li.theme-pink,.btn.theme-pink{background:#af4448;border-bottom-color:#e57373}div.dashboard-title.theme-orange,div.chart-title.theme-orange,div.map-title.theme-orange,.color-palette li.theme-orange,.btn.theme-orange{background:#bb4d00;border-bottom-color:#ffad42}div.dashboard-title.theme-slate,div.chart-title.theme-slate,div.map-title.theme-slate,.color-palette li.theme-slate,.btn.theme-slate{background:#29434e;border-bottom-color:#7e9ba5}div.dashboard-title.theme-indigo,div.chart-title.theme-indigo,div.map-title.theme-indigo,.color-palette li.theme-indigo,.btn.theme-indigo{background:#26418f;border-bottom-color:#92a6dd}div.dashboard-title.theme-cyan,div.chart-title.theme-cyan,div.map-title.theme-cyan,.color-palette li.theme-cyan,.btn.theme-cyan{background:#007b91;border-bottom-color:#65b0bd}div.dashboard-title.theme-green,div.chart-title.theme-green,div.map-title.theme-green,.color-palette li.theme-green,.btn.theme-green{background:#4b830d;border-bottom-color:#84bc49}div.dashboard-title.theme-amber,div.chart-title.theme-amber,div.map-title.theme-amber,.color-palette li.theme-amber,.btn.theme-amber{background:#fbab18;border-bottom-color:#ffd54f}div.dashboard-title.theme-blue,div.chart-title.theme-blue,div.map-title.theme-blue,.color-palette li.theme-blue,.btn.theme-blue{background:#005eaa;border-bottom-color:#88c3ea}.markup-include .theme-amber,.type-waffle-chart .theme-amber,.type-data-bite .theme-amber,.cdc-open-viz-module.type-chart.type-sparkline .theme-amber,.cove .theme-amber{background-color:#fbab18;border-color:#ffd54f;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #fbab18;border-right:1px solid #fbab18;border-bottom:1px solid #fbab18}.markup-include.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #fbab18}.markup-include.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-amber .cove-component__header,.type-waffle-chart.theme-amber .cove-component__header,.type-data-bite.theme-amber .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__header,.cove.theme-amber .cove-component__header{border-color:#ffd54f}.markup-include.theme-amber .cove-component__content.component--has-accent,.type-waffle-chart.theme-amber .cove-component__content.component--has-accent,.type-data-bite.theme-amber .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__content.component--has-accent,.cove.theme-amber .cove-component__content.component--has-accent{border-left:.5rem solid #fbab18!important}.markup-include.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ffecb3}.markup-include .theme-blue,.type-waffle-chart .theme-blue,.type-data-bite .theme-blue,.cdc-open-viz-module.type-chart.type-sparkline .theme-blue,.cove .theme-blue{background-color:#005eaa;border-color:#88c3ea;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #005eaa;border-right:1px solid #005eaa;border-bottom:1px solid #005eaa}.markup-include.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #005eaa}.markup-include.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-blue .cove-component__header,.type-waffle-chart.theme-blue .cove-component__header,.type-data-bite.theme-blue .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__header,.cove.theme-blue .cove-component__header{border-color:#88c3ea}.markup-include.theme-blue .cove-component__content.component--has-accent,.type-waffle-chart.theme-blue .cove-component__content.component--has-accent,.type-data-bite.theme-blue .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__content.component--has-accent,.cove.theme-blue .cove-component__content.component--has-accent{border-left:.5rem solid #005eaa!important}.markup-include.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#c0e9ff}.markup-include .theme-brown,.type-waffle-chart .theme-brown,.type-data-bite .theme-brown,.cdc-open-viz-module.type-chart.type-sparkline .theme-brown,.cove .theme-brown{background-color:#705043;border-color:#ad907b;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #705043;border-right:1px solid #705043;border-bottom:1px solid #705043}.markup-include.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #705043}.markup-include.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-brown .cove-component__header,.type-waffle-chart.theme-brown .cove-component__header,.type-data-bite.theme-brown .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__header,.cove.theme-brown .cove-component__header{border-color:#ad907b}.markup-include.theme-brown .cove-component__content.component--has-accent,.type-waffle-chart.theme-brown .cove-component__content.component--has-accent,.type-data-bite.theme-brown .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__content.component--has-accent,.cove.theme-brown .cove-component__content.component--has-accent{border-left:.5rem solid #705043!important}.markup-include.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#d7ccc8}.markup-include .theme-cyan,.type-waffle-chart .theme-cyan,.type-data-bite .theme-cyan,.cdc-open-viz-module.type-chart.type-sparkline .theme-cyan,.cove .theme-cyan{background-color:#007b91;border-color:#65b0bd;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #007B91;border-right:1px solid #007B91;border-bottom:1px solid #007B91}.markup-include.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #007B91}.markup-include.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-cyan .cove-component__header,.type-waffle-chart.theme-cyan .cove-component__header,.type-data-bite.theme-cyan .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__header,.cove.theme-cyan .cove-component__header{border-color:#65b0bd}.markup-include.theme-cyan .cove-component__content.component--has-accent,.type-waffle-chart.theme-cyan .cove-component__content.component--has-accent,.type-data-bite.theme-cyan .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__content.component--has-accent,.cove.theme-cyan .cove-component__content.component--has-accent{border-left:.5rem solid #007B91!important}.markup-include.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#cce5e9}.markup-include .theme-green,.type-waffle-chart .theme-green,.type-data-bite .theme-green,.cdc-open-viz-module.type-chart.type-sparkline .theme-green,.cove .theme-green{background-color:#4b830d;border-color:#84bc49;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #4b830d;border-right:1px solid #4b830d;border-bottom:1px solid #4b830d}.markup-include.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #4b830d}.markup-include.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-green .cove-component__header,.type-waffle-chart.theme-green .cove-component__header,.type-data-bite.theme-green .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__header,.cove.theme-green .cove-component__header{border-color:#84bc49}.markup-include.theme-green .cove-component__content.component--has-accent,.type-waffle-chart.theme-green .cove-component__content.component--has-accent,.type-data-bite.theme-green .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__content.component--has-accent,.cove.theme-green .cove-component__content.component--has-accent{border-left:.5rem solid #4b830d!important}.markup-include.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#dcedc8}.markup-include .theme-indigo,.type-waffle-chart .theme-indigo,.type-data-bite .theme-indigo,.cdc-open-viz-module.type-chart.type-sparkline .theme-indigo,.cove .theme-indigo{background-color:#26418f;border-color:#92a6dd;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #26418f;border-right:1px solid #26418f;border-bottom:1px solid #26418f}.markup-include.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #26418f}.markup-include.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-indigo .cove-component__header,.type-waffle-chart.theme-indigo .cove-component__header,.type-data-bite.theme-indigo .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__header,.cove.theme-indigo .cove-component__header{border-color:#92a6dd}.markup-include.theme-indigo .cove-component__content.component--has-accent,.type-waffle-chart.theme-indigo .cove-component__content.component--has-accent,.type-data-bite.theme-indigo .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__content.component--has-accent,.cove.theme-indigo .cove-component__content.component--has-accent{border-left:.5rem solid #26418f!important}.markup-include.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#dee8ff}.markup-include .theme-orange,.type-waffle-chart .theme-orange,.type-data-bite .theme-orange,.cdc-open-viz-module.type-chart.type-sparkline .theme-orange,.cove .theme-orange{background-color:#bb4d00;border-color:#ffad42;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #bb4d00;border-right:1px solid #bb4d00;border-bottom:1px solid #bb4d00}.markup-include.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #bb4d00}.markup-include.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-orange .cove-component__header,.type-waffle-chart.theme-orange .cove-component__header,.type-data-bite.theme-orange .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__header,.cove.theme-orange .cove-component__header{border-color:#ffad42}.markup-include.theme-orange .cove-component__content.component--has-accent,.type-waffle-chart.theme-orange .cove-component__content.component--has-accent,.type-data-bite.theme-orange .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__content.component--has-accent,.cove.theme-orange .cove-component__content.component--has-accent{border-left:.5rem solid #bb4d00!important}.markup-include.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ffe97d}.markup-include .theme-pink,.type-waffle-chart .theme-pink,.type-data-bite .theme-pink,.cdc-open-viz-module.type-chart.type-sparkline .theme-pink,.cove .theme-pink{background-color:#af4448;border-color:#e57373;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #af4448;border-right:1px solid #af4448;border-bottom:1px solid #af4448}.markup-include.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #af4448}.markup-include.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-pink .cove-component__header,.type-waffle-chart.theme-pink .cove-component__header,.type-data-bite.theme-pink .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__header,.cove.theme-pink .cove-component__header{border-color:#e57373}.markup-include.theme-pink .cove-component__content.component--has-accent,.type-waffle-chart.theme-pink .cove-component__content.component--has-accent,.type-data-bite.theme-pink .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__content.component--has-accent,.cove.theme-pink .cove-component__content.component--has-accent{border-left:.5rem solid #af4448!important}.markup-include.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ffc2c2}.markup-include .theme-purple,.type-waffle-chart .theme-purple,.type-data-bite .theme-purple,.cdc-open-viz-module.type-chart.type-sparkline .theme-purple,.cove .theme-purple{background-color:#712177;border-color:#b890bb;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #712177;border-right:1px solid #712177;border-bottom:1px solid #712177}.markup-include.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #712177}.markup-include.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-purple .cove-component__header,.type-waffle-chart.theme-purple .cove-component__header,.type-data-bite.theme-purple .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__header,.cove.theme-purple .cove-component__header{border-color:#b890bb}.markup-include.theme-purple .cove-component__content.component--has-accent,.type-waffle-chart.theme-purple .cove-component__content.component--has-accent,.type-data-bite.theme-purple .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__content.component--has-accent,.cove.theme-purple .cove-component__content.component--has-accent{border-left:.5rem solid #712177!important}.markup-include.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#e3d3e4}.markup-include .theme-slate,.type-waffle-chart .theme-slate,.type-data-bite .theme-slate,.cdc-open-viz-module.type-chart.type-sparkline .theme-slate,.cove .theme-slate{background-color:#29434e;border-color:#7e9ba5;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #29434e;border-right:1px solid #29434e;border-bottom:1px solid #29434e}.markup-include.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #29434e}.markup-include.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-slate .cove-component__header,.type-waffle-chart.theme-slate .cove-component__header,.type-data-bite.theme-slate .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__header,.cove.theme-slate .cove-component__header{border-color:#7e9ba5}.markup-include.theme-slate .cove-component__content.component--has-accent,.type-waffle-chart.theme-slate .cove-component__content.component--has-accent,.type-data-bite.theme-slate .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__content.component--has-accent,.cove.theme-slate .cove-component__content.component--has-accent{border-left:.5rem solid #29434e!important}.markup-include.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#b6c6d2}.markup-include .theme-teal,.type-waffle-chart .theme-teal,.type-data-bite .theme-teal,.cdc-open-viz-module.type-chart.type-sparkline .theme-teal,.cove .theme-teal{background-color:#00695c;border-color:#4ebaaa;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #00695c;border-right:1px solid #00695c;border-bottom:1px solid #00695c}.markup-include.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #00695c}.markup-include.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-teal .cove-component__header,.type-waffle-chart.theme-teal .cove-component__header,.type-data-bite.theme-teal .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__header,.cove.theme-teal .cove-component__header{border-color:#4ebaaa}.markup-include.theme-teal .cove-component__content.component--has-accent,.type-waffle-chart.theme-teal .cove-component__content.component--has-accent,.type-data-bite.theme-teal .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__content.component--has-accent,.cove.theme-teal .cove-component__content.component--has-accent{border-left:.5rem solid #00695c!important}.markup-include.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ceece7}.cdc-open-viz-module.theme-amber .single-filters--tab .tab--active{border:1px solid #fbab18;border-top:3px solid #fbab18;border-bottom:none}.cdc-open-viz-module.theme-amber .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #fbab18}.cdc-open-viz-module.theme-amber .single-filters--pill .pill--active{background-color:#fbab18;color:#fff}.cdc-open-viz-module.theme-amber .filters-section button.cove-button:not([disabled]){background-color:#fbab18!important}.cdc-open-viz-module .theme-amber .single-filters--tab .tab--active{border:1px solid #fbab18;border-top:3px solid #fbab18;border-bottom:none}.cdc-open-viz-module .theme-amber .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #fbab18}.cdc-open-viz-module .theme-amber .single-filters--pill .pill--active{background-color:#fbab18;color:#fff}.cdc-open-viz-module .theme-amber .button__tab-bar--active{outline:2px solid #fbab18}.cdc-open-viz-module .theme-amber .apply:not([disabled]){background-color:#fbab18!important}.cdc-open-viz-module.theme-blue .single-filters--tab .tab--active{border:1px solid #005eaa;border-top:3px solid #005eaa;border-bottom:none}.cdc-open-viz-module.theme-blue .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #005eaa}.cdc-open-viz-module.theme-blue .single-filters--pill .pill--active{background-color:#005eaa;color:#fff}.cdc-open-viz-module.theme-blue .filters-section button.cove-button:not([disabled]){background-color:#005eaa!important}.cdc-open-viz-module .theme-blue .single-filters--tab .tab--active{border:1px solid #005eaa;border-top:3px solid #005eaa;border-bottom:none}.cdc-open-viz-module .theme-blue .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #005eaa}.cdc-open-viz-module .theme-blue .single-filters--pill .pill--active{background-color:#005eaa;color:#fff}.cdc-open-viz-module .theme-blue .button__tab-bar--active{outline:2px solid #005eaa}.cdc-open-viz-module .theme-blue .apply:not([disabled]){background-color:#005eaa!important}.cdc-open-viz-module.theme-brown .single-filters--tab .tab--active{border:1px solid #705043;border-top:3px solid #705043;border-bottom:none}.cdc-open-viz-module.theme-brown .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #705043}.cdc-open-viz-module.theme-brown .single-filters--pill .pill--active{background-color:#705043;color:#fff}.cdc-open-viz-module.theme-brown .filters-section button.cove-button:not([disabled]){background-color:#705043!important}.cdc-open-viz-module .theme-brown .single-filters--tab .tab--active{border:1px solid #705043;border-top:3px solid #705043;border-bottom:none}.cdc-open-viz-module .theme-brown .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #705043}.cdc-open-viz-module .theme-brown .single-filters--pill .pill--active{background-color:#705043;color:#fff}.cdc-open-viz-module .theme-brown .button__tab-bar--active{outline:2px solid #705043}.cdc-open-viz-module .theme-brown .apply:not([disabled]){background-color:#705043!important}.cdc-open-viz-module.theme-cyan .single-filters--tab .tab--active{border:1px solid #007B91;border-top:3px solid #007B91;border-bottom:none}.cdc-open-viz-module.theme-cyan .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #007B91}.cdc-open-viz-module.theme-cyan .single-filters--pill .pill--active{background-color:#007b91;color:#fff}.cdc-open-viz-module.theme-cyan .filters-section button.cove-button:not([disabled]){background-color:#007b91!important}.cdc-open-viz-module .theme-cyan .single-filters--tab .tab--active{border:1px solid #007B91;border-top:3px solid #007B91;border-bottom:none}.cdc-open-viz-module .theme-cyan .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #007B91}.cdc-open-viz-module .theme-cyan .single-filters--pill .pill--active{background-color:#007b91;color:#fff}.cdc-open-viz-module .theme-cyan .button__tab-bar--active{outline:2px solid #007B91}.cdc-open-viz-module .theme-cyan .apply:not([disabled]){background-color:#007b91!important}.cdc-open-viz-module.theme-green .single-filters--tab .tab--active{border:1px solid #4b830d;border-top:3px solid #4b830d;border-bottom:none}.cdc-open-viz-module.theme-green .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #4b830d}.cdc-open-viz-module.theme-green .single-filters--pill .pill--active{background-color:#4b830d;color:#fff}.cdc-open-viz-module.theme-green .filters-section button.cove-button:not([disabled]){background-color:#4b830d!important}.cdc-open-viz-module .theme-green .single-filters--tab .tab--active{border:1px solid #4b830d;border-top:3px solid #4b830d;border-bottom:none}.cdc-open-viz-module .theme-green .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #4b830d}.cdc-open-viz-module .theme-green .single-filters--pill .pill--active{background-color:#4b830d;color:#fff}.cdc-open-viz-module .theme-green .button__tab-bar--active{outline:2px solid #4b830d}.cdc-open-viz-module .theme-green .apply:not([disabled]){background-color:#4b830d!important}.cdc-open-viz-module.theme-indigo .single-filters--tab .tab--active{border:1px solid #26418f;border-top:3px solid #26418f;border-bottom:none}.cdc-open-viz-module.theme-indigo .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #26418f}.cdc-open-viz-module.theme-indigo .single-filters--pill .pill--active{background-color:#26418f;color:#fff}.cdc-open-viz-module.theme-indigo .filters-section button.cove-button:not([disabled]){background-color:#26418f!important}.cdc-open-viz-module .theme-indigo .single-filters--tab .tab--active{border:1px solid #26418f;border-top:3px solid #26418f;border-bottom:none}.cdc-open-viz-module .theme-indigo .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #26418f}.cdc-open-viz-module .theme-indigo .single-filters--pill .pill--active{background-color:#26418f;color:#fff}.cdc-open-viz-module .theme-indigo .button__tab-bar--active{outline:2px solid #26418f}.cdc-open-viz-module .theme-indigo .apply:not([disabled]){background-color:#26418f!important}.cdc-open-viz-module.theme-orange .single-filters--tab .tab--active{border:1px solid #bb4d00;border-top:3px solid #bb4d00;border-bottom:none}.cdc-open-viz-module.theme-orange .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #bb4d00}.cdc-open-viz-module.theme-orange .single-filters--pill .pill--active{background-color:#bb4d00;color:#fff}.cdc-open-viz-module.theme-orange .filters-section button.cove-button:not([disabled]){background-color:#bb4d00!important}.cdc-open-viz-module .theme-orange .single-filters--tab .tab--active{border:1px solid #bb4d00;border-top:3px solid #bb4d00;border-bottom:none}.cdc-open-viz-module .theme-orange .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #bb4d00}.cdc-open-viz-module .theme-orange .single-filters--pill .pill--active{background-color:#bb4d00;color:#fff}.cdc-open-viz-module .theme-orange .button__tab-bar--active{outline:2px solid #bb4d00}.cdc-open-viz-module .theme-orange .apply:not([disabled]){background-color:#bb4d00!important}.cdc-open-viz-module.theme-pink .single-filters--tab .tab--active{border:1px solid #af4448;border-top:3px solid #af4448;border-bottom:none}.cdc-open-viz-module.theme-pink .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #af4448}.cdc-open-viz-module.theme-pink .single-filters--pill .pill--active{background-color:#af4448;color:#fff}.cdc-open-viz-module.theme-pink .filters-section button.cove-button:not([disabled]){background-color:#af4448!important}.cdc-open-viz-module .theme-pink .single-filters--tab .tab--active{border:1px solid #af4448;border-top:3px solid #af4448;border-bottom:none}.cdc-open-viz-module .theme-pink .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #af4448}.cdc-open-viz-module .theme-pink .single-filters--pill .pill--active{background-color:#af4448;color:#fff}.cdc-open-viz-module .theme-pink .button__tab-bar--active{outline:2px solid #af4448}.cdc-open-viz-module .theme-pink .apply:not([disabled]){background-color:#af4448!important}.cdc-open-viz-module.theme-purple .single-filters--tab .tab--active{border:1px solid #712177;border-top:3px solid #712177;border-bottom:none}.cdc-open-viz-module.theme-purple .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #712177}.cdc-open-viz-module.theme-purple .single-filters--pill .pill--active{background-color:#712177;color:#fff}.cdc-open-viz-module.theme-purple .filters-section button.cove-button:not([disabled]){background-color:#712177!important}.cdc-open-viz-module .theme-purple .single-filters--tab .tab--active{border:1px solid #712177;border-top:3px solid #712177;border-bottom:none}.cdc-open-viz-module .theme-purple .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #712177}.cdc-open-viz-module .theme-purple .single-filters--pill .pill--active{background-color:#712177;color:#fff}.cdc-open-viz-module .theme-purple .button__tab-bar--active{outline:2px solid #712177}.cdc-open-viz-module .theme-purple .apply:not([disabled]){background-color:#712177!important}.cdc-open-viz-module.theme-slate .single-filters--tab .tab--active{border:1px solid #29434e;border-top:3px solid #29434e;border-bottom:none}.cdc-open-viz-module.theme-slate .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #29434e}.cdc-open-viz-module.theme-slate .single-filters--pill .pill--active{background-color:#29434e;color:#fff}.cdc-open-viz-module.theme-slate .filters-section button.cove-button:not([disabled]){background-color:#29434e!important}.cdc-open-viz-module .theme-slate .single-filters--tab .tab--active{border:1px solid #29434e;border-top:3px solid #29434e;border-bottom:none}.cdc-open-viz-module .theme-slate .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #29434e}.cdc-open-viz-module .theme-slate .single-filters--pill .pill--active{background-color:#29434e;color:#fff}.cdc-open-viz-module .theme-slate .button__tab-bar--active{outline:2px solid #29434e}.cdc-open-viz-module .theme-slate .apply:not([disabled]){background-color:#29434e!important}.cdc-open-viz-module.theme-teal .single-filters--tab .tab--active{border:1px solid #00695c;border-top:3px solid #00695c;border-bottom:none}.cdc-open-viz-module.theme-teal .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #00695c}.cdc-open-viz-module.theme-teal .single-filters--pill .pill--active{background-color:#00695c;color:#fff}.cdc-open-viz-module.theme-teal .filters-section button.cove-button:not([disabled]){background-color:#00695c!important}.cdc-open-viz-module .theme-teal .single-filters--tab .tab--active{border:1px solid #00695c;border-top:3px solid #00695c;border-bottom:none}.cdc-open-viz-module .theme-teal .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #00695c}.cdc-open-viz-module .theme-teal .single-filters--pill .pill--active{background-color:#00695c;color:#fff}.cdc-open-viz-module .theme-teal .button__tab-bar--active{outline:2px solid #00695c}.cdc-open-viz-module .theme-teal .apply:not([disabled]){background-color:#00695c!important}.cdc-open-viz-module.type-data-bite.is-editor{position:relative}.cdc-open-viz-module.type-data-bite.is-editor .cove-component__inner{margin:3em auto 0;max-width:35em}.cdc-open-viz-module.type-data-bite.theme-blue .bite-value{color:#005eaa}.cdc-open-viz-module.type-data-bite.theme-blue .cove-component__header{background-color:#005eaa}.cdc-open-viz-module.type-data-bite.theme-purple .bite-value{color:#712177}.cdc-open-viz-module.type-data-bite.theme-purple .cove-component__header{background-color:#712177}.cdc-open-viz-module.type-data-bite.theme-amber .bite-value{color:#fbab18}.cdc-open-viz-module.type-data-bite.theme-amber .cove-component__header{background-color:#fbab18}.cdc-open-viz-module.type-data-bite.theme-orange .bite-value{color:#bb4d00}.cdc-open-viz-module.type-data-bite.theme-orange .cove-component__header{background-color:#bb4d00}.cdc-open-viz-module.type-data-bite.theme-brown .bite-value{color:#705043}.cdc-open-viz-module.type-data-bite.theme-brown .cove-component__header{background-color:#705043}.cdc-open-viz-module.type-data-bite.theme-teal .bite-value{color:#00695c}.cdc-open-viz-module.type-data-bite.theme-teal .cove-component__header{background-color:#00695c}.cdc-open-viz-module.type-data-bite.theme-pink .bite-value{color:#af4448}.cdc-open-viz-module.type-data-bite.theme-pink .cove-component__header{background-color:#af4448}.cdc-open-viz-module.type-data-bite.theme-slate .bite-value{color:#29434e}.cdc-open-viz-module.type-data-bite.theme-slate .cove-component__header{background-color:#29434e}.cdc-open-viz-module.type-data-bite.theme-indigo .bite-value{color:#26418f}.cdc-open-viz-module.type-data-bite.theme-indigo .cove-component__header{background-color:#26418f}.cdc-open-viz-module.type-data-bite.theme-cyan .bite-value{color:#006778}.cdc-open-viz-module.type-data-bite.theme-cyan .cove-component__header{background-color:#006778}.cdc-open-viz-module.type-data-bite.theme-green .bite-value{color:#4b830d}.cdc-open-viz-module.type-data-bite.theme-green .cove-component__header{background-color:#4b830d}.cdc-open-viz-module.type-data-bite .cove-component__header{padding:0 1em;left:0;top:0;padding:.6rem .8rem;color:#fff;font-size:1.1em}.cdc-open-viz-module.type-data-bite .cove-component__header:empty{min-height:5px}.cdc-open-viz-module.type-data-bite .cove-component__inner.shadow{box-shadow:#0003 0 3px 10px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite__style--graphic .bite-content{flex:1}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--end .bite-text{margin-bottom:0!important}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--split .bite-content{flex-direction:row!important}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--split .bite-value{flex-basis:25%;align-self:center;text-align:center}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--split .bite-content__text-wrap{flex:75%!important}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite--isCompactStyle .bite .cove-component__content .bite-content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite--isCompactStyle .bite .cove-component__content .bite-content p.bite-text{margin-bottom:0}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite--isCompactStyle .bite .cove-component__content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner .cove-component__header+.bite{border-top:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite{position:relative;overflow:hidden;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite-header{border-top-left-radius:3px;border-top-right-radius:3px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .bite-content-container.component--hideBackgroundColor{background:transparent}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.no-borders{border:none}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite-content__text-wrap{height:100%;display:flex;flex-wrap:wrap;width:100%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-blue .bite-value{color:#005eaa}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-blue .cove-component__header{background-color:#005eaa}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-purple .bite-value{color:#712177}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-purple .cove-component__header{background-color:#712177}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-amber .bite-value{color:#fbab18}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-amber .cove-component__header{background-color:#fbab18}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-orange .bite-value{color:#bb4d00}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-orange .cove-component__header{background-color:#bb4d00}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-brown .bite-value{color:#705043}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-brown .cove-component__header{background-color:#705043}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-teal .bite-value{color:#00695c}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-teal .cove-component__header{background-color:#00695c}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-pink .bite-value{color:#af4448}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-pink .cove-component__header{background-color:#af4448}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-slate .bite-value{color:#29434e}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-slate .cove-component__header{background-color:#29434e}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-indigo .bite-value{color:#26418f}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-indigo .cove-component__header{background-color:#26418f}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-cyan .bite-value{color:#006778}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-cyan .cove-component__header{background-color:#006778}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-green .bite-value{color:#4b830d}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-green .cove-component__header{background-color:#4b830d}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite h3{margin:0;font-size:1em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .bite-image{width:100%;min-width:100px;align-self:center;border-radius:.3em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content{display:flex;padding:1em;justify-content:space-between}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content{display:flex;flex-direction:column;flex-grow:1}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .bite-value{font-size:2em;font-weight:800;line-height:1.25em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .data-bite-body{margin-right:5px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .bite-text{margin-bottom:15px;color:#222}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .bite-subtext{font-size:.9em;font-style:italic;flex-basis:100%;width:100%;align-self:flex-end}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .callout{flex-shrink:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-left .callout{width:33%;margin-right:1.5em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-right .callout{width:33%;margin-left:1.5em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-right .cove-component__content{flex-direction:row-reverse}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content{flex-direction:column}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content .bite-image{margin:0 0 .6em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content .circle-callout{margin:0 auto;max-width:75%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content>:nth-child(1){margin-bottom:10px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content{flex-direction:column}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content .bite-image{margin:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content .circle-callout{margin:0 auto;max-width:75%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content>:nth-child(1){margin-bottom:10px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-back .cove-component__content .bite-image{border-radius:0 0 .3em .3em;position:absolute;top:0;left:0;width:100%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite--isCompactStyle .bite .cove-component__content .bite-content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite--isCompactStyle .bite .cove-component__content .bite-content p.bite-text{margin-bottom:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite--isCompactStyle .bite .cove-component__content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__header+.bite{border-top:0}.cdc-open-viz-module.type-data-bite .cove-component__content{background:#f2f2f2}.cdc-open-viz-module.type-data-bite .cove-component__content:not(.no-borders){border-color:#c7c7c7;border-width:1px;border-style:solid}.cdc-open-viz-module.type-data-bite .spacing-wrapper{padding-left:350px}.cdc-open-viz-module.type-data-bite .editor-panel.hidden+.spacing-wrapper{padding-left:0}.cdc-open-viz-module.type-data-bite .editor-panel{background:#fff;width:350px;overflow-y:overlay;position:fixed;z-index:8;display:flex;flex-direction:column;left:0;top:0;bottom:0}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip{position:relative}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--target{cursor:pointer}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content{max-width:280px;padding:10px 8px;text-align:left;font-size:.875rem;color:#333;background-color:#fff;border-radius:5px;user-select:none;cursor:default;opacity:0}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-top.has-shadow{box-shadow:0 4px 14px #00000026,0 4px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-top.show{animation:tooltip-btt .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-right.has-shadow{box-shadow:-4px 4px 14px #00000026,-4px 4px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-right.show{animation:tooltip-ltr .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-bottom.has-shadow{box-shadow:0 -4px 14px #00000026,0 8px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-bottom.show{animation:tooltip-ttb .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-left.has-shadow{box-shadow:4px 4px 14px #00000026,4px 4px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-left.show{animation:tooltip-rtl .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .interactive a{pointer-events:all}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--border-0{border-width:0}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--border-1{border-width:1px}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--border-2{border-width:2px}@keyframes tooltip-ltr{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes tooltip-rtl{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes tooltip-ttb{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-btt{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cdc-open-viz-module.type-data-bite .editor-panel .text-center{text-align:center}.cdc-open-viz-module.type-data-bite .editor-panel .text-capitalize{text-transform:capitalize}.cdc-open-viz-module.type-data-bite .editor-panel .two-col-inputs{display:flex;margin-top:1em;justify-content:space-between}.cdc-open-viz-module.type-data-bite .editor-panel .two-col-inputs>label{width:48%;margin-top:0!important}.cdc-open-viz-module.type-data-bite .editor-panel .divider-heading{display:block;font-size:1em;margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel .series-list{list-style:none;border:#c7c7c7 1px solid}.cdc-open-viz-module.type-data-bite .editor-panel .series-list:empty{border:none!important}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li{padding:.3em .5em;display:flex;align-items:center;justify-content:space-between;font-size:.9em}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li:hover{background-color:#f2f2f2}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li span{font-size:.8em;color:red;cursor:pointer}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li+li{border-top:#c7c7c7 1px solid}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__heading{background:#f2f2f2}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__item select{text-transform:capitalize}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__item .number-narrow{min-width:auto;width:75px}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__divider{border:0;border-top:1px solid #e2e2e2;margin-top:1.5rem;margin-bottom:1.5rem}.cdc-open-viz-module.type-data-bite .editor-panel .form-container{border-right:#c7c7c7 1px solid;flex-grow:1}.cdc-open-viz-module.type-data-bite .editor-panel .guidance-link{margin:2em 1em 0;padding:.75em 1em}.cdc-open-viz-module.type-data-bite .editor-panel .guidance-link svg{width:60px;color:#005eaa;margin-right:1rem;height:60px}.cdc-open-viz-module.type-data-bite .editor-panel .guidance-link svg path{fill:currentColor}.cdc-open-viz-module.type-data-bite .editor-panel .warning{color:#d8000c;background-color:#ffd2d2;padding:.75em 1em;margin:1em 0;font-size:.8em;border:#d8000c 1px solid;border-radius:.4em}.cdc-open-viz-module.type-data-bite .editor-panel .warning strong{font-weight:600;display:block}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button{cursor:pointer;font-size:1em;padding:.3em 1em;width:100%;text-align:left;position:relative;border-bottom:1px solid rgba(0,0,0,.2)}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel:first-child{margin-top:0}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button:before{display:inline-block;content:"";height:7px;width:7px;margin-right:1em;border-bottom:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(-45deg);right:0;position:absolute;top:50%;transform:rotate(-45deg) translateY(-50%);transition:.1s all}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button[aria-expanded=true]:before,.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button[aria-selected=true]:before{transform:rotate(45deg) translateY(-50%);margin-right:1.3em;transition:.1s all}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel{border-bottom:1px solid rgba(0,0,0,.2);padding:1em 1.25em 2em;animation:fadein .2s ease-in}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel h5{font-size:.8em}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-row{display:flex;justify-content:flex-start;margin-left:-4px;margin-right:-4px;margin-bottom:.75em}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-col{flex:0 0 0;padding-left:4px;padding-right:4px}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-col select{padding:.425em .5em}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-col select.border-dashed{border:rgba(0,0,0,.3) 1px dashed!important;border-radius:.25rem}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .d-flex{display:flex}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .align-center{align-items:center}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .justify-end{justify-content:flex-end}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .flex-grow{flex-grow:1}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .flex-shrink{flex-shrink:1}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .flex-auto{flex-basis:auto}.cdc-open-viz-module.type-data-bite .editor-panel .advanced{padding:0 1em 1em;text-align:left}.cdc-open-viz-module.type-data-bite .editor-panel .advanced p{font-size:.8rem}.cdc-open-viz-module.type-data-bite .editor-panel .advanced .advanced-toggle-link{padding-top:1em;display:block;text-align:left;cursor:pointer;text-decoration:underline}.cdc-open-viz-module.type-data-bite .editor-panel .advanced .advanced-toggle-link span{text-decoration:none;display:inline-block;font-family:monospace;padding-right:5px}.cdc-open-viz-module.type-data-bite .editor-panel .advanced .advanced-toggle-link:hover{color:#000000b3}.cdc-open-viz-module.type-data-bite .editor-panel .advanced textarea{height:400px;width:100%;font-size:.9em;padding:.5em;font-family:monospace;box-sizing:border-box}@keyframes fadein{0%{opacity:0}to{opacity:1}}.cdc-open-viz-module.type-data-bite .editor-panel .heading-2{background:#565656;color:#fff;font-size:1.1em;padding:.6em 1em;position:relative;border-bottom:#565656 3px solid;z-index:3}.cdc-open-viz-module.type-data-bite .editor-panel label{text-transform:uppercase;display:block;font-size:.8em;font-weight:600}.cdc-open-viz-module.type-data-bite .editor-panel label:not(:first-child){margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel label span.edit-label{margin-bottom:.3em;display:block}.cdc-open-viz-module.type-data-bite .editor-panel label span.column-heading{font-size:1em}.cdc-open-viz-module.type-data-bite .editor-panel label.checkbox{display:flex}.cdc-open-viz-module.type-data-bite .editor-panel label.checkbox span{display:inline}.cdc-open-viz-module.type-data-bite .editor-panel label.checkbox input{margin-left:0;width:inherit;display:inline}.cdc-open-viz-module.type-data-bite .editor-panel input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel input[role=combobox],.cdc-open-viz-module.type-data-bite .editor-panel input[type=number],.cdc-open-viz-module.type-data-bite .editor-panel textarea{min-width:100%;max-width:100%}.cdc-open-viz-module.type-data-bite .editor-panel textarea{min-height:140px}.cdc-open-viz-module.type-data-bite .editor-panel .header .color-palette li{width:21px;height:21px;border-radius:40px;margin-right:2.8px}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette{display:flex;max-width:100%;padding:0;margin:.5em 0 0;list-style:none;flex-wrap:wrap}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li{width:45px;height:23px;margin-right:4px;margin-bottom:10px;display:flex;border-radius:5px;overflow:hidden;cursor:pointer;position:relative}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li .click-target{position:absolute;top:0;left:0;right:0;bottom:0}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li.selected{border:rgba(0,0,0,.8) 2px solid}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li span{width:33.3%}.cdc-open-viz-module.type-data-bite .editor-panel fieldset{display:block}.cdc-open-viz-module.type-data-bite .editor-panel .primary-fieldset{padding:0;margin:0;border:0}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit{list-style:none}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit li{margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col,.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col{display:flex;justify-content:space-between}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label,.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label{margin-top:0;display:inline-block}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label input[type=number],.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label input[type=number]{width:50px}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label{width:30%}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label{margin-top:0;width:49%}.cdc-open-viz-module.type-data-bite .editor-panel.hidden{display:none}.cdc-open-viz-module.type-data-bite .editor-panel .remove-column{float:right;text-transform:uppercase;color:#c32b2b;font-size:.7em;line-height:1.6em;border-radius:5px;margin:0 auto;transition:.1s all;border:0;text-decoration:underline;outline:0;cursor:pointer;font-weight:700}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block{padding-left:1em;border-left:rgba(0,0,0,.2) 4px solid;transition:.2s all}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block:not(:first-child){margin-top:2em}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel .edit-block input[type=number]{font-size:1em}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block label{margin-top:0}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block label+label{margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block:hover{border-left:rgba(0,0,0,.7) 4px solid;transition:.2s all}.cdc-open-viz-module.type-data-bite .editor-panel span.subtext{display:block;color:#00000080;text-transform:none;font-weight:400}.cdc-open-viz-module.type-data-bite .editor-panel .btn{margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel .sort-list{list-style:none}.cdc-open-viz-module.type-data-bite .editor-panel .sort-list>li{margin-right:.3em;margin-bottom:.3em}.cdc-open-viz-module.type-data-bite .editor-panel .sort-list li>div{display:block;box-sizing:border-box;border:1px solid #d1d1d1;border-radius:2px;background:#f1f1f1;padding:.4em .6em;font-size:.8em;margin-bottom:.3em;cursor:move}.cdc-open-viz-module.type-data-bite .editor-panel .info{font-size:.8em;line-height:1.4em;font-style:italic;padding-top:10px}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__search{width:100%}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags{position:relative;cursor:text}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags input.react-tags__search-input{font-size:.8rem}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags span{display:inline}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags.is-focused{border-color:#000000b3}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected{display:inline}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag{display:inline-block;box-sizing:border-box;border:1px solid #d1d1d1;border-radius:2px;background:#f1f1f1;padding:.4em .6em;font-size:.8em;margin-right:.3em;margin-bottom:.3em}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag:after{content:"✕";color:#aaa;margin-left:8px}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag:hover,.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag:focus{border-color:#b1b1b1}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__search{display:inline-block;max-width:100%}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions ul{margin:4px -1px;padding:0;list-style:none;background:white;border:1px solid #d1d1d1;border-radius:2px;box-shadow:0 2px 6px #0003}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li{border-bottom:1px solid #ddd;padding:6px 8px}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li mark{text-decoration:underline;background:none;font-weight:600}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li:hover{cursor:pointer;background:#eee}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li.is-active{background:#b7cfe0}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li.is-disabled{opacity:.5;cursor:auto}.cdc-open-viz-module.type-data-bite .editor-toggle{background:#f2f2f2;border-radius:60px;color:#000;font-size:1em;border:0;position:fixed;z-index:100;transition:.1s background;cursor:pointer;width:25px;height:25px;left:307px;top:10px;box-shadow:#00000080 0 1px 2px}.cdc-open-viz-module.type-data-bite .editor-toggle:before{top:43%;left:50%;transform:translate(-50%,-50%);position:absolute;content:"«"}.cdc-open-viz-module.type-data-bite .editor-toggle.collapsed{left:1em;margin-left:0}.cdc-open-viz-module.type-data-bite .editor-toggle.collapsed:before{content:"»"}.cdc-open-viz-module.type-data-bite .editor-toggle:hover{background:rgb(255,255,255)}.cdc-open-viz-module.type-data-bite .visually-hidden{position:fixed;left:-10000px}.cdc-open-viz-module.type-data-bite .checkbox-group{padding:16px;border:1px solid #c4c4c4;border-radius:8px;margin-top:8px;margin-bottom:24px}.cdc-open-viz-module.type-data-bite .loader{width:100%;text-align:center;display:inline-block;animation:spin 1s linear infinite}.cdc-open-viz-module.type-data-bite .loader:before{content:"↻"}.cdc-open-viz-module.type-data-bite .btn{background:#005eaa;color:#fff;border:0;padding:.4em .8em;display:block;border-radius:5px;transition:.1s all;cursor:pointer}.cdc-open-viz-module.type-data-bite .btn[disabled]{opacity:.5;z-index:-1;position:relative}.cdc-open-viz-module.type-data-bite .warning-icon{position:relative;top:2px;width:15px;height:15px;margin-left:5px}.cdc-open-viz-module.type-data-bite .warning-icon path{fill:#d8000c}.cdc-open-viz-module.type-data-bite .tooltip{background-color:#fff;border:rgba(0,0,0,.3) 1px solid!important;box-shadow:#0000001a 3px 3px 7px;line-height:1.4em;font-size:1em!important;border-radius:4px!important;padding:8px 12px!important;opacity:1}.cdc-open-viz-module.type-data-bite.font-small .bite-content-container{font-size:.9em!important}.cdc-open-viz-module.type-data-bite.font-large .bite-content-container{font-size:1.1em!important}`)),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
5
|
+
*/@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cdc-open-viz-module .loading{text-align:center;position:absolute;z-index:3;background:rgba(255,255,255,.5);left:0;right:0;bottom:0;top:0;min-height:30%}.cdc-open-viz-module .loading span{display:block;margin-bottom:1em;font-size:1.3em}.cdc-open-viz-module .loading .la-ball-beat{position:relative;box-sizing:border-box;margin:0 auto;transform:scale(1.3);font-size:0;color:#777;display:flex;justify-content:center;align-items:center;width:108px;height:36px}.cdc-open-viz-module .loading .la-ball-beat.sm,.cdc-open-viz-module .loading .la-ball-beat.xs,.cdc-open-viz-module .loading .la-ball-beat.xxs{transform:scale(.7)}.cdc-open-viz-module .loading .la-ball-beat div+div{margin-left:10px}.cdc-open-viz-module .loading .la-ball-beat>div{position:relative;box-sizing:border-box;width:20px;height:20px;border-radius:100%;animation:ball-beat .7s -.15s infinite linear;display:inline-block;background-color:currentColor;border:0 solid currentColor}.cdc-open-viz-module .loading .la-ball-beat>div:nth-child(2n-1){animation-delay:-.5s}.cdc-open-viz-module{margin:0;font:1em/1.6 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Fira Sans,sans-serif;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#111}.cdc-open-viz-module :focus,.cdc-open-viz-module [tabindex]:focus-visible{outline:2px solid rgba(255,102,1,.9)!important}.cdc-open-viz-module .outline-none{outline:none!important}.cdc-open-viz-module div,.cdc-open-viz-module span,.cdc-open-viz-module applet,.cdc-open-viz-module object,.cdc-open-viz-module iframe,.cdc-open-viz-module h1,.cdc-open-viz-module h2,.cdc-open-viz-module h3,.cdc-open-viz-module h4,.cdc-open-viz-module h5,.cdc-open-viz-module h6,.cdc-open-viz-module p,.cdc-open-viz-module blockquote,.cdc-open-viz-module pre,.cdc-open-viz-module a,.cdc-open-viz-module abbr,.cdc-open-viz-module acronym,.cdc-open-viz-module address,.cdc-open-viz-module big,.cdc-open-viz-module cite,.cdc-open-viz-module code,.cdc-open-viz-module del,.cdc-open-viz-module dfn,.cdc-open-viz-module em,.cdc-open-viz-module img,.cdc-open-viz-module ins,.cdc-open-viz-module kbd,.cdc-open-viz-module q,.cdc-open-viz-module s,.cdc-open-viz-module samp,.cdc-open-viz-module small,.cdc-open-viz-module strike,.cdc-open-viz-module strong,.cdc-open-viz-module sub,.cdc-open-viz-module sup,.cdc-open-viz-module tt,.cdc-open-viz-module var,.cdc-open-viz-module b,.cdc-open-viz-module u,.cdc-open-viz-module i,.cdc-open-viz-module center,.cdc-open-viz-module dl,.cdc-open-viz-module dt,.cdc-open-viz-module dd,.cdc-open-viz-module ol,.cdc-open-viz-module ul,.cdc-open-viz-module li,.cdc-open-viz-module fieldset,.cdc-open-viz-module form,.cdc-open-viz-module label,.cdc-open-viz-module legend,.cdc-open-viz-module table,.cdc-open-viz-module caption,.cdc-open-viz-module tbody,.cdc-open-viz-module tfoot,.cdc-open-viz-module thead,.cdc-open-viz-module tr,.cdc-open-viz-module th,.cdc-open-viz-module td,.cdc-open-viz-module article,.cdc-open-viz-module aside,.cdc-open-viz-module canvas,.cdc-open-viz-module details,.cdc-open-viz-module embed,.cdc-open-viz-module figure,.cdc-open-viz-module figcaption,.cdc-open-viz-module footer,.cdc-open-viz-module header,.cdc-open-viz-module hgroup,.cdc-open-viz-module menu,.cdc-open-viz-module nav,.cdc-open-viz-module output,.cdc-open-viz-module ruby,.cdc-open-viz-module section,.cdc-open-viz-module summary,.cdc-open-viz-module time,.cdc-open-viz-module mark,.cdc-open-viz-module audio,.cdc-open-viz-module video{margin:0;padding:0;border:0;font-family:sans-serif;font-weight:400;vertical-align:baseline}.cdc-open-viz-module button{border:0;cursor:pointer}.cdc-open-viz-module button:focus{outline:0}.cdc-open-viz-module *{box-sizing:border-box}.cdc-open-viz-module sub,.cdc-open-viz-module sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.cdc-open-viz-module sup{top:-.5em}.cdc-open-viz-module sub{bottom:-.25em}.filters-section__wrapper{flex-wrap:wrap;display:flex;gap:7px 15px;margin-top:15px;margin-bottom:15px}.filters-section__intro-text{display:block;width:100%}.filters-section__buttons{width:100%}.filters-section__buttons .apply{margin-right:10px}section.filters-section{border-radius:10px;margin-bottom:10px;display:block!important}div.single-filters{display:flex;flex-wrap:wrap;margin:15px 0}div.single-filters select{width:auto!important}div.single-filters label{width:100%}div.single-filters__tab-bar:first-child{border-top-left-radius:15px;border-bottom-left-radius:15px}.single-filters--dropdown{width:auto;display:flex}.single-filters--tab{width:100%;display:flex;flex-wrap:wrap}.single-filters--tab .tab{width:25%;min-height:40px;border:none;padding:.5em 0;background:none;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:5px}.single-filters--tab .tab--active{border-bottom:none}.single-filters--pill{width:100%;display:flex;flex-wrap:wrap}.single-filters--pill .pill{border:none;width:95%;height:60px;background:none;border-radius:30px;box-shadow:0 2px 5px #d3d3d3;vertical-align:middle;margin-bottom:15px;margin-right:10px;margin-left:10px;white-space:break-spaces;word-break:break-word}.single-filters--pill .pill__wrapper{width:25%}.single-filters__tab-bar{background:#f2f2f2;display:flex!important;flex-wrap:wrap;width:100%;border-radius:15px}.single-filters__tab-bar button.button__tab-bar{flex:1 1 0px;padding:10px;background:none;transition:background 2s}.single-filters__tab-bar button.button__tab-bar--active{background:#fff;border-radius:15px}body.post-type-cdc_visualization .visx-tooltip{z-index:1000000}.cdc-open-viz-module{position:relative;color:#333;font-size:14px!important;line-height:1.4}.cdc-open-viz-module.md,.cdc-open-viz-module.lg{font-size:16px!important}.cdc-open-viz-module .collapsed+.table-container{border-bottom:none}.cdc-open-viz-module .table-container{overflow-x:auto;border-right:1px solid #c7c7c7;border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7}.cdc-open-viz-module div.data-table-heading{position:relative;background:rgba(0,0,0,.05);padding:.5em .7em;border:#c7c7c7 1px solid;border-bottom:0;cursor:pointer}.cdc-open-viz-module div.data-table-heading svg{position:absolute;height:100%;width:15px;top:0;right:1em}.cdc-open-viz-module div.data-table-heading:focus{z-index:2;position:relative}.cdc-open-viz-module table.data-table{width:100%;background:#fff;position:relative;border:none;overflow-x:auto;border-collapse:collapse;overflow:auto;appearance:none;table-layout:fixed}.cdc-open-viz-module table.data-table *{box-sizing:border-box}.cdc-open-viz-module table.data-table thead{-moz-user-select:none;user-select:none}.cdc-open-viz-module table.data-table thead button{background:none;font-size:initial;color:#fff}.cdc-open-viz-module table.data-table thead tr{background:none}.cdc-open-viz-module table.data-table thead{color:#fff;background-color:#565656}.cdc-open-viz-module table.data-table thead .resizer{cursor:e-resize;width:10px;position:absolute;top:0;bottom:0;right:0;touch-action:none}.cdc-open-viz-module table.data-table thead tr{text-align:left}.cdc-open-viz-module table.data-table thead th,.cdc-open-viz-module table.data-table thead td{padding:.5em 1.3em .5em .7em;line-height:normal;position:relative;text-align:left;cursor:pointer;border-right:1px solid #c7c7c7!important}.cdc-open-viz-module table.data-table thead th svg,.cdc-open-viz-module table.data-table thead td svg{margin-left:1rem}.cdc-open-viz-module table.data-table thead th.sort{background-color:#3d3d3d;background-repeat:no-repeat;background-position:right .5em center;background-size:10px 5px}.cdc-open-viz-module table.data-table thead .sort-icon{fill:#fff;width:30px;float:right;align-self:center;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.cdc-open-viz-module table.data-table thead th:last-child,.cdc-open-viz-module table.data-table thead td:last-child{border-right:0}.cdc-open-viz-module table.data-table tbody tr{width:100%}.cdc-open-viz-module table.data-table tbody tr:hover{background:rgba(0,0,0,.05)}.cdc-open-viz-module table.data-table tr{border-bottom:solid 1px #e5e5e5;min-width:100%}.cdc-open-viz-module table.data-table tr:last-child{border-bottom:0}.cdc-open-viz-module table.data-table td{padding:.3em .7em;border-right:1px solid rgba(0,0,0,.1)}.cdc-open-viz-module table.data-table th,.cdc-open-viz-module table.data-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cdc-open-viz-module table.data-table th:last-child,.cdc-open-viz-module table.data-table td:last-child{border-right:0!important}.cdc-open-viz-module table.data-table th{flex-grow:1}.cdc-open-viz-module table.data-table td{position:relative;flex-grow:1}.cdc-open-viz-module table.data-table td a{padding:.3em .7em;position:absolute;top:0;bottom:0;right:0;left:0;display:block;color:inherit;text-decoration:none}.cdc-open-viz-module table.data-table td span.table-link{text-decoration:underline;cursor:pointer;color:#075290}.cdc-open-viz-module table.data-table td span.table-link svg{max-width:13px;vertical-align:baseline;margin-left:5px}.cdc-open-viz-module table.data-table .boxplot-td{table-layout:fixed;width:200}.cdc-open-viz-module .no-data{position:relative}.cdc-open-viz-module .no-data .no-data-message{background:rgba(255,255,255,.5);top:0;left:0;right:0;bottom:0;position:absolute;text-align:center;display:flex;align-items:center;justify-content:center;z-index:7}.cdc-open-viz-module .no-data .no-data-message h3{font-size:1.3rem;font-weight:600;margin-bottom:.3rem}.cdc-open-viz-module .no-data tr:hover{background:#fff}.cdc-open-viz-module .no-data th,.cdc-open-viz-module .no-data td{width:50%}.cdc-open-viz-module .no-data th:before,.cdc-open-viz-module .no-data td:before{content:" "}.cdc-open-viz-module .data-table-pagination{margin:1rem 0;display:flex;align-items:center}.cdc-open-viz-module .data-table-pagination ul{list-style:none;margin:0 1rem 0 0;display:flex}.cdc-open-viz-module .data-table-pagination ul li+li{margin-left:.3rem}.cdc-open-viz-module .data-table-pagination ul button{background:#565656;padding:.6rem .8rem}.cdc-open-viz-module .data-table-pagination ul button:hover{background:#636363}.cdc-open-viz-module .data-table-pagination ul button.btn-next:before{content:" ";background-image:url(../assets/icon-caret-filled-up.svg);background-size:10px 5px;width:10px;height:5px;display:block;transform:rotate(90deg)}.cdc-open-viz-module .data-table-pagination ul button.btn-prev:before{content:" ";background-image:url(../assets/icon-caret-filled-up.svg);background-size:10px 5px;width:10px;height:5px;display:block;transform:rotate(-90deg)}.cdc-open-viz-module .data-table-pagination ul button[disabled]{background:#565656;opacity:.3;cursor:default}.cdc-open-viz-module .data-table-pagination ul button[disabled]:hover{background:#565656}.cdc-open-viz-module .btn-download{color:#fff;float:right;text-decoration:none;transition:.3s all;margin:1em 0}.cdc-open-viz-module .btn-download:hover{transition:.3s all}.cdc-open-viz-module .cove .download-links a:not(:last-child),.cdc-open-viz-module .cdc-open-viz-module .download-links a:not(:last-child){margin-right:10px;display:inline-block}.cdc-open-viz-module strong{font-weight:600}.cdc-open-viz-module .subtext{margin-top:1em}.cdc-open-viz-module .error-box{background:#ffc2c2;display:flex;justify-content:space-between;padding:.3rem 1rem;font-size:.9rem}.cdc-open-viz-module .error-box strong{font-weight:600}.cdc-open-viz-module .error-box p{margin:0}.cdc-open-viz-module .error-box .dismiss-error{flex-shrink:0;font-size:.8rem;cursor:pointer}.cdc-open-viz-module .cdcdataviz-sr-only,.cdc-open-viz-module .cdcdataviz-sr-only-focusable:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;display:flex}.cdc-open-viz-module .inline-icon{width:1em!important;height:auto!important;font-size:1rem;color:inherit}@media all and (-ms-high-contrast: none){.cdc-open-viz-module .inline-icon{height:30px!important}}.cdc-open-viz-module .inline-icon path{fill:currentColor}.cdc-open-viz-module .btn{background:#005eaa;color:#fff;border:0;padding:.4em .8em;font-size:1em;display:block;border-radius:.3em;transition:.1s background-color;cursor:pointer}.cdc-open-viz-module .btn.full-width{width:100%}.cdc-open-viz-module .btn:hover{transition:.1s background-color}.cdc-open-viz-module .btn.secondary{font-size:.8em;padding:.3em 1em;background:rgba(0,0,0,.3);display:inline-block;margin-bottom:1em}.cdc-open-viz-module .btn.secondary:hover{background:rgba(0,0,0,.5)}.cdc-open-viz-module .btn.danger{background-color:#d8000c;padding:0 .6em;height:1.6em;font-size:.8 em;color:#fff}.cdc-open-viz-module .btn.danger:hover{background-color:#bf000b}.cdc-open-viz-module .btn:hover{transition:.1s all;background:#006cc4}.cdc-open-viz-module .btn svg{width:16px;height:16px;position:relative;top:2px;margin-left:5px}.cdc-open-viz-module input[type=text],.cdc-open-viz-module input[type=date],.cdc-open-viz-module input[role=combobox],.cdc-open-viz-module input[type=number],.cdc-open-viz-module input[type=search],.cdc-open-viz-module textarea{padding:.5em;font-size:1em;font-weight:400;font-family:sans-serif;border:rgba(0,0,0,.3) 1px solid!important}.cdc-open-viz-module input[type=text]:focus,.cdc-open-viz-module input[type=date]:focus,.cdc-open-viz-module input[role=combobox]:focus,.cdc-open-viz-module input[type=number]:focus,.cdc-open-viz-module input[type=search]:focus,.cdc-open-viz-module textarea:focus{border:rgba(0,0,0,.7) 1px solid!important;outline:0}.cdc-open-viz-module textarea{min-height:140px}.cdc-open-viz-module select{width:100%;font-size:1em;font-weight:400;text-transform:none;border:rgba(0,0,0,.3) 1px solid!important}.cdc-open-viz-module .input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.cdc-open-viz-module .guidance-link{margin:2em 0 1em;padding:.75em 1em;display:flex;text-decoration:none;color:#444;border:#c7c7c7 1px solid;position:relative;transition:.2s all;font-size:1em}.cdc-open-viz-module .guidance-link:before{content:" ";width:5px;background:#005eaa;left:-1px;top:-1px;bottom:-1px;position:absolute}.cdc-open-viz-module .guidance-link:hover{background:#f2f2f2;transition:.2s all;color:#444}.cdc-open-viz-module .guidance-link>div{font-size:.9em}.cdc-open-viz-module .guidance-link svg{width:60px;color:#005eaa;margin-right:1rem}.cdc-open-viz-module .guidance-link svg path{fill:currentColor}.cdc-open-viz-module .guidance-link h3{font-weight:600;font-size:1.2rem}.cdc-open-viz-module section.introText{padding:15px}.cdc-open-viz-module section.footnotes{border-top:1px solid #ddd;margin-top:20px;padding:15px}.cdc-open-viz-module .cdc-chart-inner-container .subtext{padding:15px}.cdc-open-viz-module .margin-left-href{margin-left:15px}.cdc-open-viz-module .download-buttons{display:flex;justify-content:flex-end;margin:0 1em}.cdc-open-viz-module .download-buttons .btn:not(:last-child){margin-right:10px}.cdc-open-viz-module .download-buttons .btn-download{float:unset}.cdc-open-viz-module .download-links{padding:0 1em;display:flex;justify-content:flex-end}.cdc-open-viz-module .download-links a:not(:last-child){margin-right:10px}.cdc-open-viz-module .cdc-dashboard-inner-container .download-links{padding:unset;margin-bottom:5px}.cdc-open-viz-module .cdc-dashboard-inner-container .download-buttons{margin:unset}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item,.cdc-open-viz-module.type-chart .editor-panel .series-item{list-style:none;position:relative}.accordion:first-of-type .series-item__title{border-top:1px solid #ccc}.accordion:last-of-type .series-item__title{border-bottom:1px solid #ccc}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .accordion__button,.cdc-open-viz-module.type-chart .editor-panel .series-item .accordion__button{border-bottom:unset}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .accordion__button.hide-arrow:before,.cdc-open-viz-module.type-chart .editor-panel .series-item .accordion__button.hide-arrow:before{display:none}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .accordion__panel,.cdc-open-viz-module.type-chart .editor-panel .series-item .accordion__panel{border-left:1px solid #ccc;border-right:1px solid #ccc;padding:10px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-list__remove,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-list__remove{margin-left:auto;margin-right:20px;border:1px solid red;border-radius:10px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .hide-arrow .series-list__remove,.cdc-open-viz-module.type-chart .editor-panel .series-item .hide-arrow .series-list__remove{margin-right:0}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item label,.cdc-open-viz-module.type-chart .editor-panel .series-item label{font-size:.8rem;font-weight:400}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-item__title,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-item__title{width:100%;background-color:#f5f5f5;border-right:1px solid #ccc;border-left:1px solid #ccc;display:block;padding:5px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-item__title .accordion__button,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-item__title .accordion__button{border-bottom:none!important}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item li,.cdc-open-viz-module.type-chart .editor-panel .series-item li{padding:5px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series_item__title,.cdc-open-viz-module.type-chart .editor-panel .series-item .series_item__title{font-size:12px;font-weight:700;text-transform:uppercase}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item .series-item__dropdown,.cdc-open-viz-module.type-chart .editor-panel .series-item .series-item__dropdown{display:block;margin-bottom:8px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart{padding:5px 5px 0}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart .accordion__button,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart .accordion__button{display:flex;padding-left:5px!important}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart .accordion__button .cove-icon,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart .accordion__button .cove-icon{padding-right:5px;margin-right:10px}.cdc-open-viz-module.cdc-map-outer-container .editor-panel .series-item--chart:last-child,.cdc-open-viz-module.type-chart .editor-panel .series-item--chart:last-child{padding-bottom:5px}div.dashboard-title.theme-purple,div.chart-title.theme-purple,div.map-title.theme-purple,.color-palette li.theme-purple,.btn.theme-purple{background:#712177;border-bottom-color:#b890bb}div.dashboard-title.theme-brown,div.chart-title.theme-brown,div.map-title.theme-brown,.color-palette li.theme-brown,.btn.theme-brown{background:#705043;border-bottom-color:#ad907b}div.dashboard-title.theme-teal,div.chart-title.theme-teal,div.map-title.theme-teal,.color-palette li.theme-teal,.btn.theme-teal{background:#00695c;border-bottom-color:#4ebaaa}div.dashboard-title.theme-pink,div.chart-title.theme-pink,div.map-title.theme-pink,.color-palette li.theme-pink,.btn.theme-pink{background:#af4448;border-bottom-color:#e57373}div.dashboard-title.theme-orange,div.chart-title.theme-orange,div.map-title.theme-orange,.color-palette li.theme-orange,.btn.theme-orange{background:#bb4d00;border-bottom-color:#ffad42}div.dashboard-title.theme-slate,div.chart-title.theme-slate,div.map-title.theme-slate,.color-palette li.theme-slate,.btn.theme-slate{background:#29434e;border-bottom-color:#7e9ba5}div.dashboard-title.theme-indigo,div.chart-title.theme-indigo,div.map-title.theme-indigo,.color-palette li.theme-indigo,.btn.theme-indigo{background:#26418f;border-bottom-color:#92a6dd}div.dashboard-title.theme-cyan,div.chart-title.theme-cyan,div.map-title.theme-cyan,.color-palette li.theme-cyan,.btn.theme-cyan{background:#007b91;border-bottom-color:#65b0bd}div.dashboard-title.theme-green,div.chart-title.theme-green,div.map-title.theme-green,.color-palette li.theme-green,.btn.theme-green{background:#4b830d;border-bottom-color:#84bc49}div.dashboard-title.theme-amber,div.chart-title.theme-amber,div.map-title.theme-amber,.color-palette li.theme-amber,.btn.theme-amber{background:#fbab18;border-bottom-color:#ffd54f}div.dashboard-title.theme-blue,div.chart-title.theme-blue,div.map-title.theme-blue,.color-palette li.theme-blue,.btn.theme-blue{background:#005eaa;border-bottom-color:#88c3ea}.markup-include .theme-amber,.type-waffle-chart .theme-amber,.type-data-bite .theme-amber,.cdc-open-viz-module.type-chart.type-sparkline .theme-amber,.cove .theme-amber{background-color:#fbab18;border-color:#ffd54f;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-amber .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #fbab18;border-right:1px solid #fbab18;border-bottom:1px solid #fbab18}.markup-include.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #fbab18}.markup-include.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-amber .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-amber .cove-component__header,.type-waffle-chart.theme-amber .cove-component__header,.type-data-bite.theme-amber .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__header,.cove.theme-amber .cove-component__header{border-color:#ffd54f}.markup-include.theme-amber .cove-component__content.component--has-accent,.type-waffle-chart.theme-amber .cove-component__content.component--has-accent,.type-data-bite.theme-amber .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__content.component--has-accent,.cove.theme-amber .cove-component__content.component--has-accent{border-left:.5rem solid #fbab18!important}.markup-include.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-amber .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ffecb3}.markup-include .theme-blue,.type-waffle-chart .theme-blue,.type-data-bite .theme-blue,.cdc-open-viz-module.type-chart.type-sparkline .theme-blue,.cove .theme-blue{background-color:#005eaa;border-color:#88c3ea;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-blue .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #005eaa;border-right:1px solid #005eaa;border-bottom:1px solid #005eaa}.markup-include.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #005eaa}.markup-include.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-blue .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-blue .cove-component__header,.type-waffle-chart.theme-blue .cove-component__header,.type-data-bite.theme-blue .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__header,.cove.theme-blue .cove-component__header{border-color:#88c3ea}.markup-include.theme-blue .cove-component__content.component--has-accent,.type-waffle-chart.theme-blue .cove-component__content.component--has-accent,.type-data-bite.theme-blue .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__content.component--has-accent,.cove.theme-blue .cove-component__content.component--has-accent{border-left:.5rem solid #005eaa!important}.markup-include.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-blue .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#c0e9ff}.markup-include .theme-brown,.type-waffle-chart .theme-brown,.type-data-bite .theme-brown,.cdc-open-viz-module.type-chart.type-sparkline .theme-brown,.cove .theme-brown{background-color:#705043;border-color:#ad907b;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-brown .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #705043;border-right:1px solid #705043;border-bottom:1px solid #705043}.markup-include.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #705043}.markup-include.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-brown .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-brown .cove-component__header,.type-waffle-chart.theme-brown .cove-component__header,.type-data-bite.theme-brown .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__header,.cove.theme-brown .cove-component__header{border-color:#ad907b}.markup-include.theme-brown .cove-component__content.component--has-accent,.type-waffle-chart.theme-brown .cove-component__content.component--has-accent,.type-data-bite.theme-brown .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__content.component--has-accent,.cove.theme-brown .cove-component__content.component--has-accent{border-left:.5rem solid #705043!important}.markup-include.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-brown .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#d7ccc8}.markup-include .theme-cyan,.type-waffle-chart .theme-cyan,.type-data-bite .theme-cyan,.cdc-open-viz-module.type-chart.type-sparkline .theme-cyan,.cove .theme-cyan{background-color:#007b91;border-color:#65b0bd;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-cyan .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #007B91;border-right:1px solid #007B91;border-bottom:1px solid #007B91}.markup-include.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #007B91}.markup-include.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-cyan .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-cyan .cove-component__header,.type-waffle-chart.theme-cyan .cove-component__header,.type-data-bite.theme-cyan .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__header,.cove.theme-cyan .cove-component__header{border-color:#65b0bd}.markup-include.theme-cyan .cove-component__content.component--has-accent,.type-waffle-chart.theme-cyan .cove-component__content.component--has-accent,.type-data-bite.theme-cyan .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__content.component--has-accent,.cove.theme-cyan .cove-component__content.component--has-accent{border-left:.5rem solid #007B91!important}.markup-include.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-cyan .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#cce5e9}.markup-include .theme-green,.type-waffle-chart .theme-green,.type-data-bite .theme-green,.cdc-open-viz-module.type-chart.type-sparkline .theme-green,.cove .theme-green{background-color:#4b830d;border-color:#84bc49;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-green .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #4b830d;border-right:1px solid #4b830d;border-bottom:1px solid #4b830d}.markup-include.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #4b830d}.markup-include.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-green .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-green .cove-component__header,.type-waffle-chart.theme-green .cove-component__header,.type-data-bite.theme-green .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__header,.cove.theme-green .cove-component__header{border-color:#84bc49}.markup-include.theme-green .cove-component__content.component--has-accent,.type-waffle-chart.theme-green .cove-component__content.component--has-accent,.type-data-bite.theme-green .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__content.component--has-accent,.cove.theme-green .cove-component__content.component--has-accent{border-left:.5rem solid #4b830d!important}.markup-include.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-green .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#dcedc8}.markup-include .theme-indigo,.type-waffle-chart .theme-indigo,.type-data-bite .theme-indigo,.cdc-open-viz-module.type-chart.type-sparkline .theme-indigo,.cove .theme-indigo{background-color:#26418f;border-color:#92a6dd;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-indigo .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #26418f;border-right:1px solid #26418f;border-bottom:1px solid #26418f}.markup-include.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #26418f}.markup-include.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-indigo .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-indigo .cove-component__header,.type-waffle-chart.theme-indigo .cove-component__header,.type-data-bite.theme-indigo .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__header,.cove.theme-indigo .cove-component__header{border-color:#92a6dd}.markup-include.theme-indigo .cove-component__content.component--has-accent,.type-waffle-chart.theme-indigo .cove-component__content.component--has-accent,.type-data-bite.theme-indigo .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__content.component--has-accent,.cove.theme-indigo .cove-component__content.component--has-accent{border-left:.5rem solid #26418f!important}.markup-include.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-indigo .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#dee8ff}.markup-include .theme-orange,.type-waffle-chart .theme-orange,.type-data-bite .theme-orange,.cdc-open-viz-module.type-chart.type-sparkline .theme-orange,.cove .theme-orange{background-color:#bb4d00;border-color:#ffad42;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-orange .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #bb4d00;border-right:1px solid #bb4d00;border-bottom:1px solid #bb4d00}.markup-include.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #bb4d00}.markup-include.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-orange .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-orange .cove-component__header,.type-waffle-chart.theme-orange .cove-component__header,.type-data-bite.theme-orange .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__header,.cove.theme-orange .cove-component__header{border-color:#ffad42}.markup-include.theme-orange .cove-component__content.component--has-accent,.type-waffle-chart.theme-orange .cove-component__content.component--has-accent,.type-data-bite.theme-orange .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__content.component--has-accent,.cove.theme-orange .cove-component__content.component--has-accent{border-left:.5rem solid #bb4d00!important}.markup-include.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-orange .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ffe97d}.markup-include .theme-pink,.type-waffle-chart .theme-pink,.type-data-bite .theme-pink,.cdc-open-viz-module.type-chart.type-sparkline .theme-pink,.cove .theme-pink{background-color:#af4448;border-color:#e57373;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-pink .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #af4448;border-right:1px solid #af4448;border-bottom:1px solid #af4448}.markup-include.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #af4448}.markup-include.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-pink .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-pink .cove-component__header,.type-waffle-chart.theme-pink .cove-component__header,.type-data-bite.theme-pink .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__header,.cove.theme-pink .cove-component__header{border-color:#e57373}.markup-include.theme-pink .cove-component__content.component--has-accent,.type-waffle-chart.theme-pink .cove-component__content.component--has-accent,.type-data-bite.theme-pink .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__content.component--has-accent,.cove.theme-pink .cove-component__content.component--has-accent{border-left:.5rem solid #af4448!important}.markup-include.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-pink .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ffc2c2}.markup-include .theme-purple,.type-waffle-chart .theme-purple,.type-data-bite .theme-purple,.cdc-open-viz-module.type-chart.type-sparkline .theme-purple,.cove .theme-purple{background-color:#712177;border-color:#b890bb;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-purple .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #712177;border-right:1px solid #712177;border-bottom:1px solid #712177}.markup-include.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #712177}.markup-include.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-purple .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-purple .cove-component__header,.type-waffle-chart.theme-purple .cove-component__header,.type-data-bite.theme-purple .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__header,.cove.theme-purple .cove-component__header{border-color:#b890bb}.markup-include.theme-purple .cove-component__content.component--has-accent,.type-waffle-chart.theme-purple .cove-component__content.component--has-accent,.type-data-bite.theme-purple .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__content.component--has-accent,.cove.theme-purple .cove-component__content.component--has-accent{border-left:.5rem solid #712177!important}.markup-include.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-purple .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#e3d3e4}.markup-include .theme-slate,.type-waffle-chart .theme-slate,.type-data-bite .theme-slate,.cdc-open-viz-module.type-chart.type-sparkline .theme-slate,.cove .theme-slate{background-color:#29434e;border-color:#7e9ba5;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-slate .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #29434e;border-right:1px solid #29434e;border-bottom:1px solid #29434e}.markup-include.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #29434e}.markup-include.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-slate .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-slate .cove-component__header,.type-waffle-chart.theme-slate .cove-component__header,.type-data-bite.theme-slate .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__header,.cove.theme-slate .cove-component__header{border-color:#7e9ba5}.markup-include.theme-slate .cove-component__content.component--has-accent,.type-waffle-chart.theme-slate .cove-component__content.component--has-accent,.type-data-bite.theme-slate .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__content.component--has-accent,.cove.theme-slate .cove-component__content.component--has-accent{border-left:.5rem solid #29434e!important}.markup-include.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-slate .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#b6c6d2}.markup-include .theme-teal,.type-waffle-chart .theme-teal,.type-data-bite .theme-teal,.cdc-open-viz-module.type-chart.type-sparkline .theme-teal,.cove .theme-teal{background-color:#00695c;border-color:#4ebaaa;border-bottom-style:solid;border-bottom-width:4px}.markup-include.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-waffle-chart.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.type-data-bite.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme,.cove.theme-teal .cove-component__content:not(.no-borders).component--has-borderColorTheme{border-left:1px solid #00695c;border-right:1px solid #00695c;border-bottom:1px solid #00695c}.markup-include.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-waffle-chart.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.type-data-bite.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders),.cove.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content.component--has-borderColorTheme:not(.no-borders){border-top:1px solid #00695c}.markup-include.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.type-waffle-chart.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.type-data-bite.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content,.cove.theme-teal .cove-component__inner:not(.component--has-title) .cove-component__content{border-top:1px solid #ccc}.markup-include.theme-teal .cove-component__header,.type-waffle-chart.theme-teal .cove-component__header,.type-data-bite.theme-teal .cove-component__header,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__header,.cove.theme-teal .cove-component__header{border-color:#4ebaaa}.markup-include.theme-teal .cove-component__content.component--has-accent,.type-waffle-chart.theme-teal .cove-component__content.component--has-accent,.type-data-bite.theme-teal .cove-component__content.component--has-accent,.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__content.component--has-accent,.cove.theme-teal .cove-component__content.component--has-accent{border-left:.5rem solid #00695c!important}.markup-include.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-waffle-chart.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.type-data-bite.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cdc-open-viz-module.type-chart.type-sparkline.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor),.cove.theme-teal .cove-component__content.component--has-background:not(.component--hideBackgroundColor){background:#ceece7}.cdc-open-viz-module.theme-amber .single-filters--tab .tab--active{border:1px solid #fbab18;border-top:3px solid #fbab18;border-bottom:none}.cdc-open-viz-module.theme-amber .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #fbab18}.cdc-open-viz-module.theme-amber .single-filters--pill .pill--active{background-color:#fbab18;color:#fff}.cdc-open-viz-module.theme-amber .filters-section button.cove-button:not([disabled]){background-color:#fbab18!important}.cdc-open-viz-module .theme-amber .single-filters--tab .tab--active{border:1px solid #fbab18;border-top:3px solid #fbab18;border-bottom:none}.cdc-open-viz-module .theme-amber .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #fbab18}.cdc-open-viz-module .theme-amber .single-filters--pill .pill--active{background-color:#fbab18;color:#fff}.cdc-open-viz-module .theme-amber .button__tab-bar--active{outline:2px solid #fbab18}.cdc-open-viz-module .theme-amber .apply:not([disabled]){background-color:#fbab18!important}.cdc-open-viz-module.theme-blue .single-filters--tab .tab--active{border:1px solid #005eaa;border-top:3px solid #005eaa;border-bottom:none}.cdc-open-viz-module.theme-blue .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #005eaa}.cdc-open-viz-module.theme-blue .single-filters--pill .pill--active{background-color:#005eaa;color:#fff}.cdc-open-viz-module.theme-blue .filters-section button.cove-button:not([disabled]){background-color:#005eaa!important}.cdc-open-viz-module .theme-blue .single-filters--tab .tab--active{border:1px solid #005eaa;border-top:3px solid #005eaa;border-bottom:none}.cdc-open-viz-module .theme-blue .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #005eaa}.cdc-open-viz-module .theme-blue .single-filters--pill .pill--active{background-color:#005eaa;color:#fff}.cdc-open-viz-module .theme-blue .button__tab-bar--active{outline:2px solid #005eaa}.cdc-open-viz-module .theme-blue .apply:not([disabled]){background-color:#005eaa!important}.cdc-open-viz-module.theme-brown .single-filters--tab .tab--active{border:1px solid #705043;border-top:3px solid #705043;border-bottom:none}.cdc-open-viz-module.theme-brown .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #705043}.cdc-open-viz-module.theme-brown .single-filters--pill .pill--active{background-color:#705043;color:#fff}.cdc-open-viz-module.theme-brown .filters-section button.cove-button:not([disabled]){background-color:#705043!important}.cdc-open-viz-module .theme-brown .single-filters--tab .tab--active{border:1px solid #705043;border-top:3px solid #705043;border-bottom:none}.cdc-open-viz-module .theme-brown .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #705043}.cdc-open-viz-module .theme-brown .single-filters--pill .pill--active{background-color:#705043;color:#fff}.cdc-open-viz-module .theme-brown .button__tab-bar--active{outline:2px solid #705043}.cdc-open-viz-module .theme-brown .apply:not([disabled]){background-color:#705043!important}.cdc-open-viz-module.theme-cyan .single-filters--tab .tab--active{border:1px solid #007B91;border-top:3px solid #007B91;border-bottom:none}.cdc-open-viz-module.theme-cyan .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #007B91}.cdc-open-viz-module.theme-cyan .single-filters--pill .pill--active{background-color:#007b91;color:#fff}.cdc-open-viz-module.theme-cyan .filters-section button.cove-button:not([disabled]){background-color:#007b91!important}.cdc-open-viz-module .theme-cyan .single-filters--tab .tab--active{border:1px solid #007B91;border-top:3px solid #007B91;border-bottom:none}.cdc-open-viz-module .theme-cyan .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #007B91}.cdc-open-viz-module .theme-cyan .single-filters--pill .pill--active{background-color:#007b91;color:#fff}.cdc-open-viz-module .theme-cyan .button__tab-bar--active{outline:2px solid #007B91}.cdc-open-viz-module .theme-cyan .apply:not([disabled]){background-color:#007b91!important}.cdc-open-viz-module.theme-green .single-filters--tab .tab--active{border:1px solid #4b830d;border-top:3px solid #4b830d;border-bottom:none}.cdc-open-viz-module.theme-green .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #4b830d}.cdc-open-viz-module.theme-green .single-filters--pill .pill--active{background-color:#4b830d;color:#fff}.cdc-open-viz-module.theme-green .filters-section button.cove-button:not([disabled]){background-color:#4b830d!important}.cdc-open-viz-module .theme-green .single-filters--tab .tab--active{border:1px solid #4b830d;border-top:3px solid #4b830d;border-bottom:none}.cdc-open-viz-module .theme-green .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #4b830d}.cdc-open-viz-module .theme-green .single-filters--pill .pill--active{background-color:#4b830d;color:#fff}.cdc-open-viz-module .theme-green .button__tab-bar--active{outline:2px solid #4b830d}.cdc-open-viz-module .theme-green .apply:not([disabled]){background-color:#4b830d!important}.cdc-open-viz-module.theme-indigo .single-filters--tab .tab--active{border:1px solid #26418f;border-top:3px solid #26418f;border-bottom:none}.cdc-open-viz-module.theme-indigo .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #26418f}.cdc-open-viz-module.theme-indigo .single-filters--pill .pill--active{background-color:#26418f;color:#fff}.cdc-open-viz-module.theme-indigo .filters-section button.cove-button:not([disabled]){background-color:#26418f!important}.cdc-open-viz-module .theme-indigo .single-filters--tab .tab--active{border:1px solid #26418f;border-top:3px solid #26418f;border-bottom:none}.cdc-open-viz-module .theme-indigo .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #26418f}.cdc-open-viz-module .theme-indigo .single-filters--pill .pill--active{background-color:#26418f;color:#fff}.cdc-open-viz-module .theme-indigo .button__tab-bar--active{outline:2px solid #26418f}.cdc-open-viz-module .theme-indigo .apply:not([disabled]){background-color:#26418f!important}.cdc-open-viz-module.theme-orange .single-filters--tab .tab--active{border:1px solid #bb4d00;border-top:3px solid #bb4d00;border-bottom:none}.cdc-open-viz-module.theme-orange .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #bb4d00}.cdc-open-viz-module.theme-orange .single-filters--pill .pill--active{background-color:#bb4d00;color:#fff}.cdc-open-viz-module.theme-orange .filters-section button.cove-button:not([disabled]){background-color:#bb4d00!important}.cdc-open-viz-module .theme-orange .single-filters--tab .tab--active{border:1px solid #bb4d00;border-top:3px solid #bb4d00;border-bottom:none}.cdc-open-viz-module .theme-orange .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #bb4d00}.cdc-open-viz-module .theme-orange .single-filters--pill .pill--active{background-color:#bb4d00;color:#fff}.cdc-open-viz-module .theme-orange .button__tab-bar--active{outline:2px solid #bb4d00}.cdc-open-viz-module .theme-orange .apply:not([disabled]){background-color:#bb4d00!important}.cdc-open-viz-module.theme-pink .single-filters--tab .tab--active{border:1px solid #af4448;border-top:3px solid #af4448;border-bottom:none}.cdc-open-viz-module.theme-pink .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #af4448}.cdc-open-viz-module.theme-pink .single-filters--pill .pill--active{background-color:#af4448;color:#fff}.cdc-open-viz-module.theme-pink .filters-section button.cove-button:not([disabled]){background-color:#af4448!important}.cdc-open-viz-module .theme-pink .single-filters--tab .tab--active{border:1px solid #af4448;border-top:3px solid #af4448;border-bottom:none}.cdc-open-viz-module .theme-pink .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #af4448}.cdc-open-viz-module .theme-pink .single-filters--pill .pill--active{background-color:#af4448;color:#fff}.cdc-open-viz-module .theme-pink .button__tab-bar--active{outline:2px solid #af4448}.cdc-open-viz-module .theme-pink .apply:not([disabled]){background-color:#af4448!important}.cdc-open-viz-module.theme-purple .single-filters--tab .tab--active{border:1px solid #712177;border-top:3px solid #712177;border-bottom:none}.cdc-open-viz-module.theme-purple .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #712177}.cdc-open-viz-module.theme-purple .single-filters--pill .pill--active{background-color:#712177;color:#fff}.cdc-open-viz-module.theme-purple .filters-section button.cove-button:not([disabled]){background-color:#712177!important}.cdc-open-viz-module .theme-purple .single-filters--tab .tab--active{border:1px solid #712177;border-top:3px solid #712177;border-bottom:none}.cdc-open-viz-module .theme-purple .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #712177}.cdc-open-viz-module .theme-purple .single-filters--pill .pill--active{background-color:#712177;color:#fff}.cdc-open-viz-module .theme-purple .button__tab-bar--active{outline:2px solid #712177}.cdc-open-viz-module .theme-purple .apply:not([disabled]){background-color:#712177!important}.cdc-open-viz-module.theme-slate .single-filters--tab .tab--active{border:1px solid #29434e;border-top:3px solid #29434e;border-bottom:none}.cdc-open-viz-module.theme-slate .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #29434e}.cdc-open-viz-module.theme-slate .single-filters--pill .pill--active{background-color:#29434e;color:#fff}.cdc-open-viz-module.theme-slate .filters-section button.cove-button:not([disabled]){background-color:#29434e!important}.cdc-open-viz-module .theme-slate .single-filters--tab .tab--active{border:1px solid #29434e;border-top:3px solid #29434e;border-bottom:none}.cdc-open-viz-module .theme-slate .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #29434e}.cdc-open-viz-module .theme-slate .single-filters--pill .pill--active{background-color:#29434e;color:#fff}.cdc-open-viz-module .theme-slate .button__tab-bar--active{outline:2px solid #29434e}.cdc-open-viz-module .theme-slate .apply:not([disabled]){background-color:#29434e!important}.cdc-open-viz-module.theme-teal .single-filters--tab .tab--active{border:1px solid #00695c;border-top:3px solid #00695c;border-bottom:none}.cdc-open-viz-module.theme-teal .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #00695c}.cdc-open-viz-module.theme-teal .single-filters--pill .pill--active{background-color:#00695c;color:#fff}.cdc-open-viz-module.theme-teal .filters-section button.cove-button:not([disabled]){background-color:#00695c!important}.cdc-open-viz-module .theme-teal .single-filters--tab .tab--active{border:1px solid #00695c;border-top:3px solid #00695c;border-bottom:none}.cdc-open-viz-module .theme-teal .single-filters--tab .tab:not(.tab--active){border-bottom:1px solid #00695c}.cdc-open-viz-module .theme-teal .single-filters--pill .pill--active{background-color:#00695c;color:#fff}.cdc-open-viz-module .theme-teal .button__tab-bar--active{outline:2px solid #00695c}.cdc-open-viz-module .theme-teal .apply:not([disabled]){background-color:#00695c!important}.cdc-open-viz-module.type-data-bite.is-editor{position:relative}.cdc-open-viz-module.type-data-bite.is-editor .cove-component__inner{margin:3em auto 0;max-width:35em}.cdc-open-viz-module.type-data-bite.theme-blue .bite-value{color:#005eaa}.cdc-open-viz-module.type-data-bite.theme-blue .cove-component__header{background-color:#005eaa}.cdc-open-viz-module.type-data-bite.theme-purple .bite-value{color:#712177}.cdc-open-viz-module.type-data-bite.theme-purple .cove-component__header{background-color:#712177}.cdc-open-viz-module.type-data-bite.theme-amber .bite-value{color:#fbab18}.cdc-open-viz-module.type-data-bite.theme-amber .cove-component__header{background-color:#fbab18}.cdc-open-viz-module.type-data-bite.theme-orange .bite-value{color:#bb4d00}.cdc-open-viz-module.type-data-bite.theme-orange .cove-component__header{background-color:#bb4d00}.cdc-open-viz-module.type-data-bite.theme-brown .bite-value{color:#705043}.cdc-open-viz-module.type-data-bite.theme-brown .cove-component__header{background-color:#705043}.cdc-open-viz-module.type-data-bite.theme-teal .bite-value{color:#00695c}.cdc-open-viz-module.type-data-bite.theme-teal .cove-component__header{background-color:#00695c}.cdc-open-viz-module.type-data-bite.theme-pink .bite-value{color:#af4448}.cdc-open-viz-module.type-data-bite.theme-pink .cove-component__header{background-color:#af4448}.cdc-open-viz-module.type-data-bite.theme-slate .bite-value{color:#29434e}.cdc-open-viz-module.type-data-bite.theme-slate .cove-component__header{background-color:#29434e}.cdc-open-viz-module.type-data-bite.theme-indigo .bite-value{color:#26418f}.cdc-open-viz-module.type-data-bite.theme-indigo .cove-component__header{background-color:#26418f}.cdc-open-viz-module.type-data-bite.theme-cyan .bite-value{color:#006778}.cdc-open-viz-module.type-data-bite.theme-cyan .cove-component__header{background-color:#006778}.cdc-open-viz-module.type-data-bite.theme-green .bite-value{color:#4b830d}.cdc-open-viz-module.type-data-bite.theme-green .cove-component__header{background-color:#4b830d}.cdc-open-viz-module.type-data-bite .cove-component__header{padding:0 1em;left:0;top:0;padding:.6rem .8rem;color:#fff;font-size:1.1em}.cdc-open-viz-module.type-data-bite .cove-component__header:empty{min-height:5px}.cdc-open-viz-module.type-data-bite .cove-component__inner.shadow{box-shadow:#0003 0 3px 10px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite__style--graphic .bite-content{flex:1}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--end .bite-text{margin-bottom:0!important}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--split .bite-content{flex-direction:row!important}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--split .bite-value{flex-basis:25%;align-self:center;text-align:center}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite__style--split .bite-content__text-wrap{flex:75%!important}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite--isCompactStyle .bite .cove-component__content .bite-content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite--isCompactStyle .bite .cove-component__content .bite-content p.bite-text{margin-bottom:0}.cdc-open-viz-module.type-data-bite .cove-component__inner.bite--isCompactStyle .bite .cove-component__content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner .cove-component__header+.bite{border-top:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite{position:relative;overflow:hidden;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite-header{border-top-left-radius:3px;border-top-right-radius:3px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .bite-content-container.component--hideBackgroundColor{background:transparent}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.no-borders{border:none}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite-content__text-wrap{height:100%;display:flex;flex-wrap:wrap;width:100%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-blue .bite-value{color:#005eaa}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-blue .cove-component__header{background-color:#005eaa}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-purple .bite-value{color:#712177}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-purple .cove-component__header{background-color:#712177}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-amber .bite-value{color:#fbab18}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-amber .cove-component__header{background-color:#fbab18}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-orange .bite-value{color:#bb4d00}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-orange .cove-component__header{background-color:#bb4d00}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-brown .bite-value{color:#705043}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-brown .cove-component__header{background-color:#705043}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-teal .bite-value{color:#00695c}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-teal .cove-component__header{background-color:#00695c}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-pink .bite-value{color:#af4448}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-pink .cove-component__header{background-color:#af4448}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-slate .bite-value{color:#29434e}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-slate .cove-component__header{background-color:#29434e}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-indigo .bite-value{color:#26418f}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-indigo .cove-component__header{background-color:#26418f}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-cyan .bite-value{color:#006778}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-cyan .cove-component__header{background-color:#006778}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-green .bite-value{color:#4b830d}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.theme-green .cove-component__header{background-color:#4b830d}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite h3{margin:0;font-size:1em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .bite-image{width:100%;min-width:100px;align-self:center;border-radius:.3em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content{display:flex;padding:1em;justify-content:space-between}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content{display:flex;flex-direction:column;flex-grow:1}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .bite-value{font-size:2em;font-weight:800;line-height:1.25em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .data-bite-body{margin-right:5px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .bite-text{margin-bottom:15px;color:#222}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__content .bite-content .bite-subtext{font-size:.9em;font-style:italic;flex-basis:100%;width:100%;align-self:flex-end}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .callout{flex-shrink:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-left .callout{width:33%;margin-right:1.5em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-right .callout{width:33%;margin-left:1.5em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-right .cove-component__content{flex-direction:row-reverse}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content{flex-direction:column}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content .bite-image{margin:0 0 .6em}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content .circle-callout{margin:0 auto;max-width:75%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-top .cove-component__content>:nth-child(1){margin-bottom:10px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content{flex-direction:column}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content .bite-image{margin:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content .circle-callout{margin:0 auto;max-width:75%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-bottom .cove-component__content>:nth-child(1){margin-bottom:10px}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite-back .cove-component__content .bite-image{border-radius:0 0 .3em .3em;position:absolute;top:0;left:0;width:100%}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite--isCompactStyle .bite .cove-component__content .bite-content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite--isCompactStyle .bite .cove-component__content .bite-content p.bite-text{margin-bottom:0}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite.bite--isCompactStyle .bite .cove-component__content{align-items:center}.cdc-open-viz-module.type-data-bite .cove-component__inner .bite .cove-component__header+.bite{border-top:0}.cdc-open-viz-module.type-data-bite .cove-component__content{background:#f2f2f2}.cdc-open-viz-module.type-data-bite .cove-component__content:not(.no-borders){border-color:#c7c7c7;border-width:1px;border-style:solid}.cdc-open-viz-module.type-data-bite .spacing-wrapper{padding-left:350px}.cdc-open-viz-module.type-data-bite .editor-panel.hidden+.spacing-wrapper{padding-left:0}.cdc-open-viz-module.type-data-bite .editor-panel{background:#fff;width:350px;overflow-y:overlay;position:fixed;z-index:8;display:flex;flex-direction:column;left:0;top:0;bottom:0}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip{position:relative}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--target{cursor:pointer}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content{max-width:280px;padding:10px 8px;text-align:left;font-size:.875rem;color:#333;background-color:#fff;border-radius:5px;user-select:none;cursor:default;opacity:0}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-top.has-shadow{box-shadow:0 4px 14px #00000026,0 4px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-top.show{animation:tooltip-btt .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-right.has-shadow{box-shadow:-4px 4px 14px #00000026,-4px 4px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-right.show{animation:tooltip-ltr .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-bottom.has-shadow{box-shadow:0 -4px 14px #00000026,0 8px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-bottom.show{animation:tooltip-ttb .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-left.has-shadow{box-shadow:4px 4px 14px #00000026,4px 4px 8px #0000001a}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip__content.place-left.show{animation:tooltip-rtl .5s cubic-bezier(.16,1,.3,1) 50ms 1 forwards}.cdc-open-viz-module.type-data-bite .editor-panel.cove .interactive a{pointer-events:all}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--border-0{border-width:0}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--border-1{border-width:1px}.cdc-open-viz-module.type-data-bite .editor-panel.cove .cove-tooltip--border-2{border-width:2px}@keyframes tooltip-ltr{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes tooltip-rtl{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes tooltip-ttb{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-btt{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cdc-open-viz-module.type-data-bite .editor-panel .text-center{text-align:center}.cdc-open-viz-module.type-data-bite .editor-panel .text-capitalize{text-transform:capitalize}.cdc-open-viz-module.type-data-bite .editor-panel .two-col-inputs{display:flex;margin-top:1em;justify-content:space-between}.cdc-open-viz-module.type-data-bite .editor-panel .two-col-inputs>label{width:48%;margin-top:0!important}.cdc-open-viz-module.type-data-bite .editor-panel .divider-heading{display:block;font-size:1em;margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel .series-list{list-style:none;border:#c7c7c7 1px solid}.cdc-open-viz-module.type-data-bite .editor-panel .series-list:empty{border:none!important}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li{padding:.3em .5em;display:flex;align-items:center;justify-content:space-between;font-size:.9em}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li:hover{background-color:#f2f2f2}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li span{font-size:.8em;color:red;cursor:pointer}.cdc-open-viz-module.type-data-bite .editor-panel .series-list li+li{border-top:#c7c7c7 1px solid}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__heading{background:#f2f2f2}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__item select{text-transform:capitalize}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__item .number-narrow{min-width:auto;width:75px}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__divider{border:0;border-top:1px solid #e2e2e2;margin-top:1.5rem;margin-bottom:1.5rem}.cdc-open-viz-module.type-data-bite .editor-panel .form-container{border-right:#c7c7c7 1px solid;flex-grow:1}.cdc-open-viz-module.type-data-bite .editor-panel .guidance-link{margin:2em 1em 0;padding:.75em 1em}.cdc-open-viz-module.type-data-bite .editor-panel .guidance-link svg{width:60px;color:#005eaa;margin-right:1rem;height:60px}.cdc-open-viz-module.type-data-bite .editor-panel .guidance-link svg path{fill:currentColor}.cdc-open-viz-module.type-data-bite .editor-panel .warning{color:#d8000c;background-color:#ffd2d2;padding:.75em 1em;margin:1em 0;font-size:.8em;border:#d8000c 1px solid;border-radius:.4em}.cdc-open-viz-module.type-data-bite .editor-panel .warning strong{font-weight:600;display:block}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button{cursor:pointer;font-size:1em;padding:.3em 1em;width:100%;text-align:left;position:relative;border-bottom:1px solid rgba(0,0,0,.2)}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel:first-child{margin-top:0}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button:before{display:inline-block;content:"";height:7px;width:7px;margin-right:1em;border-bottom:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(-45deg);right:0;position:absolute;top:50%;transform:rotate(-45deg) translateY(-50%);transition:.1s all}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button[aria-expanded=true]:before,.cdc-open-viz-module.type-data-bite .editor-panel .accordion__button[aria-selected=true]:before{transform:rotate(45deg) translateY(-50%);margin-right:1.3em;transition:.1s all}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel{border-bottom:1px solid rgba(0,0,0,.2);padding:1em 1.25em 2em;animation:fadein .2s ease-in}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel h5{font-size:.8em}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-row{display:flex;justify-content:flex-start;margin-left:-4px;margin-right:-4px;margin-bottom:.75em}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-col{flex:0 0 0;padding-left:4px;padding-right:4px}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-col select{padding:.425em .5em}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .accordion__panel-col select.border-dashed{border:rgba(0,0,0,.3) 1px dashed!important;border-radius:.25rem}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .d-flex{display:flex}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .align-center{align-items:center}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .justify-end{justify-content:flex-end}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .flex-grow{flex-grow:1}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .flex-shrink{flex-shrink:1}.cdc-open-viz-module.type-data-bite .editor-panel .accordion__panel .flex-auto{flex-basis:auto}.cdc-open-viz-module.type-data-bite .editor-panel .advanced{padding:0 1em 1em;text-align:left}.cdc-open-viz-module.type-data-bite .editor-panel .advanced p{font-size:.8rem}.cdc-open-viz-module.type-data-bite .editor-panel .advanced .advanced-toggle-link{padding-top:1em;display:block;text-align:left;cursor:pointer;text-decoration:underline}.cdc-open-viz-module.type-data-bite .editor-panel .advanced .advanced-toggle-link span{text-decoration:none;display:inline-block;font-family:monospace;padding-right:5px}.cdc-open-viz-module.type-data-bite .editor-panel .advanced .advanced-toggle-link:hover{color:#000000b3}.cdc-open-viz-module.type-data-bite .editor-panel .advanced textarea{height:400px;width:100%;font-size:.9em;padding:.5em;font-family:monospace;box-sizing:border-box}@keyframes fadein{0%{opacity:0}to{opacity:1}}.cdc-open-viz-module.type-data-bite .editor-panel .heading-2{background:#565656;color:#fff;font-size:1.1em;padding:.6em 1em;position:relative;border-bottom:#565656 3px solid;z-index:3}.cdc-open-viz-module.type-data-bite .editor-panel label{text-transform:uppercase;display:block;font-size:.8em;font-weight:600}.cdc-open-viz-module.type-data-bite .editor-panel label:not(:first-child){margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel label span.edit-label{margin-bottom:.3em;display:block}.cdc-open-viz-module.type-data-bite .editor-panel label span.column-heading{font-size:1em}.cdc-open-viz-module.type-data-bite .editor-panel label.checkbox{display:flex}.cdc-open-viz-module.type-data-bite .editor-panel label.checkbox span{display:inline}.cdc-open-viz-module.type-data-bite .editor-panel label.checkbox input{margin-left:0;width:inherit;display:inline}.cdc-open-viz-module.type-data-bite .editor-panel input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel input[role=combobox],.cdc-open-viz-module.type-data-bite .editor-panel input[type=number],.cdc-open-viz-module.type-data-bite .editor-panel textarea{min-width:100%;max-width:100%}.cdc-open-viz-module.type-data-bite .editor-panel textarea{min-height:140px}.cdc-open-viz-module.type-data-bite .editor-panel .header .color-palette li{width:21px;height:21px;border-radius:40px;margin-right:2.8px}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette{display:flex;max-width:100%;padding:0;margin:.5em 0 0;list-style:none;flex-wrap:wrap}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li{width:45px;height:23px;margin-right:4px;margin-bottom:10px;display:flex;border-radius:5px;overflow:hidden;cursor:pointer;position:relative}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li .click-target{position:absolute;top:0;left:0;right:0;bottom:0}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li.selected{border:rgba(0,0,0,.8) 2px solid}.cdc-open-viz-module.type-data-bite .editor-panel .color-palette li span{width:33.3%}.cdc-open-viz-module.type-data-bite .editor-panel fieldset{display:block}.cdc-open-viz-module.type-data-bite .editor-panel .primary-fieldset{padding:0;margin:0;border:0}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit{list-style:none}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit li{margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col,.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col{display:flex;justify-content:space-between}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label,.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label{margin-top:0;display:inline-block}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label input[type=number],.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label input[type=number]{width:50px}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .three-col>label{width:30%}.cdc-open-viz-module.type-data-bite .editor-panel ul.column-edit .two-col>label{margin-top:0;width:49%}.cdc-open-viz-module.type-data-bite .editor-panel.hidden{display:none}.cdc-open-viz-module.type-data-bite .editor-panel .remove-column{float:right;text-transform:uppercase;color:#c32b2b;font-size:.7em;line-height:1.6em;border-radius:5px;margin:0 auto;transition:.1s all;border:0;text-decoration:underline;outline:0;cursor:pointer;font-weight:700}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block{padding-left:1em;border-left:rgba(0,0,0,.2) 4px solid;transition:.2s all}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block:not(:first-child){margin-top:2em}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block input[type=text],.cdc-open-viz-module.type-data-bite .editor-panel .edit-block input[type=number]{font-size:1em}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block label{margin-top:0}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block label+label{margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel .edit-block:hover{border-left:rgba(0,0,0,.7) 4px solid;transition:.2s all}.cdc-open-viz-module.type-data-bite .editor-panel span.subtext{display:block;color:#00000080;text-transform:none;font-weight:400}.cdc-open-viz-module.type-data-bite .editor-panel .btn{margin-top:1em}.cdc-open-viz-module.type-data-bite .editor-panel .sort-list{list-style:none}.cdc-open-viz-module.type-data-bite .editor-panel .sort-list>li{margin-right:.3em;margin-bottom:.3em}.cdc-open-viz-module.type-data-bite .editor-panel .sort-list li>div{display:block;box-sizing:border-box;border:1px solid #d1d1d1;border-radius:2px;background:#f1f1f1;padding:.4em .6em;font-size:.8em;margin-bottom:.3em;cursor:move}.cdc-open-viz-module.type-data-bite .editor-panel .info{font-size:.8em;line-height:1.4em;font-style:italic;padding-top:10px}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__search{width:100%}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags{position:relative;cursor:text}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags input.react-tags__search-input{font-size:.8rem}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags span{display:inline}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags.is-focused{border-color:#000000b3}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected{display:inline}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag{display:inline-block;box-sizing:border-box;border:1px solid #d1d1d1;border-radius:2px;background:#f1f1f1;padding:.4em .6em;font-size:.8em;margin-right:.3em;margin-bottom:.3em}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag:after{content:"✕";color:#aaa;margin-left:8px}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag:hover,.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__selected-tag:focus{border-color:#b1b1b1}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__search{display:inline-block;max-width:100%}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions ul{margin:4px -1px;padding:0;list-style:none;background:white;border:1px solid #d1d1d1;border-radius:2px;box-shadow:0 2px 6px #0003}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li{border-bottom:1px solid #ddd;padding:6px 8px}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li mark{text-decoration:underline;background:none;font-weight:600}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li:hover{cursor:pointer;background:#eee}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li.is-active{background:#b7cfe0}.cdc-open-viz-module.type-data-bite .editor-panel .react-tags__suggestions li.is-disabled{opacity:.5;cursor:auto}.cdc-open-viz-module.type-data-bite .editor-toggle{background:#f2f2f2;border-radius:60px;color:#000;font-size:1em;border:0;position:fixed;z-index:100;transition:.1s background;cursor:pointer;width:25px;height:25px;left:307px;top:10px;box-shadow:#00000080 0 1px 2px}.cdc-open-viz-module.type-data-bite .editor-toggle:before{top:43%;left:50%;transform:translate(-50%,-50%);position:absolute;content:"«"}.cdc-open-viz-module.type-data-bite .editor-toggle.collapsed{left:1em;margin-left:0}.cdc-open-viz-module.type-data-bite .editor-toggle.collapsed:before{content:"»"}.cdc-open-viz-module.type-data-bite .editor-toggle:hover{background:rgb(255,255,255)}.cdc-open-viz-module.type-data-bite .visually-hidden{position:fixed;left:-10000px}.cdc-open-viz-module.type-data-bite .checkbox-group{padding:16px;border:1px solid #c4c4c4;border-radius:8px;margin-top:8px;margin-bottom:24px}.cdc-open-viz-module.type-data-bite .loader{width:100%;text-align:center;display:inline-block;animation:spin 1s linear infinite}.cdc-open-viz-module.type-data-bite .loader:before{content:"↻"}.cdc-open-viz-module.type-data-bite .btn{background:#005eaa;color:#fff;border:0;padding:.4em .8em;display:block;border-radius:5px;transition:.1s all;cursor:pointer}.cdc-open-viz-module.type-data-bite .btn[disabled]{opacity:.5;z-index:-1;position:relative}.cdc-open-viz-module.type-data-bite .warning-icon{position:relative;top:2px;width:15px;height:15px;margin-left:5px}.cdc-open-viz-module.type-data-bite .warning-icon path{fill:#d8000c}.cdc-open-viz-module.type-data-bite .tooltip{background-color:#fff;border:rgba(0,0,0,.3) 1px solid!important;box-shadow:#0000001a 3px 3px 7px;line-height:1.4em;font-size:1em!important;border-radius:4px!important;padding:8px 12px!important;opacity:1}.cdc-open-viz-module.type-data-bite.font-small .bite-content-container{font-size:.9em!important}.cdc-open-viz-module.type-data-bite.font-large .bite-content-container{font-size:1.1em!important}`)),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
6
6
|
import * as ge from "react";
|
|
7
|
-
import Or, { createContext as kn, createElement as ut, useState as rt, PureComponent as Xa, useRef as mt, useEffect as
|
|
7
|
+
import Or, { createContext as kn, createElement as ut, useState as rt, PureComponent as Xa, useRef as mt, useEffect as ft, useMemo as nd, useCallback as wn, useContext as dl, useLayoutEffect as ad, useId as id, memo as An, Fragment as od } from "react";
|
|
8
8
|
var Lt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
9
9
|
function Sn(e) {
|
|
10
10
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -269,14 +269,14 @@ function sd() {
|
|
|
269
269
|
} catch (At) {
|
|
270
270
|
if (At && Se && typeof At.stack == "string") {
|
|
271
271
|
for (var Ie = At.stack.split(`
|
|
272
|
-
`),
|
|
273
|
-
`), lt = Ie.length - 1, st =
|
|
272
|
+
`), dt = Se.stack.split(`
|
|
273
|
+
`), lt = Ie.length - 1, st = dt.length - 1; lt >= 1 && st >= 0 && Ie[lt] !== dt[st]; )
|
|
274
274
|
st--;
|
|
275
275
|
for (; lt >= 1 && st >= 0; lt--, st--)
|
|
276
|
-
if (Ie[lt] !==
|
|
276
|
+
if (Ie[lt] !== dt[st]) {
|
|
277
277
|
if (lt !== 1 || st !== 1)
|
|
278
278
|
do
|
|
279
|
-
if (lt--, st--, st < 0 || Ie[lt] !==
|
|
279
|
+
if (lt--, st--, st < 0 || Ie[lt] !== dt[st]) {
|
|
280
280
|
var _t = `
|
|
281
281
|
` + Ie[lt].replace(" at new ", " at ");
|
|
282
282
|
return v.displayName && _t.includes("<anonymous>") && (_t = _t.replace("<anonymous>", v.displayName)), typeof v == "function" && E.set(v, _t), _t;
|
|
@@ -343,8 +343,8 @@ function sd() {
|
|
|
343
343
|
var Ie = void 0;
|
|
344
344
|
try {
|
|
345
345
|
if (typeof v[De] != "function") {
|
|
346
|
-
var
|
|
347
|
-
throw
|
|
346
|
+
var dt = Error((Se || "React class") + ": " + ye + " type `" + De + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof v[De] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
347
|
+
throw dt.name = "Invariant Violation", dt;
|
|
348
348
|
}
|
|
349
349
|
Ie = v[De](ee, De, Se, ye, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
350
350
|
} catch (lt) {
|
|
@@ -460,8 +460,8 @@ function sd() {
|
|
|
460
460
|
};
|
|
461
461
|
function Xr(v, ee, ye, Se, Ve) {
|
|
462
462
|
{
|
|
463
|
-
var Je, De = {}, Ie = null,
|
|
464
|
-
ye !== void 0 && (Re(ye), Ie = "" + ye), bt(ee) && (Re(ee.key), Ie = "" + ee.key), et(ee) && (
|
|
463
|
+
var Je, De = {}, Ie = null, dt = null;
|
|
464
|
+
ye !== void 0 && (Re(ye), Ie = "" + ye), bt(ee) && (Re(ee.key), Ie = "" + ee.key), et(ee) && (dt = ee.ref, ot(ee, Ve));
|
|
465
465
|
for (Je in ee)
|
|
466
466
|
se.call(ee, Je) && !qe.hasOwnProperty(Je) && (De[Je] = ee[Je]);
|
|
467
467
|
if (v && v.defaultProps) {
|
|
@@ -469,11 +469,11 @@ function sd() {
|
|
|
469
469
|
for (Je in lt)
|
|
470
470
|
De[Je] === void 0 && (De[Je] = lt[Je]);
|
|
471
471
|
}
|
|
472
|
-
if (Ie ||
|
|
472
|
+
if (Ie || dt) {
|
|
473
473
|
var st = typeof v == "function" ? v.displayName || v.name || "Unknown" : v;
|
|
474
|
-
Ie && Tt(De, st),
|
|
474
|
+
Ie && Tt(De, st), dt && Bt(De, st);
|
|
475
475
|
}
|
|
476
|
-
return Wt(v, Ie,
|
|
476
|
+
return Wt(v, Ie, dt, Ve, Se, Ae.current, De);
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
var kr = B.ReactCurrentOwner, Kr = B.ReactDebugCurrentFrame;
|
|
@@ -600,8 +600,8 @@ Check the top-level render call using <` + ye + ">.");
|
|
|
600
600
|
if (!De) {
|
|
601
601
|
var Ie = "";
|
|
602
602
|
(v === void 0 || typeof v == "object" && v !== null && Object.keys(v).length === 0) && (Ie += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
603
|
-
var
|
|
604
|
-
|
|
603
|
+
var dt = qn(Ve);
|
|
604
|
+
dt ? Ie += dt : Ie += Jr();
|
|
605
605
|
var lt;
|
|
606
606
|
v === null ? lt = "null" : K(v) ? lt = "array" : v !== void 0 && v.$$typeof === t ? (lt = "<" + (L(v.type) || "Unknown") + " />", Ie = " Did you accidentally export a JSX literal instead of a component?") : lt = typeof v, fe("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", lt, Ie);
|
|
607
607
|
}
|
|
@@ -1207,7 +1207,7 @@ function Md(e, t, n) {
|
|
|
1207
1207
|
throw new TypeError("Expected a function");
|
|
1208
1208
|
t = +t || 0, n = n || {};
|
|
1209
1209
|
var re = !!n.leading, R = "trailing" in n ? !!n.trailing : !0, b = "maxWait" in n, M = b ? Math.max(+n.maxWait || 0, t) : null;
|
|
1210
|
-
|
|
1210
|
+
ft(function() {
|
|
1211
1211
|
return x.current = !0, function() {
|
|
1212
1212
|
x.current = !1;
|
|
1213
1213
|
};
|
|
@@ -1273,7 +1273,9 @@ function Fd(e, t, n) {
|
|
|
1273
1273
|
var a = n && n.equalityFn || Dd, l = $d(e), c = l[0], f = l[1], u = Md(wn(function(h) {
|
|
1274
1274
|
return f(h);
|
|
1275
1275
|
}, [f]), t, n), s = mt(e);
|
|
1276
|
-
return
|
|
1276
|
+
return ft(function() {
|
|
1277
|
+
a(s.current, e) || (u(e), s.current = e);
|
|
1278
|
+
}, [e, u, a]), [c, { cancel: u.cancel, isPending: u.isPending, flush: u.flush }];
|
|
1277
1279
|
}
|
|
1278
1280
|
const El = (e) => /* @__PURE__ */ ge.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", fill: "currentColor", ...e }, /* @__PURE__ */ ge.createElement("path", { d: "M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z" }));
|
|
1279
1281
|
function Yr(e) {
|
|
@@ -2013,7 +2015,7 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2013
2015
|
const L = mt(null), S = mt(null), J = mt(null), U = mt(null), [Y, _e] = rt({}), [oe, P] = rt({}), [V, j] = rt(!1), [F, W] = rt(!1), ve = mt(!1), ce = mt(null), { anchorRefs: ue, setActiveAnchor: pe } = Ml(e), X = mt(!1), [E, z] = rt([]), O = mt(!1);
|
|
2014
2016
|
ad(() => (O.current = !0, () => {
|
|
2015
2017
|
O.current = !1;
|
|
2016
|
-
}), []),
|
|
2018
|
+
}), []), ft(() => {
|
|
2017
2019
|
if (!V) {
|
|
2018
2020
|
const te = setTimeout(() => {
|
|
2019
2021
|
W(!1);
|
|
@@ -2029,7 +2031,7 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2029
2031
|
O.current && (A == null || A(te), m === void 0 && j(te));
|
|
2030
2032
|
}, 10));
|
|
2031
2033
|
};
|
|
2032
|
-
|
|
2034
|
+
ft(() => {
|
|
2033
2035
|
if (m === void 0)
|
|
2034
2036
|
return () => null;
|
|
2035
2037
|
m && W(!0);
|
|
@@ -2039,7 +2041,7 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2039
2041
|
return () => {
|
|
2040
2042
|
clearTimeout(te);
|
|
2041
2043
|
};
|
|
2042
|
-
}, [m]),
|
|
2044
|
+
}, [m]), ft(() => {
|
|
2043
2045
|
V !== ve.current && (ve.current = V, V ? G == null || G() : le == null || le());
|
|
2044
2046
|
}, [V]);
|
|
2045
2047
|
const N = (te = R) => {
|
|
@@ -2074,7 +2076,7 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2074
2076
|
}, we = (te) => {
|
|
2075
2077
|
te.key === "Escape" && Q(!1);
|
|
2076
2078
|
}, K = Io(H, 50), q = Io(se, 50);
|
|
2077
|
-
|
|
2079
|
+
ft(() => {
|
|
2078
2080
|
var te, Re;
|
|
2079
2081
|
const Ae = new Set(ue);
|
|
2080
2082
|
E.forEach((et) => {
|
|
@@ -2103,7 +2105,7 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2103
2105
|
});
|
|
2104
2106
|
});
|
|
2105
2107
|
};
|
|
2106
|
-
}, [F, ue, E, fe, s]),
|
|
2108
|
+
}, [F, ue, E, fe, s]), ft(() => {
|
|
2107
2109
|
let te = c ?? "";
|
|
2108
2110
|
!te && e && (te = `[data-tooltip-id='${e}']`);
|
|
2109
2111
|
const Re = new MutationObserver((Ae) => {
|
|
@@ -2120,17 +2122,17 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2120
2122
|
return Re.observe(document.body, { childList: !0, subtree: !0, attributes: !0, attributeFilter: ["data-tooltip-id"] }), () => {
|
|
2121
2123
|
Re.disconnect();
|
|
2122
2124
|
};
|
|
2123
|
-
}, [e, c, D]),
|
|
2125
|
+
}, [e, c, D]), ft(() => {
|
|
2124
2126
|
he ? Ce(he) : b ? ce.current && Ce(ce.current) : Mo({ place: f, offset: u, elementReference: D, tooltipReference: L.current, tooltipArrowReference: S.current, strategy: h, middlewares: _ }).then((te) => {
|
|
2125
2127
|
O.current && (Object.keys(te.tooltipStyles).length && _e(te.tooltipStyles), Object.keys(te.tooltipArrowStyles).length && P(te.tooltipArrowStyles));
|
|
2126
2128
|
});
|
|
2127
|
-
}, [V, D, me, g, f, u, h, he]),
|
|
2129
|
+
}, [V, D, me, g, f, u, h, he]), ft(() => {
|
|
2128
2130
|
var te;
|
|
2129
2131
|
const Re = document.querySelector(`[id='${l}']`), Ae = [...E, Re];
|
|
2130
2132
|
D && Ae.includes(D) || ie((te = E[0]) !== null && te !== void 0 ? te : Re);
|
|
2131
|
-
}, [l, E, D]),
|
|
2133
|
+
}, [l, E, D]), ft(() => () => {
|
|
2132
2134
|
J.current && clearTimeout(J.current), U.current && clearTimeout(U.current);
|
|
2133
|
-
}, []),
|
|
2135
|
+
}, []), ft(() => {
|
|
2134
2136
|
let te = c;
|
|
2135
2137
|
if (!te && e && (te = `[data-tooltip-id='${e}']`), te)
|
|
2136
2138
|
try {
|
|
@@ -2180,13 +2182,13 @@ const Do = ({ id: e, className: t, classNameArrow: n, variant: a = "dark", ancho
|
|
|
2180
2182
|
(We = we[K]) === null || We === void 0 || We.call(we, q);
|
|
2181
2183
|
});
|
|
2182
2184
|
};
|
|
2183
|
-
|
|
2185
|
+
ft(() => {
|
|
2184
2186
|
ie(a);
|
|
2185
|
-
}, [a]),
|
|
2187
|
+
}, [a]), ft(() => {
|
|
2186
2188
|
S(l);
|
|
2187
|
-
}, [l]),
|
|
2189
|
+
}, [l]), ft(() => {
|
|
2188
2190
|
U(s);
|
|
2189
|
-
}, [s]),
|
|
2191
|
+
}, [s]), ft(() => {
|
|
2190
2192
|
var ke;
|
|
2191
2193
|
const we = new Set(H);
|
|
2192
2194
|
let K = n;
|
|
@@ -2985,7 +2987,7 @@ class F1 extends Or.Component {
|
|
|
2985
2987
|
}
|
|
2986
2988
|
const Nt = An(({ label: e, section: t = null, subsection: n = null, fieldName: a, updateField: l, value: c, tooltip: f, type: u = "input", i: s = null, min: h = null, max: _ = null, ...x }) => {
|
|
2987
2989
|
const [I, re] = rt(c), [R] = Fd(I, 500);
|
|
2988
|
-
|
|
2990
|
+
ft(() => {
|
|
2989
2991
|
typeof R == "string" && c !== R && l(t, n, a, R, s);
|
|
2990
2992
|
}, [R, t, n, a, s, c, l]);
|
|
2991
2993
|
let b = n ? `${t}-${n}-${a}` : `${t}-${n}-${a}`;
|
|
@@ -3061,7 +3063,7 @@ const Nt = An(({ label: e, section: t = null, subsection: n = null, fieldName: a
|
|
|
3061
3063
|
let oe = { ...e, [L]: _e };
|
|
3062
3064
|
t(oe);
|
|
3063
3065
|
}, h = () => !1;
|
|
3064
|
-
|
|
3066
|
+
ft(() => {
|
|
3065
3067
|
if (l) {
|
|
3066
3068
|
const L = re();
|
|
3067
3069
|
l(L);
|
|
@@ -3800,25 +3802,25 @@ var Bl = { exports: {} };
|
|
|
3800
3802
|
be = ne = xe = Z;
|
|
3801
3803
|
else {
|
|
3802
3804
|
T === 360 && (T = 0), T > 360 && (T -= 360), T < 0 && (T += 360), T /= 60;
|
|
3803
|
-
var Pe = Qr(T), $e = T - Pe, He = Z * (1 - $), Ge = He + Ee * (1 - $e), vt = He + Ee * $e,
|
|
3805
|
+
var Pe = Qr(T), $e = T - Pe, He = Z * (1 - $), Ge = He + Ee * (1 - $e), vt = He + Ee * $e, pt = He + Ee;
|
|
3804
3806
|
switch (Pe) {
|
|
3805
3807
|
case 0:
|
|
3806
|
-
r = [
|
|
3808
|
+
r = [pt, vt, He], be = r[0], ne = r[1], xe = r[2];
|
|
3807
3809
|
break;
|
|
3808
3810
|
case 1:
|
|
3809
|
-
i = [Ge,
|
|
3811
|
+
i = [Ge, pt, He], be = i[0], ne = i[1], xe = i[2];
|
|
3810
3812
|
break;
|
|
3811
3813
|
case 2:
|
|
3812
|
-
o = [He,
|
|
3814
|
+
o = [He, pt, vt], be = o[0], ne = o[1], xe = o[2];
|
|
3813
3815
|
break;
|
|
3814
3816
|
case 3:
|
|
3815
|
-
d = [He, Ge,
|
|
3817
|
+
d = [He, Ge, pt], be = d[0], ne = d[1], xe = d[2];
|
|
3816
3818
|
break;
|
|
3817
3819
|
case 4:
|
|
3818
|
-
y = [vt, He,
|
|
3820
|
+
y = [vt, He, pt], be = y[0], ne = y[1], xe = y[2];
|
|
3819
3821
|
break;
|
|
3820
3822
|
case 5:
|
|
3821
|
-
w = [
|
|
3823
|
+
w = [pt, He, Ge], be = w[0], ne = w[1], xe = w[2];
|
|
3822
3824
|
break;
|
|
3823
3825
|
}
|
|
3824
3826
|
}
|
|
@@ -3867,13 +3869,13 @@ var Bl = { exports: {} };
|
|
|
3867
3869
|
return [p, C, T, $];
|
|
3868
3870
|
}
|
|
3869
3871
|
throw new Error("unknown hex color: " + r);
|
|
3870
|
-
}, De = Je, Ie = g,
|
|
3871
|
-
|
|
3872
|
+
}, De = Je, Ie = g, dt = le, lt = b.type, st = M, _t = ye;
|
|
3873
|
+
dt.prototype.hex = function(r) {
|
|
3872
3874
|
return _t(this._rgb, r);
|
|
3873
3875
|
}, Ie.hex = function() {
|
|
3874
3876
|
for (var r = [], i = arguments.length; i--; )
|
|
3875
3877
|
r[i] = arguments[i];
|
|
3876
|
-
return new (Function.prototype.bind.apply(
|
|
3878
|
+
return new (Function.prototype.bind.apply(dt, [null].concat(r, ["hex"])))();
|
|
3877
3879
|
}, st.format.hex = De, st.autodetect.push({
|
|
3878
3880
|
p: 4,
|
|
3879
3881
|
test: function(r) {
|
|
@@ -4664,7 +4666,7 @@ var Bl = { exports: {} };
|
|
|
4664
4666
|
return ae;
|
|
4665
4667
|
}, vt = function(ae) {
|
|
4666
4668
|
return ae;
|
|
4667
|
-
},
|
|
4669
|
+
}, pt = function(ae, Oe) {
|
|
4668
4670
|
var Me, Ne;
|
|
4669
4671
|
if (Oe == null && (Oe = !1), isNaN(ae) || ae === null)
|
|
4670
4672
|
return o;
|
|
@@ -4706,7 +4708,7 @@ var Bl = { exports: {} };
|
|
|
4706
4708
|
};
|
|
4707
4709
|
$e(r);
|
|
4708
4710
|
var ze = function(ae) {
|
|
4709
|
-
var Oe = St(
|
|
4711
|
+
var Oe = St(pt(ae));
|
|
4710
4712
|
return $ && Oe[$] ? Oe[$]() : Oe;
|
|
4711
4713
|
};
|
|
4712
4714
|
return ze.classes = function(ae) {
|
|
@@ -4762,9 +4764,9 @@ var Bl = { exports: {} };
|
|
|
4762
4764
|
return arguments.length ? (d = ae, ze) : d;
|
|
4763
4765
|
}, ze.correctLightness = function(ae) {
|
|
4764
4766
|
return ae == null && (ae = !0), ne = ae, Et(), ne ? Ge = function(Oe) {
|
|
4765
|
-
for (var Me =
|
|
4767
|
+
for (var Me = pt(0, !0).lab()[0], Ne = pt(1, !0).lab()[0], gt = Me > Ne, tt = pt(Oe, !0).lab()[0], Ue = Me + (Ne - Me) * Oe, Ye = tt - Ue, Ze = 0, Qe = 1, Pt = 20; Math.abs(Ye) > 0.01 && Pt-- > 0; )
|
|
4766
4768
|
(function() {
|
|
4767
|
-
return gt && (Ye *= -1), Ye < 0 ? (Ze = Oe, Oe += (Qe - Oe) * 0.5) : (Qe = Oe, Oe += (Ze - Oe) * 0.5), tt =
|
|
4769
|
+
return gt && (Ye *= -1), Ye < 0 ? (Ze = Oe, Oe += (Qe - Oe) * 0.5) : (Qe = Oe, Oe += (Ze - Oe) * 0.5), tt = pt(Oe, !0).lab()[0], Ye = tt - Ue;
|
|
4768
4770
|
})();
|
|
4769
4771
|
return Oe;
|
|
4770
4772
|
} : Ge = function(Oe) {
|
|
@@ -4976,7 +4978,7 @@ var Bl = { exports: {} };
|
|
|
4976
4978
|
}
|
|
4977
4979
|
p.push(y);
|
|
4978
4980
|
} else if (i.substr(0, 1) === "k") {
|
|
4979
|
-
var Pe, $e = w.length, He = new Array($e), Ge = new Array(o), vt = !0,
|
|
4981
|
+
var Pe, $e = w.length, He = new Array($e), Ge = new Array(o), vt = !0, pt = 0, Et = null;
|
|
4980
4982
|
Et = [], Et.push(d);
|
|
4981
4983
|
for (var ze = 1; ze < o; ze++)
|
|
4982
4984
|
Et.push(d + ze / o * (y - d));
|
|
@@ -5000,7 +5002,7 @@ var Bl = { exports: {} };
|
|
|
5000
5002
|
vt = !0;
|
|
5001
5003
|
break;
|
|
5002
5004
|
}
|
|
5003
|
-
Et = Ye,
|
|
5005
|
+
Et = Ye, pt++, pt > 200 && (vt = !1);
|
|
5004
5006
|
}
|
|
5005
5007
|
for (var Kt = {}, _r = 0; _r < o; _r++)
|
|
5006
5008
|
Kt[_r] = [];
|
|
@@ -5029,7 +5031,7 @@ var Bl = { exports: {} };
|
|
|
5029
5031
|
return 2 * po * or / 360;
|
|
5030
5032
|
};
|
|
5031
5033
|
r = new co(r), i = new co(i);
|
|
5032
|
-
var C = Array.from(r.lab()), T = C[0], $ = C[1], Z = C[2], be = Array.from(i.lab()), ne = be[0], xe = be[1], Ee = be[2], Pe = (T + ne) / 2, $e = Ht(ct($, 2) + ct(Z, 2)), He = Ht(ct(xe, 2) + ct(Ee, 2)), Ge = ($e + He) / 2, vt = 0.5 * (1 - Ht(ct(Ge, 7) / (ct(Ge, 7) + ct(25, 7)))),
|
|
5034
|
+
var C = Array.from(r.lab()), T = C[0], $ = C[1], Z = C[2], be = Array.from(i.lab()), ne = be[0], xe = be[1], Ee = be[2], Pe = (T + ne) / 2, $e = Ht(ct($, 2) + ct(Z, 2)), He = Ht(ct(xe, 2) + ct(Ee, 2)), Ge = ($e + He) / 2, vt = 0.5 * (1 - Ht(ct(Ge, 7) / (ct(Ge, 7) + ct(25, 7)))), pt = $ * (1 + vt), Et = xe * (1 + vt), ze = Ht(ct(pt, 2) + ct(Z, 2)), ae = Ht(ct(Et, 2) + ct(Ee, 2)), Oe = (ze + ae) / 2, Me = w(uo(Z, pt)), Ne = w(uo(Ee, Et)), gt = Me >= 0 ? Me : Me + 360, tt = Ne >= 0 ? Ne : Ne + 360, Ue = fo(gt - tt) > 180 ? (gt + tt + 360) / 2 : (gt + tt) / 2, Ye = 1 - 0.17 * un(p(Ue - 30)) + 0.24 * un(p(2 * Ue)) + 0.32 * un(p(3 * Ue + 6)) - 0.2 * un(p(4 * Ue - 63)), Ze = tt - gt;
|
|
5033
5035
|
Ze = fo(Ze) <= 180 ? Ze : tt <= gt ? Ze + 360 : Ze - 360, Ze = 2 * Ht(ze * ae) * ho(p(Ze) / 2);
|
|
5034
5036
|
var Qe = ne - T, Pt = ae - ze, Xt = 1 + 0.015 * ct(Pe - 50, 2) / Ht(20 + ct(Pe - 50, 2)), Kt = 1 + 0.045 * Oe, _r = 1 + 0.015 * Oe * Ye, Er = 30 * Zf(-ct((Ue - 275) / 25, 2)), Ut = 2 * Ht(ct(Oe, 7) / (ct(Oe, 7) + ct(25, 7))), ir = -Ut * ho(2 * p(Er)), Mr = Ht(ct(Qe / (o * Xt), 2) + ct(Pt / (d * Kt), 2) + ct(Ze / (y * _r), 2) + ir * (Pt / (d * Kt)) * (Ze / (y * _r)));
|
|
5035
5037
|
return Yf(0, Gf(100, Mr));
|
|
@@ -5100,9 +5102,9 @@ var Bl = { exports: {} };
|
|
|
5100
5102
|
var bo = yo[xa];
|
|
5101
5103
|
fn[bo.toLowerCase()] = fn[bo];
|
|
5102
5104
|
}
|
|
5103
|
-
var td = fn,
|
|
5104
|
-
|
|
5105
|
-
var rd =
|
|
5105
|
+
var td = fn, ht = g;
|
|
5106
|
+
ht.average = vf, ht.bezier = Ef, ht.blend = Rf, ht.cubehelix = $f, ht.mix = ht.interpolate = Yi, ht.random = Hf, ht.scale = ba, ht.analyze = lo.analyze, ht.contrast = qf, ht.deltaE = Xf, ht.distance = Kf, ht.limits = lo.limits, ht.valid = Qf, ht.scales = ed, ht.colors = Si, ht.brewer = td;
|
|
5107
|
+
var rd = ht;
|
|
5106
5108
|
return rd;
|
|
5107
5109
|
});
|
|
5108
5110
|
})(Bl);
|
|
@@ -7357,6 +7359,14 @@ class Ph {
|
|
|
7357
7359
|
}), a && console.log("cleaned=", u), l.push(u);
|
|
7358
7360
|
}), a && console.log("## cleanedData =", l), l);
|
|
7359
7361
|
}
|
|
7362
|
+
// clean out %, $, commas from numbers when needing to do sorting!
|
|
7363
|
+
cleanDataPoint(t, n = !1) {
|
|
7364
|
+
n && console.log("clean", t);
|
|
7365
|
+
let a = "";
|
|
7366
|
+
n && console.log("typeof data is ", typeof t);
|
|
7367
|
+
let l = "";
|
|
7368
|
+
return typeof t == "string" ? l = t !== null && t !== "" ? t.replace(/[,\$\%]/g, "") : "" : l = t !== null && t !== "" ? t : "", a = l, n && console.log("## cleanedData =", a), a;
|
|
7369
|
+
}
|
|
7360
7370
|
}
|
|
7361
7371
|
function Nh(e = "", t = null) {
|
|
7362
7372
|
var a;
|
|
@@ -8098,9 +8108,9 @@ const Kh = (e) => {
|
|
|
8098
8108
|
}, oe = wn((F) => {
|
|
8099
8109
|
F !== null && J.observe(F), S(F);
|
|
8100
8110
|
}, []);
|
|
8101
|
-
|
|
8111
|
+
ft(() => {
|
|
8102
8112
|
Y(), ul("cove_loaded", { loadConfigHasRun: !0 });
|
|
8103
|
-
}, []),
|
|
8113
|
+
}, []), ft(() => {
|
|
8104
8114
|
u && !D && L && (ul("cove_loaded", { config: u }), ie(!0));
|
|
8105
8115
|
}, [u, L]), n && u && JSON.stringify(n.data) !== JSON.stringify(u.data) && Y();
|
|
8106
8116
|
let P = /* @__PURE__ */ k(B1, {});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdc/data-bite",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.8",
|
|
4
4
|
"description": "React component for displaying a single piece of data in a card module",
|
|
5
5
|
"moduleName": "CdcDataBite",
|
|
6
6
|
"main": "dist/cdcdatabite",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@cdc/core": "^4.23.
|
|
29
|
+
"@cdc/core": "^4.23.8",
|
|
30
30
|
"chroma": "0.0.1",
|
|
31
31
|
"chroma-js": "^2.1.0",
|
|
32
32
|
"html-react-parser": "^3.0.8",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"react": "^18.2.0",
|
|
40
40
|
"react-dom": "^18.2.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "ba0a072a40c430baf121ad5ece0165f52a414b86"
|
|
43
43
|
}
|