#chart_container rect{
    stroke-width: 0;
}
.row.row-main{
    margin: 0;
}
.clear{
    clear:both;
}
.left{
    float: left;
}
.right{
    float: right;
}
#footer .row{
   margin:0 auto;
}
.col-inner {
    background-color: #DDE2E9;
}
.title {
    background-color: #234596;
    opacity: 75%;
}
.page-title {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
    padding-top: 2%;
}
#subtitle{
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0 auto;
    padding: 1% 25% 2% 25%;
}
.summary-box-outer {
    width: 60%;
    margin: 0 auto 1% auto;
    padding-bottom: 1%;
}
.box {
    background-color: white;
    padding: 1%;
    width: 48%;
    border :1px solid #e0dedf;
    text-align: center;
}
.box .number {
    font-family: Montserrat;
    font-weight: bolder;
    font-size: 32px;
    color: rgba(85, 110, 176, 0.9);
}
.box .description {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 24px;
    color: rgba(85, 110, 176, 0.9);
}
.hcv-content{
    width:90%;
    margin: 0 auto;
    padding-bottom: 3%;
    position: relative;
}
.hcv-content .chart-wrapper {
    width: 68%;
    min-height: 643px;
    float:left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px -2px rgb(0 0 0 / 30%);
}
.sidebar-title {
    color: #446084;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: bold;
}

.hcv-content .sidebar-right {    
    float: right;
    width: 30%;
}
.hcv-content .filter-sidebar {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
/*    border-radius: 10px;*/
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0 0 6px -2px rgb(0 0 0 / 30%);
}

.location-wrapper .location-title,.areatype-wrapper .areatype-title,.filter-wrapper {
    font-family: Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.region-checkbox-wrapper{
    text-align: left;
    margin-left: 8%;
}
.region-checkbox-wrapper label{ 
    font-weight: normal; 
}
.cases-message{
    padding: 1%;
    text-align: left;
    font-size:14px;
    font-family: Roboto;
    color: #474747;
    font-style: italic;
    margin-top: 30%;
}

.top-icon {
    background-color: #fff;
    padding-top: 10px;
    position: relative;
}
.top-icon-outer{
    width: 26%;
    margin: 1% auto;
    text-align: center;
    padding: 15px;
    background-color: #DDE2E9;
    border-radius: 12px 12px 0 0;
}
.top-icon-outer .fa-2x {
    font-size: 2.5em;
}
.top-icon-outer input[type="radio"] {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
    margin: 4px 0 0;
    border-radius: 50px;
}
.top-icon-outer label {
    background-color: #fff;
    border-radius: 5px;
    color: #747474;
    display: inline-block;
    padding: 10px;
    margin: 0;
    box-shadow: 0 1px 16px -4px rgb(0 0 0 / 12%);
}
.top-icon-outer label.active {
    background-color: #234596;
    color: #fff;
    border: 1px solid #234596;
}
input[type='radio']+label {
    display: inline-block;
    
}
.top-icon-outer input[type='radio']+label {
    width: 60px;
    margin: 0 1%;
}
#map_container{
    width: 65%;
    margin: 0 auto;
}
.chart-title,.chart-subtitle,.map-title,.map-subtitle{
    text-align: center;
    color:#000;
    font-size: 26px;
    font-weight: bold;
    width: 90%;
    margin: auto;
}
.chart-title {
    margin-top: 20px;
    font-size: 24px;
    font-family: Montserrat;
    color: #020100;
    text-transform: capitalize;
}
.map-title {
    font-size: 24px;
    font-family: Montserrat;
    color: #020100;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
}
.chart-subtitle,.map-subtitle{
    color: #446084;
    font-size: 18px;
    font-family: Montserrat;
    width: 53%;
}
.chart-subtitle span, .map-subtitle span {
    display: inline-block;
}
.custom-checkbox {
    display: none !important;
}
.switch {
    /*float: right;*/
    display: block;
    background: #e74c3c;
    border-radius: 20px;
    font-family: "Helvetica Neue",Helvetica,"Myriad Pro","Lucida Grande",sans-serif;
    box-shadow: 0 2px 1px 0 rgba(255,255,255,0.5), inset 0 1px 3px 0 rgba(0,0,0,0.2);
    width: 60px;
    height: 20px;
    margin: 5px 10px;
    padding: 0;
    overflow: hidden;
    transition: all .25s linear;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}
.custom-checkbox:checked + .switch {
    background: #a0ce4e;
}
.switch .handle {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 2px 0 0 2px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2), 0px 4px 23px 0 rgba(0,0,0,0.08), -2px 4px 4px 0 rgba(0,0,0,0.1);
    transition: all .4s cubic-bezier(0.33,1.6,0.66,1);
}
.custom-checkbox:checked + .switch .handle {
    margin: 2px 0 0 42px;
} 
.switch .handle:before {
    content: "ON";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: 40px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    float: left;
    margin: -2px 0 0 -40px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.switch .handle:after {
    content: "OFF";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    width: 40px;
    display: block;
    text-align: center;
    float: left;
    margin: -2px 0 0 18px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: Montserrat;
}
.switch-label {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    color: #446084;
    margin-left: 4%;
}
select {
    border-radius: 7px;
    border: 1px solid #446084;
    color: #446084;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
}
select:focus {
    color: #446084;
}

.select2-results__options{
    color: #446084;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
}

/*#indicator_filter select, #location_filter select, #areatype_filter,#region_checkbox_filter {
    font-size: 18px;
}*/
 /*#areatype_filter input,#region_checkbox_filter input{
    width: 20px;
    height:20px;
    vertical-align: sub;
 }*/


 .map-legend-wrapper {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    font-size: 14px;
    text-align: right;
    position: relative;
    font-family: Roboto;
    color: #474747;
}
/*.map-legend-wrapper span{
    padding-right: 10px;
}*/
.map-legend-wrapper .map-legend-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1.5%;
    text-align: center;
}

#rwrTooltip ,#countyTooltip , #boroughTooltip,#ntaTooltip{
    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: translate(-200px,-200px);
    -moz-transform: translate(-200px,-200px);
    -ms-transform: translate(-200px,-200px);
    -o-transform: translate(-200px,-200px);
    transform: translate(-200px,-200px);
    -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;
}
#rwrTooltip h1.tooltip-heading,#countyTooltip h1.tooltip-heading,#boroughTooltip h1.tooltip-heading,#ntaTooltip h1.tooltip-heading{
    color: #ed6f1d;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#rwrTooltip .tooltip-content ,#countyTooltip .tooltip-content,#boroughTooltip .tooltip-content,#ntaTooltip .tooltip-content {
    color: #474747;
    line-height: 18px;
    width:300px;
    padding:10px;
    font-size:15px;
}
.google-visualization-tooltip {
    color: #474747;
}

.trend-msg {
    float: right;
    width: 100%;
    text-align: right;
    padding: 0 10px 10px 0;
}
#map_legend_wrapper2 div {
    width: 44px;
    border: 1px solid #747474;
    float: right;
    height: 20px;
    margin-left: 10px;
}
#map_legend_wrapper{
    margin-bottom: 0px;
}
#wrapper .plette {
    padding:3px 5px;
    text-align: center;
    display: inline-block;
    width: 50px;
    float: none;
    height: 30px;
    background-color: rgb(85 110 176);
}


.filter-wrapper .field-option div{
    display: inline;
    margin: 0 5%;
}

.btn-checkbox,.btn-radio{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.btn-label{
    display: inline-block;
    font-weight: 600 !important;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-label.inactive{
    color: #234596;
    background-color: #fff;
    border-color: #446084;
}
.btn-label.active,.btn-checkbox.active,.btn-radio.active{
    color: #fff;
    background-color: #234596;
    border-color: #446084;
}
.btn-label.disabled{
    color: #333;
    background-color: #747474;
    border-color: #747474;
}

#risk_type{
    margin-left: 5%;
    margin-bottom: 30px;
}
.risk_label {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    color: #446084;
    margin-right: 10px;
}
#risk_type button {
    background-color: #fff;
    color: rgb(35, 69, 150);
    border: 1px solid rgb(35, 69, 150);
    margin-right: 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    margin-bottom: 0;
}
#risk_type button.active {
    background-color: rgb(35, 69, 150);
    color: #fff;
}

#risk_type button.chronic{
    border-radius: 7px 0 0 7px !important;
}

#risk_type button.acute{
    margin-right: 1em;
    border-radius: 0 7px 7px 0 !important;
}

#demographic_filter {
    text-align: left;
}
.filter-wrapper .field-option div {
    /*margin-right: 5%;*/
    margin-left: 0;
    /* width: 105px;*/
    /*float: left;*/
    display: block;
    text-align: left;
}
#demographic_filter  input[type='radio']+label {
    display: inline;
}


#region_checkbox_filter input[type='checkbox']+label, #region_checkbox_filter input[type='radio']+label,
#areatype_filter input[type='checkbox']+label, #areatype_filter input[type='radio']+label {
   display: inline;
}
#demographic_filter input[type='radio']+label {
   display: inline-block;
}
label.field-option-label {
   width: 105px;
   font-size: 16px;
   font-weight: 500;
   font-family: Montserrat;
   color: #446084;
}

.top-icon-outer .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #555555cc;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: auto;
    top: 88%;
    right: -50%;
    opacity: 0;
    transition: opacity 0.3s;
}

.mytooltip {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.mytooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.lower-number-msg{
    color: #474747;
    display: none;
    float: left;
    padding: 0 8%;
    font-size: 12px;
    font-family: Roboto;
}

.separator {
    border-bottom: 2px solid #446084;
}

.footnotes {
    padding: 5% 29% 5% 5%;
    color: #141414;
    background-color: #fff;
}
.footnotes .notes-header {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #fff;
    display: inline-block;
}
.footnotes .notes-header span {
    background-color: #446084;
    padding: 5px 25px;
    border-radius: 0 0 5px 5px;
}
.footnotes .notes {
    display: inline-block;
    width: 82%;
    float: right;
    margin-top: 2%;
}
.footnotes .notes li {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-inline-start: 15px;
}

.chart-notes {
    /*float: left;
    width: 50%;*/
    margin-left: 3%;
    font-family: 'Roboto';
    color: #474747;
    font-size: 12px;
    text-align: center;
}
.chart-notes ul {
    list-style-type: none;
}

input[type="radio"] {
    -webkit-appearance: none;
    border: 1px solid #446084;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: 4px 10px 8px 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type="radio"]:checked:before {
    content: "";
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 11px;
    height: 11px;
    margin: 6px;
    display: block;
    background-color: #446084;
}

input:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}

input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #446084;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: 4px 10px 8px 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type="checkbox"]:checked:before {
    content: "\f00c";
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 100;
    text-align: center;
    display: block;
    color: #446084;
    font-family: FontAwesome;
}

select {
    -webkit-appearance: none;
    padding-right: 25px;
    background-image:
    linear-gradient(45deg, transparent 50%, #446084 50%),
    linear-gradient(135deg, #446084 50%, transparent 51%);
    background-position:
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 10px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    8px 5px,
    5px 4px,
    1px 1.5em;
    background-repeat: no-repeat;
}
.dropdown {
    position: relative;
}
.dropdown:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 19px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 4px 0;
    border-top-color: #fff;
    z-index: 0;
}
select.active-filter {
    background-image: 
    linear-gradient(135deg, transparent 50%, #446084 50%),
    linear-gradient(45deg, #446084 50%, transparent 50%);
}

.filter-icon {
    display: none;
}

.page-id-1205 .top-icon .top-icon-outer{
    width: 60%;
}
.page-id-1205 .hcv-content .chart-wrapper{
    width: 100%;
}
.page-id-1205 .hcv-content .filter-sidebar{
    width: 94%;
    display: none;
    position: absolute;
    left: 14px;
    right: 0px;
}
.page-id-1205 .filter-icon {
    position: absolute;
    top: 37px;
    right: 30px;
    display: block;
    width: 35px;
    cursor: pointer;
}
.footnotes{
    padding: 5% 5% 5% 5%;
}
.footnotes .notes{
    width: 100%;
}
#subtitle{
    padding: 1% 1% 2% 1%;
    font-size: 17px;
}
.chart-subtitle span, .map-subtitle span{
    display: inline;
}
.chart-subtitle, .map-subtitle{
    width: 100%;
}
.chart-wrapper .chart-title{
    font-size: 22px;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.filter-wrapper .field-option .reveal-if-active {
    display: none;
    margin: 0 auto;
    width: 80%;
}
.filter-wrapper .field-option  input[type="radio"]:checked ~ .reveal-if-active,.filter-wrapper .field-option  input[type="checkbox"]:checked ~ .reveal-if-active {
    display: block;
}

.filter-wrapper .field-option .reveal-if-active>div {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 6%;
    background-color: #fff;
}
.filter-wrapper .field-option .reveal-if-active label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
input[type="radio"]:disabled,input[type="checkbox"]:disabled {
    position: relative;
    background-color: #B2B0AF;
}
input[type=radio][disabled],input[type=checkbox][disabled] {
    cursor: not-allowed;
}
.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #446084;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #446084;
    font-family: Montserrat;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #446084;
    line-height: 35px;
    font-weight: 900;
}
.select2-container .select2-selection--single{
    height: 35px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    right: -12px;
    top: 0px;
    border-left: 1px solid #aaa;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    left: unset;
    border-right: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
   padding: 2px 14px 2px 2px!important;
   font-size: 12px;
   line-height: 18px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
    margin-bottom:0;
}
.select2-container .selection .select2-selection--multiple{
    padding: 0px;
    border-radius:7px;
    /*overflow-y: scroll;
    max-height: 2.507em;
    overflow: auto;
    min-height: 30px;
    max-height: max-content;
    height: revert;
    border: none;
    display: inline-block;*/
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #446084;
}
.select2-container--default .select2-search--inline .select2-search__field {

    display: block;
    width: 100% !important;
    margin-top: 0;
    margin-left: 0;
    box-sizing: border-box;
    min-height: 35px;
    line-height: 35px;

    background-color: #fff;
    /*border: 1px solid #446084;*/
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #446084;
    font-family: Montserrat;
}

#location_filter .dropdown:after {
    content: "";
    position: absolute;
    right: 13px;
    top: auto;
    bottom: 7px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 6px;
    border-top-color: #446084;
    z-index: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    min-height: 0;
    font-size: 12px;
    line-height: 24px;
    border-left: 1px solid #2c4564;
    color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #ffffff;
    background-color: #f44336;
    border-left: 1px solid #f44336;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.select2-container .selection .select2-selection--multiple .select2-selection__choice {
    background-color: #446084;
    color: #ffffff;
    border: none;
}
.select2-container--default .select2-results__option--disabled{
    color:#d2d2d2;
}

#reset_filters {
    float: right;
    background-color: #fff;
    color: #446084;
    border: 1px solid #446084;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 1em;
    margin-top: 10px;
    border-radius: 10px;
}

#RyanRegionNYS text {
    /*-moz-box-shadow: 0px 0px 4px #ffffff;
    -webkit-box-shadow: 0px 0px 4px #ffffff;
    text-shadow: 0px 0px 4px #ffffff;
    filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 1));*/
    fill: #262626;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}
#NYSCounty,#NYCborough,#nta_neighborhood{
    margin-top: 10px;
}
#lower_hudson_text,#nassau_suffolk_text{
    fill:#000 !important;
}
#central_text,#western_text{
    fill:#fff !important;
}

#compare_filter_outer{
    text-align: left;
    margin-top:10px;
}
#compare_filter_outer label.field-option-label{
    width: 200px;
}
.compare-filter h3{
    color: #446084;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #234596;
    color: white;
}

.select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{
    font-family: Montserrat;
}
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: none;
    background-color: rgba(0,0,0,0.5);
}
.loading{
    top:40%;
    position: fixed;
    left: 50%;
}
.special-note,#chart_notes{
    width:80%;
    margin:0 auto;
    color:#747474;
    font-size: 14px;
}
.custom-tooltip{
    width:250px;
    padding:10px;
    font-size:15px;
    text-align: left;
}
#nta_neighborhood{
    stroke: #2b2b2b;
}

#map_legend_bottom_area:after{
    content: "";
    display: table;
    clear: both;
}
#map_legend_bottom_area{
    display: block;
}
/*#map_legend_bottom_area div#map_legend_wrapper2{
    float: right;
    width: 100%;
    box-sizing: border-box;
}
#map_legend_bottom_area div#map_legend_wrapper3 {
    float: right;
    width: 100%;
    box-sizing: border-box;
}*/

#map_legend_bottom_area div#map_legend_wrapper2 span,
#map_legend_bottom_area div#map_legend_wrapper3 span{
    display: block;
    text-align: right;
}
/*filter-buttons*/
.filter-buttons{
    text-align: right;
}
.filter-buttons a.filter {
    font-family: Montserrat;
    font-weight: bold;
    color: #446084;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    z-index: 1;
    position: relative;
    /*top: -43px;
    right: 0;*/
}
.filter-svg {
    margin-left: 15px;
    vertical-align: bottom;
    fill: #446084;
}
.aione-tooltip:before {
    content: attr(tooltip-title);
    width: 300px;
    right: 0;
    left: auto;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: -1px;  
    border-radius: 4px;
    margin: 0;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: all .1s ease-out;
    transform: translateY(-100%);
}
.aione-tooltip:hover:before {
    opacity: 1;
    height: auto;
}
.ua-device-mobile .aione-tooltip:hover:before{
    opacity: 0;
}


#areatype_filter input[type=radio] {
    display: none;
}
#areatype_filter input[type=radio] + label {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #babdbf;
    margin: 0;
}
#areatype_filter input[type=radio]:checked + label {
    background-image: none;
    background-color: #168dc5;
    border: 1px solid #168dc5;
    color: #fff;
}
#areatype_filter input[type=radio] + label.by_region,#areatype_filter input[type=radio] + label.by_borough{
    border-radius:7px 0px 0px 7px;
}
#areatype_filter input[type=radio] + label.by_county,#areatype_filter input[type=radio] + label.by_nta{
    border-radius:0px 7px 7px 0px;
}


#areatype_filter .field-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}


#areatype_filter input[type=radio] + label.by_region, #areatype_filter input[type=radio] + label.by_borough {
    border-radius: 7px 0px 0px 7px;
}
#areatype_filter input[type=radio]:checked + label {
    background-image: none;
    background-color: #168dc5;
    border: 1px solid #168dc5;
    color: #fff;
}
#areatype_filter input[type='checkbox']+label, #areatype_filter input[type='radio']+label {
    display: block;
    cursor: pointer;
    width: 50%;
}

.aione-legend {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: stretch;
    font-size: 14px;
    line-height: 20px;
    padding:1%;
}
.aione-legend.right { justify-content: flex-end;}

.aione-legend span{
    padding: 4px;
    color: #000;
    min-width: 30px;
    max-width: 80px;
    background-color: #fff;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align:center;
    display: inline-block;
    box-sizing: border-box;
}

#map_legend_wrapper3 div{        
    background: #012783;
    color:#fff;
    width: 52px;
    border: 1px solid #747474;
    float: right;
    height: auto;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
}


#region_map .map-container-outer .aione-legend.right {
 justify-content: flex-start;
}
#region_map .map-container-outer div#map_legend_wrapper {
 position: absolute;
 bottom: 40px;
 left: 8%;
}
#region_map .map-container-outer{
 position: relative;
}

#county_map .map-container-outer{
 position: relative;
}
#county_map .map-container-outer .aione-legend.right {
 justify-content: flex-start;
}

#county_map .map-container-outer div#map_legend_wrapper {
 position: absolute;
 left: 9%;
 bottom: 30px;
}

#borough_map .map-container-outer{
 position:relative;
}
#borough_map .map-container-outer div#map_legend_wrapper {
 position: absolute;
 bottom: 5px;
 right: 10px;
}

#nta_map .map-container-outer {
 position:relative;
}
#nta_map .map-container-outer #map_legend_wrapper {
 padding-right: 15px;
}
#nta_map div#map_legend_bottom_area {
 /*display: flex;*/
 display: block;
 flex-flow: row-reverse;
 width: 100%;
}
#nta_map #map_legend_bottom_area .aione-legend{
 /*width:25%;*/
 width: 100%;
}
#nta_map #map_legend_wrapper3 p{
 margin-bottom:0px;
}

@media screen and (max-width: 1100px){
     #region_map .map-container-outer div#map_legend_wrapper {
     position: absolute;
     bottom: 40px;
     left: 2%;
    }
    #county_map .map-container-outer div#map_legend_wrapper {
     position: absolute;
     left: 5%;
     bottom: 30px;
    }
}
@media screen and (max-width: 1024px){
    #region_map .map-container-outer div#map_legend_wrapper {
     position: inherit;
     bottom: 0px;
     left: 5%;
    }
    #borough_map .map-container-outer div#map_legend_wrapper {
     position: relative;
     bottom: 0px;
     right: 10px;
    }
    #region_map .map-container-outer .right {
     float: none;
    }
    #county_map .map-container-outer .right {
     float: right;
    }
    #nta_map #map_legend_bottom_area .aione-legend{
     width:50%;
    }
}
@media screen and (max-width: 600px){
    #nta_map div#map_legend_bottom_area {
     display: block;
    }
    #nta_map .map-container-outer #map_legend_wrapper{
        padding-right: 0;
    }
    #nta_map #map_legend_bottom_area .aione-legend{
     width:100%;
    }
}




/**********Filter Sidebar New Design******************/
.diagnoses-wrapper,.view-ny-data-wrapper,.view-data-by-wrapper,.filter-wrapper,.view-data-for-wrapper,.areatype-wrapper,.view-data-by-wrapper-bar,.view-data-by-wrapper-bar-region {
    margin: 20px 0;
}
#diagnoses_filter .diagnoses-filter-outer,#view_ny_data .view-ny-data-outer,#view_data_by .view-data-by-outer
,#view_data_for .view-data-for-outer
,#areatype .areatype-outer  {
    width: 50%;
    font-family: Montserrat;
}
#diagnoses_filter input[type=radio], #view_ny_data input[type=radio], #view_data_by input[type=radio]
, #view_data_for input[type=radio]
, #areatype input[type=radio]{
    display: none;
}
#diagnoses_filter input[type=radio] + label,#view_ny_data input[type=radio] + label,#view_data_by input[type=radio] + label
,#view_data_for input[type=radio] + label
,#areatype input[type=radio] + label {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #446084;
    margin: 0;
    color: #446084;
}
#diagnoses_filter input[type=radio]:disabled + label,#view_ny_data input[type=radio]:disabled + label,#view_data_by input[type=radio]:disabled + label
,#view_data_for input[type=radio]:disabled + label
,#areatype input[type=radio]:disabled + label {
    opacity: 0.6;
}
#diagnoses_filter input[type=radio]:checked + label,#view_ny_data input[type=radio]:checked + label,#view_data_by input[type=radio]:checked + label
,#view_data_for input[type=radio]:checked + label
,#areatype input[type=radio]:checked + label {
    background-image: none;
    background-color: #446084;
    border: 1px solid #446084;
    color: #fff;
}
.view_ny_data_label_outer,.view_data_by_label_outer
,.view_data_for_label_outer
,.areatype_label_outer{
    display: block;
    text-align: left;
}
#view_ny_data .view_ny_data_label_outer label,#view_data_by .view_data_by_label_outer label
,#view_data_for .view_data_for_label_outer label
,#areatype .areatype_label_outer label{
    width: 100%;
    display: inline;
}
.view-data-by-wrapper .view-data-by-outer.left label{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.view-data-by-wrapper .view-data-by-outer.right label{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

.view-data-by-wrapper.active{
    margin-bottom: 0px;
}
.view-data-by-wrapper.active .view-data-by-outer.left label{
    border-bottom-left-radius:0px;
}
.view-data-by-wrapper.active .view-data-by-outer.right label{
    border-bottom-right-radius:0px;
}

/***********Bootstrap Multiselect****************/
/*.region-filter span.multiselect-native-select .btn-group button{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.region-filter span.multiselect-native-select .dropdown-menu.show{
    width:100%;
}
.multiselect-container .multiselect-option.dropdown-item{
    cursor: pointer;
}
.multiselect-container .multiselect-option.dropdown-item:hover,.multiselect-container .multiselect-option.dropdown-item.active{
    background-color: #446084;
    opacity: 0.5;
}*/
/***************************/

/*******************************/
@media screen and (max-width: 1200px){
    .cases-message {
        margin-top: 5%;
    }
    .aione-legend.map-left{
        left:5% !important;
    }
}
@media only screen and (max-width: 900px) {
    .top-icon .top-icon-outer .fa-2x{
        font-size: 2em;
    }
    .top-icon .top-icon-outer{
        width: 60%;
    }
    .hcv-content .chart-wrapper{
        width: 100%;
        margin-top: 60px;
    }
    .hcv-content .filter-sidebar{
        width: 98%;
        display: none;
        position: absolute;
        left: 14px;
        right: 0px;
    }
    .hcv-content .sidebar-right{
        position: absolute;
        width: 100%;
      }
    .filter-icon {
        position: absolute;
        top: 37px;
        right: 30px;
        display: block;
        width: 35px;
        cursor: pointer;
    }
    .footnotes{
        padding: 5% 5% 5% 5%;
    }
    .footnotes .notes{
        width: 100%;
    }
    #subtitle{
        padding: 1% 1% 2% 1%;
        font-size: 17px;
    }
    .chart-subtitle span, .map-subtitle span{
        display: inline;
    }
    .chart-subtitle, .map-subtitle{
        width: 100%;
    }
    .chart-wrapper .chart-title{
        font-size: 22px;
    }
    #map_container{
        width: 90%;
    }
}
@media only screen and (max-width: 500px) { 
    #risk_type .risk_label{
        display: block;
    }
    #map_legend_wrapper .case-per-value{
        display: block;
        position: unset!important;
        text-align: center;
    }
}
@media only screen and (max-width: 650px) {
   .top-icon-outer{
      width: 60%;  
  }
  .filter-buttons a.filter{
    position: unset;    
  }
  .hcv-content .sidebar-right{
    position: absolute;
    width: 100%;
  }
}



.btn-group .custom-select{
    padding: 6px 28px 6px 12px;
    height: 36px;
    font-size: 15px;
    line-height: 24px;
    border: 1px solid #446084;
    color: #446084;
    min-height: 36px;
    border-radius: 10px 10px 0 0;
}
.btn-group .custom-select:focus {
    outline:none;
}
.btn-group .multiselect-container{
    width: 100%;
    border: 1px solid #446084;
    border-radius: 0 0 10px 10px;
    position: relative!important;
    transform: none!important;

}
.btn-group .multiselect-all{
    border-bottom: 1px solid #446084;
    border-radius: 0!important;
    background-color: #ffffff;
}
.btn-group .multiselect-all.active,
.btn-group .multiselect-all:focus{
    background-color: #F0F2F5;
}
.btn-group .multiselect-all:hover{
    background-color: #446084!important;
}
.btn-group .multiselect-option{
    border-bottom: 1px solid #446084;
    border-radius: 0!important;
    background-color: #ffffff;
}
.btn-group .multiselect-option.active,
.btn-group .multiselect-option:focus{
    background-color: #F0F2F5!important;
}
.btn-group .multiselect-option:hover{
    background-color: #446084!important;
}
.btn-group .multiselect-option:last-child{
    border-radius: 0 0 10px 10px!important;
    border-bottom: none;
}
.btn-group .multiselect-all input[type="checkbox"],
.btn-group .multiselect-option input[type="checkbox"]{
}
.btn-group .multiselect-all label,
.btn-group .multiselect-option label{
    cursor: pointer;
    padding-left: 36px;
    font-weight: 500;
    color: #446084;
}
.btn-group .multiselect-all:hover label,
.btn-group .multiselect-option:hover label{
    color: #ffffff;
}
.btn-group .multiselect-container .multiselect-option.disabled label{
    padding-left: 0;
}

#region_filter .btn-group .custom-select{
    border-radius: 0 0 10px 10px !important;
}
#region_filter .btn-group.show .custom-select{
    border-radius: 0!important;
}
#region_filter .dropdown-item,#region_filter .dropdown-toggle{
    font-family: Montserrat;
    font-weight: 500;
    color: #446084;
    font-size: 16px;
}

.multiselect.dropdown-toggle.custom-select{
    background:none;
}


#areatype .field-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
#areatype input[type=radio] + label.by_region, #areatype input[type=radio] + label.by_borough {  
    border-radius: 7px 0px 0px 7px;
}
#areatype input[type=radio] + label.by_county, #areatype input[type=radio] + label.by_nta {
    border-radius: 0px 7px 7px 0px;
}
#areatype input[type=radio] + label {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #babdbf;
    margin: 0;
}
#areatype input[type='checkbox']+label, #areatype input[type='radio']+label {
    display: block;
    cursor: pointer;
    width: 50%;
}
#areatype input[type=radio]:checked + label {
    background-image: none;
    background-color: ##446084;
    border: 1px solid ##446084;
    color: #fff;
}

/*****************Year Slider****************************/
/*.sidebar-right .rs-container{
    font-family: 'Roboto';
}
.sidebar-right .rs-tooltip {
    color: #333;    
    position: relative;
    background: none; 
    border: 0; 
    transform: translate(-50%, -20px);
    left: 13px;
    text-align: center;
    font-size: 13px;
    padding: 0; 
}
.sidebar-right .rs-container .rs-scale{
    top:5px;
}
.year-filter.slider-container{
    margin-top:25px;
} 
.sidebar-right .rs-container .rs-selected{
    background-color:#446084;
    border:1px solid #446084; 
}
.sidebar-right .rs-container .rs-scale span::before{
    background-color: #cdc5c5;
    top:10px;
}
.sidebar-right .rs-container .rs-pointer{
    width:15px;
}
.sidebar-right .rs-container .rs-pointer[data-dir="left"]{
    border-radius: 50% 0 0 50%;
}
.sidebar-right .rs-container .rs-pointer[data-dir="right"]{
    border-radius: 0 50% 50% 0;
}
.sidebar-right .rs-container .rs-pointer::before,.sidebar-right  .rs-container .rs-pointer::after{
    display: none;
}
.multiselect-selected-text{
    font-family: 'Montserrat';
}*/

#year_slider{
    width: 90%;
    margin: 9% auto 1% auto;
}
#year_slider .noUi-connect {
    background-color:#446084;
}
#year_slider .noUi-tooltip{
    border:none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    font-family: 'Roboto';
}
#slider-pips .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    writing-mode: vertical-lr;
}
#year_slider .noUi-value{
    display:none;
}
#year_slider .noUi-marker-normal{
    display:none;
}
#year_slider .noUi-pips-horizontal{
   padding:0;
   height:30px;
}


.year-wrapper h2 .info{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #747474;
    color: #747474;
    font-family: Lora;
    background-color: #fff;
    vertical-align: middle;
    margin-bottom: 4px;
    padding-left:5px;
}
.year-wrapper h2 .info:hover ~ .info-detail {
    display: block;
}
.year-wrapper h2 .info-detail{
    display: none;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    bottom: 20px;
    right: 15px;
    padding: 5px 15px;
    position: absolute;
    z-index: 9999;
    width: 400px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.barchart-special-note{
    width: 90%;
    margin: 0 auto;
    color: #747474;
    font-size: 14px;
    line-height:20px;
}
.stratify-special-note,.average-note{
    color: #747474;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}
.google-visualization-tooltip span{
    padding-left:10px;
    padding-right:10px;
}
.show_average_outer{
	margin-top:10px;
}