/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
#map-canvas {
  height: 430px;
  margin-top: calc(100px);
}
#map-canvas .contact-details {
  width: 300px;
  font-size: 1em;
  padding: 0.5em;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
}
#map-canvas .contact-details h3 {
  margin-top: 0.4rem;
}
#map-canvas.drawerMap {
  margin-top: 0px!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #map-canvas {
    height: 240px!important;
    margin-top: 60px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #map-canvas {
    height: 350px!important;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #map-canvas {
    height: 350px!important;
  }
}
/*# sourceMappingURL=maps.css.map */