/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#home-hero {
  background: #f4f4f4;
  min-height: 566px;
  overflow-x: hidden; }
  #home-hero h1 {
    margin-top: 0;
    font-weight: bold;
    line-height: 1.125; }
  #home-hero .side-bg-img picture,
  #home-hero .side-bg-img img {
    position: absolute;
    inset: 0;
    left: unset;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    max-width: 67% !important;
    z-index: 5; }
  @media screen and (max-width: 1141px) {
    #home-hero .side-bg-img picture,
    #home-hero .side-bg-img img {
      display: none; } }
  #home-hero .lead {
    width: 100%; }
    @media screen and (min-width: 1141px) {
      #home-hero .lead {
        width: 100%;
        max-width: 463px; } }
    #home-hero .lead p {
      line-height: 30px; }
    #home-hero .lead .btn {
      margin-top: 0.5em; }
  #home-hero .image {
    display: none; }
    @media screen and (min-width: 1141px) {
      #home-hero .image {
        display: block;
        width: 359px;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: -145px;
        z-index: 10; } }
  #home-hero .cta {
    width: 100%;
    position: relative;
    z-index: 111; }
    @media screen and (min-width: 1141px) {
      #home-hero .cta {
        width: 100%;
        max-width: 305px; }
        #home-hero .cta h3 {
          max-width: 180px; } }
    @media screen and (min-width: 1181px) {
      #home-hero .cta h2, #home-hero .cta h3, #home-hero .cta p, #home-hero .cta a {
        color: white; } }
    #home-hero .cta p {
      font-size: 20px;
      margin-bottom: 1em; }
      #home-hero .cta p:last-child {
        margin-bottom: 0; }
    #home-hero .cta h3 {
      margin-top: 0; }
    #home-hero .cta a {
      pointer-events: none; }
      #home-hero .cta a:hover {
        text-decoration: none !important;
        color: #F00000 !important; }
  @media screen and (max-width: 1024px) {
    #home-hero .cta a {
      pointer-events: unset; } }
  @media screen and (max-width: 1180px) {
    #home-hero {
      padding-bottom: 40px; } }

#service-areas {
  padding-top: 87px;
  padding-bottom: 108px; }
  #service-areas p, #service-areas a {
    font-size: 28px;
    line-height: 39px; }
  #service-areas h4 {
    color: #F00000;
    font-weight: bold;
    margin-bottom: 41px; }
  @media screen and (max-width: 768px) {
    #service-areas {
      padding-top: 60px;
      padding-bottom: 50px; } }
