<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">hr{
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
}
.footnote{
   color:#747474;
   width: 100%;
   margin-top: 2%;
}
.footnote h4 {
    color: #40210A;
    font-family: 'Montserrat';
    font-size: 16px;
}
.footnote p {
    margin: 0;
}
.footnote ul {
    padding-inline-start: 34px;
}
.footnote ul li {
    text-align: left;
    font-size: 14px;
    color: #747474;
    /*font-family: Arial;*/
}
.footnote h4 span {
    color: #EB7726;
}
.footnote h4.indicator-definition {
    color: #40210A;
    font-size: 16px;
}
.ua-device-mobile .footnote{
    margin-top: 3%;
}
.indicator-definition span {
	color: #ed6f1d;
}
.indicator-definition-div {
	display: none;
}
.aione-clear,.clear {
    clear:both;
}
#aione_main .aione-row {
    max-width: 98%;
}
#aione_main {
    padding-top: 10px;
}
.no-click{
    pointer-events: none;
}

#trends_nys{
    position: relative;
}

div.google-visualization-tooltip {
background-color: rgba(255,255,255,.9);
}

.transgender-alert {
    margin: 1%;
    padding: 1%;
    border: 1px solid #747474;
    font-size: 17px;
}
#trends_nys .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%;
}
#trends_nys label {
    display:inline;
    line-height: 30px;
    font-weight: bold;
    font-family: Montserrat;
    color: #40210A;
    font-size: 14px;
}
#trends_nys .confidence_switch label {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #40210A;
}
#trends_nys p {
    color:#747474;
    font-size: 14px;
    line-height: 20px;
    /*font-family: Arial, Helvetica, sans-serif !important;*/
}
#trends_nyc_title {
    font-family: 'Montserrat';
    color: #40210A;
    FONT-SIZE: 16px;
    font-weight: 400;
}
#trends_nys .trends-nyc-title {
    line-height: 40px;
    font-size: 28px;
    color: #EB7726;
    font-weight: 600;
    font-family: Montserrat;
    -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;
}
#trends_nys .trends-nyc-title-subtitle {
    line-height: 30px;
    font-size: 20px;
    color: #168dc5;
    font-weight: 600;
    font-family: Montserrat;
    -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;
}

#trends_nys #after_title_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#trends_nys #after_title_box a.risk-hover{
    color: #fff;
}
#trends_nys #after_title_box .after-title-box {
    border: 1px solid #e8e8e8;
    font-size: 16px;
    text-align: center;
    margin-right: 1%;
    width: 24%;
    float:left;
    padding: 0 0 1% 0;
    transition: all 0.2s ease-out;
    min-height: 125px;
}
#trends_nys #after_title_box .after-title-box:hover {
    border: 1px solid #ed6f1d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
#trends_nys .after-title-box span{
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    background-color: #ed6f1d;
    color: #fff;
    padding: 1%;
}
#trends_nys .after-title-box span span {
    /*display: block;*/
    /*font-size: 24px;
    line-height: 35px;
    color: #ed6f1d;*/
}
#trends_nys .seprator {
    border-bottom: 1px dashed #747474; 
    margin-top: 1%;
}
.box-hover-title{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: -50px;
    color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 98;
    width: 300px;
    font-size: 14px;
    line-height: 26px;
    text-align:center;
    display: none;
}

.ete-sidebar {
    border: 1px solid #e8e8e8;
    padding: 1%;
    margin-top: 12px;
}
#trends_nys .ete-sidebar .theme-title {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    color: #40210A;
    font-weight: 700;
    font-family: Montserrat;
}



/*******************/
#trends_nys .modal {
  text-align: center;
  padding: 0!important;
}

#trends_nys .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#trends_nys .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#trends_nys .modal .modal-header {
background-color:#eb7726;
}
#trends_nys .modal .modal-header h4{
color:#fff;
opacity:1;
text-align: center;
font-size: 24px;
line-height: 26px;
}
#trends_nys .modal-header .close, .modal-header .close:hover {
color:#fff;
opacity:1;
font-size:28px;
}
#trends_nys .modal-footer {
padding: 15px 20px 15px;
}
#trends_nys .modal .modal-body p {
font-family: "Roboto", sans-serif;
margin: 0;
padding: 0 0 0 3%;
font-size: 18px;
line-height: 24px;
text-align: left;
margin-bottom: 0;
}
#trends_nys .survey-button {
    position: absolute;
    bottom: -68px;
}
#trends_nys .survey-button a{
    display: block;
    background-color: #1e8bc7;
    color: #ffffff;
    padding: 9px 20px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
    transition:all 180ms ease-in-out;
}
#trends_nys .survey-button a:hover{
   color: #ffffff;
 background-color: #eb7726;
}
#trends_nys .survey-close-button {
    margin: 0;
    color: #595959;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    transition: all 180ms ease-in-out;
}

.filters-filter select {
    background: #e8e8e8;
    width: 100%;
    height: 39px;
    line-height: 35px;
    min-height: 35px;
    display: block;
    margin-bottom: 10px;
    color: #43474C;
    border: 1px solid #43474C;
    border-radius: 15px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
}
.filters-filter select.active {
    background: #fff;
}
.filters-filter label {
    display: block;
    font-size: 14px;
    color: #43474C;
    line-height: 20px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
#year_filter,#indicator_filter, #region_filter {
    font-size: 14px;
    line-height: 25px;
}
#year_filter select,#indicator_filter select,#region_filter select {
    background-color: #fff;
    font-family: 'Montserrat';
    color: #40210A;
    border-radius: 10px;
}
#year_filter label ,#indicator_filter label , #region_filter label {
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    color: #43474C;
}
#year_filter input[type=radio],#indicator_filter input[type=radio], #region_filter input[type=radio] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 4px;
    line-height: 10px;
    float: none;
}
#year_filter input[type=radio],#indicator_filter input[type=radio], #region_filter input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
#year_filter input[type=radio]:checked:before,#indicator_filter input[type=radio]:checked:before, #region_filter input[type=radio]:checked:before {
    content: "";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    height: 6px;
    width: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #168dc5;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dom{
    font-family: Roboto;
    font-size: 12px;
}

.risk-hover {
    position: relative;
    color: #eb7726;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #eb7726;
    font-family: Lora;
    background-color: #fff;
}
.risk-hover:hover{
    color: #FFFFFF;
    background: #EB7726;
}
    
.risk-hover span{
    opacity: 0;
    display:none;
    background: rgba(0,0,0,.8);
    color: #fff;
    bottom: -100px;
    padding: 5px 15px;
    position: absolute;
    z-index: 9999;
    width: 600px;
    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;
}
.risk-hover:hover span{
    opacity:1;
    display:block;
}
.filters-filter .risk-hover span{
    right: 0;
}

.chart-wrapper {
    width: 54%;
    float: left;
    border-right: 1px solid #eee;
    /*margin-top: 3%;*/
    overflow: hidden;
}
.map-wrapper {
    width: 44%;
    float: right;
    /*margin-top: 3%;*/
}

#container_bar_legend {
    padding: 10px 0 0 10px;
    font-size: 16px;
}
#container_bar{
    min-height: 500px;
    background: #fff;
}
#container_line_legend{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
#container_map{
    min-height: 450px;
    display: flex;
    align-items: center;
}
#NYCborough, #uhf42 {
    width: 100%;
    height: 100%;
}
.map-legend-wrapper {
    display: block;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 3px;
}
.map-legend-wrapper .map-legend-item {
    display: inline-block;
    line-height: 20px;
    padding: 0 2%;
    text-align: center;
}
#geochartTooltip, #uhfchartTooltip,#regionTooltip,#countyTooltip {
    color: #43474C;
    background-color: rgba(255,255,255,.9);
    border: 1px solid #bdbdbd;
    opacity: 0;
    display: block;
    width: 200px;
    margin-top: -200px;
    margin-left: 50px;
    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;
}
#geochartTooltip h1.tooltip-heading,#uhfchartTooltip h1.tooltip-heading,#regionTooltip h1.tooltip-heading,#countyTooltip h1.tooltip-heading {
    color: #EB7726;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#geochartTooltip .tooltip-content,#uhfchartTooltip .tooltip-content,#regionTooltip .tooltip-content ,#countyTooltip .tooltip-content {
    color: #43474C;
    font-size: 14px;
    font-family: Roboto;
    line-height: 18px;
}

#trends_nys #after_title_box{
    position: relative;
}
#trends_nys #after_title_box p{
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: 'Roboto',sans-serif;
    line-height: 40px;
}
#trends_nys #after_title_box #box_switch{
    position: absolute;
    width: 24%;
    text-align: center;
}
#map_type {
    text-align: center;
    margin: 0 auto 1%;
}
#map_type input[type=radio] {
    display:none;
}
#map_type input[type=radio] + label {
    display:block;
    font-weight: 600; 
    text-align: left;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #babdbf;
    margin: 0;
}
#map_type input[type=radio]:checked + label { 
    background-image: none;
    background-color:#168dc5; 
    border: 1px solid #168dc5;
    color:#fff;;
}
#map_type select {
    font-size: 14px;
    color: #fff;
    background-color: #EB7726;
    padding: 7px 7px !important;
    min-height: 35px !important;
}
.by-rwr{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.by-county{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.by-line{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#selected_chart {
    text-align: center;
    margin: 0 auto 1%;
}
#selected_chart input[type=radio] {
    display:none;
}
#selected_chart input[type=radio] + label {
    display:block;
    font-weight: 600; 
    text-align: left;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #babdbf;
    margin: 0;
}
#selected_chart input[type=radio]:checked + label { 
    background-image: none;
    background-color:#168dc5; 
    border: 1px solid #168dc5;
    color:#fff;;
}
#selected_chart select {
    font-size: 14px;
    color: #fff;
    background-color: #EB7726;
    padding: 7px 7px !important;
    min-height: 35px !important;
}
.by-bar{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#after_title_box a {color:#747474;}
#after_title_box a:hover {color:#747474;}

.map-bottom-left{
    width: 65%;
    float: left;
    padding-left: 10px;
}

.map-bottom-right{
    width: 30%;
    float: right;
}

#map_legend,#chart_legend { 
    font-size: 16px;
    padding: 0 0 0 10px;
    color: #40210A;
    font-family: Montserrat;
    font-weight: 600;
}
#map_legend_second,#chart_legend_second{
    font-size: 14px;
    padding: 2px 10px;
    color: #40210A;
    font-family: Montserrat;
    font-weight: 400;
}
#map_legend_wrapper .plette {
    display: inline-block;
    line-height: 20px;
    padding: 0 2%;
}
#map_legend_bottom{
    margin-right: 6%;
    font-size: 12px;
    color: #168dc5;
}

#map_legend_wrapper2 span {
    font-size: 12px;
    color: #40210A;
    padding-left: 5px;
    vertical-align: middle;
}
#map_legend_wrapper2 div{
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    float: left;
}
#reset_map, #reset_filters {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
    display: inline;
    cursor: pointer;
    float: right;
    background-color: #fff;
    color: #168dc5;
    border: 1px solid #168dc5;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 1em;
}
.loading {
    position: fixed;
    left: 50%;
}

#trends_nys input[type="radio"], #trends_nys input[type="checkbox"]{
    width:18px;
    height: 18px;
    min-width: 18px;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    position: relative;
    background-color: #B2B0AF;
}

#trends_nys input[type="checkbox"]:disabled:before{
    opacity:0;
}
/*#trends_nys input[type="radio"]:checked:before{
    width: 10px;
    height: 10px;
    margin: 5px;
}
#trends_nys input[type="checkbox"]:checked:before{
    line-height: 20px;
    font-size:16px;
}*/
.field-option {
    padding: 0;
    margin-bottom: 5px;
    position: relative;
}
#filters_filter .field-option .reveal-if-active label{
    font-size: 12px;
}
#filters_filter .field-option label, #filters_filter .field .field-option label {
    display: inline-block;
    padding: 6px;
    color: #40210A;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    width: 75%;
}
input[type=checkbox], input[type=radio] {
    float: left;
    margin: 6px 0 0 4px;
    width: 18px;
    height: 18px;
    min-width: 18px;
}
input[type="radio"]:checked:before {
    content: "";
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 8px;
    height: 8px;
    margin: 4px;
    display: block;
    background-color: #1e8cbe;
}
.reveal-if-active {
    display: none;
    margin: 0 auto;
    width: 80%;
}
input[type="radio"]:checked ~ .reveal-if-active {
    display: block;
}
.reveal-if-active&gt;div {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 6%;
    background-color: #fff;
}

input[type="checkbox"]:checked::before {
    content: "ï€Œ";
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
    text-align: center;
    display: block;
    background-color: #1e8cbe;
    color: #fff;
    font-family: FontAwesome;
    background-color: #fff;
    color: rgb(30, 140, 190);
    border: 1px solid #707070;
}
.defination {
    text-align: right;
    font-size: 14px;
    color: #e44b3b;
    font-weight: bold;
}
.information {
    position: relative;
    color: #fff;
    background: #2a8e95;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.defination-alert{
    margin: 0;
    padding: 0;
}
.defination-alert ul{
    padding-left: 15px;
}
.defination-alert ul li {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.custom-checkbox {
    display: none !important;
}
.switch {
    float: right;
    display: block;
    background: #fff;
    border: 1px solid grey;
    border-radius: 20px;
    font-family: "Helvetica Neue",Helvetica,"Myriad Pro","Lucida Grande",sans-serif;
    width: 40px;
    height: 25px;
    margin: 0 10px 10px 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;
}
.switch .handle {
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 3px 0 0 3px;
    background: #168DC5;
    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: 3px 0 0 18px;
} 
/*.switch .handle:before {
    content: "";
    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: "";
    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);
}*/
.switch-label {
    font-weight: 300;
    font-size: 16px;
}
.zerovalue-message{
    padding: 10px;
    font-family: Roboto;
    color: #747474;
    font-size: 12px;
}
@media only screen and (max-width: 1115px) {
    #filters_filter .field-option label {
        width: 75%;
    }
    .reveal-if-active {
        width: 100%;
    }
}
@media only screen and (max-width: 944px) {
    #filters_filter .field-option label {
        width: 60%;
    }
    .reveal-if-active {
        width: 100%;
    }
}
.ua-ie .container-bar,
.ua-ie-11 .container-bar{
    width: 100%;
    min-height:400px;
    height:400px;
}

.ua-ie .container-line,
.ua-ie-11 .container-line{
    width: 100%;
    min-height:400px;
    height:400px;
}

.ua-safari #NYCborough , .ua-safari #uhf42 {
    width: 100%;
    min-width: 450px;
    min-height: 450px;
    height: 100%;
}
.ua-safari .container-map {
    min-height: 300px;
    height: auto;
}
@media only screen and (max-width: 520px) {
    .ua-safari #NYCborough, .ua-safari #uhf42{
        width: 100%;
        min-width: 300px;
        min-height: 300px;
        height: 100%;
    }
}
@media only screen and (max-width: 520px) {
    .ua-safari #NYCborough, .ua-safari #uhf42 {
        width: 100%;
        min-width: 300px;
        min-height: 300px;
        height: 100%;
    }
}





#chart_bottom_text {
    font-weight: 900;
    padding-left: 12%;
}


.download-image {
    float: right;
    margin: 1%;
    padding: 1%;
    display: inline-block;
    background-color: #168dc5;
}
.download-image a {
   color: #fff; 
}
.download-image a:hover {
   color: #fff; 
}
#fbshare_button .fa {
    width:25px;
    text-align: center;
}

 .browser-warning{
    display:none;
    width: 99%;
    text-align: center;
    margin: 0 0 20px auto;
    font-size: 16px;
    padding: 12px;
    color: #f44336;
    border: 1px solid #f44336;
}
.browser-warning a, .browser-warning a:hover,.browser-warning a:active{
    color: #f44336;
    font-weight:600;
}
.ua-ie .browser-warning,
.ua-ie-11 .browser-warning{
    display:block;
}


/*#filters_filter .disabled:after{
    content: "\f05e";
    font-family: FontAwesome;
    color: #ff0000;
    position: absolute;
    font-size: 28px;
    right: 0;
    bottom: 4%;
    padding-right: 6px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
}*/

@media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .browser-warning { display: block;}}

.tercile {
    width:66%;
    float:right;
    text-align:center;
}  




/**************************************/
.data-highlights{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #40210A;
    font-family: Montserrat;
}
.ua-device-mobile .data-highlights{
    margin-top: 10px;
}
.filter-svg {
    margin-left: 15px;
    vertical-align: bottom;
    stroke-width: 0;
    stroke: #40210A;
    fill: #40210A;
}
.filter-outer {
    padding: 5% 10%;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    margin-top: -1%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.filter-buttons a.filter{
    font-family: Montserrat;
    font-weight: bold;
    color: #40210A;
    border: 1px solid #e8e8e8;
    border-bottom:none;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
}
.filter-buttons a i{
    margin-left: 15px;
}

.filter-buttons a:hover{
    text-decoration: none;
}
.ua-device-desktop .filter-chips,.ua-device-desktop .location-chips{
    display: none;
}
.ua-device-mobile .filter-chips{
    display: block;
}
.download-image-outer {
    display: inline;
}
.download-image {
    float: right;
    margin: 1%;
    padding: 1%;
    display: inline-block;
    background-color: #168dc5;
}
.download-image a, .download-image a:hover {
    color: #fff;
}

.modal-header{
    background-color: transparent;
    border-bottom: none;
}
.modal-header .close{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}
#trends_nys .modal-body p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


#trends_nys .aione-tooltip:before {
    content: attr(tooltip-title);
    width: 300px;
    right: 0;
    left: auto;
    text-align: center;
}
.ua-device-mobile .aione-tooltip:hover:before{
    opacity: 0;
}
#linear-gradient{
    min-height: 20px;
    position:relative;
}
#linear-gradient span:nth-child(1){
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    margin: 0 0 0 -5px;
    top: -13px;
    background-color: #333333;
    transform: rotate(45deg);
    transform-origin: center;
    transition: all 80ms ease-in-out;
}
#linear-gradient span:nth-child(2){
    position: absolute;
    top: -35px;
}
#linear-gradient-min{
    display: inline;
}
#linear-gradient-max{
    display: inline;
    float: right;

}
.filters-filter .risk-hover{
    position:initial
}
.filters-filter .risk-hover span{
    right: -24px;
    bottom: 70px;
    left: -28px;
    max-height: 400px;
    overflow-y: scroll;
    width: auto;
}
#trends_nys .select2-container{
   display: block;
}
#trends_nys .select2-container .select2-selection--single {
    min-height: 36px;
    border-radius: 10px;
}
#trends_nys .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Montserrat';
    color: #40210A;
    font-size: 14px;
    text-indent: 0.8em;
    line-height: 30px;
}
#exampleModal .modal-header {
    padding: 0;
    margin: 10px;
    background-color: transparent;
    border: 0;
}
#exampleModal .modal-body{
    color: #232323;
    padding: 0 10px 10px 10px;
    font-size: 1.2em;
    background: #fff;
    text-align: center;
}
#exampleModal .modal-footer{
    border:0;
    padding: 0;
    text-align: center;
}
#exampleModal .modal-footer p{
    font-size:12px;
    padding-top: 10px;
}
/**************************************/

@media only screen and (max-width: 600px) { /*Mobile*/
    
    .top-boxes-outer-div{
        margin-top: 5%;
    }
    .top-boxes-outer-div .box{
        width: 100%;
        height: auto;
        margin: 5px auto;
    }
    .box-counter{
        width: 50%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-info{
        width: 50%;
        height: 100%;
        float: right;
        border-radius: 0;
        border-top-right-radius:15px ;
        border-bottom-right-radius:15px ;
        box-sizing: border-box;
    }
    .box-info:before{   
        left: -6px;
        top: 27px;
        transform: rotate(270deg);
    }
    .filters-column{
        position: absolute;
        right: 0;
    }
    .filter-outer{
        display: none;
        z-index: 99;
        position: relative;
    }
    .ua-device-mobile .filter-chips{
        display: block;
        width: 75%;
        z-index: 9;
        position: relative;
    }
    .filter-chips .filter-chips-title,.location-chips .location-chips-title{
        font-size: 14px;
        font-weight: 500;
        margin: 1% auto;
        color: #414141;
    }
    .filter-chips .filter-chips-title .clear-all{
        color: #234596;
        padding-left: 5px;
    }
    .filter-chips .chips .chip,.location-chips .chips .chip{
        display: inline-block;
        color: #333;
        padding: 2%;
        margin: 2% 2% 0 0;
        width: auto;
        background-color: #d2e9f3;
        border: 1px solid #e8e8e8;
        border-radius: 15px;
    }
    .filter-chips .chips .chip span,.location-chips .chips .chip span {
        margin-right: 5px;
    }
    .chart-wrapper,.map-wrapper{
        width: 100%;
        border: none;
    }
    .chips-wrapper{
        width: 75%;
    }
    #customAlert, #customConfirm{
        width: 75% !important;
        margin-left: -40vw !important;
    }
    
}

#filters_wrapper.sticky {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 22%;
    overflow-y: auto;
}
svg#RyanRegionNYS, svg#NYSCounty {
    width: 100%;
    height: 100%;
}</pre></body></html>