<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font: 100% "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#full_page {
/*
    height: inherit;
    position: fixed;
    align-items: stretch;
    display: block;
*/
    height: 100%;
/*    overflow:hidden;*/
}
/* style from sidebar demo */
body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
p {
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover {
	color: inherit;
	text-decoration: underline;
}
/*Fix for leaflet zoom buttons*/
.leaflet-control-zoom a {
    text-decoration: none;
}

/*Map Styling*/
#map-container {
    width: 100%;
    padding: 0;
    transition: all 0.3s;
    height: 94vh; /*subtract navbar height*/
	flex-wrap: nowrap;
	margin:0;
}
#map {
    height:100%;
	margin: 0; 
	max-width:none;
}

.leaflet-labels-pane {
    z-index: 650;
    pointer-events: none;f
}


.leaflet-top,
.leaflet-bottom {
    z-index: 800;
}

#map-legend {
    background: white;
	box-shadow: 5px 5px 5px grey;
	text-align:center;
    text-size: 1.1em;
    padding: 2px;
    justify-content: center;
    display: grid;
    border-radius: 10px;
}
#legend_title {
	margin: 2px;
    font-size: 1.25em;
    color: black;
    width:100;
}
#legend-svg {
	margin: 10px 0;
}

/* ---------------------------------------------------
    POPUP STYLE
----------------------------------------------------- */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #333;
    font-size: 1.15em;
}

/*Control column spacing*/
.popupRowCol {
	justify-content: space-between;
	display: flex;
}


/*allow popup scrolling if it gets too high*/
.clickPopup &gt; .leaflet-popup-content-wrapper {
	max-height: 30vh;
    max-width: 50vw;
    min-width: 200px;
	overflow-y: auto;
    display: flex;
}
/*Removes down arrow present in the rest of the dropdowns*/
.clickPopup * .dropdown-toggle::after {
        display: none;
    }
.clickPopup * .table-header {
	background:#26403a;
	color:white;
}

/*Let hidden span text overflow into third column*/
.clickPopup ul {
    width: 100%;
    font-size: 9pt;
    
}
/*Make all popup rows orient text to top*/
.popupRow {
    vertical-align: top;
}
.popupRowScore {
	margin-left:15px;
	font-weight: bold;
}

/*Remove tip arrows*/
.leaflet-popup-tip-container {
	display:none;
}

/*disable popup fade*/
.leaflet-fade-anim .leaflet-popup {
  transition: none;
}

.leaflet-sidebar-content,
.leaflet-sidebar-tabs {
    background-color: #fffdf8eb;
}


body &gt; div.container-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    vertical-align: top;
}


/*Custom Scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.logos {
    text-align: center;
    margin-bottom: 10px;
}

/*slider*/
.sliders {
	margin: 15px 25px 10px 10px;
}
.sliderContainer{
	text-align: center;
	height:150px;
}
.noUi-value{
	margin-top: 5px;
}
.noUi-pips {
	color:white;
}
.noUi-horizontal{
	height: 12px;
}
.noUi-horizontal .noUi-handle{
	height:24px;
}
.noUi-handle:after, .noUi-handle:before {
	height:10px;
}
.noUi-connect {
    background: #199fbf;
}
.btn-group {
		margin-bottom: 5px;
}

.leaflet-sidebar-header {
    margin-bottom: 10px;
}

.dropdown-header-bg {
    font-size: 1.1rem;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.dropdown-menu { /* for dropdowns to scroll */
    overflow-y: auto;
    max-height: 90vh;
}


/*Navbar*/
#map_navbar {
    height: 6vh; max-height: 6vh;
    background: #333333;
    padding:0;
}

.navbar-dark .navbar-text {
    width: 100%;
    text-align: center;
    font-size: 1.2em; 
    color: white; 
    padding:0;
}
@media screen and (max-width: 996px) {
    .navbar-dark .navbar-text{
        font-size:1em;
        padding-right: 10%;
        width:80%;
    }
}

/*Markers*/
.circleIcon {
    /* From https://www.bestcssbuttongenerator.com/#/14 */
    border-radius:42px;
    border:1px solid #262626;
    display:inline-block;
    color:black;
    font-family:Arial;
    font-weight:bold;
    /* my variables */
    font-size:1.2em;
    padding: 0.5em 0;
    margin: 0px !important;
    width: 2.5em !important;
    height: 2.5em !important;
    text-align: center;
    z-index: 900 !important;
}

#layerControl .card-footer {
    text-align: center;
    cursor: pointer;
}

#layerControl .form-check-input { 
    margin-top: 0;
}


/*Sources*/
#source_logo{
    background: white;
    width: 10em;
    justify-content: center;
    font-size: 1.2em;
    display: grid;
    font-style: italic;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 5px #4F4F4FE6;
    border-radius: 5px;
    text-align: center;
}
#source_logo img {
    width:100%;
    height:auto;
    margin: 1px;
}

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