/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-page-intake .hero {
  background-image: url("../images/bg-hero-intake-page.png");
  background-size: auto;
}

@media (min-width: 1600px) {
  .page-template-page-intake .hero {
    background-size: cover;
  }
}
.page-template-page-intake .hero .banner-title {
  display: none;
}

.page-template-page-intake .main-content {
  background-image: url("../images/bg-intake-page.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .page-template-page-intake .main-content {
    background-size: contain;
  }
}
.page-template-page-intake .form-wrap {
  border-radius: 15px;
  border: 4px solid #E2E2E2;
  background: #FFF;
  backdrop-filter: blur(16.8999996185px);
  max-width: 830px;
  margin-top: -150px;
}

.page-template-page-intake .form-title {
  font-size: 24px;
  line-height: 43px;
}

.page-template-page-intake .gform_wrapper.gravity-theme .gfield .ginput_container input {
  width: 100%;
}

.page-template-page-intake .gform_wrapper.gravity-theme .gform_footer .btn {
  padding: 15px 20px;
}

/*# sourceMappingURL=page-intake.css.map*/