/*Interactive Tools Map*/
.oed-map-widget{font-family:inherit;border:1px solid #ddd;border-radius:2px;max-width:900px}
.oed-tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid #ddd}
.oed-tab{flex:0 0 auto;padding:16px 20px;border:0;background:#fff;color:#1a7ba8;cursor:pointer;font-size:15px}
.oed-tab.oed-tab-active{background:#e8e8e8;color:#1a1a1a}
.oed-panels{padding:20px 24px;background:#fff}
.oed-panel.hidden{display:none}
.oed-entry{margin-bottom:20px}
.oed-entry:last-child{margin-bottom:0}
.oed-name{margin:0 0 4px;font-weight:700}
.oed-muni,.oed-addr,.oed-detail,.oed-phone,.oed-website{margin:0 0 2px;line-height:1.4}
.oed-website a{color:#1a7ba8;text-decoration:underline}

/*Hide Main Billboard*/
div.main-banner .banner-container .banner-content.banner-transparent {
  background-color: transparent;
  box-shadow: none;
  color: transparent;
}