<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.map-button {
    background-color: #e85855;
    color: #FFFFFF;
    border: none;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.map-tooltip{
  padding-top: 10px;
}

.simplebar-content{
  font-size:1.2rem;
  font-style: 'Roboto';
}

.map-button:hover {
    background-color: #c83835;
}

#zoom-buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn-zoom {
    display: block;
    margin: 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 25px;
    font-size: 40px;
    -webkit-box-shadow: 5px 9px 5px -5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 5px 9px 5px -5px rgba(0, 0, 0, 0.32);
    box-shadow: 5px 9px 5px -5px rgba(0, 0, 0, 0.32);

    /* Make the + - signs unselectable */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.btn-zoom.out{
    line-height: 19px;
    font-size: 50px;
}

.map-tooltip {
    position: absolute;
    background-color: #ffffff;
    opacity: 0.85;
    border-style: solid;
    border-color: #ffffff;
    color: #EEE;
    padding: 3px;
    font-family: Gravity;

}

.map-tooltip .arrow-down {
    display:none;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: rgb(0, 45, 83) transparent;
    pointer-events: none;
    z-index: -1;
}


.map-tooltip .tooltip-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.map-tooltip .tooltip-content .tooltip-header {
    flex-basis: 12%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-bottom: 0.4rem;
}

.map-tooltip .tooltip-content .tooltip-header #project-count {
    display: block;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    -moz-border-radius: 50%; 
    border-radius: 50%;

    background-color: #00a650;
    color: white;
    text-align: center;
    margin-left: 0.5em;
    font-size: 0.8em;
}

.map-tooltip .tooltip-content .tooltip-header .tooltip-title {
    letter-spacing: 3px;
    margin-left: 1rem;
    font-size: 1.2em;
    color: #000;
}

.map-tooltip .tooltip-content .tooltip-main {
    flex-basis: 88%;
    overflow: hidden;
    padding-left: 3px;
    background-color: #ffffff;
}
.map-tooltip .tooltip-content .tooltip-main .tooltip-message{
    display: block;
    text-align: center;
    font-style: italic;
}

.map-tooltip .tooltip-scrollview{
     width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; 
    padding-right: 3px; 
}

.map-tooltip .project-title .tooltip-scrollview{
    width: calc(100% - 5px);
}

.map-tooltip .tooltip-content .project-container {
    width: 100%;
    height: 6em;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
}
.map-tooltip .tooltip-content .project-container:hover{
    background-color: #f6f7f9;
}

.map-tooltip .tooltip-content .project-container .project-thumbnail {
    flex-basis: 20%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.map-tooltip .tooltip-content .project-container .project-content {
    display: block;
    /* min-width: 80%; */
    margin-left: 30px;
    justify-content: center;
    font-size: 0.8em;
    flex-grow: 1;
    color:#007dc7;
}

.map-tooltip .tooltip-content .project-container .project-content .project-title {

    flex-basis: 100%;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    flex-shrink: 1;
    font-size: 1.2em;
}

.map-tooltip .tooltip-content .project-container .project-content .project-description {
    overflow: hidden;
    font-size: 0.7em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
    color:white;
    line-height: 1.5em;
    padding-right: 1em;
}

.map-tooltip .tooltip-content .project-container .project-content .tooltip-readmore {
    color: ##007dc7;
    text-decoration: none;
    font-family: Roboto;
}

.map-tooltip .tooltip-content .project-container .project-content .tooltip-readmore:hover{
    text-decoration-line: underline;
}

.close-button {
    position: absolute;
    right: 4pt;
    top: 4pt;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    text-align: center;
}

.close-button:hover {
    opacity: 1;
}

.close-button:before,
.close-button:after {
    position: absolute;
    left: 50%;
    content: '';
    height: 120%;
    width: 2pt;
    background-color: #007dc7;
}

.close-button:before {
    transform: rotate(45deg);
}
.close-button:after {
    transform: rotate(-45deg);
}

.list-separator{
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }

/* CUSTOM SCROLL BAR */

  .simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
  }
  
  .simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
  }
  
  .simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  
  .simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none; /* Hide scrollbars in Firefox */
  }
  
  .simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .simplebar-content:before,
  .simplebar-content:after {
    content: " ";
    display: table;
  }
  
  .simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
  }
  
  .simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
  }
  
  .simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
  }
  
  .simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    background: #27567d;
  }

  .project-title .simplebar-track {
    background: transparent;
}
  
  [data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }
  
  [data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
  }
  
  .simplebar-scrollbar {
    position: absolute;
    /* right: 2px; */
    width: 7px;
    min-height: 10px;
  }

  .project-title .simplebar-scrollbar {
    right: 2px;
}

  .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #4e769b;
    /* border-radius: 7px; */
    left: 0;
    right: 0;
    /* opacity: 0;
    transition: opacity 0.2s linear; */
  }
  .project-title .simplebar-scrollbar:before {
    border-radius: 7px;
    opacity: 0;
    transition: opacity 0.2s linear;
    background: black;
}
  
  .project-title .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
  }
  
  .simplebar-track.simplebar-vertical {
    top: 0;
    width: 7px;
}

.project-title .simplebar-track.simplebar-vertical{
    width: 11px;
  }
  
  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0px;
    bottom: 0px;
  }

  .project-title .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

  .simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
  }
  
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }
  
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
  }
  

  /* Rtl support */
  [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
  }
  
  .hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
</pre></body></html>