@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
* GLOBAL/DEFAULT
*/
* {
  -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-child > .l-section:first-child > .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-img, .l-main > .wpb-content-wrapper:first-child > .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 400 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #342804;
}
.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: #342804;
}
.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;
}
.script {
  font-family: "Zodiak", serif;
  font-style: italic;
  font-weight: 700;
  color: var(--color-content-primary);
}
.larger-text {
  font-size: 1.25rem;
}
.xl-text {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
}
.section-border-bottom {
  padding-bottom: min(5vmax, 5rem) !important;
}
.section-border-bottom .l-section-h {
  border-bottom: 1px solid var(--color-content-primary);
  padding-bottom: min(5vmax, 5rem);
}
.section-border-bottom + .l-section {
  padding-top: 0;
}
h2 .small {
  display: block;
  font-size: max(0.45em, 1rem);
  color: var(--color-content-faded);
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.dynamic-faq {
  background: var(--color-alt-content-bg);
}
.dynamic-faq h2 {
  text-align: center;
  margin-bottom: 1em;
}
.dynamic-faq h2 .script {
  display: block;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0px !important;
  border-color: var(--color-content-faded);
  overflow: hidden;
  background: var(--color-content-bg);
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: white !important;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: 1.25rem !important;
  font-weight: 400;
  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: #C19510 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(193, 149, 16, 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: #C19510 !important;
  width: 3em;
}
.ult-carousel-wrapper .slick-arrow {
  width: 2em;
  height: 2em;
  color: white !important;
  background: var(--color-content-primary) !important;
  border-radius: 50%;
}
.ult-carousel-wrapper .slick-dots li {
  height: 0.75rem;
  width: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--color-content-primary);
  border-radius: 4em;
  margin: 0 0.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ult-carousel-wrapper .slick-dots li.slick-active {
  width: 3rem;
  background: var(--color-content-primary);
}
.ult-carousel-wrapper .slick-dots li i {
  display: none;
}
.l-section .w-image.style_shadow-1 img {
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
}
.l-section .w-image.style_outlined img {
  border: min(8px, 0.5vw) solid var(--color-content-primary);
}
.subheading-list ul {
  list-style-type: none;
  margin-left: 0;
}
.subheading-list ul li {
  margin-bottom: 1.5rem;
}
.subheading-list ul li b:first-child, .subheading-list ul li strong:first-child {
  display: block;
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  color: var(--color-content-primary);
  margin-bottom: 0.5rem;
}
.subheading-list ul li a:first-child b:first-child:after, .subheading-list ul li a:first-child strong:first-child:after {
  content: "";
  font-family: fontawesome;
  font-weight: 300;
  margin-left: 0.5em;
}
.img-accent {
  /* supplemental classes 
	* .top-left-large
	* .top-left-medium
	* .partial-right
	* .partial-middle-v
	* .bottom-right-medium
	* .bottom-left-medium
	* */
}
.img-accent .w-image-h {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.img-accent .w-image-h:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../../../uploads/2018/02/dark-stone-bg.jpg") center / cover no-repeat;
}
.img-accent.top-left-large .w-image-h:before {
  top: -6%;
  left: -12%;
  height: 92%;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .img-accent.top-left-large .w-image-h {
    margin-top: 6%;
  }
}
@media screen and (min-width: 768px) {
  .img-accent.top-left-large .w-image-h {
    margin-left: 6%;
  }
}
.img-accent.top-left-medium .w-image-h:before {
  top: -6%;
  left: -12%;
  height: 74%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .img-accent.top-left-medium .w-image-h {
    margin-top: 6%;
  }
}
@media screen and (min-width: 768px) {
  .img-accent.top-left-medium .w-image-h {
    margin-left: 6%;
  }
}
.img-accent.partial-right .w-image-h:before {
  top: -6%;
  bottom: -6%;
  left: 50%;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .img-accent.partial-right .w-image-h {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}
.img-accent.partial-middle-v .w-image-h:before {
  bottom: 10%;
  left: -6%;
  right: -6%;
  height: 70%;
}
@media screen and (min-width: 768px) {
  .img-accent.partial-middle-v .w-image-h {
    margin-left: 6%;
    margin-right: 6%;
  }
}
.img-accent.bottom-right-medium .w-image-h:before {
  bottom: -6%;
  right: -12%;
  height: 50%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .img-accent.bottom-right-medium .w-image-h {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .img-accent.bottom-right-medium .w-image-h {
    margin-right: 6%;
  }
}
.img-accent.bottom-left-medium .w-image-h:before {
  bottom: -6%;
  left: -12%;
  height: 62%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .img-accent.bottom-left-medium .w-image-h {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .img-accent.bottom-left-medium .w-image-h {
    margin-left: 6%;
  }
}
.twenty20 {
  border: min(8px, 0.5vw) solid var(--color-content-primary);
}
.l-header {
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.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_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: 767px) {
  .l-header .w-nav-control > span {
    display: none;
  }
  .l-header .contact-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
  }
  .l-header .contact-btn:before {
    border-color: transparent;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
  .l-header #menu-item-8 {
    display: none;
  }
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: var(--color-content-primary);
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  margin-top: 0.5em;
}
.masthead-home {
  padding-top: 33%;
  padding-bottom: 4%;
}
.masthead-home .l-section-img {
  bottom: auto;
  padding-bottom: 41%;
}
.masthead-home h1 {
  max-width: 10em;
}
@media screen and (max-width: 767px) {
  .masthead-home h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .masthead-home .img-texture {
    position: relative;
    z-index: 0;
  }
  .masthead-home .img-texture:before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 40%;
    left: min(6vw, 6rem);
    width: 85%;
    padding-bottom: 60%;
    background: url("../../..//uploads/2018/02/dark-stone-bg.jpg") center / cover no-repeat;
    z-index: -1;
  }
}
.masthead-internal {
  padding-top: 22%;
  padding-bottom: 6%;
}
.masthead-internal h1 {
  text-align: center;
  max-width: 12em;
  margin: 0 auto;
}
[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;
}
[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(255, 255, 255, 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);
}
#footer-cta .footer_blurb {
  margin-bottom: 1.5rem;
}
#footer-cta .footer_blurb h2 {
  font-size: var(--h3-font-size);
}
#footer-cta .footer_blurb a:not([href^="tel:"]) {
  border-bottom: 1px solid;
}
#footer-cta .office-info {
  margin-top: 2rem;
}
#footer-cta .office-info .hours-table {
  max-width: 13em;
}
#footer-cta .form-column .vc_column-inner > .wpb_wrapper {
  -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.5);
}
#footer-cta .form-container {
  background-color: rgba(38, 38, 38, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: clamp(1.5rem, 3vw, 3.5rem);
}
#footer-cta .form-container h3 {
  text-align: center;
  margin-bottom: 0.75em;
}
#footer-cta .form-container .gform_footer {
  padding-bottom: 0;
}
#footer-cta .form-container .gform_footer input {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #footer-cta {
    text-align: center;
  }
  #footer-cta .hours-table {
    margin: 0 auto;
  }
}
#footer-main .w-socials {
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* smile gallery */
.gallery--body h2 {
  font-family: "Zodiak", serif;
  font-style: italic;
  font-weight: 700;
  color: var(--color-content-primary);
  text-align: center;
  margin-bottom: 1em;
}
.gallery--body .w-gallery-item-img {
  border: min(8px, 0.5vw) solid var(--color-content-primary);
}
/* staff bios */
.layout_772.full-bios:not([class*="cols_"]) .w-grid-item:not(:last-child) {
  margin-bottom: min(4.5rem, calc(.75rem + 4vw));
  padding-bottom: min(4.5rem, calc(.75rem + 4vw));
  border-bottom: 1px solid var(--color-content-primary);
}
.layout_772.full-bios .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout_772.full-bios .w-hwrapper {
    -ms-grid-columns: 1fr 2.5rem 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
.layout_772.full-bios .w-hwrapper > div {
  margin: 0 !important;
  display: block;
}
.layout_772.full-bios .w-hwrapper .post_image {
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
}
.layout_772.full-bios .w-hwrapper .post_title {
  font-family: "Zodiak", serif;
  font-style: italic;
  font-weight: 700;
  font-size: var(--h3-font-size);
  color: var(--color-content-primary);
  margin-bottom: 0;
}
.layout_772.full-bios .w-hwrapper .specialty-title {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  color: var(--color-content-faded);
}
.layout_772.cards .w-hwrapper {
  display: block;
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
}
.layout_772.cards .w-hwrapper > :not(:last-child) {
  margin-right: 0;
}
.layout_772.cards .w-hwrapper .w-vwrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: var(--color-content-bg-alt);
  padding: 1rem;
}
.layout_772.cards .w-hwrapper .post_title {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  color: var(--color-content-primary);
  margin-bottom: 0.25em;
}
.layout_772.cards .w-hwrapper .specialty-title {
  font-size: 1.25rem;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.layout_772.cards .w-hwrapper .post_content {
  display: none;
}
.team--body .wpb_text_column h2 {
  text-align: center;
  margin-bottom: 1em;
}
/* cards with icon*/
.card-blurb.wpb_text_column {
  max-width: 50em;
  margin: 0 auto max(6%, 1.5rem) !important;
}
.card-blurb.g-cols {
  margin-bottom: max(6%, 1.5rem) !important;
}
.card-grid {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 601px) {
  .card-grid {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .card-grid[class*="col-"] {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1201px) {
  .card-grid.col-4 {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-grid > div {
  margin: 0 !important;
  background: var(--color-content-bg-alt);
  height: 100%;
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
}
.card-grid .w-image:first-child {
  margin-bottom: 0;
}
.card-grid .wpb_text_column {
  padding: 1.5rem;
}
.card-grid h3 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  color: var(--color-content-primary);
  text-align: left;
}
.card-grid.icons .w-image:first-child {
  padding: 1.5rem 1.5rem 0;
}
.card-grid.icons .w-image:first-child img {
  max-height: 5rem;
}
.card-grid:not(.icons) .w-image:first-child img {
  width: 100%;
  aspect-ratio: 1.6666666667;
  -o-object-fit: cover;
  object-fit: cover;
}
#implants-why-us + .l-section {
  padding-top: 0;
}
/* Testimonial Grid */
.layout_887 .w-grid-item-h {
  background: rgba(56, 56, 56, 0.5);
  padding: 2.5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.layout_887 .owl-carousel .owl-nav:not(.disabled) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0;
}
.layout_887 .owl-carousel .owl-nav:not(.disabled) > div {
  color: #C19510;
  background-color: #383838 !important;
}
.layout_887 .review-text {
  position: relative;
  margin-bottom: 1.5rem;
}
.layout_887 .review-text:before {
  content: "";
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 6.75rem;
  height: 5rem;
  background: url("../../../uploads/2025/04/testimonial-quote.svg") no-repeat top left;
  background-size: contain;
}
#testimonial-carousel {
  padding-top: min(7.5rem, 10%);
  padding-bottom: min(7.5rem, 10%);
}
#testimonial-carousel h2 {
  text-align: center;
  margin-bottom: 2em;
}
/* SERVICES GRID */
.layout_904 .w-grid-item-h {
  overflow: hidden;
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
}
.layout_904 .post_image:before, .layout_904 .post_image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.layout_904 .post_image:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(var(--color-content-bg)));
  background: -o-linear-gradient(top, transparent 50%, var(--color-content-bg) 100%);
  background: linear-gradient(180deg, transparent 50%, var(--color-content-bg) 100%);
}
.layout_904 .post_image:after {
  background: var(--color-content-primary);
  mix-blend-mode: multiply;
}
.layout_904 .w-vwrapper {
  font-size: var(--h3-font-size);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 1em;
}
.layout_904 .w-vwrapper .post_title {
  font-size: 1em;
  text-align: center;
  color: inherit;
  margin-bottom: 0.8em;
}
.layout_904 .w-vwrapper .blurb {
  display: none;
  margin-bottom: 1.5em;
  text-align: left;
}
.no-touch .layout_904 .w-grid-item-h .post_image:before, .no-touch .layout_904 .w-grid-item-h .post_image:after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.no-touch .layout_904 .w-grid-item-h .post_image:after {
  opacity: 0;
}
.no-touch .layout_904 .w-grid-item-h .w-vwrapper {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.no-touch .layout_904 .w-grid-item-h .w-vwrapper .post_title {
  -webkit-transform: translateY(calc(-100% - 1.8em));
  -ms-transform: translateY(calc(-100% - 1.8em));
  transform: translateY(calc(-100% - 1.8em));
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: var(--color-content-heading);
}
.no-touch .layout_904 .w-grid-item-h .w-vwrapper .blurb {
  display: block;
}
.no-touch .layout_904 .w-grid-item-h:hover .post_image:after {
  opacity: 1;
}
.no-touch .layout_904 .w-grid-item-h:hover .w-vwrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.no-touch .layout_904 .w-grid-item-h:hover .w-vwrapper .post_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
}
#home-services-grid .w-grid {
  margin-top: max(6%, 2rem);
}
