body {
    padding: 0;
    margin:0;
    /* font-family: 'PT Sans', sans-serif; */
    font-size: 16px;
    z-index:1;
    overflow-y:hidden;
}
html, body, #map, #wrapper2 {
    height: 100%;
    width: 100%;
    background:white;
}
#wrapper2{
    z-index: 2;
}
canvas {
    max-width: 100%;
    max-height: 100%;
}
body.secondPage {
    /* background-image:linear-gradient( #97C0C4, #756D54); */
    overflow:auto;
    background-color: rgba(0,0,0,0);
}
p {
    font-size:15px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    margin-bottom: 0;
}

#map{
    z-index: 1;
}
#sidebar.collapsed {
    width: 46px;
    overflow:scoll;
    z-index:2;
}
div.sidebar-tabs {
    background-color: rgba(49,10,49,.5);
    /* overflow-y: scroll!important; */
    overflow: hidden;
    overflow-x:hidden;
}
div.sidebar-tabs:hover {
    background-color: rgba(49,10,49,.5);
    /* overflow-y: scroll!important; */
    overflow: auto;
}
div.sidebar-tabs ul li:hover {
    background-color:#310a31;
}
div.sidebar-tabs ul li:focus {
    background-color:#310a31;
}
.sidebar-tabs>ul>li {
    margin-bottom: 15px;
}
h1.sidebar-header.d-print-none {
    /* font-family: 'Raleway', sans-serif; */
    background-color:#310a31;
}
.mod{
    padding-bottom:10px;
    font-size: 15px;
    /* font-family: 'PT Sans', sans-serif; */

}
.mod2{
    padding-bottom:10px;
    font-size: 20px;
    color: #086788;
    /* font-family: 'PT Sans', sans-serif; */
}
.mod3{
    font-size:18px;
    color: #310a31;
    font-weight:bold;
}
.ui-menu{
    z-index: 2000;
    color: black;
    background: white;
    height: 88%;
    width: 350px;
    overflow: auto;
    /* font-family: 'PT Sans', sans-serif; */

}
.ui-widget-content .ui-state-active {
    color: #086788;
    background: white;
}
.ui-menu-item {
    border-bottom: 1px solid grey;
    /* font-family: 'PT SANS', sans-serif; */
    font-size: 17px;
    padding-left:5px;
    padding-right: 5px;
}
.ui-menu-item:hover{
    color: #086788;
}
form#searchForm, form#searchParks, form#searchHealth, form#searchTrash, form#searchFish, form#searchDistrict, form#searchAttracts, form#searchPublic, form#searchBeach, form#searchAdmin {
    width: 350px;
    margin-left: -10px;
}
input.auto{
    border-radius:5px;
    width: 325px;
    outline-color: #a5a5af;
    margin-top: 10px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Raleway', sans-serif; */
}
input.auto.ui-autocomplete-input{
    border-radius:5px;
    width: 325px;
    outline-color: #a5a5af;
    margin-top: 10px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Raleway', sans-serif; */
}
img.seal {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
img.d-print-none.side2, .side{
    height: 28px;
    width: 28px;
}

li#district1 a img.d-print-none.side2 {
    height:32px;
    width:32px;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.layBtn {
    width: 24px;
    height: 24px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
  }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }
  .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
  }
  .ol-popup-closer:after {
    content: "✖";
  }

#subscribeModal .modal-content{
	overflow:hidden;
}
.modal-header{
    color: #086788;
    font-size:24px;
    text-align: center;
}
.modal-text{
    color:#086788;
    margin-bottom:0;
    text-decoration:underline;
    margin-bottom:20px;
    text-align:center;
}

.pb-1 {
    font-size:15px;
}
.pb-3 {
    font-size:13px;
}



#picSpot{
    margin-top: 20px;
    min-width: 100px;
    margin-bottom: 20px;
    font-size:18px;
}
.popPic{
    width:100%;
    height: 100%;
    display:block;
    margin:auto;
}

#who{
    font-size:19px;
    color: #086788;
    /* font-family: 'Raleway', sans-serif; */
    font-weight:bold;
    text-align: center;
}
#where{
    font-size:17px;
    /* font-family: 'PT Sans', sans-serif; */
    text-align: center;
    font-weight:500;
}
#amenities{
    font-size:16px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
}
div#result{
    text-align: center;

}
#result span{
    font-size:16px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: bold;
}
#otherInfo{
    font-size:16px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    
}
.trashHead{
    font-size:18px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
}
.trashList, a.trashList{
    font-size:16px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    margin-bottom: 0;
}
.trashList  {
    color:#086788;
}
div#trashLinks, div#bulky, div#dogRules, p a, caption {
    color: #086788
    /* font-weight:bold; */
}
.trashList2 {
    font-size:15px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    margin-bottom: 0;
}
.headers {
    font-size:16px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    margin-bottom: 0;
    color:#e9190f;
    font-weight: bold;
}
.headers2 {
    font-size:18px;
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    margin-bottom: 0;
    color:#086788;
    font-weight: bold;
    text-decoration:underline;
    margin-bottom:10px;
}
#trashLinks{
    position:relative;
    bottom:20px;
    padding-top:10px;
}

.highlight {
    color: #e9190f;
}
.modal{
    z-index:2001;
}

div.ol-zoom.ol-unselectable.ol-control {
	right: 8px;
	left: auto;
	font-size: 10px;
}

#yourPoll{
    margin-top:10px;
}
li#addFind1.active, li#info1.active, li#parks1.active, li#beach1.active, li#attractions1.active, li#fish1.active, li#pets1.active, li#recycle1.active, li#district1.active, li#public1.active, li#dist1.active, li#admin1.active, li#roads1.active, li#disclaimer1.active{
    background-color:#310a31;
}

.modBtn {
    background-color:#310a31;
    border: 1px solid #310a31;
    color: white;
}

.checkbox.checbox-switch {
	padding-left: 0;
	padding-bottom: 5px;
}
.checkbox.checbox-switch label, .checkbox-inline.checbox-switch {
	display: inline-block;
	position: relative;
	padding-left: 0;
}
.checkbox.checbox-switch label input, .checkbox-inline.checbox-switch input {
	display: none;
}
.checkbox.checbox-switch label span, .checkbox-inline.checbox-switch span {
	width: 35px;
	border-radius: 20px;
	height: 22px;
	border: 1px solid #dbdbdb;
	background-color: rgb(255, 255, 255);
	border-color: rgb(223, 223, 223);
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.checkbox.checbox-switch label span:before, .checkbox-inline.checbox-switch span:before {
	display: inline-block;
	width: 16px;
	height: 18px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	content: " ";
	top: 0;
	position: relative;
	left: 0;
	transition: all 0.3s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox.checbox-switch label>input:checked+span:before, .checkbox-inline.checbox-switch>input:checked+span:before {
	left: 17px;
}
.checkbox.checbox-switch label>input:checked+span, .checkbox-inline.checbox-switch>input:checked+span {
	background-color: rgb(180, 182, 183);
	border-color: rgb(180, 182, 183);
	box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label>input:checked:disabled+span, .checkbox-inline.checbox-switch>input:checked:disabled+span {
	background-color: rgb(220, 220, 220);
	border-color: rgb(220, 220, 220);
	box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label>input:disabled+span, .checkbox-inline.checbox-switch>input:disabled+span {
	background-color: rgb(232, 235, 238);
	border-color: rgb(255, 255, 255);
}
.checkbox.checbox-switch label>input:disabled+span:before, .checkbox-inline.checbox-switch>input:disabled+span:before {
	background-color: rgb(248, 249, 250);
	border-color: rgb(243, 243, 243);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#trashLinks a, #bulky a {
    padding-top:10px;

}
#trashLinks {
    margin-top: 10px;
}
a {
    color:#086788;
    font-weight: bold;
}
.modal-header2{
    background-image:url('images/seaturtle.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header3{
    background-image:url('images/dolphin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
}
.modal-header4{
    background-image:url('images/coyote.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
}
.modal-header5{
    background-image:url('images/oppossum.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header6{
    background-image:url('images/owl.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header7{
    background-image:url('images/turtle.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header8{
    background-image:url('images/catanddog.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header9{
    background-image:url('images/cat.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header10{
    background-image:url('images/dunedawg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header11{
    background-image:url('images/catanddog2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header12{
    background-image:url('images/fireworks.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}
.modal-header13{
    background-image:url('images/pittie.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:150px;
    background-position: center;
}

div.ol-unselectable.ol-control.ol-bar.ol-top.ol-right{
    top:1em;
}
div.ol-zoom.ol-unselectable.ol-control{
    right: 0px!important;
    /* top:5%; */
} 
button.ol-zoom-in, button.ol-zoom-out, .home, .ol-button button {
    background-color:rgba(49,10,49,.5);
    color:white;
}
button.ol-zoom-in, button.ol-zoom-out{
    font-size:20px!important;
}
button.ol-zoom-in, button.ol-zoom-out, .home {
    width:25px!important;
}
div.home.ol-button.ol-unselectable.ol-control button img{
    width: 20px;
}
.dontUse {
    display: none;
}
table {
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table th, table td {
    padding:12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #310a31;
}
table thead tr {
    background-color: #310a31;
    color: #ffffff;
    text-align: left;
}
@media(min-width:300px) and (max-height:725px){
    .modal{
        z-index:2001;
        max-height:550px;
        overflow-y:scroll;
    }
    button.ol-zoom-in, button.ol-zoom-out{
        font-size:24px!important;
    }
    div.home.ol-button.ol-unselectable.ol-control button{
        width:24px;
    }
}
@media(max-width:329px){
    input#addrS.auto.ui-autocomplete-input {
        width:250px;
    }
}
@media (min-width: 330px) and (max-width:399px){
    input#addrS.auto.ui-autocomplete-input {
        width:300px;
    }
}
@media (min-width: 400px) and (max-width:450px){
    input#addrS.auto.ui-autocomplete-input {
        width:325px;
    }
}
@media(min-width:451px)and (max-width: 749px){
    input#addrS.auto.ui-autocomplete-input {
        width:300px;
    }
}

@media (min-width: 750px) and (max-width: 800px) {
    input#addrS.auto.ui-autocomplete-input {
        width:240px;
    }
}

@media (min-width: 1000px) and (max-width: 1025px) {
    input#addrS.auto.ui-autocomplete-input {
        width:200px;
    }
}
@media(min-width:1023px) and (max-width: 1367px) {
    .parkBtn {
        min-width:100px;
    }
    input#addrS.auto.ui-autocomplete-input {
        width:320px;
    }
}
@media(max-height:770px){
    div.sidebar-tabs {
        overflow-y:scroll;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .dontUse {
		font-size: 20px;
        display: inline;
        color: red;
  }
}