:root {
  --text-grey: #555;
  --beige: #fae8d6;
  --white: white;
  --transparent: rgba(255, 255, 255, 0);
  --black: black;
  --red: #fc0000;
  --green: #02866f;
  --brown: #a36850;
  --grey: #f9f9f9;
  --color: #48b4a1;
}

.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;
}

body {
  color: var(--text-grey);
  font-family: Work Sans, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.section {
  background-color: var(--beige);
  margin-bottom: 0;
  padding: 120px 60px;
}

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

.section.locations-map {
  background-color: var(--transparent);
  position: relative;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-1200.flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
}

.paragraph.large {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
}

.paragraph.large.red {
  color: var(--red);
}

.container-1000 {
  max-width: 1000px;
}

.text-block.small {
  font-size: 14px;
}

.text-block.small.right-f-block {
  color: var(--white);
  text-align: right;
  font-size: 14px;
}

.text-block.large {
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block.faqq {
  color: var(--green);
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  width: auto;
  min-width: 200px;
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  transition: opacity .2s;
}

.button:hover {
  opacity: .75;
}

.button.white {
  background-color: var(--brown);
  color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.h3.small-bottom-margin {
  margin-bottom: 10px;
}

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

.list-wrap {
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-wrap.with-heading {
  margin-top: -20px;
}

.list-heading {
  color: var(--green);
  text-transform: none;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.list.number {
  list-style-type: decimal;
}

.list-item {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Work Sans, sans-serif;
}

.list-item.indented {
  background-image: url('../images/circle_1circle.png');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  padding-top: 0;
  padding-left: 15px;
  list-style-type: none;
}

.navbar {
  width: 100%;
  background-color: #f9f9f9;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.nav-menu {
  width: auto;
  max-width: none;
  grid-column-gap: 15px;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding: 3px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .75;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  background-color: var(--transparent);
  color: var(--green);
}

.dropdown-toggle {
  padding: 0 20px 0 10px;
}

.nav-link-text {
  color: var(--black);
  font-size: 17px;
  font-weight: 500;
}

.dd-icon {
  color: var(--black);
  margin-right: 0;
  font-size: 17px;
}

.dropdown-list.w--open {
  background-color: var(--green);
}

.dd-nav-link {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
}

.dd-nav-link:hover {
  opacity: .75;
}

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

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

.footer-base {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ps-link {
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.ps-link:hover {
  opacity: .75;
}

.ps-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.footer-titles {
  color: var(--white);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.footer-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .75;
}

.footer-link.w--current {
  text-decoration: underline;
}

.footer-grid-block-company {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.f-info-wrap {
  margin-top: auto;
}

.f-email {
  margin-top: 0;
  display: none;
}

.f-ph-wrap {
  margin-top: 20px;
  margin-bottom: 5px;
}

.fa-ph-icn {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.fa-ph-icn.large {
  color: var(--green);
  font-size: 20px;
}

.f-ph-link {
  color: var(--text-grey);
  text-decoration: none;
}

.f-ph-text {
  color: var(--white);
  font-size: 14px;
}

.f-phone {
  grid-column-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.encoded-ea-f-2 {
  display: none;
}

.footer {
  background-color: var(--green);
  margin-top: auto;
  padding: 120px 60px 40px;
}

.text-block-footer {
  color: var(--white);
  font-size: 14px;
}

.heading-wrap {
  margin-bottom: 20px;
}

.heading-wrap._1000 {
  max-width: 1000px;
}

.contact-form-wrap {
  margin-top: 20px;
}

.field-label {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 500;
}

.text-field {
  border: 1px solid var(--beige);
  background-color: var(--white);
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 19px;
}

.form-field-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form-field-wrap {
  max-width: 650px;
}

.textarea {
  min-height: 250px;
  border: 1px solid var(--beige);
  margin-bottom: 40px;
  font-size: 19px;
}

.phone {
  align-items: center;
  display: flex;
}

.icon-wrap {
  flex: none;
  margin-right: 10px;
}

.email, .hours {
  align-items: center;
  display: flex;
}

.contact-methods {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.encoded-ea {
  margin-bottom: 0;
}

.encoded-ea-2 {
  margin-bottom: 0;
  display: none;
}

.page-titles {
  background-color: var(--green);
  padding: 120px 60px;
  position: relative;
}

.page-titles.basic {
  background-color: var(--green);
  background-image: none;
}

.page-titles.about {
  background-image: linear-gradient(rgba(41, 134, 111, .4), rgba(41, 134, 111, .4)), url('../images/banner-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.contact {
  background-image: linear-gradient(rgba(67, 120, 108, .6), rgba(67, 120, 108, .6)), url('../images/Contact-us.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.flora {
  background-image: linear-gradient(rgba(41, 134, 111, .5), rgba(41, 134, 111, .5)), url('../images/banner-4.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.dev-app-supp {
  background-image: linear-gradient(rgba(71, 77, 62, .5), rgba(71, 77, 62, .5)), url('../images/Development-Application-support.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.enviro-monit {
  background-image: linear-gradient(rgba(41, 134, 111, .4), rgba(41, 134, 111, .4)), url('../images/banner-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.biodiv {
  background-image: linear-gradient(rgba(29, 46, 26, .3), rgba(29, 46, 26, .3)), url('../images/Biodiversity-conservation-planning.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h1-page-titles {
  border-bottom: 6px none var(--green);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-page-titles.bas {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.pt-containter {
  max-width: 1200px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.breadcrumbs {
  max-width: 1320px;
  margin-bottom: -38px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

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

.bc-link.w--current {
  color: var(--text-grey);
  text-decoration: none;
  transition: opacity .2s;
}

.bc-current {
  color: var(--text-grey);
  font-weight: 400;
  text-decoration: underline;
}

.bc-text {
  color: var(--text-grey);
  text-align: right;
  font-size: 12px;
}

.billboard {
  height: auto;
  background-color: var(--green);
  background-image: linear-gradient(rgba(19, 48, 13, .55), rgba(19, 48, 13, .55)), url('../images/Homepage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 150px 60px;
  display: flex;
}

.bb-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bb-sub-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}

.faq-icn-wrapper {
  align-self: flex-start;
}

.faqs-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faqs-list {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.faq-q {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 2px #eaeaea;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  display: flex;
}

.faq-a-wrapper {
  margin-bottom: 1.5rem;
}

.faq-wrap {
  border: 2px #eaeaea;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-wrap.spare-faq {
  display: none;
}

.faq-icn {
  width: 2rem;
  height: 2rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-a {
  background-color: #fff;
  border-top: 2px solid #f2f2f2;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.paragraph-faq {
  max-width: 1000px;
  color: var(--text-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Manrope;
}

.flex-container-copy {
  width: 50%;
}

.flex-container-image {
  width: 50%;
  height: 500px;
  border: 0px none var(--transparent);
  background-color: var(--transparent);
  object-fit: none;
  align-self: flex-start;
  display: block;
}

.cta {
  background-color: var(--brown);
  padding: 80px 60px;
}

.cta-headings {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.3;
}

.cta-button {
  width: auto;
  max-width: 240px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  flex: none;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 26px;
  font-weight: 500;
  transition: opacity .2s;
}

.cta-button:hover {
  opacity: .75;
}

.nav-menu-banner {
  width: 100%;
  background-color: var(--green);
  justify-content: center;
  margin-top: 0;
  display: none;
}

.nav-container {
  max-width: none;
  background-color: var(--beige);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.nav-top-container {
  max-width: 1320px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 20px 60px;
  display: flex;
  position: relative;
}

.nav-cta-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cta-header-button {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  transition: opacity .2s;
}

.cta-header-button:hover {
  opacity: .75;
}

.header-ph-link {
  color: var(--black);
  margin-right: 0;
  text-decoration: none;
}

.fa-header-icn {
  color: var(--green);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.header-text-block {
  font-size: 19px;
  font-weight: 500;
}

.h1-bb {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

.top-banner {
  background-color: var(--green);
  padding: 10px 60px;
  display: none;
}

.tb-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tb-banner-text {
  color: var(--white);
  text-align: center;
  font-weight: 500;
  display: none;
}

.legal-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.legal-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.legal-link:hover {
  opacity: .75;
}

.legal-link.w--current {
  text-decoration: underline;
}

.f-title-wrap {
  height: 60px;
}

.body {
  flex-direction: column;
  display: flex;
}

.spacer {
  height: 60px;
}

.cta-container {
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-section {
  height: 0;
  padding: 0;
}

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

.encoded-ea-3 {
  margin-bottom: 0;
  display: none;
}

.sb-image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.bold {
  color: var(--black);
  font-weight: 500;
}

.faq-dd {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.faqs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
}

.faq-heading {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.cards-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.service-card-wrap {
  height: 280px;
  background-color: var(--green);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.service-card-wrap:hover {
  opacity: .85;
}

.service-card-heading {
  min-height: 80px;
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-main {
  width: 180px;
  height: 180px;
}

.cta-header-button-mobile {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  transition: opacity .2s;
  display: none;
}

.cta-header-button-mobile:hover {
  opacity: .75;
}

.footer-logo-wrap {
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.f-logo {
  width: 70px;
  height: 85px;
}

.text-link {
  color: var(--green);
  font-weight: 500;
  transition: color .2s;
}

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

.italic {
  font-style: italic;
}

.tb-phone {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fa-ph-icn-tb {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
}

.tb-ph-link {
  color: var(--text-grey);
  text-decoration: none;
}

.tb-ph-text {
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
}

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

.select-field {
  height: 48px;
  border: 0px none var(--transparent);
  background-color: var(--white);
  margin-bottom: 20px;
  font-size: 19px;
}

.red-asterisx {
  color: var(--red);
}

.heading-wrap-2 {
  margin-bottom: 40px;
}

.heading-wrap-2.centred {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.locations-list {
  padding-left: 0;
  list-style-type: none;
}

.locations-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-locations {
  background-image: url('../images/green-check_1green-check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-attachment: scroll;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 45px;
}

.map-container {
  z-index: -1;
  opacity: .07;
  object-fit: fill;
  background-image: url('../images/map-of-australia.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cards-container {
  max-width: 1200px;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-wrap {
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-divider {
  width: 50%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.paragraph-wrap {
  width: auto;
  max-width: 650px;
}

.c-icon {
  width: 100px;
  height: 100px;
}

.cards-icon {
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  margin-bottom: 20px;
}

.services-box-icon {
  width: 128px;
  height: 128px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 19px;
  }

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

  .paragraph, .text-block {
    font-size: 19px;
  }

  .text-block.small {
    font-size: 14px;
  }

  .text-block.small.right-f-block {
    text-align: left;
    font-size: 19px;
  }

  .button {
    font-size: 19px;
  }

  .list-heading {
    font-size: 24px;
  }

  .list-item {
    font-size: 19px;
  }

  .nav-menu {
    border-bottom: 10px solid var(--green);
    background-color: var(--beige);
    padding: 40px 60px 50px;
  }

  .menu-button {
    width: 100%;
    background-color: var(--green);
    text-align: right;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .nav-link {
    color: var(--green);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 22px;
  }

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

  .nav-dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-toggle {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-text {
    color: var(--white);
    font-size: 22px;
  }

  .nav-link-text.dd-link-current-services {
    color: var(--green);
  }

  .dd-icon {
    color: var(--green);
    font-size: 22px;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 10px;
  }

  .dd-nav-link {
    color: var(--green);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .icon {
    color: var(--white);
    padding-right: 20px;
    font-size: 40px;
  }

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

  .footer-base {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-text {
    font-size: 20px;
  }

  .footer-titles {
    margin-bottom: 0;
    font-size: 30px;
  }

  .footer-link {
    font-size: 19px;
  }

  .footer-grid-block-company {
    align-items: flex-start;
  }

  .f-info-wrap {
    margin-bottom: 40px;
  }

  .encoded-ea-f {
    display: none;
  }

  .fa-ph-icn, .f-ph-text {
    font-size: 19px;
  }

  .f-phone {
    justify-content: flex-start;
  }

  .encoded-ea-f-2 {
    display: block;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .text-block-footer {
    font-size: 19px;
  }

  .field-label {
    font-size: 18px;
  }

  .text-field {
    font-size: 19px;
  }

  .form-field-grid {
    grid-template-columns: 1fr;
  }

  .textarea {
    font-size: 19px;
  }

  .encoded-ea {
    display: block;
  }

  .encoded-ea-2 {
    margin-bottom: 0;
    display: none;
  }

  .page-titles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-titles.contact {
    background-image: linear-gradient(rgba(67, 120, 108, .6), rgba(67, 120, 108, .6)), url('../images/Contact-us.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .pt-containter {
    justify-content: flex-start;
  }

  .breadcrumbs {
    bottom: 0%;
  }

  .bc-text {
    font-size: 12px;
  }

  .billboard {
    height: auto;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .bb-sub-text {
    font-size: 24px;
  }

  .faqs-list {
    width: auto;
  }

  .paragraph-faq {
    font-size: 19px;
  }

  .flex-container-copy {
    width: 60%;
  }

  .flex-container-image {
    width: 40%;
    height: 300px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-headings {
    text-align: left;
  }

  .cta-button {
    font-size: 20px;
  }

  .nav-menu-banner {
    display: flex;
  }

  .nav-top-container {
    align-items: center;
  }

  .nav-cta-container {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .cta-header-button {
    font-size: 18px;
  }

  .header-ph-link {
    display: none;
  }

  .header-text-block {
    font-size: 18px;
  }

  .h1-bb {
    font-size: 70px;
  }

  .tb-banner-text {
    font-size: 18px;
  }

  .legal-link {
    font-size: 19px;
  }

  .f-title-wrap {
    height: 50px;
  }

  .cta-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .encoded-ea-3 {
    display: none;
  }

  .cards-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .service-card-wrap {
    height: 230px;
    padding-bottom: 60px;
  }

  .cta-header-button-mobile {
    font-size: 18px;
  }

  .footer-logo-wrap {
    align-self: flex-start;
    align-items: flex-start;
  }

  .f-logo {
    width: 100px;
    height: 121px;
  }

  .tb-phone {
    justify-content: center;
  }

  .fa-ph-icn-tb, .tb-ph-text {
    font-size: 19px;
  }

  .heading-wrap-2.centred {
    margin-bottom: 20px;
  }

  .list-item-locations {
    font-size: 19px;
  }

  .cards-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .card-divider {
    width: auto;
  }

  .services-box-icon {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 80px 40px;
  }

  .container-1200.flex {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 35px;
  }

  .list-heading {
    font-size: 24px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    padding: 80px 40px 40px;
  }

  .heading-wrap {
    margin-bottom: 20px;
  }

  .page-titles {
    padding: 80px 40px;
  }

  .page-titles.contact {
    background-image: linear-gradient(rgba(67, 120, 108, .6), rgba(67, 120, 108, .6)), url('../images/Contact-us.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h1-page-titles {
    text-align: left;
    font-size: 48px;
  }

  .pt-containter {
    justify-content: flex-start;
  }

  .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 0%;
  }

  .billboard {
    height: auto;
    padding: 120px 40px;
  }

  .faq-icn-wrapper {
    width: 1.75rem;
  }

  .faq-q {
    padding: 1rem 0;
  }

  .faq-a-wrapper {
    margin-bottom: 1.25rem;
  }

  .faq-icn {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq-a {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container-copy {
    width: 100%;
    order: 1;
  }

  .flex-container-image {
    width: 100%;
    height: 450px;
    order: -1;
    display: block;
  }

  .cta {
    padding: 60px 40px;
  }

  .cta-headings {
    align-self: center;
    font-size: 40px;
  }

  .nav-top-container {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-header-button {
    display: flex;
  }

  .h1-bb {
    font-size: 60px;
  }

  .top-banner {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .spacer {
    height: 50px;
  }

  .cta-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .cta-copy {
    text-align: center;
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .faqs-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-heading {
    font-size: 35px;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .service-card-wrap {
    padding-bottom: 50px;
  }

  .service-card-heading {
    padding-bottom: 15px;
    font-size: 20px;
  }

  .cta-header-button-mobile {
    display: none;
  }

  .tb-ph-text {
    font-size: 22px;
  }

  .heading-wrap-2.centred {
    margin-bottom: 20px;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .locations-grid-block.bottom {
    margin-top: -7px;
  }

  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .card-wrap {
    width: 80%;
    max-width: 500px;
  }

  .card-divider {
    flex-direction: column;
    align-items: center;
  }

  .services-box-icon {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 60px 20px;
  }

  .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2 {
    font-size: 35px;
  }

  .h3 {
    font-size: 30px;
  }

  .list {
    padding-left: 35px;
  }

  .list.number {
    padding-left: 25px;
  }

  .navbar {
    padding: 0;
  }

  .nav-menu {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    padding: 0;
  }

  .nav-link, .nav-dropdown {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dd-nav-link {
    white-space: normal;
    overflow-wrap: normal;
  }

  .icon {
    padding-right: 10px;
  }

  .footer {
    padding: 60px 20px 30px;
  }

  .heading-wrap {
    margin-bottom: 20px;
  }

  .contact-form-wrap {
    margin-top: 0;
  }

  .encoded-ea-2 {
    display: none;
  }

  .page-titles {
    padding: 60px 20px;
  }

  .page-titles.contact {
    background-image: linear-gradient(rgba(67, 120, 108, .6), rgba(67, 120, 108, .6)), url('../images/Contact-us.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h1-page-titles {
    font-size: 40px;
  }

  .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
    bottom: -4%;
  }

  .billboard {
    padding: 80px 20px;
  }

  .bb-sub-text {
    font-size: 24px;
  }

  .flex-container-image {
    height: 280px;
    display: block;
  }

  .cta {
    padding: 40px 20px;
  }

  .cta-headings {
    font-size: 30px;
  }

  .cta-button {
    width: auto;
    max-width: 240px;
  }

  .nav-top-container {
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-header-button {
    display: none;
  }

  .h1-bb {
    font-size: 48px;
  }

  .top-banner {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cta-container {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }

  .encoded-ea-3 {
    display: none;
  }

  .faq-heading {
    font-size: 32px;
  }

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

  .service-card-wrap {
    height: 200px;
  }

  .service-card-heading {
    font-size: 20px;
  }

  .logo-main {
    width: 170px;
    height: 170px;
  }

  .cta-header-button-mobile {
    display: flex;
  }

  .tb-ph-text {
    font-size: 22px;
  }

  .card-wrap {
    width: auto;
  }

  .services-box-icon {
    width: 90px;
    height: 90px;
  }
}

#w-node-_21839e07-6f68-b338-940c-5dfe1bd4784a-d4dbd41e, #w-node-_21839e07-6f68-b338-940c-5dfe1bd47856-d4dbd41e, #w-node-_13dfc461-7051-f720-1d2a-a3ebf58e85b5-f58e85b2, #w-node-_53832fdd-02f8-f69f-0870-3a34f0f06766-f58e85b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13dfc461-7051-f720-1d2a-a3ebf58e85da-f58e85b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-bae69edc-81c2-2f33-a100-0fd9a81c88d0-d4dbd474, #w-node-b3765c2f-f972-a156-a0ab-ad7c52231d0e-d4dbd478, #w-node-_1b76dae5-94c0-8ae5-7a76-a8e52b54cd53-d4dbd478, #w-node-_72c47ac3-b2f8-ed3d-a050-7c700582de28-d4dbd478, #w-node-_2b9aec9c-fede-ccee-ffba-2aab93484ff7-d4dbd478, #w-node-_20d820a4-1dd1-9794-8554-96838b641329-d4dbd478, #w-node-_1e4c88b8-dd45-f7d8-acb1-f11e69a3b4c9-d4dbd478, #w-node-_7ce7b146-7240-3c69-117c-7b6ebc65a00a-d4dbd478, #w-node-_29d6bbcc-455d-1fe2-c765-7343907eca5b-d4dbd478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_13dfc461-7051-f720-1d2a-a3ebf58e85da-f58e85b2 {
    order: -9999;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}