<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  overflow: hidden;
}

body {
  --plum: #530e34;
}

body {
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Source Sans Pro', arial, sans-serif;
  margin: 0;
  line-height: 1.5;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body * {
  box-sizing: inherit;
}

h1 {
  font-size: 1.5em;
  margin: 1.5em 0 1em;
}

@media (max-width: 767px) {
  h1 {
    position: absolute;
    left: -1000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clear {
  clear: both;
}

.map-col {
  width: calc(100% - 400px);
  position: relative;
}
.menu-col {
  width: 400px;
}

@media (max-width: 1024px) {
  .map-col {
    width: calc(100% - 350px);
    position: relative;
  }
  .menu-col {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .map-col {
    width: 100%;
  }
}

/* HEADER */

header {
  background-color: var(--plum);
  padding: 1.5em 5em;
  height: 5em;
}

header img {
  margin: .25em;
  height: 1.5em;
  width: auto;
  display: block;
  float: left
}

.header-nav {
  float:right;
  height: 2em;
}

.header-nav a {
  display: inline-block;
  color: #fff;
  padding: .5em 1.5em;
  text-decoration: none;
  background-color: #7d2154;
  border-radius: .5em;
  line-height: 1;
}

.header-nav a + a {
  margin-left: 1em;
}

@media (max-width: 767px) {
  header {
    position: absolute;
    bottom: 0;
    padding: 1.5em 0;
    width: 100%;
    height: 4.5em;
  }

  header img {
    float: none;
    margin: auto;
    max-width: 80%;
    height: 1.5em;
  }

  .header-nav {
    display: none;
  }
}

#lazymap {
  background-color: #d5d6d7;
  position: absolute;
}
#lazymap [id^="HI-"] {
  opacity: 0;
  cursor: pointer;
}
#lazymap [data-selected] {
  opacity: .4;
}

.map {
  contain: size layout paint;
}

.menu-col {
  background-color: #F9F6F7;
  position: absolute;
  top: 5em;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.menu {
  background-color: #F9F6F7;
  padding: 1em 2em;
}

.menu-content {
  display: none;
}

.menu-content[data-open] {
  display: block;
}


.menu-nav {
  margin: 1em -2em;
  display: none;
}

.menu-nav.shown {
  display: block;
}

@media (min-width: 768px) {
  .menu-nav {
    display: block;
    visibility: hidden;
  }
  
  .menu-nav.shown {
    visibility: visible;
  }
}

.mobile-menu-handle {
  display: none;
}

.mobile-map-buttons {
  display: none;
  position: absolute;
  z-index: 1;
  margin: .5em;
  padding: .5em .75em;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: .5em;
}

.mobile-map-buttons button {
  background-color: #530E34;
  color: #fff;
  width: 5em;
  height: 4.5em;
  border: 0;
  border-radius: .5em;
  display: inline-block;
  vertical-align: top;
}

.mobile-map-buttons button + button {
  margin-left: .5em;
}

.mobile-map-buttons svg {
  height: 16px;
  width: auto;
}

.mobile-map-buttons span {
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mobile-map-buttons {
    display: block;
  }

  .menu {
    padding-top: 2em;
  }

  .menu-col {
    top: 100%;
    width: 100%;
    transition: top 200ms ease;
    z-index: 2;
  }

  .menu-col.peek {
    top: 70%;
  }

  .menu-col.open {
    top: 0;
  }

  .mobile-menu-handle {
    display: block;
    background-color: #eee6e9;
    border: 0;
    width: 100%;
    padding: .75em;
    position: fixed;
    z-index: 3;
  }

  .menu-col.open .mobile-menu-handle {
    transform-origin: center;
    transform: rotate(180deg);
  }

  .mobile-map-buttons {
    display: block;
  }
}

/* Search */

.search-container {
  position: relative;
  margin: 2em -2em;
}

.search-box {
  background-color: #fff;
  padding: 1em 3em 1em 1em;
  width: 100%;
  border: 0;
  border-radius: .5em;
  border: 1px solid #cabbc0;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  margin: 1em;
  background-color: transparent;
}

.search-view {
  margin-top: 3em;
}

.search-view .result-structure {
  font-size: .875em;
}


.menu-container {
  margin: 0 2em;
}

.menu-container hr {
  margin: 1.25em 2em;
  border: 0;
  border-bottom: 1px solid #B3B2B2;
}

@media (max-width: 340px) {
  .menu-container {
    margin: 0 1em;
  }
}

.menu-nav button {
  padding: .5em 1em;
  line-height: 1;
  border: 0;
  border-radius: .5em;
  background-color: #eee6e9;
}

.menu-label {
  margin: 1.5em 0 1em;
  font-weight: bold;
}

.menu-list {
  margin: 0 1em;
  padding: 0;
}

@media (max-width: 767px) {
  .menu-list {
    margin: 0;
  }
}

.menu-list li {
  list-style: none;
}

.menu-list a {
  background-color: #fff;
  display: block;
  padding: 1em 2em;
  margin: .75em 0;
  text-decoration: none;
  color: inherit;
  border-radius: .5em;
}


.toggles {
  margin-top: 5em;
}

.toggle-switch input[type="checkbox"] {
  width: 1;
  margin: 1;
  overflow: hidden;
  position: absolute;
  left: -10000px;
}

.toggle-switch input[type="checkbox"] {
  display: block;
  height: 0;
  position: absolute;
}

:focus + .toggle-switch-slider {
  box-shadow: #006cff 0 0 3px 2px;
}

.toggle-switch-slider {
  display: inline-block;
  width: 3em;
  background-color: #D5D5D5;
  height: 1.5em;
  border-radius: .75em;
  vertical-align: middle;
  margin-right: .75em;
  transition: background-color 100ms linear;
}

:checked + .toggle-switch-slider {
  background-color: #8BB9FB;
}

.toggle-switch-slider::after {
  content: ' ';
  display: block;
  width: 1.5em;
  background-color: #989898;
  height: 1.5em;
  border-radius: .75em;
  transition:
    margin-left 100ms linear,
    background-color 100ms linear;
}

:checked + .toggle-switch-slider::after {
  background-color: #006CFF;
  margin-left: 1.5em;
}

.toggle-switch-label {
  transition: color 100ms linear;
}

:checked ~ .toggle-switch-label {
  color: #006CFF;
}

.toggle-switch-label .fa {
  display: inline-block;
  width: 1.5em;
}

/* MAP LINK */
.map-link {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  display: inline-block;
  padding: .75em 1.5em;
  background-color: #fff;
  border-radius: .5em;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  contain: content;
  z-index: 1;
}

@media (max-width: 500px) {
  .map-link {
    font-size: .875em;
  }
}

/* ICONS AND LABELS */

.lazymap-icon-container {
  white-space: nowrap;
}

.lazymap-label {
  background-color: #fff;
  line-height: 1;
  padding: .5em 1em;
  font-size: .875em;
  border-radius: .5em;
  white-space: normal;
}

.lazymap-icon-selection-pin .lazymap-icon {
  animation: hover 1.5s infinite;
}

.lazymap-icon-selection-pin::before {
  content: ' ';
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  border-radius: 5px;
  /*box-shadow: inset 0 0 13px #000, 0 0 5px 5px #000;*/
  opacity: 0.3;
  background-color: gray;
}

@keyframes hover {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.lazymap-label-entrance-numbers {
  padding: .5em;
  border-top-left-radius: 0;
  color: #fff;
  background-color: #3498DB;
}

.lazymap-label-permit-parking {
  border-radius: 1em;
  padding: .5em;
  min-width: 2em;
  text-align: center;
  margin-left: -1em;
  margin-top: -1em;
}

/* Structure View */

.structure-title {
  margin: 1em 0;
  line-height: 1.2;
}

.structure-gallery {
  white-space: nowrap;
  margin: 0 -4em;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: hidden;
}

.structure-image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.structure-image-container figure {
  display: none;
}a

.structure-image {
  position: relative;
  background-color: #AAA;
  z-index: 2;
  transition: opacity 100ms linear;
  display: block;
}

.structure-image-container:not(:first-child) {
  margin-left: 1em;
}

.structure-blurnail {
  position: absolute;
  left: 0;
  z-index: 1;
  filter: blur(15px);
  transform: scale(1.05);
}

.structure-content {
  margin-top: 3em;
  font-size: 1.125em;
}


.structure-services-list li {
  margin-bottom: .625em;
  list-style: none;
}

.structure-services-list a {
  text-decoration: none;
  border-bottom: 1px dashed #999;
  color: inherit;
  font-weight: normal;
}

.structure-services-list {
  padding-left: 0;
}
</pre></body></html>