:root {
    --darkBlue: #002D72;
    --midDarkBlue: #33568c;
    --midBlue: #68ACE5;
    --lightBlue: #A8D0F0;
    --lightTeal: #CCECC6;
    --teal: #009B77;
    --darkTeal: #007C5F;
    --lightGreen: #86a86c;
    --green: #719949;
    --darkGreen: #5a7a3a;
    --lightestGrey: #FAFAFA;
    --lightGrey: #D9D9D9;
    --darkGrey: #888888;
}
body {
    margin: 0;
    font-family: "Work Sans", sans-serif;
}
div#viz {
    width: 100%;
    height: 100vh;
    position: relative;
}
.too-narrow {
    padding: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    font-weight: 600;
    font-size: 18px;
}
.annotation-callout {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 5px;
    display: block;
    height: 100%;
    width: 100%;
    align-content: end;
}
.annotation-callout.top {
    align-content: start;
}
.annotation-callout p {
    margin: 0;
}
.annotation-callout p.centerAlignText {
    text-align: center;
}
.annotation-callout p.leftAlignText {
    text-align: left;
}
.annotation-callout p.rightAlignText {
    text-align: right;
}
.annotation-callout.align-top {
    align-content: start;
}
.annotation-callout.align-bottom {
    align-content: end;
}
.annotation-callout span.annotation-text-green, .annotation-callout span.annotation-text {
    margin: 0;
    display: inline-block;
    background-color: var(--green);
    padding: 0.61em 0.75em;
    color: #ffffff;
}
.annotation-callout span.annotation-text-darkBlue {
    margin: 1.5em 0;
    display: inline-block;
    background-color: var(--darkBlue);
    padding: 0.61em 0.75em;
    color: #ffffff;
}
.annotation-callout span.line-annotation-text {
    margin: 0 0 0 2.5em;
    display: inline-block;
    padding: 0;
    color: #ffffff;
}
svg g.set text.label tspan.labelLarge {
    font-size: 13px;
    font-weight: 600;
}
svg g.set text.label tspan.labelSmall {
    font-size: 13px;
    font-weight: 400;
}
svg g.set g.circle text tspan {
    font-size: 10px;
}
svg g.tick text {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
}
svg g#legend rect.background {
    stroke: var(--lightGrey);
    stroke-width: 1px;
    fill: none;
}
svg g#legend g.swatch text {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
svg g#stacks g.stack text.datalabel {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
svg g#main text.label {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}