/* @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 */
/* Table of Contents
   - - - - - - - - -
   1. Address
   2. Maps
   - - - - - - - - -
*/
/* 1. Address */
.ContactUsPage address h3 {
  margin-top: 0px;
}
/* 2. Maps */
#leftmap,
#rightmap {
  height: 230px;
}
.ctaMap {
  background-color: white;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin-bottom: 1rem;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  transition: all 0.1s linear;
}
.ctaMap:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #leftmap,
  #rightmap {
    height: 190px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #leftmap,
  #rightmap {
    height: 190px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #leftmap,
  #rightmap {
    height: 250px;
  }
}
/*# sourceMappingURL=contact.css.map */