:root {
  --cma-blue: #305e7b;
  --cma-accent: #7fa8bb;
  --cma-dark: #23374a;
  --cma-soft: #f2f2f3;
  --cma-white: #ffffff;
  --cma-text: #545454;
  --cma-heading: #2d2d2d;
  --cma-line: #dedee0;
  --content-width: 1300px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cma-white);
  color: var(--cma-text);
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--cma-blue);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

a:hover,
a:focus {
  color: var(--cma-accent);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  margin: 0 0 22px;
}

ul {
  margin: 0;
}

.screen-reader-text,
.nectar-skip-to-content:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.container {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.row,
.row_col_wrap_12,
.row_col_wrap_12_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.col {
  min-width: 0;
}

.span_3 {
  width: 25%;
}

.span_5 {
  width: 41.666%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 58.333%;
}

.span_9 {
  width: 75%;
}

.span_12 {
  width: 100%;
}

.vc_col-sm-5 {
  width: 41.666%;
}

.vc_col-sm-6 {
  width: 50%;
}

.vc_col-sm-7 {
  width: 58.333%;
}

.vc_col-sm-12 {
  width: 100%;
}

.vc_column_container {
  padding: 0 20px;
}

.vc_column-inner {
  height: 100%;
}

.wpb_wrapper {
  height: auto;
}

#header-space {
  height: 0;
}

#header-secondary-outer {
  background: var(--cma-accent);
  color: var(--cma-white);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

#header-secondary-outer a {
  display: inline-block;
  padding: 12px 16px;
  color: var(--cma-white);
}

#header-outer {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fcfcfc;
  box-shadow: 0 1px 0 rgba(48, 94, 123, 0.12);
}

#top {
  background: #fcfcfc;
}

#top .row {
  min-height: 128px;
  align-items: center;
}

#logo {
  display: inline-flex;
  align-items: center;
  width: min(245px, 100%);
}

#logo .mobile-only-logo {
  display: none;
}

.left-side {
  margin-top: 8px;
  color: var(--cma-blue);
  font-size: 16px;
}

.nectar-header-text-content strong {
  color: var(--cma-blue);
  font-family: Helvetica, Arial, sans-serif;
}

.sf-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu a {
  display: inline-block;
  padding: 13px 0;
  color: var(--cma-blue);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.sf-menu a:hover,
.sf-menu .current-menu-item a {
  color: var(--cma-accent);
}

.sf-menu .button_solid_color a {
  padding: 12px 20px;
  border-radius: 40px;
  background: var(--cma-accent);
  color: var(--cma-white);
}

.sf-menu .button_solid_color a:hover {
  background: var(--cma-blue);
  color: var(--cma-white);
}

#page-header-wrap {
  height: 130px;
}

#page-header-bg {
  display: flex;
  min-height: 130px;
  align-items: center;
  background: var(--cma-accent);
  color: var(--cma-white);
  text-align: center;
}

#page-header-bg .row {
  justify-content: center;
}

#page-header-bg .span_6 {
  width: 100%;
}

#page-header-bg h1,
#page-header-bg .subheader {
  color: var(--cma-white);
}

#page-header-bg h1 {
  margin-bottom: 8px;
  font-size: clamp(30px, 4vw, 48px);
}

#page-header-bg .subheader {
  display: block;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.container-wrap .main-content {
  width: 100%;
  max-width: none;
}

.wpb_row {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) max(24px, calc((100vw - var(--content-width)) / 2));
}

.wpb_row.full-width-content {
  padding-right: max(24px, calc((100vw - var(--content-width)) / 2));
  padding-left: max(24px, calc((100vw - var(--content-width)) / 2));
}

.right_padding_2pct {
  padding-right: max(24px, 2vw);
}

.left_padding_2pct {
  padding-left: max(24px, 2vw);
}

.has-row-bg-color {
  background: var(--row-bg-color, var(--cma-white));
}

.white-row {
  background: var(--cma-white);
}

.row_col_wrap_12 {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
}

.full-width-content .row_col_wrap_12 {
  width: min(var(--content-width), 100%);
}

.dark h2,
.dark h3 {
  color: var(--cma-heading);
}

.light,
.light h2,
.light h3,
.light p {
  color: var(--cma-white);
}

.preheading {
  margin-bottom: 12px;
  color: var(--cma-accent);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.preheading.light {
  color: var(--cma-white);
}

.lead {
  color: var(--cma-blue);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.35;
}

.cma-hero-row {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.cma-hero-row .row_col_wrap_12 {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
}

.cma-hero-row .vc_col-sm-7,
.cma-hero-row .vc_col-sm-5 {
  width: 50%;
  float: none !important;
  align-self: center !important;
}

.cma-hero-row .vc_col-sm-7 > .vc_column-inner {
  max-width: 620px;
}

.cma-hero-row .vc_col-sm-5 > .vc_column-inner,
.cma-hero-row .vc_col-sm-7 > .vc_column-inner,
.cma-hero-row .vc_col-sm-5 > .vc_column-inner > .wpb_wrapper,
.cma-hero-row .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper,
.cma-hero-row .wpb_text_column .wpb_wrapper {
  height: auto;
}

.cma-hero-row h1 {
  font-size: clamp(32px, 3.2vw, 44px);
}

.cma-hero-row h2 {
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.16;
}

.cma-image-frame {
  height: 100%;
  min-height: 620px;
  margin: 0;
  background: var(--cma-dark);
}

.cma-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.85);
}

.cma-provider-portraits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.cma-provider-portraits .cma-image-frame {
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 1;
  background: var(--cma-dark);
}

.cma-provider-portraits .cma-image-frame img {
  object-fit: cover;
  object-position: center;
  filter: none;
}

.nectar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border: 2px solid var(--cma-blue);
  border-radius: 40px;
  color: var(--cma-blue);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.nectar-button.jumbo {
  min-height: 62px;
  padding: 18px 34px;
}

.nectar-button:hover,
.nectar-button:focus {
  border-color: var(--cma-accent);
  background: var(--cma-accent);
  color: var(--cma-white);
}

#conditions h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
}

.centered-heading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.centered-heading.narrow {
  max-width: 940px;
  margin-bottom: 0;
}

.symptom-row,
.process-row,
.why-row {
  --row-bg-color: var(--cma-soft);
}

.cma-card-grid,
.process-grid,
.benefit-list {
  display: grid;
  gap: 18px;
}

.cma-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.cma-card-grid article {
  min-height: 138px;
  padding: 24px 20px;
  border-top: 3px solid var(--cma-accent);
  background: var(--cma-white);
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.treatment-panel {
  padding: clamp(26px, 4vw, 48px);
  border-top: 4px solid var(--cma-accent);
  background: var(--cma-soft);
}

.cma-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 28px;
  background: var(--cma-dark);
  aspect-ratio: 16 / 9;
}

.cma-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blue-row {
  --row-bg-color: var(--cma-blue);
}

.blue-row .row_col_wrap_12 {
  align-items: center;
}

.blue-row p {
  color: rgba(255, 255, 255, 0.88);
}

.blue-row h2 {
  color: var(--cma-white);
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.process-grid article {
  padding: 26px 20px;
  background: var(--cma-white);
}

.process-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--cma-accent);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.process-grid h3 {
  font-size: 21px;
}

.process-grid p {
  font-size: 15px;
  line-height: 1.6;
}

.benefits-row .row_col_wrap_12,
.why-row .row_col_wrap_12 {
  align-items: center;
}

.benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-list span {
  padding: 18px 20px;
  border-left: 3px solid var(--cma-accent);
  background: var(--cma-soft);
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 21px;
  line-height: 1.35;
}

.cma-check-list {
  display: grid;
  gap: 12px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--cma-white);
  list-style: none;
}

.cma-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  line-height: 1.35;
}

.cma-check-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--cma-accent);
  content: "";
}

.certified-row .row_col_wrap_12 {
  align-items: center;
}

.certified-seal-wrap {
  display: flex;
  justify-content: center;
}

.certified-seal {
  width: min(320px, 82vw);
  margin: 0 auto;
}

.search-row {
  text-align: center;
}

.cta-row {
  --row-bg-color: var(--cma-blue);
  text-align: center;
}

.cta-row h2,
.cta-row p {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.cta-row .nectar-button {
  border-color: var(--cma-white);
  color: var(--cma-white);
}

.cta-row .nectar-button:hover,
.cta-row .nectar-button:focus {
  border-color: var(--cma-accent);
  background: var(--cma-accent);
}

.disclaimer-row {
  padding-top: 28px;
  padding-bottom: 28px;
  background: var(--cma-white);
  font-size: 14px;
  line-height: 1.55;
}

.disclaimer-row p {
  margin: 0;
}

#footer-outer {
  background: var(--cma-dark);
  color: rgba(255, 255, 255, 0.72);
}

#footer-widgets {
  padding: 62px 0 46px;
}

#footer-outer h4 {
  margin-bottom: 18px;
  color: var(--cma-white);
  font-size: 20px;
}

#footer-outer .row {
  gap: 0;
}

#footer-outer .col {
  padding: 0 20px;
}

#footer-outer ul {
  padding: 0;
  list-style: none;
}

#footer-outer li {
  margin-bottom: 8px;
  line-height: 1.45;
}

#footer-outer a {
  color: rgba(255, 255, 255, 0.72);
}

#footer-outer a:hover,
#footer-outer a:focus {
  color: var(--cma-accent);
}

#footer-outer .widget_media_image {
  margin-bottom: 20px;
}

#copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px 0;
  font-size: 14px;
}

#copyright .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#copyright p {
  margin: 0;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  margin: 0;
}

@media (max-width: 1180px) {
  .sf-menu {
    gap: 4px 12px;
  }

  .sf-menu a {
    font-size: 14px;
  }

  .cma-card-grid,
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 999px) {
  body {
    font-size: 17px;
  }

  .container {
    width: min(100% - 36px, var(--content-width));
  }

  #top .row {
    min-height: 108px;
  }

  #top .span_3,
  #top .span_9 {
    width: 100%;
    text-align: center;
  }

  #logo {
    justify-content: center;
    margin: 10px auto 4px;
  }

  .left-side {
    margin: 0 0 10px;
  }

  .sf-menu {
    justify-content: center;
  }

  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .cma-hero-row .vc_col-sm-5,
  .cma-hero-row .vc_col-sm-7,
  .span_3,
  .span_5,
  .span_6,
  .span_7,
  .span_9 {
    width: 100%;
  }

  .vc_column_container {
    padding: 0;
  }

  .row_col_wrap_12 {
    gap: 30px 0;
  }

  .cma-image-frame {
    min-height: 460px;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  #footer-outer .span_3 {
    width: 50%;
    margin-bottom: 34px;
  }

  #copyright .span_5,
  #copyright .span_7 {
    width: 100%;
    text-align: center;
  }

  .social {
    justify-content: center;
    margin-top: 14px;
  }
}

@media (max-width: 690px) {
  #header-secondary-outer a {
    padding: 10px 8px;
    font-size: 14px;
  }

  #top .row {
    min-height: auto;
    padding-bottom: 14px;
  }

  #logo .default-logo {
    display: none;
  }

  #logo .mobile-only-logo {
    display: block;
    max-height: 86px;
    width: auto;
  }

  .sf-menu li:not(.button_solid_color) {
    display: none;
  }

  .sf-menu .button_solid_color a {
    margin-top: 4px;
  }

  #page-header-wrap,
  #page-header-bg {
    min-height: 154px;
    height: auto;
  }

  #page-header-bg .subheader {
    font-size: 16px;
    line-height: 1.45;
  }

  .wpb_row {
    padding: 52px 20px;
  }

  h2 {
    font-size: 31px;
  }

  .lead {
    font-size: 22px;
  }

  .nectar-button,
  .nectar-button.jumbo {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .cma-card-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .cma-card-grid article {
    min-height: auto;
  }

  .cma-image-frame {
    min-height: 360px;
  }

  .cma-provider-portraits {
    grid-template-columns: 1fr;
  }

  .cma-provider-portraits .cma-image-frame {
    min-height: 0;
  }

  .treatment-panel,
  .cma-check-list {
    padding: 26px 22px;
  }

  #footer-outer .span_3 {
    width: 100%;
  }
}
