.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}
.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution ul, .ol-attribution button {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button{
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.clearfix:before,.ac--header:before,.ac--item--bottom ul li:before,.clearfix:after,.ac--header:after,.ac--item--bottom ul li:after{content:".";display:block;height:0;overflow:hidden}.clearfix:after,.ac--header:after,.ac--item--bottom ul li:after{clear:both}.clearfix,.ac--header,.ac--item--bottom ul li{zoom:1}body{font-family:arial, verdana, sans-serif}@font-face{font-family:'Soup of Justice';src:url(../../assets/fonts/SoupofJustice.eot);src:url(../../assets/fonts/SoupofJustice.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/SoupofJustice.woff2) format("woff2"),url(../../assets/fonts/SoupofJustice.woff) format("woff"),url(../../assets/fonts/SoupofJustice.ttf) format("truetype"),url(../../assets/fonts/SoupofJustice.svg#SoupofJustice) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'Pleasantly Plump';src:url(../../assets/fonts/Pleasantly-Plump.eot);src:url(../../assets/fonts/Pleasantly-Plump.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/Pleasantly-Plump.woff2) format("woff2"),url(../../assets/fonts/Pleasantly-Plump.woff) format("woff"),url(../../assets/fonts/Pleasantly-Plump.ttf) format("truetype"),url(../../assets/fonts/Pleasantly-Plump.svg#Pleasantly-Plump) format("svg");font-weight:normal;font-style:normal}header{text-align:center;position:relative;margin:2rem auto}header img{height:10rem;z-index:2;position:relative}header .stripe{background:url(../../assets/images/bg.gif) #fff;height:6rem;position:absolute;width:100%;bottom:0;z-index:1}header .logo{font-family:'Soup of Justice';font-size:5rem;color:#b5142f;z-index:2;position:relative}header .brand{font-size:3rem;position:relative;z-index:2}main,.banner{max-width:1200px;padding:0 20px;margin:0 auto}footer{background:url(../../assets/images/bg.gif) #fff;text-align:center;padding:1rem 0;margin-top:2rem}.banner{display:flex;justify-content:space-around;width:100%;padding:20px 0}.banner a img{height:100px}@media only screen and (max-width: 1200px){header .brand{display:none}main{display:flex;flex-direction:column-reverse}main .map{margin-top:2rem}main .categories{margin-top:-2rem}}@media only screen and (max-width: 768px){.banner{display:block;text-align:center}header .logo{font-size:3rem;display:block}}.ac--header{display:block;color:#333;font-weight:bold;line-height:3em;border:1px solid #333;margin-top:2rem;padding-right:1em}.ac--header:hover{cursor:pointer;background-color:#e3e3e3}.ac--header span{display:block;float:left;height:3em;width:3em;margin-right:1em;border-right:1px solid #333}.ac--header button{float:right}.ac--header button,.ac--header button:hover,.ac--header button:focus{float:right;background-color:transparent;border:1px solid transparent;text-decoration:underline;font-weight:bold;box-shadow:none;height:3em;cursor:pointer}.ac--body{padding:0;display:none}.ac--panel .open{display:block}.ac--panel .close{display:none}.ac--panel-on .ac--header{background-color:#e3e3e3}.ac--panel-on .open{display:none}.ac--panel-on .close{display:block}.ac--subline{border-bottom:1px solid #000;position:relative;top:-0.5em;text-align:center;margin:1em 0}.ac--subline span{padding:0 10px;background-color:#fff;position:relative;top:0.5em}.ac--item{padding:0.7rem 0}.ac--item-sub{padding-top:0;border-top:1px solid #fff}.ac--item-sub .ac--item--title{display:none}.ac--item-top{padding-bottom:0}.ac--item--container{display:flex;flex-flow:row wrap;color:#333;position:relative;background-color:#e1e1e1}.ac--item--title{font-weight:bold;font-size:1.2em}.ac--item--middle{order:1;flex:2 0 0;padding:1em;font-size:1.3em}.ac--item--bottom{order:2;flex:1 0 0;padding:1em}.ac--item--bottom ul{list-style:none;padding:0;margin:0}.ac--item--bottom ul li{line-height:1.6em;margin-bottom:0.5em}.ac--item--bottom ul li a{display:block}.ac--item--bottom ul li span{display:block;float:left;height:1.6em;width:1.6em;margin-right:1em;background-size:1.6em 1.6em}.ac--item--bottom ul li.li-phone span{background:url(../../assets/images/ios-call.svg)}.ac--item--bottom ul li.li-map span{background:url(../../assets/images/ios-pin.svg)}.ac--item--bottom ul li.li-site span{background:url(../../assets/images/ios-link.svg)}.ac--panel-1 .ac--header span{background-color:#6c966d}.ac--panel-1 .ac--header:hover{background-color:rgba(108,150,109,0.2)}.ac--panel-1 .ac--item--container{background-color:rgba(108,150,109,0.2)}.ac--panel-1.ac--panel-on .ac--header{background-color:rgba(108,150,109,0.2)}.ac--panel-2 .ac--header span{background-color:#fc0}.ac--panel-2 .ac--header:hover{background-color:rgba(255,204,0,0.2)}.ac--panel-2 .ac--item--container{background-color:rgba(255,204,0,0.2)}.ac--panel-2.ac--panel-on .ac--header{background-color:rgba(255,204,0,0.2)}.ac--panel-3 .ac--header span{background-color:#f28d0e}.ac--panel-3 .ac--header:hover{background-color:rgba(242,141,14,0.2)}.ac--panel-3 .ac--item--container{background-color:rgba(242,141,14,0.2)}.ac--panel-3.ac--panel-on .ac--header{background-color:rgba(242,141,14,0.2)}.ac--panel-4 .ac--header span{background-color:#f07878}.ac--panel-4 .ac--header:hover{background-color:rgba(240,120,120,0.2)}.ac--panel-4 .ac--item--container{background-color:rgba(240,120,120,0.2)}.ac--panel-4.ac--panel-on .ac--header{background-color:rgba(240,120,120,0.2)}.ac--panel-5 .ac--header span{background-color:#df7a36}.ac--panel-5 .ac--header:hover{background-color:rgba(223,122,54,0.2)}.ac--panel-5 .ac--item--container{background-color:rgba(223,122,54,0.2)}.ac--panel-5.ac--panel-on .ac--header{background-color:rgba(223,122,54,0.2)}.ac--panel-6 .ac--header span{background-color:#8dc440}.ac--panel-6 .ac--header:hover{background-color:rgba(141,196,64,0.2)}.ac--panel-6 .ac--item--container{background-color:rgba(141,196,64,0.2)}.ac--panel-6.ac--panel-on .ac--header{background-color:rgba(141,196,64,0.2)}.ac--panel-7 .ac--header span{background-color:#1e5673}.ac--panel-7 .ac--header:hover{background-color:rgba(30,86,115,0.1)}.ac--panel-7 .ac--item--container{background-color:rgba(30,86,115,0.1)}.ac--panel-7.ac--panel-on .ac--header{background-color:rgba(30,86,115,0.1)}.ac--panel-8 .ac--header span{background-color:red}.ac--panel-8 .ac--header:hover{background-color:rgba(255,0,0,0.1)}.ac--panel-8 .ac--item--container{background-color:rgba(255,0,0,0.1)}.ac--panel-8.ac--panel-on .ac--header{background-color:rgba(255,0,0,0.1)}.link-download{display:block;text-align:center;padding:2rem}.link-download span{display:inline-block;position:relative;margin-bottom:-0.3em;height:1.6em;width:1.6em;margin-right:1em;background-size:1.6em 1.6em;background:url(../../assets/images/md-download.svg)}@media only screen and (max-width: 1200px){.ac--item--middle{flex:2 0 0}.ac--item--bottom{flex:2 0 0}}@media only screen and (max-width: 768px){.ac--item--middle{flex:1 100%;border-right:0}.ac--item--bottom{flex:1 100%}}.mt-1{margin-top:1rem}#map{height:500px}#map .olControlAttribution{bottom:0em}.ol-popup{position:absolute;background-color:white;-webkit-filter:drop-shadow(0 1px 4px rgba(0,0,0,0.2));filter:drop-shadow(0 1px 4px rgba(0,0,0,0.2));padding:15px;border-radius:10px;border:1px solid #cccccc;bottom:12px;left:-50px;min-width:280px}.ol-popup #popup-content .name{font-weight:bold}.ol-popup #popup-content .desc{font-size:0.9em}.ol-popup #popup-content .link{display:block;text-align:right}.ol-popup:after,.ol-popup:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ol-popup:after{border-top-color:white;border-width:10px;left:48px;margin-left:-10px}.ol-popup:before{border-top-color:#cccccc;border-width:11px;left:48px;margin-left:-11px}.ol-popup-closer{text-decoration:none;position:absolute;top:2px;right:8px}.ol-popup-closer:after{content:"✖"}

