/*
Theme Name: Site - hearingimproved
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);
}

.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;
}

.object-fit-cover {
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.lp-image-styled {
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
  border-radius: 15px;
}

.lp-banner h2 {
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-weight: normal;
}

.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-breadcrumbs {
  background: rgb(255, 255, 255);
  padding: 20px 0px;
  border-bottom: 2px dashed rgb(245, 245, 245);
}

.lp-breadcrumbs li:last-of-type::after {
  content: "";
}

.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;
}

.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 .cta-tile-image {
  border: 2px solid rgb(221, 221, 221);
  margin: 15px auto;
}

.howto-video-tile .vid-container {
  padding: 0px 0px 56.25%;
  background-color: black;
  margin: auto !important;
}

.howto-video-tile .play-icon {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 600px) {
  .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;
  }
}

.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%);
}

.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 .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;
}

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.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 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;
}

.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 * {
  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 * {
  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 .lp-location-item {
  padding: 40px 50px;
  margin-bottom: 30px;
  background: rgb(255, 255, 255);
}

.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-item {
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

section.lp-styles-2 {
  background: var(--lp-color-ltgrey);
  padding: 45px 0px 60px;
}

section.lp-bottom-list-nav ul li {
  border-bottom: 1px solid rgba(196, 187, 208, 0.5);
}

.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;
  text-spacing-trim: 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;
  alignment-baseline: unset;
  animation-composition: unset;
  animation: unset;
  app-region: unset;
  appearance: unset;
  aspect-ratio: unset;
  backdrop-filter: unset;
  backface-visibility: unset;
  background: unset;
  background-blend-mode: unset;
  baseline-shift: unset;
  baseline-source: 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;
  buffered-rendering: unset;
  caption-side: unset;
  caret-color: unset;
  clear: unset;
  clip: unset;
  clip-path: unset;
  clip-rule: unset;
  color-interpolation: unset;
  color-interpolation-filters: unset;
  color-rendering: 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;
  cx: unset;
  cy: unset;
  d: unset;
  display: flex;
  dominant-baseline: unset;
  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;
  object-view-box: 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;
  r: unset;
  resize: unset;
  rotate: unset;
  ruby-position: unset;
  rx: unset;
  ry: 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;
  speak: 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;
  vector-effect: unset;
  vertical-align: unset;
  view-timeline: unset;
  view-transition-name: unset;
  visibility: unset;
  border-spacing: unset;
  -webkit-box-align: unset;
  -webkit-box-decoration-break: 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-line-clamp: unset;
  -webkit-mask-box-image: unset;
  -webkit-print-color-adjust: 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;
  x: unset;
  y: unset;
  z-index: unset;
}

.lp-next-step {
  padding: 45px 0px 60px;
}

.lp-contact-us-bottom {
  padding: 45px 0px 60px;
  margin-bottom: -60px;
}

.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-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.6667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333%;
}

.col-xs-offset-5 {
  margin-left: 41.6667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333%;
}

.col-xs-offset-8 {
  margin-left: 66.6667%;
}

.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;
}

@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-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }

  .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-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6667%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6667%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6667%;
  }

  .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-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }

  .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-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;
}

@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;
}

.sb-search-form form div,
.sb-location > div,
.sb-location-infowindow > div {
  position: static;
}

.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-title {
  color: rgb(196, 80, 59);
  font-size: 17px;
  font-family: Tinos, serif;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
}

.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-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;
}

.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;
}

.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 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-links {
  margin: 10px -5px 0px;
  line-height: 19.5px;
  overflow: hidden;
}

.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-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::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;
}

@media (max-width: 768px) {
  .sb-locationfinder {
    display: -webkit-flex;
    flex-direction: column;
    height: auto !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-location {
    line-height: 20px;
    padding: 30px 12% !important;
  }

  .sb-filters-inline {
    padding: 10px 12%;
    margin: 0px 0px 10px;
  }

  .sb-location.sb-location-active {
    background: rgb(255, 255, 255);
  }

  .sb-location.sb-location-active {
    background-color: rgb(255, 255, 255) !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-links {
    margin: 10px -2% 0px;
  }

  .sb-locations.sb-has-location-active {
    overflow: hidden;
    height: auto !important;
    max-height: 100% !important;
  }

  .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) {
  .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-filters-inline {
    padding: 10px 5%;
  }
}

.lp-responsive-iframe iframe {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}

.container-lg,
.container {
  padding: 0px;
  max-width: 1200px !important;
}

.lp-header-nav {
  background: var(--wp--preset--color--white);
  padding: 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}

.lp-header-nav ul li {
  display: inline-block;
  /* transition: all 0.6s ease 0s; */
}

.lp-header-nav ul li:hover,
.lp-header-nav ul li:hover > a {
  background-color:var(--wp--preset--color--secondary);
  color:white;
}



ul.lp-subnav a {
  padding: 15px;
  height: 100%;
  color: var(--wp--preset--color--white);
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-nav-inner ul li:hover > ul,
.lp-nav-inner ul li:focus-within > ul,
.lp-nav-inner ul li ul:hover,
.lp-nav-inner ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.lp-main-nav > ul li.selected > a {
  color: var(--wp--preset--color--white);
  background: linear-gradient(90deg,var(--wp--preset--color--secondary),var(--wp--preset--color--secondary));
}

@media only screen and (max-width: 1150px) {
  .sticky-top .hdr-buttons {
    flex-flow: wrap;
    justify-content: center;
    text-align: center;
  }
}

.entry p {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  color: var(--lp-color-text);
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: 1.6 !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--secondary),var(--wp--preset--color--secondary));
  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--secondary);
}

.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.btn-white-bg:hover {
  border: 1px solid var(--wp--preset--color--white);
  background: transparent !important;
  color: var(--wp--preset--color--white) !important;
}

.lp-hero-banner .container-lg {
  width: 100%;
  padding: 0px !important;
}

.lp-hero-banner-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  position: relative;
}

.lp-hero-banner-inner h1 {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  text-shadow: white 0px 0px 20px;
}

.teaser-item {
  background: var(--wp--preset--color--white);
  padding: 20px 20px 30px;
  flex: 1 1 0%;
  border-radius: var(--wp--preset--spacing--15-px);
  transition: all 0.6s ease 0s;
  border-bottom: var(--wp--custom--main);
}

.teaser-item:hover {
  transform: translateY(-15px);
  transition: all 0.6s ease 0s;
  box-shadow: var(--wp--preset--shadow--hvr);
}

.teaser img {
  margin: 0em auto 1em;
  transition: all 0.6s ease 0s;
}

.lp-bg-testimonials {
  background-color: var(--wp--preset--color--white);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 35%;
}

.testi-box {
  background: var(--wp--preset--color--primary);
  max-width: 900px;
  border-radius: var(--wp--preset--spacing--15-px);
  padding: 1em 2em;
  position: relative;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-bottom: var(--wp--custom--main);
  margin: 2em auto;
  text-align: center;
}

.lp-slider-dot {
  height: 15px;
  width: 15px;
  margin: 0px 2px;
  background-color: var(--lp-color-text);
  border-radius: var(--wp--preset--spacing--50-px);
  display: inline-block;
  transition: background-color 0.6s ease 0s;
  opacity: 0.3;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
    visibility: visible;
  }

  100% {
    opacity: 1;
  }
}

.lp-bg-expect {
  background-image: linear-gradient(90deg, rgba(57, 74, 4, 0), rgba(255, 255, 255, 0)), url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/gettyimages-1415936240-copy_2.jpg");
  background-color: var(--wp--preset--color--accent);
  background-size: cover;
  background-position: 0% 30%;
  position: relative;
}

.lp-bg-expect::after {
  content: "";
  background: transparent;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lp-bg-expect h2 {
  text-shadow: white 0px 0px 20px;
}

.lp-bg-expect p {
  padding: 1.5em 2em;
  border-left: var(--wp--custom--main);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 var(--wp--preset--spacing--15-px) var(--wp--preset--spacing--15-px) 0;
  box-shadow: var(--wp--preset--shadow--lgt);
}

.lp-bg-choose p {
  padding: 1.5em 2em;
  border-bottom: var(--wp--custom--main);
  background: rgb(44, 65, 95);
  border-radius: var(--wp--preset--spacing--15-px);
  max-width: 700px;
  margin: auto;
  color: var(--wp--preset--color--white);
}

.events-box {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(44, 65, 95, 0.1), rgba(44, 65, 95, 0.1)), url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/gettyimages-905376298-copy.jpg");
}

.events-box div {
  flex: 1 1 0%;
}

.row.staff-box {
  gap: 2em;
  max-width: 900px;
  margin: 2em auto;
}

.staff-inner {
  flex: 1 1 0%;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  transition: all 0.4s ease-in-out 0s;
  background: var(--wp--preset--color--white);
  overflow: hidden;
  position: relative;
}

.staff-inner:hover {
  transform: translateY(-1em);
  transition: all 0.4s ease-in-out 0s;
  box-shadow: var(--wp--preset--shadow--hvr);
}

.lp-map-bg {
  background-image: linear-gradient(rgba(44, 65, 95, 0.7), rgba(44, 65, 95, 0.7)), url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/map-bg-2_2.jpg");
  background-repeat: initial, initial;
  background-attachment: initial, initial;
  background-origin: initial, initial;
  background-clip: initial, initial;
  background-color: var(--wp--preset--color--accent);
  padding: 1em;
  background-size: cover;
  background-position: 50% 65%;
}

.loc-info {
  flex: 1.7 1 0%;
}

.loc-map {
  position: relative;
  flex: 2 1 0%;
  width: 100%;
}

body.home .gmap,
body.home .sb-googlemap,
body.home .sb-googlemap img {
  border-radius: var(--wp--preset--spacing--15-px);
  object-fit: none;
  height: 275px !important;
}

.gm-style .gm-style-iw,
.gm-style .gm-style-iw > div {
  max-height: unset !important;
}

body.home hr {
  background: var(--wp--preset--color--secondary);
  border: 0px;
  height: 4px;
  border-radius: var(--wp--preset--spacing--15-px);
  width: 6rem;
  margin: 1em auto;
}

.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(229, 229, 229);
  background: rgb(245, 245, 245);
  font-family: var(--wp--preset--font-family--source-sans-pro);
  font-size: var(--wp--preset--font-size--xs);
  border-radius: var(--wp--preset--spacing--15-px);
}

.sb-fieldset--first-appointment p,
.sb-fieldset--second-appointment p {
  flex: 1 1 0%;
}

footer.wp-block-template-part {
  background: var(--wp--preset--color--white);
  border-top: 4px solid rgba(44, 65, 95, 0.2);
}

@media screen and (max-width: 1150px) {
  .lp-subnav {
    position: relative;
    top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 991px) {
  .lp-bg-expect::after {
    background: linear-gradient(90deg, rgb(243, 243, 243), rgba(255, 255, 255, 0.2));
  }
}

@media only screen and (max-width: 950px) {
  .event-inner {
    border-radius: 10rem 10rem 0px 0px;
    padding: 3rem 5rem 4rem;
    text-align: center;
  }
}

@media only screen and (max-width: 795px) {
  .hero-float img {
    position: relative;
    margin: 2em auto auto;
    width: 100%;
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-bg-expect::after {
    background: linear-gradient(90deg, rgba(243, 243, 243, 0.8), rgba(243, 243, 243, 0.6));
  }
}

.lp-banner {
  background: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/hero-bg_16.jpg") 60% 50% / cover no-repeat;
  padding: 0px 0em;
  position: relative;
}

.lp-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.lp-bottom-bar-bg {
  background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/gettyimages-1366021608-2.jpg");
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: var(--wp--preset--color--accent);
  background-size: cover;
  background-position: 70% 50%;
  min-height: 380px;
  padding: 4em 0em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-bottom-bar-bg::after {
  background: linear-gradient(90deg, rgba(234, 240, 245, 0.7), rgba(234, 240, 245, 0));
}

.lp-about-4.lp-contact-us-bottom .col-xs-12.lp-centered {
  background-color: var(--wp--preset--color--primary);
  background-image: linear-gradient(90deg, rgba(44, 65, 95, 0.93), rgba(44, 65, 95, 0.93)), url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/pineapple-cut_1.png");
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1.9em auto 0px;
  padding: 3em 2em;
}

.lp-content-block {
  background: var(--wp--preset--color--white);
  border: 0px;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1em auto;
  padding: 20px 30px !important;
}

.lp-contact-cta-block {
  background-color: var(--wp--preset--color--primary);
  background-image: linear-gradient(90deg, rgba(44, 65, 95, 0.93), rgba(44, 65, 95, 0.93)), url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/pineapple-cut_1.png");
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1em auto 4em;
  padding: 3em 2em;
}

.lp-singlesided-item-1 .col-sm-3,
.lp-singlesided-item-2 .col-sm-3 {
  flex: 0.7 1 0%;
}

.lp-singlesided-item-1 .col-sm-9,
.lp-singlesided-item-2 .col-sm-9 {
  flex: 2 1 0%;
}

body.page-hearing-aidsappsthrive-hearing-control-app a.youtube.cta-link {
  border: none;
  background-color: var(--wp--preset--color--secondary);
  border-radius: var(--wp--preset--spacing--50-px);
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--sm);
  text-decoration: none;
  display: table;
  color: var(--wp--preset--color--white) !important;
  margin-top: 15px !important;
}

.lp-testimonial {
  border: 0px;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 15px auto;
  padding: 20px 30px 30px;
  background: var(--wp--preset--color--white) !important;
}

.play-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  width: 52px;
  height: 52px;
}

.sb-blogcategories,
.sb-blogarchives {
  border-radius: var(--wp--preset--spacing--15-px);
  background: var(--wp--preset--color--accent) !important;
  border-bottom: 0px !important;
}

.lp-localinfo-hours .hours .day-row.current-day {
  border-bottom: 0px solid white;
  background: rgba(119, 103, 142, 0.1);
}

@media only screen and (max-width: 991px) {
  body.page-your-hearingask-the-doctor .videos-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-promo-col-left img {
    margin: auto;
    height: auto !important;
  }
}

@media only screen and (max-width: 890px) {
  .lp-bottom-bar-bg::after {
    background: linear-gradient(90deg, rgba(234, 240, 245, 0.7), rgba(234, 240, 245, 0.7));
  }
}

@media only screen and (max-width: 768px) {
  .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 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .lp-banner {
    background-position: left center;
  }
}

@media only screen and (max-width: 600px) {
  section.lp-professionals-detail .col-xs-12.lp-headline {
    flex-flow: column;
  }
}

body {
  background-color: #fff;
}

* {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lp-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.lp-col {
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.photo-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.lp-image-styled {
  box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  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: #fff;
  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: #fff;
  overflow: hidden;
  border-radius: 15px;
  filter: drop-shadow(2px 2px 15px rgba(0,0,0,0.15));
  box-shadow: 2px 2px 15px rgba(0,0,0,0.15);
}

.lp-heading-img * {
  margin: 0;
}

.lp-heading-img img {
  width: auto;
}

.lp-heading-img p {
  margin: 0;
}

@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: #fff;
  padding: 20px 0;
  border-bottom: 2px dashed #F5F5F5;
}

.lp-breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.lp-breadcrumbs ul li {
  margin: 0;
  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: 0!important;
}

.lp-breadcrumbs a:hover,
.lp-breadcrumbs a:focus {
  color: var(--lp-color-highlight);
}

.lp-breadcrumbs li i.wcn-single-icon {
  margin: 0 5px 0 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: #f6f6f6;
}

.lp-testimonials i.wcn-single-icon {
  background-color: #77678E;
  width: 75px;
  opacity: .3;
  position: absolute;
  z-index: 2;
}

.ask-doctor-videos a {
  margin: 0;
}

.ask-doctor-videos h4 {
  margin-top: 30px;
}

.ask-doctor-videos .row {
  padding-bottom: 20px;
}

.ask-doctor-videos .row.videos-section {
  padding: 0;
}

.howto-video-tile .tile-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7c8180;
  padding: 1rem 0;
}

.howto-video-tile .cta-image {
  position: relative;
  max-width: 400px;
}

.howto-video-tile .cta-image .cta-tile-image {
  border: 2px solid #ddd;
  margin: 15px auto;
}

.howto-video-tile .modal {
  padding-right: 0!important;
}

.howto-video-tile .vid-container {
  padding: 0 0 56.25%;
  margin: auto!important;
  background-color: black;
}

.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 {
    margin: auto!important;
    background-color: black;
  }
}

@media (min-width:992px) {
  .howto-video-tile .tile-title {
    font-size: 2.2rem;
  }
}

.play-icon {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-decoration: none;
  border: 2px solid #ccc;
  transition: all .25s ease;
  text-indent: -9999px;
  direction: ltr;
  transform: translate(-50%,-50%);
}

.play-icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #1e9be9;
  transition: all .25s ease;
  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: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.35);
  border-radius: 4px;
  max-width: 400px;
  margin: 0 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 0 auto;
  height: 46px;
  width: auto;
}

.cta-tile h5 {
  font-size: 29px;
  margin: 8px 0;
}

.lp-cta-tiles .col-md-4 {
  margin-bottom: 30px;
}

section.lp-expanding-list .collapse {
  display: none;
}

section.lp-expanding-list .expanding-list-item {
  background: #fff;
  border-radius: 15px;
  margin: 8px 0;
  padding: 15px 30px 15px 15px;
  box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
}

section.lp-expanding-list a {
  margin: 0;
}

section.lp-expanding-list a.lp-show-expanded {
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.lp-expanding-list a.lp-show-expanded:hover {
  text-decoration: none!important;
  cursor: pointer;
}

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: 0;
  border-top: 2px solid #C4BBD0;
  width: 100%;
  opacity: .5;
  margin-bottom: 25px;
  margin-top: 15px;
}

section.lp-expanding-list p {
  font-size: 17.5px;
  margin-top: 0;
  line-height: 1.5;
}

section.lp-expanding-list .expanding-list-item h6 {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  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: #FAFAFA;
  border-left: 3px solid #E4E1EA;
  box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.1);
  border-radius: 15px;
  margin: 15px auto;
  padding: 10px 50px 15px 50px;
}

.lp-box {
  background: var(--wp--preset--color--primary);
  border-radius: 15px;
}

.lp-box * {
  color: #fff;
}

.lp-box .lp-phone {
  color: #fff;
  font-size: 32px;
  display: block;
}

.lp-bottom-bar-bg {
  background-color: var(--wp--preset--color--primary);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 30px;
}

.lp-bottom-bar-bg .container-lg {
  position: relative;
  z-index: 4;
}

.lp-bottom-bar-bg * {
  color: #fff;
}

.lp-bottom-bar-bg:after {
  content: '';
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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: #fff;
}

.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: 0;
}

.lp-locations-list .lp-map {
  display: flex;
  align-items: center;
}

.lp-locations-list .lp-map img {
  width: auto;
}

.lp-locations-list .lp-ctas {
  padding: 0;
}

.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: 0;
}

.lp-event-sidebar hr {
  height: 0;
  max-width: 90%;
  border: 0;
  border-bottom: 1px solid 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 0;
  border-top: 1px solid rgba(0,0,0,0.15);
}

.lp-event-details-item:first-of-type {
  padding-top: 0;
  border: 0;
}

.lp-event-details-address p {
  margin: 0;
}

.lp-event-subsection-1,
.lp-event-subsection-2,
.lp-event-subsection-3 {
  margin: 45px 0;
}

.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 0 60px 0;
}

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: 0 auto;
}

.lp-form-header {
  margin-bottom: 35px;
}

.lp-form-header h2 {
  margin-top: 0;
}

.sb-form-schedule-appointment .sb-formfield {
  margin-top: 0;
  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 {
  all: unset;
  display: block;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

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 0 60px 0;
}

.lp-next-step .lp-btn {
  width: 315px;
}

.lp-contact-us-bottom {
  padding: 45px 0 60px 0;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 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;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.lp-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.lp-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.lp-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.lp-top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lp-middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lp-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lp-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.lp-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  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;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .lp-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .lp-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .lp-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .lp-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lp-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lp-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .lp-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .lp-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .lp-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .lp-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .lp-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .lp-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lp-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lp-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .lp-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .lp-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .lp-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .lp-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .lp-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .lp-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lp-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lp-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .lp-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .lp-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.lp-modal-content {
  background-color: #fff;
  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.eot?dowdt1');
  src: url('/stat/cache/fonts/icons/finder-icons/finder-icons.eot?dowdt1#iefix') format('embedded-opentype'),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'),url('/stat/cache/fonts/icons/finder-icons/finder-icons.svg?dowdt1#finder-icons') format('svg');
  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: #fff;
  font-size: 14px;
  font-family: 'finder-icons';
  content: '\e90a';
  font-weight: 300;
  position: absolute;
  left: -24px;
}

.sb-no-user-location,
.sb-locations-loading,
.sb-locations-notfound {
  padding: 25px 15px!important;
  font-size: 15.5px;
  line-height: 1.5;
  color: #333333;
}

.sb-filters-inline {
  margin-bottom: 0;
  background: #fff;
  margin-right: -18px;
  margin-left: -18px;
  padding: 5px 18px;
}

.sb-filter {
  margin-top: 8px;
}

.sb-filter-title {
  color: #C4503B;
  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(even) {
  padding-left: 5px;
  width: 45%;
}

.sb-filter-form .sb-filter-item:nth-of-type(odd) {
  width: 55%;
}

.sb-filter-form .sb-filter-item label {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sb-filter-form .sb-filter-item label span {
  text-transform: none;
  font-size: 15px;
  color: #000;
}

.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 {
  z-index: 10;
  position: relative!important;
  top: 30px!important;
  left: 30px!important;
  width: 100%;
  z-index: 4;
  padding: 10px;
  height: auto!important;
  padding: 30px 18px 10px 18px!important;
}

.sb-locations {
  width: 100%;
  z-index: 10;
  position: relative!important;
  bottom: 0;
  top: 30px!important;
  left: 30px!important;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 460px;
  max-height: 460px!important;
  background-color: #fff;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.46);
}

@media screen and (min-width:768px) {
  .sb-search-form,
  .sb-locations {
    width: 330px!important;
  }
}

.sb-map-container {
  position: absolute!important;
  left: 0!important;
  top: 0!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: 0;
}

.sb-search-form button {
  height: 42px;
  width: 100%;
  background: black;
  border: 1.5px solid black;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.sb-search-form button:hover {
  background: #fff;
  color: #000!important;
  border: 1.5px solid #000;
}

.sb-search-form #id_location {
  height: 42px;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  background: #fff;
  color: #333;
  border: 1.5px solid #ccc;
  margin-bottom: 10px;
  cursor: unset;
  font-family: 'Cosima',sans-serif;
  font-weight: 400;
  padding-left: 40px;
  outline: none;
}

::placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
}

::-ms-input-placeholder {
  color: #333;
}

.searchicon {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 18px;
  color: #969696;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-weight: 800;
  font-family: 'finder-icons'!important;
}

.searchicon:before {
  content: '\e90b'!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;
  padding: 20px 18px!important;
  border-bottom: 1px solid #ccc;
}

.sb-location.sb-location-active {
  background-color: #f4f4f4!important;
  transition: ease-out .3s;
  border-bottom: 1px solid #c7c7c7;
}

.sb-location-name {
  font-size: 21px;
  margin-bottom: 13px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.sb-location-distance {
  position: absolute!important;
  right: 20px;
  font-size: 12px;
  color: #3D3935;
}

.sb-location-distance a {
  font-size: 12px;
  color: #3D3935;
}

.sb-location-distance:before {
  content: '\e901';
  font-family: 'finder-icons';
  font-weight: 300;
  font-size: 26px;
  padding-bottom: 8px;
  margin-top: 8px;
  display: block;
  text-align: center;
  color: #3D3935;
}

.sb-location-address {
  font-size: 15px;
  margin-bottom: 10px;
  max-width: 230px;
  color: #333;
  line-height: 21px;
}

.sb-location-phone {
  margin-bottom: 12px;
  text-decoration: underline;
}

.sb-location-phone a {
  color: #333!important;
  font-size: 15px;
  text-decoration: underline!important;
  line-height: 21px;
}

.sb-location-hours {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #333;
  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 0 -5px;
  line-height: 19.5px;
  overflow: hidden;
}

.sb-location-links span {
  width: 50%;
  display: inline-block;
  padding: 0 5px;
  float: left;
}

.sb-location-links span a,
.sb-location-links span a:active,
.sb-location-links span a:visited {
  display: block;
  background: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 0;
  text-align: center;
  border: 1.5px solid #000;
  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 {
  color: #000!important;
  border: 1.5px solid #000;
  background-color: #fff;
  text-decoration: none!important;
}

.gm-style .gm-style-iw-t {
  bottom: 60px!important;
}

.gm-style .gm-style-iw-c {
  max-width: 350px!important;
  max-height: auto!important;
  border-radius: 0;
}

.sb-location-infowindow {
  width: 350px!important;
  padding: 20px!important;
  margin-bottom: 0!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: #000;
  font-size: 17px;
  line-height: 1.4;
}

.sb-location-infowindow .sb-location-phone:before {
  content: '\e904';
  top: -2px;
}

.sb-location-infowindow .sb-location-address:before {
  content: '\e902';
}

.sb-location-infowindow .sb-location-hours:before {
  content: '\e900';
  top: -2px;
}

.sb-location-infowindow .sb-location-distance:before {
  margin-top: 0;
  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 {
    height: auto!important;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .sb-search-form {
    position: unset!important;
    top: 0!important;
    left: 0!important;
    height: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .sb-search-form #id_location {
    height: 44px;
  }

  .sb-search-form button {
    height: 44px;
  }

  .sb-map-container {
    height: 260px;
    position: unset!important;
    left: 0!important;
    top: 350px!important;
  }

  .sb-location-list-back {
    height: auto;
    position: unset!important;
    order: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
  }

  .sb-locations {
    position: unset!important;
    order: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    max-height: 600px!important;
  }

  .sb-search-form>form {
    padding: 0 12% 5px 12%;
  }

  .sb-use-current-location {
    padding: 0 12%;
  }

  .sb-location {
    padding: 30px 12%!important;
    line-height: 20px;
  }

  .sb-filters-inline {
    padding: 10px 12% 10px 12%;
    margin: 0 0 10px 0;
  }

  .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: #fff;
  }

  .sb-location.sb-location-active {
    background-color: #fff!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;
    text-decoration: underline!important;
    margin-right: 20px!important;
    font-size: 20px;
    letter-spacing: .5px;
  }

  .sb-location-list-back span {
    font-size: 16.5px;
  }

  .sb-location-name {
    position: relative;
    font-size: 21px;
  }

  .sb-location-links {
    margin: 10px -2% 0 -2%;
  }

  .sb-location-links span {
    padding: 0 2%;
  }

  .sb-locations.sb-has-location-active {
    height: auto!important;
    max-height: 100%!important;
    overflow: hidden;
  }

  .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: #000;
    font-size: 17px;
    line-height: 1.4;
  }

  .sb-location-active .sb-location-phone:before {
    content: '\e904';
  }

  .sb-location-active .sb-location-address:before {
    content: '\e902';
  }

  .sb-location-active .sb-location-hours:before {
    content: '\e900';
  }
}

@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% 10px 5%;
  }
}

.lp-responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.lp-responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

:root {
  --lp-color-primary: #2C415F;
  --lp-color-secondary: #1D8FB5;
  --lp-color-text: #3e3e3e;
  --lp-color-white: #ffffff;
  --lp-color-accent: #eaf0f5;
  --lp-font-headline: 'Rubik',sans-serif;
  --lp-font-primary: 'Source Sans Pro',sans-serif;
  --lp-body-xs: 14px;
  --lp-body-sm: 16px;
  --lp-body-base: 18px;
  --lp-body-md: 20px;
  --lp-body-lg: 22px;
  --lp-radius-sm: 15px;
  --lp-radius-md: 50px;
  --lp-radius-lg: 100%;
  --lp-shadow-lgt: rgba(44,65,95,0.05) 0px 7px 29px 0px,rgba(44,65,95,0.1) 0px 7px 29px 0px;
  --lp-shadow-md: rgba(44,65,95,0.2) 0px 7px 29px 0px,rgba(44,65,95,0.25) 0px 7px 29px 0px;
  --lp-shadow-drk: rgba(44,65,95,0.3) 0px 7px 29px 0px,rgba(44,65,95,0.35) 0px 7px 29px 0px;
  --lp-shadow-hvr: rgba(44,65,95,0.2) 0px 7px 29px 0px,rgba(44,65,95,0.2) 0px 7px 29px 0px;
  --lp-border-main: 7px solid var(--wp--preset--color--secondary);
}

body {
  margin: 0;
}

a.skip {
  display: none;
}

.container-lg,
.container {
  max-width: 1200px!important;
  padding: 0;
}

.lp-top-bot-pad {
  padding: 90px 20px;
}

.row {
  margin: 0;
}

.main {
  padding: 3em 0em 4em;
}

dd {
  margin-inline-start: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: var(--wp--preset--color--accent);
}

.lp-header-logo img {
  background: var(--wp--preset--color--accent);
  mix-blend-mode: darken;
}

.lp-header-info h6 {
  margin: 0;
  color: var(--lp-color-text);
  font-family: var(--wp--preset--font-family--source-sans-pro);
}

.lp-header-info a {
  text-decoration: none;
}

.hdr-buttons {
  display: flex;
  gap: 10px;
}

a.hdr-phone {
  font-size: 24px;
}

.lp-header-wrap {
  padding: 5px 10px 10px;
}

.lp-header-info {
  border-left: 1px solid var(--wp--preset--color--secondary);
  padding: 5px 20px;
}

.lp-header-info i.wcn-single-icon {
  width: 23px;
  height: 21px;
  transform: rotateY(180deg);
  background-color: var(--wp--preset--color--primary);
  position: relative;
  top: 2px;
}

.lp-header-wrap .row {
  align-items: center;
  justify-content: space-between;
}

nav.container-lg {
  padding: 0;
}

.lp-nav-inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.lp-header-nav {
  background: var(--wp--preset--color--white);
  padding: 0 10px;
  box-shadow: rgb(0 0 0 / 2%) 0px 20px 25px -5px,rgb(0 0 0 / 2%) 0px 10px 10px -5px;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:space-around;
}

.lp-header-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.lp-header-nav a {
  font-size: var(--wp--preset--font-size--sm);
  line-height: 1;
  text-decoration: none;
  margin: 0;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--source-sans-pro);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.lp-main-nav > ul a {
  padding: 22px 13px;
  height: 100%;
  display: block;
  position: relative;
}

ul.lp-subnav a {
  padding: 15px 15px;
  height: 100%;
  color: var(--wp--preset--color--white);
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

li.lp-has-subnav:hover a {
  color: var(--wp--preset--color--white);
}

.lp-main-nav > ul li.selected {
  position: relative;
}

.lp-nav-inner ul li:hover>ul,
.lp-nav-inner ul li:focus-within>ul,
.lp-nav-inner ul li ul:hover,
.lp-nav-inner ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.lp-nav-inner li:hover,
.lp-nav-inner li:focus-within {
  background: linear-gradient(90deg,var(--wp--preset--color--secondary),var(--wp--preset--color--secondary));
  cursor: pointer;
}

.lp-nav-inner li:hover,
.lp-nav-inner li:focus-within,
.lp-nav-inner li a:hover,
.lp-nav-inner li a:focus-within {
  color: var(--wp--preset--color--white);
}

.lp-main-nav > ul li.selected>a {
  color: var(--wp--preset--color--white);
  background: linear-gradient(90deg,var(--wp--preset--color--secondary),var(--wp--preset--color--secondary));
}

.lp-header-mobilebtn {
  display: none;
  position: absolute;
  right: 1em;
}

.lp-header-mobilebtn svg {
  fill: var(--wp--preset--color--primary);
}

.lp-close-mobile {
  display: none;
  fill: white;
  position: absolute;
  top: 20px;
  right: 20px;
}

.lp-close-mobile i.wcn-single-icon {
  width: 20px;
  height: 20px;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  right: 0em;
}

button.lp-header-mobilebtn,
button.lp-close-mobile {
  background: transparent;
  border: none;
}

.lp-has-subnav {
  position: relative;
}

.lp-subnav {
  position: absolute;
  left: 0;
  background-color: var(--wp--preset--color--primary);
  display: none;
  z-index: 100;
}

ul.lp-subnav li {
  text-align: left;
}

li.lp-has-subnav .lp-subnav:hover,
.lp-subnav.click-active {
  display: block;
}

.lp-header-nav ul.lp-subnav li {
  display: block;
}

li.lp-has-subnav ul.lp-subnav:hover {
  border-bottom: var(--wp--custom--main);
}

.sticky-top {
  display: none;
}

@media only screen and (max-width:1150px) {
  .sticky-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    position: sticky;
    top: 0;
    z-index: 99;
    background: var(--wp--preset--color--primary);
    padding: 0.3em 1em;
  }

  .cta-hide {
    display: none;
  }

  .sticky-top a {
    color: var(--wp--preset--color--white);
  }

  .lp-header-info h6 {
    line-height: 1.2;
  }

  header {
    position: unset;
    top: 0;
  }

  .lp-header-info {
    margin-right: 0;
    border: 0;
    padding: 0;
    text-align: center;
  }

  .sticky-top .hdr-buttons {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .lp-header-wrap .row {
    justify-content: center;
  }

  .lp-header-wrap .row img {
    margin: auto;
  }

  .lp-header-info i.wcn-single-icon {
    background-color: var(--wp--preset--color--white);
  }
}

@media only screen and (max-width:633px) {
  .sticky-top {
    padding: 0.3em 1em 0.7em;
  }
}

@media only screen and (max-width:420px) {
  .sticky-top .hdr-buttons a {
    width: 100%;
    max-width: 210px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
dt.description-title {
  font-family: var(--wp--preset--font-family--rubik);
  line-height: 1.4;
  color: var(--wp--preset--color--primary);
  margin: 10px 0;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 29px;
  color: var(--wp--preset--color--secondary);
}

h4,
dt.description-title {
  font-size: 26px;
  color: var(--wp--preset--color--secondary);
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

body.home h3,
body.home h4 {
  color: var(--wp--preset--color--primary);
}

p,
li,
div,
.wcn-location-info {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  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--source-sans-pro);
  font-size: var(--wp--preset--font-size--base)!important;
  line-height: 1.6!important;
  color: var(--lp-color-text);
}

a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: bold;
}

p.sm,
body.page-your-hearing span {
  word-break: break-all;
}

h5 p {
  font-weight: normal;
}

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--secondary),var(--wp--preset--color--secondary));
  text-decoration: none;
  border: none;
  padding: 15px 20px;
  border-radius: var(--wp--preset--spacing--50-px);
  transition: 0.4s all ease;
  min-width: auto;
  text-align: center;
  border: 1px solid var(--wp--preset--color--secondary);
}

.lp-btn:hover,
.lp-main-button:hover,
.lp-appointment-cta:hover,
.lp-localinfo-cta:hover {
  background: transparent;
  transition: 0.4s all ease;
  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--source-sans-pro);
  font-weight: 600;
}

.lp-main-button i.wcn-single-icon {
  background-color: var(--wp--preset--color--primary);
  width: 17px;
  height: 14px;
  position: relative;
  left: -6px;
}

.lp-main-button:hover i.wcn-single-icon {
  background-color: var(--wp--preset--color--white);
}

.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);
}

.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 {
  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 {
  background: transparent!important;
  border: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white)!important;
}

.lp-hero-banner .container-lg {
  padding: 0!important;
  width: 100%;
}

.lp-hero-banner {
  width: 100%;
  height: 37rem;
  background-size: cover;
  background-position: 75% 10%;
  clip-path: ellipse(100% 100% at 50% 0%);
}

.curve-bg {
  height: 38.5rem;
  position: absolute;
  clip-path: ellipse(103% 100% at 57% 0%);
  background: var(--wp--preset--color--secondary);
  width: 100%;
}

.lp-hero-banner-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  background: linear-gradient(90deg,rgb(255 255 255 / 30%),rgb(255 255 255 / 30%),rgb(255 255 255 / 30%),rgb(255 255 255 / 30%));
  position: relative;
}

.lp-hero-banner-inner h1 {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  text-shadow: 0 0 20px white;
}

.lp-hero-banner-inner h1 span {
  font-size: 5rem;
  color: var(--wp--preset--color--primary);
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--wp--preset--font-family--rubik);
  font-weight: 900;
}

.lp-hero-banner-inner a {
  margin-top: 0.5em;
}

.lp-hero-banner-mob {
  display: none;
}

.hero-float img {
  margin-bottom: -3em;
}

.intro-box {
  position: relative;
  margin: 1.5rem 0 7rem;
}

.intro-text {
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--preset--shadow--lgt);
  padding: 30px 50px;
  position: relative;
  right: 0;
  top: 6em;
  border-radius: var(--wp--preset--spacing--15-px);
  border-bottom: var(--wp--custom--main);
}

.intro-text h2 {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  line-height: 1.4;
}

.intro-image img {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: var(--wp--preset--shadow--lgt);
  max-width: 700px;
  width: 100%;
  border-radius: var(--wp--preset--spacing--15-px);
}

.show-mob {
  display: none;
}

@media only screen and (max-width:500px) {
  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }
}

.row.teaser {
  gap: 20px;
  background: var(--wp--preset--color--primary);
  text-align: center;
  padding: 20px;
  border-radius: var(--wp--preset--spacing--15-px);
  box-shadow: var(--wp--preset--shadow--lgt);
}

.teaser-item {
  background: var(--wp--preset--color--white);
  padding: 20px 20px 30px;
  flex: 1;
  border-radius: var(--wp--preset--spacing--15-px);
  transition: 0.6s all ease;
  border-bottom: var(--wp--custom--main);
}

.teaser-item:hover {
  transform: translateY(-15px);
  transition: 0.6s all ease;
  box-shadow: var(--wp--preset--shadow--hvr);
}

.teaser img {
  margin: 0em auto 1em;
  transition: 0.6s all ease;
}

.teaser img:hover {
  filter: saturate(0.2);
}

.teaser-item svg {
  fill: var(--lp-color-text);
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
  opacity: 0.3;
}

.teaser-item svg:hover {
  fill: var(--wp--preset--color--primary);
  opacity: 1;
}

.teaser-item h3 {
  margin: 0;
}

.equal-ht {
  min-height: 280px;
}

.lp-bg-testimonials .lp-top-bot-pad {
  padding: 60px 20px 75px;
}

.lp-bg-testimonials {
  background-color: var(--wp--preset--color--white);
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 35%;
}

.lp-bg-testimonials h2 {
  color: var(--wp--preset--color--primary);
}

.testi-box {
  background: var(--wp--preset--color--primary);
  max-width: 900px;
  border-radius: var(--wp--preset--spacing--15-px);
  padding: 1em 2em;
  position: relative;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-bottom: var(--wp--custom--main);
  margin: 2em auto 2em;
  text-align: center;
}

.testi-box img {
  margin: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
}

.testi-author svg {
  width: 50px;
  height: 50px;
  fill: var(--wp--preset--color--primary);
}

.testi-author {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.7em;
  margin-bottom: 1em;
}

.lp-slider-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--lp-color-text);
  border-radius: var(--wp--preset--spacing--50-px);
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 0.3;
}

.lp-active {
  background-color: var(--wp--preset--color--primary);
  opacity: 1;
}

.lp-anim-fade {
  animation-name: slideInLeft;
  animation-duration: 1.5s;
}

.lp-Slides p {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  color: var(--wp--preset--color--white);
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(20px,0,0);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translate3d(0,0,0)；;
  }
}

.lp-bg-expect {
  background-image: linear-gradient(90deg,rgb(57 74 4 / 0%),rgb(255 255 255 / 0%)),url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/gettyimages-1415936240-copy_2.jpg");
  background-color: var(--wp--preset--color--accent);
  background-size: cover;
  background-position: 0% 30%;
  position: relative;
}

.lp-bg-expect:after {
  content: '';
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.expect-box.col-xs-8 {
  z-index: 2;
  position: relative;
}

.lp-bg-expect h2 {
  text-shadow: 0 0 20px white;
}

.lp-bg-expect p {
  padding: 1.5em 2em;
  border-left: var(--wp--custom--main);
  background: rgb(255 255 255 / 85%);
  border-radius: 0 var(--wp--preset--spacing--15-px) var(--wp--preset--spacing--15-px) 0;
  box-shadow: var(--wp--preset--shadow--lgt);
}

.lp-bg-choose .lp-top-bot-pad {
  padding: 73px 20px 106px;
}

.lp-bg-choose h2 {
  margin-top: 0;
}

.lp-bg-choose p {
  padding: 1.5em 2em;
  border-bottom: var(--wp--custom--main);
  background: rgb(44 65 95);
  border-radius: var(--wp--preset--spacing--15-px);
  max-width: 700px;
  margin: auto;
  color: var(--wp--preset--color--white);
}

.lp-bg-choose a {
  color: var(--wp--preset--color--white);
}

.events-box {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg,rgb(44 65 95 / 10%),rgb(44 65 95 / 10%)),url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/gettyimages-905376298-copy.jpg");
}

.events-box div {
  flex: 1;
}

.event-inner {
  background: var(--wp--preset--color--primary);
  border-radius: 10rem 0 0 10rem;
  padding: 3rem 2rem 4rem 8rem;
}

.events-box img {
  max-width: 578px;
  width: 100%;
  margin: 0 -6rem 0 auto;
  position: relative;
}

.event-copy {
  max-width: 560px;
}

.events-box h2,
.events-box p {
  color: var(--wp--preset--color--white);
}

.events-box p {
  margin-top: 0;
  margin-bottom: 1.2em;
}

.event-button {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 1em;
}

.event-button a {
  max-width: 150px;
  width: 100%;
}

.staff .lp-top-bot-pad {
  padding: 70px 20px 75px;
}

.row.staff-box {
  gap: 2em;
  max-width: 900px;
  margin: 2em auto 2em;
}

.staff-inner {
  flex: 1;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  transition: 0.4s all ease-in-out;
  background: var(--wp--preset--color--white);
  overflow: hidden;
  position: relative;
}

.staff-inner:hover {
  transform: translateY(-1em);
  transition: 0.4s all ease-in-out;
  box-shadow: var(--wp--preset--shadow--hvr);
}

.staff-copy {
  padding: 2em 2em 1.2em;
  text-align: center;
}

.staff-image {
  background: var(--wp--preset--color--primary);
  margin-bottom: 4.5em;
  border-radius: var(--wp--preset--spacing--15-px) var(--wp--preset--spacing--15-px) 0 0;
  padding: 2em;
  height: 9rem;
  border-bottom: var(--wp--custom--main);
}

.staff-inner img {
  height: 170px;
  width: 170px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: var(--wp--preset--spacing--100-percent);
  margin: 8px;
}

.double-border {
  border: var(--wp--custom--main);
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: var(--wp--preset--spacing--100-percent);
  background: var(--wp--preset--color--white);
}

.staff-inner h3 {
  margin: 0;
}

.staff-box a {
  text-decoration: none;
}

.lp-map-bg {
  background: linear-gradient(180deg,rgb(44 65 95 / 70%),rgb(44 65 95 / 70%)),url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/map-bg-2_2.jpg");
  background-color: var(--wp--preset--color--accent);
  padding: 1em;
  background-size: cover;
  background-position: 50% 65%;
}

.lp-home-map {
  background: var(--wp--preset--color--white);
  padding: 2em;
  border-radius: var(--wp--preset--spacing--15-px);
  margin: auto;
  box-shadow: var(--wp--preset--shadow--lgt);
  max-width: 1050px;
  border-bottom: var(--wp--custom--main);
  gap: 2em;
  justify-content: space-between;
}

.loc-info {
  flex: 1.7;
}

.loc-map {
  position: relative;
  flex: 2;
  width: 100%;
}

.loc-info i.wcn-single-icon {
  width: 21px;
  height: 18px;
  transform: rotateY(180deg);
  background-color: var(--wp--preset--color--primary);
  position: relative;
  top: 2px;
}

.loc-info h4 {
  border-bottom: 3px solid var(--wp--preset--color--secondary);
  padding-bottom: 0.2em;
  margin: 0 0 0.2em;
}

.loc-info a {
  text-decoration: none;
}

.loc-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 1em;
}

.loc-list {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
  justify-content:space-between;
  margin-top: 0.5em;
}

.loc-two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}

.loc-two-col p {
  margin-bottom: 0;
}

body.home .gmap,
body.home .sb-googlemap,
body.home .sb-googlemap img {
  height: 275px!important;
  border-radius: var(--wp--preset--spacing--15-px);
  object-fit: none;
}

body.home .sb-googlemap a img,
body.home .sb-googlemap button img {
  object-fit: unset;
}

body.home .sb-map-container {
  max-height: 275px;
}

.gm-style .gm-style-iw,
.gm-style .gm-style-iw>div {
  max-height: unset!important;
}

.accent-bg {
  background-color: var(--wp--preset--color--accent);
  background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/pineapple-cut_1.png");
}

span.highlight {
  color: var(--wp--preset--color--secondary);
  font-size: 55px;
  display: block;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--rubik);
  font-weight: 900;
  line-height: 1;
}

body.home hr {
  background: var(--wp--preset--color--secondary);
  border: 0;
  height: 4px;
  border-radius: var(--wp--preset--spacing--15-px);
  width: 6rem;
  margin: 1em auto 1em;
}

.lp-modal {
  padding: 2em 0;
}

.lp-modal-content {
  border-radius: var(--wp--preset--spacing--15-px);
}

fieldset {
  border: none;
  width: 100%;
  padding: 0;
}

.form-inner label {
  display: none;
}

.form-inner {
  padding: 20px;
}

.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 #e5e5e5;
  background: #f5f5f5;
  font-family: var(--wp--preset--font-family--source-sans-pro);
  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: 0;
}

.sb-fieldset--first-appointment p,
.sb-fieldset--second-appointment p {
  flex: 1;
}

.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;
}

@media only screen and (min-width:991px) and (max-width:1050px) {
  .sb-form-schedule-appointment fieldset,
  form fieldset {
    flex-direction: column;
  }
}

@media only screen and (max-width:500px) {
  .sb-form-schedule-appointment fieldset,
  form fieldset {
    flex-direction: column;
  }
}

footer h3 {
  margin: 0;
  border-bottom: 3px solid var(--wp--preset--color--secondary);
  padding-bottom: 0.2em;
}

footer img {
  margin-bottom: 1em;
}

.ft-logo {
  text-align: center;
}

ul.social-list {
  padding: 0;
}

.social-list li {
  display: inline-block;
}

.social-list i.wcn-single-icon {
  width: 20px;
  height: 20px;
  background-color: var(--wp--preset--color--secondary);
}

.lp-footer {
  padding: 50px 20px;
}

.lp-footer .row {
  justify-content: space-between;
}

.lp-footer-nav ul {
  list-style: none;
  padding: 0;
  column-count: 2;
  column-gap: 50px;
}

.lp-footer-nav a {
  font-weight: normal;
  text-decoration: none;
}

.lp-footer-copyrightwrap {
  background: linear-gradient(90deg,var(--wp--preset--color--primary),var(--wp--preset--color--primary));
  padding: 10px 20px;
}

.lp-footer-copyrightwrap .row {
  align-items: center;
  justify-content: center;
}

ul.lp-footer-policy {
  padding: 0;
  margin: 0;
  text-align: center;
}

.lp-footer-policy li,
.lp-footer-policy a {
  display: inline-block;
  margin: 0 3px;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--xs);
  font-weight: normal;
}

.ft-loc {
  display: flex;
  gap: 2em;
}

.ft-loc p {
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {
  .lp-main-nav > ul a {
    padding: 22px 10px;
  }
}

@media screen and (max-width:1150px) {
  .lp-subnav {
    position: relative;
    top: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
  }

  li.lp-has-subnav ul.lp-subnav:hover li a {
    padding: 10px;
  }

  .lp-main-nav > ul a {
    color: var(--wp--preset--color--white);
  }

  .lp-header-cta {
    display: none;
  }

  .lp-close-mobile {
    display: block;
  }

  .lp-header-mobilebtn {
    display: block;
  }

  .lp-header-logo {
    text-align: center;
  }

  .lp-header-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    top: 0;
    left: 0;
    background-color: var(--wp--preset--color--primary);
    z-index: 1000;
    padding: 40px;
    display: none;
  }

  .lp-subnav {
    background-color: var(--wp--preset--color--primary);
  }

  .lp-header-nav.active {
    display: block;
  }

  .lp-header-nav ul li {
    padding: 0;
    display: block;
  }

  .lp-header-nav a {
    display: block;
    text-align: center;
  }

  a.lp-main-button {
    width: 100%;
    max-width: 240px;
    margin: auto;
  }

  nav.container-lg {
    width: 100%;
  }

  .lp-nav-inner,
  .hdr-buttons {
    flex-direction: column;
  }

  .hdr-buttons a.btn-border {
    border: 1px solid var(--wp--preset--color--white);
    color: var(--wp--preset--color--white)!important;
  }
}

@media only screen and (max-width:1148px) {
  .lp-bg-expect {
    background-position: 20% 30%;
  }
}

@media only screen and (max-width:1144px) {
  .lp-bg-expect {
    background-position: 70% 30%;
  }
}

@media only screen and (max-width:1070px) {
  .intro-image img {
    position: unset;
    margin: auto;
  }

  .intro-text {
    top: 2em;
  }

  .intro-box {
    padding: 0;
    margin: 1.5rem 0 2rem;
  }

  .intro-box .col-xs-5,
  .intro-box .col-xs-7 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }

  .teaser-item {
    flex-basis: 48%;
    max-width: 100%;
  }

  .equal-ht {
    min-height: 15rem;
  }
}

@media only screen and (max-width:1030px) {
  .hero-float {
    position: absolute;
    bottom: 0;
    right: 4rem;
  }

  .hero-float img {
    margin-bottom: 0em;
  }

  .loc-two-col {
    flex-direction: column;
  }

  .loc-buttons {
    flex-direction: row;
  }
}

@media only screen and (max-width:1016px) {
  .lp-home-map {
    max-width: 500px;
    flex-direction: column!important;
  }

  .loc-two-col {
    flex-direction: row;
  }

  .loc-buttons {
    flex-direction: column;
  }

  .loc-info {
    width: 100%;
  }
}

@media only screen and (max-width:991px) {
  .lp-featured--image {
    padding-top: 1.7em;
  }

  .lp-bg-expect:after {
    background: linear-gradient(90deg,rgb(243 243 243),rgb(255,255,255,0.2));
  }
}

@media only screen and (max-width:950px) {
  .events-box {
    flex-direction: column;
  }

  .event-inner {
    border-radius: 10rem 10rem 0 0;
    padding: 3rem 5rem 4rem 5rem;
    text-align: center;
  }

  .event-button {
    justify-content: center;
  }

  .events-box img {
    margin: 4em 0rem 2em 0;
    padding: 0 2em;
  }
}

@media only screen and (max-width:930px) {
  .lp-hero-banner {
    height: 32rem;
  }

  .curve-bg {
    height: 33.5rem;
  }
}

@media only screen and (max-width:795px) {
  .lp-hero-banner-inner .col-sm-7,
  .lp-hero-banner-inner .col-sm-5 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .hero-copy {
    padding-top: 1em;
  }

  .hero-float img {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 300px;
    margin-top: 2em;
  }

  .lp-hero-banner {
    height: auto;
  }

  .curve-bg {
    height: auto;
    padding-bottom: 50rem;
  }

  .hero-float {
    position: unset;
  }
}

@media screen and (min-width:769px) {
  .lp-subnav {
    min-width: 295px;
  }
}

@media only screen and (max-width:767px) {
  .lp-bg-expect:after {
    background: linear-gradient(90deg,rgb(243 243 243 / 80%),rgb(243 243 243 / 60%));
  }
}

@media only screen and (max-width:750px) {
  .lp-footer .row {
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    margin: auto;
    text-align: center;
  }

  footer img {
    margin: 0 auto 1em;
  }

  .ft-loc {
    justify-content: center;
  }
}

@media only screen and (max-width:730px) {
  .row.staff-box {
    max-width: 400px;
    flex-direction: column;
  }
}

@media only screen and (max-width:715px) {
  .event-inner {
    padding: 3rem 3rem 4rem;
  }
}

@media only screen and (max-width:710px) {
  .teaser-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .equal-ht {
    min-height: auto;
  }
}

@media only screen and (max-width:580px) {
  .lp-header-wrap .row {
    justify-content: center;
    flex-direction: column;
  }
}

@media only screen and (max-width:560px) {
  .loc-two-col {
    flex-direction: column;
    text-align: center;
    gap: 0.3em;
  }

  .loc-two-col div {
    width: 100%;
  }

  .loc-info a {
    max-width: 250px;
    width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width:500px) {
  h1,
  .lp-hero-banner-inner h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  dt.description-title {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p,
  li,
  div,
  .wcn-location-info,
  .lp-breadcrumbs ul li,
  .lp-breadcrumbs a,
  .lp-breadcrumbs a:link,
  .lp-breadcrumbs a:visited,
  .entry p,
  body.page-your-hearing .lp-content p:last-child span {
    font-size: var(--wp--preset--font-size--sm)!important;
  }

  .lp-top-bot-pad {
    padding: 60px 20px;
  }

  .lp-header-wrap .row {
    flex-direction: column;
  }

  .lp-header-info h6 {
    font-size: 3vw;
  }

  .lp-header-logo {
    width: 50%;
  }

  .hero-float img {
    max-width: 213px;
  }

  .curve-bg {
    padding-bottom: 33rem;
  }

  .lp-hero-banner-inner h1 span {
    font-size: 42px;
  }

  span.highlight {
    font-size: 38px;
  }
}

@media only screen and (max-width:482px) {
  .curve-bg {
    padding-bottom: 36rem;
  }
}

.lp-banner {
  background: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/hero-bg_16.jpg");
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: cover;
  padding: 0 0em;
  position: relative;
}

.lp-gradient {
  background: linear-gradient(90deg,rgb(255 255 255 / 0%),rgb(255 255 255 / 0%),rgb(255 255 255 / 0%),rgb(255 255 255 / 0%));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lp-banner .container-lg {
  padding: 0;
}

.lp-banner-content {
  position: relative;
  z-index: 50;
  max-width: 59%;
}

.lp-banner .container,
.lp-banner-content {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: center;
}

.lp-banner-content h1,
.lp-banner-content h2 {
  font-size: 46px;
  font-family: var(--wp--preset--font-family--rubik);
  color: var(--wp--preset--color--primary);
  margin: 0;
  text-shadow: 0 0 20px var(--wp--preset--color--white);
  font-weight: 600;
  line-height: 1.2;
}

.lp-bottom-bar-bg {
  background: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/gettyimages-1366021608-2.jpg");
  background-color: var(--wp--preset--color--accent);
  background-size: cover;
  background-position: 70% 50%;
  min-height: 380px;
  padding: 4em 0em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-bottom-bar-bg:after {
  background: linear-gradient(90deg,rgb(234 240 245 / 70%),rgb(234 240 245 / 0%));
}

.lp-bottom-bar-bg .row .col-sm-6.col-md-4 {
  flex-basis: 100%;
  max-width: 100%;
}

.lp-bottom-bar-bg .container-lg {
  width: 100%;
  padding: 0;
}

.lp-bottom-bar-bg h2 {
  margin: 0;
  color: var(--wp--preset--color--primary);
  line-height: 1.2;
}

.lp-bottom-bar-bg p {
  color: var(--lp-color-text);
}

section.lp-about-2 {
  background-color: unset!important;
  margin-bottom: 3em;
}

body.page-about-us .lp-about-1 .container {
  padding: 0;
  margin-bottom: 3.5em;
}

.lp-about-4.lp-contact-us-bottom .col-xs-12.lp-centered {
  background-color: var(--wp--preset--color--primary);
  background-image: linear-gradient(90deg,rgb(44 65 95 / 93%),rgb(44 65 95 / 93%)),url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/pineapple-cut_1.png");
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1.9em auto 0;
  padding: 3em 2em;
}

section.lp-about-4.lp-contact-us-bottom .row {
  padding: 0 1em;
}

.lp-about-4.lp-contact-us-bottom h2,
.lp-about-4.lp-contact-us-bottom .wcn-location-info {
  color: var(--wp--preset--color--white);
}

.lp-about-4.lp-contact-us-bottom .wcn-location-info {
  font-size: 40px;
  text-decoration: none;
}

.lp-about-4.lp-contact-us-bottom a.lp-appointment-cta.lp-btn.secondary.wcn-location-info {
  font-size: var(--wp--preset--font-size--sm);
  margin-top: 1em;
}

.lp-about-4.lp-contact-us-bottom a.lp-appointment-cta:hover {
  background: transparent;
  border: 1px solid var(--wp--preset--color--white);
}

.lp-about-4.lp-contact-us-bottom .lp-appointment-cta:hover i.wcn-single-icon {
  background-color: var(--wp--preset--color--white);
}

.lp-professionals-detail img {
  max-width: 100%;
  display: inline-block;
  float: left;
  margin-right: 30px;
  border-radius: var(--wp--preset--spacing--15-px);
}

.professional img {
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 0 auto 1em;
}

.professional h5.name,
.professional p.title {
  margin: 0;
  text-align: center;
}

.professional {
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1em;
  padding: 2em 1em 1.5em;
}

.professional a {
  text-decoration: none;
}

body.page-about-usour-professionalsyolanda-kananen section.lp-professionals-detail .col-xs-12.lp-headline p:nth-child(3) {
  padding-top: 2.5em;
}

body.page-about-usour-professionalsdiana-foster section.lp-professionals-detail .col-xs-12.lp-headline p {
  padding-top: 3.5em;
}

body.page-our-professionals-detail-page section.lp-professionals-detail .col-xs-12.lp-headline ul {
  padding-left: 13em;
}

body.page-our-professionals-detail-page section.lp-professionals-detail .col-xs-12.lp-headline img {
  margin-top: 1em;
}

.lp-content-block {
  background: var(--wp--preset--color--white);
  border: 0;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1em auto;
  padding: 20px 30px 20px!important;
}

body.page-our-services section.lp-services-1 .row:nth-child(2) {
  padding: 0 1em;
}

.lp-content-block h3,
.lp-contact-cta-block h2 {
  margin: 0;
}

.lp-contact-cta-block {
  background-color: var(--wp--preset--color--primary);
  background-image: linear-gradient(90deg,rgb(44 65 95 / 93%),rgb(44 65 95 / 93%)),url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/pineapple-cut_1.png");
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 1em auto 4em;
  padding: 3em 2em;
}

section.lp-services-2 .row.lp-center-xs {
  padding: 0 1em;
}

.lp-contact-cta-block .lp-btn {
  margin-top: 1em;
}

.lp-contact-cta-block .wcn-location-info {
  font-size: 40px;
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.lp-contact-cta-block a.lp-appointment-cta:hover {
  background: transparent;
  border: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.lp-contact-cta-block .lp-appointment-cta:hover i.wcn-single-icon {
  background-color: var(--wp--preset--color--white);
}

body.page-our-services .main {
  padding: 3em 0em 0em;
}

.lp-content-block:last-child {
  background: var(--wp--preset--color--secondary);
  text-align: center;
  padding: 3em 30px!important;
}

.lp-content-block:last-child p {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--lg);
  margin: 0;
}

body.page-our-serviceshearing-protection .container .row {
  align-items: center;
}

.lp-responsive-iframe {
  margin: 50px 15px 0;
}

body.page-hearing-aidsapps .hearing-aids-1 .lp-centered {
  border: 0;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  padding: 20px 30px 30px;
  max-width: 49%;
}

body.page-hearing-aidsapps .row:nth-child(2) {
  gap: 20px;
  padding: 1em;
}

body.page-hearing-aidsapps .hearing-aids-1 .lp-centered:nth-child(2) .lp-btn {
  margin-top: 3.7em;
}

.ha-item {
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 15px auto;
  padding: 20px 10px 40px;
}

body.page-hearing-aidstechnologies .lp-cta-tiles .row:nth-child(2) {
  max-width: 100%;
}

body.page-hearing-aidstechnologies .lp-cta-tiles {
  background: var(--wp--preset--color--white)!important;
}

.lp-tech-1 .row4 {
  margin: 2em 0;
  align-items: center;
}

.lp-tech-1 .row3 {
  align-items: center;
}

section.lp-bottom-list-nav ul {
  padding: 0;
}

.technologies.lp-cta-tiles .cta-tile-info {
  justify-content: flex-start;
  position: relative;
}

.cta-tile h5 {
  font-size: 24px;
}

@media only screen and (max-width:991px) {
  .cta-tile h5 {
    height: auto;
  }
}

.lp-expanding-list-text br {
  display: none;
}

.expanding-list-item a.lp-show-expanded {
  text-decoration: none;
}

section.lp-tech-3.lp-bottom-list-nav .bottom-list-links a {
  text-decoration: none;
}

.lp-heading-img-wrap {
  bottom: -10em;
  right: 7em;
  max-width: 250px;
}

.lp-cta-tiles {
  background: var(--wp--preset--color--accent)!important;
}

.lp-cta-tiles .cta-tile {
  box-shadow: var(--wp--preset--shadow--lgt);
  margin: 1em auto;
  border-radius: var(--wp--preset--spacing--15-px);
}

.lp-cta-tiles .cta-tile-img img {
  border-radius: var(--wp--preset--spacing--15-px) var(--wp--preset--spacing--15-px) 0 0;
}

.lp-cta-tiles .row:nth-child(2) {
  margin: auto;
}

.lp-next-step .row:nth-child(2) {
  max-width: 700px;
  margin: auto;
}

section.hearing-aids-1 .row.lp-hearingaids-content-2 {
  align-items: center;
}

section.hearing-aids-1 .row.lp-hearingaids-content-2 img {
  margin: auto;
}

body.page-hearing-aidshearing-aid-styles .col-xs-12.col-sm-6.col-md-4.lp-centered:nth-child(n+2):nth-child(-n+3) .image-holder img {
  object-fit: cover;
  object-position: 0% 88%;
  width: 125px;
  height: 105px;
}

body.page-hearing-aidshearing-aid-styles .col-xs-12.col-sm-6.col-md-4.lp-centered:nth-child(4) .image-holder img {
  object-fit: cover;
  object-position: 0% 92%;
  width: 150px;
  height: 105px;
}

.page-hearing-aidshearing-aid-styles .lp-centered img {
  height: 105px;
  object-fit: contain;
}

#hearing-aid-styles {
  row-gap: 20px;
}

body.page-hearing-aidshearing-aid-stylesbehind-the-ear .main,
body.page-hearing-aidshearing-aid-stylescompletely-in-canal .main,
body.page-hearing-aidshearing-aid-stylesin-the-canal .main,
body.page-hearing-aidshearing-aid-stylesinvisible .main,
body.page-hearing-aidshearing-aid-stylesin-the-ear .main,
body.page-hearing-aidshearing-aid-stylesreceiver-in-canal .main {
  padding: 3em 0em 1em;
}

body.page-hearing-aidshearing-aid-stylescompletely-in-canal .lp-styles-1 .lp-flex img {
  height: 230px;
  width: 212px;
  margin-top: -3em;
}

body.page-hearing-aidshearing-aid-stylesin-the-canal .lp-styles-1 .lp-flex img {
  width: 212px;
  height: 230px;
  margin-top: -1em;
}

body.page-hearing-aidshearing-aid-stylesinvisible .lp-styles-1 .lp-flex img {
  margin-top: -11em;
  width: 240px;
  height: 400px;
}

body.page-hearing-aidshearing-aid-stylesin-the-ear .lp-styles-1 .lp-flex img {
  width: 182px;
  height: 200px;
}

.lp-heading-img img {
  max-width: 240px;
}

.lp-next-step .lp-btn {
  margin: 10px auto;
}

.row.lp-singlesided-item-1.section {
  border-right: 1px dotted var(--wp--preset--color--secondary);
}

.lp-singlesided-item-1,
.lp-singlesided-item-2 {
  max-width: 50%;
  width: 100%;
  float: left;
  justify-content: space-between;
  margin-bottom: 6em;
}

.lp-singlesided-item-1 .item-details,
.lp-singlesided-item-2 .item-details {
  min-height: 10rem;
}

.lp-singlesided-item-1 .col-sm-3,
.lp-singlesided-item-2 .col-sm-3 {
  flex: 0.7;
}

.lp-singlesided-item-1 .col-sm-9,
.lp-singlesided-item-2 .col-sm-9 {
  flex: 2;
}

body.page-hearing-aidsrechargeable-solutions .col-xs-12.col-sm-3 {
  flex-basis: 15%;
}

body.page-hearing-aidsrechargeable-solutions .col-xs-12.col-sm-9 {
  flex-basis: 85%;
  max-width: 85%;
}

section.hearing-aids-1 .lp-rechargable-item-1,
section.hearing-aids-1 .lp-rechargable-item-2,
section.hearing-aids-1 .lp-rechargable-item-3 {
  background: var(--wp--preset--color--white);
  border-radius: var(--wp--preset--spacing--15-px);
  box-shadow: var(--wp--preset--shadow--lgt);
  align-items: center;
  margin: 2em 1em;
  padding: 1em 2em;
}

body.page-hearing-aidsrechargeable-solutions section.hearing-aids-1 br {
  display: none;
}

.hearing-aids-1 img,
.lp-accessory-img img {
  margin: auto;
}

body.page-hearing-aidsappsthrive-hearing-control-app section.thrive-care .row:nth-child(2) p {
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 30px 0px;
  background: white;
  padding: 40px;
  box-shadow: var(--wp--preset--shadow--lgt);
}

body.page-hearing-aidsappsthrive-hearing-control-app a.youtube.cta-link {
  border: none;
  background-color: var(--wp--preset--color--secondary);
  border-radius: var(--wp--preset--spacing--50-px);
  color: var(--wp--preset--color--white)!important;
  padding: 12px 30px 12px 30px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--sm);
  text-decoration: none;
  display: table;
  margin-top: 15px!important;
}

body.page-hearing-aidsappsthrive-hearing-control-app section.thrive-care small {
  display: flex;
  gap: 1em;
}

section.lp-hearing-accessories .lp-accessory-item {
  background: var(--wp--preset--color--white);
  border-radius: var(--wp--preset--spacing--15-px);
  box-shadow: var(--wp--preset--shadow--lgt);
  align-items: center;
  margin: 2em 1em;
  padding: 1em 2em;
}

body.page-your-hearinghearing-aid-how-to-videos .videos-section .col-sm-6 {
  flex-basis: 33%;
  max-width: 33%;
}

body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
  width: 32%!important;
  float: left!important;
}

body.page-your-hearing hr {
  display: none;
}

body.page-your-hearing .lp-content br {
  display: none;
}

#yhj {
  height: 8600px!important;
}

body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
  width: 30%!important;
  float: left!important;
  margin: 0!important;
}

body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div img {
  margin-left: 2.7em;
}

body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div:nth-last-child(2) img {
  margin-left: 1.6em;
}

body.page-your-hearingprofessional-care-vs-otc .col-xs-12 figure:nth-child(1) img {
  margin: 0 0 0 2em!important;
}

body.page-your-hearingprofessional-care-vs-otc .col-xs-12 figure:nth-child(12) img {
  margin: 0.5em 1.5em 0 -2em!important;
}

body.page-your-hearingprofessional-care-vs-otc .col-xs-12 img:nth-child(8) {
  margin-top: 0.25em;
  width: 45.6%!important;
}

body.page-your-hearingprofessional-care-vs-otc .col-xs-12 h4:nth-child(6) {
  margin-top: -1.4em;
}

body.page-your-hearingprofessional-care-vs-otc .col-xs-12 h3:nth-child(11) {
  margin-top: -1em;
}

body.page-your-hearingprofessional-care-vs-otc .main .col-xs-12 p:last-child {
  display: none;
}

@media only screen and (max-width:930px) {
  body.page-your-hearingprofessional-care-vs-otc .main .col-xs-12 img {
    float: none!important;
    height: auto!important;
    margin: auto!important;
    display: block!important;
  }

  body.page-your-hearingprofessional-care-vs-otc .col-xs-12 figure:nth-child(1) img,
  body.page-your-hearingprofessional-care-vs-otc .col-xs-12 figure:nth-child(15) img,
  body.page-your-hearingprofessional-care-vs-otc .col-xs-12 figure:nth-child(21) img {
    margin: 0 auto 2em!important;
  }

  body.page-your-hearingprofessional-care-vs-otc .col-xs-12 figure:nth-child(12) img {
    margin: 0.5em auto 0!important;
  }

  body.page-your-hearingprofessional-care-vs-otc figure {
    margin: 0;
    text-align: center;
  }
}

@media only screen and (max-width:700px) {
  body.page-your-hearingprofessional-care-vs-otc .main .col-xs-12 img {
    width: 80%!important;
  }
}

@media only screen and (max-width:380px) {
  body.page-your-hearingprofessional-care-vs-otc .main .col-xs-12 img {
    width: 100%!important;
  }
}

.financing .lp-content p:nth-child(4) a {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-feed-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 1.5em;
}

.feed-item {
  border: 0;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  padding: 20px 30px 30px;
  margin: 0 1em;
}

.feed-item h4 {
  color: var(--wp--preset--color--primary);
}

.feed-item h5 {
  color: var(--lp-color-text);
  font-weight: 600;
  font-family: var(--wp--preset--font-family--source-sans-pro);
}

.feed-item .lp-flex {
  justify-content: center;
  max-width: 20%;
  margin: 0 0 0 auto;
}

.lp-testimonial {
  background: var(--wp--preset--color--white)!important;
  border: 0;
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  margin: 15px auto;
  padding: 20px 30px 30px;
}

.lp-testimonials i.wcn-single-icon {
  display: none;
}

span.lp-test-name {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}

.lp-video-testimonials span.text {
  font-weight: normal;
  color: var(--lp-color-text);
  display: block;
}

.lp-video-testimonials {
  margin-top: 3em;
}

.lp-video-testimonials-item-1 a {
  text-decoration: none;
}

.video-wrap {
  position: relative;
  margin-bottom: 1em;
}

.video-wrap img {
  width: 100%;
  height: auto;
  border-radius: var(--wp--preset--spacing--15-px);
}

.play-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 80;
  width: 52px;
  height: 52px;
}

body.blog .sb-row1 {
  margin-top: 3.5em;
}

.sb-blogcategories,
.sb-blogarchives {
  background: var(--wp--preset--color--accent)!important;
  border-bottom: 0!important;
  border-radius: var(--wp--preset--spacing--15-px);
}

.sb-blogarchives a {
  text-decoration: none;
}

.sb-feed-post a,
.sb-blog a {
  color: var(--wp--preset--color--primary)!important;
}

body.blog .list ul,
body.page-blog .list ul {
  padding: 0;
}

body.page-events .lp-cta-tiles {
  background: var(--wp--preset--color--white)!important;
}

.lp-localinfo-contact i.wcn-single-icon {
  width: 25px;
  height: 17px;
  background-color: var(--wp--preset--color--primary);
  position: relative;
  top: 2.5px;
}

.lp-locations-list .lp-location-item {
  box-shadow: var(--wp--preset--shadow--lgt);
  border-radius: var(--wp--preset--spacing--15-px);
  border: 0;
}

.lp-localinfo-contact a,
.lp-location-item-1 a {
  text-decoration: none;
}

.lp-locations-list .lp-address-wrap {
  column-gap: 0;
  flex-direction: column;
}

.lp-subsection-inner .lp-address {
  margin: 0;
}

.lp-location-item-1 .lp-localinfo-contact p.lp-address {
  margin-top: 0;
}

.day-row {
  display: flex;
  justify-content: space-between;
}

.day-row p {
  margin: 0;
  padding: 5px;
}

.lp-localinfo-hours .hours .day-row.current-day {
  border-bottom: 0px solid white;
  background: rgba(119,103,142,0.1);
}

.lp-localinfo-ctas {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 1em;
}

.lp-localinfo-contact h2,
.lp-location-item-1 h2 {
  border-bottom: 3px solid var(--wp--preset--color--secondary);
}

.lp-localinfo-contact a {
  display: block;
}

.lp-localinfo-contact a.lp-location-directions-link {
  max-width:200px;
  margin: 1em 0;
}

.lp-location-item .lp-map i.wcn-single-icon {
  background-color: var(--wp--preset--color--white);
  width: 25px;
  height: 14px;
  position: relative;
  top: 1px;
}

.lp-location-item .lp-map a.lp-appointment-cta:hover i.wcn-single-icon {
  background-color: var(--wp--preset--color--primary);
}

.lp-location-item .lp-map {
  text-align: center;
}

.lp-location-item .lp-map img {
  margin: 1em auto;
  border-radius: var(--wp--preset--spacing--15-px);
}

body.page-locations .lp-location-item {
  margin: 3em auto;
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--preset--shadow--lgt);
  padding: 1em 1em 2em;
  border-radius: var(--wp--preset--spacing--15-px);
  border: 0;
}

body.page-locations .main .lp-localinfo .col-sm-7 {
  flex-basis: 50%;
  max-width: 50%;
}

.page-locations .lp-location-item-detail h2 i.wcn-single-icon {
  max-width: 25px;
  max-height: 25px;
  left: 0;
  top: 2px;
  background-color: var(--wp--preset--color--primary);
  margin-right: 10px;
}

.page-locations .lp-location-item-detail .lp-location-item-1 i.wcn-single-icon.lp-icon-location {
  width: 25px;
  height: 25px;
}

.page-locations .lp-location-item-detail {
  margin-bottom: 2em;
}

.lp-promo-btn {
  margin-bottom: 1.5em;
}

.lp-promo-btn span.lp-phone {
  font-size: 30px;
  margin-top: 0.3em;
}

.lp-promo-3.lp-contact-us-bottom .wcn-location-info {
  font-size: 30px;
}

.lp-promo-col-left img {
  height: auto!important;
}

.lp-promo-col-left hr {
  background: var(--wp--preset--color--secondary);
  border: 0;
  height: 1px;
  margin: 1em auto 2em;
}

.lp-promo-btn span {
  font-size: 24px;
}

.lp-promo-3 a.lp-appointment-cta.lp-btn.secondary.wcn-location-info {
  margin-top: 0.7em;
  font-size: var(--wp--preset--font-size--sm);
}

section.lp-promo-3.lp-contact-us-bottom i.wcn-single-icon {
  background-color: var(--wp--preset--color--white);
}

section.lp-promo-2.lp-locations-list .row.lp-location-item .col-sm-3.lp-ctas.lp-subsection-outer {
  display: none;
}

section.lp-promo-2.lp-locations-list .row.lp-location-item {
  justify-content: center;
  max-width: 790px;
  margin: 1em auto 2em;
}

section.lp-promo-2.lp-locations-list .col-sm-5.lp-localinfo-contact.lp-subsection-outer {
  flex-basis: 40%;
  max-width: 40%;
}

section.lp-promo-2.lp-locations-list .lp-map.col-sm-4 {
  flex-basis: 60%;
  max-width: 60%;
  justify-content: flex-end;
}

@media only screen and (max-width:991px) {
  section.lp-promo-2.lp-locations-list .col-sm-5.lp-localinfo-contact.lp-subsection-outer,
  section.lp-promo-2.lp-locations-list .lp-map.col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

.lp-breadcrumbs {
  position: relative;
}

@media only screen and (max-width:1299px) {
  .lp-responsive-iframe {
    margin: 50px 0px 0;
  }
}

@media only screen and (max-width:1220px) {
  .columns .container-lg,
  .columns .container {
    padding-left: 25px!important;
    padding-right: 25px!important;
  }
}

@media only screen and (max-width:1164px) {
  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
    width: 35%!important;
  }

  body.page-hearing-aidsapps .hearing-aids-1 .lp-centered {
    flex-basis: 100%;
    max-width: 100%;
  }

  body.page-hearing-aidsapps .hearing-aids-1 .lp-centered:nth-child(2) .lp-btn {
    margin-top: 0em;
  }
}

@media only screen and (max-width:1149px) {
  .lp-subsection-inner .lp-address {
    margin: 0;
  }

  .lp-subsection-inner a.lp-location-directions-link {
    margin: 0.5em 0;
  }
}

@media only screen and (max-width:1058px) {
  .ha-item .description {
    height: 3rem;
  }

  body.page-your-hearingprofessional-care-vs-otc iframe {
    display: flex;
    margin: auto;
  }
}

@media only screen and (max-width:1014px) {
  body.page-hearing-aidsrechargeable-solutions .col-xs-12.col-sm-3 {
    flex-basis: 25%;
  }

  body.page-hearing-aidsrechargeable-solutions .col-xs-12.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width:1000px) {
  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
    width: 40%!important;
  }
}

@media only screen and (max-width:991px) {
  .lp-banner {
    background-position: 0% 50%;
  }

  .lp-banner-content {
    max-width: 100%;
    text-align: center;
  }

  body.page-your-hearingtinnitus .col-md-4 div {
    margin: 0!important;
  }

  body.page-your-hearingtinnitus img {
    margin: auto;
  }

  body.page-your-hearingtinnitus .col-md-4 p {
    text-align: center;
  }

  body.page-your-hearingask-the-doctor .videos-section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  .feed-item .lp-flex {
    max-width: 100%;
    justify-content: flex-start;
  }

  .technologies.lp-cta-tiles .cta-tile-info {
    min-height: auto;
  }

  .cta-description {
    min-height: auto;
  }

  body.blog .sb-row1 {
    flex-direction: column;
  }

  body.blog .sb-col {
    width: 100%!important;
  }

  .sb-blogcategories,
  .sb-blogarchives {
    margin: 0 0 3em;
  }

  .lp-counselear-scheduler iframe {
    height: 220px;
  }

  .lp-promo-2 .lp-location-item {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }

  .lp-promo-2 .lp-location-item div {
    flex-basis: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  .lp-subsection-inner .lp-btn {
    max-width: 280px;
  }

  .lp-promo-col-left img {
    height: auto!important;
    margin: auto;
  }
}

@media only screen and (max-width:985px) {
  body.page-about-usour-professionalsyolanda-kananen section.lp-professionals-detail .col-xs-12.lp-headline p:nth-child(3) {
    padding-top: 1.5em;
  }
}

@media only screen and (max-width:945px) {
  body.page-locations .lp-location-item .col-sm-4 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }

  body.page-locations .lp-location-item {
    flex-direction: column;
    align-items: center;
  }

  .lp-localinfo-contact,
  .col-sm-6.lp-location-item-1 {
    text-align: center;
  }

  .lp-localinfo-ctas {
    margin: 1em auto;
  }
}

@media only screen and (max-width:913px) {
  body.page-about-usour-professionalsdiana-foster section.lp-professionals-detail .col-xs-12.lp-headline p {
    padding-top: 2.5em;
  }
}

@media only screen and (max-width:900px) {
  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
    width: 48%!important;
  }

  .row.lp-singlesided-item-1.section {
    border-right: 0px dotted var(--wp--preset--color--primary);
  }

  .lp-singlesided-item-1,
  .lp-singlesided-item-2 {
    max-width: 100%;
    margin-bottom: 4em;
  }

  .lp-singlesided-item-1 .item-details,
  .lp-singlesided-item-2 .item-details {
    min-height: auto;
  }
}

@media only screen and (max-width:890px) {
  .lp-bottom-bar-bg {
    background-position: 0% 50%;
  }

  .lp-bottom-bar-bg:after {
    background: linear-gradient(90deg,rgb(234 240 245 / 70%),rgb(234 240 245 / 70%));
  }

  .lp-bottom-bar-bg .col-sm-6.col-md-4 {
    text-align: center;
  }
}

@media only screen and (max-width:880px) {
  .lp-professionals-detail img {
    flex-basis: 20%;
    max-width: 100%;
  }

  section.lp-professionals-detail .col-xs-12.lp-headline p {
    flex-basis: 70%;
    max-width: 100%;
  }
}

@media only screen and (max-width:830px) {
  .professional {
    flex-basis: 44%;
    max-width: 44%;
  }

  section.lp-professionals .row {
    justify-content: center;
  }
}

@media only screen and (max-width:797px) {
  body.page-about-usour-professionalsyolanda-kananen section.lp-professionals-detail .col-xs-12.lp-headline p:nth-child(3) {
    padding-top: 0.7em;
  }
}

@media only screen and (max-width:768px) {
  .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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .row {
    flex-direction: row;
  }

  .lp-banner .container,
  .lp-banner-content {
    min-height: 20rem;
  }

  .lp-banner-content h1,
  .lp-banner-content h2 {
    font-size: 44px;
  }

  #hearing-aid-styles .col-xs-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

  body.page-hearing-aidstechnologieslivio .main .col-sm-6,
  body.page-hearing-aidstechnologiesevolv-ai .main .col-sm-6,
  body.page-hearing-aidstechnologiespicasso .main .col-sm-6,
  body.page-hearing-aidstechnologiesgenesis-ai .main .col-sm-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .lp-tech-image {
    margin-bottom: 2em;
  }

  .lp-tech-image img {
    margin: auto;
  }

  section.lp-bottom-list-nav .bottom-list-title {
    text-align: center;
  }

  body.page-your-hearinghearing-aid-how-to-videos .videos-section .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .feed-item .lp-flex {
    justify-content: center;
  }

  .feed-item .col-md-8 {
    text-align: center;
  }

  .sb-blogcategories,
  .sb-blogarchives {
    margin: 0 0 5em;
  }
}

@media only screen and (max-width:767px) {
  iframe {
    width: 100%;
  }

  .lp-bottom-bar-bg .col-sm-6.col-md-4 {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
  }

  body.page-our-serviceshearing-protection .row:nth-child(n+4):nth-child(-n+6) .col-sm-2 {
    flex-basis: 28%;
    max-width: 28%;
  }

  body.page-our-serviceshearing-protection .row:nth-child(n+4):nth-child(-n+6) .col-sm-10 {
    flex-basis: 72%;
    max-width: 72%;
  }

  body.page-our-serviceshearing-protection img {
    margin: 0 auto 0 0;
  }

  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
    width: 100%!important;
  }

  body.page-your-hearingprofessional-care-vs-otc img {
    margin: auto;
  }

  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div {
    text-align: center;
  }

  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div img,
  body.page-your-hearingprofessional-care-vs-otc .container .row:nth-child(2) .col-xs-12 div:nth-last-child(2) img {
    margin: auto;
  }

  body.page-locations .main .lp-localinfo .col-sm-7 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .page-locations .lp-location-item-detail .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width:766px) {
  .lp-professionals-detail img {
    flex-basis: 100%;
    max-width: 100%;
    float: none;
    margin: auto;
    display: block;
  }

  body.page-about-usour-professionalsyolanda-kananen section.lp-professionals-detail .col-xs-12.lp-headline p:nth-child(3),
  body.page-about-usour-professionalsdiana-foster section.lp-professionals-detail .col-xs-12.lp-headline p {
    padding-top: 0;
  }

  body.page-our-professionals-detail-page section.lp-professionals-detail .col-xs-12.lp-headline ul {
    padding-left: 2em;
  }
}

@media only screen and (min-width:710px) {
  .lp-accessory-img {
    max-width: 20%;
    flex-basis: 20%;
  }

  .lp-accessory-img img {
    width: 100%;
  }

  .lp-accessory-info {
    max-width: 80%;
    flex-basis: 80%;
  }
}

@media only screen and (max-width:710px) {
  body.page-hearing-aidsrechargeable-solutions .col-xs-12.col-sm-3,
  body.page-hearing-aidsrechargeable-solutions .col-xs-12.col-sm-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width:709px) {
  .lp-professionals-detail img {
    flex-basis: 35%;
    max-width: 100%;
  }

  section.lp-professionals-detail .col-xs-12.lp-headline p {
    flex-basis: 60%;
    max-width: 100%;
  }

  #hearing-aid-styles .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .ha-item .description {
    height: auto;
  }

  body.page-your-hearingask-the-doctor .videos-section {
    display: block;
  }

  .howto-video-tile .cta-image {
    margin: auto;
  }

  .lp-accessory-img img {
    width: 30%;
  }

  .lp-localinfo-wrap .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .lp-localinfo-wrap .row {
    flex-direction: column;
  }
}

@media only screen and (max-width:707px) {
  body.page-about-usour-professionalsdiana-foster section.lp-professionals-detail .col-xs-12.lp-headline p {
    padding-top: 1em;
  }
}

@media only screen and (max-width:650px) {
  .lp-banner {
    background-position: left;
  }

  .professional {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width:635px) {
  body.page-locations .lp-location-item .col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width:600px) {
  section.lp-professionals-detail .col-xs-12.lp-headline {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

@media only screen and (max-width:500px) {
  .lp-bottom-bar-bg {
    background-position: 0% 40%;
  }

  .lp-banner .container,
  .lp-banner-content {
    min-height: 300px;
  }

  .lp-banner-content h1,
  .lp-banner-content h2 {
    font-size: 36px;
    text-align: center;
  }

  .lp-professionals-detail img {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .lp-bottom-bar-bg {
    min-height: 280px;
  }

  .lp-contact-cta-block {
    padding: 3em 1em;
  }

  .lp-next-step .lp-btn {
    width: 100%;
    max-width: 320px;
    margin: 7px auto;
  }

  .hearing-aids-1 img {
    margin: auto;
  }

  .row.lp-singlesided-item-1.section,
  .row.lp-singlesided-item-2.section {
    flex-direction: column;
    width: 100%;
  }

  .lp-singlesided-item-1 .col-sm-9,
  .lp-singlesided-item-2 .col-sm-9 {
    text-align: center;
  }

  .lp-singlesided-item-1 .col-sm-9 ul,
  .lp-singlesided-item-2 .col-sm-9 ul {
    text-align: left;
  }

  .lp-responsive-iframe {
    margin: 50px 0px 0;
  }

  body.page-our-serviceshearing-protection .row:nth-child(n+4):nth-child(-n+6) .col-sm-2,
  body.page-our-serviceshearing-protection .row:nth-child(n+4):nth-child(-n+6) .col-sm-10 {
    flex-basis: 100%;
    max-width: 100%;
  }

  body.page-our-serviceshearing-protection img {
    margin: auto!important;
  }

  body.page-your-hearinghearing-aid-how-to-videos .videos-section .col-sm-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .feed-item .lp-flex {
    justify-content: center;
  }

  .lp-accessory-img img {
    width: auto;
    margin: auto;
  }

  .lp-map img {
    height: 300px;
    object-fit: cover;
  }

  .page-locations .lp-location-item-detail .col-sm-6 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .page-locations .lp-location-item-detail .col-sm-6.lp-location-item-1:first-child {
    margin-bottom: 2em;
  }

  .lp-promo-2 .lp-location-item {
    padding: 40px 20px;
  }
}

.lp-cta-tiles .cta-tile {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-cta-tiles .cta-tile-info {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
}

.cta-tile h5 {
  font-size: 29px;
  margin: 0;
}

.lp-cta-tiles .col-md-4 {
  margin-bottom: 40px;
}

section.technologies.lp-cta-tiles .cta-title,
section.technologies.lp-cta-tiles .cta-description,
section.technologies.lp-cta-tiles .cta-btn {
  height: auto!important;
}

.lp-cta-tiles .cta-tile-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.lp-cta-tiles .cta-tile-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lp-cta-tiles .tech-logo {
  margin: 0 auto;
}

.lp-cta-tiles .cta-tile-info {
  padding: 0 20px 20px 20px;
  justify-content: space-around;
  justify-content: flex-start;
  padding-bottom: 100px;
  position: relative;
}

.lp-cta-tiles .cta-btn {
  position: absolute;
  bottom: 20px;
}

.main-content {
  margin: 15px 0;
  width: 100%;
}

.main-content .accordion-item {
  border-bottom: 1px solid #ccc;
}

.main-content .description-title {
  font-size: 26px;
  color: black;
  padding-left: 10px;
  line-height: 55px;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.main-content .description-title:hover {
  color: #aaa;
  cursor: pointer;
}

.main-content .expand-collapse {
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: 50%;
}

.main-content .expand-collapse .expand-section {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.main-content .expand-collapse .close-section {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.main-content .expand-collapse .expand-section:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  position: absolute;
  background-color: #4a4a4a;
  transition: transform 0.25s ease-out;
}

.main-content .expand-collapse .expand-section:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  position: absolute;
  background-color: #4a4a4a;
  transition: transform 0.25s ease-out;
}

.main-content .expand-collapse .close-section:before {
  transform: rotate(90deg);
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  position: absolute;
  background-color: #4a4a4a;
  transition: transform 0.25s ease-out;
}

.main-content .expand-collapse .close-section:after {
  transform: rotate(180deg);
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  position: absolute;
  background-color: #4a4a4a;
  transition: transform 0.25s ease-out;
}

.main-content .description {
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  margin-left: 0px;
  padding-left: 10px;
  transition: max-height 0.2s ease-out;
}

.main-content .description p {
  margin-top: 4px;
}

.bs-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-half {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footnote p {
  font-size: 13px;
  color: #aaa;
}

#edge-ai-banner {
  padding: 0;
}

#edge-ai-banner .container-lg {
  border: 1px solid black;
  padding-right: 0;
}

.edge-ai-wrap {
  display: flex;
  align-items: stretch;
  padding-left: 20px;
}

.edge-ai-msg {
  width: 400px;
  max-width: 100%;
}

.edge-ai-img {
  flex-grow: 2;
  position: relative;
  overflow: hidden;
}

.edge-ai-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edge-ai-img picture img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.edge-ai-cta {
  width: 300px;
  max-width: 100%;
}

.edge-ai-cta i.wcn-single-icon {
  width: 175px;
  max-width: 100%;
}

.edge-ai-quotewrap {
  position: relative;
  padding: 0 36px;
}

.edge-ai-leftquote {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}

.edge-ai-rightquote {
  position: relative;
  width: 20px;
  left: 10px;
  bottom: 10px;
}

.edge-ai-quote {
  font-family: "mr-eaves-xl-sans", sans-serif;
  font-size: 48px;
  font-weight: 900;
  margin-top: 24px;
  line-height: 1.2;
}

.edge-ai-reviewer {
  margin-bottom: 0;
  font-family: "mr-eaves-xl-sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.edge-ai-reviewer,
.edge-ai-subtext {
  padding: 0 40px;
}

.edge-ai-subtext {
  margin-top: 0;
  opacity: .9;
  font-family: "mr-eaves-xl-sans", sans-serif;
}

.edge-ai-cta {
  padding: 48px 36px;
  background-color: #000;
}

.edge-ai-slogan {
  color: white;
  font-weight: bold;
  font-size: 26px;
  font-family: "mr-eaves-xl-sans", sans-serif;
}

.edge-ai-underline {
  display: block;
  width: 130px;
  border-top: 1px solid rgba(146, 146, 146, .4);
  margin: 36px 0 12px 0;
}

.edge-ai-btn {
  margin-top: 36px;
  color: white;
  text-align: center;
  padding: 8px 32px;
  border-radius: 100px;
  border: 2px solid white;
  display: block;
  line-height: 1.2;
  font-family: "mr-eaves-xl-sans", sans-serif;
}

.edge-ai-btn:hover,
.edge-ai-btn:focus {
  text-decoration: none;
  background-color: white;
  color: black;
  opacity: 1;
}

.edge-ai-triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 75px 0 0 75px;
  border-color: transparent transparent transparent #FFFFFF;
  transform: rotate(0deg);
}

@media screen and (max-width: 1100px) {
  .edge-ai-quote {
    font-size: 36px;
  }

  .edge-ai-msg {
    width: 350px;
  }

  .edge-ai-cta {
    width: 255px;
  }
}

@media screen and (max-width: 900px) {
  .edge-ai-wrap {
    flex-wrap: wrap;
  }

  .edge-ai-msg {
    width: 100%;
  }

  .edge-ai-img {
    width: calc(100% - 255px);
  }
}

@media screen and (max-width: 475px) {
  .edge-ai-img {
    width: 100%;
    height: 150px;
  }

  .edge-ai-cta {
    width: 100%;
    padding: 24px 24px;
  }

  .edge-ai-underline {
    margin: 24px 0 12px 0;
  }
}

.sb-location-infowindow {
  width: 300px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  padding: 10px;
  margin-bottom: -15px;
}

.sb-location-infowindow .sb-location-name {
  font-weight: bold;
}

.gm-style .gm-style-iw {
  background-color: #fff !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
}

.gm-style .gm-style-iw>div {
  overflow: hidden !important;
}

.gm-style .gm-style-iw>div>div {
  overflow: hidden !important;
}

.sb-marker {
  cursor: pointer;
  position: relative;
}

.sb-marker {
  width: 35px;
  height: 48px;
  top: -48px;
  left: -17px;
  background-size: cover;
  background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/dot_pinlet-2-medium.png");
}

.sb-marker:hover,
.sb-marker.sb-marker-selected {
  background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/dot_pinlet-2-medium-red.png");
}

.sb-marker.sb-marker-currentlocation {
  background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/dot_pinlet-2-medium-orange.png");
}

.sb-pointer {
  background-color: green;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: relative;
  left: -10px;
  top: -10px;
  opacity: .5;
}

.sb-googlemap {
  width: 100%;
  height: 600px;
  position: relative;
  line-height: 1.5em;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}

.sb-googlemap a {
  color: #000;
}

.sb-googlemap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
}

.sb-map-container {
  width: 100%;
  height: 100%;
}

.sb-map-bounds {
  padding: 15px 15px 15px 390px;
}

.sb-map-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0,0,0,0.5);
}

#gmap-2919,
#gmap-2919 .sb-googlemap {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

mark.default-phone {
  color: #fff;
  background-color: red;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../../public/font/fontawesome-webfont.eot');
  src: url('../../public/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('../../public/font/fontawesome-webfont.woff') format('woff'),url('../../public/font/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.content .payment-icon {
  max-height: 30px;
  max-width: 50px;
}

.contact-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: red !important;
  clear: both;
}

.form-error label {
  color: red !important;
}

.form-error-top {
  color: red !important;
}

.form-error input,
.form-error textarea {
  border-color: red !important;
  color: red !important;
}

.form-required label:after {
  content: '*';
}

body.page-about-us-our-professionals .lp-professional-wrap {
  margin-top: 16px;
  margin-bottom: 16px;
}

body.blog .posts img {
  max-width: 100%;
  padding: 10px 0;
}

body.blog .sb-blog {
  padding: 20px;
  background-color: white;
}

body.blog .sb-blogcategories,
body.blog .sb-blogarchives {
  padding: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid black;
  margin: 20px 0;
}

body.blog .list ul li {
  list-style-type: none;
}

body.blog small.social {
  display: none;
}

body.blog h2.title,
body.blog h2.title a,
body.blog h1.entry-title,
body.blog h1.title {
  font-family: var(--wp--preset--font-family--rubik), sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}

body.blog .posts h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

body.blog .posts ul {
  margin-left: 20px;
  margin-bottom: 8px;
}

body.blog .entry p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

body.blog .sb-blog .box {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

body.blog .sb-blog .box:last-of-type {
  border-bottom: 0;
}

body.blog .sb-blog a,
body.blog .list a {
  color: var(--wp--preset--color--primary);
}

@media screen and (max-width:768px) {
  .sb-col {
    float: none;
    width: 100%!important;
  }
}

body.blog body {
  background-image: none;
  background-color: #fff;
}

body.blog .sb-row0 {
  background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/activeears-banner-img-2oz.jpg");
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
}

body.blog .sb-row1 {
  ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
}

body.blog .entry p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sb-blogcategories,
  .sb-blogarchives {
    margin: 40px 0 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .sb-row1 {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .sb-col {
    width: auto !important;
    float: none !important;
  }
}

@media only screen and (min-width: 1001px) {
  #sb-module-10648251 .box {
    display: none;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1000px) {
  #sb-module-10648251 .box {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  #sb-module-10648251 .box {
    display: none;
  }
}

body.page-hearing-aids .lp-hearingaids-brands-carousel {
  max-width: 100%;
  width: 100%;
  padding: 50px 8% 0 8%;
}

body.page-hearing-aids .lp-hearingaids-brands-carousel-item.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-hearing-aids .lp-hearingaids-brands-carousel .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

body.page-hearing-aids .lp-ha-section {
  margin: 96px 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-hearing-aids .lp-hearing-aids-1 {
  margin-top: 1.5rem;
}

body.page-hearing-aids .lp-ha-section.lp-cta-tiles,
body.page-hearing-aids .lp-ha-section .lp-cta-tiles {
  background: transparent!important;
}

body.page-hearing-aids .lp-ha-section.lp-cta-tiles .cta-tile,
body.page-hearing-aids .lp-ha-section .lp-cta-tiles .cta-tile {
  background: #FFFFFF;
  box-shadow: 0px 6px 12px -2px rgba(50, 50, 50, 0.1), 0px 3px 7px -3px rgba(0, 0, 0, 0.06), 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
}

body.page-hearing-aids .lp-ha-section.lp-cta-tiles .cta-tile-img,
body.page-hearing-aids .lp-ha-section .lp-cta-tiles .cta-tile-img {
  border-top-right-radius: 17px;
  border-top-left-radius: 17px;
}

body.page-hearing-aids .lp-ha-section.lp-cta-tiles .cta-tile-info {
  padding-top: 40px;
}

body.page-hearing-aids .lp-ha-section.lp-cta-tiles .cta-btn {
  bottom: 38px;
}

@media (min-width: 992px) {
  .lp-ha-section.lp-cta-tiles .col-md-4 {
    margin-bottom: 0;
  }
}

body.page-hearing-aids .lp-hearing-aids-video .video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0 auto;
}

body.page-hearing-aids .lp-hearing-aids-video .video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
  border-radius: 17px;
  overflow: hidden;
}

body.page-hearing-aids .lp-hearing-aids-video .video-container iframe {
  border: none;
}

body.page-hearing-aids .lp-hearing-aids-video .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 17px;
  position: relative;
  z-index: 2;
}

body.page-hearing-aids .lp-hearing-aids-video .video-container .video-bg {
  background: #4E4E4E;
  filter: blur(18px);
  border-radius: 17px;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

body.page-hearing-aids .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

body.page-hearing-aids .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

body.page-hearing-aids .play-button-wrapper #circle-play-b i.wcn-single-icon {
  width: 130px;
  height: 130px;
  background-color: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.7;
}

body.page-hearing-aids .lp-hearing-aids-video .mp4-container .video-play {
  user-select: text !important;
  cursor: pointer;
  align-content: space-around;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
}

body.page-hearing-aids .lp-hearing-aids-video .video-container .video-play i.wcn-single-icon {
  width: 140px;
  height: 140px;
}

body.page-hearing-aids .lp-featured--3-14-genesisai {
  background-size: cover;
  padding: 60px 0;
}

body.page-hearing-aids .lp-featured--3-14-genesisai .col-sm-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-hearing-aids .lp-featured--3-14-genesisai .col-sm-8 {
  display: flex;
  align-items: center;
}

body.page-hearing-aids .lp-genesis-ai-wrap h2 {
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-size: 68px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #fff !important;
}

body.page-hearing-aids .lp-featured--3-14-genesisai p.disclaimer {
  font-size: 16px;
  margin-bottom: 0;
}

body.page-hearing-aids .lp-genesisai-btn {
  font-family: mr-eaves-sans, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 5px 15px;
  position: relative;
  font-size: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 0px none rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-decoration: none solid rgb(255, 255, 255);
  position: relative;
  line-height: 23px;
  background-color: rgb(14, 17, 20);
  border-radius: 40px;
  padding: 10px 22px;
  transition: all 0.5s ease 0s;
  text-align: center;
  font-weight: 700;
  outline: rgb(255, 255, 255) none 0px;
  max-width: 260px;
  margin: 0 auto;
}

body.page-hearing-aids .lp-genesisai-btn::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 1000px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  z-index: -1;
  background: linear-gradient(270deg, #343434 0%, #fff 20%, #343434 70%);
  background-size: 140%;
  background-position: 30% 0;
  transition: background 0.3s;
}

body.page-hearing-aids .lp-genesisai-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(-90deg, #0072ce 0%, #bb29bb 20%, #f2c75c 50%, #bb29bb 70%);
  background-size: 100% 200%;
  left: 0px;
  right: 0px;
  top: 1px;
  height: 100%;
  filter: blur(9px);
  transform: skew(8deg, 0deg);
  transition: all 0.2s linear;
}

body.page-hearing-aids .lp-genesisai-btn:hover,
body.page-hearing-aids .lp-genesisai-btn:active {
  text-decoration: none;
}

body.page-hearing-aids .lp-genesisai-btn:hover {
  text-decoration: none;
  color: #fff;
}

body.page-hearing-aids .lp-genesisai-btn:hover::before {
  background-position: 130% 0;
}

body.page-hearing-aids .lp-genesisai-btn:hover::after {
  filter: blur(19px);
}

body.page-hearing-aids .lp-genesis-ai-wrap p {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: gill-sans-nova, sans-serif;
}

body.page-hearing-aids .lp-genesis-ai-aids-img {
  max-width: 100%;
  width: 329px;
  margin: 0 auto 15px auto;
}

body.page-hearing-aids .lp-genesis-ai-aids-img {
  position: relative;
  margin-top: -20px;
}

body.page-hearing-aids .lp-genesisai-btn-wrap {
  position: relative;
  z-index: 6;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .lp-featured--3-14-genesisai {
    background-position: 65% 100%;
  }

  .lp-genesisai-btn-wrap {
    text-align: center;
    margin-top: 15px;
  }

  .lp-genesis-ai-aids-img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .lp-featured--3-14-genesisai .col-sm-8 {
    justify-content: center;
  }

  .lp-featured--3-14-genesisai {
    background-image: url("/wp-content/uploads/themes/theme-hearingimproved/assets/images/starkey-mobile-banner-img.png") !important;
  }

  .lp-genesis-cta-wrap {
    display: block;
    gap: 40px;
  }

  .lp-genesis-ai-aids-img {
    margin: 20px 0 25px 0;
  }

  .lp-genesis-ai-wrap {
    text-align: center;
  }

  .lp-genesis-ai-aids-img {
    width: 250px;
    justify-self: flex-start;
  }

  .lp-genesis-ai-wrap img {
    margin: 0 auto;
  }

  .lp-genesisai-btn-wrap {
    margin-bottom: 15px;
  }

  .lp-genesis-ai-wrap h2 {
    font-size: 58px !important;
  }

  .lp-genesisai-btn {
    font-size: 25px;
  }
}

@media screen and (max-width: 574px) {
  .lp-featured--3-14-genesisai {
    background-position: center 100%;
  }

  .lp-genesis-ai-wrap p {
    max-width: 340px;
    margin: 15px auto;
    line-height: 1.3;
  }

  .lp-genesisai-btn-wrap {
    margin-top: 0;
  }

  .lp-featured--3-14-genesisai p.subtitle {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .lp-genesisai-btn {
    font-size: 23px;
  }

  .lp-genesis-ai-wrap h2 {
    font-size: 52px !important;
    line-height: 0.9 !important;
  }
}

body.page-hearing-aids-compatibility .hide-starkey {
  display: none;
}

body.page-hearing-aids-compatibility .main table {
  width: 100%;
  border-collapse: collapse;
}

body.page-hearing-aids-compatibility .main table th,
body.page-hearing-aids-compatibility .main table td {
  padding: 10px;
  border: 2px solid #282828;
  text-align: center;
  vertical-align: middle;
}

body.page-hearing-loss-simulator-iframe [ng\:cloak],
body.page-hearing-loss-simulator-iframe [ng-cloak],
body.page-hearing-loss-simulator-iframe [data-ng-cloak],
body.page-hearing-loss-simulator-iframe [x-ng-cloak],
body.page-hearing-loss-simulator-iframe .ng-cloak,
body.page-hearing-loss-simulator-iframe .x-ng-cloak,
body.page-hearing-loss-simulator-iframe .ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

body.page-hearing-loss-simulator-iframe ng\:form {
  display: block;
}

body.page-hearing-loss-simulator-iframe .ng-animate-shim {
  visibility: hidden;
}

body.page-hearing-loss-simulator-iframe .ng-anchor {
  position: absolute;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_wrapper {
  padding: 12px 12px;
  box-sizing: border-box;
  z-index: 9999997;
  position: fixed;
  text-align: center;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  left: 0;
  right: 0;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1250px;
  box-sizing: border-box;
  z-index: 9999998;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal2 {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 12px 0px 12px;
  background: #fff;
  float: left;
  text-align: center;
  z-index: 9999999;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  color: #FFF;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-headline {
  font-size: 16px;
  color: #000000;
  line-height: 1.1em;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-body {
  color: #555;
  width: 85%;
  float: left;
  text-align: justify;
  line-height: 1.1em;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-neccessary {
  color: #000000;
  width: 100%;
  float: left;
  text-align: justify;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-body a,
body.page-hearing-loss-simulator-iframe #sdgdpr_modal-body a:link,
body.page-hearing-loss-simulator-iframe #sdgdpr_modal-body a:active {
  text-decoration: underline;
  color: #0077bf;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-body a:hover {
  color: #0077bf;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons {
  width: 15%;
  float: left;
  padding: 15px 0px;
  margin: 0;
  text-align: center;
  list-style: none;
  font-size: 14px;
  min-width: 75px;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons span {
  list-style: none;
  display: inline;
  width: 80%;
  max-width: 350px;
  vertical-align: middle;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  box-sizing: border-box;
  margin: 8px auto;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons-agree {
  background-color: #1e9be9;
  color: #FFF;
  border-color: #1e9be9;
  border-width: 1px;
  border-style: solid;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons-agree:hover {
  background-color: #fff;
  color: #1e9be9;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons-customize {
  background-color: #fff;
  color: #1e9be9;
  border-color: #1e9be9;
  border-width: 1px;
  border-style: solid;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons-agree:hover {
  background-color: #1e9be9;
  color: #fff;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons-complex {
  background-color: transparent;
  color: #1e63c6;
  border-color: #1e63c6;
  border-width: 1px;
  border-style: solid;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal_buttons-complex:hover {
  border-color: #06427e;
  color: #06427e;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-sub {
  width: 100%;
  float: left;
  padding: 8px 0 12px;
  text-align: center;
  box-sizing: border-box;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-sub > #sdgdpr_modal-complex {
  color: #1e63c6;
  text-decoration: underline;
  font-size: 16px;
}

body.page-hearing-loss-simulator-iframe #sdgdpr_modal-sub > #sdgdpr_modal-complex:hover {
  color: #06427e;
}

body.page-hearing-loss-simulator-iframe .privacy_prompt_link {
  float: left;
  width: 100%;
  text-align: center;
}

body.page-hearing-loss-simulator-iframe .privacy_prompt_link a {
  color: #1e63c6;
  text-decoration: underline;
}

body.page-hearing-loss-simulator-iframe .privacy_prompt_link a:hover {
  color: #06427e;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper {
  display: none;
  position: relative;
  vertical-align: middle;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper.ub-emb-visible {
  display: inline-block;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper .ub-emb-close {
  background-color: hsla(0,0%,100%,.6);
  border: 0;
  border-radius: 50%;
  color: #525151;
  cursor: pointer;
  font-family: Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  transition: transform .2s ease-in-out,background-color .2s ease-in-out;
  width: 20px;
  z-index: 1;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper.ub-emb-mobile .ub-emb-close {
  transition: none;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper .ub-emb-close:before {
  content: "";
  height: 40px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper .ub-emb-close:hover {
  background-color: #fff;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper .ub-emb-close:active,
body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper .ub-emb-close:focus {
  background: hsla(0,0%,100%,.35);
  color: #444;
  outline: none;
}

body.page-hearing-loss-simulator-iframe .ub-emb-iframe-wrapper .ub-emb-iframe {
  border: 0;
  max-height: 100%;
  max-width: 100%;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-iframe-wrapper .ub-emb-iframe {
  box-shadow: 0 0 12px rgba(0,0,0,.3),0 1px 5px rgba(0,0,0,.2);
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-iframe-wrapper.ub-emb-mobile {
  max-width: 100vw;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay {
  transition: visibility .3s step-end;
  visibility: hidden;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay.ub-emb-visible {
  transition: none;
  visibility: visible;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-backdrop,
body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-scroll-wrapper {
  opacity: 0;
  position: fixed;
  transition: opacity .3s ease,z-index .3s step-end;
  z-index: -1;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-backdrop {
  background: rgba(0,0,0,.6);
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  top: -1000px;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  overflow: auto;
  padding: 30px;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay .ub-emb-scroll-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay.ub-emb-mobile .ub-emb-scroll-wrapper {
  padding: 30px 0;
}

body.page-hearing-loss-simulator-iframe .ub-emb-overlay.ub-emb-visible .ub-emb-backdrop,
body.page-hearing-loss-simulator-iframe .ub-emb-overlay.ub-emb-visible .ub-emb-scroll-wrapper {
  opacity: 1;
  transition: opacity .4s ease;
  z-index: 2147483647;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar {
  transition: visibility .2s step-end;
  visibility: hidden;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar.ub-emb-visible {
  transition: none;
  visibility: visible;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar .ub-emb-bar-frame {
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  transition: bottom .2s ease-in-out,top .2s ease-in-out,z-index .2s step-end;
  z-index: -1;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar.ub-emb-ios .ub-emb-bar-frame {
  right: auto;
  width: 100%;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar.ub-emb-visible .ub-emb-bar-frame {
  transition: bottom .3s ease-in-out,top .3s ease-in-out;
  z-index: 2147483646;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar .ub-emb-close {
  bottom: 0;
  margin: auto 0;
  top: 0;
}

body.page-hearing-loss-simulator-iframe .ub-emb-bar:not(.ub-emb-mobile) .ub-emb-close {
  right: 20px;
}

body.page-our-services-hearing-protection .lp-subsection {
  margin: 40px 0;
}

body.page-your-hearing-hearing-loss-simulator #iFrameHearingTest {
  width: 100%;
  min-height: 620px;
  transition: height 0.25s ease;
}

body.page-your-hearing-your-hearing-journey #yhj {
  width: 100%;
  transition: height 0.5s ease;
}

/* Additional WCN Styles *//*Do not apply margin to figures in the header*/
header figure {
	margin: 0;
}

/*Carry the header sticky class over to the gutenberg wrapper, if it exists*/
.is-sticky {
	position: sticky;
	top: 0px;
	z-index: 99;
}

/*Sticky footer*/
.footer-sticky {
	position: sticky;
	width: 100%;
	bottom: 0;
	z-index: 99;
}

/*Ensure that buttons that we parse to DOM blocks do not have extra margin applied to the text*/
a.wp-block-wcn-dom-block p {
	margin: 0!important;
	color: inherit!important;
	font-size: inherit!important;
	font-weight: inherit!important;
	line-height: inherit!important;
}

/*Transition lp-header-nav header to not use js for hover states...*/
.lp-has-subnav:hover .lp-subnav {
	display: block;
}

/*Ensure proper height for the logo in the header*/
.lp-header-logo a img {
	height: auto!important;
}

/*Site b footer ul margin fix*/
.site-a-lp-footer-nav ul, .site-b-lp-footer-nav ul, .site-d-lp-footer-nav ul {
	margin-top: 1rem;
}

/*Site b footer logo fix*/
.site-b-lp-footer figure {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/*Site a hero image fix*/
.site-a-image img {
	width: unset!important;
}

/*Header logo scale*/
header img {
	transition: all 0.25s ease-in-out;
}

/*Header background color transition*/
.top-header {
	transition: all 0.25s ease-in-out;
}

/*slider css*/
.lp-Slides.active, .testimonial.active, .carousel-inner .item.active {
	display: block;
}

/**/
.lp-Slides, .testimonial, .carousel-inner .item {
	display: none;
}

/**/
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}

/* Ensure that single map locations are not hidden */
.single-map-loc .hp-map {
    display:block!important;
}

/* Proper margins on social icons list in footer */
ul.social-list {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.plus-wrapper {
	display:flex;
	justify-content:flex-end;
	width:40px;
	height:20px;
	background-color:transparent;
	align-items:center;
}

@media screen and (max-width:1221px) {
	.lp-header-inner div.nav-menu.open {
		padding: 30px 35px!important;
	}
}

/* Additional css for gravity forms fixes */
.form-fields {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:1em;
}

.form-field {
	grid-column: 1 / span 2;
}

.form-field label { display:none; }

.form-field:has(label[for="input_1_8"]),
.form-field:has(label[for="input_1_9"]) {
	grid-column: 1;
}


.form-field:has(label[for="input_1_8"]) + .form-field,
.form-field:has(label[for="input_1_9"]) + .form-field {
	grid-column: 2;
	margin-top:auto;
	margin-bottom:3px;
}

.form-field.error input, .form-field.error textarea, .form-field.error select {
	border-color:red;
}

.form-field .error-message {
	margin-left:auto;
	width:fit-content;
	display:block;	
	color:red;
}

.form-field.hide { display:none; }

header.wp-block-template-part {
	position: sticky;
	top: 0px;
	z-index: 99;
}

.wcn-gravity-form button[type="submit"] {
	margin-top:1em;
}

.site-c-loc-bg .embed.gmap {
	height:unset!important;
	aspect-ratio:1/1;
}

.site-c-loc-bg {
	margin-bottom:1em;
}

.site-c-loc-bg .lp-btn:not(:first-child) {
	margin-top:1.5em;
}

.lp-contact-us-bottom .lp-btn { margin-top:1em!important; }

/* Testimonial button centering */
.site-a-testimonials .lp-btn,
.site-b-testimonials .lp-btn,
.site-c-testimonials .lp-btn,
.site-d-testimonials .lp-btn,
.site-e-testimonials .lp-btn,
.site-d1-testimonials .lp-btn,
.lp-bg-testimonials .lp-btn,
.testi-box .lp-btn {
	text-align: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 1.5em;
}

/* Testimonial stars */
.stars {
	display:flex;
	flex-direction:row;
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
	gap:2px
}

.stars img {
	object-fit:contain;
	width:20px;
	height:20px;
}

.sb-googlemap { height:100%!important; }

header .lp-header-info .wcn-location-info__loc { display:flex; flex-direction:column; align-items:flex-start; font-size:24px; color:var(--wp--preset--color--primary); }
header .sticky-top .wcn-location-info__loc { align-items:center; }
header .sticky-top .wcn-location-info__loc a { line-height:1; }

header .lp-header-nav-wrap { background-color:white; }
header .lp-header-nav { max-width:1200px; margin-left:auto; margin-right:auto; }

footer .lp-footer-nav { margin-top:1em; }
footer .wcn-location-info__loc { margin-top:1em; }
footer .wcn-location-info__address { margin-top:0; }
footer .wcn-location-info__phone { color:var(--wp--preset--color--primary); text-decoration:underline; }

body.home .lp-home-map { display:flex; margin-bottom:0!important; }
body.home .lp-home-map h3 { border-bottom:var(--wp--preset--color--secondary) 3px solid; font-size:26px; }
body.home .lp-home-map .map__map-wrap { min-height:unset; }
body.home .lp-home-map .acf-map { min-height:unset; }

body.page-hearing-aidshearing-aid-stylesbehind-the-ear .lp-styles-2 { display:none; }

.wcn-single-sided-hearing-tech-col:first-child { border-right: 1px dotted var(--wp--preset--color--primary); }

.wcn-single-sided-hearing-tech-container .wcn-single-sided-hearing-tech-col ul { min-height: 10rem; }
.wcn-hearing-aids-apps-cards-row { justify-content: space-between; }
.wcn-hearing-aids-apps-card { justify-content: flex-start; }
.wcn-hearing-aids-apps-card p { min-height: 8rem; }
@media screen and (max-width:1164px) {
  .wcn-hearing-aids-apps-card p { min-height: auto; }
}

body.page-testimonials .video-box .text p { margin-top:0; }

.howto-video-tile { margin-bottom:1em; }

body.page-locations .lp-address a { display:block; margin-top:1em; }
body.page-locations .lp-localinfo-contact h3 { border-bottom:var(--wp--preset--color--secondary) 3px solid; font-size:36px; color:var(--wp--preset--color--primary); }
body.page-locations .lp-localinfo-ctas a i.wcn-single-icon { background-color:white; }
body.page-locations .lp-localinfo-ctas a:hover i.wcn-single-icon { background-color:var(--wp--preset--color--primary); }

body.single-location h2 { border-bottom:var(--wp--preset--color--secondary) 3px solid; }
body.single-location .phone-number { display:block; margin-bottom:1em; }
body.single-location .lp-localinfo-ctas a { max-width:200px; }
body.single-location .lp-location-item-detail .lp-btn.js-schedule { margin-bottom:1em; }
