:root {
  --pf2: #2a2f4c;
  --white: white;
  --pf1: #c09536;
  --walsh--black: #2c2c2c;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94%;
  display: flex;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-button-navy {
  background-color: var(--pf2);
  color: #ddc3a8;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-navy:hover {
  background-color: var(--pf2);
  color: var(--white);
}

.lynx-nav-link {
  color: var(--pf2);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--pf1);
}

.lynx-nav-link.w--current {
  color: var(--pf1);
  display: inline-block;
}

.lynx-nav-link.contact.w--current, .lynx-nav-link.mobile {
  display: none;
}

.lynx-logo {
  width: auto;
  height: 80px;
}

.lynx-navbar-group {
  flex-flow: column;
  justify-content: center;
  height: 18vh;
  display: flex;
}

.lynx-navbar-border {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.lynx-nav-info {
  background-color: rgba(223, 218, 210, .4);
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: #797c83;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-button-gold {
  color: #26245b;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #e1bc94;
  background-image: linear-gradient(90deg, #d5b491, #e6cfb7 45%, #e6cfb7 61%, #d5b491);
  border: 1px solid #ffb700;
  border-radius: 0;
  padding: 14px 24px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.lynx-nav-button-gold:hover {
  color: #fff;
  background-color: rgba(0, 146, 110, .81);
  border-color: rgba(0, 0, 0, 0);
}

.div-content-hero, .div-content-hero._60 {
  width: 65%;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2.non-responsive {
  letter-spacing: -2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .67);
  font-family: Varela, sans-serif;
  font-size: 80px;
}

.hero-section-2 {
  background-image: linear-gradient(to right, rgba(5, 12, 20, .68), rgba(255, 255, 255, 0)), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.spaced {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/pexels-mw-studios-90319.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1900px;
  height: 82vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 200px;
  padding-bottom: 220px;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-2.colour5.bigger:hover {
  background-color: #0cb86d;
}

.subhead-3 {
  color: rgba(255, 255, 255, .97);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Varela, sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

.subhead-3.home.centre {
  text-align: center;
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #00926e;
  border-radius: 0;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: #0cb86d;
}

.upper-head {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: var(--pf2);
}

.upper-head.green.left {
  text-align: left;
  font-weight: 400;
}

.lynx-image-lightbox-shaped {
  object-fit: cover;
  border-radius: 270px 30px;
  width: 100%;
  height: 500px;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-block-center-hero.standard {
  margin-bottom: 0;
}

.section-title {
  color: #18394c;
  text-align: center;
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.left {
  text-align: left;
}

.section-title.service {
  font-size: 32px;
}

.section-title.cf {
  margin-left: auto;
  margin-right: auto;
}

.section-subhead {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead.px-below {
  text-align: center;
  margin-bottom: 40px;
}

.section-subhead.px-below.smaller {
  font-size: 18px;
  line-height: 1.4;
}

.section-subhead.px-below._2 {
  margin-bottom: 20px;
}

.section-subhead.address {
  font-size: 16px;
  font-weight: 700;
}

.collage-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.collage-section.mid {
  padding-bottom: 40px;
}

.collage-section.text2text {
  padding-bottom: 20px;
}

.collage-section.image1._2 {
  padding-top: 40px;
}

.collage-section.image1._2.body-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.collage-section._2 {
  padding-bottom: 0;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 118%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.el-link {
  color: rgba(0, 0, 0, .64);
  font-weight: 800;
  text-decoration: none;
}

.footer---updated-link {
  opacity: .85;
  color: #0b3646;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer---updated-link:hover, .footer---updated-link.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set {
  color: rgba(11, 54, 70, .8);
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}

.footer---updated-link.second-set:hover {
  color: #03926e;
}

.footer---updated-link.second-set.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set.last {
  margin-right: 0;
}

.footer-link {
  opacity: .85;
  color: #465a70;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

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

.lower-footer-links.wide {
  border-top: 1px solid rgba(13, 75, 111, .12);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.footer-div {
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 12%;
  display: flex;
  box-shadow: 0 -1px 3px rgba(39, 46, 53, .06);
}

.footer-logo {
  width: 125px;
}

.footer-text---lighter-2 {
  color: rgba(11, 54, 70, .64);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.right {
  align-items: center;
  padding-bottom: 0;
}

.web-links-2.footer-logo {
  margin-bottom: 0;
  padding-bottom: 20px;
}

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

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image.smaller {
  background-color: #fefefe;
  min-height: 500px;
}

.lynx-image.smaller._3 {
  box-shadow: none;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.waves-master-gallery-3 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  top: 10vh;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 79%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 95%;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.testimonial-slide-wrapper {
  border-radius: 8px;
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: rgba(42, 47, 76, .85);
  background-image: linear-gradient(90deg, rgba(42, 47, 76, .85), rgba(66, 73, 114, .69) 50%, rgba(42, 47, 76, .85));
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .64);
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  color: var(--white);
  margin-bottom: 2px;
}

.tagline {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph {
  color: #556f80;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph.white {
  color: #fff;
}

.body-page-hero {
  height: 40vh;
}

.body-page-hero._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-04-10-at-12.15.19.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.body-page-hero._1._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-suresh-asam-18368842.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.body-page-hero._1._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-timesaverhacks-2724749.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.body-page-hero._1._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-pixabay-276554.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.body-page-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon-columns {
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.combine-icon_large-3 {
  color: #2a2f4c;
  width: 3rem;
  height: 3rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.application-section {
  padding-bottom: 0;
}

.contact-details {
  color: #556f80;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.in-page-logo {
  width: 100px;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-container {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 1px 14px 4px rgba(0, 0, 0, .2);
}

.contact-container.form {
  background-color: var(--white);
  width: 80%;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-bottom: 40px;
  display: flex;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.line-divider {
  background-color: #ddd;
  background-image: linear-gradient(97deg, #fff, rgba(38, 36, 91, .05) 53%, #fff 101%);
  width: 200px;
  height: 1px;
  margin: 10px auto 20px;
}

.home-hero-section {
  grid-column-gap: 15px;
  grid-template-rows: 1fr auto;
  height: auto;
  min-height: 70vh;
  margin-bottom: 15px;
}

.banner-feature {
  background-image: url('../images/pexels-max-vakhtbovycn-6782567.jpg');
  background-position: 100% 60%;
  background-size: 2400px;
}

.banner-feature._2 {
  background-image: url('../images/Noe-Valley-868.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-hero-content {
  background-color: rgba(255, 255, 255, .87);
  padding: 30px;
}

.major-heading {
  color: #070000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.paragraph-2 {
  color: #556f80;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.3;
}

.grid-2 {
  grid-template-rows: auto;
}

.button {
  float: none;
  background-color: #b46b2e;
  margin-left: 21px;
  padding-left: 16px;
}

.container-2 {
  max-width: 92%;
  margin-bottom: 40px;
}

.service-image {
  width: 100%;
  height: 600px;
  min-height: 600px;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  font-family: Varela, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.grid-3, .grid-4 {
  margin-top: 20px;
}

.html-embed {
  text-align: left;
  min-width: 90%;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  border-radius: 8px;
}

.form-submit-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--pf2);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #d5b491, #e6cfb7 45%, #e6cfb7 61%, #d5b491);
  width: 184.5px;
  margin-top: 20px;
  padding: 14px 24px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  box-shadow: 1px 2px 5px rgba(255, 255, 255, .24);
}

.text-field-cc-contact-field-w-input {
  color: var(--pf1);
  font-size: 18px;
}

.form-text {
  background-color: var(--pf2);
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(90deg, rgba(42, 47, 76, .85), rgba(66, 73, 114, .69) 50%, rgba(42, 47, 76, .85));
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  min-width: 100%;
  margin-bottom: 10px;
  padding: 40px 30px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.body-2 {
  font-size: 16px;
  font-weight: 400;
}

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

.submit-button {
  width: 100px;
}

@media screen and (min-width: 1440px) {
  .lynx-nav-button-navy {
    padding: 20px 30px;
    font-size: 15px;
  }

  .lynx-nav-link {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .lynx-nav-link.w--current {
    font-size: 16px;
  }

  .lynx-logo {
    width: auto;
    height: 95px;
  }

  .lynx-navbar-group {
    justify-content: center;
    height: 18vh;
    display: block;
  }

  .lynx-text-nav-info {
    font-size: 13px;
  }

  .lynx-nav-button-gold {
    padding: 20px 30px;
    font-size: 15px;
  }

  .headline-2.non-responsive {
    margin-bottom: 25px;
    font-size: 96px;
    line-height: 1.05;
  }

  .hero-section-2.spaced {
    height: 82vh;
    padding-top: 220px;
  }

  .cta-2.colour5.bigger {
    padding: 24px 40px;
    font-size: 16px;
  }

  .subhead-3.home {
    font-size: 26px;
    line-height: 1.2;
  }

  .lynx-button {
    padding: 25px 40px;
    font-size: 15px;
  }

  .upper-head.green {
    font-size: 14px;
  }

  .lynx-image-lightbox-shaped {
    height: 600px;
  }

  .section-title {
    font-size: 46px;
    line-height: 1;
  }

  .section-subhead, .section-subhead.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .section-subhead.px-below.smaller {
    font-size: 22px;
  }

  .collage-section.image1._2 {
    padding-top: 60px;
  }

  .footer-link {
    text-transform: uppercase;
    font-size: 16px;
  }

  .footer-link.left {
    text-transform: uppercase;
  }

  .footer-link.left.w--current {
    font-size: 16px;
  }

  .footer-logo {
    width: 150px;
  }

  .lynx-block-left {
    padding-right: 10%;
  }

  .testimonial-slider {
    margin-top: 60px;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.white {
    font-size: 22px;
  }

  .contact-details {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .container-2 {
    margin-bottom: 60px;
  }

  .service-image {
    height: 800px;
    min-height: 800px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .html-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .form-submit-button {
    font-size: 15px;
  }

  .text-field-cc-contact-field-w-input {
    color: var(--black);
    text-transform: none;
    font-family: Varela, sans-serif;
  }

  .form-text {
    font-size: 16px;
  }

  .body-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    color: #ffb700;
    background-color: #26245b;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .div-content-hero, .div-content-hero._60 {
    width: 100%;
  }

  .headline-2 {
    font-size: 52px;
    line-height: 1;
  }

  .headline-2.non-responsive {
    text-shadow: none;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/pexels-mw-studios-90319.jpg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1900px;
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

  .subhead-3.home {
    width: 90%;
  }

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

  .footer-link.left {
    margin-left: 0;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .web-links-2.right {
    width: 100%;
    padding-bottom: 30px;
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 35px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .waves-master-gallery-3 {
    padding-bottom: 0;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .icon-col {
    margin-bottom: 20px;
  }

  .contact-container {
    width: 70%;
    max-width: none;
  }

  .home-hero-section {
    grid-template-rows: 200px auto;
    max-width: 92%;
    height: auto;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-feature {
    background-image: url('../images/Emeryville-94.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: -47px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-hero-content {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    padding: 0;
    display: block;
  }

  .major-heading {
    text-align: center;
  }

  .grid-2 {
    grid-template-rows: auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: start;
  }

  .button {
    text-align: center;
    flex-direction: row;
    width: 125px;
    margin-top: 9px;
    margin-left: 0;
    padding-top: 16px;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .button.two {
    flex-direction: column;
    align-items: flex-end;
    width: 125px;
    margin-top: 9px;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 15px;
    display: block;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .html-embed {
    min-width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .div-content-hero {
    text-align: center;
  }

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2.non-responsive {
    line-height: 1;
    display: block;
  }

  .hero-section-2.spaced {
    padding: 180px 2% 120px;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    height: 340px;
  }

  .section-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
  }

  .section-subhead {
    text-align: center;
  }

  .section-subhead.px-below {
    margin-bottom: 40px;
  }

  .section-subhead.px-below._2 {
    max-width: 92%;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-block-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .application-section {
    padding-bottom: 0;
  }

  .contact-container {
    width: 80%;
  }

  .home-hero-section {
    grid-row-gap: 109px;
    grid-template-rows: 200px auto;
  }

  .banner-feature {
    background-position: 50%;
    background-size: cover;
    height: 300px;
    margin-top: 0;
  }

  .home-hero-content {
    height: 275px;
    min-height: 275px;
  }

  .major-heading {
    font-size: 30px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-buttons {
    display: none;
  }

  .lynx-nav-link {
    width: 100%;
  }

  .lynx-nav-link.contact.w--current, .lynx-nav-link.mobile {
    display: block;
  }

  .lynx-nav-info {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lynx-text-nav-info {
    font-size: 9px;
  }

  .headline-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .headline-2.non-responsive {
    -webkit-text-stroke-color: #000;
    text-shadow: none;
    font-size: 54px;
  }

  .headline-2.non-responsive.body {
    text-shadow: none;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(rgba(5, 12, 20, .7) 13%, rgba(0, 0, 0, .45) 52%, rgba(255, 255, 255, 0)), url('../images/pexels-mw-studios-90319.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .44);
  }

  .subhead-3.home.centre {
    font-size: 18px;
  }

  .upper-head.green {
    font-size: 10px;
  }

  .upper-head.green.left {
    text-align: center;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 240px;
  }

  .section-title {
    font-size: 30px;
    line-height: 38px;
  }

  .section-title.left {
    text-align: center;
    font-size: 30px;
  }

  .section-title.service {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .section-subhead.px-below {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .section-subhead.px-below.smaller {
    font-size: 16px;
  }

  .section-subhead.px-below._2 {
    max-width: 92%;
    margin: 0 auto 20px;
  }

  .section-subhead.px-below._40 {
    margin-bottom: 40px;
  }

  .section-subhead.address {
    font-size: 16px;
    line-height: 1.4;
  }

  .collage-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collage-section.text2text {
    padding-bottom: 0;
  }

  .collage-section.image1 {
    padding-top: 40px;
  }

  .collage-section.image1.bottom {
    padding-bottom: 0;
  }

  .footer-link {
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
  }

  .footer-link.left {
    margin-left: 20px;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lower-footer-links.right-links {
    margin-top: 10px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-text---lighter-2 {
    text-align: center;
    font-size: 13px;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .web-links-2.footer-logo {
    padding-bottom: 20px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 0px;
  }

  .lynx-image {
    min-height: 300px;
  }

  .lynx-image.smaller {
    min-height: 400px;
  }

  .lynx-image.smaller._3 {
    min-height: auto;
  }

  .lynx-block-left {
    padding-bottom: 20px;
  }

  .lynx-block-image {
    margin-top: 20px;
  }

  .waves-master-gallery-3 {
    padding-bottom: 0;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .container {
    max-width: 92%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-image {
    width: 40px;
    height: 40px;
  }

  .testimonial-author {
    font-size: 18px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .paragraph.white {
    margin-bottom: 0;
    font-size: 16px;
  }

  .application-section {
    padding-bottom: 0;
  }

  .contact-container {
    width: 90%;
    padding: 20px 10px;
  }

  .contact-container.form {
    width: 90%;
  }

  .line-divider {
    width: 200px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .home-hero-section {
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
  }

  .home-hero-section.bottom {
    margin-bottom: 60px;
  }

  .banner-feature {
    background-image: url('../images/Cupertino-92.jpg');
    height: 200px;
  }

  .home-hero-content {
    max-width: 92%;
    height: auto;
    min-height: 250px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-right: 0;
    display: none;
  }

  .button {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 20px;
    display: block;
  }

  .button.two {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    font-size: 13px;
  }

  .container-2._2 {
    margin-bottom: 0;
  }

  .service-image {
    width: 90%;
    height: 500px;
    min-height: 500px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }

  .html-embed {
    min-width: 95%;
    max-width: 95%;
  }

  .form-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#why-choose-us.w-node-_4ad83c6f-12c9-022f-9dd3-d89443d574f3-9fe69980 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_4ad83c6f-12c9-022f-9dd3-d89443d574f4-9fe69980 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_946b56f1-9590-007f-abfa-955687502e01-9fe69980, #w-node-_946b56f1-9590-007f-abfa-955687502e08-9fe69980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76fb2c48-1931-7f56-02d5-b4a85af88ce1-9fe69980, #w-node-_76fb2c48-1931-7f56-02d5-b4a85af88ce3-9fe69980, #w-node-_76fb2c48-1931-7f56-02d5-b4a85af88ce5-9fe69980, #w-node-_76fb2c48-1931-7f56-02d5-b4a85af88ce7-9fe69980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_76fb2c48-1931-7f56-02d5-b4a85af88cea-9fe69980, #w-node-_76fb2c48-1931-7f56-02d5-b4a85af88cec-9fe69980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_76fb2c48-1931-7f56-02d5-b4a85af88cee-9fe69980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_76fb2c48-1931-7f56-02d5-b4a85af88cf0-9fe69980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1b8625d5-a238-e6a9-47d9-b359e7825683-9fe69980, #w-node-_1b8625d5-a238-e6a9-47d9-b359e782568f-9fe69980, #w-node-fefc97d4-afa2-236a-ae1a-8f85996ecd3b-0951cfa2, #w-node-fefc97d4-afa2-236a-ae1a-8f85996ecd47-0951cfa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b67cb8-6afe-b108-46e1-81ae184f8460-0951cfa2 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_24b67cb8-6afe-b108-46e1-81ae184f8461-0951cfa2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dfa19272-c2b8-546f-ab2e-f25050431583-fe76f6eb, #w-node-dfa19272-c2b8-546f-ab2e-f2505043158f-fe76f6eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b67cb8-6afe-b108-46e1-81ae184f8460-fe76f6eb {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_24b67cb8-6afe-b108-46e1-81ae184f8461-fe76f6eb {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #why-choose-us.w-node-_4ad83c6f-12c9-022f-9dd3-d89443d574f3-9fe69980 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4ad83c6f-12c9-022f-9dd3-d89443d574f4-9fe69980 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_24b67cb8-6afe-b108-46e1-81ae184f8460-0951cfa2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_24b67cb8-6afe-b108-46e1-81ae184f8461-0951cfa2 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_24b67cb8-6afe-b108-46e1-81ae184f8460-fe76f6eb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_24b67cb8-6afe-b108-46e1-81ae184f8461-fe76f6eb {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ad83c6f-12c9-022f-9dd3-d89443d574f4-9fe69980 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_24b67cb8-6afe-b108-46e1-81ae184f8461-0951cfa2, #w-node-_24b67cb8-6afe-b108-46e1-81ae184f8461-fe76f6eb {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }
}
