.map-title,.map-subtitle{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
#indicator_type {
    float: right;
    margin-top: 4%;
}
#indicator_type button {
    background-color: #fff;
    color: rgb(35, 69, 150);
    border-radius: 0 !important;
    margin-right: 0px;
    border: 1px solid rgb(35, 69, 150);
    font-size: 12px !important;
}
#indicator_type button.active {
    background-color: rgb(35, 69, 150);
    color: #fff;
}
#indicator_type button.rate {
    margin-right: 1em;
}
#map_container{
    position: relative;
    margin-top: 20px;
}
.map-legend-wrapper {
    width: 96%;
    display: block;
    clear: both;
    float: none;
    font-size: 12px;
    margin: 0 2% 0px 2%;
    text-align: right;
    position: relative;
    color: #474747;
}
.map-legend-wrapper .map-legend-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1.5%;
    text-align: center;
}
#map_legend_wrapper2 div {
    width: 44px;
    border: 1px solid #747474;
    float: right;
    height: 22px;
    margin-left: 15px;
}
#countyTooltip{
    color: #666;
    background-color: #fff;
    background-color: rgba(255,255,255,.7);
    border: 1px solid #bdbdbd;
    opacity: 0;
    display: block;
    width: 350px;
    margin-top: -150px;
    margin-left: 80px;
    padding: 8px;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#countyTooltip h1.tooltip-heading{
    color: #ed6f1d;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#countyTooltip .tooltip-content{
    color: #747474;
    line-height: 18px;
    width: 235px;
    padding: 10px;
    font-size: 15px;
}
#countyTooltip{
    margin-top: -373%;
    margin-left: -230%;
}
.homepage-county {
    position: relative !important;
}

@media only screen and (max-width: 900px) {
    #map_container {
        min-height: 371px;
        padding-top: 98px;
    }
}