
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Map ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.division-map-container .division-map-svg g path {
  transition: .5s ease all;
}
.division-map-container .division-map-svg polygon,
.division-map-container .division-map-svg rect {
  stroke: #18346d;
}
.division-map-container .division-map-svg polygon:hover,
.division-map-container .division-map-svg rect:hover {
  cursor: pointer;
  pointer-events: all;

  fill: black !important;
  fill-opacity: .2;
}
/*~~~~~ Modals ~~~~~*/
.map-cutout {
  display: inline-block;
  width: 44%;
  max-width: 100%;
  padding-right: 5%;
  margin-top: 1em;
  text-align: right;
  vertical-align: top;
}
.map-cutout img {
  max-height: 500px;
}
.map-text {
  display: inline-block;
  width: 50%;
}
.ui-widget h1,
.ui-widget h2,
.ui-widget h3,
.ui-widget h4,
.ui-widget h5,
.ui-widget h6 {
  color: #151515;
}
.map-buttons {
  clear: both;
  width: 100%;
  padding-top: 10px;
}
.ui-widget-overlay {
  background: #000 !important;
  opacity: .7 !important;
}
.ui-dialog.ui-widget {
  max-width: 95% !important;
  margin: 0 !important;
  margin: 0 auto !important;
  margin-left: 2% !important;
  font-family: "Pontano Sans", sans-serif !important;
  font-size: 1em !important;
}
.ui-widget-header {
  color: #fff !important;
  line-height: 1.25em !important;
  text-decoration: none !important;
  background: #444 !important;
  border: none !important;
}
.ui-corner-all {
  border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .map-cutout,
  .map-text {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .map-cutout img {
    max-height: 275px;
  }
}
