/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-template-handbook .highlight {
  color: var(--accent-color);
}

.page-template-template-handbook .section-one {
  padding: 40px 0;
  background-color: #282D30;
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-one {
    padding: 80px 0;
  }
}
.page-template-template-handbook .section-one p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-one p {
    font-size: 28px;
    line-height: 36px;
  }
}
.page-template-template-handbook .section-two {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-two {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-handbook .section-two {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .page-template-template-handbook .section-two img {
    margin-bottom: 30px;
  }
}
.page-template-template-handbook .section-two .highlight {
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}

.page-template-template-handbook .section-three {
  padding: 40px 0;
  background-image: url(../webp/bg-wave.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-three {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-handbook .section-three {
    padding: 120px 0;
  }
}
.page-template-template-handbook .section-three ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}

.page-template-template-handbook .section-four {
  padding: 40px 0;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-four {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-handbook .section-four {
    padding: 120px 0;
  }
}
.page-template-template-handbook .section-four ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}

.page-template-template-handbook .section-five {
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .page-template-template-handbook .section-five {
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-handbook .section-five {
    padding: 120px 0 100px;
  }
}
.page-template-template-handbook .section-five iframe {
  display: block;
  margin: 0 auto 30px;
}

.page-template-template-handbook .section-six {
  padding: 40px 0;
  background-color: var(--color-neutral);
  background-image: url(../png/hammer-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-six {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-handbook .section-six {
    padding: 120px 0 160px;
  }
}
.page-template-template-handbook .section-seven {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-template-handbook .section-seven {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-handbook .section-seven {
    padding-top: 120px;
  }
}

/*# sourceMappingURL=template-handbook.css.map*/