/* Set the size of the div element that contains the map */
#map, .google-map { 
    height:400px;  
    /* The height is 400 pixels */
     width: 100%;  
    /* The width is the width of the web page */
  }
  
  /* set the style for the info message */
  .gm-style .gm-style-iw-t::after {
      /* background: #fff; */
      /* z-index: -50; */
      box-shadow: none;
   
      background: #fff;
      z-index: -50;
  }
  
  .gm-style .gm-style-iw-c {
      position: absolute;
      box-sizing: border-box;
      overflow: hidden;
      top: 0;
      left: 0;
      transform: translate3d(-50%,-100%,0);
      background-color: white;
      border-radius: 8px;
       
      box-shadow: none;
      padding:20px !important;
  }

  #reg-schedule p, #holiday-schedule p{
      margin:0;
      padding-bottom:.5rem;
  }

  #reg-schedule p:last-child, #holiday-schedule p:last-child{
    margin:0;
    padding-bottom:0;
}

#filter-panel{
    z-index:150;
}

.filter-selection-wrapper {
    cursor:pointer;
}

#center-team-members p {
  margin: 0px;
}
