/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
.map-block .map-infobox .location {
  position: relative;
}
.map-block .map-infobox .location:first-child {
  padding-top: 0px;
  border-top: 0px;
}
.map-block .map-infobox .location .map-wrapper {
  margin-left: -12px;
  max-width: calc(100% + 24px);
  width: calc(100% + 24px);
  margin-bottom: 10px;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  /* Styles for the new accessible link */
}
.map-block .map-infobox .location .map-wrapper .map-accessible-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #122655;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.map-block .map-infobox .location .map-wrapper .map-accessible-link:focus {
  outline: 2px solid #122655;
  outline-offset: 2px;
}
.map-block .map-infobox .location .map-wrapper .map-accessible-link:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.map-block .map-infobox .location .map-wrapper + h6.label.hide-in-main {
  padding-right: 40px;
}
.map-block .map-infobox .location .map-wrapper + h6.label.hide-in-main + h4.hide-in-main {
  padding-right: 40px;
}
.map-block .map-infobox.no-map {
  padding: 16px;
}

@media only screen and (min-width: 720px) {
  .main-content div.infobox.map-infobox {
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-column-gap: 16px;
    grid-template-areas: "map info";
  }
  .main-content div.infobox.map-infobox.no-map {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-template-areas: "info";
  }
  .main-content div.infobox.map-infobox.no-map .row {
    min-height: 0px;
  }
  .main-content div.infobox.map-infobox.no-map .location-info {
    padding-left: 16px;
    padding-bottom: 10px;
  }
  .main-content div.infobox.map-infobox .location {
    grid-area: map;
    padding: 0px;
    height: 0px;
    padding-bottom: 75%;
  }
  .main-content div.infobox.map-infobox .location .map-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
  }
  .main-content div.infobox.map-infobox .location-info {
    grid-area: info;
    padding-right: 16px;
    align-self: flex-start;
  }
  .main-content div.infobox.map-infobox .location-info .address {
    padding-right: 30px;
  }
  .main-content div.infobox.map-infobox .location-info .icon {
    bottom: 13px;
    right: 0px;
  }
  .main-content div.infobox.map-infobox .location-info .icon svg {
    width: 32px;
    height: 32px;
  }
  .sidebar div.infobox.map-infobox .location + .location-info .hide-in-sidebar + .row {
    margin-top: 16px;
  }
  .sidebar div.infobox.map-infobox.no-map {
    padding: 16px;
  }
  .sidebar div.infobox.map-infobox.no-map .location-info {
    /* Ensure proper spacing in no-map view */
    padding: 24px 0;
  }
}/*# sourceMappingURL=map.css.map */