#main{text-align:center}.map-wrapper{position:relative;display:flex}.info-container{width:25%;height:100%;display:flex;flex-direction:column;z-index:9999;background:#5c8f32;color:#fff;transition:all .2s ease}.info-markers-container{display:grid;height:calc(100% - 10px);width:100%}.info-markers-container>p{margin:10px 15px}.info-marker{display:flex;padding:2px 20px;cursor:pointer;position:relative}.info-marker svg{width:30px}.info-marker>div{margin-left:10px;text-align:left}.info-marker::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:rgba(255,255,255,.1);opacity:0;transition:all 50ms ease}.checkbox-node{display:none}.info-marker.highlighten::after{background-color:rgba(0,0,0,.1);opacity:1}.info-marker.checked::after{background-color:rgba(255,255,255,.1);opacity:1}.filter-title{margin-top:0;margin-bottom:10px;font-weight:700}.filter-selection{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:10px}.filter-label{cursor:pointer;text-align:left}.filter{display:none}.checkmark{display:inline-block;width:10px;height:10px;margin:auto 5px -1px auto;position:relative;border:1px solid #fff}.checkmark::after{content:'';width:50%;height:100%;position:absolute;bottom:1px;right:0;z-index:1;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotateZ(35deg);opacity:0}.filter:checked+.checkmark::after{opacity:1}#map{width:75%;height:850px}.submit{font-size:1.1em;text-transform:uppercase;text-decoration:none;font-weight:600;text-align:center;border:none;transform:translateY(0);cursor:pointer;background:rgba(0, 0, 0, 0.1);color:#fff;margin:10px 0;padding:20px 40px;transition:all .1s ease}.submit:hover{background:#85ab65;color:white}#main div{align-items:center}@media screen and (max-width:1200px){.info-container{width:calc(100% / 3)}#map{width:calc(2 * 100% / 3)}}@media screen and (max-width:900px){.info-container{width:100%;height:auto;transform:none;background:rgba(0,0,0,0);color:#000}#map{width:100%;height:600px;position:static}.info-markers-container{grid-template-columns:repeat(4,1fr);grid-gap:10px 5px;height:auto;width:100%;color:#000;padding:5px 10px}.info-marker>svg{min-width:17px;width:18px}.map-wrapper{flex-direction:column}.info-marker.checked{height:100%;color:#fff;transition:color 50ms ease}.info-marker.checked::after{background-color:#85ab65}.submit{color:#000}.checkmark{border-color:#000}.checkmark::after{border-color:#000}}@media screen and (max-width:766px){#main{padding:40px 0}.info-markers-container{grid-gap:0 5px}}@media screen and (max-width:600px){#map{height:450px}.info-markers-container{grid-template-columns:repeat(3,1fr);font-size:.9em}}@media screen and (max-width:480px){form h3,form label{display:none}}@media screen and (max-width:450px){.info-markers-container{grid-template-columns:repeat(2,1fr);grid-gap:3px 5px}}@media screen and (max-width:380px){#main h4{font-size:1.5em}.info-markers-container{font-size:.8em}}