<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding: 10px;
	margin: 0;
	height: 100vh;
	overflow: hidden;
	background: #e0e0e0;
}

#map {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #191919;
}

.tabs {
	margin-right: 10px;
}

/*	#map {
  width: auto;
  height: 100%;
}*/

.body-container {
	height: 100vh
}

header {
	width: 100%;
	height: 38px;
	background-color: #FFF;
	border: 1px solid #510087;
	margin-bottom: 12px;
}

.header-wrap {
	padding-right: 2px;
}

header h1 {
	margin: 0;
}

/*	li {
	list-style: none;
}*/

#content {
	/*height: calc(100vh - 86px);*/
	height: calc(100vh - 130px);
	margin: 0;
	padding: 0;
}

.panel-left {
	width: 60%;
	position: relative;
	height: 100%;
	float: left;
	z-index: 0;
}

.panel-right {
	width: 40%;
	position: relative;
	height: 100%;
	float: left;
}

.panel-map, .panel-about, .panel-detail, .panel-resource, .panel-resource_mobile {
	position: relative;
	outline: 10px solid #e0e0e0;
	overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  overflow-x:hidden;
}

::-webkit-scrollbar { 
    display: none;  /* Chrome Safari */
}

.maplist {
	margin-right: 10px !important;
}

.panel-map {
	height: 75%;
	background-color: blue;
	z-index: 0;
	border: 1px solid #510087;
	margin-right: 10px;
	margin-bottom: 12px;
	display: block;
	position: relative;
}

.panel-about {
	height: 25%;
	background-color: #FFF;
	border: 1px solid #510087;
	margin-right: 10px;
	bottom: 2px;
}

.panel-detail {
	height: 60%;
	background-color: #FFF;
	border: 1px solid #510087;
	margin-bottom: 12px;
}

.panel-resource, .panel-resource_mobile {
	height: 40%;
	background-color: #FFF;
	scrollbar-width: none;
	border: 1px solid #510087;
	bottom: 2px;
}

/*	.hovericon {
	display: none;
}*/

.leaflet-bottom {
	bottom: 9px;
}

.leaflet-right{
	right: 9px;
}

.detail-project-title, .detail-feature-title {
	font-family: 'Work Sans', sans-serif;
	font-size: 16pt;
	padding: 10px;
	position: relative;
	z-index: 9999;
	background-color: #FFF;
	color: #510087;
}

.excerpt {
	font-family: 'Work Sans', sans-serif;
	font-size: 10pt;
	padding-top: 5px;
	color: #510087;
}

.map_hover {
	visibility: hidden !important;
	opacity: 0 !important;
}

.showinfo {
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute;
}

.hideinfo {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s, opacity 0.25s linear;
  position: absolute;
}

/*.cover-image img {
	display: none;
}
*/
.showinfo, .hideinfo {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.iconshadow {
	-webkit-filter: drop-shadow(0 0 0.5rem #00ff34) !important;
  filter: drop-shadow(0 0 0.5rem #00ff34) !important;
}

.hideshadow{
	-webkit-filter: none;
  filter: none;
}

.highlight {
	background-color: #510087;
}

.highlight p {
	color: #FFF !important;
}

.nohighlight {
	background-color: #FFF;
	color: #510087;
}

.tab-content{
	display: none;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
/*	top: 20px;
	margin-top: 0px;*/
}

.tab-content.current{
	display: inherit;
}

.project-title-wrap:hover {
	cursor: pointer;
}

.project-title {
	list-style: none;
}

.project-title:hover {
	background-color: #510087;
}

.project-title p {
	font-family: 'Work Sans', sans-serif;
	font-size: 18pt;
	font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #510087;
  color: #510087;
}

.project-title a {
	text-decoration: none;
}

.detail-image {
	height: 78%;
	bottom: 0;
	width: 100%;
	object-fit: cover;
	border-top: 1px solid #510087;
}

.show-detail-title {
	display: block;
}

.hide-detail-title {
	display: none;
}

.featurelink {
	text-decoration: none;
	color: #510087;
}

/*.resource-container {
	padding: 10px;
}
*/

.resource-wrap {
	border-bottom: 1px solid #510087;
	padding: 15px 10px;
  display: flow-root;
/*	display: flex;*/
}

.resource-wrap a {
  display: block;
}

.resource-txt {
	max-width: 50%;
}

.resource-link {
	float: right;
	max-width: 50%;
}

.resource-txt, .resource-link {
	font-family: 'Work Sans', sans-serif;
	font-size: 10pt;
	margin: 5px 0px 5px 0px;
	color: #510087;
	display: contents;
}

.about-container {
	padding: 10px;
}

.about-container p {
  font-family: 'Work Sans', sans-serif;
  font-size: 10pt;
  margin: 5px 0px 5px 0px;
  color: #510087;
}

.email {
  font-family: 'Work Sans', sans-serif;
  font-size: 10pt;
	/*border: 1px solid #510087;*/
	border-radius: 8px;
	background: #510087;
	color: #FFF;
  display: inline-block;
  padding: 4px 7px;
  margin-top: 20px;
  font-weight: 500;
}

.email a {
  font-family: 'Work Sans', sans-serif;
  font-size: 10pt;
  color: #FFF;
  font-weight: 500;
  padding: 4px 2px;
  text-decoration: none;
}

.email a:hover {
  color: #00ff34;
}

.member {
  font-family: 'Work Sans', sans-serif;
  font-size: 10pt;
  /*border: 1px solid #e0e0e0;*/
  border-radius: 9px;
  background: #e0e0e0;
  color: #510087;
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
}

.member:hover {
	background: #510087;
	font-weight: 500;
}

.member a {
	text-decoration: none;
	color: #510087;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 4px 7px;
  padding-bottom: 4px;
}

.member a:hover {
	filter: invert(100%) sepia(1%) saturate(7500%) hue-rotate(11deg) brightness(107%) contrast(101%);
}

.expand {
	height: 13px;
  vertical-align: middle;
  padding-bottom: 2px;
  padding-left: 2px;
}

.module-wrap_mobile, .panel-resource_mobile {
	display: none;
}

.spacer {
	display: none;
}

#language-wrap {
  right: 12px;
}

.module-about:hover .module-inner p a {
   color: #00ff34;
}

.module-about:hover {
  cursor: pointer;
}

@media only all and (max-width: 768px) { 
	body {
		overflow: scroll;
	}

  #language-wrap {
    right: 2px;
  }

	.panel-detail, .panel-resource {
		display: none;
	}

	.panel-right &gt; .module-wrap {
		display: none;
	}

	.panel-left {
		width: 100%;
	}

	.panel-right {
		display: none;
	}

	.tabs, .panel-map, .panel-about {
		margin-right: 0;
	}

	.header-wrap {
		position: fixed;
    right: 10px;
    left: 10px;
    z-index: 99;
	}

	#content {
		z-index: 98;
	}

	.panel-left {
		margin-top: 50px;
	}

	.maplist {
		margin-right: 0 !important;
	}

	.module-wrap_mobile {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: flex;
	  position: relative;
	  height: 20px;
	  z-index: 1;
	  border: solid 1px #510087;
	  top: 1px;
	}

	.panel-resource_mobile {
    height: auto;
    background-color: #FFF;
    scrollbar-width: none;
    border: 1px solid #510087;
    bottom: 0px;
    display: block;
    margin-bottom: 12px;
	}

	.resource-wrap:last-child {
		border-bottom: 0;
	}

	.panel-about {
		height: auto;
		bottom: 1px;
	}

	.spacer {
		display: block;
	}

	.panel-map {
		border-top: 0;
	}
}

@media only all and (min-width: 1450px) { 
	.about-container p {
		font-size: 12pt;
	}

	.member, .email {
		font-size: 11pt;
	}

	.detail-project-title, .detail-feature-title {
		font-size: 18pt;
	}

	.excerpt {
		font-size: 12pt;
	}

	.resource-txt, .resource-link {
		font-size: 12pt;
	}
}


</pre></body></html>