html, body {
    background:white;
    margin:0px;
    width:100%;
    height:100%;
    font-family: 'Roboto', sans-serif;
}
.hide {display:none;}
#map {
    height:100%;
    width: 100%;
    position:relative;
}
.container {
    height: 100%;
    width:100%;
    overflow:hidden;
}
.mapContainer {
    height: 100%;
    overflow: hidden;
}
.search {
    height: 100%;
    width: 240px;
    float: left;
    padding: 10px;
    border-right: 1px solid #121212;
    background: rgb(0,75,85);
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/vancouver-island-trail-splash-4.png);
    /*     image-rendering: -o-crisp-edges; */
    image-rendering: -webkit-optimize-contrast;
    /*     -ms-interpolation-mode: nearest-neighbor; */
}

.search input[type="search"] {
    width: 100%;
    font-family: "FontAwesome","sans-serif";
    margin-bottom: 0px;
    margin-top: 210px;
    border: 0px;
    border-bottom: 3px solid whitesmoke;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 2px 2px 10px;
    background:rgba(255, 255, 255, 0.9);
}
.checks {
    width: 100%;
    padding-top: 5px;
    border-radius: 0;
    background:rgba(255, 255, 255, 0.9);
    padding-bottom: 5px;
}
.poichecks {
    width: 100%;
    padding-top: 5px;
    border-radius: 0;
    background:rgba(255, 255, 255, 0.9);
    padding-bottom: 5px;
	font-size:x-small;
	display: none;
}


.checks label {
    margin-right: 3px;
    margin-left:3px;
}
.checks label:last-child {margin-right:0px;}
.checks label img {height:15px;margin-right:2px;}

.list {
    background:rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    position: fixed;
    top: 298px;
    bottom: 130px;
    width: 240px;
}
.list2 {
    background:rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    position: fixed;
    top: 345px;
    bottom: 130px;
    width: 240px;
	display: none;
}


.searchLine,.searchLine1,.searchLine2 {
    border-bottom: 1px solid grey;
    padding: 8px 0px 8px 10px;
}
.searchLine h1 ,.searchLine1 h1,.searchLine2 h1{
    font-size: 10pt;
    font-family: sans-serif;
    margin:0px;
}
.searchLine img {
    float:left;
    width: 12px;
	margin: 2px 10px 0px 0px;
}
.searchLine1 img {
    float:left;
    width: 12px;
	height:14px;
	margin: 2px 10px 0px 0px;
}
.searchLine2 img {
    float:left;
    width: 14px;
	height:16px;
	margin: 2px 10px 0px 0px;
}
.searchLine:hover,.searchLine1:hover ,.searchLine2:hover{
    background:#d2ffd3;
    cursor: pointer;
}

.mapboxgl-ctrl-compass {
    display: none !important;
}

.mapboxgl-popup {
    max-width: 500px;
    font-size:14pt;
    z-index:2;
}
.mapboxgl-popup h4 {font-size: 12pt;}
.mapboxgl-popup p {
    margin:30px 20px 10px 20px;
    text-align:center;
}
.mapboxgl-popup .info {
    font-size: 8pt;
    float: left;
    margin-bottom: 2px;
    max-width:800px;
    clear:left;
    padding-right:10px;
    display:block;
    width:100%;
}
.mapboxgl-popup .info .infoHead {
    font-style: italic;
    width: 75px;
    float: left;margin-right:10px;
    background: whitesmoke;
}

.mapboxgl-popup .info a {
    text-decoration: none;
    color: black;
    padding: 8px 0px 8px;
    background: whitesmoke;
    border-radius: 4px;
    display:block;
    text-align:center;
    width:100%;
    font-variant-caps: all-small-caps;
    opacity:0.7;
}
.mapboxgl-popup .info a:hover {opacity:1;}
.mapboxgl-popup .imgs {
    clear:left;
    width:100%;
    display:block;
    float:left;
    margin-top:10px;}
.mapboxgl-popup .imgs img {
    margin-left: auto;
    display: block;
    text-align:center;
    font-size:8pt;
    cursor: pointer;
    max-height:100px;
    float:left;
    margin-right:2px;
    margin-bottom:2px;
}
.mapboxgl-popup .descTxt {
    font-size:9pt;
    float:left;
    margin-top:20px;
    text-align:center;
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    bottom: 70px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10);
    font: 12px/20px 'Roboto', sans-serif;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
}
.legend div span {
    height: 25px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.legend img {padding: 5px 20px 0px 15px;width: 20px;}
.legend svg {stroke-width:4px}
.legend .fa-window-minimize {
    background: whitesmoke;
    padding: 4px 8px 10px 8px;
    float: right;
}
.warningLegend {cursor: pointer;
    background-color: rgba(255, 0, 0, 0.40);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10);
    font: 12px/20px 'Roboto', sans-serif;
    padding: 6px;
    position: absolute;
    right: 10px;
    bottom: 30px;
    color:white;
    z-index: 1;
}
.warningLegend:hover{background-color:red;}
.warningLegend .fa {margin-right: 2px;}

.nBut {
    width: 240px;
    background: rgba(255, 255, 255, 0.9);
    height: 26px;
    text-align: center;
    font-size: 10pt;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    border-radius: 10px;
    color: #2c2c2c;
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 26px;
    position: fixed;
    bottom: 61px;
}
.nBut:hover {opacity:1;background: rgba(255, 255, 255, 1);}
.copyr {
    position: fixed;
    bottom: 0;
    height: 30px;
    font-size: 8pt;
    text-align: center;
    color: white;
    width: 240px;
}

.featherlight:last-of-type {     background: rgba(0,75,85,.8); }

.feathBox {font-family: Arial, sans-serif;}
.feathBox a {color:black;}

.partners p {clear:left;}
.partners figure {
  float: left;
  text-align: left;
  font-size: smaller;
  text-indent: 0;
  margin: 0;
  padding: 1.5em; padding-right:3em;
}
.partners figure img {max-height:125px; max-width: 200px;}
.partners figcaption {font-size:10pt; font-weight:bold;margin-bottom: 10px;}
