@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/* THEME OPTION COLORS
* PRIMARY: var(--color-content-primary);
* SECONDARY: var(--color-content-secondary);
* ALTERNATE: var(--color-alt-content-bg); 
*/
/* exclude the # symbol when you find and replace the color below */
/*
* 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: 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;
}
html .l-main, html .l-footer {
  /*.w-hwrapper > div {
        margin: .6rem;
    }*/
}
html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
@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;
}
@media screen and (max-width: 767px) {
  html h2, html h3, html h4 {
    text-align: center;
  }
}
[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: var(--color-content-primary);
}
.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: var(--color-content-primary);
}
.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: 0.75;
}
::-moz-placeholder {
  opacity: 0.75;
}
:-ms-input-placeholder {
  opacity: 0.75;
}
::-ms-input-placeholder {
  opacity: 0.75;
}
::placeholder {
  opacity: 0.75;
}
.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;
}
.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: #106fa9 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(16, 111, 169, 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.6em;
  height: 0.6em;
  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: #106fa9 !important;
  width: 3em;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: var(--color-content-primary);
  border-radius: 0.5em;
  overflow: hidden;
  /*background: var(--color-alt-content-bg);*/
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-text);
}
.w-tabs.accordion .w-tabs-section-title {
  font-size: 1.25rem !important;
  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-hwrapper.transparent-overlap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.w-hwrapper.transparent-overlap > div {
  margin: 0;
}
.w-hwrapper.transparent-overlap .w-vwrapper {
  padding: 1.5rem;
  border-radius: min(1.5vw, 1rem);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  -webkit-box-shadow: 0 0 0.75rem rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 0.75rem rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 767px) {
  .w-hwrapper.transparent-overlap .w-vwrapper {
    margin-top: -10%;
  }
  .w-hwrapper.transparent-overlap .w-image {
    margin: 0 1.5rem 0 -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .w-hwrapper.transparent-overlap {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .w-hwrapper.transparent-overlap .w-vwrapper {
    margin-left: -10%;
  }
}
.state_mobiles .w-btn, .state_mobiles .phone {
  width: 100%;
}
.state_mobiles .l-subheader.at_top {
  background-color: var(--color-content-primary);
}
.state_mobiles .l-subheader.at_top .phone a {
  background-color: var(--color-content-primary);
  color: white;
}
.l-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.l-header .l-subheader.at_middle {
  background: rgba(255, 255, 255, 0.85);
}
.l-header .phone a {
  display: block;
  line-height: 1.2;
  padding: 0.7em 1.5em;
  -webkit-box-shadow: inset 0 0 0 2px var(--color-content-primary);
  box-shadow: inset 0 0 0 2px var(--color-content-primary);
  border-radius: 0.3em;
  color: var(--color-content-primary);
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-header .w-nav {
  font-size: 1rem;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.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;
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-overlay {
    background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  }
}
.masthead-home h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  color: inherit;
}
.masthead-home h1 + .wpb_text_column {
  font-size: clamp(1em, 1.5vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-top: 34%;
    padding-bottom: 1.5rem;
  }
  .masthead-home .l-section-img, .masthead-home .l-section-overlay {
    top: var(--header-height);
    bottom: auto;
    padding-top: 40%;
  }
}
@media screen and (min-width: 768px) {
  .masthead-home {
    padding-top: 6%;
    padding-bottom: 12%;
  }
}
.masthead-internal {
  padding-top: 15%;
}
.masthead-internal h1 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  border-left: 2px solid var(--color-content-primary);
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 767px) {
  .masthead-internal {
    padding-top: 22%;
    padding-bottom: 0;
  }
  .masthead-internal .l-section-img {
    background-position: 65% 50%;
  }
  .masthead-internal .l-section-img, .masthead-internal .l-section-overlay {
    bottom: auto;
    padding-top: 35%;
  }
  .masthead-internal .l-section-h {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .masthead-internal h1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 0.5em 0.75em;
    background: rgba(16, 111, 169, 0.5);
    max-width: 74%;
    color: white;
  }
  .masthead-internal:not([class*="overlay-"]) .l-section-overlay {
    display: none;
  }
  .masthead-internal[class*="overlay-"] .l-section-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .masthead-internal[class*="overlay-"] .l-section-overlay {
    mix-blend-mode: multiply;
  }
  .masthead-internal[class*="overlay-"] h1 {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
  }
  .masthead-internal.overlay-primary .l-section-overlay {
    background: var(--color-content-primary) !important;
  }
  .masthead-internal.overlay-secondary .l-section-overlay {
    background: var(--color-content-secondary) !important;
  }
  .masthead-internal.overlay-custom .l-section-overlay {
    background: red !important;
  }
}
[class*="--content"] h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
[class*="--content"] h3 {
  font-size: 1.25rem;
}
[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;
}
@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;
  }
}
@media screen and (min-width: 1400px) {
  [class*="--content"]:not(:only-child) {
    padding-right: 5%;
  }
}
/* 
* 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.5rem, 2vw, 2rem);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75em;
  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"] {
  color: #666;
  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-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
[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: 2px solid var(--color-content-primary);
}
[class*="--sidebar"] .page-list li {
  margin: 0;
}
[class*="--sidebar"] .page-list li a {
  display: block;
  padding: 0.4em 1.2em;
  border-bottom: 1px solid var(--color-content-border);
}
[class*="--sidebar"] .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-primary);
}
[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-primary);
}
.l-footer h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.l-footer .w-socials .w-socials-item-link {
  width: 2em;
  line-height: 2em;
}
.l-footer .hours-table {
  max-width: 12em;
}
.l-footer .logo-white {
  -webkit-filter: saturate(0) brightness(10);
  filter: saturate(0) brightness(10);
}
.l-footer .copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer {
    text-align: center;
  }
  .l-footer .hours-table {
    margin: 0 auto;
  }
}
#practice-highlights .l-section-h {
  max-width: 90rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #practice-highlights .l-section-h {
    -webkit-transform: translateY(-4.5vmax);
    -ms-transform: translateY(-4.5vmax);
    transform: translateY(-4.5vmax);
  }
}
@media screen and (min-width: 1025px) {
  #practice-highlights .l-section-h {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#practice-highlights .g-cols.type_default {
  margin: 0;
}
#practice-highlights .vc_column_container {
  border-radius: min(1.5vw, 1rem);
  text-align: center;
  -webkit-box-shadow: 0 0 0.75rem rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 0.75rem rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 991px) {
  #practice-highlights .vc_column_container {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #practice-highlights .vc_column_container {
    width: 49%;
  }
  #practice-highlights .vc_column_container.highlight-1 {
    margin-right: 2%;
  }
}
#practice-highlights .vc_column_container > .vc_column-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#practice-highlights h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
#practice-highlights .highlight-1 {
  padding-left: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}
#practice-highlights .highlight-1:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  border: 2px dashed #ccc;
  border-radius: inherit;
}
#practice-highlights .highlight-1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #ccc;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#practice-highlights .highlight-1 h2 {
  color: inherit;
  text-transform: uppercase;
}
#practice-highlights .highlight-2 {
  /* to change color of this svg, change fill color: %23106fa9 -- %23 needs to stay there instead of the # sign */
  background: #1384ca url("data:image/svg+xml,%3Csvg width='414' height='160' viewBox='0 0 414 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2480_135)'%3E%3Cpath d='M251.775 251.076C208.726 183.975 124.171 198.037 63.2268 188.158C3.01614 178.399 -33.7699 91.9774 44.8291 45.9738C123.437 -0.0298843 74.9344 -107 74.9344 -107H113.124C113.124 -107 171.123 98.9384 414 110.091V309.431C414 309.431 299.879 326.057 251.775 251.076Z' fill='%23106fa9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2480_135'%3E%3Crect width='414' height='160' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") bottom right / auto 100% no-repeat;
}
#practice-highlights .highlight-2, #practice-highlights .highlight-2 h2 {
  color: white;
}
#practice-highlights .highlight-2 p {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
}
#practice-highlights .highlight-2 p:after {
  content: "";
  font-family: fontawesome;
  font-weight: 400;
  margin-left: 1em;
}
/* service cards */
.layout_1191 .w-grid-item-h {
  background: white;
  padding: 0.75rem;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.75rem rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 0.75rem rgba(51, 51, 51, 0.15);
}
.layout_1191 .post_image {
  margin-bottom: 1rem;
}
.layout_1191 .post_image img {
  -o-object-position: 65% 50%;
  object-position: 65% 50%;
}
.layout_1191 .post_title {
  text-align: left;
  margin-bottom: 1rem !important;
  background: var(--color-content-heading);
  -webkit-background-clip: text;
  color: transparent;
}
.layout_1191 .blurb {
  margin-bottom: 1rem;
}
.layout_1191 .usg_text_1 a {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.layout_1191 .owl-nav:not(.disabled) {
  margin-left: 1rem;
}
@media screen and (max-width: 600px) {
  .layout_1191 + .w-btn-wrapper.align_none {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 601px) {
  .layout_1191 + .w-btn-wrapper.align_none {
    position: absolute;
    right: 1.5rem;
    bottom: -1rem;
    margin: 0 !important;
    z-index: 10;
  }
}
#services-carousel .valign_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* staff bios */
.layout_1223 .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout_1223 .w-hwrapper {
    -ms-grid-columns: 1fr 1.5rem 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
.layout_1223 .w-hwrapper > div {
  margin: 0 !important;
  display: block;
}
.layout_1223 .w-hwrapper h3 {
  margin-bottom: 0;
  text-align: left;
}
.layout_1223 .w-hwrapper .post-nominals, .layout_1223 .w-hwrapper .specialty-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  color: var(--color-content-primary);
}
#dr-blurb h2 {
  text-align: center;
  max-width: 16em;
  margin: 0 auto;
}
#dr-blurb .layout_1223 .full-bio, body:not(.home) .layout_1223 .excerpt-bio, body:not(.home) .layout_1223 .usg_btn_1 {
  display: none;
}
/* testimonials */
.layout_1231 .review-text {
  font-size: 1.25rem;
  position: relative;
  padding-top: 3em;
  padding-bottom: 1em;
}
.layout_1231 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7em;
  height: 2em;
  /* to change color of this svg, change fill color: %23106fa9 -- %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='%23106fa9'/%3E%3C/svg%3E") top left / contain no-repeat;
}
.layout_1231 .review-name {
  font-size: 1rem;
  font-style: italic;
}
.layout_1231.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_1231.type_carousel .w-grid-item-h {
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}
#testimonial-carousel .l-section-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(16, 111, 169, 0.15);
  mix-blend-mode: multiply;
}
#testimonial-carousel h2 {
  text-align: center;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}
.contact--body a[href^="tel:"] {
  font-size: clamp(1.25em, 1.5vw, 1.5em);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.contact--body .hours-table {
  max-width: 12em;
}
.contact--body .map {
  position: relative;
  padding-bottom: 66%;
  margin-top: 2rem;
}
.contact--body .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact--body .nap-info {
    text-align: center;
  }
  .contact--body .hours-table {
    margin: 0 auto;
  }
}
