/**
 * @version 4.25.12
 * Date: 2025-12-12T00:03:26.512Z
 */
[ng\:cloak],[ng-cloak],[data-ng-cloak],.ng-cloak{display:none !important}

body {
    font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    margin: 0;
    border-top: 5px solid #005eaa;
}

*:focus {
    outline:1px solid #ffa500;
}

.float-right {
    float: right;
}

.screen-reader-hidden {
    position: fixed;
    left: -1000px;
    top: -1000px;
}

#embedinfo-section {
    background-color: #EEE;
    text-align: right;
}

.page-share, .cdc-info, #embed-section {
    margin-top: 5px;
    display: inline-block;
    padding-right: 5px;
}

.page-share {
    float: right;
    vertical-align: middle;
    margin-top: 0;
    padding-top: 0;
}

#embed-section {
    margin-left: 5px;
    margin-right: 15px;
    vertical-align: middle;
	font-weight: bold;
}

#embed-section textarea {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

#embed-section textarea::-webkit-scrollbar {
    display: none;
    height: 5px;
}

.cdc-info, .info-close {
    border-radius: 5px !important;
    background-color: #005eAA !important;
    border: 1px solid #005eAA !important;
    background-image: none;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: bottom;
    width: auto;
    padding: 3px 12px;
}

.cdc-info:hover, .info-close:hover {
    background-color: #004675 !important;
    border: 1px solid #004675 !important;
    text-decoration: underline;
}
.cdc-info {
    position: static;
    margin-right: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.cdc-logo {
    position: relative;
    float: right;
    bottom: 60px;
}

.page-share ul {
    margin-bottom: 3px;
    padding-left: 0;
}

.page-share li {
    padding-left: 5px;
}

#tp-widget-share-code {
    position: relative;
    width: 100%;
    border: gray;
    border-radius: 3px;
    font-size: 14px;
    max-height: 23px;
    white-space: nowrap;
    overflow-y: hidden;
    margin-top: 5px;
    bottom: 5px;
}

#widget-title {
    text-align: center;
    font-family: "Merriweather", serif;
}

#loading-modal {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#loading-modal p {
    display: table-cell;
    vertical-align: middle;
}

#loading-modal svg {
    width: 50px;
    height: 50px;
    overflow: hidden;
    transform-origin: bottom right;
    animation: rotating 1s linear infinite;
    margin-right: 50px;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


input[type="radio"]+label {
    position: relative;
    top: 1px;
    padding: 6px 10px;
    background-color: lightgray;
    border: 1px solid gray;
    white-space: nowrap;
    line-height: 34px;
}

input[type="radio"]:checked+label{ 
    background-color: ghostwhite;
    opacity: 1;
}

input[type="radio"]+label.mousedown{
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.2);
}

input {
    display: none;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    border-radius: 0 !important;
    padding: 6px 4px;
    font: 14px Arial;
    background-color: white;
    border: 1px solid gray;
    border-radius: 5px !important;
    border: 1px solid gray !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
	text-decoration: none !important;
}

select:hover {
    text-decoration: underline;
}

select::-ms-expand {
    display: none;
}

.map-container {
    position: relative;
    height: 275px;
}

.colon {
    display: none;
}

.hoverinfo {
    text-align: left;
    border: 1px solid black !important;
    box-shadow: none !important;
}

.hoverinfo h3 {
    margin: 2px 0px;
    color: crimson;
}

.hoverinfo p {
    margin-top: 4px;
}

.hoverinfo p:nth-child(3) {
    border-top: 1px solid black;
    margin-top: 5px;
    padding-top: 10px;
}

.popup-filtered-rate {
    margin-bottom: 2px;
    padding-top: 4px;
    border-top: 1px solid black;
}

#map-controls {
    text-align: center;
}

#map-controls div {
    display: inline-block;
}

#map-controls .select-unit {
    min-width: 220px;
    text-align: left;
}

#map-controls select {
    margin-bottom: 5px;
    width: 145px;
    height: auto;
    line-height: normal;
}

#map-controls .select-wrapper {
    position: relative;
    width: 157px;
    margin: auto;
    text-align: left;
}

#map-controls #state-select {
    width: 50px;
}

#map-controls .state-select-wrapper {
    width: 55px
}

#map-controls .select-arrow {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid grey;
    pointer-events: none;
}

#map-controls .select-label {
    display: inline-block;
    min-width: 58px;
}

#us-map-territories {
    margin-top: 10px;
}

#us-map-territories div {
	display: inline-block;
}

#territories-label {
    float: left;    
    margin-left: 15px;
}

.territory-box {
    display: inline-block;
    width: 25px;
    height: 20px;
}

.territory-box:hover {
    box-sizing: border-box;
    outline: 1px solid rgba(255, 255, 0 ,0.5);
    border: 1px solid rgba(255, 255, 0 ,0.5);
}

.territory-label {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin-left: 5px;
}

.accessibility-table-title {
    display: inline-block;
    max-width: 90%;
}

.accessibility-table-wrapper {
    margin: 15px;
}

.accessibility-table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid gray;
    padding: 5px;
}

.accessibility-table-header {
    text-align: left;
    font-size: large;
    padding: 10px;
    border: 1px solid gray;
    cursor: pointer;
}

.accessibility-table td, .accessibility-table th {
    border-top: 1px solid gray;
}

th {
    cursor: pointer;
}

#state-map-section tr {
    user-select: none;
    cursor: pointer;
}

#state-map-section tr.highlight {
    outline: 2px solid yellow;
}

.accessibility-table-header-th {
    padding-bottom: 15px;
    cursor: initial;
    text-align: left;
}

.table-location-name {
    text-align: left;
    padding-left: 5px;
}

.angle:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: relative;
    top: 11px;
    left: 5px;
}

.header-highlight .angle.up:before {
    content: "";
    border-top: 0;
    border-bottom: 5px solid black;
    top: -10px;
}

.header-highlight {
    background-color: darkgray;
}

#us-map-legend, #us-map-section, #state-map-legend, #state-map-section {
    display: inline-block;
    vertical-align: top;
}

#us-map-legend, #state-map-legend {
    position: absolute;
    right: -33%;
    top: 0;
    width: 33%;
    text-align: left;
    border: 1px solid black;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.legend-values {
    text-align: left;
}

.quartile-label {
    padding-top: 10px;
    margin-bottom: 10px;
}

.legend-color-container {
    display: inline-block;
    margin-right: 10px;
    min-width: 100px;
    white-space: nowrap;
}

.legend-color {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: 1px solid gray;
}

.legend-value {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

#us-map-section, #state-map-section {
    position: relative;
    width: 75%;
    text-align: center;
}

#state-section {
    margin-top: 10px;
}

#prefooter {
    padding: 15px;
    width: 75%;
}

#footer-section {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid black;
}

.color-sample {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid lightgray;
    border-radius: 1px;
    margin-right: 5px;
}

.page-share-syndication {
    display: none !important;
}

@media (max-width: 550px){
    #us-map-legend, #state-map-legend {
        position: static;
        width: 100%;
    }
    
    #us-map-section, #state-map-section {
        display: block;
        width: 100%;
    }

    #map-controls {
        text-align: left;
    }

    #widget-title {
        text-align: left;
        margin-left: 5px;
    }
}