h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4.sublink {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10pt;
}

.content.header {
    margin-top: 0px;
    margin-bottom: 2px;
}

.content.left {
    float: left;
    width: 300px;
}

.content.right {
    margin-left: 320px;
    width: 600px;
}

.content.map,
.content.chart {
    width: 100%;
}

.content.chart {
    margin-top: 70px;
}

td.menu.label {
    width: 33.33%;
}
td.menu.selection {
    width: 66.66%;
}

.menu tr {
    height: 40px;
}

.menu select {
    width: 100%;
}

.groups rect,
.legend rect {
    fill: steelblue;
}

.counties {
    fill: #ADADAD;
    stroke: #B0B0B0;
    stroke-width: 0.33px;
}

.states {
    fill: none;
    stroke: #000;
    stroke-width: 0.5px;
}

.q0-9 { fill:rgb(247,251,255); }
.q1-9 { fill:rgb(222,235,247); }
.q2-9 { fill:rgb(198,219,239); }
.q3-9 { fill:rgb(158,202,225); }
.q4-9 { fill:rgb(107,174,214); }
.q5-9 { fill:rgb(66,146,198); }
.q6-9 { fill:rgb(33,113,181); }
.q7-9 { fill:rgb(8,81,156); }
.q8-9 { fill:rgb(8,48,107); }

.nodata {
    fill: #ADADAD;
    opacity: 0.30;
}

td.row_header {
    font-weight: bold;
}

td.row_header { width: 33%; }
td.row_value { width: 66%; }

.legend_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}

.legend_title2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}

g.hospitals circle {
    fill: red;
}

g.hospitals circle.active {
    fill: purple;
}

.urban {
    fill: url(#diagonalHatch);
    stroke-width: 0;
    opacity: 0.5;
}

.tooltip.hidden,
.subtitle.hidden {
    display: none;
}

.tooltip {
    pointer-events: none;
}

.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

tspan.tooltip {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.screenread {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

canvas {
    display: none;
}

.content.subdomain-info td {
    font-size: 8pt;
}

.secondary-page-content__container td {
    font-size: 10pt;
}

.content.pane tr {
    height: 20px;
}

div.top-fold {
    display: inline-block;
}

.col.bold {
    font-weight: bold;
}

.tabs__container::after {
    clear: both;
    content: "";
    display: table;
}

.tabs__tabs {
    display: inline-block;
}

.tabs__tab {
    box-sizing: border-box;
    float: left;
    border: 1px solid #044C89;
    font-size: 18px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.tabs__tab a {
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.8em 1em;
    margin-top: 3px;
    color: #044C89;
}

.tabs__tab .inner-active {
    margin-top: 0px;
    border-width: 3px 0 0 0;
    border-color: #044C89;
    border-style: solid;
    background-color: #ECECEC;
    font-weight: bold;
}

.tabs__border {
    border-top: 3px solid #044C89;
    width: 100%;
    margin-bottom: 0.5em;
    clear: both;
}

.header__container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 1em 0 0 0;
}
