@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 body #pojo-a11y-toolbar {
  bottom: 1.5rem;
  top: auto !important;
}
html body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
  bottom: 0;
}
html body #pojo-a11y-toolbar:not(.pojo-a11y-toolbar-open) .pojo-a11y-toolbar-toggle {
  left: calc(100% + 1.5rem);
}
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 .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
html .l-main .w-image:not(:last-child), html .l-main .w-tabs:not(:last-child), html .l-main .w-video:not(:last-child), html .l-main .g-cols.vc_inner:not(:last-child), html .l-footer .w-image:not(:last-child), html .l-footer .w-tabs:not(:last-child), html .l-footer .w-video:not(:last-child), html .l-footer .g-cols.vc_inner:not(:last-child) {
  margin-bottom: 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: #121a24;
}
.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: #121a24;
}
.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;
}
.color_primary h2, .color_secondary h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.color_primary .w-separator.color_border, .color_secondary .w-separator.color_border {
  color: var(--color-content-border);
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.larger-text {
  font-size: 1.125rem;
}
.xl-text {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
}
.auto-column-list ul {
  list-style-type: none;
  margin-left: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(clamp(15em, 20vw, 18em), 1fr));
}
.auto-column-list ul li {
  margin-bottom: 0;
}
.dynamic-faq h2 {
  text-align: center;
}
.dynamic-faq .w-tabs.accordion {
  margin-bottom: 2.5rem;
}
.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 {
  font-size: 15px;
  font-weight: 700;
  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 > 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 .phone i, .l-header .appt i, .l-header .address i {
    font-size: 1.5rem;
  }
  .l-header .phone .w-text-value, .l-header .appt .w-text-value, .l-header .address .w-text-value {
    display: none;
  }
  .l-header .l-subheader.at_middle .l-subheader-cell.at_center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-header .appt {
    font-weight: 800;
    text-transform: uppercase;
  }
  .l-header .address i, .l-header .phone i {
    display: none;
  }
  .l-header .phone {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.masthead-home .logo-info-container {
  margin: 0 !important;
  padding-top: 1rem;
  color: white;
}
.masthead-home .logo-info-container a {
  color: inherit;
}
.masthead-home .logo-info-container .appt {
  font-weight: 800;
  text-transform: uppercase;
}
.masthead-home .logo-info-container .address i, .masthead-home .logo-info-container .phone i {
  display: none;
}
.masthead-home .logo-info-container .phone {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .masthead-home .logo-info-container .logo {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .masthead-home .logo-info-container {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: calc(100% - 3rem);
    max-width: var(--site-content-width);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.masthead-home .video-container .wp-video {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-bottom: min(56.25%, 48rem);
}
.masthead-home .video-container .wp-video .wp-video-shortcode {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.masthead-home .video-container .wp-video .wp-video-shortcode video {
  -o-object-fit: cover;
  object-fit: cover;
}
.masthead-internal {
  text-align: center;
}
.masthead-blurb {
  min-height: 34vw;
}
.masthead-blurb .w-vwrapper {
  background: var(--color-content-primary);
  padding: 1.5rem;
}
.masthead-blurb .w-vwrapper .post_title, .masthead-blurb .w-vwrapper .masthead_heading {
  font-size: var(--h4-font-size);
  text-transform: uppercase;
  line-height: 1.1;
  background: var(--color-content-secondary);
  padding: 0.35em 1.5rem;
  margin: 0 -1.5rem 0.5em;
}
.masthead-blurb .w-vwrapper .masthead_blurb {
  line-height: 1.2;
}
.masthead-blurb .w-vwrapper .masthead_blurb p:first-child {
  font-size: calc(var(--h2-font-size) * 1.15);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .masthead-blurb {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35%;
  }
  .masthead-blurb .l-section-img {
    top: auto;
    padding-top: 35%;
  }
}
@media screen and (min-width: 768px) {
  .masthead-blurb:first-child .l-section-img {
    top: var(--header-height);
  }
  .masthead-blurb .w-vwrapper {
    max-width: 25em;
    margin-bottom: min(3vw, 3em);
  }
}
.cta-bar {
  background: var(--color-content-border);
  color: white;
  font-size: calc(var(--h2-font-size) * 1.1);
  line-height: 1.25;
  text-align: center;
}
.cta-bar .w-post-elm {
  margin-bottom: 1.5rem;
}
.cta-bar .w-btn {
  border-color: white;
}
[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.25em, 2vw, 1.5em);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75em;
  margin-bottom: 1.25em;
}
.layout_182 .post_content {
  margin-bottom: 1em;
}
/* 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(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;
}
[class*="--sidebar"] .w-filter input[type=checkbox], [class*="--sidebar"] .w-filter input[type=radio] {
  border-width: 1px;
}
.no-touch [class*="--sidebar"] a:hover {
  color: var(--color-content-link);
}
#footer-main {
  font-size: 15px;
}
#footer-main h3 {
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
#footer-main .hours-table {
  max-width: 13em;
}
#footer-main .hours-table .day {
  font-weight: 700;
  width: 3.5em;
}
#footer-main .w-socials {
  margin: 1.5rem 0;
}
#footer-main .w-socials .w-socials-item-link {
  background: var(--color-content-border);
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#contact-body .gform_wrapper {
  background: var(--color-alt-content-bg);
  padding: 1.5rem;
}
/* Testimonial Grid */
.layout_940 {
  text-align: center;
}
.layout_940 .post_title {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}
.layout_940 .review-text {
  padding-bottom: 1em;
}
.layout_940 .review-name {
  font-size: 1rem;
}
.testimonial-grid .layout_940 .w-grid-item-h {
  padding: 1.5rem;
  border: 2px solid var(--color-content-border);
}
.testimonial-grid .layout_940 .post_title {
  margin-bottom: 1.5rem !important;
  position: relative;
}
.testimonial-grid .layout_940 .post_title:before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -2rem;
  width: 3.5rem;
  height: 3rem;
  background: url("../../../uploads/2025/12/testimonial-quote.svg") no-repeat top left;
  background-size: contain;
}
.testimonial-grid .layout_940 .review-text {
  font-size: 1.125rem;
}
.l-section:not(.testimonial-grid) .layout_940 {
  margin-bottom: 2.5rem;
}
.l-section:not(.testimonial-grid) .layout_940 .post_title {
  font-weight: 700;
  margin-bottom: 1rem !important;
}
.l-section:not(.testimonial-grid) .layout_940 .post_title:after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  background: var(--color-content-primary);
  margin: 1rem auto 0;
}
.highlight-grid .blurb {
  text-align: center;
  font-size: 1.125rem;
  max-width: 45em;
  margin: 0 auto 2em;
}
.highlight-grid .blurb h2 {
  font-weight: 700;
}
.highlight-grid .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.highlight-grid .w-hwrapper > div {
  margin: 0 !important;
  padding: 1.5rem;
  background: var(--color-alt-content-bg);
  border-bottom: 2px solid var(--color-content-border);
  height: 100%;
}
.highlight-grid.color_alternate .w-hwrapper > div {
  background: white;
}
/* Dr. Card */
.layout_966 {
  text-align: center;
}
.layout_966 .w-grid-item-h > *:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
.layout_966 .post_title {
  color: var(--color-content-secondary);
}
#dr-grid {
  background: var(--color-content-primary);
}
#dr-grid h2 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
#dr-grid .layout_966 .w-grid-item-h {
  background: white;
  padding: 1.5rem;
}
#dr-grid .layout_966 .post_image img {
  border-radius: 10px;
}
.dr-bio .post_image {
  overflow: visible;
}
.dr-bio .post_image img {
  -webkit-box-shadow: -12px 12px 0 var(--color-content-border);
  box-shadow: -12px 12px 0 var(--color-content-border);
}
#related-articles .wpb_text_column h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
}
#related-articles .w-grid-item-h {
  background: white;
  padding: 1rem;
}
#welcome-blurb .grid-container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}
#welcome-blurb .grid-container > div {
  margin: 0;
}
#welcome-blurb .w-person-name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#office-slider .w-slider.fit_scaledown .w-slider-h img {
  -o-object-fit: cover;
  object-fit: cover;
}
#featured-staff .map-column * {
  height: 100%;
}
#featured-staff .staff-column {
  padding: max(1.5rem, 6vmin) 0;
}
#featured-staff .staff-column .w-grid {
  max-width: 20rem;
  margin: 0 auto;
}
.layout_1337 .w-grid-item:nth-child(odd) .w-grid-item-h {
  background: #466289;
}
.layout_1337 .w-grid-item:nth-child(odd) .w-grid-item-h:hover {
  background: rgba(70, 98, 137, 0.9);
}
.layout_1337 .w-grid-item:nth-child(even) .w-grid-item-h {
  background: #1A2536;
}
.layout_1337 .w-grid-item:nth-child(even) .w-grid-item-h:hover {
  background: rgba(26, 37, 54, 0.9);
}
.layout_1337 .w-grid-item-h {
  min-height: max(6rem, 10vw);
  padding: 0.75rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_1337 .post_title {
  color: white;
}
#featured-services h2 {
  text-align: center;
  margin-bottom: 2em;
}
#featured-services ul {
  list-style-type: none;
  margin-left: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(clamp(10em, 12vw, 12em), 1fr));
  text-align: center;
}
#featured-services ul a {
  display: block;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
#featured-services ul a svg path, #featured-services ul a h3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#featured-services ul a:hover svg path {
  fill: var(--color-content-border);
}
#featured-services ul a:hover h3 {
  color: var(--color-content-border);
}
#featured-services ul svg {
  height: 110px;
}
#featured-services ul h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
#featured-testimonials .cards ul {
  list-style-type: none;
  margin-left: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(clamp(10em, 12vw, 12em), 1fr));
  text-align: center;
}
#featured-testimonials .cards ul a {
  display: block;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
#featured-testimonials .cards ul a:hover .bucket-media {
  background: var(--color-content-border);
}
#featured-testimonials .cards ul .bucket-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 326px;
  background: var(--color-content-secondary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#featured-testimonials .cards ul h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
