.page-wrapper {
    padding: 35px;
}

button:focus {
    outline: none;
}

.locations-loading-gif {
    display: none;
    position: fixed;
    width: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 300px;
}

.main-content-container .headline.desktop {
    display: none;
}

.main-content-container .headline {
    font-size: 36px;
    text-align: center;
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

.main-content-container .headline.two {
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

.find-it-btn {
    background: transparent;
    display: block;
    width: 290px;
    margin: auto;
    padding: 7px 5px;
    margin-top: 46px;
}

.address-input,
#max-distance {
    background: #E37A00;
    border: none;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    font-family: sweet-sans-pro, sans-serif;
}

.input-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 6px;
}


.mobile-locations-list {
    color: #fff;
    width: 300px;
    margin: auto;
    margin-top: 40px;
    max-height: 1046px;
    overflow-y: scroll;
}

.mll-container {
    margin-bottom: 15px;
}

.mll-row {
    position: relative;
    margin-bottom: 6px;
}

.mll-number-container {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding-right: 15px;
    box-sizing: border-box;
}

.mll-number {
    font-size: 35px;
    font-weight: 700;
}

.mll-name {
    color: #E37A00;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
}

.mll-row.two .col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.mll-row.two .col.one {
    text-align: center;
    padding-right: 15px;
    width: 24%;
}

.mll-row.two .col.two {
    color: #E37A00;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 100;
}

.mll-row.two .col.one div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
}

.mll-row.two .col.one div:nth-child(2) {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}


.mll-row.three {
    margin-top: 15px;
}

.mll-row.three .col {
    display: inline-block;
    box-sizing: border-box;
}

.mll-row.three .col.one {
    font-size: 16px;
    width: 39%;
}

.mll-row.three .col.two {
    position: relative;
    padding-left: 41px;
    width: 57%;
}

.mll-row.three .col.two a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.directions-icon {
    position: absolute;
    left: 18px;
    width: 15px;
    top: 6px;
}

.form-group {
    margin-top: 35px;
}










#map { 
    min-height: 400px;    
    width: 100%;
}
#map-table {        
    display: none;        
}

<<<<<<< HEAD
/* @media (min-width: 1280px){
=======
#map-table .item {
    margin-bottom: 23px;
}

@media (min-width: 1280px){
>>>>>>> c97d72bb999be4e7d6700f8cb12a69eb8d49b723
    #map-table{ display: inline-block; width: 30%; }
    #map{ width: 68%; display: inline-block;}
} */


#map-table {
    /* display: none; */
}

.body-wrapper {
    padding: 30px 30px 0 30px;
}
  

table.query-table {
    width: 100%;
    clear: both;
    border-collapse: separate;
    border-spacing: 0 19px;
    color: #E37A00;
    text-transform: uppercase;
}   

table.query-table a {
    color: #fff;
} 

.desktop-directions-link {
    position: relative;
}

.directions-icon-desktop {
    position: absolute;
    width: 23px;
    top: -2px;
    left: 34px;
}

table.query-table tbody tr:nth-child(1) {
    background: transparent;
}

th {
    text-align: left;
}

tr {
    background: #393643;
}

table.query-table th,
table.query-table td {
    padding: 5px 10px;
}

.distance-col {     
    background-color: lightyellow; 
}


.placeholder-map {
    display: none;
}

@media (min-width: 414px) {
    .mobile-locations-list {
        width: 353px;
    }

    .mll-vertical-spacer {
        height: 16px;
        width: 1px;
        top: 5px;
        position: absolute;
        background: #E37A00;
        left: 144px;
    }
}

@media (min-width: 500px) {
    .mobile-locations-list {
        width: 440px;
    }

    .mll-row.three .col.one {
        font-size: 19px;
    }

    .mll-row.three .col.two a {
        font-size: 17px;
    }

    .mll-vertical-spacer {
        left: 173px;
        height: 22px;
    }
}

@media (min-width: 768px) {
    .main-content-container .headline {
        width: 100%;
    }

    .form-group {
        width: 600px;
        margin: auto;
        margin-top: 45px;
    }

    .main-content-container .headline.mobile {
        display: none;
    }

    .main-content-container .headline.desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    .locations-loading-gif {
        padding-left: 291px;
    }

    .main-content-container {
        min-height: 54vh;
    }
}

@media (min-width: 1280px) {
    .map-wrapper {
        margin-top: 50px;
    }

    #map {
        height: 500px;
        margin: 0 auto;
    }

    .placeholder-map {
        display: block;
        width: 100%;
        height: 400px;
        margin-top: 50px;
    }

    .mobile-locations-list {
        display: none;
    }

    .form-group {
        margin-left: 0;
        margin-top: 25px;
    }

    .inputs-container {
        border: 1px solid #FF8900;
        padding: 18px 20px;
    }

    .input-col {
        display: inline-block;
        vertical-align: top;
        width: 267px;
    }

    .input-col.one {
        margin-right: 20px;
    }

    .find-it-btn {
        margin-right: 0;
        width: 193px;
    }

    #map-table {
        max-height: 500px;
        overflow-y: scroll;
    }

    .main-content-container-inner {
        max-width: 1400px;
        margin: auto;
    }

    .mobile-hero {
        display: none;
    }
}

@media (min-width: 1500px) {
    .page-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .main-content-container .headline.desktop {
        text-align: left;
    }

    .page-col.one {
        width: 660px;
    }

    .page-col.two {
        width: calc(100% - 664px);
        padding-left: 50px;
    }
    #map,
    .placeholder-map {
        height: 600px;
    }
}
/* Marker tweaks */
.mapboxgl-popup-close-button {
    display: none;
  }
  
  .mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    padding: 0;
    width: 180px;
  }
  
  .mapboxgl-popup-content-wrapper {
    padding: 1%;
  }
  
  .mapboxgl-popup-content h3 {
    background: #FF8900;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
  }
  
  .mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px;
    font-weight: 400;
  }
  
  .mapboxgl-popup-content div {
    padding: 10px;
  }
  
  .mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
  }
  
  .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
  }
  
  .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #FF8900;
  }

/* ******************** */


  #map-table .item .title {
    display: block;
    font-weight: 700;
    font-family: stencil-std, sans-serif;
    color: #FF8900;    
  }
  #map-table .item div {
      color:whitesmoke;
  }
  
  #map-table div.item.active .title,
  #map-table .item .title:hover { color: wheat!important; }  

  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  ::-webkit-scrollbar-track {
    background: none;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #FF8900;
    border-radius: 0;
  }
  
  .clearfix { display: block; }
  
  .clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url(../assets/heat_icon.png);
    background-color: rgba(0, 0, 0, 0);
  }


  .mapboxgl-popup {
    padding-bottom: 50px;
  }