@font-face {
  font-family: Calibri;
  src: url('../fonts/Calibri.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --rics-purple: #4d3069;
  --dark-grey: #aaa;
  --light-grey: #00000005;
  --pale-goldenrod: #cedf98;
  --medium-purple: #876f9d;
  --dark-khaki: #a2b660;
  --hyperlink-blue: blue;
  --goldenrod: #ffbb10;
  --dark-slate-blue: #004191;
  --white: white;
  --black: black;
  --light-salmon: #fe9e83;
  --orange-red: #f15a25;
  --light-sea-green: #21b8a9;
  --medium-violet-red: #cc1b5f;
  --663399: #662e91;
  --deep-sky-blue: #29aae3;
  --yellow-green: #9cd741;
  --black-2: #333;
}

body {
  color: #333;
  padding: 1vw;
  font-family: Calibri, sans-serif;
  font-size: 1.3vw;
  line-height: 1.6;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

h4 {
  color: var(--rics-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 125%;
  font-weight: 300;
  line-height: 1.4;
}

p {
  border-bottom: 1px none var(--dark-grey);
  color: var(--rics-purple);
  margin-bottom: 0;
  padding-bottom: 2rem;
  font-family: Calibri, sans-serif;
  font-size: 100%;
}

.header {
  z-index: 2;
  background-color: #4d3069;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 8px;
  display: block;
  position: static;
}

.navbar {
  z-index: 10;
  border: 5px none var(--rics-purple);
  background-color: var(--light-grey);
  position: relative;
}

.body {
  border: 5px none var(--rics-purple);
  background-color: #00000005;
  padding: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.brand {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  display: flex;
}

.brand.w--current {
  align-items: center;
  width: 60%;
}

.navmenu {
  align-items: center;
  width: 100%;
  display: flex;
}

.navlink {
  color: var(--rics-purple);
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.4;
}

.navlink:hover {
  background-color: var(--rics-purple);
  color: #fff;
}

.dropdown-text {
  text-transform: uppercase;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.4;
}

.dropdown-toggle {
  text-align: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 40px;
  font-family: Calibri, sans-serif;
}

.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  color: #fff;
}

.dropdown-toggle.w--open {
  background-color: var(--rics-purple);
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.slider {
  z-index: 0;
  background-color: #fff;
  height: 150px;
}

.slide {
  width: 100%;
}

.slide-nav, .arrow {
  display: none;
}

.hp-image {
  width: 100%;
}

.feature-wrapper {
  background-color: var(--pale-goldenrod);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 3%;
  padding: 38px 11px 0;
  display: none;
}

.feature-div {
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-bottom: 38px;
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
}

.feature-icons {
  width: 20%;
  margin-bottom: 1%;
}

.h2-centred {
  text-align: center;
}

.hp-button {
  background-color: var(--rics-purple);
  text-align: center;
  text-transform: none;
  border-radius: 5px;
  width: 28%;
  margin-top: 3%;
  font-family: Calibri, sans-serif;
  font-size: 100%;
}

.hp-button:hover {
  background-color: var(--rics-purple);
}

.hp-button.wide {
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 100%;
}

.hp-button.wide:hover {
  background-color: var(--medium-purple);
}

.dropdown-link {
  color: #fff;
  text-align: left;
  column-count: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 28px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  line-height: 21px;
  display: block;
  position: static;
}

.dropdown-link:hover {
  background-color: var(--dark-khaki);
}

.footer {
  background-color: var(--rics-purple);
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tstimonials-slider {
  background-color: #fff;
  height: 350px;
  margin-top: 0%;
  margin-bottom: 3%;
}

.test-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  display: inline-block;
}

.test-icon {
  color: var(--medium-purple);
}

.test-slide-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.link {
  color: var(--hyperlink-blue);
  font-weight: 500;
  text-decoration: underline;
}

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

.para-centred {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 100%;
}

.icon {
  display: none;
}

.rics-image {
  width: 110px;
  height: auto;
}

.h1-dark {
  color: var(--rics-purple);
  margin-bottom: 1%;
  font-family: Calibri, sans-serif;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.4;
}

.h1-dark.centred.dark {
  color: var(--rics-purple);
}

.services-image {
  flex: 0 auto;
  width: 70%;
  height: auto;
  margin-bottom: 0%;
  display: block;
}

.header-line {
  border: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.header-line.vertical {
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
}

.section {
  background-color: #fff;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.breadcrumb {
  text-transform: none;
  margin-bottom: 3%;
}

.h2-logo-font {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 300%;
  font-weight: 400;
  line-height: 1;
}

.horiz-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 17px;
  display: flex;
}

.welcome-wrapper {
  width: 65%;
  padding-left: 1rem;
  padding-right: 2%;
}

.call-now-div {
  background-color: var(--rics-purple);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 30%;
  margin-top: 2vw;
  padding: 7px;
  display: flex;
}

.h2-call-title {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 200%;
  font-weight: 500;
  line-height: 1.4;
}

.form-block {
  flex-direction: column;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  display: flex;
}

.para-white-centred {
  color: #fff;
  text-align: center;
  padding-bottom: .5rem;
  font-size: 100%;
}

.text-field {
  color: #000;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 3%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  display: block;
}

.text-field::placeholder {
  color: #000;
}

.services-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 22px;
  display: flex;
}

.services-item {
  border: 1px #0003;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 3%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.h3-services-header {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 100%;
  line-height: 30px;
}

.services-top-wrapper {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-top-wrapper.building-surveys {
  z-index: 2;
  background-image: url('../images/party-walls.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
  margin-top: 0%;
  position: static;
}

.rics-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  display: flex;
}

.logo-image {
  width: 110px;
  height: auto;
}

.logo-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  color: #fff;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 400;
}

.form-service-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.checkbox-field {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.checkbox-field._100 {
  width: auto;
  margin-left: 6px;
}

.dropdown-2 {
  width: 20%;
}

.dropdown-2:hover {
  background-color: var(--rics-purple);
  color: #fff;
  font-family: Calibri, sans-serif;
}

.dropdown-list2.w--open {
  background-color: var(--rics-purple);
}

.call-now-div-surveys {
  background-color: var(--rics-purple);
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  margin-left: 0%;
  padding: 7px;
  display: flex;
}

.survey-form-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.estate-agents-text-title {
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
}

.services-wrapper-2 {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 17px 0;
  display: flex;
}

.services-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  padding-left: 1rem;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.services-form-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.h3-centred {
  text-align: center;
}

.dropdown-field {
  color: #333;
  border-radius: 6px;
  height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 85%;
}

.website-container {
  border: 5px solid var(--rics-purple);
  padding-top: 0;
}

.pdf-wrapper {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.pdf-link-box {
  border: 1px solid var(--rics-purple);
  width: 22%;
  height: auto;
  margin-top: 5%;
  padding: 8px;
  font-size: 100%;
  text-decoration: none;
}

.pdf-text {
  color: var(--rics-purple);
  text-align: center;
  margin-bottom: 5%;
  font-size: 100%;
}

.heading {
  font-size: 100%;
  line-height: 1.4;
}

.drop-field {
  color: #000;
  border-radius: 6px;
  margin-bottom: 3%;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  line-height: 1.6;
}

.drop-field.placeholder {
  line-height: 1.6;
}

.drop-field.with-margin {
  margin-top: 1.5rem;
}

.new-nav-menu {
  justify-content: space-around;
  align-items: flex-start;
  height: 35px;
  display: flex;
  position: relative;
}

.new-navlink {
  color: var(--rics-purple);
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  padding: 5px 0;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.new-navlink:hover {
  color: var(--goldenrod);
}

.new-dropdown-list {
  z-index: 25;
  background-color: var(--rics-purple);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding-left: 16px;
  display: none;
  position: absolute;
  inset: 366px auto auto 20%;
  overflow: auto;
}

.new-navlink-dropdown {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Calibri, sans-serif;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.new-navlink-dropdown:hover {
  color: var(--goldenrod);
}

.new-navlink-dropdown.w--current {
  margin-bottom: 1rem;
}

.new-navlink-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 3;
  text-decoration: none;
  display: inline-block;
}

.new-navlink-mobile:hover {
  color: var(--goldenrod);
}

.mobile-menu-general {
  display: flex;
}

.rics-pdf {
  background-image: url('../images/2-RICS-Home-Surveys-1-Front-page.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 300px;
  padding-right: 0;
}

.rics-pdf.easy-rtef {
  background-image: url('../images/RICS’-Easy-reference-front-page.jpg');
}

.para-gap-above {
  margin-top: 5%;
  margin-bottom: 2%;
}

.easy-ref-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  padding-top: 3%;
  display: none;
}

.h2-dark {
  color: var(--medium-purple);
  font-size: 150%;
  line-height: 1.4;
}

.rics-embed {
  margin-top: 2%;
}

.bs-rics-and-link-wrapper {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bs-links {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: none;
}

.rics-link-buttons {
  background-color: var(--medium-purple);
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  width: 100%;
  box-shadow: 2px 2px 8px #0003;
}

.rics-link-buttons:hover {
  background-color: var(--dark-khaki);
  box-shadow: none;
}

.body-2 {
  padding-top: 12px;
}

.strapline {
  color: #fff;
  font-size: 140%;
  font-weight: 600;
  line-height: 1.4;
}

.list-item {
  color: #4d3069;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  line-height: 1.4;
}

.unordered-list {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.team-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.team-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
}

.team-item.narrow {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-3 {
  padding: .75rem;
}

.team-image {
  border-radius: 50%;
  width: 60%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-image.dawood {
  width: 60%;
}

.centred {
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1.2;
}

.centred.dark {
  color: var(--rics-purple);
}

.para-areas {
  column-count: 4;
  font-size: 80%;
}

.areas-wrapper {
  margin-top: 3rem;
}

.text-span {
  font-size: 100%;
}

.areas-category {
  background-color: var(--rics-purple);
  color: #fff;
  text-transform: none;
  padding-left: 0;
  font-size: 150%;
  display: block;
}

.team-title-block {
  background-color: var(--rics-purple);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 1rem;
  padding-right: 0;
  display: flex;
}

.body-4 {
  font-family: Calibri, sans-serif;
}

.quote {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 100%;
  font-weight: 400;
}

.column {
  display: block;
}

.para-no-bar {
  border-bottom-style: none;
  padding-bottom: 1rem;
}

.html-embed {
  font-family: Calibri, sans-serif;
}

.html-embed-2 {
  border-style: none;
}

.footer-test {
  background-color: var(--rics-purple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 100%;
  text-decoration: none;
  display: flex;
}

.copyright {
  color: #fff;
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 100%;
}

.html-embed-3 {
  color: #fff;
  font-family: Calibri, sans-serif;
  font-size: 100%;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 80%;
}

.paragraph-2 {
  border-bottom-style: none;
}

.address-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.call-column {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.details-column {
  flex: 1;
}

.address-text {
  padding-bottom: 0;
}

.slide-nav-2 {
  top: 375px;
}

.para-white-centred-no-margin {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-size: 100%;
  line-height: 1.4;
}

.html-embed-4 {
  width: 100%;
}

.thank-you-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.top-wrapper {
  flex-direction: column;
  display: flex;
}

.thank-you-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-light {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-light:hover {
  color: var(--goldenrod);
  text-decoration: none;
}

.link-dark {
  color: #333;
}

.services-dropdown {
  background-color: var(--rics-purple);
  column-count: 2;
  column-rule: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 71px;
  padding: 1.4rem;
  display: none;
  position: relative;
  top: auto;
}

.services-menu-link {
  width: 20%;
}

.services-navlink {
  color: var(--rics-purple);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 5px 0;
  font-family: Calibri, sans-serif;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.services-navlink:hover {
  color: var(--goldenrod);
}

.maint-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-maint {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
}

html.w-mod-js [data-ix="grow-down"] {
  opacity: 0;
  height: 0;
}

html.w-mod-js [data-ix="grow-all-back-form"] {
  opacity: 0;
  height: auto;
}

html.w-mod-js [data-ix="hide-dropdown-on-load"] {
  opacity: 1;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-mobile-services-menu"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-mobile-general-menu"] {
  width: 0;
  display: none;
}

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

  h1 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    font-size: 12px;
  }

  h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar {
    overflow: auto;
  }

  .brand {
    width: 15%;
  }

  .navmenu {
    z-index: 40;
    background-color: var(--rics-purple);
    width: 50%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .navlink {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 7px;
    font-size: 100%;
    font-weight: 400;
    line-height: 4;
    display: flex;
    position: static;
  }

  .navlink.w--current {
    height: 20vh;
  }

  .dropdown-text {
    font-size: 100%;
    font-weight: 400;
    line-height: 4;
  }

  .dropdown-toggle {
    color: #fff;
    border-top: 1px #fff;
    border-bottom: 1px #fff;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 6px;
    font-size: 100%;
    line-height: 4;
    display: flex;
    position: static;
    top: 0;
  }

  .dropdown-toggle.w--open {
    border-style: none;
  }

  .slider {
    background-color: #fff;
    height: 100px;
  }

  .feature-div {
    width: 45%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .dropdown-link {
    margin-bottom: 1%;
    font-size: 100%;
    line-height: 2;
  }

  .dropdown-link.w--current {
    margin-bottom: 1%;
  }

  .tstimonials-slider {
    height: 300px;
  }

  .menu-button {
    z-index: 50;
    background-color: var(--rics-purple);
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding: 12px;
    position: fixed;
    top: 189px;
    right: 21px;
  }

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

  .icon {
    color: #fff;
    font-size: 40px;
    display: block;
  }

  .rics-image {
    width: 80px;
  }

  .header-line.vertical {
    align-items: stretch;
  }

  .h2-logo-font {
    font-size: 250%;
    line-height: 1.4;
  }

  .horiz-wrapper {
    flex-wrap: wrap;
  }

  .welcome-wrapper {
    width: 95%;
    padding-right: 2%;
  }

  .call-now-div {
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 3%;
  }

  .services-item {
    flex-direction: column;
    justify-content: flex-start;
    width: 22%;
    display: flex;
  }

  .h3-services-header {
    font-size: 85%;
    line-height: 1.4;
  }

  .rics-wrapper {
    width: 15%;
  }

  .logo-image {
    width: 80px;
  }

  .dropdown-2 {
    background-color: #0000;
    width: 100%;
    font-size: 100%;
    position: static;
    inset: auto;
    overflow: visible;
  }

  .dropdown-list2 {
    background-color: var(--dark-khaki);
    width: 100%;
    display: none;
    overflow: auto;
  }

  .dropdown-list2.w--open {
    z-index: 60;
    border: 1px solid #fff;
    width: 95%;
    padding-top: 9px;
    padding-bottom: 9px;
    position: absolute;
    top: auto;
  }

  .call-now-div-surveys {
    align-self: center;
    width: auto;
    margin-left: 0%;
  }

  .services-text-wrapper {
    width: 100%;
    font-size: 100%;
  }

  .services-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .h3-centred {
    font-size: 100%;
    line-height: 1.4;
  }

  .pdf-wrapper {
    margin-bottom: 2%;
  }

  .pdf-link-box {
    height: auto;
  }

  .menu-div-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

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

  .new-dropdown-list {
    top: 343px;
  }

  .new-menu-button {
    z-index: 50;
    background-color: var(--rics-purple);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 15px 10px 10px;
    font-size: 100%;
    text-decoration: none;
    display: flex;
    position: fixed;
    top: 180px;
    right: 12px;
  }

  .new-menu-button:hover {
    background-color: var(--goldenrod);
  }

  .hamburger-line {
    background-color: #fff;
    border-radius: 6px;
    flex: 0 auto;
    width: 40px;
    height: 4px;
    font-size: 100%;
    position: static;
  }

  .hamburger-line-2 {
    background-color: #fff;
    border-radius: 6px;
    width: 40px;
    height: 4px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 100%;
  }

  .mobile-menu {
    z-index: 50;
    background-color: var(--rics-purple);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    overflow: auto;
  }

  .new-navlink-mobile {
    text-align: center;
    width: auto;
    padding: 0%;
    line-height: 2.5;
    display: block;
  }

  .new-navlink-mobile.drop {
    text-align: left;
  }

  .mobile-services-menu {
    z-index: 0;
    background-color: var(--rics-purple);
    border: 2px #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 320px;
    padding-left: 2rem;
    padding-right: .5rem;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .mobile-menu-general {
    z-index: 100;
    background-color: var(--rics-purple);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 12px;
    overflow: auto;
  }

  .strapline {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
  }

  .team-item, .team-item.narrow {
    width: auto;
  }

  .centred {
    font-size: 125%;
  }

  .para-areas {
    column-count: 3;
  }

  .areas-category {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }

  h3 {
    font-size: 10px;
  }

  p {
    font-size: 100%;
    line-height: 1.4;
  }

  .header {
    height: auto;
  }

  .body {
    padding: 7px;
  }

  .brand {
    order: -1;
    width: 20%;
  }

  .navmenu {
    width: 100%;
    height: 100vh;
  }

  .dropdown-toggle {
    padding-top: 6px;
    position: static;
    top: 53px;
  }

  .slide {
    height: auto;
  }

  .hp-image {
    height: 90px;
  }

  .feature-div {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-centred {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
  }

  .hp-button {
    width: 40%;
  }

  .dropdown-link {
    font-size: 100%;
    line-height: 2;
  }

  .tstimonials-slider {
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .para-centred {
    font-size: 13px;
    line-height: 19px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
    inset: 102px 7px auto auto;
  }

  .menu-button.w--open {
    z-index: 20;
  }

  .rics-image {
    display: block;
  }

  .header-line {
    border-width: 1px;
    flex-wrap: wrap;
  }

  .header-line.vertical {
    place-content: center;
    align-items: stretch;
  }

  .h2-logo-font {
    font-size: 150%;
  }

  .horiz-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0%;
  }

  .welcome-wrapper {
    width: 100%;
    padding-right: 1%;
  }

  .call-now-div {
    width: 100%;
    margin-top: 2%;
  }

  .services-wrapper {
    padding: 2px;
  }

  .services-item {
    width: 22%;
  }

  .h3-services-header {
    font-size: 70%;
  }

  .rics-wrapper {
    width: 10%;
    display: block;
  }

  .dropdown-list2.w--open {
    overflow: auto;
  }

  .call-now-div-surveys {
    width: 100%;
    margin-top: 2%;
    margin-left: 0%;
  }

  .services-text-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-form-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pdf-wrapper {
    margin-top: 5%;
  }

  .pdf-link-box {
    width: 30%;
    height: auto;
  }

  .new-menu-button {
    z-index: 101;
    top: 22px;
    left: auto;
    right: 22px;
  }

  .mobile-menu, .mobile-services-menu {
    width: auto;
  }

  .mobile-menu-general {
    width: auto;
    max-height: none;
    top: 12px;
  }

  .spacer-div {
    width: 10%;
  }

  .strapline {
    font-size: 90%;
  }

  .team-item {
    width: 100%;
  }

  .team-image {
    width: 40%;
  }

  .para-areas {
    column-count: 2;
  }

  .team-title-block {
    min-height: none;
  }

  .paragraph {
    font-size: 100%;
    line-height: 1.4;
  }

  .link-light {
    font-size: 125%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 6vw;
  }

  h4 {
    font-size: 100%;
    line-height: 1.4;
  }

  p {
    font-size: 90%;
    line-height: 1.4;
  }

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

  .body {
    padding: 9px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .brand {
    align-items: center;
    width: 100%;
  }

  .dropdown-text {
    line-height: 4;
  }

  .dropdown-toggle {
    padding-top: 6px;
  }

  .hp-image {
    height: 70px;
  }

  .feature-div {
    width: 95%;
  }

  .hp-button, .hp-button.w--current {
    width: 45%;
  }

  .dropdown-link {
    width: 100%;
  }

  .tstimonials-slider {
    height: 300px;
    margin-bottom: 19%;
  }

  .test-slide {
    height: auto;
  }

  .test-slide-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .link {
    font-size: 100%;
  }

  .menu-button {
    top: 7px;
    right: 7px;
  }

  .rics-image {
    width: 120px;
    margin-bottom: .5rem;
  }

  .h1-dark {
    font-size: 200%;
    line-height: 1.4;
  }

  .header-line {
    flex-direction: column;
  }

  .header-line.vertical {
    align-content: center;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
  }

  .h2-logo-font {
    font-size: 150%;
    line-height: 21px;
  }

  .welcome-wrapper {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-field {
    font-size: 75%;
  }

  .services-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-item {
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .h3-services-header {
    line-height: 1.2;
  }

  .rics-wrapper {
    width: 25%;
  }

  .logo-image {
    width: 50px;
  }

  .dropdown-2 {
    font-family: Calibri, sans-serif;
    line-height: 1.4;
  }

  .call-now-div-surveys, .services-wrapper-2 {
    font-size: 100%;
  }

  .services-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-form-wrapper {
    font-size: 100%;
  }

  .dropdown-field {
    font-size: 75%;
  }

  .pdf-wrapper {
    flex-wrap: wrap;
    font-size: 100%;
  }

  .pdf-link-box {
    width: 80%;
    height: auto;
    font-size: 100%;
  }

  .pdf-text {
    margin-bottom: 1%;
    font-size: 100%;
    line-height: 1.4;
  }

  .drop-field {
    font-size: 75%;
  }

  .new-menu-button {
    top: 12px;
  }

  .mobile-menu-general {
    z-index: 100;
    display: flex;
    top: 12px;
  }

  .strapline {
    text-align: center;
    font-size: 70%;
  }

  .list-item {
    font-size: 90%;
  }

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

  .team-item {
    padding-left: 0;
    padding-right: 0;
  }

  .team-image {
    width: 60%;
  }

  .centred {
    width: 90%;
  }

  .para-areas {
    column-count: 1;
  }

  .thank-you-text-wrapper {
    width: 85%;
  }

  .link-light {
    font-size: 200%;
  }
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}