/*
Theme Name: Canvas - Preview
Theme URI: https://cdn.wcn.dev/canvas/canvas/
Author: West County Net
Author URI: https://www.westcounty.com
Description: A foundational starting point theme that uses the full site editor.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Version: 1.0.0
Template: canvas
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wcncanvas
Tags: full, site, editing, customizable, editable
*/


body {
    background-color: rgb(255, 255, 255);
  }
  
  * {
    box-sizing: border-box;
  }
  
  img {
    display: block;
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
  }
  
  .lp-centered {
    text-align: center;
  }
  
  .lp-centered img {
    margin-left: auto;
    margin-right: auto;
  }
  
  .container {
    max-width: 900px;
  }
  
  .container-lg {
    max-width: 1280px;
  }
  
  .container-fluid,
  .container,
  .container-lg {
    margin-right: auto;
    margin-left: auto;
  }
  
  .container-lg,
  .container,
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 525px) {
    .container-lg,
    .container,
    .container-fluid {
      padding-right: 25px;
      padding-left: 25px;
    }
  }
  
  .row {
    box-sizing: border-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    margin: 0px -15px;
  }
  
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  
  .lp-col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  
  .lp-col {
    flex-direction: column;
  }
  
  .lp-flex {
    display: flex;
  }
  
  .lp-box {
    flex-direction: column;
  }
  
  .lp-btn {
    min-width: 160px;
  }
  
  .lp-promo-btn {
    display: inline-block;
    max-width: 100%;
  }
  
  .lp-promo-btn span {
    display: block;
  }
  
  .wcn-location-info {
    display: block;
    font-size: 32px;
  }
  
  .no-break {
    display: inline-block;
  }
  
  .object-fit-cover {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  
  .photo-wrapper {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .lp-image-styled {
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
    border-radius: 15px;
  }
  
  .lp-subsection-outer {
    display: flex;
    align-items: center;
  }
  
  .main {
    padding-bottom: 60px;
  }
  
  .sb-blogcategories {
    display: none;
  }
  
  .lp-banner .container {
    position: relative;
  }
  
  .lp-banner h2 {
    color: rgb(255, 255, 255);
    font-size: 34px;
    font-weight: normal;
  }
  
  .lp-heading-img-wrap {
    position: absolute;
    right: 40px;
    bottom: -140px;
    max-width: 400px;
    z-index: 2;
  }
  
  .lp-heading-img {
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 2px 2px 15px);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 15px;
  }
  
  .lp-heading-img * {
    margin: 0px;
  }
  
  .lp-heading-img img {
    width: auto;
  }
  
  .lp-heading-img p {
    margin: 0px;
  }
  
  @media screen and (max-width: 991px) {
    .lp-heading-img-wrap {
      position: unset;
      margin-bottom: 40px;
    }
  }
  
  h2 span.lp-h2-title {
    font-size: 20px;
  }
  
  .lp-breadcrumbs {
    background: rgb(255, 255, 255);
    padding: 20px 0px;
    border-bottom: 2px dashed rgb(245, 245, 245);
  }
  
  .lp-breadcrumbs ul {
    margin: 0px;
    padding: 0px;
  }
  
  .lp-breadcrumbs ul li {
    margin: 0px;
    display: inline-block;
    list-style-type: none;
    font-size: 19px;
    color: var(--lp-color-text);
  }
  
  .lp-breadcrumbs ul li a {
    font-size: 19px;
    color: var(--wp--preset--color--primary);
    font-weight: bold;
    text-decoration: underline;
  }
  
  .lp-breadcrumbs a,
  .lp-breadcrumbs a:link,
  .lp-breadcrumbs a:visited {
    color: var(--wp--preset--color--primary);
    font-weight: 500;
    border: 0px !important;
  }
  
  .lp-breadcrumbs a:hover,
  .lp-breadcrumbs a:focus {
    color: var(--lp-color-highlight);
  }
  
  .lp-breadcrumbs li i.wcn-single-icon {
    margin: 0px 5px 0px 7px;
    height: 9px;
    width: 9px;
    background-color: var(--lp-color-text);
  }
  
  .lp-breadcrumbs li i.wcn-single-icon fill {
    color: var(--lp-color-text);
  }
  
  .lp-breadcrumbs li:last-of-type::after {
    content: "";
  }
  
  @media (max-width: 767px) {
    .lp-breadcrumbs * {
      font-size: 16px;
    }
  }
  
  .lp-testimonials .col-md-12 {
    position: relative;
  }
  
  .lp-testimonials .lp-testimonial {
    background: rgb(246, 246, 246);
  }
  
  .lp-testimonials i.wcn-single-icon {
    background-color: rgb(119, 103, 142);
    width: 75px;
    opacity: 0.3;
    position: absolute;
    z-index: 2;
  }
  
  .ask-doctor-videos a {
    margin: 0px;
  }
  
  .ask-doctor-videos h4 {
    margin-top: 30px;
  }
  
  .ask-doctor-videos .row {
    padding-bottom: 20px;
  }
  
  .ask-doctor-videos .row.videos-section {
    padding: 0px;
  }
  
  .howto-video-tile .tile-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(124, 129, 128);
    padding: 1rem 0px;
  }
  
  .howto-video-tile .cta-image {
    position: relative;
    max-width: 400px;
  }
  
  .howto-video-tile .cta-image .cta-tile-image {
    border: 2px solid rgb(221, 221, 221);
    margin: 15px auto;
  }
  
  .howto-video-tile .modal {
    padding-right: 0px !important;
  }
  
  .howto-video-tile .vid-container {
    padding: 0px 0px 56.25%;
    background-color: black;
    margin: auto !important;
  }
  
  .howto-video-tile .cta-image:hover .play-icon {
    opacity: 1;
  }
  
  #main-content .howto-video-tile .cta-image a:hover {
    opacity: 1;
  }
  
  .howto-video-tile .play-icon {
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  @media (min-width: 600px) {
    .howto-video-tile .play-icon {
      width: 80px;
      height: 80px;
    }
  
    .howto-video-tile .play-icon::after {
      border-top-width: 20px;
      border-bottom-width: 20px;
      border-left-width: 35px;
    }
  }
  
  @media (min-width: 840px) {
    .howto-video-tile .vid-container {
      background-color: black;
      margin: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    .howto-video-tile .tile-title {
      font-size: 2.2rem;
    }
  }
  
  .play-icon {
    margin: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-decoration: none;
    border: 2px solid rgb(204, 204, 204);
    transition: all 0.25s ease 0s;
    text-indent: -9999px;
    direction: ltr;
    transform: translate(-50%, -50%);
  }
  
  .play-icon::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 50px solid rgb(30, 155, 233);
    transition: all 0.25s ease 0s;
    top: 50%;
    left: 55%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  
  .play-icon:hover {
    display: block;
  }
  
  .lp-cta-tiles .cta-tile-img {
    padding-top: 60%;
  }
  
  .lp-cta-tiles .cta-tile {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 4px;
    border-radius: 4px;
    max-width: 400px;
    margin: 0px auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .lp-cta-tiles .cta-tile-img img {
    width: 100%;
    height: 100%;
  }
  
  .lp-cta-tiles .tech-logo {
    margin: 20px auto 0px;
    height: 46px;
    width: auto;
  }
  
  .lp-cta-tiles .cta-tile-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
  }
  
  .cta-tile h5 {
    font-size: 29px;
    margin: 8px 0px;
  }
  
  .lp-cta-tiles .col-md-4 {
    margin-bottom: 30px;
  }
  
  section.technologies.lp-cta-tiles .cta-title,
  section.technologies.lp-cta-tiles .cta-description,
  section.technologies.lp-cta-tiles .cta-btn {
    height: auto !important;
  }
  
  section.lp-expanding-list .collapse {
    display: none;
  }
  
  section.lp-expanding-list .expanding-list-item {
    background: rgb(255, 255, 255);
    border-radius: 15px;
    margin: 8px 0px;
    padding: 15px 30px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
  }
  
  section.lp-expanding-list a {
    margin: 0px;
  }
  
  section.lp-expanding-list a.lp-show-expanded {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  section.lp-expanding-list a.lp-show-expanded:hover {
    cursor: pointer;
    text-decoration: none !important;
  }
  
  section.lp-expanding-list .expanding-list-item .expanding-arrow-up {
    display: none;
  }
  
  section.lp-expanding-list .expanding-list-item.expanded .expanding-arrow-up {
    display: block;
  }
  
  section.lp-expanding-list .expanding-list-item.expanded .expanding-arrow-down {
    display: none;
  }
  
  section.lp-expanding-list .lp-expanding-list-text * {
    line-height: 1.5;
  }
  
  section.lp-expanding-list hr {
    border-width: 2px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(196, 187, 208);
    width: 100%;
    opacity: 0.5;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  
  section.lp-expanding-list p {
    font-size: 17.5px;
    margin-top: 0px;
    line-height: 1.5;
  }
  
  section.lp-expanding-list .expanding-list-item h6 {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: 23px;
    font-weight: 500;
    margin: 10px;
  }
  
  section.lp-expanding-list a.lp-show-expanded:hover h6 {
    color: var(--wp--preset--color--primary);
  }
  
  .lp-content-block {
    background: rgb(250, 250, 250);
    border-left: 3px solid rgb(228, 225, 234);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px -4px;
    border-radius: 15px;
    margin: 15px auto;
    padding: 10px 50px 15px;
  }
  
  .lp-box {
    background: var(--wp--preset--color--primary);
    border-radius: 15px;
  }
  
  .lp-box * {
    color: rgb(255, 255, 255);
  }
  
  .lp-box .lp-phone {
    color: rgb(255, 255, 255);
    font-size: 32px;
    display: block;
  }
  
  .lp-bottom-bar-bg {
    background-color: var(--wp--preset--color--primary);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 50px 30px;
  }
  
  .lp-bottom-bar-bg .container-lg {
    position: relative;
    z-index: 4;
  }
  
  .lp-bottom-bar-bg * {
    color: rgb(255, 255, 255);
  }
  
  .lp-bottom-bar-bg::after {
    content: "";
    background: transparent;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .lp-locations-list {
    background: var(--lp-color-ltgrey);
    padding-top: 50px;
    padding-bottom: 60px;
  }
  
  .lp-locations-list .lp-location-item {
    padding: 40px 50px;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
  }
  
  .lp-locations-list .lp-location-item h5 {
    font-size: 32px;
  }
  
  .lp-locations-list .lp-address-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  
  .lp-locations-list .lp-localinfo-contact {
    display: block;
    padding: 0px;
  }
  
  .lp-locations-list .lp-map {
    display: flex;
    align-items: center;
  }
  
  .lp-locations-list .lp-map img {
    width: auto;
  }
  
  .lp-locations-list .lp-ctas {
    padding: 0px;
  }
  
  .lp-locations-list .lp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 15px 30px;
    margin: 10px;
  }
  
  .lp-event-sidebar .lp-event-sidebar-img {
    margin-top: 40px;
  }
  
  .lp-event-sidebar .lp-schedule-appt-cta .phone-link {
    margin-bottom: 0px;
  }
  
  .lp-event-sidebar hr {
    height: 0px;
    max-width: 90%;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgba(196, 187, 208, 0.75);
    margin: 30px auto;
  }
  
  .lp-event-details-items-wrap {
    margin: 35px auto;
    max-width: 450px;
  }
  
  .lp-event-details-item {
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .lp-event-details-item:first-of-type {
    padding-top: 0px;
    border: 0px;
  }
  
  .lp-event-details-address p {
    margin: 0px;
  }
  
  .lp-event-subsection-1,
  .lp-event-subsection-2,
  .lp-event-subsection-3 {
    margin: 45px 0px;
  }
  
  .lp-event-subsection-1 {
    margin-top: 20px;
  }
  
  .lp-event-subsection-3 {
    margin-bottom: 20px;
  }
  
  @media (max-width: 420px) {
    .lp-event-details-img,
    .lp-event-details-info {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  
  section.lp-styles-1 {
    padding-bottom: 50px;
  }
  
  section.lp-styles-2 {
    background: var(--lp-color-ltgrey);
    padding: 45px 0px 60px;
  }
  
  section.lp-bottom-list-nav {
    padding-top: 60px;
  }
  
  section.lp-bottom-list-nav ul {
    list-style: none;
  }
  
  section.lp-bottom-list-nav ul li {
    border-bottom: 1px solid rgba(196, 187, 208, 0.5);
  }
  
  section.lp-bottom-list-nav ul li:last-of-type {
    border: none;
  }
  
  section.lp-bottom-list-nav .bottom-list-title {
    text-align: right;
  }
  
  section.lp-form-1 .lp-form-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
  }
  
  .lp-form-header {
    margin-bottom: 35px;
  }
  
  .lp-form-header h2 {
    margin-top: 0px;
  }
  
  .sb-form-schedule-appointment .sb-formfield {
    margin-top: 0px;
    margin-bottom: 26px;
  }
  
  .sb-form-schedule-appointment legend {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .sb-form-schedule-appointment .sb-fieldset--additional-comments {
    margin-top: 10px;
  }
  
  .sb-form-schedule-appointment .sb-fieldset--additional-comments legend {
    display: none;
  }
  
  .sb-form-schedule-appointment label,
  form label {
    text-align: left;
    margin-bottom: 4px;
    display: block;
  }
  
  .sb-form-schedule-appointment input,
  .sb-form-schedule-appointment textarea,
  .sb-form-schedule-appointment select,
  form input,
  form textarea,
  form select {
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    padding: 13px 20px;
    width: 100%;
  }
  
  .lp-scheduling-modal .sb-form-schedule-appointment input,
  .lp-scheduling-modal .sb-form-schedule-appointment textarea,
  .lp-scheduling-modal .sb-form-schedule-appointment select {
    border: 1px solid grey;
  }
  
  .sb-form-schedule-appointment fieldset,
  form fieldset {
    color-scheme: unset;
    forced-color-adjust: unset;
    mask: unset;
    math-depth: unset;
    color: unset;
    font: unset;
    font-palette: unset;
    font-synthesis: unset;
    position: unset;
    text-orientation: unset;
    text-rendering: unset;
    -webkit-font-smoothing: unset;
    -webkit-locale: unset;
    -webkit-text-orientation: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    zoom: unset;
    accent-color: unset;
    place-content: unset;
    place-items: unset;
    place-self: unset;
    animation-composition: unset;
    animation: unset;
    appearance: unset;
    aspect-ratio: unset;
    backdrop-filter: unset;
    backface-visibility: unset;
    background: unset;
    background-blend-mode: unset;
    block-size: unset;
    border-block: unset;
    border: unset;
    border-radius: unset;
    border-collapse: unset;
    border-end-end-radius: unset;
    border-end-start-radius: unset;
    border-inline: unset;
    border-start-end-radius: unset;
    border-start-start-radius: unset;
    inset: unset;
    box-shadow: unset;
    box-sizing: border-box;
    break-after: unset;
    break-before: unset;
    break-inside: unset;
    caption-side: unset;
    caret-color: unset;
    clear: unset;
    clip: unset;
    clip-path: unset;
    clip-rule: unset;
    color-interpolation-filters: unset;
    columns: unset;
    column-fill: unset;
    gap: unset;
    column-rule: unset;
    column-span: unset;
    contain: unset;
    contain-intrinsic-block-size: unset;
    contain-intrinsic-size: unset;
    contain-intrinsic-inline-size: unset;
    container: unset;
    content: unset;
    content-visibility: unset;
    counter-increment: unset;
    counter-reset: unset;
    counter-set: unset;
    cursor: unset;
    display: flex;
    empty-cells: unset;
    field-sizing: unset;
    fill: unset;
    fill-opacity: unset;
    fill-rule: unset;
    filter: unset;
    flex: unset;
    flex-direction: unset;
    flex-wrap: wrap;
    float: unset;
    flood-color: unset;
    flood-opacity: unset;
    grid: unset;
    grid-area: unset;
    height: unset;
    hyphenate-character: unset;
    hyphenate-limit-chars: unset;
    hyphens: unset;
    image-orientation: unset;
    image-rendering: unset;
    initial-letter: unset;
    inline-size: unset;
    inset-block: unset;
    inset-inline: unset;
    isolation: unset;
    letter-spacing: unset;
    lighting-color: unset;
    line-break: unset;
    list-style: unset;
    margin-block: unset;
    margin: unset;
    margin-inline: unset;
    marker: unset;
    mask-type: unset;
    math-shift: unset;
    math-style: unset;
    max-block-size: unset;
    max-height: unset;
    max-inline-size: unset;
    max-width: unset;
    min-block-size: unset;
    min-height: unset;
    min-inline-size: unset;
    min-width: unset;
    mix-blend-mode: unset;
    object-fit: unset;
    object-position: unset;
    offset: unset;
    opacity: unset;
    order: unset;
    orphans: unset;
    outline: unset;
    outline-offset: unset;
    overflow-anchor: unset;
    overflow-clip-margin: unset;
    overflow-wrap: unset;
    overflow: unset;
    overlay: unset;
    overscroll-behavior-block: unset;
    overscroll-behavior-inline: unset;
    overscroll-behavior: unset;
    padding-block: unset;
    padding: unset;
    padding-inline: unset;
    page: unset;
    page-orientation: unset;
    paint-order: unset;
    perspective: unset;
    perspective-origin: unset;
    pointer-events: unset;
    quotes: unset;
    resize: unset;
    rotate: unset;
    ruby-position: unset;
    scale: unset;
    scroll-behavior: unset;
    scroll-margin-block: unset;
    scroll-margin: unset;
    scroll-margin-inline: unset;
    scroll-padding-block: unset;
    scroll-padding: unset;
    scroll-padding-inline: unset;
    scroll-snap-align: unset;
    scroll-snap-stop: unset;
    scroll-snap-type: unset;
    scroll-timeline: unset;
    scrollbar-color: unset;
    scrollbar-gutter: unset;
    scrollbar-width: unset;
    shape-image-threshold: unset;
    shape-margin: unset;
    shape-outside: unset;
    shape-rendering: unset;
    size: unset;
    stop-color: unset;
    stop-opacity: unset;
    stroke: unset;
    stroke-dasharray: unset;
    stroke-dashoffset: unset;
    stroke-linecap: unset;
    stroke-linejoin: unset;
    stroke-miterlimit: unset;
    stroke-opacity: unset;
    stroke-width: unset;
    tab-size: unset;
    table-layout: unset;
    text-align: unset;
    text-align-last: unset;
    text-anchor: unset;
    text-combine-upright: unset;
    text-decoration: unset;
    text-decoration-skip-ink: unset;
    text-emphasis: unset;
    text-emphasis-position: unset;
    text-indent: unset;
    text-overflow: unset;
    text-shadow: unset;
    text-size-adjust: unset;
    text-transform: unset;
    text-underline-offset: unset;
    text-underline-position: unset;
    white-space: unset;
    timeline-scope: unset;
    touch-action: unset;
    transform: unset;
    transform-box: unset;
    transform-origin: unset;
    transform-style: unset;
    transition: unset;
    translate: unset;
    user-select: unset;
    vertical-align: unset;
    view-timeline: unset;
    view-transition-name: unset;
    visibility: unset;
    border-spacing: unset;
    -webkit-box-align: unset;
    -webkit-box-direction: unset;
    -webkit-box-flex: unset;
    -webkit-box-ordinal-group: unset;
    -webkit-box-orient: unset;
    -webkit-box-pack: unset;
    -webkit-box-reflect: unset;
    -webkit-line-break: unset;
    -webkit-mask-box-image: unset;
    -webkit-rtl-ordering: unset;
    -webkit-ruby-position: unset;
    -webkit-tap-highlight-color: unset;
    -webkit-text-combine: unset;
    -webkit-text-decorations-in-effect: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-security: unset;
    -webkit-text-stroke: unset;
    -webkit-user-drag: unset;
    widows: unset;
    width: unset;
    will-change: unset;
    word-break: unset;
    word-spacing: unset;
    z-index: unset;
  }
  
  form .sb-formfield {
    width: 100%;
  }
  
  form .sb-formfield--select-a-date-1,
  form .sb-formfield--select-a-date-2 {
    width: 100%;
  }
  
  .sb-form-schedule-appointment fieldset legend {
    padding-top: 10px;
    margin-bottom: 15px;
    text-align: left;
  }
  
  .sb-form-schedule-appointment input.button,
  form input.button {
    display: inline-block;
    width: auto;
    cursor: pointer;
  }
  
  .sb-form-schedule-appointment .input-group,
  form .input-group {
    position: relative;
  }
  
  .input-group-addon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: black;
    font-size: 24px;
  }
  
  .sb-form-schedule-appointment .input-group.date .input-group-addon span {
    width: 21px;
    height: 28px;
  }
  
  @media screen and (max-width: 767px) {
    .sb-form-schedule-appointment input.button {
      width: 100%;
      text-align: center;
    }
  }
  
  ul.errorlist li {
    font-weight: bold;
  }
  
  .lp-next-step {
    padding: 45px 0px 60px;
  }
  
  .lp-contact-us-bottom {
    padding: 45px 0px 60px;
    margin-bottom: -60px;
  }
  
  .lp-professional-wrap {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px 15px;
  }
  
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0px 15px;
  }
  
  .col-xs {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    max-width: 100%;
  }
  
  .col-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  
  .col-xs-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  
  .col-xs-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  
  .col-xs-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .col-xs-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  
  .col-xs-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  
  .col-xs-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  
  .col-xs-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .col-xs-offset-0 {
    margin-left: 0px;
  }
  
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  
  .col-xs-offset-2 {
    margin-left: 16.6667%;
  }
  
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  
  .col-xs-offset-4 {
    margin-left: 33.3333%;
  }
  
  .col-xs-offset-5 {
    margin-left: 41.6667%;
  }
  
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  
  .col-xs-offset-7 {
    margin-left: 58.3333%;
  }
  
  .col-xs-offset-8 {
    margin-left: 66.6667%;
  }
  
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  
  .col-xs-offset-10 {
    margin-left: 83.3333%;
  }
  
  .col-xs-offset-11 {
    margin-left: 91.6667%;
  }
  
  .lp-start-xs {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  
  .lp-center-xs {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  
  .lp-end-xs {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  
  .lp-top-xs {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  
  .lp-middle-xs {
    -webkit-box-align: center;
    align-items: center;
  }
  
  .lp-bottom-xs {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  
  .lp-around-xs {
    justify-content: space-around;
  }
  
  .lp-between-xs {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  
  .lp-first-xs {
    order: -1;
  }
  
  .lp-last-xs {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .lp-stretch {
    align-items: stretch;
  }
  
  @media only screen and (min-width: 768px) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-sm {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-basis: 0px;
      max-width: 100%;
    }
  
    .col-sm-1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%;
    }
  
    .col-sm-2 {
      flex-basis: 16.6667%;
      max-width: 16.6667%;
    }
  
    .col-sm-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
  
    .col-sm-4 {
      flex-basis: 33.3333%;
      max-width: 33.3333%;
    }
  
    .col-sm-5 {
      flex-basis: 41.6667%;
      max-width: 41.6667%;
    }
  
    .col-sm-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .col-sm-7 {
      flex-basis: 58.3333%;
      max-width: 58.3333%;
    }
  
    .col-sm-8 {
      flex-basis: 66.6667%;
      max-width: 66.6667%;
    }
  
    .col-sm-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
  
    .col-sm-10 {
      flex-basis: 83.3333%;
      max-width: 83.3333%;
    }
  
    .col-sm-11 {
      flex-basis: 91.6667%;
      max-width: 91.6667%;
    }
  
    .col-sm-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .col-sm-offset-0 {
      margin-left: 0px;
    }
  
    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }
  
    .col-sm-offset-2 {
      margin-left: 16.6667%;
    }
  
    .col-sm-offset-3 {
      margin-left: 25%;
    }
  
    .col-sm-offset-4 {
      margin-left: 33.3333%;
    }
  
    .col-sm-offset-5 {
      margin-left: 41.6667%;
    }
  
    .col-sm-offset-6 {
      margin-left: 50%;
    }
  
    .col-sm-offset-7 {
      margin-left: 58.3333%;
    }
  
    .col-sm-offset-8 {
      margin-left: 66.6667%;
    }
  
    .col-sm-offset-9 {
      margin-left: 75%;
    }
  
    .col-sm-offset-10 {
      margin-left: 83.3333%;
    }
  
    .col-sm-offset-11 {
      margin-left: 91.6667%;
    }
  
    .lp-start-sm {
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
  
    .lp-center-sm {
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .lp-end-sm {
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
  
    .lp-top-sm {
      -webkit-box-align: start;
      align-items: flex-start;
    }
  
    .lp-middle-sm {
      -webkit-box-align: center;
      align-items: center;
    }
  
    .lp-bottom-sm {
      -webkit-box-align: end;
      align-items: flex-end;
    }
  
    .lp-around-sm {
      justify-content: space-around;
    }
  
    .lp-between-sm {
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
  
    .lp-first-sm {
      order: -1;
    }
  
    .lp-last-sm {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-md {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-basis: 0px;
      max-width: 100%;
    }
  
    .col-md-1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%;
    }
  
    .col-md-2 {
      flex-basis: 16.6667%;
      max-width: 16.6667%;
    }
  
    .col-md-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
  
    .col-md-4 {
      flex-basis: 33.3333%;
      max-width: 33.3333%;
    }
  
    .col-md-5 {
      flex-basis: 41.6667%;
      max-width: 41.6667%;
    }
  
    .col-md-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .col-md-7 {
      flex-basis: 58.3333%;
      max-width: 58.3333%;
    }
  
    .col-md-8 {
      flex-basis: 66.6667%;
      max-width: 66.6667%;
    }
  
    .col-md-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
  
    .col-md-10 {
      flex-basis: 83.3333%;
      max-width: 83.3333%;
    }
  
    .col-md-11 {
      flex-basis: 91.6667%;
      max-width: 91.6667%;
    }
  
    .col-md-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .col-md-offset-0 {
      margin-left: 0px;
    }
  
    .col-md-offset-1 {
      margin-left: 8.33333%;
    }
  
    .col-md-offset-2 {
      margin-left: 16.6667%;
    }
  
    .col-md-offset-3 {
      margin-left: 25%;
    }
  
    .col-md-offset-4 {
      margin-left: 33.3333%;
    }
  
    .col-md-offset-5 {
      margin-left: 41.6667%;
    }
  
    .col-md-offset-6 {
      margin-left: 50%;
    }
  
    .col-md-offset-7 {
      margin-left: 58.3333%;
    }
  
    .col-md-offset-8 {
      margin-left: 66.6667%;
    }
  
    .col-md-offset-9 {
      margin-left: 75%;
    }
  
    .col-md-offset-10 {
      margin-left: 83.3333%;
    }
  
    .col-md-offset-11 {
      margin-left: 91.6667%;
    }
  
    .lp-start-md {
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
  
    .lp-center-md {
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .lp-end-md {
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
  
    .lp-top-md {
      -webkit-box-align: start;
      align-items: flex-start;
    }
  
    .lp-middle-md {
      -webkit-box-align: center;
      align-items: center;
    }
  
    .lp-bottom-md {
      -webkit-box-align: end;
      align-items: flex-end;
    }
  
    .lp-around-md {
      justify-content: space-around;
    }
  
    .lp-between-md {
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
  
    .lp-first-md {
      order: -1;
    }
  
    .lp-last-md {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-lg {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-basis: 0px;
      max-width: 100%;
    }
  
    .col-lg-1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%;
    }
  
    .col-lg-2 {
      flex-basis: 16.6667%;
      max-width: 16.6667%;
    }
  
    .col-lg-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
  
    .col-lg-4 {
      flex-basis: 33.3333%;
      max-width: 33.3333%;
    }
  
    .col-lg-5 {
      flex-basis: 41.6667%;
      max-width: 41.6667%;
    }
  
    .col-lg-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .col-lg-7 {
      flex-basis: 58.3333%;
      max-width: 58.3333%;
    }
  
    .col-lg-8 {
      flex-basis: 66.6667%;
      max-width: 66.6667%;
    }
  
    .col-lg-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
  
    .col-lg-10 {
      flex-basis: 83.3333%;
      max-width: 83.3333%;
    }
  
    .col-lg-11 {
      flex-basis: 91.6667%;
      max-width: 91.6667%;
    }
  
    .col-lg-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .col-lg-offset-0 {
      margin-left: 0px;
    }
  
    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }
  
    .col-lg-offset-2 {
      margin-left: 16.6667%;
    }
  
    .col-lg-offset-3 {
      margin-left: 25%;
    }
  
    .col-lg-offset-4 {
      margin-left: 33.3333%;
    }
  
    .col-lg-offset-5 {
      margin-left: 41.6667%;
    }
  
    .col-lg-offset-6 {
      margin-left: 50%;
    }
  
    .col-lg-offset-7 {
      margin-left: 58.3333%;
    }
  
    .col-lg-offset-8 {
      margin-left: 66.6667%;
    }
  
    .col-lg-offset-9 {
      margin-left: 75%;
    }
  
    .col-lg-offset-10 {
      margin-left: 83.3333%;
    }
  
    .col-lg-offset-11 {
      margin-left: 91.6667%;
    }
  
    .lp-start-lg {
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
  
    .lp-center-lg {
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .lp-end-lg {
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
  
    .lp-top-lg {
      -webkit-box-align: start;
      align-items: flex-start;
    }
  
    .lp-middle-lg {
      -webkit-box-align: center;
      align-items: center;
    }
  
    .lp-bottom-lg {
      -webkit-box-align: end;
      align-items: flex-end;
    }
  
    .lp-around-lg {
      justify-content: space-around;
    }
  
    .lp-between-lg {
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
  
    .lp-first-lg {
      order: -1;
    }
  
    .lp-last-lg {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }
  
  .lp-show-mobile {
    display: none;
  }
  
  @media screen and (max-width: 991px) {
    .lp-hide-mobile {
      display: none;
    }
  
    .lp-show-mobile {
      display: inline-block;
    }
  
    .row.lp-show-mobile {
      display: flex;
    }
  }
  
  .lp-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .lp-modal-content {
    background-color: rgb(255, 255, 255);
    margin: auto;
  }
  
  .lp-scheduling-modal .lp-modal-content {
    padding: 20px;
    max-width: 600px;
    min-height: 400px;
    width: 80%;
  }
  
  .lp-video-modal .lp-modal-content {
    padding: 20px 5px 5px;
    max-width: 960px;
    min-height: 400px;
    width: 80%;
  }
  
  .lp-modal-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .lp-modal-close:hover,
  .lp-modal-close:focus {
    text-decoration: none;
    cursor: pointer;
  }
  
  @font-face {
    font-family: finder-icons;
    src: url("/stat/cache/fonts/icons/finder-icons/finder-icons.woff2?dowdt1") format("woff2"), url("/stat/cache/fonts/icons/finder-icons/finder-icons.ttf?dowdt1") format("truetype"), url("/stat/cache/fonts/icons/finder-icons/finder-icons.woff?dowdt1") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  section.finder *,
  .sb-locationfinder * {
    box-sizing: border-box;
  }
  
  .sb-search-form form div,
  .sb-location > div,
  .sb-location-infowindow > div {
    position: static;
  }
  
  .sb-search-form {
    display: flex;
    flex-direction: column;
    min-height: 150px;
  }
  
  .sb-search-form form:nth-of-type(2) {
    order: 2;
  }
  
  .sb-use-current-location {
    order: 3;
  }
  
  .sb-filters-inline {
    order: 4;
  }
  
  .sb-locationfinder {
    height: 850px !important;
  }
  
  .sb-use-current-location {
    text-align: right;
    margin-top: 13px;
    margin-bottom: 20px;
  }
  
  .sb-use-current-location a {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
  }
  
  .sb-use-current-location a:hover {
    text-decoration: underline;
  }
  
  .sb-use-current-location a::before {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: finder-icons;
    content: "";
    font-weight: 300;
    position: absolute;
    left: -24px;
  }
  
  .sb-no-user-location,
  .sb-locations-loading,
  .sb-locations-notfound {
    font-size: 15.5px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    padding: 25px 15px !important;
  }
  
  .sb-filters-inline {
    margin-bottom: 0px;
    background: rgb(255, 255, 255);
    margin-right: -18px;
    margin-left: -18px;
    padding: 5px 18px;
  }
  
  .sb-filter {
    margin-top: 8px;
  }
  
  .sb-filter-title {
    color: rgb(196, 80, 59);
    font-size: 17px;
    font-family: Tinos, serif;
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
  }
  
  .sb-filter-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    max-height: 150px;
    margin-top: 5px;
  }
  
  .sb-filter-form .sb-filter-item {
    display: block;
    margin-bottom: 3px;
    text-transform: none;
  }
  
  .sb-filter-form .sb-filter-item:nth-of-type(2n) {
    padding-left: 5px;
    width: 45%;
  }
  
  .sb-filter-form .sb-filter-item:nth-of-type(2n+1) {
    width: 55%;
  }
  
  .sb-filter-form .sb-filter-item label {
    display: -webkit-flex;
    align-items: center;
    cursor: pointer;
  }
  
  .sb-filter-form .sb-filter-item label span {
    text-transform: none;
    font-size: 15px;
    color: rgb(0, 0, 0);
  }
  
  .sb-filter-form .sb-filter-item label span:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  
  .sb-filter-form .sb-filter-item input[type="checkbox"] {
    margin-right: 8px;
    position: relative;
  }
  
  .sb-filter-form .sb-filter-item,
  .sb-search-form,
  .sb-location {
    line-height: 18px;
  }
  
  .sb-search-form {
    width: 100%;
    z-index: 4;
    position: relative !important;
    top: 30px !important;
    left: 30px !important;
    height: auto !important;
    padding: 30px 18px 10px !important;
  }
  
  .sb-locations {
    width: 100%;
    z-index: 10;
    bottom: 0px;
    overflow: scroll;
    height: 460px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.46) 2px 2px 5px -2px;
    position: relative !important;
    top: 30px !important;
    left: 30px !important;
    max-height: 460px !important;
  }
  
  @media screen and (min-width: 768px) {
    .sb-search-form,
    .sb-locations {
      width: 330px !important;
    }
  }
  
  .sb-map-container {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 0 !important;
  }
  
  .sb-googlemap .sb-location-infowindow,
  .sb-googlemap .gm-style-iw-t {
    display: none;
  }
  
  .sb-googlemap .sb-marker {
    cursor: default;
  }
  
  .sb-search-form label {
    margin: 0px;
  }
  
  .sb-search-form button {
    height: 42px;
    width: 100%;
    background: black;
    border: none;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .sb-search-form button:hover {
    background: rgb(255, 255, 255);
    border: 1.5px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0) !important;
  }
  
  .sb-search-form #id_location {
    height: 42px;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    font-size: 15px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border: 1.5px solid rgb(204, 204, 204);
    margin-bottom: 10px;
    cursor: unset;
    font-family: Cosima, sans-serif;
    font-weight: 400;
    padding-left: 40px;
    outline: none;
  }
  
  ::placeholder {
    color: rgb(51, 51, 51);
    opacity: 1;
  }
  
  .searchicon {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 18px;
    color: rgb(150, 150, 150);
    width: 40px;
    height: 40px;
    padding: 10px;
    font-weight: 800;
    font-family: finder-icons !important;
  }
  
  .searchicon::before {
    content: "" !important;
  }
  
  @media screen and (max-width: 767px) {
    .searchicon {
      left: 13%;
    }
  
    .sb-search-form #id_location {
      padding-left: 55px;
    }
  }
  
  @media (max-width: 400px) {
    .searchicon {
      left: 7%;
    }
  }
  
  .sb-filter-results {
    display: none;
  }
  
  .sb-location {
    position: relative;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 20px 18px !important;
  }
  
  .sb-location.sb-location-active {
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid rgb(199, 199, 199);
    background-color: rgb(244, 244, 244) !important;
  }
  
  .sb-location-name {
    font-size: 21px;
    margin-bottom: 13px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
  
  .sb-location-distance {
    right: 20px;
    font-size: 12px;
    color: rgb(61, 57, 53);
    position: absolute !important;
  }
  
  .sb-location-distance a {
    font-size: 12px;
    color: rgb(61, 57, 53);
  }
  
  .sb-location-distance::before {
    content: "";
    font-family: finder-icons;
    font-weight: 300;
    font-size: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    display: block;
    text-align: center;
    color: rgb(61, 57, 53);
  }
  
  .sb-location-address {
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 230px;
    color: rgb(51, 51, 51);
    line-height: 21px;
  }
  
  .sb-location-phone {
    margin-bottom: 12px;
    text-decoration: underline;
  }
  
  .sb-location-phone a {
    font-size: 15px;
    line-height: 21px;
    color: rgb(51, 51, 51) !important;
    text-decoration: underline !important;
  }
  
  .sb-location-hours {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
  }
  
  .sb-location-hours strong {
    font-weight: 600;
  }
  
  .sb-locations .sb-location .sb-location-hours {
    display: none;
  }
  
  .sb-location-services {
    margin-bottom: 8px;
    display: flex;
  }
  
  .sb-location-services .sb-service-item {
    width: 12.5%;
    max-width: 25px;
    margin-right: 8px;
    position: relative;
  }
  
  .sb-location-infowindow .sb-location-services {
    margin-top: 16px;
    margin-bottom: 14px;
  }
  
  .sb-location-links {
    margin: 10px -5px 0px;
    line-height: 19.5px;
    overflow: hidden;
  }
  
  .sb-location-links span {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
    float: left;
  }
  
  .sb-location-links span a,
  .sb-location-links span a:active,
  .sb-location-links span a:visited {
    background: rgb(0, 0, 0);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 0px;
    text-align: center;
    border: 1.5px solid rgb(0, 0, 0);
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }
  
  .sb-location-links span a:hover,
  .sb-location-links span a:focus {
    border: 1.5px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
  }
  
  .gm-style .gm-style-iw-t {
    bottom: 60px !important;
  }
  
  .gm-style .gm-style-iw-c {
    border-radius: 0px;
    max-width: 350px !important;
  }
  
  .sb-location-infowindow {
    width: 350px !important;
    padding: 20px !important;
    margin-bottom: 0px !important;
    font-family: century-gothic, sans-serif !important;
    line-height: 19px !important;
    font-weight: 600 !important;
  }
  
  .sb-location-infowindow .sb-location-phone,
  .sb-location-infowindow .sb-location-address,
  .sb-location-infowindow .sb-location-hours {
    position: relative;
    margin-left: 28px;
  }
  
  .sb-location-infowindow .sb-location-phone::before,
  .sb-location-infowindow .sb-location-address::before,
  .sb-location-infowindow .sb-location-hours::before {
    font-family: finder-icons;
    font-weight: 300;
    position: absolute;
    left: -25px;
    color: rgb(0, 0, 0);
    font-size: 17px;
    line-height: 1.4;
  }
  
  .sb-location-infowindow .sb-location-phone::before {
    content: "";
    top: -2px;
  }
  
  .sb-location-infowindow .sb-location-address::before {
    content: "";
  }
  
  .sb-location-infowindow .sb-location-hours::before {
    content: "";
    top: -2px;
  }
  
  .sb-location-infowindow .sb-location-distance::before {
    margin-top: 0px;
    padding-bottom: 5px;
  }
  
  .sb-location-infowindow .sb-location-name {
    font-size: 21px;
  }
  
  @media screen and (min-width: 768px) {
    .sb-search-form,
    .sb-filters-panel {
      top: 20px;
      left: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .sb-locations .sb-location.sb-location-active .sb-location-hours {
      display: block;
    }
  
    .sb-location-infowindow {
      display: none;
    }
  
    .sb-location-active .location-services-mobile {
      display: block;
    }
  
    .sb-locationfinder {
      display: -webkit-flex;
      flex-direction: column;
      height: auto !important;
    }
  
    .sb-search-form {
      position: unset !important;
      top: 0px !important;
      left: 0px !important;
      height: auto !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  
    .sb-search-form #id_location {
      height: 44px;
    }
  
    .sb-search-form button {
      height: 44px;
    }
  
    .sb-map-container {
      height: 260px;
      position: unset !important;
      left: 0px !important;
      top: 350px !important;
    }
  
    .sb-location-list-back {
      height: auto;
      order: 4;
      position: unset !important;
    }
  
    .sb-locations {
      order: 3;
      position: unset !important;
      max-height: 600px !important;
    }
  
    .sb-search-form > form {
      padding: 0px 12% 5px;
    }
  
    .sb-use-current-location {
      padding: 0px 12%;
    }
  
    .sb-location {
      line-height: 20px;
      padding: 30px 12% !important;
    }
  
    .sb-filters-inline {
      padding: 10px 12%;
      margin: 0px 0px 10px;
    }
  
    .sb-filter-form {
      overflow-y: auto;
      display: flex;
      flex-wrap: wrap;
    }
  
    .sb-filter-title {
      margin-bottom: 12px;
    }
  
    .sb-filter-form .sb-filter-item {
      width: 50%;
      margin-bottom: 4px;
    }
  
    .sb-location.sb-location-active {
      background: rgb(255, 255, 255);
    }
  
    .sb-location.sb-location-active {
      background-color: rgb(255, 255, 255) !important;
    }
  
    .sb-location-distance {
      right: 12%;
    }
  
    .sb-location-list-back {
      padding: 5px 12% !important;
      font-size: 16px !important;
      height: auto !important;
    }
  
    .sb-location-list-back a {
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 0.5px;
      text-decoration: underline !important;
      margin-right: 20px !important;
    }
  
    .sb-location-list-back span {
      font-size: 16.5px;
    }
  
    .sb-location-name {
      position: relative;
      font-size: 21px;
    }
  
    .sb-location-links {
      margin: 10px -2% 0px;
    }
  
    .sb-location-links span {
      padding: 0px 2%;
    }
  
    .sb-locations.sb-has-location-active {
      overflow: hidden;
      height: auto !important;
      max-height: 100% !important;
    }
  
    .sb-location-active .sb-location-address,
    .sb-location-active .sb-location-phone,
    .sb-location-active .sb-location-hours {
      position: relative;
      margin-left: 30px;
    }
  
    .sb-location-active .sb-location-phone::before,
    .sb-location-active .sb-location-address::before,
    .sb-location-active .sb-location-hours::before {
      font-family: finder-icons;
      font-weight: 300;
      position: absolute;
      left: -28px;
      color: rgb(0, 0, 0);
      font-size: 17px;
      line-height: 1.4;
    }
  
    .sb-location-active .sb-location-phone::before {
      content: "";
    }
  
    .sb-location-active .sb-location-address::before {
      content: "";
    }
  
    .sb-location-active .sb-location-hours::before {
      content: "";
    }
  }
  
  @media (max-width: 520px) {
    .searchicon {
      left: 6.5%;
    }
  
    .sb-search-form > form,
    .sb-use-current-location,
    .sb-location,
    .sb-location-list-back,
    .sb-filters-inline {
      padding-left: 5% !important;
      padding-right: 5% !important;
    }
  
    .sb-location-distance {
      right: 5%;
    }
  
    .sb-filters-inline {
      padding: 10px 5%;
    }
  }
  
  .lp-responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  
  .lp-responsive-iframe iframe {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
  }
  
  :root {
    --lp-color-primary: #34566F;
    --lp-color-secondary: #607B06;
    --lp-color-text: #3e3e3e;
    --lp-color-white: #ffffff;
    --lp-color-accent: #f7f7f7;
    --lp-font-headline: 'Poppins',sans-serif;
    --lp-font-primary: 'Poppins',sans-serif;
    --lp-body-xs: 14px;
    --lp-body-sm: 15px;
    --lp-body-16: 16px;
    --lp-body-base: 17px;
    --lp-body-md: 20px;
    --lp-body-lg: 22px;
    --lp-radius-xs: 12px;
    --lp-radius-sm: 15px;
    --lp-radius-md: 50px;
    --lp-radius-lg: 100%;
    --lp-shadow-lgt: rgba(var(--wp--custom--overlay--drk) 0.07) 0px 5px 30px 0px;
    --lp-shadow-md: rgba(var(--wp--custom--overlay--drk) 0.3) 0px 7px 30px 0px;
    --lp-shadow-drk: rgba(var(--wp--custom--overlay--drk) 0.4) 0px 7px 30px 0px;
    --lp-shadow-hvr: rgba(var(--wp--custom--overlay--drk) 0.4) 0px 7px 35px 0px;
    --lp-border-sm: 2px solid var(--wp--preset--color--secondary);
    --lp-border-md: 7px solid var(--wp--preset--color--secondary);
    --lp-border-dot: 2px dotted var(--wp--preset--color--secondary);
    --lp-overlay-primary: 52,86,111,;
    --lp-overlay-lgt: 255,255,255,;
    --lp-overlay-gry: 220,220,220,;
    --lp-overlay-drk: 0,0,0,;
  }
  
  body {
    margin: 0px;
  }
  
  a.skip {
    display: none;
  }
  
  .container-lg,
  .container {
    padding: 0px;
    max-width: 1200px !important;
  }
  
  .lp-top-bot-pad {
    padding: 100px 20px;
  }
  
  .row {
    margin: 0px;
  }
  
  dd {
    margin-inline-start: 0px;
  }
  
  .main,
  body.page-contact-us .lp-localinfo .container {
    padding: 3em 0em 4em;
  }
  
  .page-hearing-aids .main,
  .page-our-serviceshearing-protection .main,
  .page-contact-us .lp-localinfo .container,
  .page-promotions .main {
    padding: 3em 0em;
  }
  
  .page-our-serviceshearing-testing .main,
  .page-our-serviceshearing-aid-fitting .main,
  .page-our-servicesear-wax-removal .main,
  .page-testimonials .main,
  .page-your-hearing .main,
  .page-your-hearingresources .main,
  .page-confirmation .main,
  .page-events .main,
  .page-hearing-aidsfinancing .main {
    padding: 3em 0em 3.5em;
  }
  
  @media only screen and (max-width: 1000px) {
    .lp-top-bot-pad {
      padding: 80px 20px;
    }
  
    .lp-top-bot-pad-sm {
      padding: 70px 20px;
    }
  
    .lp-top-bot-pad-md {
      padding: 75px 20px 80px;
    }
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dt.description-title {
    font-family: var(--wp--preset--font-family--poppins);
    font-weight: 400;
    line-height: 1.2;
    color: var(--wp--preset--color--secondary);
    margin: 10px 0px;
  }
  
  h1 {
    font-size: 42px;
  }
  
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 29px;
  }
  
  h4,
  dt.description-title {
    font-size: 26px;
  }
  
  h5 {
    font-size: 24px;
  }
  
  h6 {
    font-size: 22px;
  }
  
  p,
  li,
  div,
  .wcn-location-info {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--base);
    line-height: 1.6;
    color: var(--lp-color-text);
  }
  
  .entry p {
    font-family: var(--wp--preset--font-family--poppins);
    color: var(--lp-color-text);
    font-size: var(--wp--preset--font-size--base) !important;
    line-height: 1.6 !important;
  }
  
  a {
    color: var(--wp--preset--color--primary);
    text-decoration: underline;
    font-weight: bold;
  }
  
  p.sm,
  body.page-your-hearing span {
    word-break: break-word;
  }
  
  h5 p {
    font-weight: normal;
    letter-spacing: 0px;
  }
  
  body.page-your-hearing .lp-content p:last-child span,
  section.lp-expanding-list p,
  .posts div span {
    font-size: var(--wp--preset--font-size--base) !important;
  }
  
  .lp-btn,
  .lp-main-button,
  .wcn-gravity-form button[type="submit"],
  .lp-appointment-cta,
  .lp-localinfo-cta {
    line-height: 1;
    display: inline-block;
    background: linear-gradient(90deg,var(--wp--preset--color--primary),var(--wp--preset--color--primary));
    text-decoration: none;
    padding: 15px 20px;
    border-radius: var(--wp--preset--spacing--50-px);
    transition: all 0.4s ease 0s;
    min-width: auto;
    text-align: center;
    border: 1px solid var(--wp--preset--color--primary);
    font-weight: 600;
  }
  
  .lp-btn:hover,
  .lp-main-button:hover,
  .lp-appointment-cta:hover,
  .lp-localinfo-cta:hover {
    background: transparent;
    transition: all 0.4s ease 0s;
    border: 1px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
  }
  
  a.lp-btn,
  .wcn-gravity-form button[type="submit"],
  .lp-appointment-cta,
  a.lp-localinfo-cta {
    text-decoration: none;
    font-size: var(--wp--preset--font-size--sm);
    color: var(--wp--preset--color--white);
    font-family: var(--wp--preset--font-family--poppins);
  }
  
  .lp-btn i.wcn-single-icon,
  .lp-appointment-cta i.wcn-single-icon {
    background-color: var(--wp--preset--color--white);
    width: 17px;
    height: 14px;
    position: relative;
    left: -6px;
  }
  
  .lp-btn:hover i.wcn-single-icon,
  .lp-appointment-cta:hover i.wcn-single-icon {
    background-color: var(--wp--preset--color--primary);
  }
  
  .dual-btn {
    display: flex;
    gap: 0.5em;
  }
  
  .dual-btn {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
  }
  
  .full-btn {
    width: 100%;
    max-width: 250px;
  }
  
  .wide-btn {
    width: 100%;
  }
  
  .nav-menu.open a.lp-btn:hover {
    color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--white);
  }
  
  .btn-border {
    background: transparent;
    border: 1px solid var(--wp--preset--color--primary);
  }
  
  a.btn-border {
    color: var(--wp--preset--color--primary) !important;
  }
  
  a.btn-border:hover {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white) !important;
  }
  
  .btn-border i.wcn-single-icon {
    background-color: var(--wp--preset--color--primary);
  }
  
  .btn-border:hover i.wcn-single-icon {
    background-color: var(--wp--preset--color--white);
  }
  
  .btn-white-border {
    background: transparent;
    border: 1px solid var(--wp--preset--color--white);
  }
  
  a.btn-white-border {
    color: var(--wp--preset--color--white) !important;
  }
  
  a.btn-white-border:hover {
    border: 1px solid var(--wp--preset--color--white);
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary) !important;
  }
  
  .btn-white-bg {
    background: linear-gradient(90deg,var(--wp--preset--color--white),var(--wp--preset--color--white));
    border: 1px solid var(--wp--preset--color--white);
  }
  
  a.btn-white-bg {
    color: var(--wp--preset--color--primary) !important;
  }
  
  a.btn-white-bg:hover {
    border: 1px solid var(--wp--preset--color--white);
    background: transparent !important;
    color: var(--wp--preset--color--white) !important;
  }
  
  .lp-modal {
    padding: 2em 0px;
  }
  
  .lp-scheduling-modal .lp-modal-content {
    padding: 2em;
  }
  
  .lp-modal-content {
    background: var(--wp--preset--color--white);
    border-radius: var(--wp--preset--spacing--15-px);
  }
  
  .lp-modal-close {
    margin-top: -1em;
    margin-right: -0.5em;
  }
  
  fieldset {
    border: none;
    width: 100%;
    padding: 0px;
  }
  
  .form-inner label {
    display: none;
  }
  
  .form-inner {
    padding: 0px;
  }
  
  .sb-formfield input,
  .sb-formfield textarea,
  .sb-formfield select,
  .input-group input,
  .lp-scheduling-modal .sb-form-schedule-appointment input,
  .lp-scheduling-modal .sb-form-schedule-appointment textarea,
  .lp-scheduling-modal .sb-form-schedule-appointment select {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid rgb(241, 241, 241);
    background: rgb(247, 247, 247);
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--xs);
    border-radius: var(--wp--preset--spacing--15-px);
  }
  
  .sb-fieldset--first-appointment,
  .sb-fieldset--second-appointment {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0px;
  }
  
  .sb-fieldset--first-appointment p,
  .sb-fieldset--second-appointment p {
    flex: 1 1 0%;
  }
  
  .sb-fieldset legend {
    text-align: left;
  }
  
  .wcn-gravity-form button[type="submit"] {
    width: 100%;
  }
  
  .sb-form-schedule-appointment .sb-formfield {
    margin-bottom: 0em;
  }
  
  .sb-form-schedule-appointment fieldset,
  form fieldset {
    gap: 20px;
  }
  
  .sb-form-schedule-appointment .sb-fieldset--additional-comments legend {
    display: block;
  }
  
  .above-header {
    background-color: var(--wp--preset--color--primary);
    padding: 0.5em 2em;
    gap: 1em;
  }
  
  .above-header p {
    margin: 0px;
  }
  
  .above-header a {
    text-decoration: none;
    color: var(--wp--preset--color--white);
  }
  
  .above-header i.wcn-single-icon {
    background-color: var(--wp--preset--color--white);
    width: 25px;
    height: 17px;
    position: relative;
    top: 1px;
  }
  
  .hidden-scrolling .above-header {
    position: unset;
  }