/* Small local compatibility layer for the exported page markup. */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.wsite-section-effect-reveal .wsite-section-content > * {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.imageGallery::after {
  display: block;
  clear: both;
  content: "";
}

.galleryImageBorder {
  border-style: solid;
}

.galleryInnerImageHolder,
.galleryInnerImageHolder a {
  display: block;
  width: 100%;
  height: 100%;
}

.local-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 52px 72px;
  background: rgba(12, 12, 12, 0.92);
}

.local-lightbox[hidden] {
  display: none;
}

.local-lightbox__image {
  display: block;
  max-width: min(100%, 1400px);
  max-height: calc(100vh - 104px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

.local-lightbox__button {
  position: fixed;
  z-index: 1;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
  font: 400 34px/1 Arial, sans-serif;
}

.local-lightbox__button:hover,
.local-lightbox__button:focus {
  background: rgba(81, 153, 168, 0.9);
  outline: 2px solid #fff;
}

.local-lightbox__close {
  top: 14px;
  right: 18px;
  width: 44px;
  height: 44px;
}

.local-lightbox__previous,
.local-lightbox__next {
  top: 50%;
  width: 48px;
  height: 70px;
  transform: translateY(-50%);
}

.local-lightbox__previous {
  left: 14px;
}

.local-lightbox__next {
  right: 14px;
}

.local-lightbox--single .local-lightbox__previous,
.local-lightbox--single .local-lightbox__next {
  display: none;
}

body.local-lightbox-open {
  overflow: hidden;
}

.local-map {
  margin: 10px 0;
}

.local-map iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}

.local-document {
  margin: 20px 0;
}

.local-document iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 1px solid #d0d0d0;
  background: #f6f6f6;
}

.local-document p {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  #banner {
    display: block;
    width: 100%;
    min-width: 0;
  }

  #banner-container {
    display: block;
    min-width: 0;
  }

  #banner .paragraph,
  #banner a {
    overflow-wrap: anywhere;
  }

  .local-lightbox {
    padding: 56px 8px 16px;
  }

  .local-lightbox__image {
    max-height: calc(100vh - 72px);
  }

  .local-lightbox__previous,
  .local-lightbox__next {
    width: 42px;
    height: 62px;
  }

  .local-document iframe {
    height: 420px;
  }
}
