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

:root {
  --text-grey: #555;
  --grey: #f9f9f9;
  --cadet-blue: #4290a2;
  --black: black;
  --white: white;
  --darker-grey: #dedede;
  --red: #d1512e;
  --transparent: #fff0;
}

.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: Manrope, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.section {
  margin-bottom: 0;
  padding: 120px 60px;
}

.section.green-bg {
  background-color: var(--cadet-blue);
}

.section.green {
  background-color: var(--black);
}

.section.map {
  padding: 120px 60px;
  position: relative;
}

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

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

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

.paragraph {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
}

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

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

.paragraph.greay-box {
  background-color: #f9f9f9;
  border-left: 5px solid #000;
  max-width: none;
  margin-bottom: 40px;
  padding: 30px;
}

.paragraph.large {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.paragraph.greay-box {
  background-color: #f9f9f9;
  border-left: 5px solid #000;
  padding: 30px;
}

.paragraph.edit {
  background-color: var(--darker-grey);
}

.paragraph.margin-top, .paragraph.faq {
  margin-top: 20px;
}

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

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

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

.text-block.bold {
  color: var(--black);
  font-weight: 700;
}

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

.text-block.large {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.button:hover {
  opacity: .75;
}

.button.coloured {
  background-color: var(--red);
  color: var(--white);
  min-width: 240px;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  min-width: 240px;
}

.button.sb {
  background-color: var(--white);
  color: var(--black);
  min-width: 180px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2;
}

.text-link {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.h3.cta-sb {
  color: var(--white);
  font-size: 36px;
  line-height: 1.2;
}

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

.list-wrap.locations-list {
  display: none;
}

.list-wrap._2-col-locations {
  display: flex;
}

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

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

.list.letter {
  list-style-type: lower-alpha;
}

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

.list-item.no-bullet {
  margin-left: -40px;
  padding-left: 0;
  list-style-type: none;
}

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

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

.nav-menu {
  grid-column-gap: 40px;
  width: 100%;
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.nav-link {
  color: var(--white);
  border-top: 0 #0000;
  border-bottom: 0 #0000;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s;
}

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

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: var(--red);
  background-color: #0000;
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav-dropdown.locations {
  display: none;
}

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

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

.dd-icon {
  color: var(--white);
  margin-right: 0;
}

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

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

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

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

.dd-nav-link.locations {
  transition: none;
}

.dd-nav-link.locations:hover {
  opacity: 1;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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(--black);
  font-weight: 600;
  line-height: 1;
}

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

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

.footer-link {
  color: var(--text-grey);
  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 {
  color: var(--red);
  text-decoration: underline;
}

.footer-link.phillip-island, .footer-link.gor, .footer-link.daylesford {
  display: none;
}

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

.f-logo-wrap {
  justify-content: flex-end;
  display: flex;
}

.f-info-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

.f-ph-text {
  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: #f9f9f9;
  margin-top: auto;
  padding: 120px 60px 40px;
}

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

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

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

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

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

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

.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 {
  border: 1px solid var(--black);
  min-height: 250px;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
}

.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: 5px;
}

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

.page-titles {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040);
  padding: 120px 60px;
  position: relative;
}

.page-titles.bendigo {
  background-color: var(--black);
  background-image: linear-gradient(#00000059, #00000059), url('../images/bendigo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.arfd {
  background-image: linear-gradient(#00000052, #00000052), url('../images/Arborist-Reports-for-Developments.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.rm {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/root-mapping-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.pa {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Project-Arborist.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.thas {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/tree-health-and-safety.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.tst {
  background-image: linear-gradient(#0006, #0006), url('../images/about-us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.ec {
  background-image: linear-gradient(#0006, #0006), url('../images/south-east-melbourne.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.faq {
  background-image: linear-gradient(#00000057, #00000057), url('../images/faqs.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.cu {
  background-image: linear-gradient(#00000057, #00000057), url('../images/contact-us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.au {
  background-image: linear-gradient(#00000061, #00000061), url('../images/about-us.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.melbourne {
  background-image: linear-gradient(#00000069, #00000069), url('../images/melbourne-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.carlton-melbourne {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/carlton-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.carlton-north {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/carlton-north.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.south-east-melbourne {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/south-east-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.east-melbourne {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/east-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.south-yarra {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/south-yarra-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.kensington-melbourne {
  background-color: var(--black);
  background-image: linear-gradient(#00000059, #00000059), url('../images/kensington-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.sumerville {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/parkville-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.yarra-valley {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/yarra-valley-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.geelong {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/geelong-2.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.mornington-peninsula {
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/mornington-peninsula-2.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.ballarat {
  background-color: var(--black);
  background-image: linear-gradient(#00000059, #00000059), url('../images/ballarat.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.albury {
  background-image: linear-gradient(#00000040, #00000040), url('../images/albury.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.wodonga {
  background-image: linear-gradient(#00000040, #00000040), url('../images/wodonga.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.melton {
  background-image: linear-gradient(#00000040, #00000040), url('../images/melton.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.hume {
  background-image: linear-gradient(#00000040, #00000040), url('../images/hume.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.whittlesea {
  background-image: linear-gradient(#00000040, #00000040), url('../images/whittlesea.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.casey {
  background-image: linear-gradient(#00000040, #00000040), url('../images/casey.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.pakenham {
  background-image: linear-gradient(#00000040, #00000040), url('../images/hume.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.wangaretta {
  background-image: linear-gradient(#00000040, #00000040), url('../images/melton.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.wyndham {
  background-image: linear-gradient(#00000059, #00000059), url('../images/wyndham.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.collingwood, .page-titles.mooney-ponds {
  background-image: linear-gradient(#0006, #0006), url('../images/bendigo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.frankston {
  background-image: linear-gradient(#00000040, #00000040), url('../images/frankston.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.springvale {
  background-image: linear-gradient(#00000040, #00000040), url('../images/springvale.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.footscray {
  background-image: linear-gradient(#00000040, #00000040), url('../images/footscray.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.northcott {
  background-image: linear-gradient(#00000040, #00000040), url('../images/carlton-north.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.regional {
  background-image: url('../images/hume.jpg'), linear-gradient(#00000040, #00000040);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.page-titles.ashburton, .page-titles.canerbury, .page-titles.camberwell, .page-titles.carnegie, .page-titles.kew, .page-titles.croydon, .page-titles.wantirna {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Tree-Structural-Testing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.tmplans {
  background-image: linear-gradient(#00000052, #00000052), url('../images/south-east-melbourne.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.protection {
  background-image: linear-gradient(#00000052, #00000052), url('../images/footscray.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-titles.council {
  background-color: var(--black);
  background-image: linear-gradient(#00000059, #00000059), url('../images/springvale.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h1-page-titles {
  border-bottom: 6px none var(--cadet-blue);
  color: var(--white);
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.h1-page-titles.bas {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.pt-containter {
  justify-content: flex-start;
  max-width: 1200px;
  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;
  inset: auto 0% 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 {
  font-weight: 400;
  text-decoration: underline;
}

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

.style-guide {
  padding: 120px 60px;
  display: none;
}

.billboard {
  background-color: #00000082;
  background-image: linear-gradient(#0006, #0006), url('../images/Project-Arborist.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 140px 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%;
  place-items: start 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

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

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

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

.flex-container-sb.portrait {
  width: 40%;
  height: 600px;
}

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

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

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

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

.logo {
  width: 280px;
}

.footer-logo {
  width: 220px;
}

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

.nav-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.nav-top-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.nav-cta-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cta-header-button {
  color: var(--white);
  text-align: center;
  background-color: #d95234;
  font-weight: 600;
  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: #d1512e;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.fa-header-icn.large {
  font-size: 26px;
}

.header-text-block {
  font-size: 20px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.legal-link {
  color: var(--text-grey);
  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: 50px;
}

.spacer.small {
  height: 10px;
}

.select-field-2 {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: 48px;
  margin-bottom: 20px;
  font-size: 17px;
}

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

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

.logos-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-section {
  margin-bottom: 0;
  padding: 120px 60px;
}

.logos-section.grey {
  background-color: #f9f9f9;
}

.logo-wrap {
  align-self: center;
}

.client-logo {
  width: 160px;
}

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

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

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

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

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

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

.cards-text {
  color: var(--white);
  margin-bottom: 20px;
}

.cards-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.cards-icon {
  background-color: var(--transparent);
  border-radius: 50%;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.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(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.italics {
  font-style: italic;
}

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

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

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

.service-card-wrap {
  object-fit: fill;
  background-color: #f5f5f5;
  height: auto;
  transition: opacity .2s;
  position: relative;
}

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

.service-card-heading {
  background-color: var(--black);
  color: var(--white);
  align-items: center;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.service-card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 300px;
  max-height: none;
  position: static;
  inset: 0%;
}

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

.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;
  inset: 0%;
  overflow: hidden;
}

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

.list-item-locations {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-attachment: scroll;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  font-family: Manrope, sans-serif;
}

.titles {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.body-link {
  text-decoration: none;
}

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

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

.tb-banner-text-mobile {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

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

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

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

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

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

.h2-bb {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.cta-ph-link {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  text-decoration: none;
}

.cta-text-block {
  font-size: 26px;
  font-weight: 700;
}

.h3-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

.melbourne-map {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.sb-cta {
  border: 0px none var(--transparent);
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  object-fit: none;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 30px 20px 40px;
  display: flex;
}

.sb-cta-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

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

.list-wrap-2col {
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.list-2col {
  width: 50%;
}

.flex-container-copy-2 {
  width: 70%;
}

.h3-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

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

.list-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.5;
}

.h4.team {
  font-size: 26px;
}

.h4.list-title {
  margin-bottom: 20px;
}

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

.h2-bb-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.sticky-phone-link {
  display: none;
}

.icon-2 {
  width: 24px;
}

.team-grid {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.team-profile-pic {
  background-color: var(--darker-grey);
  object-fit: fill;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.profile-pic {
  object-fit: fill;
  width: 100%;
}

.bold-2 {
  color: #000;
  font-weight: 700;
}

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

.list-item-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Manrope, sans-serif;
  list-style-type: disc;
}

.list-item-2.check-mark {
  background-image: url('../images/check-mark_1check-mark.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 40px;
  list-style-type: none;
}

.emergency-box {
  border-left: 3px solid var(--red);
  background-color: var(--grey);
  margin-bottom: 40px;
  padding: 20px 20px 10px;
}

.list-6.check {
  padding-left: 20px;
  list-style-type: none;
}

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

.flex-container-image {
  object-fit: none;
  background-color: #f9f9f9;
  border: 0 #fff0;
  align-self: flex-start;
  width: 40%;
  height: 350px;
  display: block;
}

.flex-container-copy-3 {
  width: 70%;
}

.council-link-wrap {
  border-top: 3px solid var(--darker-grey);
  margin-top: 40px;
  padding-top: 40px;
}

.faq-container {
  border-bottom: 3px solid var(--grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-container.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

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

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

  .paragraph {
    font-size: 19px;
  }

  .paragraph.greay-box {
    max-width: 100%;
  }

  .paragraph.large {
    margin-bottom: 10px;
  }

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

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

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

  .button {
    font-size: 19px;
  }

  .button.sb {
    min-width: auto;
    max-width: none;
  }

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

  .h1 {
    font-size: 60px;
  }

  .list-wrap._2-col-locations {
    flex-flow: column;
  }

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

  .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
  }

  .nav-menu {
    border-bottom: 10px solid var(--white);
    background-color: var(--black);
    padding: 0 60px 20px;
  }

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

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

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

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

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

  .nav-link-text {
    font-size: 18px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

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

  .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-links-wrap.last {
    margin-top: -80px;
  }

  .footer-links-wrap.bottom {
    margin-top: -30px;
  }

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

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

  .f-logo-wrap {
    margin-bottom: 10px;
  }

  .f-info-wrap {
    margin-bottom: 0;
  }

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

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

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

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

  .textarea {
    font-size: 18px;
  }

  .encoded-ea {
    display: none;
  }

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

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

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

  .breadcrumbs {
    bottom: 0%;
  }

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

  .style-guide {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .faqs-list {
    width: auto;
  }

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

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

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

  .flex-container-sb {
    height: 350px;
  }

  .flex-container-sb.portrait {
    width: 40%;
    height: 380px;
  }

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

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

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

  .footer-logo {
    width: 280px;
  }

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

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

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

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

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

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

  .legal-links {
    margin-top: 30px;
  }

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

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

  .f-title-wrap.hide {
    display: none;
  }

  .select-field-2 {
    font-size: 18px;
  }

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

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

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

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

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

  .cards-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-card-image {
    height: 250px;
  }

  .locations-grid {
    grid-column-gap: 20px;
  }

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

  .titles {
    font-size: 26px;
  }

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

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

  .h2-bb {
    font-size: 40px;
  }

  .cta-ph-link {
    margin-bottom: 30px;
    display: flex;
  }

  .cta-text-block {
    font-size: 26px;
  }

  .h3-2 {
    font-size: 32px;
  }

  .melbourne-map {
    max-width: 100%;
  }

  .sb-cta {
    height: auto;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sb-cta-text {
    font-size: 19px;
  }

  .list-wrap-2col {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .list-2col {
    width: auto;
  }

  .list-2col.bottom {
    margin-top: -10px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .h3-3 {
    font-size: 32px;
  }

  .h2-bb-small {
    font-size: 35px;
  }

  .icon-2 {
    width: 20px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .team-profile-pic {
    height: auto;
  }

  .faqs {
    width: auto;
  }

  .list-item-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .flex-container-image {
    height: 350px;
  }
}

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

  .container-1200.flex {
    flex-direction: column;
  }

  .h1 {
    font-size: 50px;
  }

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

  .dd-nav-link {
    white-space: pre;
    overflow-wrap: break-word;
  }

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

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

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

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

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

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

  .style-guide {
    padding: 80px 40px;
  }

  .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 {
    order: 1;
    width: 100%;
  }

  .flex-container-copy._70p {
    width: auto;
  }

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

  .flex-container-sb.portrait {
    width: auto;
    height: 350px;
  }

  .cta {
    padding: 60px 40px;
  }

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

  .nav-top-container {
    justify-content: center;
  }

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

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

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

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

  .logos-section {
    padding: 80px 40px;
  }

  .sb-image {
    width: 100%;
  }

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

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

  .cards-heading {
    font-size: 26px;
  }

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

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

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

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

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

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

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

  .h2-bb {
    font-size: 40px;
  }

  .cta-ph-link {
    margin-bottom: 20px;
  }

  .h3-2 {
    font-size: 32px;
  }

  .sb-cta {
    order: 1;
    width: 100%;
    height: auto;
    display: none;
  }

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

  .h3-3 {
    font-size: 32px;
  }

  .locations-heading-wrap {
    margin-bottom: 30px;
  }

  .h2-bb-small {
    font-size: 33px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

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

  .section.map {
    padding: 60px 30px;
  }

  .paragraph.large {
    margin-bottom: 10px;
  }

  .paragraph.greay-box {
    padding: 20px;
  }

  .text-block.small.footer-ph-link {
    font-size: 16px;
  }

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

  .h1 {
    font-size: 48px;
  }

  .h2 {
    font-size: 35px;
  }

  .h3 {
    font-size: 32px;
  }

  .list {
    padding-left: 25px;
  }

  .list-item.no-bullet {
    margin-left: -20px;
  }

  .navbar {
    padding: 0;
  }

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

  .menu-button {
    padding: 0;
  }

  .icon {
    padding-right: 10px;
  }

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

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

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

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

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

  .style-guide {
    padding: 60px 30px;
  }

  .billboard {
    padding: 100px 30px;
  }

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

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

  .cta {
    padding: 40px 30px;
  }

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

  .nav-top-container {
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fa-header-icn {
    margin-right: 5px;
  }

  .fa-header-icn.white {
    color: var(--white);
    font-size: 24px;
  }

  .fa-header-icn.large {
    font-size: 22px;
  }

  .header-text-block {
    font-size: 22px;
    display: flex;
  }

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

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

  .top-banner {
    display: none;
  }

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

  .logos-section {
    padding: 60px 30px;
  }

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

  .card-wrap {
    width: auto;
  }

  .cards-heading {
    font-size: 26px;
  }

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

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

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

  .titles {
    margin-bottom: 10px;
  }

  .tb-container-mobile {
    background-color: var(--red);
    padding: 30px;
    display: block;
  }

  .tb-banner-text-mobile {
    text-align: left;
    font-size: 22px;
  }

  .mobile-ph-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 0;
    display: flex;
  }

  .mob-header-ph-link {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .h2-bb {
    font-size: 28px;
  }

  .cta-text-block {
    font-size: 22px;
    display: flex;
  }

  .h3-2 {
    font-size: 29px;
  }

  .sb-cta {
    height: auto;
  }

  .list-2col {
    padding-left: 25px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .h3-3 {
    font-size: 29px;
  }

  .h2-bb-small {
    font-size: 28px;
  }

  .sticky-phone-link {
    color: #fff;
    background-color: #212121;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    position: sticky;
    inset: auto 0% 0%;
  }

  .sticky-phone-link.top-shadow-box {
    padding: 0;
  }

  .sticky-phone-link-container {
    background-color: var(--red);
    text-align: center;
    width: 50%;
    padding: 20px 10px;
  }

  .sticky-phone-link-container.number {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--black);
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item-2.check-mark {
    padding-left: 30px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .list-6.check {
    padding-left: 0;
  }

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

#w-node-_6d3e7f4c-7536-bf88-c520-95437fa79ef8-d3a7b6b2, #w-node-_0fd07609-e827-1b43-a4c8-cbe0af686b3d-d3a7b6b2, #w-node-_435909fe-e256-6de6-7d9e-72e66e3745f6-d3a7b6b2, #w-node-_13dfc461-7051-f720-1d2a-a3ebf58e85b5-f58e85b2, #w-node-_53832fdd-02f8-f69f-0870-3a34f0f06766-f58e85b2, #w-node-_2f2c49de-85dc-e61a-7d4b-c2d8ea354b20-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;
  justify-self: end;
}

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