:root {
  --color-7: #d1fff7;
  --color-6: #96f2e1;
  --color: white;
  --color-3: #025949;
  --color-8: #4d6d8b;
  --color-4: #1f8c78;
  --color-2: #1a1a1a;
  --color-5: #50bfab;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  color: #333;
  font-family: halcom, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: cormorant-garamond, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: cormorant-garamond, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/cape-cod-sunset.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  padding-top: 20%;
  display: flex;
  position: relative;
}

.hero-title-div {
  text-align: center;
}

.top-hero-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.2em;
}

.hero-lg-text {
  font-family: cormorant-garamond, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.choice-container {
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.choice-div {
  border: 1px solid var(--color-7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000073;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 49%;
  margin-bottom: -50px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 25px 25px 15px;
  display: flex;
}

.small-title {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color-6) var(--color-6) #96f2e13d;
  color: var(--color);
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 20px 10px 0;
  font-size: 1.5em;
  line-height: 1em;
}

.choice-title {
  color: var(--color);
  min-height: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

.wrap-ctas {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.hero-cta-link {
  color: var(--color);
  background-color: #025949;
  border: 1px solid #96f2e100;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 20px 10px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.hero-cta-link:hover {
  border: 1px solid var(--color-3);
  background-color: #0259494d;
}

.mini-icon {
  filter: brightness(72%) hue-rotate(54deg);
  width: 20px;
  margin-right: 10px;
}

.navbar {
  background-color: var(--color);
  border-radius: 50px;
  justify-content: space-between;
  max-width: 98%;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin: 5px 20px 5px 0;
  display: flex;
}

.nav-menu {
  align-items: center;
  height: 75px;
  padding-top: 5px;
  display: flex;
}

.lef-nav {
  z-index: 10;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.nav-right {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.nav-link {
  border-bottom: 2px solid var(--color);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.nav-link:hover {
  border-bottom-color: var(--color-8);
}

.nav-link.phone {
  color: var(--color-4);
  padding-left: 10px;
}

.nav-link.phone.sp {
  background-image: url('../images/icons8-laptop-locked.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  padding-right: 0;
}

.nav-link.phone.sp:hover {
  border-bottom-color: var(--color-8);
}

.nav-link.phone.sp-phone {
  background-image: url('../images/icons8-phone_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 0;
}

.nav-link.phone.sp-phone:hover {
  border-bottom-color: var(--color-8);
}

.phone-link {
  color: var(--color);
  text-align: center;
  background-color: #025949;
  border: 1px solid #96f2e100;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 0;
  padding: 8px 15px 10px;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  border: 1px solid var(--color-8);
  background-color: var(--color-8);
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.more-top {
  padding-top: 10%;
  padding-bottom: 7%;
}

.section.testimonials {
  background-color: var(--color-8);
  margin-top: 8%;
  padding-top: 0%;
}

.section.blue {
  background-color: var(--color-8);
}

.wrap {
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.wrap.flex.top-marg {
  margin-top: 5%;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wrap.center.white, .wrap.white {
  color: var(--color);
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  width: 100%;
}

.img-sub-div {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.round-subtitle {
  border: 1px solid var(--color-8);
  color: var(--color-4);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 50px;
  padding: 10px 25px;
  font-size: 1em;
  line-height: 1em;
}

.round-subtitle.no-btm {
  margin-bottom: 20px;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._100 {
  border-radius: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-div._100.sq {
  border-radius: 0;
}

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

.button {
  background-color: var(--color-8);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: .9em;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-4);
}

.button.rev {
  background-color: var(--color);
  color: var(--color-8);
}

.button.rev:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.expert-section {
  background-image: url('../images/aerial-cape-cod.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 15px;
  margin-bottom: 25px;
  margin-left: 2vw;
  margin-right: 2vw;
  padding: 5%;
}

.wrap-100 {
  background-color: var(--color);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 70px 40px;
  display: flex;
}

.doc-holder {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 950px;
  margin-top: 30px;
  display: flex;
}

.doc-link {
  width: 18%;
  height: 250px;
  min-height: 0;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
}

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

.doc-title {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #4d6d8bd9;
  border-radius: 0 0 15px 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 5px 10px;
  font-size: .9em;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.logos-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.accred {
  height: 65px;
  margin-left: 0;
  margin-right: 25px;
}

.track {
  background-color: var(--color);
  height: 300vw;
  padding-bottom: 0;
}

.camera {
  border-radius: 15px;
  width: 96vw;
  height: 90vh;
  margin-left: 2vw;
  margin-right: 2vw;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.item {
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.item-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color-2);
  grid-template-rows: auto;
  width: 100%;
}

.txt {
  color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 200px;
  padding-left: 10%;
  display: flex;
}

.surgery-div {
  border-bottom: 1px solid var(--color);
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-right: 50px;
  display: flex;
}

.outline-text {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-7);
  margin-right: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.h2-no-marg {
  color: var(--color-7);
  margin-bottom: 0;
  font-family: halcom, sans-serif;
}

.title-section {
  background-color: var(--color);
  padding-top: 3%;
  padding-bottom: 2%;
}

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

.testimonial-icon-div {
  background-color: var(--color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  padding: 20px;
  display: flex;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 2% 40px 0%;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slide-content-wrapper {
  color: var(--color);
  text-align: center;
  background-color: #e1e1e100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 1em;
  display: flex;
}

.slider-icon {
  filter: brightness(0%) invert();
}

.slider {
  background-color: #ffffff14;
  border-radius: 15px;
  width: 600px;
  height: 300px;
  position: static;
}

.wrap-101 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap-101.flex {
  justify-content: space-between;
  display: flex;
}

.form-holder {
  color: var(--color);
  width: 31%;
}

.footer {
  background-image: linear-gradient(#0009, #0009), url('../images/cape-cod-sunset_1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 15px;
  margin-top: 0;
  padding-top: 8%;
  padding-bottom: 8%;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.info-35.end {
  justify-content: flex-start;
}

.footer-holder {
  padding: 20px;
}

.ql-div {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.ql {
  color: var(--color-7);
  margin-bottom: 15px;
  margin-right: 15px;
  line-height: 1.2em;
  text-decoration: none;
}

.ql:hover {
  color: var(--color);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.search-input {
  height: 40px;
  margin-bottom: 0;
}

.search-button {
  background-color: var(--color-8);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.form-block {
  margin-bottom: 0;
}

.text-field-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000005e;
  border: 0 solid #000;
  border-radius: 5px;
}

.text-field-2:focus, .text-field-2::placeholder {
  color: #fff;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

.drop-bg {
  border-radius: 50px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 5px #0003;
}

.text-logo-top {
  color: var(--color-3);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

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

.logo-btm-line {
  color: var(--color-8);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.logo-btm-line.lt {
  color: var(--color-7);
}

.image-2 {
  filter: hue-rotate(46deg) brightness(86%);
}

.ip-header {
  background-color: var(--color-8);
  padding: 12% 5% 5%;
}

.title-div {
  color: var(--color);
  width: 70%;
}

.breadcrumbs {
  align-items: center;
  display: flex;
}

.bc {
  color: var(--color);
  line-height: 1em;
  text-decoration: none;
}

.bc:hover {
  color: var(--color-2);
}

.bc.current:hover {
  color: var(--color);
}

.bc-arrow {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 700px;
    padding-top: 25%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-lg-text {
    font-size: 3em;
  }

  .choice-container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .choice-div {
    padding: 10px;
  }

  .small-title {
    padding-top: 0;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
  }

  .lef-nav {
    justify-content: space-between;
  }

  .nav-right {
    width: 40%;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link.phone.sp {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    display: none;
  }

  .nav-link.phone.sp-phone {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .round-subtitle {
    margin-bottom: 20px;
  }

  .img-div._100.sq.hide {
    display: none;
  }

  .expert-section {
    padding: 0%;
  }

  .wrap-100 {
    padding: 0;
  }

  .doc-link {
    width: 23%;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    height: auto;
  }

  .item-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .item-grid.mid {
    grid-template-columns: 1fr;
  }

  .txt {
    padding-bottom: 50px;
  }

  .testimonial-icon-div {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 10px;
  }

  .slider-right-arrow {
    right: -25px;
  }

  .slider-left-arrow {
    left: -25px;
  }

  .wrap-101.flex {
    flex-flow: column;
  }

  .form-holder {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer {
    background-image: linear-gradient(to bottom, null, null), url('../images/cape-cod-sunset_1.jpg');
    background-attachment: scroll, scroll;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .info-35 {
    width: 100%;
    margin-bottom: 15px;
  }

  .mb.w--open {
    background-color: var(--color-8);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
    padding-top: 17%;
  }

  .hero-lg-text {
    font-size: 2.5em;
  }

  .small-title {
    font-size: 1.2em;
  }

  .choice-title {
    font-size: 1em;
  }

  .hero-cta-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

  .mini-icon {
    display: none;
  }

  .brand {
    min-width: 0;
    padding-left: 0;
  }

  .lef-nav, .nav-right {
    width: 50%;
  }

  .section.more-top {
    padding-top: 15%;
  }

  .section.testimonials {
    margin-top: 0%;
  }

  .round-subtitle.no-btm {
    font-size: .9em;
  }

  .img-div._100.sq {
    max-height: 500px;
  }

  .img-div._100.sq.hide-2 {
    display: none;
  }

  .doc-link {
    width: 31%;
  }

  .track {
    background-color: var(--color-2);
    padding-bottom: 5%;
  }

  .item-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .item-grid.mid {
    grid-template-rows: auto;
  }

  .txt {
    padding: 25px;
  }

  .testimonial-icon-div {
    position: relative;
  }

  .slide-content-wrapper {
    padding: 15px;
  }

  .slider {
    width: 94%;
    height: 400px;
  }

  .text-logo-top {
    font-size: 1.2em;
  }

  .logo-btm-line {
    font-size: .7em;
  }

  .ip-header {
    padding-top: 15%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    padding-top: 40%;
  }

  .hero-lg-text {
    font-size: 2em;
  }

  .choice-container {
    flex-flow: column;
  }

  .choice-div {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .choice-div._2 {
    margin-bottom: -50px;
  }

  .navbar {
    border-radius: 0;
    flex-flow: column;
    max-width: 100%;
    margin-top: 0%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }

  .lef-nav, .nav-right {
    width: 100%;
  }

  .nav-link.phone.sp-phone, .phone-link {
    font-size: .8em;
  }

  .section.more-top {
    padding-top: 25%;
  }

  .round-subtitle.no-btm {
    letter-spacing: 3px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-div._100.sq.hide-mob {
    display: none;
  }

  .doc-link {
    width: 98%;
    height: 350px;
  }

  .logos-holder {
    display: flex;
  }

  .accred {
    height: 50px;
  }

  .track {
    overflow: hidden;
  }

  .surgery-div {
    flex-flow: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .outline-text {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .slider-right-arrow {
    right: -50px;
  }

  .slider-left-arrow {
    left: -50px;
  }

  .slider {
    width: 100%;
    height: 600px;
  }

  .footer {
    border-radius: 0;
    overflow: hidden;
  }

  .footer-holder {
    padding: 0;
  }

  .drop-bg {
    border-radius: 0;
  }

  .mb {
    padding: 10px;
  }

  .ip-header {
    padding-top: 35%;
  }

  .title-div {
    width: auto;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .bc, .bc-arrow {
    margin-bottom: 10px;
  }
}


