@import url(https://fonts.googleapis.com/css?family=Roboto);html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}#app{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100vh}html{font-size:62.5%}body{font-size:2.4rem}#header{height:9rem;font-size:1.6rem;padding:2rem}#header .logo{height:5rem}#page{display:flex;height:calc(100vh - 9rem)}#sidebar{width:25rem;background:#73c4cb;padding-top:1rem;overflow-y:auto;position:relative}#sidebar .cities-wrap{padding-bottom:6rem;height:100%;overflow-y:auto}#sidebar .powered-by-citymesh{position:absolute;bottom:0;left:0;width:100%;height:5rem;padding-top:1rem;padding-bottom:1rem;background:#fff}#sidebar .powered-by-citymesh a{max-height:20px;display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}#sidebar .powered-by-citymesh a img{max-height:3rem;width:auto;margin:0 auto;display:block;max-width:70%}#sidebar .city-item{color:#fff;font-weight:700;font-size:1.6rem;padding-left:2rem;padding-top:1rem;padding-bottom:1rem;position:relative}#sidebar .city-item .top{cursor:pointer}#sidebar .city-item .name{margin-bottom:5px}#sidebar .city-item .percent{position:absolute;right:4.2rem;top:1rem}#sidebar .city-item .drive{position:relative;padding-left:2rem;font-size:1.1rem;font-weight:400;line-height:1.6rem}#sidebar .city-item .drive:before{content:"";width:1.6rem;height:1.6rem;background:url(../img/car.3b3b5dde.svg) no-repeat 50%;background-size:1.6rem;opacity:.4;position:absolute;left:0}#sidebar .city-item .bottom{display:none}#sidebar .city-item:after{content:"";position:absolute;right:2rem;top:1rem;width:12px;height:12px;background:url(../img/triangle.4bbe4809.svg) no-repeat 50%;background-size:12px;transition:transform .3s ease-out}#sidebar .city-item.show-bottom .bottom{display:block;padding-top:1rem}#sidebar .city-item.show-bottom .bottom .feed-item{padding-left:1.5rem;font-size:1.4rem;display:flex;font-weight:400;margin-bottom:1rem}#sidebar .city-item.show-bottom .bottom .feed-item .feed-name{padding-right:1rem}#sidebar .city-item.show-bottom .bottom .feed-item .feed-percent{padding-left:1rem;padding-right:2rem;flex:1 0 auto;font-weight:700}#sidebar .city-item.show-bottom:after{transform:rotate(180deg)}#map-container{flex:1 0 auto;background:#666;position:relative}#map-container #legend{position:absolute;bottom:3rem;left:1rem;color:#565656;font-size:18px;background-color:#fff;padding:10px;border-bottom-left-radius:2px;border-top-left-radius:2px;border:0;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);width:200px;font-weight:500;z-index:9999}#map-container #legend .color-bar{width:100%;height:10px;background:linear-gradient(90deg,#0f0,#ff0 50%,red)}#map-container #legend .numbers{text-align:justify;display:flex;justify-content:space-between;padding-top:2px}#map-container #legend .numbers div{font-weight:400}#map-container #legend .labels{margin-top:10px}#map-container #legend .labels .label{padding-left:30px;position:relative;font-weight:400}#map-container #legend .labels .label:before{content:"";width:20px;height:10px;position:absolute;top:3px;left:0;box-shadow:0 1px 4px -1px rgba(0,0,0,.3)}#map-container #legend .labels .green:before{background:#0f0}#map-container #legend .labels .yellow:before{background:#ff0}#map-container #legend .labels .red:before{background:red}#map-container .btn-map{position:absolute;top:6rem;left:1rem;z-index:9999;text-align:center;height:40px;vertical-align:middle;color:#565656;font-size:18px;background-color:#fff;padding:0 17px;border-bottom-left-radius:2px;border-top-left-radius:2px;border:0;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);min-width:36px;font-weight:500}#map-container .btn-map:hover{color:#000}#map{width:100%;height:100%}.text-right{text-align:right}#view-switch{display:none}@media only screen and (min-width:768px){#map-container,#sidebar{display:block!important}}@media only screen and (max-width:768px){#header{height:4rem;padding:1rem;position:relative}#header .logo{height:2rem}#page{display:block;height:auto}#map-container,#sidebar{width:100%;min-height:calc(100vh - 4rem)}#map-container #map{height:calc(100vh - 4rem)}#view-switch{display:block;position:absolute;right:2rem;top:.5rem}#view-switch button.square{height:3rem;width:3rem;background:grey;border:0;color:#fff;font-weight:600;position:relative}#view-switch button.square:hover{background:#666}#view-switch button.square:focus{outline:none}#view-switch button.square.active{background:#73c4cb}#view-switch button.square.list:after,#view-switch button.square.map:after{content:"";position:absolute;top:0;left:0;height:3rem;width:3rem}#view-switch button.square.map:after{background:url(../img/map-outline.fb5bbb06.svg) no-repeat 50%;background-size:2rem}#view-switch button.square.list:after{background:url(../img/format-list-bulleted.6c6e9d8c.svg) no-repeat 50%;background-size:2rem}}.map-infowindow-content strong{font-weight:700}