body {
  font-family: 'Bran regular', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: din-2014-narrow, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: din-2014-narrow, sans-serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: din-2014-narrow, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 12px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d3f000;
  text-decoration: none;
}

a:hover {
  color: #b3b3b3;
}

.button {
  display: inline-block;
  padding: 13px 23px;
  border: 2px none #fff;
  border-radius: 3px;
  background-color: red;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: din-2014, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.button:hover {
  background-color: #fff;
  color: red;
}

.button.hollow {
  display: inline;
  clear: none;
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: inline-block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button._404-button {
  display: block;
  margin-top: 25px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  margin-top: 29px;
  margin-bottom: 29px;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  border-top: 4px none #da8856;
  background-color: #000;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
}

.navigation._404 {
  position: absolute;
}

.nav-link {
  padding: 26px 30px;
  box-shadow: inset 0 -3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: red;
  font-size: 19px;
  font-weight: 700;
}

.nav-link:hover {
  box-shadow: inset 0 -3px 0 0 hsla(0, 0%, 71%, .5);
  color: #fff;
}

.nav-link.w--current {
  border-top: 0px none #000;
  box-shadow: inset 0 3px 0 0 #489fd9;
  color: red;
}

.nav-link.w--current:focus {
  box-shadow: inset 0 3px 0 0 #489fd9;
  color: #489fd9;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  position: relative;
  margin-top: 0px;
  padding-top: 155px;
  padding-bottom: 155px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/hero_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/hero_bg.jpg');
  background-position: 0px 0px, 0% 23%;
  background-size: auto, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #000;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: transparent;
  color: #939596;
  font-size: 14px;
}

.section.why-us {
  background-color: hsla(0, 0%, 100%, .26);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/tools_background_new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/tools_background_new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.section.clients {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #da8856;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: red;
}

.section.contact {
  background-color: #000;
}

.section.sectors {
  padding-bottom: 0px;
}

.section.sectors.second {
  padding-top: 0px;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.nav-menu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-top: 1px solid hsla(0, 0%, 100%, .18);
  text-align: center;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0px;
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: din-2014-narrow, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.section-intro {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.bold-text {
  font-family: 'Bran bold', sans-serif;
  font-weight: 400;
}

.feature-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  width: 16.6%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: center;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 0px;
  padding-right: 30px;
  background-color: #444;
}

.feature-row.commercial {
  padding-right: 0px;
  padding-left: 30px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-size: 25px;
  line-height: 31px;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  height: 30px;
}

.main-feature-group {
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 10px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 25px 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fbfeff;
}

.client-logo {
  width: 16.6%;
}

.accreditation-logo {
  max-height: 78px;
  margin-right: 6%;
  margin-left: 6%;
  opacity: 0.94;
}

.accreditation-logo.checkatrade {
  width: 240px;
}

.accreditation-logo.nic {
  width: 190px;
  max-height: 88px;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._33-percent-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._33-percent-column.top-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

._33-percent-column.top-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._33-percent-column.top-right {
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.fixed-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: #000;
}

.hero-copy {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}

.top-menu-text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: din-2014-narrow, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.top-menu-text.phone-number {
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 26px;
  text-align: right;
}

.why-us-headings {
  font-weight: 400;
}

.contact-telephone {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.contact-heading {
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.facebook-link {
  margin-top: 20px;
  float: right;
}

.accreditation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-image {
  width: 100%;
}

.services-feature-box {
  margin-top: 39px;
  padding-top: 40px;
  border-top: 1px solid #afafaf;
}

.why-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-logo-fixed {
  display: none;
}

.body {
  background-color: #000;
  font-family: din-2014, sans-serif;
  color: #fff;
  font-weight: 400;
}

.left-feature-image-column {
  padding-right: 20px;
  padding-left: 0px;
}

.intro-header {
  text-align: left;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered-accented {
  background-color: red;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
  font-size: 28px;
}

.button-cta {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button-cta:hover {
  background-color: #1565c0;
}

.button-cta.w--current {
  background-color: #2e80b6;
}

.button-cta.white {
  background-color: #fff;
  color: #333;
}

.button-cta.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.services-offered {
  margin-top: 30px;
  font-weight: 700;
}

.heading {
  font-size: 38px;
}

.about-intro {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 24px;
}

.button-wrapper {
  margin-top: 82px;
  margin-bottom: 25px;
  text-align: right;
}

.right-feature-column {
  padding-right: 0px;
  padding-left: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.float-right {
  float: right;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
}

.logo {
  width: 380px;
}

.bolt-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bolt.svg');
  background-position: 110% 50%;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.container {
  position: relative;
  z-index: 5;
}

.link {
  color: #ff0505;
}

.photo-strip {
  height: 500px;
  background-image: url('../images/lee_van_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-strip-grid {
  display: none;
  padding-right: 35px;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
}

.feature-image-grid {
  background-image: url('../images/feature_domestic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    position: absolute;
    padding: 15px 17px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #fff;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section.main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .feature-points {
    margin-bottom: 15px;
    padding: 15px;
  }
  .feature {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .accreditation-logo {
    max-height: 70px;
    margin-right: 4%;
    margin-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  ._33-percent-column.top-left {
    display: none;
  }
  ._33-percent-column.top-center {
    width: 100%;
  }
  ._33-percent-column.top-right {
    display: none;
  }
  .fixed-navigation {
    display: none;
    height: 65px;
  }
  .why-us-headings {
    font-size: 22px;
    line-height: 24px;
  }
  .photo-strip {
    height: 420px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
  }
  .section.main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section.why-us {
    padding-bottom: 45px;
  }
  .section.contact {
    padding-bottom: 40px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .main-heading {
    font-size: 38px;
    line-height: 42px;
  }
  .section-intro {
    margin-bottom: 44px;
  }
  .feature-points {
    display: block;
    width: 48%;
    min-height: 0px;
    margin-right: 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .divider {
    width: 100%;
  }
  .feature {
    width: 48%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .feature-row {
    padding-right: 0px;
  }
  .feature-row.commercial {
    padding-left: 0px;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 35px;
    padding-top: 25px;
    text-align: left;
  }
  .small-features-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .accreditation-logo {
    max-height: 60px;
    max-width: 80%;
  }
  .flex-wrapper {
    padding-left: 20px;
  }
  .fixed-navigation {
    display: none;
    height: 55px;
  }
  .hero-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .contact-telephone {
    text-align: center;
  }
  .contact-heading {
    margin-bottom: 20px;
    text-align: center;
  }
  .accreditation-container {
    padding: 0px 34px;
  }
  .feature-image.plumbing {
    margin-bottom: 0px;
  }
  .why-us-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .left-feature-image-column {
    padding-right: 0px;
  }
  .intro-header {
    font-size: 30px;
    line-height: 33px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .about-intro {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .right-feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectors-column-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectors-column-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bolt-background {
    z-index: 0;
  }
  .photo-strip {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .button {
    padding: 10px 15px;
  }
  .button.in-pricing {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .nav-link.menu {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
  }
  .nav-link.menu.w--open {
    color: red;
  }
  .section {
    padding: 35px 10px 0px;
  }
  .section.main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.footer {
    padding-top: 38px;
    padding-bottom: 35px;
  }
  .section.why-us {
    padding-bottom: 35px;
  }
  .section.press {
    padding: 24px 36px;
  }
  .section.sectors {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .nav-menu {
    padding-left: 20px;
  }
  .brand-link {
    max-width: 60%;
    text-align: left;
  }
  .main-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
  }
  .section-intro {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .feature-points {
    width: auto;
    margin-right: 0%;
    margin-bottom: 15px;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature {
    width: auto;
    min-width: 0%;
    margin-bottom: 37px;
    padding-bottom: 0px;
  }
  .feature-row {
    margin-bottom: 0px;
  }
  .feature-row.commercial {
    padding-bottom: 0px;
  }
  .feature-icon {
    margin-bottom: 0px;
  }
  .main-feature-group {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .small-features-row {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .client-logo {
    width: 33.33%;
  }
  .accreditation-logo {
    max-height: 48px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .accreditation-logo.checkatrade {
    width: 140px;
    max-height: 50px;
    max-width: 55%;
  }
  .accreditation-logo.nic {
    width: 94px;
    max-height: 60px;
    max-width: 50%;
  }
  .fixed-navigation {
    display: none;
  }
  .hero-copy {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-telephone {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
  }
  .contact-heading {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .facebook-link {
    margin-top: 30px;
    float: none;
  }
  .accreditation-container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .feature-image {
    margin-bottom: 0px;
  }
  .header-logo-fixed {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 160px;
  }
  .intro-header {
    font-size: 28px;
    line-height: 30px;
  }
  .cta-heading.inline-block {
    line-height: 30px;
  }
  .bolt-background {
    display: none;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }
  .photo-strip {
    height: 220px;
  }
}

#w-node-16a8793acecc-13f328db {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

#w-node-a4452de8dae5-13f328db {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Bran bold';
  src: url('../fonts/bran_bold.eot') format('embedded-opentype'), url('../fonts/bran_bold.woff') format('woff'), url('../fonts/bran_bold.ttf') format('truetype'), url('../fonts/bran_bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bran medium';
  src: url('../fonts/bran_medium.eot') format('embedded-opentype'), url('../fonts/bran_medium.woff') format('woff'), url('../fonts/bran_medium.ttf') format('truetype'), url('../fonts/bran_medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bran regular';
  src: url('../fonts/bran_regular.eot') format('embedded-opentype'), url('../fonts/bran_regular.woff') format('woff'), url('../fonts/bran_regular.ttf') format('truetype'), url('../fonts/bran_regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}