.graphic--stacked-bar.figure--5_2 {
    font-family: Arial;
}

.graphic--stacked-bar.figure--5_2 .stacked-bar  {
    width: 65%;
    float: left;
}

.graphic--stacked-bar.figure--5_2 .stacked-bar svg {
    width: 100%;
}

.graphic--stacked-bar.figure--5_2 .axis text {
    font: 14px Arial;
}

.graphic--stacked-bar.figure--5_2 .axis .tick text {
    font-size: 13px;
}

.graphic--stacked-bar.figure--5_2 .axis--label--x {
    font-weight: bold;
}

.graphic--stacked-bar.figure--5_2 .axis--label--x--unit {
    font-size: .9em;
    fill: #555;
}

.graphic--stacked-bar.figure--5_2 .tick.inactive text {
    fill: #999;
}

.graphic--stacked-bar.figure--5_2 .tick.inactive line {
    stroke: #999;
}

.graphic--stacked-bar.figure--5_2 .tick.inactive:hover text {
    fill: #444;
}

.graphic--stacked-bar.figure--5_2 .tick.inactive:hover line {
    stroke: #444;
}

.graphic--stacked-bar.figure--5_2 text {
    fill: #000;
}

.graphic--stacked-bar.figure--5_2 .axis--title--x rect, .graphic--stacked-bar.figure--5_2 .data-type-changer, .graphic--stacked-bar.figure--5_2 .bar-type-changer {
    cursor: pointer;
}

.graphic--stacked-bar.figure--5_2 .axis line,
.graphic--stacked-bar.figure--5_2 .axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.graphic--stacked-bar.figure--5_2 .active {
    background: #c3c3cb;
}

.graphic--stacked-bar--tip {
    line-height: 1.2em;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    font-family: Arial;
    pointer-events: none !important;
}

.graphic--stacked-bar--tip h4, .graphic--stacked-bar--tip h5 {
    color: #fff;
}
.graphic--stacked-bar--tip h4 {
    font-size: 20px;
}

.graphic--stacked-bar--tip table {
    border-collapse: collapse;
    border-spacing: 0px;
    color: #fff;
    font-size: 14px;
}

.graphic--stacked-bar--tip th,
.graphic--stacked-bar--tip td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.graphic--stacked-bar--tip th:nth-child(1),
.graphic--stacked-bar--tip td:nth-child(1) {
    border-left: 0;
}

.graphic--stacked-bar--tip th {
    border-top: 0;
}

.graphic--stacked-bar--tip .tooltip-helper {
    font-size: .8em;
    padding: 0;
    margin: 0;
}

/* Creates a small triangle extender for the tooltip */
.graphic--stacked-bar--tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}

/* Style northward tooltips differently */
.graphic--stacked-bar--tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

.graphic--stacked-bar.figure--5_2 {
    position: relative;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    background: #efefef;
}

.figure--5_2 .graphic--stacked-bar--region--wrapper, .figure--5_2 .graphic--stacked-bar--legend--wrapper {
    margin: 10px 0;
    padding: 0 10px;
    margin-left: 65%;
}

.graphic--stacked-bar.figure--5_2 .region-item, .graphic--stacked-bar.figure--5_2 .legend-item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    font-family: Arial;
    font-size: 14px;
    padding-right: 10px;
}

.graphic--stacked-bar.figure--5_2 .legend-item {
    width: 150px;
}

.graphic--stacked-bar.figure--5_2 .region-item {
    width: 25%;
}

.graphic--stacked-bar.figure--5_2 .legend-item--mechanicallydisturbed, .graphic--stacked-bar.figure--5_2 .legend-item--nonmechanicallydisturbed {
    width: 33%;
    width: 180px;
}

/*
.graphic--stacked-bar.figure--5_2 .region-item:nth-child(1), .graphic--stacked-bar.figure--5_2 .region-item:nth-child(5),
.graphic--stacked-bar.figure--5_2 .legend-item:nth-child(1), .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(5),
.graphic--stacked-bar.figure--5_2 .legend-item:nth-child(9) {
    padding-right: 10px;
}
*/

/*
.graphic--stacked-bar.figure--5_2 .region-item:nth-child(4), .graphic--stacked-bar.figure--5_2 .region-item:nth-child(8),
.graphic--stacked-bar.figure--5_2 .legend-item:nth-child(4), .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(8) {
    padding-left: 10px;
}
*/

/*
.graphic--stacked-bar.figure--5_2 .region-item:nth-child(2), .graphic--stacked-bar.figure--5_2 .region-item:nth-child(3), .graphic--stacked-bar.figure--5_2 .region-item:nth-child(6), .graphic--stacked-bar.figure--5_2 .region-item:nth-child(7) {
    padding-left: 5px;
    padding-right: 5px;
}
*/

/*
.graphic--stacked-bar.figure--5_2 .legend-item:nth-child(2), .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(3), .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(6), .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(7) {
    padding-left: 5px;
    padding-right: 5px;
}

.graphic--stacked-bar.figure--5_2 .region-item:nth-child(-n+4),
.graphic--stacked-bar.figure--5_2 .legend-item:nth-child(-n+8) {
    padding-bottom: 5px;
}
*/

.graphic--stacked-bar.figure--5_2 .legend-item span {
    padding: 5px 10px 2px 20px;
    position: relative;
    display: block;
    border-radius: 1px;
}

.graphic--stacked-bar.figure--5_2 .legend-item input {
    position: absolute;
    right: 10px;
}

.graphic--stacked-bar.figure--5_2 .region-item a {
    height: 24px;
    position: relative;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 3px 0 0 0;
    width: 150px;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 3px;
    background: #fff;
    box-shadow: #aaa 1px 1px 1px;
}
.graphic--stacked-bar.figure--5_2 .legend-item label {
    height: 24px;
    position: relative;
    display: flex;
    padding: 0 10px;
    align-items: center;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 3px;
    background: #fff;
    box-shadow: #aaa 1px 1px 1px;
}
.graphic--stacked-bar.figure--5_2 .region-item-s a, .graphic--stacked-bar.figure--5_2 .legend-item-s label {
    height: 24px;
}

.graphic--stacked-bar.figure--5_2 .region-item a.active, .graphic--stacked-bar.figure--5_2 .region-item a.active:hover {
    background: #297fb7;
    color: #fff;
}

.graphic--stacked-bar.figure--5_2 .region-item a:hover, .graphic--stacked-bar.figure--5_2 .legend-item label:hover {
    background: #eee;
}

.graphic--stacked-bar.figure--5_2 .legend-item span:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    position: absolute;
    left: 0;
}

.graphic--stacked-bar.figure--5_2 .legend-item--agriculture span:before {
    background-color: #ae742a;
}

.graphic--stacked-bar.figure--5_2 .legend-item--forest span:before {
    background-color: #a1d06a;
}

.graphic--stacked-bar.figure--5_2 .legend-item--developed span:before {
    background-color: #e31126;
}

.graphic--stacked-bar.figure--5_2 .legend-item--grassshrub span:before {
    background-color: #d7db56;
}

.graphic--stacked-bar.figure--5_2 .legend-item--snowice span:before {
    background-color: #fffff0;
}

.graphic--stacked-bar.figure--5_2 .legend-item--water span:before {
    background-color: #4a6aa7;
}

.graphic--stacked-bar.figure--5_2 .legend-item--wetland span:before {
    background-color: #aacee7;
}

.graphic--stacked-bar.figure--5_2 .legend-item--barren span:before {
    background-color: #d3d3d3;
}

.graphic--stacked-bar.figure--5_2 .legend-item--mining span:before {
    background-color: #645436;
}

.graphic--stacked-bar.figure--5_2 .legend-item--mechanicallydisturbed span:before {
    background-color: #c41e82;
}

.graphic--stacked-bar.figure--5_2 .legend-item--nonmechanicallydisturbed span:before {
    background-color: #6a3e9e;
}

.graphic--stacked-bar.figure--5_2 .graphic--stacked-bar--region--wrapper p,
.graphic--stacked-bar.figure--5_2 .graphic--stacked-bar--legend--wrapper p {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin: 0;
    padding: 0;
}

.graphic--stacked-bar.figure--5_2 .type-changer {
    background: #fff;
    display: inline-block;
    width: 90%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: #aaa 1px 1px 1px;
    line-height: normal;
}

.graphic--stacked-bar.figure--5_2 .type-changer--helper {
    display: inline-block;
    width: 16px;
    text-align: center;
    font-size: .9em;
    margin-right: 10px;
    color: #777;
    vertical-align: middle;
}

.graphic--stacked-bar.figure--5_2 .type-changer--dropdown {
    float: right;
    width: .625em;
    height: 1em;
    display: inline-block;
}

.graphic--stacked-bar.figure--5_2 .type-changer--bar.inactive, .graphic--stacked-bar.figure--5_2 .region-item.inactive a {
    cursor: default;
    background: #9ea6ab;
    color: #e8eaeb !important;
}

.graphic--stacked-bar.figure--5_2 .type-changer--bar.inactive .type-changer--helper {
    color: #fff;
}

.graphic--stacked-bar.figure--5_2 .region-item.inactive a:hover {
    background: #9ea6ab;
}

.graphic--stacked-bar.figure--5_2 .graphic--stacked-bar-map {
    width: 65%;
    margin: 0;
    xmargin-bottom: 20px;
    padding: 10px;
}

.graphic--stacked-bar.figure--5_2 .graphic--stacked-bar-map img {
    width: 100%;
    height: auto;
    display: block;
}

.graphic--stacked-bar.figure--5_2 .type-changer--helper path {
    fill: currentColor;
}

.graphic--stacked-bar.figure--5_2 .type-changer--helper.grouped .type-changer--helper--stacked {
    display: none;
}

.graphic--stacked-bar.figure--5_2 .type-changer--helper.stacked .type-changer--helper--grouped {
    display: none;
}

/*
@media (max-width: 575.9px) {
    .graphic--stacked-bar.figure--5_2 .graphic--stacked-bar--legend--wrapper,
    .graphic--stacked-bar.figure--5_2 .graphic--stacked-bar--region--wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .graphic--stacked-bar.figure--5_2 .region-item,
    .graphic--stacked-bar.figure--5_2 .legend-item {
        width: 50%;
    }
    
    .graphic--stacked-bar.figure--5_2 .region-item:nth-child(2n),
    .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(2n) {
        padding-left: 8px;
        padding-right: 0;
    }
    
    .graphic--stacked-bar.figure--5_2 .region-item:nth-child(2n + 1),
    .graphic--stacked-bar.figure--5_2 .legend-item:nth-child(2n + 1) {
        padding-left: 0;
        padding-right: 8px;
    }
    
    .graphic--stacked-bar.figure--5_2 .region-item:nth-child(-n + 6) {
        padding-bottom: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .graphic--stacked-bar.figure--5_2 .legend-item {
        font-size: .75em;
    }
}
*/
