body { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif;}
h1 {
    color: #203063;
    font-size: 22px;
}
#map { position:absolute; top:0; bottom:0; width:100%; }
.leaflet-control-zoom {
  position: relative;
  top: 45px;
}
.leaflet-control-layers {
  position: relative;
  top: 45px;
}
.leaflet-popup-content-wrapper{
    background-color:#fff;
    border: 1px solid #203063;
    border-radius: 2px;
}
.leaflet-popup-content{
    color:#203063; 
}
.leaflet-popup-tip{
    background-color:#203063;
}
.leaflet-control-layers{	
    color: #203063;
}
.leaflet-tooltip.layer-label {
	background-color: transparent;
	border: transparent;
	box-shadow: none;
	font-weight: bold;
	color: #203063;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
 #topbar {
    background-color: rgba(32, 48, 99, 0.9);
    position: fixed;
    height: 45px;
    width: 100%;
    z-index: 401;
}
button {
    font-size: 13px;
    padding: 7px 10px;
    background: transparent; 
    border-radius: 4px;
    cursor: pointer;
}
#open-modal {
    position: fixed;
    top: 7px;
    right: 12px;
    color: #fff;
    border: 1px solid #fff;
}
#open-modal:hover {
    color: #f6921f;
    border: 1px solid #f6921f;
}
#go-to-map {
    float: right;
    color: #203063;
    border: 1px solid #203063;
}
#go-to-map:hover {
    background: #f6921f;
}
.search-group {
    margin-bottom: 16px;
}
.search-group label {
    color: #333;
    font-weight: bold;
}
.search-group select {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#query-block {
    display: none;
    position: absolute;
    top: 7px;
    right: 79px;
    z-index: 401;
}
#query-block a {
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #fff;
    text-decoration: none;
}
#query-block a:hover {
    color: #f6921f;
    border: 1px solid #f6921f;
}
#clear-search {
    color: #fff;
    border: 1px solid #fff;
}
#clear-search:hover {
    color: #f6921f;
    border: 1px solid #f6921f;
}
.title {
    color: white;
    font-size: 22px;
    line-height: 46px;
    padding-left: 70px;
    letter-spacing: 1px;
}
#white {
    position:fixed;
    background: rgba(255,255,255,.7);
    z-index:402;
    bottom:0;
    left:0;
    height: 42px;
    width: 170px;
  }
.pdotlogo {
  position:absolute;
  bottom:5px;
  left:10px;
  height: 30px;
  z-index: 403;
  border: none;
}
.orange {
    color: #f6921f; 
}
.circle {
    border: 1px solid #f6921f;
    border-radius: 6px;
    padding: 2px 4px;
    font-size: 1.3em;
    font-weight: bold;
}
.center {
    text-align: center;
}
.stc-logo{
    position:absolute;
    top: -5px;
    left: 0;
    height: 56px;
}
.small-text {
    font-size: 0.7em;
    font-style: italic;
    color: #595959;
}
#modal {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
  
/* Modal Content */
.modal-content {
    background: #fff;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 20px;
    max-width: 760px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

@media only screen and (max-width: 820px) {
    .modal-content {
      margin: 60px 10px 30px 10px;
    }
}

@media only screen and (max-width: 545px) {
    #query-block {
        position: absolute;
        bottom: 7px;
        left: 7px;
        top: unset;
        right: unset;
    }
    #query-block a {
        color: #203063;
        background: #f6921f;
        border: 1px solid #203063;
    }
    #query-block a:hover {
        color: #203063;
        border: 1px solid #203063;
    }
    #clear-search {
        color: #203063;
        background: #f6921f;
        border: 1px solid #203063;
    }
    #clear-search:hover {
        color: #203063;
        border: 1px solid #203063;
    }
    #white {
        visibility: hidden;
    }
}


