:root {
  --white: white;
  --slate: #222;
  --silver: #bbb;
  --black: black;
  --smoke: #ddd;
  --grey: #555;
  --white-2: rgba(255, 255, 255, .5);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.master-header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.header-main {
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-contact-group {
  width: 33%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.header-info {
  color: var(--slate);
  margin-bottom: 14px;
  font-size: 18px;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.email {
  color: var(--white);
  font-size: 14px;
}

.logo-link-block {
  max-width: 200px;
  text-align: center;
}

.logo-link-block.w--current {
  width: 33%;
  background-color: rgba(0, 0, 0, 0);
}

.enquire-div {
  width: 33%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.social-media-div {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.media-icon {
  width: 44px;
}

.enquire-button {
  background-color: var(--slate);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 5px;
  margin-right: 10px;
  transition: all .2s;
}

.enquire-button:hover {
  background-color: var(--silver);
}

.banner-slider {
  height: auto;
}

.menu-div {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: var(--black);
  justify-content: space-between;
  display: flex;
}

.top-div {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.p {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
}

.p.white {
  color: var(--white);
}

.p.white._2 {
  padding-bottom: 30px;
}

.p.white._1 {
  padding-top: 30px;
}

.p.black {
  color: var(--slate);
}

.p.black._2 {
  padding-bottom: 30px;
}

.p.black._1 {
  padding-top: 30px;
}

.p._2 {
  padding-bottom: 30px;
}

.p.footer {
  text-align: left;
}

.p._4 {
  margin-right: 5px;
}

.p._1 {
  padding-top: 30px;
}

.p._3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p.footer.centre {
  text-align: center;
}

.contact-us-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 30px;
  font-weight: 700;
  transition: all .2s;
}

.contact-us-button:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.box-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.box-div {
  width: 90%;
  max-width: 1200px;
}

.box-grid {
  min-height: 400px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.box-grid.last {
  margin-bottom: 0;
}

.box-grid.repairs-mobile, .box-grid.flat-mobile {
  display: none;
}

.roofing-repair-image {
  background-image: url('../images/gallery20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.box-h2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
}

.box-h2-small {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.p-box {
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.nav-menu {
  width: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-section {
  background-color: var(--slate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.white {
  background-color: var(--white);
}

.h2 {
  text-align: center;
  margin-top: 0;
  padding-bottom: 30px;
  font-size: 25px;
}

.h2.white {
  color: var(--white);
  margin-bottom: 0;
}

.h2.grey {
  color: var(--silver);
  margin-bottom: 0;
}

.form-section {
  background-color: var(--smoke);
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-div {
  width: 90%;
  max-width: 1300px;
}

.footer-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-main {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo.w--current {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-image {
  width: 200px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.footer-group {
  width: 100%;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-group.centre {
  align-items: center;
}

.footer-group.right {
  align-items: flex-end;
}

.footer-heading {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.p-contact-info {
  color: var(--white);
  text-align: right;
  font-size: 15px;
  line-height: 22px;
}

.footer-links-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-p {
  color: rgba(255, 255, 255, .5);
}

.top-tel {
  color: var(--white);
  letter-spacing: .5px;
  font-weight: 700;
  text-decoration: none;
}

.no-line {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.nav-link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 28px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--grey);
}

.nav-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-1 {
  background-image: url('../images/body-4.png');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: cover;
}

.read-more-link {
  color: var(--silver);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.read-more-link:hover {
  color: var(--black);
}

.flat-roof-image {
  background-image: url('../images/PHOTO-2021-01-13-22-28-06-2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rubber-roof-image {
  background-image: url('../images/IMG-20200309-WA00001.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.roofing-services-image {
  background-image: url('../images/PHOTO-2021-01-13-22-28-05-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gutter-image {
  background-image: url('../images/AdobeStock_26947184.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h3 {
  color: var(--silver);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 34px;
  text-decoration: none;
}

.h3.silver {
  color: var(--silver);
}

.text-link-no-line {
  color: var(--white);
  text-decoration: none;
}

.nav-bar {
  width: 100%;
  max-width: 100%;
  background-color: var(--black);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-div {
  width: 90%;
  max-width: 1200px;
}

.body-div.centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-width-image {
  width: 100%;
  margin-bottom: 40px;
}

.areas-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.areas-map {
  width: 80%;
  margin-bottom: 10px;
}

.map-html.tablet, .map-html.mobile {
  display: none;
}

.grid {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.media-link._1 {
  margin-right: 10px;
}

.body-link {
  color: var(--slate);
}

.h3-link {
  color: var(--white);
  text-decoration: none;
}

.tel-email-div-mobile {
  width: 33%;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.map-html-mobile {
  display: none;
}

._9-image-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-nav {
  display: none;
}

.body-link-white {
  color: var(--white);
}

.white-list {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.white-list._1 {
  margin-top: 30px;
}

.white-list-item {
  padding-bottom: 10px;
  font-size: 15px;
}

.h3-link-orange {
  color: var(--silver);
  text-decoration: none;
}

.black-list {
  margin-bottom: 0;
}

.black-list-item {
  padding-bottom: 10px;
}

.link-black {
  color: var(--slate);
  text-decoration: none;
}

.content-div {
  width: 90%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-div._1 {
  padding-top: 30px;
}

.list-group {
  padding-right: 20px;
}

.list-group.hzl {
  padding-bottom: 20px;
  display: flex;
}

.list-group.hzl._1 {
  padding-bottom: 0;
}

.contact-subgroup {
  display: flex;
}

.divider {
  width: 1px;
  background-color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.footerlinks {
  color: var(--silver);
  text-decoration: none;
}

.list {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-item {
  text-align: center;
  padding-bottom: 10px;
}

.int-link {
  color: red;
  font-weight: 900;
}

.int-link.black {
  color: red;
}

.grid-image {
  min-height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image.home {
  background-image: url('../images/body-10.png');
}

.grid-image._1 {
  background-image: url('../images/335056965.jpeg');
}

.grid-image._1.tablet {
  display: none;
}

.grid-image._2 {
  background-image: url('../images/90303799.jpeg');
}

.grid-image._3 {
  background-image: url('../images/83370829.jpeg');
}

.grid-image._3.tablet {
  display: none;
}

.grid-image._4 {
  background-image: url('../images/body-3.jpg');
}

.grid-image._5 {
  background-image: url('../images/258374914.jpeg');
}

.grid-image._6 {
  background-image: url('../images/422186724.jpeg');
}

.grid-image._7 {
  background-image: url('../images/body-12.jpg');
}

.grid-image._8 {
  background-image: url('../images/body-5.jpg');
}

.grid-image._9 {
  background-image: url('../images/84070935.jpeg');
}

.grid-image._10 {
  background-image: url('../images/49126096.jpeg');
}

.grid-image._11 {
  background-image: url('../images/159595463.jpeg');
  background-position: 50% 0;
}

.grid-image._12 {
  background-image: url('../images/367833814.jpeg');
}

.grid-image._13 {
  background-image: url('../images/body-11.jpg');
}

.grid-image._14 {
  background-image: url('../images/356540227.jpeg');
}

.banner-mask {
  height: 640px;
}

._2x2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-content.outline {
  border: 1px solid var(--silver);
  padding: 20px;
}

._2x1 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.area-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.accreditation-slider {
  height: auto;
  background-color: var(--white);
}

.accreditation-mask {
  height: 100px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.accrediations-main {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accreditations-group {
  width: 90%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.association-logo {
  margin-left: 10px;
  margin-right: 10px;
}

.contact-map {
  width: 100%;
}

.contact-map.tablet, .contact-map.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .master-header-section, .header-main {
    flex-direction: column;
  }

  .header-contact-group {
    width: 100%;
    align-items: center;
    display: none;
  }

  .header-info {
    margin-bottom: 5px;
  }

  .email {
    margin-bottom: 10px;
  }

  .logo-image {
    margin-bottom: 15px;
  }

  .logo-link-block {
    background-color: rgba(0, 0, 0, 0);
  }

  .social-media-div {
    justify-content: center;
    align-items: center;
  }

  .menu-div {
    margin-top: 0;
  }

  .navbar {
    width: 100%;
    background-color: var(--black);
    border-top: 1px solid rgba(255, 255, 255, .2);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .box-text-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .box-h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .box-h2-small {
    text-align: center;
    line-height: 28px;
  }

  .nav-menu {
    width: 100%;
    background-color: var(--silver);
  }

  .menu-button {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    width: 100%;
    background-color: var(--black);
  }

  .form-section, .footer-section {
    padding-top: 40px;
  }

  .flat-roof-image {
    background-position: 50%;
  }

  .nav-bar {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .areas-div {
    align-items: stretch;
  }

  .areas-list {
    display: flex;
  }

  .areas-map {
    width: 70%;
  }

  .map-html {
    display: none;
  }

  .map-html.tablet {
    display: block;
  }

  .map-html.mobile {
    display: none;
  }

  .icon {
    color: var(--white);
  }

  .tel-email-div-mobile {
    width: 100%;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .section {
    display: none;
  }

  .icon-2 {
    color: var(--white);
    text-align: center;
  }

  ._9-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-subgroup {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .banner-mask {
    height: 400px;
  }

  .area-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .accreditations-group {
    justify-content: space-between;
  }

  .association-logo {
    width: 20%;
    margin-left: 0;
    margin-right: 10px;
  }

  .contact-map {
    display: none;
  }

  .contact-map.tablet, .contact-map.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .logo-link-block, .logo-link-block.w--current {
    width: 100%;
  }

  .enquire-div {
    width: 40%;
  }

  .h1 {
    line-height: 32px;
  }

  .p.footer.centre {
    text-align: right;
  }

  .box-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .box-grid.repairs-mobile, .box-grid.flat-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .roofing-repair-image {
    min-height: 300px;
  }

  .box-text-div {
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-text-div.last {
    margin-bottom: 0;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-group.centre {
    align-items: flex-end;
  }

  .footer-group.right {
    align-items: center;
  }

  .p-contact-info {
    text-align: center;
  }

  .flat-roof-image {
    min-height: 300px;
    background-image: url('../images/335056965.jpeg');
  }

  .rubber-roof-image, .roofing-services-image, .gutter-image {
    min-height: 300px;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .h3.silver {
    margin-top: 30px;
  }

  .areas-div {
    align-items: stretch;
  }

  .areas-map {
    width: 60%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._9-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-group.hzl {
    flex-direction: column;
  }

  .grid-image {
    min-height: 300px;
  }

  .grid-image._1 {
    display: none;
  }

  .grid-image._1.tablet {
    display: block;
  }

  .grid-image._3 {
    display: none;
  }

  .grid-image._3.tablet {
    display: block;
  }

  ._2x2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .association-logo {
    width: 17%;
  }

  .contact-map.mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo-link-block {
    background-color: rgba(0, 0, 0, 0);
  }

  .enquire-div {
    width: 100%;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .p.footer.centre {
    text-align: left;
  }

  .box-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .roofing-repair-image {
    min-height: 200px;
  }

  .box-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2.grey {
    font-size: 22px;
    line-height: 30px;
  }

  .form-section {
    padding-top: 20px;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-logo.w--current {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .footer-group.centre, .footer-group.right {
    align-items: flex-start;
  }

  .p-contact-info {
    text-align: left;
  }

  .flat-roof-image, .rubber-roof-image, .roofing-services-image, .gutter-image {
    min-height: 200px;
  }

  .h3 {
    margin-top: 30px;
  }

  .full-width-image {
    margin-bottom: 30px;
  }

  .areas-div, .areas-list {
    flex-direction: column;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .map-html, .map-html.tablet {
    display: none;
  }

  .map-html.mobile {
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .map-html-mobile {
    display: block;
  }

  ._9-image-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-subgroup {
    flex-direction: row;
  }

  .banner-mask {
    height: 300px;
  }

  ._2x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-map.tablet {
    display: none;
  }

  .contact-map.mobile {
    display: block;
  }
}

#w-node-_2990c834-f62c-dc77-0f52-45a076f99b46-4f62a8d6, #w-node-f66ad2dc-40f1-b295-0b1a-da628c1a0560-4f62a8d6, #w-node-_2b03a8e9-6eb2-b1fc-656a-4423b4ac5421-4f62a8d6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_2990c834-f62c-dc77-0f52-45a076f99b46-4f62a8d6, #w-node-f66ad2dc-40f1-b295-0b1a-da628c1a0560-4f62a8d6, #w-node-_2b03a8e9-6eb2-b1fc-656a-4423b4ac5421-4f62a8d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d782295e-7947-0030-4b37-8a6bfa8c9be3-3d2e5256 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2cc17163-7dd1-65d0-9f24-d06804701709-3d2e5256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b03a8e9-6eb2-b1fc-656a-4423b4ac5421-4f62a8d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2cc17163-7dd1-65d0-9f24-d06804701709-3d2e5256 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


