* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0em;
}

ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
hr {
  border: 0;
  height: 4px;
  background: #333333;
  background-image: -webkit-linear-gradient(left, #333333, #E5E7EB);
  background-image: -moz-linear-gradient(left, #333333, #E5E7EB);
  background-image: -ms-linear-gradient(left, #333333, #E5E7EB);
  background-image: -o-linear-gradient(left, #333333, #E5E7EB);
}

a,
a:visited {
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
  font-weight: bold;
  color: #333333;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
h1 span {
  color: #0072BA;
}

.subHeading {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: left;
  font-weight: bold;
  color: #333333;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .subHeading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.homepage h1 {
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.coverImg {
  background-size: cover;
  background-position: top center;
}

.accreditationImage {
  max-width: 220px;
  max-height: 220px;
  margin: 0 auto;
}

header,
.coverImg,
main,
section,
footer {
  float: left;
  width: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .container {
    width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 768px) {
  .flex {
    display: flex;
  }
}

@media (min-width: 768px) {
  .flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .center-items {
    align-items: center;
  }
}

/* header region - logo and navigation */
.logo {
  width: auto;
  height: 5rem;
}
@media (min-width: 768px) {
  .logo {
    height: auto;
    width: 10rem;
  }
}
.logo img {
  max-height: 100%;
}

.telephone {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .telephone {
    width: auto;
    text-align: left;
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .telephone {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.telephoneBox {
  text-align: center;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 1rem 2rem;
  margin: 0.75rem auto 0 auto;
  border: 4px solid #333333;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .telephoneBox {
    margin: 2rem auto 0 auto;
  }
}
.telephoneBox span {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .telephoneBox span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .telephoneBox span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.telephoneBox.reverse {
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
  background-color: transparent;
}

nav {
  display: none;
}
@media (min-width: 1024px) {
  nav {
    display: flex;
    width: auto;
  }
}
nav ul {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 0%;
}
nav ul li {
  text-align: left;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  nav ul li {
    margin-right: 0.75rem;
  }
}
nav ul li a,
nav ul li a:visited {
  transition: 0.5s;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
nav ul li a span,
nav ul li a:visited span {
  transition: 0.5s;
  border-bottom: 4px solid transparent;
  padding-bottom: 0.5rem;
}
nav ul li a:hover {
  color: #333333;
  text-decoration: none;
}
nav ul li a:hover span {
  transition: 0.5s;
  border-bottom: 4px solid #333333;
  padding-bottom: 0.5rem;
}
nav ul li.activeLink a,
nav ul li.activeLink a:visited {
  transition: 0.5s;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
nav ul li.activeLink a span,
nav ul li.activeLink a:visited span {
  transition: 0.5s;
  border-bottom: 4px solid #333333;
  padding-bottom: 0.5rem;
}
nav ul li.activeLink a:hover {
  color: #333333;
}
nav ul li.activeLink a:hover span {
  transition: 0.5s;
  border-bottom: 4px solid #333333;
  padding-bottom: 0.5rem;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: #0072BA;
  overflow-x: hidden;
  padding-top: 15px;
  transition: 0.5s;
}
@media (min-width: 640px) {
  .sidenav {
    padding-top: 60px;
  }
}
.sidenav ul {
  padding-top: 60px;
}
.sidenav ul li {
  text-align: center;
  margin-bottom: 10px;
}
.sidenav a {
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 48px;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #E5E7EB;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media (min-width: 768px) {
  .sidenav .closebtn {
    top: 20px;
  }
}

.openNavButton {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding: 8px;
}
@media (min-width: 768px) {
  .openNavButton {
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .openNavButton {
    display: none;
  }
}

.mobileMenuLabel {
  display: none;
}
@media (min-width: 768px) {
  .mobileMenuLabel {
    display: block;
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}

#site {
  transition: margin-left 0.5s;
}

/* Hero region */
.coverImg {
  background: url("/images/banners/two-bungalows-new-roofs.jpg");
  background: url("/images/banners/two-bungalows-new-roofs_twmznd.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coverImg .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.hero {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero .heroImage {
  display: none;
}
@media (min-width: 768px) {
  .hero .heroImage {
    display: block;
    max-width: 350px;
    margin: 0 auto 2rem auto;
  }
}
.hero .heroText {
  width: 100%;
  text-align: center;
  align-self: center;
}
.hero .heroText h1 {
  color: #FFFFFF;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  padding: 1rem;
}
@media (min-width: 768px) {
  .hero .heroText h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.hero .heroText .heroButtonContainer {
  float: left;
  width: 100%;
}
.hero .button {
  display: inline-block;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 700;
  border-radius: 9999px;
  margin: 1.5rem auto 1.5rem auto;
  padding: 1.5rem 2rem 1.5rem 2rem;
  text-decoration: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hero .button:hover {
  background-color: #333333;
  color: #FFFFFF;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

header {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 20;
}
@media (min-width: 768px) {
  header {
    position: fixed;
    transition: all 500ms;
  }
  header.scrolled {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
header .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Content areas */
@media (min-width: 768px) {
  .imageFloat.right {
    float: right;
    width: 50%;
  }
  .imageFloat.right img {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .imageFloat.right.oneThird {
    float: right;
    width: 50%;
  }
  .imageFloat.right.oneThird img {
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .imageFloat.right.oneThird {
    float: right;
    width: 33%;
  }
  .imageFloat.right.oneThird img {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .imageFloat.left {
    float: right;
    width: 50%;
  }
  .imageFloat.left img {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .imageFloat.left.oneThird {
    float: left;
    width: 50%;
  }
  .imageFloat.left.oneThird img {
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .imageFloat.left.oneThird {
    float: left;
    width: 33%;
  }
  .imageFloat.left.oneThird img {
    margin: 1rem;
  }
}

.divider {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #E5E7EB;
}
.divider.slate {
  background-color: #333333;
  color: #FFFFFF;
}
.divider.slate a,
.divider.slate a:visited {
  color: #FFFFFF;
}
.divider.slate a:hover {
  color: #C7A775;
}
.divider.blue {
  background-color: #0072BA;
  color: #FFFFFF;
}
.divider.blue a,
.divider.blue a:visited {
  color: #FFFFFF;
}
.divider.blue a:hover {
  color: #000000;
}
@media (min-width: 640px) {
  .divider.noPadding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.divider h2 {
  margin: 0 0 0 0;
}

.dividerSlate {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #FFFFFF;
  background-color: #333333;
}
.dividerSlate h2 {
  margin: 0 0 0 0;
}
.dividerSlate a,
.dividerSlate a:visited {
  color: #FFFFFF;
}

.sectionBG {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #E5E7EB;
  border-radius: 0.5rem;
  overflow: hidden;
}

.sectionBGAlternateColour {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #333333;
  color: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
}
.sectionBGAlternateColour a,
.sectionBGAlternateColour a:visited {
  color: #FFFFFF;
}

.sectionBorder {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-top: 1px solid #E5E7EB;
}

.sectionPlain {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.textSection {
  padding: 1rem;
}
@media (min-width: 768px) {
  .textSection {
    padding: 2rem;
  }
}
@media (min-width: 640px) {
  .textSection.noLeftPadding {
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .textSection.noRightPadding {
    padding-right: 0;
  }
}

.imageSection {
  height: 100%;
}
.imageSection img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imageSectionPadding {
  padding: 1rem;
}

/* cssGrid Items */
.cssGrid {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssGrid {
    display: grid;
    gap: 1rem;
  }
  .cssGrid.noGap {
    gap: 0rem;
  }
  .cssGrid.twoCols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cssGrid.threeCols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cssGrid.fourCols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .cssGrid.fiveCols {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cssGrid.sixCols {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.cssGrid .gridTitle {
  text-align: center;
}
@media (min-width: 768px) {
  .cssGrid .gridTitle {
    grid-column: 1/-1;
  }
}
.cssGrid .gridItem .subHeading {
  margin-top: 0;
}
.cssGrid .gridItem.services {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  background-color: #C7A775;
  width: 100%;
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  .cssGrid .gridItem.services {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cssGrid .gridItem.services:hover {
  background-color: #FFFFFF;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.cssGrid .gridItem.services a,
.cssGrid .gridItem.services a:visited {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -6000px;
}
.cssGrid .gridItem.services .itemContent {
  flex-grow: 1;
  color: #333333;
}
.cssGrid .gridItem.services .itemTitle {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cssGrid .gridItem.services .itemDetails {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.25rem;
}
.cssGrid .gridItem.services .itemLinkButton {
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cssGrid .gridItem.services .itemLinkButton {
    margin-left: 0;
    margin-right: 0;
  }
}
.cssGrid .gridItem.services.blue {
  background-color: #0072BA;
  color: #FFFFFF;
}
.cssGrid .gridItem.services.blue .itemTitle,
.cssGrid .gridItem.services.blue .itemDetails {
  color: #FFFFFF;
  transition: 0.5s;
}
.cssGrid .gridItem.services.blue:hover {
  background: #FFFFFF;
  color: #333333;
}
.cssGrid .gridItem.services.blue:hover .itemTitle,
.cssGrid .gridItem.services.blue:hover .itemDetails {
  color: #333333;
  transition: 0.5s;
}

.services {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #FFFFFF;
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-top: 1px solid #d3d3d3;
}

/* Call to Action */
.cta {
  background-color: #333333;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cta h1 {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .cta h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .cta h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

footer {
  background-color: #E5E7EB;
  padding-top: 3rem;
  color: #333333;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  word-break: break-all;
}
@media (min-width: 640px) {
  footer {
    text-align: left;
  }
}
footer ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer ul li {
    margin-bottom: 5px;
  }
}
footer ul li a,
footer ul li a:visited {
  font-weight: normal;
  line-height: 48px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  footer ul li a,
footer ul li a:visited {
    line-height: normal;
  }
}
footer .footerTitle {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footerTitle {
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-align: left;
    grid-column: 1/-1;
  }
}
footer .gridItem.contactColumn {
  grid-column-start: 4;
  grid-column-end: 7;
}
@media (min-width: 1024px) {
  footer .gridItem.contactColumn {
    grid-column-start: 5;
    grid-column-end: 7;
  }
}
footer .copyrightBuildDetails {
  float: left;
  width: 100%;
  margin-top: 3rem;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  footer .copyrightBuildDetails {
    display: flex;
  }
}
footer .copyrightBuildDetails .copyright {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyrightBuildDetails .copyright {
    width: 40%;
    float: left;
    text-align: left;
    align-self: center;
  }
}
footer .copyrightBuildDetails .taDesign {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyrightBuildDetails .taDesign {
    margin-bottom: 0;
    width: 60%;
    float: right;
    text-align: right;
    align-self: center;
  }
}

main {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  main {
    padding: 1.5rem 0 4rem 0;
    margin-top: 110px;
  }
}
@media (min-width: 1024px) {
  main {
    padding: 2rem 0 4rem 0;
    margin-top: 126px;
  }
}

.homepage main {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.homepage .coverImg {
  margin-top: -140px;
}
@media (min-width: 768px) {
  .homepage .coverImg {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
