  .document__navigation{
      width: 100%;
  }
  
  .intro-wrap {
    max-width: 820px !important;
    margin-bottom: 30px !important;
    color: #452502 !important;
  }


  .stockistspage{
      margin-top: 0;
  }
  
  .search {
    text-align: center;
  }
.locations-information__title{
  color: #452502;
}
  .location-title{
    font-size: 21px;
    margin-bottom: 10px;
    color: #40423F;
text-transform: uppercase;
font-family: "english-grotesque", "Montserrat", sans-serif;
font-weight: normal;
  }
  
  /* Map Popup */
  .maps_popup {
    overflow: auto;
    color: #fff;
  }
  
  .maps_popup h4 {
    font-size: 21px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
    color: #452502;
  }
  
  .maps_popup h2 {
    font-size: 12px;
    padding: 0;
    margin: 0 0 5px 0;
  }
  
  .maps_popup p {
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 1px 0px;
    color: #452502;
  }
  .maps_popup a,.maps_popup a:hover{
    color: #98111F;
  }
  #map_canvas {
    clear: left;
    float: left;
    width: 100%;
    height: 500px;
    margin-left: 0;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
  }
  
  #edit-gmap-address-wrapper input[type="text"] {
    background: #F5F5F5;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #dbdad5;
    border-radius: 3px;
    color: #452502;
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .main-footer {
    float: left;
    width: 100%;
  }
  
  #edit-submit {
    background: #3F8082;
border: 0;
color: #e7e5d8;
cursor: pointer;
display: inline-block;
font-family: "english-grotesque", "Montserrat", sans-serif;
font-weight: 400;
margin: 0;
padding: 0 10px;
width: auto;
font-size: 14px;
height: 40px;
text-transform: uppercase;
border-radius: 1px;
line-height: 4rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
text-decoration: none;
display: inline-block;
text-decoration: none;
  }
  
  .themap {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  #results {
    background-color:#fff;
    position: absolute;
    top: 0;
    left: -460px;
    bottom: 0;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    padding: 0 30px 25px;
    max-height: 500px;
    overflow-y: auto;
    width: 400px;
  }
  
  #results ol {
    margin: 0;
    padding: 0;
  }
  
  #results ol li {
    list-style: none;
    margin: 0;
  padding: 10px;
  border-top: 1px solid #dbdad5;
  border-bottom: 1px solid transparent;
  border-left: 5px solid transparent;
  }
  
  #results ol li.active{
    background-color: transparent;
    border: solid #98111f;
    border-width: 1px 5px;
  }
  
  #results h2 {
    font-size: 28px;
    padding: 25px 10px;
    text-align: center;
    color: #3F8082;
  }
  
  #results .number {
    display: none;
  }
  
  #results .viewmap{
    background: #3F8082;
border: 0;
color: #e7e5d8;
cursor: pointer;
display: inline-block;
font-family: "english-grotesque", "Montserrat", sans-serif;
font-weight: 400;
margin: 0;
padding: 0 10px;
width: auto;
font-size: 14px;
height: 26px;
text-transform: uppercase;
border-radius: 1px;
line-height: 26px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
text-decoration: none;
display: inline-block;
text-decoration: none;
  }
  
  @media (max-width: 767px){
    #results {
      background-color:#fff;
      position: relative;
      top: 40px;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.4s ease-in;
      -moz-transition: 0.4s ease-in;
      transition: 0.4s ease-in;
      padding: 0 5% 25px;
      max-height: auto;
      overflow-y: auto;
      width: 100%;
    }
    #map_canvas {
      clear: left;
      float: left;
      width: 100% !important;
      height: 400px;
      margin-left: 0 !important;
    }
  }