@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: 1.125rem;
}
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;
}
.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: #002426;
}
.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: #002426;
}
.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;
}
.us-btn-style_1, .us-btn-style_2 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}
.l-header {
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .w-socials {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-content-secondary);
}
.l-header .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  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-secondary);
}
.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: 767px) {
  .l-header .w-nav-control > span {
    display: none;
  }
  .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;
  }
  .l-header .l-subheader.at_top .w-btn {
    padding: 0 !important;
    border-color: transparent;
    background: transparent;
  }
  .l-header .l-subheader.at_top .w-btn i {
    color: white !important;
  }
  .l-header .l-subheader.at_top .w-btn .w-btn-label {
    display: none;
  }
  .l-header .l-subheader.at_top .l-subheader-cell.at_left, .l-header .l-subheader.at_top .l-subheader-cell.at_right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header .l-subheader.at_top .l-subheader-cell.at_left {
    border-right: solid 1px white;
  }
}
@media screen and (min-width: 768px) {
  .l-header .w-btn i {
    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;
}
[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;
  color: blue;
}
[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;
}
.masthead-home {
  padding-top: 15%;
  padding-bottom: 15%;
}
.masthead-internal {
  padding-top: 8%;
  padding-bottom: 8%;
}
[class*="masthead-"] {
  text-align: center;
}
[class*="masthead-"] .l-section-img {
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
}
[class*="masthead-"] .vc_column_container .vc_column-inner > .wpb_wrapper {
  z-index: 0;
}
[class*="masthead-"] .additional-text {
  color: var(--h4-color, inherit);
  font-size: var(--h4-font-size);
}
[class*="masthead-"] h1 {
  position: relative;
  z-index: -1;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--color-content-secondary);
}
[class*="masthead-"] h1:before, [class*="masthead-"] h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 15%;
  background-size: contain;
  background-repeat: no-repeat;
}
[class*="masthead-"] h1:before {
  bottom: 100%;
  background-image: url("../../../uploads/2025/07/Group-3.png");
  background-position: center top;
}
[class*="masthead-"] h1:after {
  top: 100%;
  background-image: url("../../../uploads/2025/07/Group-4.png");
  background-position: center bottom;
}
.l-subheader-h {
  max-width: 1970px !important;
}
.l-section:not([class*="--body"]) h2, .l-section:not([class*="--body"]) h3 {
  border-left: 1px solid #B59C49;
  padding-left: 1.125rem;
}
.l-section:not([class*="--body"]) h4 + h3 {
  padding-top: 0;
}
.across h2 {
  border-left: none !important;
  color: #B59C49;
  border-top: 1px #B59C49 solid;
  border-bottom: 1px #B59C49 solid;
  padding: 1rem 0 !important;
}
.no-border h3 {
  border-left: none;
  padding-left: 0;
}
.bio .l-section-img {
  right: 60%;
  z-index: 5;
}
.services .w-iconbox {
  border-radius: 24px;
  border: 1px solid #00B3BF;
  padding: 2rem;
  margin: 1.5% !important;
}
.services .w-iconbox .w-iconbox-title {
  color: var(--color-content-primary);
}
@media screen and (min-width: 768px) {
  .services .w-iconbox:nth-child(2) {
    margin-top: 12% !important;
  }
}
.services.links .w-iconbox:hover {
  background-color: #B59C49;
  color: white;
}
.services.links .w-iconbox:hover h4, .services.links .w-iconbox:hover a {
  color: white;
}
.services .w-iconbox-icon {
  font-size: 4rem !important;
}
.services .w-vwrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .services .w-vwrapper {
    width: 33.3%;
  }
}
.testimonial .wpb_text_column:before {
  content: "";
  background-image: url("../../../../wp-content/uploads/2025/07/quote.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10%;
  top: -10%;
  left: -8%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .testimonial .wpb_text_column:before {
    left: 4% !important;
  }
}
.round-boxes {
  margin-top: 3rem !important;
}
.round-boxes .vc_column-inner {
  border-radius: 24px;
  border: 1px solid #00B3BF;
  background: #FFF;
  margin: 1rem;
  padding: 2.5rem 1.5rem;
}
footer h3 {
  border-left: none !important;
  padding-left: 0 !important;
}
footer h4 {
  margin-bottom: 0 !important;
}
#footer-cta .hours-table {
  max-width: 15em;
}
#footer-cta .form-container .vc_column-inner {
  padding-top: 3.5rem;
  background: -o-linear-gradient(355deg, rgba(0, 179, 191, 0.9) -1.77%, rgba(34, 120, 130, 0.9) 100%);
  background: linear-gradient(95deg, rgba(0, 179, 191, 0.9) -1.77%, rgba(34, 120, 130, 0.9) 100%);
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 24px;
  color: white;
}
#footer-cta .form-container h3 {
  color: white !important;
}
#footer-cta .form-container img {
  width: 100%;
}
.color_footer-bottom .form-container .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.color_footer-bottom .form-container .vc_column-inner img {
  border-radius: 0 0 1.5rem 1.5rem;
}
.color_footer-bottom .vc_col-sm-5:first-child .vc_column-inner {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.color_footer-bottom .gform_wrapper {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.img--float-right .l-section-img {
  left: 55%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .img--float-right {
    padding-top: 60% !important;
  }
  .img--float-right .l-section-img {
    padding-top: 60% !important;
    left: 0 !important;
    bottom: auto;
  }
  .img--float-right h4, .img--float-right h3 {
    padding-top: 1rem;
  }
}
.img--float-left .l-section-img {
  right: 55%;
  z-index: 5;
}
.img--float-left.bio .l-section-img {
  right: 60%;
}
@media screen and (max-width: 768px) {
  .img--float-left {
    padding-top: 60% !important;
  }
  .img--float-left .l-section-img {
    padding-top: 60% !important;
    right: 0 !important;
    bottom: auto;
  }
  .img--float-left h4 {
    padding-top: 1rem;
  }
}
.w-tabs-section-header {
  color: #B59C49 !important;
}
/* testimonials */
.layout_1090 .review-text {
  font-size: 1.25rem;
  position: relative;
  padding-top: 5em;
}
.layout_1090 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 4.75em;
  background: url("../../../uploads/2025/07/quote.png") top left / contain no-repeat;
  /* to change color of this svg, change fill color: %2300A2E8 -- %23 needs to stay there instead of the # sign
			background: url("data:image/svg+xml,%3Csvg width='54' height='40' viewBox='0 0 54 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.6557 19.2424C47.0656 19.0909 52.9672 23.6364 52.9672 30.1515C52.9672 36.3636 48.541 40 42.7869 40C35.1148 40 29.6557 33.6364 29.6557 25.1515C29.6557 11.8182 39.2459 2.57576 54 0V6.9697C44.1148 9.09091 39.9836 13.9394 38.6557 19.2424ZM9 19.2424C17.4098 19.0909 23.3115 23.6364 23.3115 30.1515C23.3115 36.3636 18.8852 40 13.1311 40C5.45902 40 0 33.6364 0 25.1515C0 11.8182 9.59016 2.57576 24.1967 0V6.9697C14.459 9.09091 10.3279 13.9394 9 19.2424Z' fill='%2300A2E8'/%3E%3C/svg%3E") top left / contain no-repeat; */
}
.layout_1090 .review-name {
  font-size: 1rem;
  font-style: italic;
}
.layout_1090.type_carousel .owl-stage-outer {
  margin: clamp(1.5rem, 2.5vw, 2.5rem) 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: min(1.5vw, 1rem);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.layout_1090.type_carousel .w-grid-item-h {
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}
