/* .map .tabs-container .tabs-content .tabs-panel .map {
  position: relative;
}

#map {
  border: 1px solid #B9D6E3;
  height: 500px;
}

#map .location-title {
  background: #fff;
  border: 1px solid #B9D6E3;
  border-top: 0;
  color: #1441BA;
  font-family: 'Roboto Condensed';
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  padding: 9px 5px;
  height: 40px;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 9999;
}

#overlay {
  display: none;
  position: absolute;
  border: 1px solid #B9D6E3;
  border-top: none;
  width: 90%;
  height: 90%;
  margin: 40px 5% 0px 5%;
  background-color: rgba(255, 255, 255, .88);
  z-index: 10;
}

.location-title {
  cursor: pointer;
}

.recent_financial_data {
  padding: 1em 5%;
}

.audit_reports {
  padding: 1em 5%;
}

.tabs-title.loading {
  opacity: .3;
} */
