﻿body {
  box-sizing: border-box;
}
#map-splash {
  width: 600px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 932px) {
  #map-splash {
    width: 440px;
  }
}
.dts-map {
  display: block;
  width: 100%;
  height: 100vh;
}
.dts-map.for-index {
  height: unset;
  overflow: hidden;
}
.dts-map .map-header {
  width: 100%;
}
.dts-map .map-header.for-index {
  display: flex;
  justify-content: center;
  /* Vertical alignment */
  align-items: center;
  /* Horizontal alignment */
}
.dts-map .map-header .map-title-bar {
  display: none;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.6);
  color: #fff;
  padding: 4px 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
}
.dts-map .map-header .map-title-bar .map-title {
  margin-right: 20px;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-title-bar {
    display: block;
  }
}
.dts-map .map-header .map-left {
  display: inline-block;
  float: left;
  padding: 5px;
  width: 30%;
}
.dts-map .map-header .map-left .map-logo {
  margin: 0 auto;
  width: 300px;
  height: auto;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-left {
    display: none;
  }
}
.dts-map .map-header .map-left.for-index {
  flex-grow: 4;
  width: unset;
  float: unset;
  font-family: 'Baskerville';
  font-size: 56px;
  font-weight: 200;
  color: #2c3e50;
  margin: 4px 0;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-left.for-index {
    display: inline-block;
    font-size: 18px;
    text-wrap: nowrap;
  }
}
.dts-map .map-header .map-right {
  display: inline-block;
  padding: 5px;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right {
    padding: 0;
    width: 100%;
  }
}
.dts-map .map-header .map-right.for-index {
  flex-grow: 1;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right.for-index {
    padding: 5px;
    display: inline-block;
  }
}
.dts-map .map-header .map-right .map-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right .map-header {
    padding: 0;
    width: 100%;
    gap: unset;
  }
}
.dts-map .map-header .map-right .map-header.for-index {
  align-items: flex-end;
}
.dts-map .map-header .map-right .map-header .navigation-buttons {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  /* Vertical alignment */
  align-items: center;
  /* Horizontal alignment */
}
.dts-map .map-header .map-right .map-header .navigation-buttons button {
  width: 150px;
  background-color: #2c3e50;
  border: none;
  border-radius: 30px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  margin: 3px 0;
  padding: 5px 0;
  color: #ffffff;
  text-wrap: balance;
  word-wrap: break-word;
}
.dts-map .map-header .map-right .map-header .navigation-buttons button:hover {
  background-color: #051c2c;
  border-color: #999;
}
.dts-map .map-header .map-right .map-header .navigation-buttons button.view-pricepoints {
  display: none;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right .map-header .navigation-buttons button.view-pricepoints {
    display: unset;
  }
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right .map-header .navigation-buttons button {
    line-height: 12px;
    font-size: 9px;
    width: 90px;
    border-radius: 8px;
    font-stretch: ultra-condensed;
  }
}
.dts-map .map-header .map-right .map-header .navigation-buttons button.for-index {
  width: unset;
  padding: 8px 10px;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right .map-header .navigation-buttons button.for-index {
    border-radius: 30px;
  }
}
.dts-map .map-header .map-right .map-header .map-legend {
  flex-grow: 1;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 3px 0;
}
.dts-map .map-header .map-right .map-header .map-legend object {
  width: 200px;
  vertical-align: middle;
  background-color: #fff;
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right .map-header .map-legend object {
    margin-top: 5px;
    width: 130px;
  }
}
@media only screen and (max-width: 913px) {
  .dts-map .map-header .map-right .map-header .map-legend {
    flex-grow: 4;
  }
}
.dts-map .map-host {
  display: block;
}
.dts-map .map-host .for-index p {
  font-family: 'Figtree';
  font-size: 32px;
  font-weight: 400;
  color: #6a6a6a;
  text-align: center;
  text-wrap: balance;
  word-wrap: break-word;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 932px) {
  .dts-map .map-host .for-index p {
    padding: 10px;
    font-size: 16px;
  }
}
.mapplic-element {
  /*    a {
        color: blue !important;
        text-decoration: unset !important;
    }
*/
}
@media (max-width: 780px) {
  .mapplic-element {
    height: 100vh !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) {
  .mapplic-container {
    height: 675px;
  }
  .mapplic-container .mapplic-zoom-in {
    top: 10px;
  }
  .mapplic-container .mapplic-zoom-out {
    top: 40px;
  }
  .mapplic-container .mapplic-clear-button {
    top: 72px;
  }
}
.mapplic-sidebar {
  height: 100vh !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) {
  .mapplic-sidebar {
    position: relative;
    top: unset;
    left: 0;
  }
}
.mapplic-sidebar .mapplic-sidebar-logo {
  height: 80px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) {
  .mapplic-sidebar .mapplic-sidebar-logo {
    top: unset !important;
    right: 0 !important;
    margin-right: unset !important;
  }
}
.mapplic-sidebar .mapplic-list-container {
  height: unset !important;
  top: 0 !important;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mapplic-sidebar .mapplic-list-container {
    height: 100% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) {
  .mapplic-sidebar .mapplic-list-container {
    height: 100% !important;
  }
}
.mapplic-sidebar-toggle {
  display: none;
}
.mapplic-tooltip .mapplic-tooltip-title {
  color: blue !important;
  text-decoration: underline !important;
}
.mapplic-tooltip .mapplic-tooltip-title:hover {
  font-weight: bold !important;
}
.mapplic-tooltip .mapplic-tooltip-attribute.directions a,
.mapplic-tooltip .mapplic-tooltip-attribute.call a {
  color: blue !important;
  /*text-decoration: underline !important;*/
}
.mapplic-tooltip .mapplic-tooltip-attribute.pin-desc {
  position: absolute;
  top: -19px;
  right: 18px;
  font-size: 0.75em;
  border: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 932px) {
  .mapplic-tooltip {
    width: 300px;
  }
  .mapplic-tooltip .image-div {
    width: auto;
    height: 220px;
    max-width: unset;
    min-width: unset;
    max-height: unset;
    min-height: unset;
  }
}