/**/

.field-node--field-map-json {
	display: none;
}




/* 3. Hide Drupal's default elements that might push the map down */
#header, #footer, .region-breadcrumb, .field-name-field-map-json {
  display: none;
}


/* Adjust map height when the Drupal admin toolbar is present */
body.toolbar-tray-open #wnc-custom-map {
  height: calc(100vh - 79px);
  top: 79px;
}

body.toolbar-horizontal #wnc-custom-map {
  height: calc(100vh - 39px);
  top: 39px;
}
