.hero-bof {
    margin-left: 0;
}
body {
    max-width: 100%;
}
#search-box input[type=submit] {
    display: none;
}
body.map .map-logo {
   /* display: none;*/
}
.section {
    margin-bottom: 0;
}

.panel-cta {
    display: none;
}


.h-e {
    display: block;
     position: absolute;
     overflow: hidden;
     clip: rect(0 0 0 0);
     height: 1px;
     width: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
 }

.accessible-link.h-e:focus {
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    color: white;
    width: auto;
    height: auto;
    overflow: hidden;
    clip: unset;
    margin: 0;
    padding: 0.5rem;
    border: 0;
    z-index: 100;
    outline:4px solid;
}

.hero-bof header {
    opacity: 1;
}