@font-face {
    font-family: Benton Sans;
    src: url(https://ep01.epimg.net/fonts/v2.x/v2.0/benton/bentonsans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Benton Sans;
    src: url(https://ep01.epimg.net/fonts/v2.x/v2.0/benton/bentonsans-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Benton Sans;
    src: url(https://ep01.epimg.net/fonts/v2.x/v2.0/benton/bentonsans-light-webfont.woff) format("woff");
    font-weight: 200;
    font-style: normal
}
/*:root {
    font-size: 62.5%
}*/
.g-labels-2019 {
    display: none
}
@media (min-width: 600px) {
    .g-labels-2019 {
        display: block
    }
}
.majority-label-html {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    line-height: 1.2
}
@media (min-width: 600px) {
    .majority-label-html {
        font-size: 12px
    }
    .majority-label-html div {
        display: inline-block
    }
    .majority-label-html div:before {
        content: "";
        display: inline-block;
        margin-right: 5px
    }
}
.g-hemicycle-labels {
    margin: .5rem 0 1rem;
    position: relative;
    height: 2rem
}
.g-hemicycle-labels div {
       display: contents;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.g-hemicycle-labels span {
    display: block
}
@media (min-width: 600px) {
    .g-hemicycle-labels span {
        display: inline-block
    }
    .g-hemicycle-labels span:before {
        content: "";
        display: inline-block;
        margin-right: 5px
    }
}
.g-labels {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    pointer-events: none
}
.g-labels,
.g-labels>div {
    position: absolute
}
.label-party {
	display:none;
    font-size: 16px;
    margin-bottom: .3rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgb(0 0 0/30%), -1px -1px 0 rgb(0 0 0/30%), -1px 1px 0 rgb(0 0 0/30%), 1px -1px 0 rgb(0 0 0/30%)
}
.label-bg {
    max-width: 35px;
    margin: 0 auto;
    padding: .3rem .5rem;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    line-height: 1.35;
    font-weight: 400
}
.g-interactive .tooltip {
    position: fixed;
    z-index: 10;
    bottom: 0;
    max-width: none;
    left: 2%;
    width: 96%;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .4);
    top: auto;
    pointer-events: all;
    font-size: 16px;
    background-color: #ffffff
}
@media (min-width: 600px) {
    .g-interactive .tooltip {
        font-size: 16px;
        background: hsla(0, 0%, 100%, .95);
        visibility: hidden;
        width: auto;
        position: absolute;
        height: auto;
        bottom: auto;
        top: auto;
        border-radius: 3px;
        pointer-events: none;
        min-width: 150px;
        box-shadow: 2px 2px 9px rgba(0, 0, 0, .1);
        border: 1px solid #ccc
    }
}
.g-interactive .tooltip.active {
    visibility: visible
}
.g-interactive .tooltip .tooltip-header {
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    display: block;
    line-height: normal;
    color: #000;
    min-height: 34px;
    padding: 10px 0 0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
    justify-content: flex-start
}
@media (min-width: 600px) {
    .g-interactive .tooltip .tooltip-header {
        justify-content: space-between;
        font-size: 16px;
        border-radius: 3px 3px 0 0;
        margin: 0;
        padding: 0;
        min-height: auto
    }
}
@media (min-width: 600px) {
    .g-interactive .tooltip .tooltip-body {
        padding: 0
    }
}
.g-interactive .tooltip .tooltip-name {
    padding-bottom: 4px
}
.g-interactive .tooltip .tooltip-date {
    padding-bottom: 8px;
    font-weight: 200;
    color: #444;
    font-size: 16px;
    padding-left: .5rem
}
@media (min-width: 600px) {
    .g-interactive .tooltip .tooltip-date {
        padding-left: 5px;
        font-size: 16px
    }
}
.g-interactive .tooltip .close-tooltip {
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 11px;
    padding: 4px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    line-height: 17px;
    z-index: 2
}
@media (min-width: 600px) {
    .g-interactive .tooltip .close-tooltip {
        display: none
    }
}
.g-interactive .tooltip .close-tooltip .x-close {
    color: #444;
    width: 20px;
    height: 20px
}
.g-interactive .tooltip-hidden {
    opacity: 0
}
.g-interactive .tooltip-content {
    padding: 12px 12px 15px
}
@media (min-width: 600px) {
    .g-interactive .tooltip-content {
        padding-bottom: 9px
    }
}
.g-interactive .g-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    margin: 2rem 0
}
.g-interactive .g-legend div {
    padding: 0 1rem .5rem 0;
    text-transform: uppercase
}
.g-interactive .g-legend span.dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 .3rem
}
body {
    margin: 0
}
.g-interactive {
    position: relative;
    font-size: 14px;
    max-width: 700px;
    margin: 100px 14px;
}
@media (min-width: 600px) {
    .g-interactive {
        margin: 100px auto
    }
}
.g-interactive svg {
    overflow: visible;
    shape-rendering: geometricprecision
}
.g-interactive svg text {
    pointer-events: none
}
.g-interactive .g-hemicycle {
    position: relative
}
.g-interactive .g-hemicycle g.active {
    stroke: #000;
    stroke-width: 1.5
}
.g-interactive *,
.g-interactive:after,
.g-interactive:before {
    box-sizing: border-box
}
.g-interactive ol[class],
.g-interactive ul[class] {
    padding: 0
}
.g-interactive blockquote,
.g-interactive body,
.g-interactive dd,
.g-interactive dl,
.g-interactive figcaption,
.g-interactive figure,
.g-interactive h1,
.g-interactive h2,
.g-interactive h3,
.g-interactive h4,
.g-interactive li,
.g-interactive ol[class],
.g-interactive p,
.g-interactive ul[class] {
    margin: 0
}
.g-interactive body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}
.g-interactive ol[class],
.g-interactive ul[class] {
    list-style: none
}
.g-interactive a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}
.g-interactive img {
    max-width: 100%;
    display: block
}
.g-interactive article>*+* {
    margin-top: 1em
}
.g-interactive button,
.g-interactive input,
.g-interactive select,
.g-interactive textarea {
    font: inherit
}
@media (prefers-reduced-motion: reduce) {
    .g-interactive * {
        -webkit-animation-duration: .01ms!important;
        animation-duration: .01ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important;
        transition-duration: .01ms!important;
        scroll-behavior: auto!important
    }
}
@charset "UTF-8";
/* CSS Document */