.tcc-half-column {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    position:relative;
}
.tcc-county-hover:hover,
.tcc-county-hover:hover path,
.tcc-county-hover:hover polygon,
svg .tcc-county-hover.active path,
svg .tcc-county-hover.active polygon,
svg .tcc-county-hover.active{
	fill:#f68b1f;
	cursor:pointer;
}
.info-display,
.tcc-state-agencies-hover{
	display:none;
}
.tcc-half-column svg{
	position: relative;
}
.tcc-state-agencies-hover{
	pointer-events: none;
	position:absolute;
	z-index:200;
	background-color:white;
	border:2px;
}
.tcc-state-agencies-hover.active{
	display:block;
}

.tcc-state-agencies-hover {
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 auto 40px;
    max-width: 400px;
    padding: 15px;
}

.tcc-state-agencies-hover::after {
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(255, 255, 255, 0.8);
    bottom: -20px;
    content: "";
    position: absolute;
    left: 0px;
}

.tcc-half-column svg{
    width:100%;
}
@media(max-width:980px){
    .tcc-half-column {
        width: 100%;
    }
}