.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  text-align: left;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

ul {
  overflow: scroll;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 35px;
}

li {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 16px;
  text-align: left;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  padding: 98px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/ocean-rocks.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/ocean-rocks.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0px;
  background-color: #4d3a40;
  text-align: left;
}

.nav-link {
  margin-top: 33px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.nav-link.w--current {
  color: #a7a5a5;
}

.logo-title {
  display: none;
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  height: auto;
  max-height: 100%;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 0px;
  float: left;
}

.brand-block {
  padding-left: 0px;
}

.main-heading {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  width: 80%;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  padding-bottom: 61px;
  background-color: #fefec9;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  text-align: justify;
  text-decoration: none;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding: 50px;
  border-style: none;
  border-width: 0px;
  border-color: #535353;
  background-color: #f5f5f5;
  box-shadow: 0 -1px 3px 0 #888;
  opacity: 1;
  text-align: center;
}

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

.section.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #4d3a40;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #555454;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.menu-button {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-menu {
  position: relative;
  left: 0px;
  right: 0px;
  margin-right: 30px;
  padding-right: 0px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.body {
  padding-right: 17%;
  padding-left: 17%;
  border-style: none;
  border-width: 0px;
  border-color: #636363;
  background-color: #fff;
  background-image: url('../images/pattern_1.png');
  background-position: 0px 0px;
  background-size: 125px;
  background-attachment: fixed;
  color: #8f8f8f;
}

.slide {
  background-color: #000;
  background-image: url('../images/home_banner_practice.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  height: 350px;
}

.slide-2 {
  background-color: #a1c3a4;
  background-image: url('../images/home_banner_okanagan.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide1 {
  position: relative;
  overflow: visible;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #151110;
  background-image: url('../images/home_banner_care.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 32px;
  line-height: 42px;
  font-weight: 100;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.copyright {
  font-family: 'Open Sans', sans-serif;
  color: rgba(71, 71, 71, 0.4);
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.column {
  text-align: left;
}

.footertext {
  font-family: Roboto, sans-serif;
  color: #acacac;
  font-weight: 100;
  text-align: left;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 100;
  text-align: left;
}

.container {
  margin-right: 0px;
  margin-left: 50px;
}

.section-2 {
  background-color: #e9e9e9;
}

.div-block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #919191;
}

.title {
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 24px;
  font-weight: 300;
}

.text-block-2 {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
}

.bold-text {
  font-size: 20px;
  font-weight: 400;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 400;
}

.h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 40px;
  text-align: left;
}

.field-label {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-weight: 100;
  text-align: left;
}

.field-label-2 {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-weight: 100;
  text-align: left;
}

.field-label-3 {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-weight: 100;
  text-align: left;
}

.field-label-4 {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-weight: 100;
  text-align: left;
}

.field-label-5 {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-weight: 100;
  text-align: left;
}

.text-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #555454;
  text-align: left;
}

.rich-text-block {
  font-family: Roboto, sans-serif;
  color: #555454;
  font-size: 16px;
  font-weight: 100;
}

.submit-button {
  background-color: #555454;
  font-family: Roboto, sans-serif;
}

.mask-2 {
  font-family: Roboto, sans-serif;
}

.slide-3 {
  background-color: #000;
  background-image: url('../images/home_banner_roses.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-2 {
  color: rgba(71, 71, 71, 0.4);
}

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

.column-2 {
  text-align: left;
}

.column-3 {
  text-align: left;
}

.image {
  text-align: left;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-copy {
  background-color: #000;
  background-image: url('../images/home_banner_care.jpg');
  background-position: 35% 65%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 700;
    text-indent: 20px;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .logo-img {
    padding-left: 20px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }

  .nav-menu {
    border-style: none;
    border-width: 0px;
    border-color: #302f2f;
    border-radius: 0px;
    background-color: #818181;
    opacity: 1;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-indent: 10px;
  }

  .body {
    padding-right: 3%;
    padding-left: 3%;
  }

  .slider {
    height: 250px;
  }

  .icon {
    color: #c7c7c7;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

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

  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }

  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    margin-top: 0px;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0px;
  }

  .screenshot {
    width: 90%;
  }

  .slider {
    height: 200px;
  }

  .heading {
    font-size: 18px;
    line-height: 28px;
  }

  .copyright {
    text-align: center;
  }

  .column {
    text-align: center;
  }

  .footertext {
    padding-bottom: 17px;
    text-align: center;
  }

  .text-block {
    padding-top: 21px;
    text-align: center;
  }

  .icon {
    color: #c5bfbf;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    padding-right: 19px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-menu {
    padding-top: 0px;
  }

  .slider {
    height: 200px;
  }

  .slide-2 {
    height: auto;
  }

  .slide1 {
    position: relative;
    background-position: 0% 20%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon {
    color: #cfcfcf;
  }
}

@font-face {
  font-family: 'Fontello';
  src: url('../fonts/fontello.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}