input:focus {outline:0;}
button:focus {outline:0;}

#map {
  height:1070px;
  width:100%;
}

a {
  font-size:14px;
  font-weight:bold;
  color:#000;
}

#mapNav {
  background-color: #000;
}

#mapsidecontent {
  min-width: 300px;
}

#myBtn {
position:absolute;z-index:1; background-color: black;color: white; font-family: aktiv-grotesk, sans-serif; font-size: 11px; border: 1px solid white;
padding: 10px;
min-width: 155px;
}



td {
    padding-bottom:20px;
}


h1 {
color: #C7C7C7;
font-size: 28px;
z-index: 1;
position: absolute;
margin-left: auto;
margin-right: auto;
display: block;
width: 100%;
text-align: center;
font-weight: normal;
margin-left: 10px;
}


#rightMapOpenNav{
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    z-index: 2;

    cursor: pointer;
    color: rgb(199, 199, 199);
    color: #fff;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    background-color: black;
    padding: 10px;

}

.sidenavgeomap {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: all 0.3s;
}

.sidenavgeomap p {
  color: #fff;
  padding-left:10%;
  padding-right:10%;
  font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    font-size: 12px;

}

.sidenavgeomap h2 {
  color:#fff;
    padding-left:10%;
    padding-right:10%;
}

.sidenavgeomap td {
  color: #fff;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}


.sidenavgeomap a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
}

#mysearchresults li {
list-style: none;
}

#mysearchresults {
padding-top: 20px;
padding-left: 0px;
}

.sidenavgeomap a.mainp {
  color: #fff;
  padding:0px;
  border-bottom:none;
  display: inline;
  font-size:13px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.sidenavgeomap .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.tablekeys {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}

.showbuttonclass
{
  padding-left: 10%;
  padding-right:10%;
  margin-top:20px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #000;
    margin: 15% auto;
    margin-top:15px; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 55%; /* Could be more or less, depending on screen size */
}

.model-content input {
  font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

#myInput {
  font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    width: 100%;
}

.modal-content a {
    color: #fff;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    font-size: 12px;
}

.modal-content h4 {
padding-left: 0px;
padding-right: 0px;
}

/* The Close Button */
.close {
    color: #FFF;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 10;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 10;
}


@media screen and (max-width: 600px) {

h1 {
color: #C7C7C7;
font-size: 20px;
z-index: 1;
position: absolute;
margin-left: auto;
margin-right: auto;
display: block;
width: 100%;
text-align: left;
font-weight: normal;
margin-left: 10px;
}

}

@media screen and (max-height: 450px) {
  .sidenavgeomap {padding-top: 15px;}
  .sidenavgeomap a {font-size: 18px;}
}