h1 {
    position: relative;
    left: -1000px;
    height: 0;
}
div, input, label {
    font-family:  "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;;
}
#result-count, #result-header {
    font-weight: bold;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    padding: 5px 0;
    color: #3d3d3d;
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.action {
    color: mediumblue;
    cursor: pointer;
    font-weight: bold;
}
.form-row label {
    font-family: sans-serif;
    font-size: small;
}
footer a {
    text-decoration: none;
}
footer {
    font-size: smaller;
    font-family:  "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #4c4c4c;
    line-height: 1.5;
    border-top: 1px solid black;

}
select, input {
    border-radius: 4px;
    font-size: small;
}
tr a {
    text-decoration: none;
}
td {
    padding: 3px 0;
}
.title-cell {
    padding-top: 5px;
}
.title-row {
    padding-top: 5px;
    font-weight: bold;
    font-size: medium;
    color: #000096;
    border-top: solid black 1px;
}
.full-record-row {
    border-bottom: solid black 1px;

}
.form-row {
    padding: 5px;
}
.search-top-row {
    padding-top: 10px;
}

.island {

}


/* 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: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#search-hints {
    padding: 40px;
}

#hints {
    padding: 20px 40px;
}

.tips-header {
    display: block;
    left: 0px;
    height: auto;
    margin-right: 50px;
    padding: 10px;
    background-color: #d3d3d3;

}

.esri-popup__actions .esri-popup__button[class*="esri-popup__action"] {
    display: none;
}

.esri-legend__service-label {
    display:none;
}
.esri-expand__content .esri-expand__content--expanded {
    width: 100%;
}
/* Override some esri settings that make the legend display oddly on mobile */
.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    position: relative;
    width: 100%;
    max-width: 600px;
}
.esri-view-width-xsmall .esri-ui-top-right .esri-expand--auto .esri-expand__container--expanded, .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand--auto .esri-expand__container--expanded {
    width: 100%;
    max-width: 600px;
}
.esri-view-width-xsmall .esri-expand--auto .esri-expand__mask--expanded {
    position: relative;
}
