body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
	text-align: center;
	margin: 0;
}

.holder{
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}
#frl-map, #wi-frl, #locale-frl{
  box-sizing: content-box;
  margin: 0 auto;
  text-align: center;
  max-width: 610px;
  max-height: 580px;
  position: relative;
}
#frl-map{
	max-width: 660px;
}
#wi-frl{
	max-width: 630px;
	max-height: auto;
}
#locale-frl{
	max-width: 520px;
	max-height: auto;
}
#locale-map svg{
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  padding-bottom: 95%;
  overflow: visible;
}
.ie-svg{
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	overflow: visible;
}
.chart-subtitle{
	text-anchor: middle;
	fill: rgb(90,90,90);
	font-size: 18px;
}
.chart-title{
	text-align: center;
	margin: 12px auto;
	font-size: 22px;
}
.chart-title > span{
	display: block;
	font-size: 16px;
}
.chart-title{
	color: rgb(90, 90, 90);
}
.domain{
	stroke: rgb(100, 100, 100);
	stroke-width: 2.2;
	stroke-linejoin: round;
}
.tick{
	font-size: 14px;
}
.tick > text{
	fill: rgb(140, 140, 140);
}
.tick > line{
	stroke-width: 0.5;
	stroke: rgb(222, 222, 222);
	stroke-linecap: round;
}
.dot{
	transition: opacity 0.2s ease, fill 0.15s ease;
	fill-opacity: 0.8;
}
.dot.hidden, circle.hidden{
	opacity: 0;
	pointer-events: none;
}
.highlight-dot{
	pointer-events: none;
	fill-opacity: 0;
}
.dot.hover-dot, .highlight-dot.hover-dot{
	fill: rgb(242, 65, 27);
	fill-opacity: 1;
}
.axis-label-text{
	font-size: 18px;
	fill: rgb(90,90,90);
	text-anchor: middle;
	font-weight: 600;
}
.catch-circles circle{
	fill-opacity: 0;
	fill: transparent;
	stroke: transparent;
	stroke-opacity: 0;
}
/*tooltips*/
.map-tt{
  z-index: 100;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.map-tt[aria-hidden="true"]{
  opacity: 0;
}
.map-tt[aria-hidden="false"]{
  opacity: 1;
}
.tt-wrap{
  width: 220px;
  max-width: 100%;
  text-align: left;
  background: rgb(77,77,77);
  padding: 8px 6px;
  border-radius: 3px;
  color: rgb(252,252,252);
  font-size: 14px;
}
#frl-map .tt-wrap{
	width: 260px;
}
.line-tt .tt-name{
	font-weight: 400;
	border-bottom: none;
	margin-bottom: 0;
	padding: 0;
}
#frl-map .tt-name{
	font-weight: 400;
}
.line-tt .tt-name{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 3px;
}
.line-tt .tt-val{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 3px;
}
.line-tt > .tt-wrap{
	width: 180px;
}
.tt-map-top{
	margin-bottom: 6px;
}
.tt-locale-holder{
	text-align: center;
	font-style: italic;
}
td, th{
	padding: 2px 4px;
}
#frl-map tr:nth-child(even) > th, #frl-map tr:nth-child(even) > td, #locale-frl tr:nth-child(odd) > th, #locale-frl tr:nth-child(odd) > td{
	background-color: rgb(66,66,66);
	border-radius: 2px;
}
#frl-map .tt-x, #frl-map .tt-x2, #frl-map .tt-y, #frl-map .tt-y2{
	text-align: right;
}
.tt-wrap table{
	width: 100%;
	border-collapse: collapse;
}
.tt-wrap th{
	font-weight: normal;
	font-style: italic;
}
.tt-name{
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 2px;
  border-bottom: 1px solid rgb(122,122,122);
  line-height: 1.2em;
  padding-bottom: 2px;
}
.tt-tip{
  position: absolute;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.tt-tip.adjusted, .tt-tip.hidden{
  display: none;
}
.tt-tip-inner{
  background: rgb(77,77,77);
  width: 12px;
  height: 12px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}
th.tt-row-cat{
	font-style: normal;
}
.map-legend{
	display: inline-block;
	vertical-align: top;
}
.map-legend rect{
	transition: fill 0.2s ease-in-out;
}
.map-var-button{
	border: none;
	border: 1px solid rgb(200,200,200);
	border-radius: 3px;
	background: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 4px 8px;
	color: rgb(90, 90, 90);
	font-size: 18px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
	margin: 2px;
}
.map-var-button:hover{
	background: rgb(222,222,222);
	cursor: pointer;
}
.map-var-button.checked{
	background: rgb(37, 203, 138);
	border-color: rgb(14, 173, 110);
	border-width: 2px;
	color: rgb(0, 27, 16);
	margin: 1px;
}
.map-var-button.checked:hover{
	background: rgb(37, 203, 138);
}
#frl-button, #pov-button{
	min-width: 215px;
}
.map-legend text{
	fill: rgb(90,90,90);
}
.legend-title{
	font-weight: 700;
	font-size: 1.1em;
}
.frl-map .pov-title, .pov-map .frl-title, .pov-map .frl-legend, .frl-map .pov-legend, .frl-map .source-pov, .pov-map .source-frl{
	display: none;
}
.frl-map .geo-holder path, .pov-map .geo-holder path{
	stroke: rgb(125,125,125);
	stroke-width: 0.3;
}
.source-group > text{
	fill: rgb(90,90,90);
	font-style: italic;
}

.pov-map .nd, .frl-map .nd, .frl-map path, .pov-map path, .map-legend rect{
	fill: #fff;
	transition: 0.2s fill ease;
}
.pov-map .nd, .frl-map .nd{
	pointer-events: none;
}

.pov-map .p1{
	fill: rgb(245,215,184);
}
.pov-map .p2{
	fill: rgb(235,174,108);
}
.pov-map .p3{
	fill: rgb(242,136,24);
}
.pov-map .p4{
	fill: rgb(227,96,20);
}
.pov-map .p5{
	fill: rgb(186,62,0);
}

.frl-map .fNone{
	fill: rgb(255,243,156);
}
.frl-map .fAll{
	fill: rgb(234,120,106);
}
.frl-map .f1{
	fill: rgb(217,237,233);
}
.frl-map .f2{
	fill: rgb(167,218,210);
}
.frl-map .f3{
	fill: rgb(99,186,172);
}
.frl-map .f4{
	fill: rgb(49,158,141);
}
.frl-map .f5{
	fill: rgb(14,117,101);
}

.frl-map path:hover{
	fill: rgb(255,210,16);
}
.pov-map path:hover{
	fill: rgb(67,179,239);
}

.map-fade{
	fill-opacity: 0.05;
	stroke-opacity: 0;
}
path.map-nofade{
	fill-opacity: 1;
	stroke-opacity: 1;
}

.frl-map path.map-nofade{
	stroke: rgb(4, 88, 75);
}

.pov-map path.map-nofade{
	stroke: rgb(150, 50, 0);
}

.cost-map path:hover{
	fill: rgb(0, 183, 255);
}

.catchment-dot{
	fill: transparent;
}
.frl-highlight-dot{
	fill: transparent;
	pointer-events: none;
}
.frl-highlight-dot.hover-dot{
	fill: rgb(249,109,71);
	stroke: #fff;
	stroke-width: 2;
}
.wi-frl-dot{
	fill: rgb(44, 183, 161);
	pointer-events: none;
}
.wi-frl-line{
	stroke: rgb(44, 183, 161);
	stroke-width: 3;
	fill: none;
}
.wi-frl-text{
	text-anchor: start;
	font-weight: 700;
	fill: rgb(23, 125, 108);
}

.x-axis.lines-axis text{
	text-anchor: start;
	font-size: 13px;
}
.x-axis.no-tix line{
	display: none;
}
.x-axis.no-tix text{
	font-size: 18px;
	font-weight: 600;
	fill: rgb(90,90,90);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
}

.frl-bar{
	fill: rgb(44, 183, 161);
	transition: fill 0.15s ease;
}
.bg-bar{
	fill: #fff;
}
.pov-bar{
	fill: rgb(242,136,24);
	transition: fill 0.15s ease;
}
.legend > g > text{
	fill: rgb(90,90,90);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
}
.legend-square{
	height: 20px;
	width: 20px;
}

.locale-g:hover > .frl-bar{
	fill: rgb(122, 226, 210);
}
.locale-g:hover > .pov-bar{
	fill: rgb(247, 186, 84);
}

@media (max-width: 425px){
  .chart-title{
  	font-size: 18px;
  }
  .tt-tip{
    display: none;
  }
  .filter-holder > label{
	padding: 0 6px;
  }
  .filter-holder{
  	margin-bottom: 6px;
  }
  .axis-label-text{
  	font-size: 24px;
  }
  .axis-label-text.sm{
  	font-size: 22px;
  }
  .wi-frl-text{
  	font-size: 22px;
  	text-anchor: middle;
  }
  .filter-label{
  	display: block;
  }
}
