@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
* GLOBAL/DEFAULT
*/
/*img:is([sizes="auto" i], [sizes^="auto," i]) {
contain-intrinsic-size: revert;
}*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}*/
}
html body {
  font-size: 1rem;
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
html .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
html .l-main .w-hwrapper:not([class*="usg_"]) > div, html .l-footer .w-hwrapper:not([class*="usg_"]) > div {
  margin: 0.6rem;
}
@media screen and (max-width: 767px) {
  html h2, html h3, html h4 {
    text-align: center;
  }
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-img, .l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-overlay {
  top: var(--header-height);
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-content-primary);
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .wpcf7-form-control-wrap {
  text-align: center;
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit !important;
  font-family: inherit;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 1.5rem !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="radio"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label, .gform_wrapper .gfield_radio input[type="checkbox"] + label, .gform_wrapper .gfield_checkbox input[type="radio"] + label, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before, .gform_wrapper .gfield_radio input[type="checkbox"] + label:before, .gform_wrapper .gfield_checkbox input[type="radio"] + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 300 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #303d0a;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #303d0a;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hours-table .day {
  text-transform: uppercase;
}
.larger-text {
  font-size: 1.25rem;
}
.xl-text {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0px !important;
  border-color: var(--color-content-border);
  overflow: hidden;
  background: var(--color-content-secondary);
  border-radius: 0.5rem;
  color: white;
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1rem;
}
.w-tabs.accordion .w-tabs-section h3, .w-tabs.accordion .w-tabs-section h4, .w-tabs.accordion .w-tabs-section h5, .w-tabs.accordion .w-tabs-section a {
  color: inherit;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: white !important;
  background: transparent;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: 1.25rem !important;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-primary);
  color: white;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.w-grid.type_carousel .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"] {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: #1379C3 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(19, 121, 195, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: var(--color-content-faded);
  width: 0.75em;
  height: 0.75em;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-grid.type_carousel .owl-dot.active span {
  background: #1379C3 !important;
  width: 3em;
}
.l-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .l-subheader.at_middle {
  background: rgba(255, 255, 255, 0.9);
}
.l-header .online-scheduling {
  color: white;
}
.l-header .online-scheduling a {
  background: #F65F67;
}
.l-header .online-scheduling a:hover {
  background: rgba(246, 95, 103, 0.75);
  color: white !important;
}
.l-header .online-scheduling .w-dropdown-h {
  margin: 0;
}
.l-header .online-scheduling .w-dropdown-current .w-dropdown-item {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.05em;
  white-space: normal;
  max-width: 10em;
  text-align: center;
  padding: 34px 1em;
}
.l-header .online-scheduling .w-dropdown-current .w-dropdown-item:after {
  display: none;
}
.l-header .online-scheduling .w-dropdown-list {
  color: inherit !important;
  top: 100%;
  padding: 0;
}
.l-header .phone a {
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.l-header .phone a:first-child {
  color: #96C11F;
  border-bottom: 1px solid;
}
.l-header .phone a:last-child {
  color: #4EABEE;
  border-bottom: 1px solid;
}
.l-header .phone a:not(:last-child) {
  margin-bottom: 0.66em;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-arrow:before {
  font-weight: 300;
}
.l-header .w-nav.type_mobile {
  margin-left: 0;
}
.l-header .w-nav.type_desktop .mobile-only, .l-header .w-nav.type_desktop .w-nav-anchor.w-btn {
  display: none;
}
.l-header .w-nav.type_desktop .hover_underline .current-menu-item .w-nav-title:after, .l-header .w-nav.type_desktop .hover_underline .current-menu-ancestor .w-nav-title:after {
  bottom: -2px !important;
  opacity: 1 !important;
}
.l-header .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .w-nav .w-nav-control {
  color: var(--color-content-primary);
}
.l-header .w-nav .w-nav-control > span {
  font-size: 1rem;
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-control .w-nav-icon div, .l-header .w-nav .w-nav-control .w-nav-icon div:before, .l-header .w-nav .w-nav-control .w-nav-icon div:after {
  right: 0;
  border-radius: 5em;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:before {
  width: 75%;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:after {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .l-header .w-nav-control > span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .online-scheduling {
    width: 100%;
  }
  .l-header .online-scheduling .w-dropdown-h {
    line-height: inherit;
  }
  .l-header .online-scheduling .w-dropdown-current .w-dropdown-item {
    display: block;
    padding: 0;
    max-width: none;
    line-height: inherit;
  }
  .l-header .appt-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  .l-header .online-scheduling, .l-header .phone a {
    font-size: 1.125rem;
  }
}
[class*="masthead"] {
  padding-bottom: 22vw;
}
[class*="masthead"]:after {
  content: "";
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  height: 20vw;
  background: url("../../../uploads/2025/08/header-vector-wave.svg") bottom center / contain no-repeat;
}
[class*="masthead"] h1 {
  color: white;
  text-align: center;
  max-width: 12em;
  margin: 0 auto;
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: max(1rem, 0.45em);
  font-weight: 500;
  margin-top: 0.5em;
}
[class*="masthead"] h1 .green {
  color: #96C11F;
}
[class*="masthead"] h1 .blue {
  color: #4EABEE;
}
.masthead-internal {
  padding-top: 12%;
  margin-bottom: -4vw;
}
.masthead-internal .l-section-img {
  bottom: 10vw;
}
/* contact page */
.page-id-170 .masthead-internal .l-section-shape {
  color: var(--color-footer-bg-alt);
}
.page-id-170 .l-footer {
  overflow: visible;
}
.page-id-170 #footer-cta {
  padding-top: 0;
}
.page-id-170 #footer-cta .l-section-shape {
  display: none;
}
.masthead-home {
  padding-top: 3%;
  margin-bottom: -18vw;
}
.masthead-home .logo img {
  max-width: 18rem;
}
@media screen and (max-width: 767px) {
  .masthead-home .logo {
    display: none;
  }
}
[class*="--content"] h1 {
  font-size: var(--h2-font-size);
}
[class*="--content"] h2 {
  font-size: var(--h3-font-size);
}
[class*="--content"] h3 {
  font-size: var(--h4-font-size);
}
[class*="--content"] h2, [class*="--content"] h3, [class*="--content"] h4 {
  text-align: left;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child), [class*="--content"] .g-cols.wpb_row:not(:last-child), [class*="--content"] .post_image:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--content"] .post_content:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
* BLOG GRID/LIST
* will probably need to change the .layout_182 class
*/
.layout_182 .w-grid-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
.layout_182 .post_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.layout_182 .post_content {
  margin-bottom: 1rem;
}
/* BLOG POST */
.blog--content .post_image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .blog--content .post_image {
    float: right;
    max-width: 35%;
    margin-left: 2rem;
  }
}
.blog--content .post_title {
  margin-bottom: 0.25em;
}
.blog--content .post_date {
  font-size: 1rem;
  display: block;
  position: relative;
}
.blog--content .post_date i {
  position: absolute;
  left: 0;
  top: 0;
}
.blog--content .post_content {
  margin-bottom: 1.5rem;
}
.single-team .blog--content .post_title {
  margin-bottom: 0;
}
.single-team .blog--content .post_date {
  display: none;
}
[class*="--sidebar"] {
  font-size: 1rem;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-family: inherit;
  font-size: 1.25em;
  text-transform: uppercase;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .page-list {
  margin-left: 0;
  list-style-type: none;
  border-left: 1px solid var(--color-content-border);
  font-size: 1em;
}
[class*="--sidebar"] .page-list li {
  padding: 0.4em 1.2em;
  margin: 0;
  border-bottom: 1px solid var(--color-content-border);
}
[class*="--sidebar"] .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-link);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) {
  margin-bottom: 0;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  background-color: rgba(0, 0, 0, 0.05);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: var(--color-content-link);
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.internal--body:before {
  content: "";
  background-image: url("../../../uploads/2025/08/Union.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7rem;
  width: 100%;
  top: -4rem;
  left: 4rem;
}
.procedures .vc_col-sm-4 .vc_column-inner {
  border-radius: 20.229px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin: 0 1.5rem;
  padding: 3rem 2rem;
}
.layout_890 .w-grid-item-h {
  -webkit-box-shadow: 0 1.25rem 1.25rem 0 rgba(6, 19, 43, 0.2);
  box-shadow: 0 1.25rem 1.25rem 0 rgba(6, 19, 43, 0.2);
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
}
.layout_890 .owl-nav:not(.disabled) {
  margin-left: 1.5rem;
}
.layout_890 .review-text {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-content-border);
  margin: 0.5em 0 0.75rem;
}
.layout_890 .review-text .toggle-links {
  font-size: 1rem;
}
#testimonial-carousel {
  padding-top: 16vw;
  padding-bottom: 16vw;
  margin-bottom: -8vw;
}
#testimonial-carousel:before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 0;
  right: 0;
  height: 8vw;
  background: url("../../../uploads/2025/08/Vector-wave.svg") top center / contain no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #testimonial-carousel .w-grid-item {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.dynamic-faq {
  z-index: 1;
}
.dynamic-faq .l-section-img {
  bottom: auto;
  padding-bottom: 40%;
}
.doctors {
  padding: 6rem 2.5rem;
  z-index: 6;
}
.doctors .bio {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
}
.doctors h3, .bio h3 {
  color: #1379C3 !important;
}
.layout_983, .layout_986 {
  text-align: center;
}
.layout_983 .post_image, .layout_986 .post_image {
  margin-bottom: 1.5rem;
}
.layout_983 .post_title, .layout_986 .post_title {
  color: var(--color-content-secondary);
}
.layout_983 .staff_title, .layout_986 .staff_title {
  font-size: clamp(1.25rem, 2.25vw, 2.25rem);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .two-col-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .three-col-text {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.numbered {
  counter-reset: tip;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  gap: 1.5rem;
}
.numbered > .wpb_text_column {
  margin: 0 !important;
  counter-increment: tip;
  color: #1379C3;
  border-radius: 8px;
  border: 1px solid #1379C3;
  padding: 1rem;
  min-height: 15rem;
}
.numbered > .wpb_text_column:before {
  content: counter(tip);
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  background: var(--accent, #2b6cb0);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 0.75rem;
  font-size: 2.75rem;
}
.irregular-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url("../../../uploads/2025/08/Vector-mask-2.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../../../uploads/2025/08/Vector-mask-2.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.video .l-section-img {
  left: -12% !important;
}
.dots-left:after {
  content: "";
  background-image: url("../../../uploads/2025/08/Vector.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 100%;
  left: -14%;
}
.dots-after:after {
  content: "";
  background-image: url("../../../uploads/2025/08/Vector.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 100%;
  right: -14%;
}
#insurance .w-hwrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(10em, 22vw, 18em), 1fr));
  border-right: 1px solid var(--color-content-border);
  border-bottom: 1px solid var(--color-content-border);
  margin-bottom: 2rem;
}
#insurance .w-hwrapper .w-image {
  border-top: 1px solid var(--color-content-border);
  border-left: 1px solid var(--color-content-border);
  margin: 0;
  padding: 1.5rem;
}
body:not(.page-id-170) #contact-tabs {
  display: none;
}
#contact-tabs, #team-tabs {
  margin-top: -18vw;
}
#contact-tabs .w-tabs-list .w-tabs-item, #team-tabs .w-tabs-list .w-tabs-item {
  font-size: var(--h3-font-size);
  background: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 1rem;
  padding: 0.5em 1em;
  -webkit-box-shadow: 0 32px 48px 0 rgba(6, 19, 43, 0.1);
  box-shadow: 0 32px 48px 0 rgba(6, 19, 43, 0.1);
  opacity: 1;
}
#contact-tabs .w-tabs-list .w-tabs-item.aventura-tab, #team-tabs .w-tabs-list .w-tabs-item.aventura-tab {
  border-color: #96C11F;
  color: #96C11F;
}
#contact-tabs .w-tabs-list .w-tabs-item.aventura-tab.active, #team-tabs .w-tabs-list .w-tabs-item.aventura-tab.active {
  background: #96C11F;
  color: white;
}
#contact-tabs .w-tabs-list .w-tabs-item.pembroke-tab, #team-tabs .w-tabs-list .w-tabs-item.pembroke-tab {
  border-color: #4EABEE;
  color: #4EABEE;
}
#contact-tabs .w-tabs-list .w-tabs-item.pembroke-tab.active, #team-tabs .w-tabs-list .w-tabs-item.pembroke-tab.active {
  background: #4EABEE;
  color: white;
}
#contact-tabs .w-tabs-section:not(:last-child), #team-tabs .w-tabs-section:not(:last-child) {
  margin-bottom: 1rem;
}
#contact-tabs .w-tabs-section a, #team-tabs .w-tabs-section a {
  color: inherit;
}
#contact-tabs:not(.accordion) .w-tabs-section-content, #team-tabs:not(.accordion) .w-tabs-section-content {
  padding-top: 0;
}
#contact-tabs.accordion .w-tabs-section, #team-tabs.accordion .w-tabs-section {
  border-width: 2px !important;
}
#contact-tabs.accordion .w-tabs-section.aventura-tab, #team-tabs.accordion .w-tabs-section.aventura-tab {
  border-color: #96C11F;
}
#contact-tabs.accordion .w-tabs-section.aventura-tab .w-tabs-section-header, #team-tabs.accordion .w-tabs-section.aventura-tab .w-tabs-section-header {
  color: #96C11F !important;
}
#contact-tabs.accordion .w-tabs-section.aventura-tab .w-tabs-section-header .w-tabs-section-title, #team-tabs.accordion .w-tabs-section.aventura-tab .w-tabs-section-header .w-tabs-section-title {
  color: inherit;
}
#contact-tabs.accordion .w-tabs-section.pembroke-tab, #team-tabs.accordion .w-tabs-section.pembroke-tab {
  border-color: #4EABEE;
}
#contact-tabs.accordion .w-tabs-section.pembroke-tab .w-tabs-section-header, #team-tabs.accordion .w-tabs-section.pembroke-tab .w-tabs-section-header {
  color: #4EABEE !important;
}
#contact-tabs.accordion .w-tabs-section.pembroke-tab .w-tabs-section-header .w-tabs-section-title, #team-tabs.accordion .w-tabs-section.pembroke-tab .w-tabs-section-header .w-tabs-section-title {
  color: inherit;
}
#contact-tabs .g-cols, #team-tabs .g-cols {
  margin: 0;
}
#contact-tabs .g-cols .w-image a, #team-tabs .g-cols .w-image a {
  display: block;
}
#contact-tabs .g-cols .w-image a img, #team-tabs .g-cols .w-image a img {
  width: 100%;
}
#contact-tabs .g-cols .vc_col-sm-6:first-child .vc_column-inner, #team-tabs .g-cols .vc_col-sm-6:first-child .vc_column-inner {
  padding: 1.5rem;
}
#contact-tabs .g-cols .vc_col-sm-6:last-child .vc_column-inner, #team-tabs .g-cols .vc_col-sm-6:last-child .vc_column-inner {
  padding: 0;
}
#contact-tabs .g-cols.aventura h3, #team-tabs .g-cols.aventura h3 {
  color: #96C11F;
}
#contact-tabs .g-cols.aventura hr, #team-tabs .g-cols.aventura hr {
  border-color: #96C11F;
}
#contact-tabs .g-cols.aventura .us-btn-style_3, #team-tabs .g-cols.aventura .us-btn-style_3 {
  background: #96C11F;
}
#contact-tabs .g-cols.pembroke h3, #team-tabs .g-cols.pembroke h3 {
  color: #4EABEE;
}
#contact-tabs .g-cols.pembroke hr, #team-tabs .g-cols.pembroke hr {
  border-color: #4EABEE;
}
#contact-tabs .g-cols.pembroke .us-btn-style_3, #team-tabs .g-cols.pembroke .us-btn-style_3 {
  background: #4EABEE;
}
#contact-tabs .w-tabs-section {
  background: white;
  color: var(--color-content-text);
  overflow: hidden;
}
#contact-tabs:not(.accordion) .w-tabs-sections {
  margin-top: 5%;
}
#contact-tabs:not(.accordion) .w-tabs-sections .w-tabs-section {
  border-radius: 1.5rem;
}
#team-tabs:not(.accordion) .w-tabs-sections {
  margin-top: 10%;
}
#team-tabs.accordion .w-tabs-section {
  background: white;
  color: var(--color-content-text);
}
.page-id-170 .masthead-internal, .page-id-730 .masthead-internal, .page-id-732 .masthead-internal {
  margin-bottom: 0;
}
/* hides the category on the news page */
.post_taxonomy {
  display: none !important;
}
#footer-cta {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-footer-bg-alt)), to(var(--color-footer-bg)));
  background: -o-linear-gradient(top, var(--color-footer-bg-alt), var(--color-footer-bg));
  background: linear-gradient(180deg, var(--color-footer-bg-alt), var(--color-footer-bg));
  padding-top: 10vw;
}
#footer-cta .footer_blurb {
  max-width: 65em;
  margin: 0 auto max(1.5rem, 6%);
}
#footer-cta .footer_blurb h2 {
  text-align: center;
}
#footer-cta .g-cols.wpb_row p, #footer-cta .hours-table {
  margin-top: 1.5rem;
}
#footer-cta .us-btn-style_3 {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
}
#footer-cta .logo img {
  max-width: 15rem;
}
#footer-cta .w-socials {
  text-align: center;
  font-size: 2rem;
  margin: 1em 0;
}
#footer-cta .w-socials .w-socials-item-link {
  min-width: 1em;
  color: var(--color-content-link);
}
#floating-buttons img {
  border-radius: 1rem;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #floating-buttons {
    display: none;
  }
}
