:root {
  --green: #6ebe4a;
  --light-blue: #00aeef;
  --blue: #006d9e;
  --dark-blue: #003953;
  --black: #000;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
  display: grid;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  overflow-x: hidden;
}

h1 {
  background-image: linear-gradient(110deg, var(--green), var(--light-blue) 50%, var(--blue));
  color: var(--dark-blue);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.4rem;
  display: block;
}

h2 {
  background-image: linear-gradient(125deg, var(--green), var(--light-blue) 50%, var(--blue));
  color: var(--blue);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.6rem;
  display: inline;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3rem;
}

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

p {
  margin-bottom: 30px;
  font-size: .95rem;
  line-height: 1.6rem;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

a:hover {
  color: var(--green);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: .95rem;
  line-height: 1.6rem;
}

li {
  margin-bottom: 10px;
}

.top-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 300px;
  margin-right: auto;
}

.navlink {
  color: #003e5a;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .9rem;
  font-weight: 500;
}

.navlink:hover {
  background-image: linear-gradient(126deg, var(--blue), var(--light-blue) 50%, var(--green) 101%);
  color: var(--white);
}

.hero_section {
  background-color: #e4f8ff;
  background-image: none;
  width: 100%;
  height: 75svh;
}

.welcome_section {
  background-color: #006d9e00;
  padding: 0%;
}

.main_tagline_wrapper {
  z-index: 50;
  background-image: linear-gradient(315deg, var(--blue) 25%, var(--light-blue) 55%, var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  height: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 27% auto auto 10%;
}

.main_tagline2 {
  background-image: linear-gradient(313deg, var(--blue) 11%, var(--light-blue) 49%, var(--green) 101%);
  color: var(--blue);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 800;
  line-height: 4.6rem;
}

.welcome_wrapper {
  color: var(--white);
  background-color: #002f4400;
  background-image: radial-gradient(circle, #074f6e, #01141d);
  padding: 7% 10% 7% 5%;
  position: relative;
  top: auto;
}

.welcome_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 0%;
  margin-left: 100px;
  padding: 5px 0 0;
  display: grid;
}

.p_nomargin {
  margin-bottom: 0;
}

.welcome_callout_text {
  color: #85deff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #0000007a;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.welcome_headline {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: padding-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 2.4rem;
  line-height: 3rem;
}

.section_header_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
}

.section_header_wrapper.team {
  width: 100%;
  margin-bottom: 5%;
}

.line_div {
  background-color: var(--green);
  flex: 1;
  width: 40%;
  height: 1px;
}

.line_div.full_width {
  width: 100%;
  display: none;
}

.line_div.short {
  flex: 0 auto;
  width: 30%;
}

.line_div.center {
  background-color: var(--green);
  flex: 0 auto;
  margin-bottom: 30px;
}

.line_div.testimonials {
  flex: 0 auto;
  margin-bottom: 30px;
}

.line_div.btn {
  flex: 0 auto;
  margin-bottom: 20px;
}

.logo_decor_div {
  width: 80px;
  margin-top: 0;
  margin-right: 20px;
  padding-top: 0;
  position: relative;
  top: auto;
}

.hero_images_container {
  z-index: 100;
  width: 50%;
  height: auto;
  padding-right: 2%;
  position: absolute;
  inset: 20% 0% auto auto;
}

.hero_img_wrapper {
  height: 550px;
  position: relative;
}

.hero_img_div1 {
  border: 5px #fff;
  width: 60%;
  height: 350px;
  text-decoration: underline;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_img._1 {
  object-position: 80% 50%;
}

.hero_img._2 {
  object-position: 90% 50%;
}

.hero_img_div2 {
  z-index: 20;
  box-shadow: none;
  border: 10px solid #e4f8ff;
  width: 45%;
  height: 250px;
  position: absolute;
  inset: auto 32% 0 auto;
  overflow: hidden;
}

.hero_img_div3 {
  z-index: 20;
  box-shadow: none;
  border: 10px solid #e4f8ff;
  width: 45%;
  height: 250px;
  position: absolute;
  inset: 19% 0 auto auto;
  overflow: hidden;
}

.hero_logo_decor_wrapper {
  z-index: 10;
  opacity: .33;
  mix-blend-mode: color-dodge;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70svh;
  display: flex;
  position: absolute;
  inset: auto 0% 30%;
  overflow: hidden;
}

.services_section {
  padding: 7% 10%;
}

.services_header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hp_headline {
  background-image: linear-gradient(299deg, var(--blue), var(--light-blue) 50%, var(--green) 101%);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.4rem;
  font-weight: 800;
}

.hp_headline.docs {
  margin-bottom: 0;
  margin-right: 20px;
}

.services_grid {
  padding: 0;
}

.services_grid.middle {
  margin-top: 20px;
  margin-bottom: 20px;
}

.services_btn {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  height: 350px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7rem;
  position: relative;
}

.services_btn:hover {
  color: #7fd857;
}

.services_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services_img._2 {
  object-position: 50% 20%;
}

.services_overlay_div {
  z-index: 10;
  text-align: left;
  background-image: linear-gradient(#0000 32%, #000000b3 94%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services_overlay_div.wide {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 25%;
  overflow: hidden;
}

.doc_section {
  color: var(--black);
  background-image: url('../images/light-grey-bg.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 15%;
  padding: 0% 0% 5%;
}

.hp_img_div {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.hp_img_div.doc {
  z-index: 10;
  width: 55%;
  height: 500px;
  margin-top: 7%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hp_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials_section {
  background-color: #0000;
  padding: 7% 10%;
}

.button {
  background-color: var(--dark-blue);
  background-image: linear-gradient(296deg, var(--blue), var(--light-blue) 51%, var(--green));
  color: var(--white);
  text-transform: uppercase;
  padding: 13px 30px;
  font-size: .9rem;
  font-weight: 500;
}

.button:hover {
  color: var(--white);
  background-image: linear-gradient(120deg, #005074, #008ec3 51%, #428126);
}

.button.margin {
  margin-left: 20px;
}

.testimonials_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
  display: grid;
}

.testimonials_images_cell {
  padding-right: 5%;
}

.testimonials_images_wrapper {
  width: 100%;
  height: 550px;
  position: relative;
}

.testimonials_img_div1 {
  width: 65%;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.testimonials_content_cell {
  justify-content: center;
  align-items: flex-start;
}

.testimonials_slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slidenav {
  height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  inset: auto auto -25px 0%;
}

.arrow {
  background-color: var(--dark-blue);
  background-image: linear-gradient(304deg, var(--blue), var(--light-blue) 51%, var(--green));
  color: var(--white);
  width: 30px;
  height: 30px;
  font-size: .8rem;
  inset: auto 0% -30px auto;
}

.arrow:hover {
  background-image: none;
}

.arrow.left {
  background-image: linear-gradient(302deg, var(--blue), var(--light-blue) 51%, var(--green));
  right: 35px;
}

.arrow.left:hover {
  background-image: none;
}

.testimonials_wrapper {
  height: 100%;
  padding-bottom: 20px;
}

.testimonials_name {
  color: var(--dark-blue);
  font-weight: 600;
}

.google_review_logo_div {
  width: 25%;
  margin-bottom: 5%;
}

.testimonials_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials_img._1 {
  object-position: 50% 50%;
}

.testimonials_img._3 {
  object-position: 0% 25%;
}

.testimonials_img_div2 {
  z-index: 20;
  border: 10px solid var(--white);
  width: 50%;
  height: 200px;
  position: absolute;
  inset: 30% auto auto -9%;
  overflow: hidden;
}

.testimonials_img_div3 {
  z-index: 10;
  border: 10px solid var(--white);
  width: 55%;
  height: 250px;
  position: absolute;
  inset: auto 22% 8% auto;
}

.hero_logo_decor {
  width: 200%;
  min-width: 100%;
  max-width: 200%;
  height: auto;
  margin-left: -9%;
}

.locations_section {
  background-color: #0000000a;
  padding: 5%;
}

.locations_section.option {
  display: none;
}

.locations_main_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
  display: grid;
}

.location_content_cell {
  justify-content: center;
  align-items: flex-start;
}

.location_name {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.4rem;
}

.address-text {
  color: var(--white);
}

.location_img_div {
  z-index: 10;
  width: 55%;
  height: auto;
  position: absolute;
  inset: 22% 0% auto auto;
  overflow: hidden;
}

.location_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cell {
  align-items: stretch;
}

.footer_section {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 5% 10%;
}

.drodown_navlink {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
}

.dropdown_toggle {
  color: var(--dark-blue);
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  background-image: linear-gradient(135deg, var(--blue), var(--light-blue) 50%, var(--green));
  color: var(--white);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .7rem;
}

.dropdown_list.w--open {
  background-color: var(--dark-blue);
}

.dropdown_link {
  color: var(--white);
  font-size: .85rem;
}

.dropdown_link:hover {
  background-color: var(--blue);
  color: var(--white);
}

.team_wrapper {
  display: flex;
  position: relative;
}

.team_content_div {
  background-color: var(--dark-blue);
  color: var(--white);
  flex-flow: column;
  width: 55%;
  margin-top: 0;
  padding: 5% 15% 5% 5%;
  display: block;
}

.location_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
  display: grid;
}

.location_ajax {
  width: 100%;
}

.tabs-menu {
  border-bottom: 2px none var(--green);
  display: flex;
}

.tablink {
  color: #0009;
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.tablink:hover {
  color: #000;
}

.tablink.w--current {
  color: var(--green);
  background-color: #ddd0;
}

.location_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  height: 400px;
  padding: 5% 0 0%;
  display: flex;
  position: relative;
}

.location_content_div {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 31px;
  display: flex;
}

.phone_txt {
  color: var(--white);
  margin-bottom: 30px;
  font-size: .9rem;
}

.phone_liink {
  color: #39c9ff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.directions_link {
  color: #39c9ff;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.directions_link:hover {
  color: #7bd652;
}

.arrow_icon {
  opacity: 1;
  width: 20px;
  margin-right: 10px;
}

.location_content_div2 {
  background-color: var(--dark-blue);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 31px;
  display: flex;
}

.location_img_div2 {
  z-index: 10;
  width: 55%;
  height: auto;
  position: absolute;
  inset: 22% 0% auto auto;
  overflow: hidden;
}

.location_content_div3 {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 31px;
  display: flex;
}

.location_img_div3 {
  z-index: 10;
  width: 55%;
  height: auto;
  position: absolute;
  inset: 22% 0% auto auto;
  overflow: hidden;
}

.location_content_div4 {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 31px;
  display: flex;
}

.location_img_div4 {
  z-index: 10;
  width: 55%;
  height: auto;
  position: absolute;
  inset: 22% 0% auto auto;
  overflow: hidden;
}

.location_content_div5 {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 31px;
  display: flex;
}

.location_img_div5 {
  z-index: 10;
  width: 55%;
  height: auto;
  position: absolute;
  inset: 22% 0% auto auto;
  overflow: hidden;
}

.arrow_icon_over {
  opacity: 1;
  width: 20px;
  margin-right: 10px;
}

.footer_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
  display: grid;
}

.static_btn_wrapper {
  z-index: 500;
  width: 210px;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 80px 0 auto auto;
  overflow: visible;
}

.static_btn {
  background-color: var(--dark-blue);
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1px;
  padding-top: 0;
  padding-right: 20px;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.static_btn:hover {
  color: #fff;
}

.side_btn_icon_div {
  background-color: #13668100;
  background-image: linear-gradient(300deg, var(--blue), var(--light-blue) 50%, var(--green) 103%);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.side_btn_icon {
  width: 26px;
}

.footer_logo {
  width: 250px;
  margin-bottom: 30px;
}

.footer_text {
  margin-bottom: 40px;
  font-size: .85rem;
}

.quick_links {
  width: 100%;
  padding: 0;
}

.quick_link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: .9rem;
  text-decoration: none;
}

.quick_link:hover {
  color: #7bd453;
}

.form_wrapper {
  width: 100%;
}

.soc_media_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.soc_media_btn {
  background-color: #fff0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.soc_media_btn:hover {
  opacity: .62;
}

.text_field {
  background-color: #00000087;
  border: 1px #000;
  margin-bottom: 15px;
  font-size: .8rem;
}

.text_field::placeholder {
  color: var(--green);
}

.text_area {
  background-color: #00000087;
  border: 1px #000;
  min-height: 100px;
  margin-bottom: 15px;
  font-size: .8rem;
}

.text_area::placeholder {
  color: var(--green);
}

.submit_btn {
  background-color: #00000087;
  background-image: linear-gradient(306deg, var(--blue), var(--light-blue) 50%, var(--green));
  text-transform: uppercase;
  padding: 12px 26px;
  font-size: .8rem;
  font-weight: 500;
}

.submit_btn:hover {
  background-image: none;
}

.select_field {
  color: var(--green);
  background-color: #00000087;
  border: 1px solid #000;
  margin-bottom: 15px;
}

.featured_section {
  background-color: #f5f5f5;
  padding: 7% 10% 5%;
}

.featured_services_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured_services_wrapper.top_margin {
  margin-top: 7%;
}

.featured_text_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.feature_img_div {
  width: 50%;
  height: 500px;
}

.feature_img_div._2 {
  position: relative;
}

.quick_links_cell {
  padding-left: 10%;
}

.feature_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature_img.cosmetic {
  object-position: 50% 25%;
}

.cosmetic_img_div1 {
  border: 10px solid #f5f5f5;
  width: 75%;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.feature_img_div2 {
  border: 10px solid #f5f5f5;
  width: 65%;
  height: 280px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navbar_bottom_wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.navbar_top_wrapper {
  background-image: linear-gradient(127deg, var(--green), var(--light-blue) 50%, var(--blue));
  justify-content: flex-end;
  align-items: stretch;
  height: 36px;
  padding-right: 5%;
  display: flex;
}

.topnavbar_link {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.topnavbar_link:hover {
  color: var(--white);
  background-color: #0000003b;
}

.topnavbar_link.phone {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-weight: 600;
}

.phone-icon {
  width: 20px;
  margin-right: 5px;
}

.footer-links {
  color: #fff;
}

.footer-links:hover {
  color: #7bd453;
  text-decoration: none
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero_section {
    overflow: hidden;
  }

  .main_tagline_wrapper {
    top: 16%;
  }

  .main_tagline2 {
    font-size: 2.8rem;
  }

  .welcome_wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero_img_wrapper {
    height: 450px;
  }

  .hero_img_div1 {
    height: 300px;
  }

  .hero_img_div2, .hero_img_div3 {
    height: 200px;
  }

  .services_btn {
    height: 280px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .services_overlay_div, .services_overlay_div.wide {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp_img_div.doc {
    width: 90%;
    margin-top: -7%;
    margin-left: 10%;
    position: relative;
  }

  .locations_section {
    padding: 10%;
  }

  .footer_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .drodown_navlink {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 20px;
  }

  .dropdown_list.w--open {
    position: relative;
  }

  .team_wrapper {
    flex-flow: column;
    overflow: hidden;
  }

  .team_content_div {
    width: 90%;
    padding-bottom: 12%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .tablink {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .directions_link {
    width: 60%;
  }

  .arrow_icon {
    width: 10px;
    margin-right: 5px;
  }

  .arrow_icon_over {
    width: 10px;
  }

  .footer_text {
    text-align: center;
  }

  .soc_media_wrapper {
    justify-content: center;
    align-items: center;
  }

  .soc_media_btn {
    margin-left: 10px;
  }

  .menu_btn {
    background-color: var(--green);
    color: var(--white);
  }

  .menu_btn:hover {
    background-color: var(--light-blue);
  }

  .menu_btn.w--open {
    background-color: var(--blue);
  }

  .navmenu {
    background-color: var(--white);
  }

  .footer_cell {
    border-top: 1px solid #ffffff4f;
    justify-content: flex-start;
    align-items: center;
    padding-top: 52px;
  }

  .featured_services_wrapper {
    flex-flow: column;
  }

  .featured_text_div {
    width: 100%;
    margin-top: 10%;
  }

  .feature_img_div {
    width: 100%;
    height: 350px;
  }

  .feature_img_div._2 {
    height: 500px;
    margin-top: 10%;
  }

  .navbar_top_wrapper {
    justify-content: center;
    align-items: stretch;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: #fff;
    position: static;
  }

  .logo {
    padding-left: 0;
  }

  .hero_section {
    height: 650px;
  }

  .main_tagline_wrapper {
    width: 80%;
    top: 149px;
  }

  .main_tagline2 {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .welcome_wrapper {
    padding-top: 15%;
  }

  .welcome_headline {
    margin-right: 10px;
    font-size: 2rem;
  }

  .hero_images_container {
    width: 80%;
    top: 342px;
    right: 10%;
  }

  .hero_logo_decor_wrapper {
    top: 100px;
    bottom: auto;
  }

  .services_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .services_header {
    width: 100%;
  }

  .hp_headline.docs {
    margin-right: 10px;
    font-size: 2rem;
  }

  .hp_img_div.doc {
    width: 100%;
    height: 350px;
    margin-top: 0%;
    margin-left: 0%;
  }

  .testimonials_section {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .hero_logo_decor {
    margin-left: 0%;
  }

  .location_img_div {
    top: 180px;
  }

  .team_content_div {
    width: 100%;
    padding-top: 10%;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .location_content_div, .location_content_div2 {
    width: 70%;
  }

  .location_img_div2 {
    top: 180px;
  }

  .location_content_div3 {
    width: 70%;
  }

  .location_img_div3 {
    top: 202px;
  }

  .location_content_div4 {
    width: 70%;
  }

  .location_img_div4 {
    top: 180px;
  }

  .location_content_div5 {
    width: 70%;
  }

  .location_img_div5 {
    top: 222px;
  }

  .static_btn_wrapper {
    width: 100%;
    margin-top: 1px;
    position: static;
  }

  .featured_section {
    padding-bottom: 10%;
  }

  .navbar_top_wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 200px;
    margin-right: 20px;
    padding-left: 0;
  }

  .hero_section {
    height: 550px;
  }

  .main_tagline_wrapper {
    top: 288px;
  }

  .main_tagline2 {
    font-size: 2.8rem;
    line-height: 2.4rem;
  }

  .welcome_wrapper {
    padding-top: 25%;
    padding-bottom: 15%;
    padding-left: 10%;
  }

  .welcome_grid {
    margin-left: 0;
  }

  .welcome_callout_text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .welcome_headline {
    margin-bottom: 20px;
    margin-right: 0;
    line-height: 2.2rem;
  }

  .section_header_wrapper {
    flex-flow: column;
    margin-bottom: 5%;
  }

  .line_div {
    flex: 0 auto;
    width: 100%;
  }

  .hero_images_container {
    padding-right: 0%;
    top: 495px;
  }

  .hero_img_wrapper {
    height: 380px;
  }

  .hero_img_div1 {
    width: 80%;
    height: 220px;
  }

  .hero_img_div2 {
    width: 60%;
    height: 150px;
    bottom: 50px;
    right: 31%;
  }

  .hero_img_div3 {
    width: 55%;
    height: 150px;
    right: -22px;
  }

  .services_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .services_header {
    margin-bottom: 15%;
  }

  .hp_headline {
    font-size: 2rem;
  }

  .hp_headline.docs {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .services_img._4 {
    object-position: 100% 50%;
  }

  .hp_img_div.doc {
    height: 200px;
  }

  .testimonials_section {
    padding-bottom: 25%;
  }

  .testimonials_images_wrapper {
    height: 350px;
  }

  .testimonials_img_div1 {
    width: 90%;
    height: 220px;
  }

  .testimonials_slider {
    width: 260px;
  }

  .google_review_logo_div {
    width: 45%;
  }

  .testimonials_img_div2 {
    width: 60%;
    height: 150px;
    top: 38%;
    left: -6%;
  }

  .testimonials_img_div3 {
    width: 60%;
    height: 150px;
    top: auto;
    bottom: 0;
    right: 6%;
  }

  .locations_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .location_img_div {
    display: none;
  }

  .footer_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .location_ajax {
    margin-top: 30px;
  }

  .location_content_div, .location_content_div2 {
    width: 100%;
  }

  .location_img_div2 {
    display: none;
  }

  .location_content_div3 {
    width: 100%;
  }

  .location_img_div3 {
    display: none;
  }

  .location_content_div4 {
    width: 100%;
  }

  .location_img_div4 {
    display: none;
  }

  .location_content_div5 {
    width: 100%;
  }

  .location_img_div5 {
    display: none;
  }

  .footer_logo {
    width: 200px;
  }

  .image {
    margin-bottom: 20px;
  }

  .feature_img_div {
    height: 280px;
  }

  .feature_img_div._2 {
    height: 400px;
  }

  .cosmetic_img_div1 {
    width: 90%;
    height: 250px;
  }

  .feature_img_div2 {
    width: 80%;
    height: 200px;
    right: -6%;
  }

  .navbar_top_wrapper {
    flex-flow: column;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .topnavbar_link {
    height: 40px;
  }

  .topnavbar_link.phone {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_63359b95-7bbe-89b0-257a-67d9b0224150-9fbef33f, #w-node-f4d651a0-785a-f1b7-d54b-88f9e0eecc85-9fbef33f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2425f4f2-6c75-30fc-a9d9-b16b43b88321-9fbef33f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d9b0539-dd87-7763-0542-ffcab2c17ca7-9fbef33f, #w-node-acd2c064-6cca-46d3-22a2-acf6e373122a-9fbef33f, #w-node-_1f64d2af-4130-2c12-d2f4-67e19be13b06-9fbef33f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b82c6d6-ec52-b89a-f66f-522fcc7c2b3a-9fbef33f {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_685f7260-9f5f-116a-276f-6c4a9be15ac7-9fbef33f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5f938871-f8d8-c2df-9bb8-a9f02e1aa33d-9fbef33f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_63359b95-7bbe-89b0-257a-67d9b0224150-9fbef33f, #w-node-acd2c064-6cca-46d3-22a2-acf6e373122a-9fbef33f, #w-node-_2b82c6d6-ec52-b89a-f66f-522fcc7c2b3a-9fbef33f, #w-node-_685f7260-9f5f-116a-276f-6c4a9be15ac7-9fbef33f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4d651a0-785a-f1b7-d54b-88f9e0eecc85-9fbef33f, #w-node-_2425f4f2-6c75-30fc-a9d9-b16b43b88321-9fbef33f, #w-node-_0d9b0539-dd87-7763-0542-ffcab2c17ca7-9fbef33f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


