body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;

  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
}
#location-banner {
  background-image: url(../assets/food-safety/slate-tile.jpg);
  background-image: 100% 100%;
}
#location-banner-content {
  padding-top: 5.9375rem;
  padding-bottom: 0.5rem;
}
#location-banner-content h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
#location-main-section h2 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  color: #35373c;
}
#location-address{
    max-height: 37rem;
    overflow-y: auto;
    padding: 1rem 1.25rem; 
    
   
}
#locations{
    width:59%;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);

}
.location-address-items{
    margin-left: 2rem;
    margin-top: 1.25rem;
}
.location-address-items h4{
    margin: 0 0 0.5rem;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25rem;
    color: #ca4c02;
}
.location-address-items p{
    margin: 0 0 0.5rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:500;
}

#map {
  height: 37.5rem;
  width: 100%;
}
#row-locations {
  display: flex;
  width:100%;
}

.container-width {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.toggle-button{
    padding: 1.5rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ca4c02;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    text-align: center;
}
#view-list.show{
    display:block !important;
}
#view-list.remove{
    display:none !important;
}
#map.show{
    display:block !important;
}
#map.remove{
    display:none !important;
}
#view-map.remove{
    display:none !important;
}
#view-map.show{
    display:block !important;
}

#locations.remove{
    display:none !important;
}
#locations.show{
    display:block !important;
}

@media only screen and (min-width:991px){
    #view-map,#view-list{
        display: none;
    }
}

@media only screen and (max-width:991px){
    #map{
      display:none;
    }
    #locations{
        width:100%;
    }
   #view-list{
        display: none;
    }
  }
@media only screen and (max-width: 991px) {
  #location-banner-content h1 {
    font-size: 2.25rem;
  }
  #location-main-section h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199) {
  .container-width {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-width {
    max-width: 750px;
  }
}


