/* @less partials */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Body
   2.	Header styles
   3.	Other styles
   - - - - - - - - -
*/
/* @group 1. Body */
body {
  font-size: 15px;
  line-height: 25px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  color: #111111;
  overflow-x: hidden!important;
  background-color: #f7f7f7;
}
/* Smaller type for non desktop  ----------- */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  body {
    font-size: 12px;
    line-height: 17px;
  }
}
/* @end */
/* @group 2. Header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5rem;
  line-height: 1.25em;
  color: #111111;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
h1 {
  font-size: 2em;
  line-height: 1.15em;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
h1#fittext1 {
  letter-spacing: -1px;
  line-height: 1.1em;
  margin-top: 0px!important;
  margin-bottom: 2.5rem;
}
h1#fittext1.dash::after {
  content: "––––––";
  display: block;
  font-size: 0.3em;
  margin-top: -1.2rem;
  letter-spacing: -2px;
}
h1.dash::after,
h2.dash::after,
h3.dash::after,
h4.dash::after {
  content: "–––";
  display: block;
  font-size: 0.7em;
}
h2 {
  font-size: 2.2em;
  line-height: 1.18em;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
h3 {
  font-size: 1.6em;
  margin-bottom: .75rem;
  font-weight: 300;
}
h4,
h5 {
  font-size: 1.3em;
  margin-bottom: .3em;
  font-weight: 300;
}
h6 {
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: .7em;
}
/* @end */
/* @group 3. Other styles */
a {
  color: #0064af;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #00508b;
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0px;
}
small,
.small {
  font-size: .86em;
}
small p,
.small p,
small li,
.small li {
  line-height: 1.5em;
}
b,
strong {
  font-weight: 500;
}
.HeroText {
  font-size: 1.35em;
  line-height: 1.45em;
  margin: 0px;
}
*:focus,
*:active {
  text-decoration: none!important;
  outline: none!important;
  box-shadow: none!important;
}
/* @end */
::selection {
  background-color: #111111 !important;
  color: white;
}
::-moz-selection {
  background-color: #111111 !important;
  color: white;
}
@media print {
  *[data-aos*=""] {
    display: inline-block !important;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  h1#fittext1 {
    letter-spacing: -1px !important;
    margin-bottom: 3rem;
  }
  .Narrow h1#fittext1 {
    letter-spacing: -1px !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  h1#fittext1 {
    line-height: 1em!important;
    margin-bottom: 1rem!important;
    letter-spacing: -1px !important;
  }
  .HeroText {
    font-size: 1.15em;
  }
}
/*# sourceMappingURL=typography.css.map */