@charset "UTF-8";
/*!
Theme Name: ECP Master
Description: A custom theme for ECP
Author: FS
Version: 1.95
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

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

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.two-col * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.three-col * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.four-col {
  -moz-columns: 4;
       columns: 4;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.four-col * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .four-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 160px;
}

body {
  font-family: "museo-sans", "tahoma", "arial", sans-serif;
  color: #363F45;
  font-size: 19px;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #54BED1;
}
a:hover {
  text-decoration: none;
}

p {
  line-height: 1.737;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  p {
    font-size: 17px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "museo-sans", "tahoma", "arial", sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}

h1, .h1 {
  font-size: 53px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 33px;
  }
}

h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
  }
}

h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 19px;
  }
}

.sixtyspace {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .sixtyspace {
    height: 0;
    display: none;
  }
}
.sixtyspace * {
  margin-bottom: 0;
}

ul {
  list-style-position: outside;
  margin-left: 1rem;
}

section ul {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section ul {
    margin-block: 0 1rem;
  }
}
section ul li {
  list-style-type: square;
  padding-left: 20px;
  padding-block: 0 26px;
  line-height: 1.737;
}
section ul li::marker {
  content: url("images/bullet.svg");
  color: #F9D147;
}

@media (max-width: 767px) {
  section ul li, section ol li {
    font-size: 17px;
  }
}
.container {
  width: 100%;
  max-width: 1416px;
  padding-inline: 5%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (min-width: 1640px) {
  .container {
    padding-inline: 0;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 1980px;
  }
}
@media screen and (max-width: 980px) {
  .container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 40px;
  }
}
.container.containersmall {
  max-width: 980px;
  padding-inline: 20px;
}
@media screen and (max-width: 980px) {
  .container.containersmall {
    padding-inline: 90px;
  }
}
@media screen and (max-width: 767px) {
  .container.containersmall {
    padding-inline: 40px;
  }
}

.btnwrap {
  display: flex;
  gap: 10px;
}
.btnwrap .button {
  align-self: flex-start;
}

.frm_button_submit,
.button {
  display: inline-block;
  color: #fff;
  background-color: #54BED1;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  padding-block: 21px;
  padding-inline: 48px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .frm_button_submit,
  .button {
    font-size: 15px;
    padding-block: 15px;
    padding-inline: 1rem;
  }
}
.frm_button_submit:hover,
.button:hover {
  color: #54BED1;
  background-color: #fff;
  transition: all 0.1s ease-in-out;
}
.frm_button_submit.paybill,
.button.paybill {
  padding-inline: 10px;
  padding-block: 10px;
  color: #fff;
  border: 1px solid #fff;
}
.frm_button_submit.paybill .paydark,
.button.paybill .paydark {
  display: none;
}
.frm_button_submit.paybill:hover,
.button.paybill:hover {
  background: #fff;
  color: #363F45;
  border: 1px solid #54BED1;
  transition: unset;
}
.frm_button_submit.paybill:hover .paylight,
.button.paybill:hover .paylight {
  display: none;
}
.frm_button_submit.paybill:hover .paydark,
.button.paybill:hover .paydark {
  display: block;
}
.frm_button_submit.white,
.button.white {
  background-color: #fff;
  color: #363F45;
  border-color: #54BED1;
}
.frm_button_submit.white:hover,
.button.white:hover {
  background-color: #54BED1;
  color: #fff;
  border-color: #fff;
  transition: all 0.1s ease-in-out;
}

img.alignnone {
  margin: 30px auto;
  display: block;
}

/* forms */
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_form_field.frm_html_container.termscons {
  color: #000;
  font-size: 13px;
}
.frm_forms.frm_style_ecpmaster.with_frm_style select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(images/toggle-down-active.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
}
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_form_field.frm_html_container {
  font-size: 19px;
  color: #000;
}
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_form_field:has(input[type=checkbox]) .frm_primary_label,
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_form_field:has(input[type=radio]) .frm_primary_label {
  display: block;
}
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_form_field.terms:has(input[type=checkbox]) .frm_primary_label {
  display: none;
}
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_form_fields > fieldset {
  padding: 0;
}
.frm_forms.frm_style_ecpmaster.with_frm_style .frm_primary_label {
  display: none;
}
.frm_forms.frm_style_ecpmaster.with_frm_style textarea::-moz-placeholder, .frm_forms.frm_style_ecpmaster.with_frm_style input::-moz-placeholder {
  color: #000;
  font-size: 19px;
  font-weight: 300;
}
.frm_forms.frm_style_ecpmaster.with_frm_style textarea::placeholder,
.frm_forms.frm_style_ecpmaster.with_frm_style input::placeholder {
  color: #000;
  font-size: 19px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .frm_forms.frm_style_ecpmaster.with_frm_style .frm_button_submit {
    min-width: 120px;
  }
}

.silvr {
  text-align: center;
  font-size: 1rem;
  display: block;
  margin-top: 1rem;
}

main section ol {
  margin-bottom: 30px;
  list-style-position: outside;
  margin-left: 1.2rem;
}
main section ol li {
  padding-left: 20px;
  padding-block: 0 26px;
  line-height: 1.737;
}
@media (max-width: 767px) {
  main section ol li {
    font-size: 17px;
  }
}

#tooltip {
  font-size: inherit;
}
#tooltip a {
  font-size: inherit;
  color: #54BED1;
}
#tooltip .tooltipcnt .tooltiptrusted {
  font-size: 1.25rem;
}
#tooltip .tooltipcnt * {
  font-size: inherit;
}

/* Modal container */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  z-index: 99999;
}

/* Modal content */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 40px 20px;
  border: 1px solid #000;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.modal-content label {
  font-size: 1rem;
}

/* Close button */
.closemodal {
  color: #000;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  right: 5px;
  top: 0;
}

.closeclosemodal:hover,
.closeclosemodal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  p:has(var) var {
    min-width: 100%;
  }
}
/* nav */
nav {
  padding-top: 24px;
  padding-inline: 24px 18px;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 980px) {
  nav {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    background-color: #fff;
    padding-inline: 26px;
    padding-block: 24px;
    position: sticky;
    z-index: 999;
  }
}
@media screen and (max-width: 980px) {
  nav .bottomlevel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    height: 99vh;
    overflow: scroll;
    padding-block: 0 10vh;
  }
  nav .bottomlevel.is-active {
    display: block;
    z-index: 9999;
    background-color: #fff;
  }
}
nav .toplevel {
  display: flex;
  justify-content: space-between;
}
nav .othernav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  nav .othernav {
    display: none;
  }
}
nav .othernav a {
  font-size: 1rem;
  color: #363F45;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
}
@media (hover: hover) {
  nav .othernav a:hover {
    color: #54BED1;
  }
}
nav .othernav a img {
  margin-right: 10px;
  align-self: center;
}
nav .telly {
  order: -1;
}

/*  header menu */
.header-menu {
  margin-top: 1rem;
  margin-inline: auto;
  display: flex;
  list-style: none;
  font-size: 1rem;
  color: #363F45;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 980px) {
  .header-menu {
    margin-top: 0;
    display: block;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 10vh;
  }
}
.header-menu ul {
  list-style: none;
}
.header-menu li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .header-menu li {
    display: block;
  }
}
.header-menu > li.menu-item-has-children {
  position: relative;
}
.header-menu > li:last-of-type .mega,
.header-menu > li:nth-last-child(2) .mega {
  right: 0;
  left: unset;
}
@media screen and (min-width: 1024px) {
  .header-menu > li > a {
    font-size: clamp(0.75rem, -0.1775rem + 1.4493vw, 1rem);
    font-size: 15px;
    padding-block: 0 10px;
    font-weight: 500;
  }
}
.header-menu a {
  color: #363F45;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding-block: 0 0;
  padding-inline: 0 5px;
}
@media screen and (max-width: 980px) {
  .header-menu a {
    font-size: 15px;
    padding-inline: 26px;
    width: 100%;
    padding-block: 0 0;
  }
}
.header-menu a:hover {
  color: #54BED1;
  text-decoration: underline;
}
.header-menu > .menu-item-has-children > .nav-plus {
  display: block;
  background-image: url(images/nav-plus.svg);
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 980px) {
  .header-menu > li {
    border-bottom: 1px solid #E9F5F9;
  }
  .header-menu > li > a {
    padding-block: 20px;
  }
}
@media (hover: hover) {
  .header-menu > li.menu-item-has-children:hover > a {
    color: #54BED1;
    position: relative;
  }
  .header-menu > li.menu-item-has-children:hover .mega {
    display: block;
  }
  .header-menu > li.menu-item-has-children:hover:before {
    display: block;
  }
  .header-menu > li.menu-item-has-children:hover:after {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header-menu > li.menu-item-has-children {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-menu > li.menu-item-has-children > a {
    flex-basis: calc(100% - 17px - 26px);
  }
  .header-menu > li.menu-item-has-children > .nav-plus {
    display: block;
    background-image: url(images/plus.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    margin-right: 26px;
    position: relative;
  }
  .header-menu > li.menu-item-has-children > .nav-plus:after {
    content: "";
    position: absolute;
    padding: 1rem;
    display: block;
  }
  .header-menu > li.menu-item-has-children > .nav-plus.rotatoe {
    background-image: url(images/minus.svg);
    width: 17px;
    height: 1px;
  }
}
@media screen and (min-width: 981px) {
  .header-menu {
    /* sub menu mega  */
  }
  .header-menu .mega {
    min-width: -moz-max-content;
    min-width: max-content;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: #fff;
  }
  .header-menu .sub-menu {
    all: unset;
    font-size: 15px;
  }
  .header-menu .sub-menu .nav-plus {
    display: none;
  }
  .header-menu .sub-menu li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: block;
  }
  .header-menu .sub-menu li.menu-item-has-children:hover > a::after,
  .header-menu .sub-menu li.menu-item-has-children:hover > a::before {
    display: none;
  }
  .header-menu .sub-menu.depth-1 {
    all: unset;
    padding: 0;
  }
  .header-menu .sub-menu.depth-1 a {
    font-size: 0.9rem;
  }
  .header-menu .sub-menu a {
    padding: 5px;
    display: block;
  }
}
.header-menu .grandchildren .sub-menu.depth-1 a {
  text-indent: 0;
}
.header-menu > li.grandchildren {
  position: static;
}
.header-menu > li.grandchildren .mega {
  width: calc(60vw - 4%);
  left: 50%;
  transform: translateX(-50%);
}
.header-menu > li.grandchildren .sub-menu.depth-0 {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .header-menu > li.grandchildren .sub-menu.depth-0 {
    flex-direction: column;
  }
}
.header-menu > li.grandchildren .sub-menu.depth-0 .depth-1 {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-menu > li.grandchildren .sub-menu.depth-0 .depth-1 {
    margin-left: 0;
  }
}
.header-menu > li.grandchildren .sub-menu.depth-0 > li > a {
  font-weight: 600;
}
.header-menu > li.grandchildren .sub-menu.depth-0 > li {
  width: 33%;
  display: block;
}
@media screen and (max-width: 767px) {
  .header-menu > li.grandchildren .sub-menu.depth-0 > li {
    width: 100%;
  }
}

/* sub menu mobile */
@media screen and (max-width: 980px) {
  .mega {
    display: none;
    flex-basis: 100%;
  }
  .sub-menu > li > a {
    padding-block: 10px;
  }
}
/* header logo mobile */
@media screen and (max-width: 980px) {
  .headerlogo {
    max-width: 60vw;
  }
}
/* button open */
#opennav {
  display: none;
}
@media screen and (max-width: 980px) {
  #opennav {
    display: block;
  }
  #opennav.is-active .open {
    display: none;
  }
  #opennav.is-active .close {
    display: block;
  }
  #opennav .close {
    display: none;
  }
}

.telly.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .telly.mobile {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .header-menu .sub-menu.depth-1 a {
    text-indent: 10px;
    font-size: 0.9rem;
  }
}
.patientportal-link {
  display: flex;
  align-items: center;
}
.patientportal-link img {
  width: 20px;
  height: 20px;
}

.h1 {
  font-size: 53px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 33px;
  }
}

.darkbox, section.content_left_links_right .cnt:after, .gallerycats .inner:before, .doctorheader .inner:before, .singlepostarticle .inner:before, .locationheader .leftcol:before, .text_only_hero .cnt:before, .contact_block_no_image .formwrap:before, .contact_block_offset_image .formwrap:after, .half_image_block_emp_on_image .cnt:after, .image_right_square_offset .cnt:after, .left_image_content_radius .imgwrp figure:after, .anchor_block .cnt:after, .insidepage_hero .cntwrap:before, .blue_map_block .heading:before, .blue_map_block.mapisoff .heading:before, .home_page_hero .cnt:after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54BED1;
  width: 24px;
  height: 24px;
}

.yellowbox, .procedure_grid_home .singleproc .procheader:after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F9D147;
  width: 18px;
  height: 18px;
}

.yellowstripe, section.content_left_links_right .cnt:before, .gallerycats .inner:after, .doctorheader .inner:after, .singlepostarticle .inner:after, .locationheader .rightcol:after, .text_only_hero .cnt:after, .contact_block_no_image .formwrap:after, .contact_block_offset_image .formwrap:before, .half_image_block_emp_on_image .cnt:before, .image_right_square_offset .cnt:before, .left_image_content_radius .cntwrap:before, .anchor_block .cnt:before, .insidepage_hero .cntwrap:after, .full_width_blue_center_image_block .colright:before, .blue_map_block .heading:after, .blue_map_block.mapisoff .heading:after, .home_page_hero .cnt:before {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F9D147;
  width: 14px;
  height: 100%;
}

.bgsettings, .gallery-case-nav a, .insidepage_hero .bgimage, .testimonial_slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* home hero */
.home_page_hero .container {
  display: flex;
  flex-direction: row;
  padding-right: 0;
  margin-right: 0;
  max-width: unset;
  position: relative;
  min-height: 689px;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .home_page_hero .container {
    aspect-ratio: 1260/689;
  }
}
@media screen and (max-width: 980px) {
  .home_page_hero .container {
    display: block;
    padding-inline: 0;
    min-height: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 980px) {
  .home_page_hero .container.containerflex {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.home_page_hero .bgimage {
  background-image: var(--bgimage);
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100vw - 570px);
  height: 689px;
  right: 0;
  top: 0;
  /* video */
}
@media screen and (min-width: 1920px) {
  .home_page_hero .bgimage {
    height: 100%;
  }
}
@media screen and (max-width: 980px) {
  .home_page_hero .bgimage {
    display: none;
  }
}
.home_page_hero .bgimage.hasvideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 980px) {
  .home_page_hero .bgimage.hasvideo {
    all: unset;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.home_page_hero figure {
  width: 100%;
  display: block;
}
.home_page_hero figure img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page_hero .cntwrap {
  width: 50%;
  align-self: center;
  z-index: 3;
  top: 50%;
  display: flex;
  justify-content: flex-start;
  margin-left: 60px;
}
@media screen and (max-width: 980px) {
  .home_page_hero .cntwrap {
    width: 100%;
    margin-left: unset;
  }
}
.home_page_hero .cnt {
  background-color: #E9F5F9;
  padding-block: 30px;
  padding-inline: 50px;
  width: 100%;
  position: relative;
  right: 3vw;
}
@media screen and (max-width: 1170px) {
  .home_page_hero .cnt {
    max-width: 570px;
  }
}
@media screen and (max-width: 980px) {
  .home_page_hero .cnt {
    max-width: 100%;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .home_page_hero .cnt {
    padding-inline: 40px;
    padding-block: 35px;
  }
}
.home_page_hero .cnt:before {
  content: "";
}
.home_page_hero .cnt:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .home_page_hero h1 {
    text-align: center;
  }
}
.home_page_hero .btnwrap {
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .home_page_hero .btnwrap {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .home_page_hero .btnwrap .button {
    align-self: center;
    width: 100%;
  }
}
.home_page_hero .mobhero {
  display: none;
}
@media screen and (max-width: 980px) {
  .home_page_hero .mobhero {
    display: block;
  }
  .home_page_hero .mobhero img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

/* lead block */
.leadblock {
  padding-block: 80px 63px;
}
@media screen and (max-width: 767px) {
  .leadblock {
    padding-block: 50px 31px;
  }
}
.leadblock p:last-of-type {
  margin-bottom: 0;
}
.leadblock .leadfont {
  font-size: 24px;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .leadblock .leadfont {
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 45px;
  }
}
.leadblock .leadfont-large {
  font-size: 33px;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .leadblock .leadfont-large {
    font-size: 23px;
    line-height: 36px;
  }
}

/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden, .doctorpageblocks .videoslidenav .slick-hidden.slick-arrow {
  display: none;
}

/*  slide nav */
.slick-prev, .doctorpageblocks .videoslidenav.lazyloaded .slick-prev {
  background-image: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next, .doctorpageblocks .videoslidenav.lazyloaded .slick-next {
  background-image: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-arrow, .doctorpageblocks .videoslidenav .slick-arrow {
  font-size: 0;
  width: 64px;
  height: 64px;
  display: block;
}

.slick-dots {
  all: unset;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  all: unset;
}
.slick-dots .slick-active button {
  background-color: #fff;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background-color: #54BED1;
  border: 1px solid #fff;
}
.slick-dots button:hover {
  background-color: #fff;
}

.slidenav {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 20px;
}
.slidenav.lazyloaded .slick-prev, .slidenav.lazyloaded .doctorpageblocks .videoslidenav.lazyloaded .slick-prev, .doctorpageblocks .videoslidenav.lazyloaded .slidenav.lazyloaded .slick-prev {
  background-image: url(images/mobile-prev.svg);
}
.slidenav.lazyloaded .slick-next, .slidenav.lazyloaded .doctorpageblocks .videoslidenav.lazyloaded .slick-next, .doctorpageblocks .videoslidenav.lazyloaded .slidenav.lazyloaded .slick-next {
  background-image: url(images/mobile-next.svg);
}

/* procedure_grid_home */
.procedure_grid_home {
  background-color: #E9F5F9;
  padding-block: 60px;
}
.procedure_grid_home .container {
  padding-left: 5%;
  padding-right: 5%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .procedure_grid_home {
    padding-block: 50px;
  }
  .procedure_grid_home .container {
    padding-inline: 0;
  }
}
.procedure_grid_home .headingtxt {
  text-align: center;
  padding-inline: 1rem;
}
.procedure_grid_home .headingtxt h2 {
  margin-block: 0 1rem;
}
.procedure_grid_home .headingtxt p {
  margin-block: 0 3rem;
}
.procedure_grid_home .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .procedure_grid_home .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .wrap {
    display: block;
  }
}
.procedure_grid_home .wrap.cnt-4 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .procedure_grid_home .wrap.cnt-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .wrap.cnt-4 {
    display: block;
  }
}
.procedure_grid_home .wrap.cnt-5 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 980px) {
  .procedure_grid_home .wrap.cnt-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .wrap.cnt-5 {
    display: block;
  }
}
.procedure_grid_home .wrap.cnt-5 .singleproc {
  grid-column: span 2;
}
@media screen and (max-width: 980px) {
  .procedure_grid_home .wrap.cnt-5 .singleproc {
    grid-column: unset;
  }
}
.procedure_grid_home .wrap.cnt-5 .singleproc:nth-child(4) {
  grid-column: 2/span 2;
}
@media screen and (max-width: 980px) {
  .procedure_grid_home .wrap.cnt-5 .singleproc:nth-child(4) {
    grid-column: unset;
  }
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .singleproc {
    margin-inline: 10px;
  }
}
.procedure_grid_home .singleproc > a {
  text-decoration: none;
}
.procedure_grid_home .singleproc > a:hover .procheader {
  background-color: #54BED1;
  transition: all 0.1s ease-in-out;
  color: #fff;
}
.procedure_grid_home .singleproc > a:hover .procheader span {
  color: #fff;
}
.procedure_grid_home .singleproc > a:hover svg * {
  fill: #fff;
  transition: all 0.1s ease-in-out;
}
.procedure_grid_home .singleproc .procheader {
  background-color: #fff;
  position: relative;
}
.procedure_grid_home .singleproc .procheader .he {
  display: flex;
  align-items: center;
  gap: 10px;
}
.procedure_grid_home .singleproc .procheader span {
  padding-block: 30px;
  padding-left: 43px;
  text-decoration: none;
  color: #363F45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .singleproc .procheader span {
    font-size: 18px;
    padding-left: 18px;
    padding-block: 28px;
  }
}
.procedure_grid_home .singleproc .procheader:after {
  content: "";
}
.procedure_grid_home .singleproc figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.procedure_grid_home .btnwrap {
  justify-content: center;
  margin-block: 50px 0;
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .btnwrap {
    margin-top: 20px;
  }
}
.procedure_grid_home .slidenav {
  display: none;
}
@media screen and (max-width: 767px) {
  .procedure_grid_home .slidenav {
    display: flex;
  }
}

/* testimonial_slider */
.testimonial_slider {
  background-color: #54BED1;
  color: #fff;
  position: relative;
  padding-block: 30px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .testimonial_slider {
    padding-block: 0 60px;
  }
}
.testimonial_slider.lazyloaded {
  background-image: var(--tbgimage);
}
@media screen and (max-width: 767px) {
  .testimonial_slider.lazyloaded {
    background-image: unset;
  }
}
.testimonial_slider .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .testimonial_slider .container {
    padding-inline: 0;
    max-width: 100%;
  }
}
.testimonial_slider .mobileimg {
  display: none;
}
.testimonial_slider h2 {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .testimonial_slider h2 {
    font-size: clamp(1.875rem, -5.3382rem + 11.7647vw, 2.75rem);
  }
}
@media screen and (max-width: 767px) {
  .testimonial_slider h2 {
    font-size: 23px;
    padding-inline: 4rem;
    margin-bottom: 0;
  }
}
.testimonial_slider .slick-arrow, .testimonial_slider .doctorpageblocks .videoslidenav .slick-arrow, .doctorpageblocks .videoslidenav .testimonial_slider .slick-arrow {
  position: absolute;
  top: 25%;
  display: block;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.testimonial_slider.lazyloaded .slidewrap .slick-prev {
  background-image: url(images/prev-white.svg);
  left: 0;
}
@media screen and (max-width: 1150px) {
  .testimonial_slider.lazyloaded .slidewrap .slick-prev {
    left: -5vw;
  }
}
.testimonial_slider.lazyloaded .slidewrap .slick-prev:hover {
  background-image: url(images/blue-prev.svg);
}
.testimonial_slider.lazyloaded .slidewrap .slick-next {
  background-image: url(images/next-white.svg);
  right: 0;
}
@media screen and (max-width: 1150px) {
  .testimonial_slider.lazyloaded .slidewrap .slick-next {
    right: -5vw;
  }
}
.testimonial_slider.lazyloaded .slidewrap .slick-next:hover {
  background-image: url(images/blue-next.svg);
}
.testimonial_slider .slidewrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .testimonial_slider .slidewrap {
    margin-top: 50px;
    padding-inline: 40px;
  }
}
.testimonial_slider blockquote {
  font-style: italic;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  display: block;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .testimonial_slider blockquote {
    font-size: clamp(1rem, -2.0914rem + 5.042vw, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .testimonial_slider blockquote {
    font-size: 18px;
    line-height: 31px;
    padding-inline: unset;
  }
}
.testimonial_slider cite {
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .testimonial_slider cite {
    margin-top: 28px;
  }
}
.testimonial_slider .slick-list {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .testimonial_slider .slick-list {
    max-width: 100%;
  }
}
.testimonial_slider .btnwrap {
  margin-top: 33px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .testimonial_slider .mobbgimage {
    background-image: var(--tbgimage);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.doctor_slider {
  padding-block: 70px;
  /* no slides */
}
@media screen and (max-width: 767px) {
  .doctor_slider {
    padding-block: 40px 55px;
  }
}
.doctor_slider .containerfull {
  width: 100%;
  margin: 0 auto;
}
.doctor_slider .heading {
  margin-bottom: 54px;
  padding-inline: 90px;
}
@media screen and (max-width: 980px) {
  .doctor_slider .heading {
    padding-inline: 40px;
  }
}
.doctor_slider .heading.insidestyle {
  text-align: center;
}
.doctor_slider .heading.homestyle {
  display: block;
  text-align: center;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 980px) {
  .doctor_slider .heading.homestyle {
    display: block;
    text-align: center;
  }
}
.doctor_slider .heading.homestyle p {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .doctor_slider .heading.homestyle p {
    font-size: 18px;
    line-height: 28px;
  }
}
.doctor_slider .heading.homestyle * {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .doctor_slider .heading.homestyle * {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
.doctor_slider a {
  text-decoration: none;
}
.doctor_slider a:hover .docimg {
  outline-color: #54BED1;
  transition: all 0.2s ease-in-out;
}
.doctor_slider .docimg {
  outline: 11px solid transparent;
  outline-offset: -11px;
  transition: all 0.2s ease-in-out;
}
.doctor_slider .docimg img {
  display: block;
  width: 100%;
  height: auto;
}
.doctor_slider .singledoctor {
  margin-inline: 0.5rem;
}
.doctor_slider .singledoctor span {
  font-size: 0.9rem;
  color: #363F45;
  margin-top: 10px;
  display: block;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .doctor_slider .singledoctor span {
    font-size: 0.8rem;
  }
}
.doctor_slider .dslidenav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.doctor_slider .dslidenav.lazyloaded .slick-prev {
  background-image: url(images/mobile-prev.svg);
}
.doctor_slider .dslidenav.lazyloaded .slick-prev:hover {
  background-image: url(images/blue-prev.svg);
}
.doctor_slider .dslidenav.lazyloaded .slick-next {
  background-image: url(images/mobile-next.svg);
}
.doctor_slider .dslidenav.lazyloaded .slick-next:hover {
  background-image: url(images/blue-next.svg);
}
.doctor_slider .btnwrap {
  justify-content: center;
  margin-top: 24px;
}
.doctor_slider .doctorslider_noslide {
  display: flex;
  justify-content: center;
  padding-inline: 30px;
}
@media screen and (max-width: 980px) {
  .doctor_slider .doctorslider_noslide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doctor_slider .doctorslider_noslide {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blue_blocker {
  background-color: #E9F5F9;
}

.teal_blocker {
  background-color: #54BED1;
}

.blue_block_heading .cnt {
  margin-inline: auto;
  padding-block: 60px 60px;
}
@media screen and (max-width: 767px) {
  .blue_block_heading .cnt {
    padding-block: 30px;
  }
}
.blue_block_heading h2:only-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blue_block_heading h2 br {
    display: none;
  }
}

.blue_block_half_image_stacked {
  padding-block: 0 40px;
}
.blue_block_half_image_stacked .flex {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .blue_block_half_image_stacked .flex {
    flex-direction: column;
  }
}
.blue_block_half_image_stacked .flex figure {
  display: block;
}
.blue_block_half_image_stacked .flex figure img {
  display: block;
  width: 100%;
  height: auto;
}
.blue_block_half_image_stacked .flex .singlecol {
  min-width: 0;
  flex-basis: 50%;
  background-color: #fff;
}
.blue_block_half_image_stacked .cnt {
  padding-block: 30px 60px;
  padding-inline: 80px 40px;
}
@media screen and (max-width: 1400px) {
  .blue_block_half_image_stacked .cnt {
    padding-inline: 60px 2rem;
  }
}
@media screen and (max-width: 767px) {
  .blue_block_half_image_stacked .cnt {
    padding-inline: 1rem;
    padding-block: 30px 45px;
  }
  .blue_block_half_image_stacked .cnt * {
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .blue_block_half_image_stacked .cnt .button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1220px) {
  .blue_block_half_image_stacked .cnt .button {
    font-size: clamp(0.875rem, -0.1512rem + 1.6736vw, 1.125rem);
    display: fit-contents;
  }
}
@media screen and (max-width: 767px) {
  .blue_block_half_image_stacked .cnt .button {
    padding-inline: 1rem;
    font-size: 0.9rem;
    display: block;
  }
}
.blue_block_half_image_stacked .cnt h2, .blue_block_half_image_stacked .cnt h3 {
  margin-bottom: 1rem;
}
.blue_block_half_image_stacked .cnt p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .blue_block_half_image_stacked .cnt p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.blue_block_half_image_stacked .cnt p:has(.button) {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .blue_block_half_image_stacked .container {
    padding-inline: 20px;
  }
}

.blue_map_block {
  padding-block: 40px;
  /* map is off */
}
.blue_map_block.mapisoff {
  padding-block: 0;
  margin-block: 60px;
}
@media screen and (max-width: 767px) {
  .blue_map_block.mapisoff {
    margin-block: 30px;
  }
}
.blue_map_block.mapisoff .heading {
  background-color: #E9F5F9;
  padding-inline: 40px;
  padding-block: 40px 60px;
}
.blue_map_block.mapisoff .heading h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blue_map_block.mapisoff .heading h2 {
    font-size: 32px;
  }
}
.blue_map_block.mapisoff .heading .btnwrap {
  justify-content: center;
  width: 100%;
}
.blue_map_block.mapisoff .heading .btnwrap .button {
  min-width: 180px;
}
.blue_map_block.mapisoff .heading:before {
  content: "";
  display: block;
}
.blue_map_block.mapisoff .heading:after {
  content: "";
}
.blue_map_block.mapisoff .mapbox {
  display: none;
}
@media screen and (max-width: 980px) {
  .blue_map_block .container {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blue_map_block .container {
    padding-inline: 0;
  }
}
.blue_map_block h2 {
  margin-bottom: 0;
}
.blue_map_block .heading {
  position: relative;
  background-color: #fff;
  padding-block: 40px;
  padding-inline: 2rem;
}
.blue_map_block .heading:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #45A2DA;
}
@media screen and (max-width: 767px) {
  .blue_map_block .heading:before {
    display: none;
  }
}
.blue_map_block .heading:after {
  content: "";
  width: 22px;
}

/* MAPS */
.acf-map {
  width: 100%;
  height: 500px;
  border: unset !important;
}
.acf-map .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
}
.acf-map .lochead {
  background-color: #54BED1;
  color: #fff;
  font-size: 15px;
  padding-block: 1.5rem 1.5rem;
  padding-inline: 2rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .acf-map .lochead {
    padding-inline: 1rem;
  }
}
.acf-map .directions {
  position: relative;
  text-align: center;
}
.acf-map .directions a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
}
.acf-map .directions i {
  flex-basis: 100%;
}
.acf-map .directions img {
  position: absolute;
  top: 15px;
}
.acf-map .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: unset !important;
}
.acf-map .markerhtml {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .acf-map .markerhtml {
    min-width: 100%;
  }
}
.acf-map .locbody {
  padding-inline: 2rem;
  padding-block: 30px;
}
@media screen and (max-width: 767px) {
  .acf-map .locbody {
    padding-inline: 1rem;
  }
}
.acf-map .locbody p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.acf-map button {
  color: #fff;
}
.acf-map button span {
  background-color: #fff;
}
.acf-map .locphone a {
  color: #363F45;
  text-decoration: none;
  display: block;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .acf-map .gm-style-iw {
    width: 100vw;
    min-width: 80vw !important;
    max-width: 90vw !important;
  }
}

.acf-map img {
  max-width: inherit !important;
}

.full_width_blue_center_image_block {
  margin-block: 30px;
}
.full_width_blue_center_image_block .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .full_width_blue_center_image_block .flex {
    flex-wrap: wrap;
  }
}
.full_width_blue_center_image_block .colleft {
  padding-block: 30px;
  position: relative;
  z-index: 3;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .full_width_blue_center_image_block .colleft {
    width: 100%;
    padding-block: 0;
  }
}
.full_width_blue_center_image_block .colleft img {
  display: block;
  width: 100%;
}
.full_width_blue_center_image_block .colright {
  background-color: #E9F5F9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 608px + 60px);
  z-index: 2;
  margin-left: -60px;
}
@media screen and (max-width: 1024px) {
  .full_width_blue_center_image_block .colright {
    width: 100%;
    margin-left: unset;
  }
}
.full_width_blue_center_image_block .colright:before {
  content: "";
  left: 0;
  right: unset;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .full_width_blue_center_image_block .colright:before {
    display: none;
  }
}
.full_width_blue_center_image_block .cnt {
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 1400px) {
  .full_width_blue_center_image_block .cnt {
    max-width: calc(610px - 2.5%);
    padding-inline: 80px 2rem;
  }
}
@media screen and (min-width: 1650px) {
  .full_width_blue_center_image_block .cnt {
    padding-inline: 0;
    max-width: 610px;
  }
}
@media screen and (max-width: 1024px) {
  .full_width_blue_center_image_block .cnt {
    max-width: unset;
    padding-inline: 40px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .full_width_blue_center_image_block .cnt * {
    text-align: center;
  }
  .full_width_blue_center_image_block .cnt .button {
    width: 100%;
    display: block;
  }
  .full_width_blue_center_image_block .cnt p:has(.button) {
    margin-top: 40px;
  }
}
.full_width_blue_center_image_block .cnt h2, .full_width_blue_center_image_block .cnt h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .full_width_blue_center_image_block .cnt h2, .full_width_blue_center_image_block .cnt h3 {
    margin-bottom: 1rem;
  }
}

footer {
  padding-block: 30px;
}
footer .toplevel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  footer .toplevel {
    flex-wrap: wrap;
  }
  footer .toplevel .flogo {
    order: -1;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .toplevel .phonewrap {
    width: 100%;
    order: 1;
    text-align: center;
  }
  footer .toplevel .socialwrap {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  footer .toplevel .socialwrap .social {
    justify-content: center;
  }
}
footer .social {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  align-items: center;
}
footer .social ul {
  all: unset;
}
footer .social li {
  all: unset;
}
footer .social a {
  display: block;
  position: relative;
}
footer .social a img {
  display: block;
}
@media screen and (min-width: 1024px) {
  footer .social a img[data-src*=youtube] {
    position: relative;
    top: 2.5px;
  }
}
footer .social a:after {
  content: "";
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .phonewrap a {
  color: #363F45;
  text-decoration: none;
  font-size: 1.35rem;
}
footer .midlevel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  footer .midlevel {
    flex-wrap: wrap;
  }
}
footer .hr {
  margin-block: 40px;
}
@media screen and (max-width: 767px) {
  footer .hr:first-of-type {
    margin-block: 0 40px;
  }
}
footer .ecptext {
  font-size: 15px;
  text-align: center;
  line-height: 1.75em;
  text-wrap: balance;
}
@media screen and (max-width: 980px) {
  footer .ecptext {
    text-align: center;
  }
}
footer .flogo {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .phonewrap {
    display: flex;
    justify-content: flex-end;
  }
  footer .phonewrap,
  footer .socialwrap,
  footer .flogo {
    flex: 1;
  }
}
footer .copyrightnav,
footer .footer-menu {
  margin-left: 0;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 48px;
  gap: 1rem;
}
footer .copyrightnav li,
footer .footer-menu li {
  unset: all;
}
footer .copyrightnav li a,
footer .footer-menu li a {
  font-size: 0.9rem;
  color: #363F45;
  text-decoration: none;
}
footer .copyrightnav li a:hover,
footer .footer-menu li a:hover {
  color: #54BED1;
}
@media screen and (max-width: 767px) {
  footer .bottomlevel,
  footer .footer-menu {
    display: none;
  }
}
footer .copyrightnav {
  margin-top: 40px;
  gap: 5px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  footer .copyrightnav {
    flex-wrap: wrap;
  }
  footer .copyrightnav li:nth-child(2) a:after,
  footer .copyrightnav li:nth-child(3) a:after {
    content: "";
  }
}
footer .copyrightnav li:last-of-type a:after {
  content: "";
}
footer .copyrightnav a:after {
  content: " | ";
}

.hr {
  background-color: #D9D9D9;
  height: 1px;
  display: block;
}

.bc {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
  position: relative;
  top: 15px;
  flex-wrap: wrap;
  padding-right: calc(35vw - 60%);
}
@media (min-width: 1024px) {
  .bc {
    font-size: clamp(0.6875rem, 0.4556rem + 0.3623vw, 0.75rem);
  }
}
@media screen and (max-width: 980px) {
  .bc {
    display: none;
  }
}
.bc img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub;
}
.bc .toplevel:last-child a:after {
  content: "";
}
.bc a {
  font-size: 1rem;
  color: #363F45;
  text-decoration: none;
}
.bc a::after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .bc a {
    font-size: clamp(0.6875rem, 0.4556rem + 0.3623vw, 0.75rem);
  }
}
.bc a:hover {
  text-decoration: underline;
}

.insidepage_hero {
  min-height: 760px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .insidepage_hero {
    margin-bottom: 30px;
  }
}
.insidepage_hero .container {
  display: flex;
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 980px) {
  .insidepage_hero .container {
    padding-inline: 0;
    flex-wrap: wrap;
  }
}
.insidepage_hero .container > div {
  min-width: 0;
  position: relative;
  z-index: 3;
}
.insidepage_hero .container > div.leftcol {
  flex-basis: 50%;
}
@media screen and (max-width: 980px) {
  .insidepage_hero .container > div.leftcol {
    flex-basis: 100%;
  }
}
.insidepage_hero .container > div.rightcol {
  display: flex;
  position: relative;
  flex-basis: 60%;
}
@media screen and (max-width: 980px) {
  .insidepage_hero .container > div.rightcol {
    flex-basis: 100%;
    display: none;
  }
}
.insidepage_hero .btnwrap {
  flex-direction: column;
  align-self: flex-end;
  padding-left: 40px;
  position: sticky;
  left: 0;
  bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .insidepage_hero .btnwrap {
    display: none;
  }
}
.insidepage_hero .cntwrap {
  background-color: #E9F5F9;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .insidepage_hero .cntwrap {
    margin-block: 0;
  }
}
.insidepage_hero .cntwrap .cnt {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .insidepage_hero .cntwrap .cnt {
    padding: 40px;
  }
}
.insidepage_hero .cntwrap:before {
  content: "";
}
.insidepage_hero .cntwrap:after {
  content: "";
}
.insidepage_hero .bgimage {
  background-image: var(--bgimage);
  width: 65vw;
  position: absolute;
  min-height: 100%;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .insidepage_hero .bgimage {
    display: none;
  }
}
.insidepage_hero .mobhero {
  display: none;
}
@media screen and (max-width: 980px) {
  .insidepage_hero .mobhero {
    display: block;
  }
  .insidepage_hero .mobhero img {
    display: block;
  }
}
.insidepage_hero .btnmobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .insidepage_hero h1 {
    text-align: center;
  }
  .insidepage_hero .btnmobile {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    position: static;
  }
  .insidepage_hero .btnmobile .button {
    display: block;
    margin-bottom: 8px;
  }
}

.anchor_block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .anchor_block {
    margin-bottom: 30px;
  }
}
.anchor_block.blocktype-buttons li {
  padding-bottom: 10px;
}
.anchor_block.blocktype-buttons a {
  color: #fff;
  text-decoration: none;
  background-color: #54BED1;
  display: block;
  border-radius: 30px;
  padding-inline: 27px;
  padding-block: 0.5rem;
  font-size: 18px;
  border: 1px solid #fff;
  transition: background-color color 0.2s ease-in-out;
  font-weight: 300;
}
.anchor_block.blocktype-buttons a:hover {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #54BED1;
  border-color: #54BED1;
}
.anchor_block.blocktype-modified li {
  padding-bottom: 10px;
}
.anchor_block.blocktype-modified a {
  color: #363F45;
  text-decoration: none;
  background-color: #DCEEF4;
  display: block;
  border-radius: 30px;
  padding-inline: 27px;
  padding-block: 0.5rem;
  font-size: 18px;
  font-weight: 300;
  transition: background-color color 0.2s ease-in-out;
}
.anchor_block.blocktype-modified a:hover {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #54BED1;
}
@media screen and (max-width: 767px) {
  .anchor_block .container {
    padding-inline: 0;
  }
}
.anchor_block .cnt {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .anchor_block .cnt {
    padding: 40px;
  }
}
.anchor_block .cnt:after {
  content: "";
}
.anchor_block .cnt:before {
  content: "";
}
.anchor_block ul {
  -moz-columns: 2;
       columns: 2;
  list-style: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
  -moz-column-break-after: auto;
       break-after: auto;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .anchor_block ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: unset;
         column-gap: unset;
  }
}
.anchor_block ul li {
  font-size: 22px;
  padding-block: 0 20px;
  padding-left: 0;
  list-style: none;
}
.anchor_block ul li::marker {
  content: "";
  display: none;
}
@media screen and (max-width: 980px) {
  .anchor_block ul li {
    font-size: 18px;
  }
  .anchor_block ul li:last-of-type {
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor_block ul li {
    line-height: 23px;
  }
}
.anchor_block ul a {
  font-size: inherit;
  color: #54BED1;
  text-decoration: underline;
  font-weight: 500;
}
.anchor_block ul a:hover {
  text-decoration: none;
}

.just_content {
  padding-block: 42px 56px;
}
.just_content h3,
.just_content h2:not(:first-of-type) {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.just_content p:has(var) {
  margin-bottom: 0;
}
.just_content p:has(var) var {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .just_content {
    padding-block: 30px;
  }
  .just_content p:has(var) {
    margin-bottom: 0;
  }
  .just_content p:has(var) var {
    min-width: 100%;
  }
}

/* controls left and right */
.left_image_content_radius {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .left_image_content_radius {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #E9F5F9 50%);
  }
}
@media screen and (max-width: 1024px) {
  .left_image_content_radius {
    background: unset;
  }
}
@media screen and (max-width: 767px) {
  .left_image_content_radius {
    margin-bottom: 30px;
  }
}
.left_image_content_radius .flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .left_image_content_radius .flex {
    flex-wrap: wrap;
  }
}
.left_image_content_radius .col {
  min-width: 0;
}
.left_image_content_radius .imgwrp {
  max-width: 550px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius .imgwrp {
    max-width: 100%;
  }
}
.left_image_content_radius .imgwrp figure {
  position: relative;
  margin-block: 40px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius .imgwrp figure {
    margin-block: 0;
  }
}
.left_image_content_radius .imgwrp figure:after {
  content: "";
  right: 0;
  left: unset;
  background-color: #45A2DA;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius .imgwrp figure:after {
    display: none;
  }
}
.left_image_content_radius .imgwrp img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius .imgwrp img {
    aspect-ratio: unset;
    border-radius: unset;
  }
}
@media screen and (max-width: 767px) {
  .left_image_content_radius .imgwrp img {
    aspect-ratio: 4/3;
  }
}
.left_image_content_radius .cntwrap {
  background-color: #E9F5F9;
  position: relative;
  margin-left: -40px;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius .cntwrap {
    margin: 0 auto;
  }
}
.left_image_content_radius .cntwrap:before {
  content: "";
  width: 22px;
  left: 0;
  right: unset;
}
@media screen and (max-width: 767px) {
  .left_image_content_radius .cntwrap:before {
    width: 1rem;
  }
}
.left_image_content_radius .cntwrap .cnt {
  margin: 0 auto;
  padding-block: 30px;
  padding-inline: 90px;
}
@media screen and (max-width: 1600px) {
  .left_image_content_radius .cntwrap .cnt {
    padding-inline: 90px;
  }
}
@media screen and (max-width: 980px) {
  .left_image_content_radius .cntwrap .cnt {
    max-width: 100%;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1920px) {
  .left_image_content_radius.reverse {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, #E9F5F9 50%);
  }
}
@media screen and (max-width: 1024px) {
  .left_image_content_radius.reverse {
    background: unset;
  }
}
.left_image_content_radius.reverse .flex {
  flex-direction: row-reverse;
}
.left_image_content_radius.reverse .imgwrp figure:after {
  left: 0;
  right: unset;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius.reverse .imgwrp img {
    border-radius: unset;
  }
}
.left_image_content_radius.reverse .cntwrap {
  margin-left: auto;
  margin-right: -40px;
}
@media screen and (max-width: 980px) {
  .left_image_content_radius.reverse .cntwrap {
    margin-inline: auto;
  }
}
.left_image_content_radius.reverse .cntwrap:before {
  right: 0;
  left: unset;
}
.left_image_content_radius.has-video .hiddenvideo {
  display: none;
  position: relative;
}
.left_image_content_radius.has-video .hiddenvideo var {
  aspect-ratio: 16/9;
  min-height: 366px;
}
.left_image_content_radius.has-video .hiddenvideo var iframe {
  position: relative;
}
.left_image_content_radius.has-video figure {
  position: relative;
  cursor: pointer;
}
.left_image_content_radius.has-video figure:hover:before {
  top: 49%;
  transition: all 0.3s ease-in-out;
}
.left_image_content_radius.has-video figure:before {
  content: url(images/video-play.svg);
  display: block;
  position: absolute;
  z-index: 3;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
}

.fancybox__container:has(.hiddenvideo) .fancybox__nav {
  display: none;
}

@media (max-width: 767px) {
  .fancybox__slide {
    padding-inline: 1rem;
  }
}
.fancybox__content.hiddenvideo {
  all: unset;
  min-width: 650px;
}
@media (max-width: 767px) {
  .fancybox__content.hiddenvideo {
    min-width: unset;
    width: 100%;
  }
}
.fancybox__content.hiddenvideo var {
  width: 100% !important;
  min-height: 366px;
  position: relative;
}
@media (max-width: 767px) {
  .fancybox__content.hiddenvideo var {
    min-height: initial;
    aspect-ratio: 16/9;
  }
}
.fancybox__content.hiddenvideo div {
  padding: unset !important;
  position: unset !important;
}
.fancybox__content.hiddenvideo iframe {
  min-width: 100%;
  min-height: 100%;
}

/* video loop */
.left_image_content_radius.videoloop figure {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_image_content_radius.videoloop figure:after {
  display: none;
}
.left_image_content_radius.videoloop figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .left_image_content_radius.videoloop figure video {
    border-radius: unset;
  }
}

.full_width_cta {
  margin-bottom: 30px;
}
.full_width_cta .fakeheading {
  text-align: center;
}
.full_width_cta .fakeheading h2 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .full_width_cta .fakeheading h2 {
    margin-bottom: 27px;
  }
}
.full_width_cta .fullw {
  display: block;
  width: 100%;
}
.full_width_cta .fullw img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.full_width_cta .tealwrap {
  position: relative;
  z-index: 3;
  margin-top: -170px;
}
@media screen and (max-width: 980px) {
  .full_width_cta .tealwrap {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .full_width_cta .tealwrap {
    margin-top: unset;
    padding-inline: 0;
  }
}
.full_width_cta .tealwrap .cnt {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-block: 60px;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .full_width_cta .tealwrap .cnt {
    flex-direction: column;
    gap: 50px;
  }
}
.full_width_cta .tealwrap .cnt.howmany-3 {
  gap: 0;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .full_width_cta .tealwrap .cnt.howmany-3 {
    gap: 50px;
    justify-content: center;
  }
}
.full_width_cta .tealwrap .cnt.howmany-3 .single {
  flex: 1;
}
.full_width_cta .tealwrap .cnt .single {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .full_width_cta .tealwrap .cnt .single {
    padding-inline: 1rem;
  }
}
.full_width_cta .tealwrap .cnt span {
  display: block;
}
.full_width_cta .heading {
  font-size: 1rem;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.full_width_cta .subheading {
  display: block;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .full_width_cta .subheading {
    line-height: 1.5;
    font-size: 1rem;
  }
}

.image_right_square_offset {
  margin-block: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .image_right_square_offset {
    padding-block: 30px 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.image_right_square_offset .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .image_right_square_offset .container {
    flex-wrap: wrap;
    padding-inline: 0;
  }
}
.image_right_square_offset figure {
  display: flex;
  position: relative;
  flex-grow: 1;
  width: calc(40vw + 80px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  min-width: 620px;
}
@media screen and (min-width: 1900px) {
  .image_right_square_offset figure {
    width: 52vw;
  }
}
@media screen and (max-width: 1024px) {
  .image_right_square_offset figure {
    all: unset;
    order: -1;
    width: 100%;
  }
}
.image_right_square_offset figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .image_right_square_offset figure img {
    aspect-ratio: 3/2;
    -o-object-position: center;
       object-position: center;
  }
}
.image_right_square_offset .cnt {
  position: relative;
  padding-inline: 60px;
  padding-block: 60px 41px;
  z-index: 3;
  margin-block: 60px;
  width: auto;
  width: calc(50vw + 80px);
}
@media screen and (max-width: 1024px) {
  .image_right_square_offset .cnt {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image_right_square_offset .cnt {
    padding: 40px;
  }
}
.image_right_square_offset .cnt:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .image_right_square_offset .cnt:after {
    display: none;
  }
}
.image_right_square_offset .cnt:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .image_right_square_offset .cnt:before {
    display: none;
  }
}

.half_image_block_emp_on_image {
  position: relative;
  margin-bottom: 120px;
  margin-top: 60px;
  min-height: var(--height);
  display: flex;
}
@media screen and (max-width: 980px) {
  .half_image_block_emp_on_image {
    min-height: unset;
    margin-block: 60px;
  }
}
@media screen and (max-width: 767px) {
  .half_image_block_emp_on_image {
    margin-block: 30px;
  }
}
@media screen and (max-width: 980px) {
  .half_image_block_emp_on_image .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .half_image_block_emp_on_image .container {
    padding-inline: 0;
  }
}
.half_image_block_emp_on_image .clipbgimage {
  background-image: var(--clipbg);
  background-size: cover;
  min-width: var(--width);
  width: var(--width);
  min-height: var(--height);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  aspect-ratio: var(--aspect);
}
@media screen and (max-width: 980px) {
  .half_image_block_emp_on_image .clipbgimage {
    all: unset;
  }
}
.half_image_block_emp_on_image .cntwrap {
  width: 43vw;
  top: 60px;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 2600px) {
  .half_image_block_emp_on_image .cntwrap {
    width: 55vw;
  }
}
@media screen and (max-width: 980px) {
  .half_image_block_emp_on_image .cntwrap {
    width: 100%;
    top: unset;
    height: auto;
  }
}
.half_image_block_emp_on_image .cnt {
  position: relative;
  padding-inline: 60px;
  padding-block: 60px 41px;
  z-index: 3;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .half_image_block_emp_on_image .cnt {
    padding-inline: 40px;
    padding-block: 30px;
  }
}
.half_image_block_emp_on_image .cnt:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .half_image_block_emp_on_image .cnt:after {
    display: none;
  }
}
.half_image_block_emp_on_image .cnt:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .half_image_block_emp_on_image .cnt:before {
    display: none;
  }
}
.half_image_block_emp_on_image .cnt ul {
  margin-bottom: 1rem;
}
.half_image_block_emp_on_image .mobimg {
  display: none;
}
@media screen and (max-width: 980px) {
  .half_image_block_emp_on_image .mobimg {
    display: block;
  }
}

/* revesed  */
.half_image_block_emp_on_image.reverse .clipbgimage {
  right: unset;
  left: 0;
}
.half_image_block_emp_on_image.reverse .cntwrap {
  margin-left: auto;
}

/* blue stuff */
.image_right_rectangle {
  padding-block: 30px;
}
@media screen and (max-width: 767px) {
  .image_right_rectangle {
    padding-block: 0;
  }
}
.image_right_rectangle .container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 482px;
}
@media screen and (max-width: 980px) {
  .image_right_rectangle .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .image_right_rectangle .container {
    background: #fff;
    padding-inline: 0;
    gap: 0;
  }
}
.image_right_rectangle .cnt {
  padding-block: 45px;
  padding-inline: 60px 30px;
  background-color: #fff;
  flex-grow: 1;
}
@media screen and (max-width: 980px) {
  .image_right_rectangle .cnt {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .image_right_rectangle .cnt {
    padding: 30px 40px;
  }
}
.image_right_rectangle h2 {
  margin-bottom: 22px;
}
.image_right_rectangle h3 {
  margin-bottom: 0;
}
.image_right_rectangle .imgwrap {
  display: block;
}
@media screen and (max-width: 980px) {
  .image_right_rectangle .imgwrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image_right_rectangle .imgwrap {
    display: block;
    order: -1;
  }
}
.image_right_rectangle .imgwrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blue_just_content {
  padding-block: 0 60px;
}
@media screen and (max-width: 767px) {
  .blue_just_content {
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .blue_just_content .container {
    background: #fff;
  }
}
.blue_just_content .container .cnt {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .blue_just_content .container .cnt {
    padding: 30px 0;
  }
}
.blue_just_content .container .cnt h3, .blue_just_content .container .cnt h2:not(:first-of-type) {
  margin-top: 60px;
}

.blue_just_content.withgrid .cnt {
  display: flex;
  text-align: center;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .blue_just_content.withgrid .cnt {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .blue_just_content.withgrid .cnt {
    gap: 60px;
  }
}
.blue_just_content.withgrid .singleset {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 980px) {
  .blue_just_content.withgrid .singleset {
    flex: 1 0 100%;
  }
}
.blue_just_content.withgrid .cntwrap h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blue_block_img_right_long_image {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blue_block_img_right_long_image {
    background: #fff;
  }
}
.blue_block_img_right_long_image .cnt {
  padding-block: 45px;
  padding-inline: 60px 30px;
  background-color: #fff;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .blue_block_img_right_long_image .cnt {
    padding-inline: 40px;
    padding-block: 22.5px;
  }
}
.blue_block_img_right_long_image .container {
  display: grid;
  grid-template-columns: 1fr 482px;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .blue_block_img_right_long_image .container {
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .blue_block_img_right_long_image .longimg {
    order: -1;
  }
}
.blue_block_img_right_long_image .longimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block_calculator {
  padding-block: 60px 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .block_calculator {
    padding-block: 50px calc(50px - 1rem);
    margin-bottom: 30px;
  }
}
.block_calculator h2 {
  text-align: center;
}
.block_calculator .cntbtm {
  margin-top: 50px;
  max-width: 1020px;
  margin-inline: auto;
}
.block_calculator .cntbtm p:has(.button) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .block_calculator .cntbtm p:has(.button) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block_calculator .cntbtm {
    padding-inline: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block_calculator .container {
    padding-inline: 0;
  }
}

/* calc */
.calctop {
  display: flex;
  padding-top: 0px;
  flex-direction: row;
}
.calctop img {
  display: block;
}
@media screen and (max-width: 980px) {
  .calctop {
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .calctop figure {
    order: 2;
    width: 100%;
    height: auto;
  }
  .calctop figure img {
    width: 100%;
    height: auto;
  }
}
.calctop .calccwrap {
  padding-left: 2rem;
  padding-right: 4rem;
  margin-top: 180px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .calctop .calccwrap {
    margin-top: 0px;
    padding-right: 2rem;
  }
}
.calctop .calccwrap p {
  display: block;
}
.calctop .calccwrap h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  .calctop .calccwrap h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}
.calctop .calccwrap .tryout {
  display: block;
  margin-top: auto;
  color: #45A2DA;
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .calctop .calccwrap .tryout {
    display: none;
  }
}

.bottomcalc {
  width: 35%;
}
@media screen and (max-width: 980px) {
  .bottomcalc {
    width: 100%;
  }
}

.wrapbtm {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .wrapbtm {
    flex-wrap: wrap;
  }
}
.wrapbtm .savings {
  background: #54BED1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .wrapbtm .savings {
    padding: 4rem 1rem;
  }
}
.wrapbtm .lva {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 1rem;
}
.wrapbtm .amount {
  font-size: 63px;
  line-height: 1.1;
  text-align: center;
  display: block;
}
.wrapbtm .calcarea {
  width: 70%;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .wrapbtm .calcarea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapbtm .calcarea {
    background-color: #E9F5F9;
    padding-inline: 20px;
    padding-top: 20px;
  }
}
.wrapbtm .calcarea .ranges {
  padding-left: 125px;
  padding-right: 54px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .wrapbtm .calcarea .ranges {
    padding: 20px;
    background-color: #fff;
  }
}
.wrapbtm .calcarea .label {
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .wrapbtm .calcarea .label {
    padding-right: 2rem;
  }
}
.wrapbtm .calcarea input[type=range] {
  width: 100%;
}
.wrapbtm .calcarea .labwrp {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wrapbtm .calcarea .value {
  font-weight: 300;
}

.calculator {
  /*hide the outline behind the border*/
  /* All the same stuff for Firefox */
}
.calculator input[type=range] {
  -webkit-appearance: none;
  background: #EDEDED;
  height: 6px;
}
.calculator input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #EDEDED;
  height: 24px;
  width: 16px;
  border-radius: 0;
  background: #F9D147;
  color: #F9D147;
  cursor: pointer;
  margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  outline: 1px solid #EDEDED;
  box-shadow: 1px 1px 0px #ededed;
  position: relative;
}
@media screen and (max-width: 767px) {
  .calculator input[type=range]::-webkit-slider-thumb {
    outline: 10px solid rgba(0, 0, 0, 0);
  }
}
.calculator input[type=range]::-moz-range-thumb {
  border: 3px solid white;
  height: 24px;
  width: 16px;
  background: #F9D147;
  cursor: pointer;
  outline: 1px solid #EDEDED;
  box-shadow: 1px 1px 0px #ededed;
  border-radius: 0;
}
.calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #EDEDED;
}
.calculator input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #EDEDED;
}

.faq_block {
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .faq_block {
    padding-block: 50px;
  }
}
.faq_block h2 {
  text-align: center;
}
.faq_block .faqs {
  margin-top: 60px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq_block .faqs {
    margin-top: 68px;
  }
}
.faq_block .singlefaq {
  margin-bottom: 50px;
}

.contact_block_offset_image {
  padding-block: 50px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .contact_block_offset_image {
    padding-block: 30px;
  }
}
.contact_block_offset_image .topcnt {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact_block_offset_image .topcnt {
    max-width: 100%;
    padding-inline: 40px;
  }
}
.contact_block_offset_image .cimage {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 55%;
  transform: translateY(-50%);
  max-width: 55vw;
}
@media screen and (max-width: 1024px) {
  .contact_block_offset_image .cimage {
    width: 100%;
    max-width: unset;
    position: relative;
    transform: unset;
    top: unset;
    height: unset;
    min-height: unset;
  }
}
@media screen and (max-width: 1024px) {
  .contact_block_offset_image .container {
    padding-inline: 0;
  }
}
.contact_block_offset_image .formwrap {
  position: relative;
  z-index: 3;
  max-width: 52vw;
  background-color: #fff;
  padding-inline: 60px;
  padding-block: 60px 50px;
  margin-top: 146px;
}
@media screen and (max-width: 1024px) {
  .contact_block_offset_image .formwrap {
    margin-top: 0;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .contact_block_offset_image .formwrap {
    padding-inline: 0;
    padding-block: 30px;
    background-color: #E9F5F9;
  }
}
.contact_block_offset_image .formwrap:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .contact_block_offset_image .formwrap:after {
    display: none;
  }
}
.contact_block_offset_image .formwrap:before {
  content: "";
  right: 0;
  left: unset;
}
@media screen and (max-width: 767px) {
  .contact_block_offset_image .formwrap:before {
    display: none;
  }
}

.contact_block_no_image {
  padding-block: 40px 46px;
  margin-bottom: 50px;
}
.contact_block_no_image .heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_block_no_image .heading {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact_block_no_image .container {
    padding-inline: 0;
  }
}
.contact_block_no_image .formwrap {
  background-color: #fff;
  padding: 60px;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact_block_no_image .formwrap {
    padding-inline: 0;
    background-color: #E9F5F9;
    padding-block: 1rem;
  }
}
.contact_block_no_image .formwrap:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .contact_block_no_image .formwrap:before {
    display: none;
  }
}
.contact_block_no_image .formwrap:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .contact_block_no_image .formwrap:after {
    display: none;
  }
}

.references {
  margin-block: 60px 0;
}
@media screen and (max-width: 767px) {
  .references {
    margin-block: 30px;
  }
}
.references button {
  font-size: 1rem;
  color: #54BED1;
}
.references p {
  font-size: 1rem;
}
.references .hr {
  margin-top: 60px;
  margin-bottom: 15px;
}
.references .cnt {
  display: none;
}

.text_only_hero {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .text_only_hero {
    margin-bottom: 30px;
  }
}
.text_only_hero .cnt {
  background-color: #E9F5F9;
  margin-top: 40px;
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .text_only_hero .cnt {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .text_only_hero .cnt {
    padding: 40px;
  }
}
.text_only_hero .cnt .left {
  min-width: 0;
  max-width: calc(75% - 80px - 1rem);
}
@media screen and (max-width: 1024px) {
  .text_only_hero .cnt .left {
    max-width: 100%;
  }
}
.text_only_hero .cnt .left p:last-of-type {
  margin-bottom: 0;
}
.text_only_hero .cnt .right {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 1rem;
}
@media screen and (max-width: 1024px) {
  .text_only_hero .cnt .right {
    width: 100%;
  }
}
.text_only_hero .cnt .right p:last-of-type {
  margin-bottom: 0;
}
.text_only_hero .cnt .right p {
  margin-bottom: 10px;
}
.text_only_hero .cnt:before {
  content: "";
}
.text_only_hero .cnt:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .text_only_hero .container {
    padding: 0;
  }
}

.services_area_grid {
  padding-block: 60px 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .services_area_grid {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .services_area_grid {
    padding-block: 0;
  }
}
.services_area_grid .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 46px;
}
@media screen and (max-width: 980px) {
  .services_area_grid .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .services_area_grid .container {
    padding: 0;
    gap: 60px;
  }
}
.services_area_grid .imgwrap {
  display: block;
  width: 100%;
}
.services_area_grid .imgwrap img {
  width: 100%;
  display: block;
}
.services_area_grid .cnt {
  background-color: #fff;
  padding: 60px;
}
.services_area_grid .cnt p:has(.button) {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .services_area_grid .cnt {
    padding: 30px 40px;
  }
}

.doctors_filter {
  padding-block: 0 100px;
}
.doctors_filter .heading {
  font-size: 33px;
  margin-bottom: 50px;
}
.doctors_filter .docgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 33px;
  margin-top: 40px;
}
.doctors_filter .docgrid h4 {
  grid-column: span 5;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .doctors_filter .docgrid h4 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .doctors_filter .docgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.doctors_filter .docgrid a {
  text-decoration: none;
  text-align: center;
  color: #363F45;
}
.doctors_filter .docgrid a:hover .docimg {
  outline: 11px solid #54BED1;
  outline-offset: -11px;
}
.doctors_filter .docgrid .doctitle {
  text-align: center;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .doctors_filter .docgrid .doctitle {
    font-size: 14px;
  }
}
.doctors_filter .docimg {
  outline: 11px solid transparent;
  outline-offset: -11px;
}
.doctors_filter .docimg img {
  display: block;
  width: 100%;
}

.filter {
  display: flex;
  align-items: flex-end;
  font-size: 19px;
  gap: 1rem;
  font-weight: 300;
}
.filter .filteredby {
  font-size: 1rem;
  font-weight: 400;
}
.filter button {
  font-size: 19px;
  font-weight: 300;
  color: #54BED1;
}

.listspecs {
  display: none;
  padding-top: 30px;
}
.listspecs button {
  font-size: 0.9rem;
  color: #54BED1;
  text-align: left;
  line-height: 1.5;
}
.listspecs button.is-active {
  text-decoration: underline;
}
.listspecs .flexy {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .listspecs .flexy {
    grid-template-columns: repeat(1, 1fr);
  }
}

.get_blog_posts {
  background-color: #E9F5F9;
  padding-block: 60px 80px;
}
@media screen and (max-width: 767px) {
  .get_blog_posts {
    padding-block: 30px;
  }
}
.get_blog_posts .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px;
}
@media screen and (max-width: 1024px) {
  .get_blog_posts .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.get_blog_posts .blocksinglepost {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.get_blog_posts .blocksinglepost .blockfeatured {
  aspect-ratio: 443/252;
  width: 100%;
}
.get_blog_posts .blocksinglepost .blockfeatured img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.get_blog_posts .cnt {
  padding-inline: 60px;
  padding-block: 40px;
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .get_blog_posts .cnt {
    padding-inline: 40px;
    padding-block: 30px;
  }
}
.get_blog_posts .btnwrap {
  margin-top: auto;
}
.get_blog_posts h2 {
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .get_blog_posts h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .get_blog_posts .container {
    padding-inline: 0;
  }
}

/* full map */
.fullmap {
  /* MAP SCROLL */
  /* MARKER HTML */
}
@media screen and (max-width: 767px) {
  .fullmap .phonemax {
    padding-inline: 0;
  }
}
.fullmap .mapscroll {
  min-width: 386px;
  padding-bottom: 0;
  overflow-y: auto;
  z-index: 1;
  border-right: 12px solid #F9D147;
}
@media screen and (max-width: 980px) {
  .fullmap .mapscroll {
    min-width: unset;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll {
    width: 100%;
    padding: 1em 0;
    max-height: initial;
    order: 2;
    overflow: initial;
    padding-top: 0;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fullmap .mapscroll .morescroll {
    text-align: center;
    background: #16a48b;
    left: -1em;
    position: relative;
    margin-bottom: 0;
    top: -1em;
    width: 100%;
    color: #fff;
    font-size: 0.7em;
    padding: 0.5em;
  }
  .fullmap .mapscroll .morescroll span {
    display: inline-block;
    position: relative;
    top: 2px;
  }
}
.fullmap .mapscroll .inna {
  padding-inline: 40px 1rem;
  padding-block: 1rem;
  background-color: #E9F5F9;
}
.fullmap .mapscroll .locstat .lochead {
  color: #363F45;
  background-color: #DFEEF4;
  padding-block: 1rem;
  padding-inline: 33px 15px;
  margin-bottom: 0;
}
.fullmap .mapscroll .locstat .locadd {
  margin-bottom: 10px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll .locstat .locadd {
    line-height: 1.4;
  }
}
.fullmap .mapscroll .singlelocation {
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll .singlelocation {
    padding: 0;
  }
}
.fullmap .mapscroll .locphone {
  display: inline-flex;
  margin-bottom: 0;
  grid-gap: 10px;
  align-items: center;
  width: 100%;
}
.fullmap .mapscroll .locphone a {
  text-decoration: none;
  color: #363F45;
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll .locphone {
    font-size: 17px;
  }
}
.fullmap .mapscroll .locphone img {
  display: block;
  width: 13px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll .locphone img {
    margin-right: 10px;
  }
}
.fullmap .mapscroll .locfax {
  display: inline-flex;
  color: #272727;
  margin-bottom: 10px;
  grid-gap: 10px;
  align-items: center;
  width: 100%;
}
.fullmap .mapscroll .locfax a {
  text-decoration: none;
  color: #363F45;
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll .locfax {
    font-size: 17px;
  }
}
.fullmap .mapscroll .locfax img {
  display: block;
  width: 13px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fullmap .mapscroll .locfax img {
    margin-right: 10px;
  }
}
.fullmap .mapscroll .locmore {
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 0;
}
.fullmap .mapscroll .locmore a {
  color: #54BED1;
}
@media screen and (max-width: 767px) {
  .fullmap .hw100 {
    display: block;
    width: 100%;
  }
}
.fullmap .mapcontainer {
  height: 70vh;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fullmap .mapcontainer {
    overflow: initial;
    max-height: initial;
    flex-wrap: wrap;
    height: initial;
  }
}
.fullmap .acf-map {
  width: 100%;
  min-height: 70vh;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .fullmap .acf-map {
    min-height: 450px;
  }
}
.fullmap .acf-map img {
  max-width: inherit !important;
}
.fullmap .mapcontainer .markerhtml {
  min-width: 320px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .fullmap .mapcontainer .markerhtml {
    min-width: 365px;
    max-width: 365px;
    padding: 0;
  }
}
.fullmap .mapcontainer .markerhtml .lochead {
  margin-bottom: 0;
  padding: 15px 30px;
}
.fullmap .mapcontainer .markerhtml .locadd {
  margin-bottom: 1rem;
}
.fullmap .mapcontainer .markerhtml p {
  font-size: 19px;
  line-height: 22px;
}
.fullmap .mapcontainer .markerhtml .inner {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .fullmap .mapcontainer .markerhtml .inner {
    padding: 1rem;
  }
  .fullmap .mapcontainer .markerhtml .inner p {
    font-size: 1rem;
  }
}
.fullmap .mapcontainer .markerhtml .locfax,
.fullmap .mapcontainer .markerhtml .locphone {
  margin-bottom: 10px;
}
.fullmap .mapcontainer .markerhtml .locfax a,
.fullmap .mapcontainer .markerhtml .locphone a {
  margin-top: 0;
}
.fullmap .mapcontainer .markerhtml .locmore {
  margin-bottom: 9px;
  font-weight: 500;
}
.fullmap .mapcontainer .markerhtml .locmore a {
  color: #54BED1;
}
.fullmap .mapcontainer .markerhtml .mores {
  padding-top: 1rem;
}
.fullmap .mapcontainer .markerhtml a:focus {
  outline: none;
}
.fullmap .mapclick {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.fullmap .mapclick.is-active .lochead {
  background-color: #54BED1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fullmap .gm-style .gm-style-iw-d {
    max-height: initial !important;
    height: 300px;
    max-height: 300px;
    border-radius: 0 !important;
  }
  .fullmap .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
  }
  .fullmap .gm-style-iw.gm-style-iw-c {
    max-width: 280px !important;
  }
}

.searchmap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 10px;
  position: relative;
}
.searchmap input {
  all: unset;
  border-bottom: 1px solid #707070;
  width: 100%;
  color: #7C7C7C;
  padding-left: 3rem;
}
.searchmap .clicktosearch {
  background-color: #54BED1;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  width: 120px;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .searchmap .clicktosearch {
    padding-block: 1rem;
  }
}
.searchmap #geo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-52%);
}

.locationheader {
  margin-block: 40px;
}
@media (max-width: 767px) {
  .locationheader {
    margin-block: 0 40px;
  }
}
.locationheader .bc {
  margin-bottom: 40px;
}
.locationheader .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 980px) {
  .locationheader .flex {
    flex-wrap: wrap;
  }
}
.locationheader .leftcol {
  position: relative;
  background-color: #E9F5F9;
  padding: 60px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .locationheader .leftcol {
    padding: 40px;
    width: 100%;
  }
}
.locationheader .leftcol:before {
  content: "";
}
.locationheader .rightcol {
  width: 40%;
  position: relative;
}
@media (max-width: 767px) {
  .locationheader .rightcol {
    width: 100%;
  }
}
.locationheader .rightcol:after {
  content: "";
}
@media screen and (max-width: 980px) {
  .locationheader .rightcol {
    order: -1;
    aspect-ratio: 4/4;
  }
}
.locationheader .rightcol img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .locationheader .container {
    padding-inline: 0;
  }
}

/*  shift contact block */
.single-location .contact_block_no_image {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-location .contact_block_no_image {
    margin-top: 30px;
  }
  .single-location .contact_block_no_image .formwrap,
  .single-location .contact_block_no_image .heading {
    padding-inline: 15px;
  }
}

.locationwrapper {
  padding-block: 60px;
  background-color: #E9F5F9;
}
@media screen and (max-width: 767px) {
  .locationwrapper {
    padding-block: 30px;
  }
}
.locationwrapper section:last-of-type {
  margin-bottom: 0;
}

.half_block {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .half_block {
    margin-bottom: 30px;
  }
}
.half_block:last-of-type {
  margin-bottom: 0;
}
.half_block p:has(.button) {
  margin-block: 40px;
}
.half_block .container {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .half_block .container {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .half_block .container {
    padding-inline: 15px;
  }
}
.half_block .cnt {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .half_block .cnt {
    width: 100%;
  }
}
.half_block .left {
  background-color: #fff;
  padding-inline: 60px;
  padding-block: 60px 30px;
}
@media screen and (max-width: 767px) {
  .half_block .left {
    padding-block: 30px 0;
    padding-inline: 40px;
  }
}
.half_block .right {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .half_block .right {
    padding-block: 0 30px;
    padding-inline: 40px;
  }
}
.half_block .right:has(p iframe) {
  padding: 0;
}
.half_block .right p:has(iframe) {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.half_block .right p:has(iframe) iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
@media screen and (max-width: 980px) {
  .half_block .right p:has(iframe) iframe {
    aspect-ratio: 4/4;
  }
}

@media screen and (max-width: 1280px) {
  .single-location .locationwrapper .half_block .cnt {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .single-location .locationwrapper .half_block .cnt {
    padding-block: 30px 0;
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .single-location .locationwrapper .container {
    padding-inline: 0;
    min-width: 100%;
  }
  .single-location .locationwrapper .half_block:has(.two-col) .two-col {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: 16px;
  }
  .single-location .locationwrapper .half_block:has(.two-col) .two-col p {
    font-size: inherit;
  }
}

.nearby_locations {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .nearby_locations {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nearby_locations .container {
    padding-inline: 15px;
  }
}
.nearby_locations .inner {
  padding-block: 60px;
  padding-inline: 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .nearby_locations .inner {
    padding-block: 30px;
    padding-inline: 40px;
  }
}
.nearby_locations h2 {
  text-align: center;
  margin-bottom: 54px;
}
.nearby_locations .singlelocs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .nearby_locations .singlelocs {
    flex-wrap: wrap;
    gap: 60px;
  }
}
.nearby_locations .singlelocs.cnt-1 {
  justify-content: center;
}
.nearby_locations .singlelocs.cnt-1 .cnt {
  flex: 0 0 auto;
}
.nearby_locations .singlelocs.cnt-2 {
  justify-content: center;
  gap: 60px;
}
.nearby_locations .singlelocs.cnt-2 .cnt {
  flex: 0 0 auto;
}
.nearby_locations .cnt {
  min-width: 0;
  flex: 1;
}
@media screen and (max-width: 980px) {
  .nearby_locations .cnt {
    min-width: 100%;
  }
}

.doctors_at_this_location {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .doctors_at_this_location {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doctors_at_this_location .container {
    padding-inline: 15px;
  }
}
.doctors_at_this_location .inner {
  background-color: #fff;
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .doctors_at_this_location .inner {
    padding-block: 40px;
  }
}
.doctors_at_this_location h2 {
  text-align: center;
  padding-inline: 1rem;
}

.three_columns {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .three_columns {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .three_columns .container {
    padding-inline: 15px;
  }
}
.three_columns .inner {
  background-color: #fff;
  padding-block: 60px;
  padding-inline: 60px;
}
@media screen and (max-width: 767px) {
  .three_columns .inner {
    padding: 40px;
  }
}
.three_columns .flex {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 980px) {
  .three_columns .flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .three_columns .flex {
    gap: 0;
  }
}
.three_columns .cnt {
  flex: 1;
}
@media screen and (max-width: 980px) {
  .three_columns .cnt {
    flex-basis: 100%;
  }
  .three_columns .cnt p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .three_columns .cnt {
    padding-block: 0;
  }
}
.three_columns h2 {
  text-align: center;
  margin-bottom: 52px;
}

.promo_news_block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .promo_news_block .container {
    padding-inline: 15px;
  }
}
.promo_news_block .inner {
  background-color: #fff;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  gap: 90px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .promo_news_block .inner {
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px;
  }
}
.promo_news_block .inner .cnt {
  flex-basis: auto;
}
.promo_news_block .inner figure {
  min-width: 360px;
}
@media screen and (max-width: 980px) {
  .promo_news_block .inner figure {
    min-width: 100%;
  }
}
.promo_news_block .inner figure img {
  display: block;
  width: 100%;
}

.blogloop {
  background-color: #E9F5F9;
}
.blogloop .inner {
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .blogloop .container {
    padding-inline: 15px;
  }
}

.filterbar .textfilter {
  display: block;
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .filterbar .textfilter {
    padding: 1rem;
    background-color: #54BED1;
    border-radius: 32px;
    border: 1px solid #fff;
    margin-left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
  }
  .filterbar .textfilter:after {
    content: "☰";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}
.filterbar .button {
  font-size: 11px;
  padding-inline: 1rem;
  padding-block: 1rem;
  margin-bottom: 0;
}
.filterbar .button.is-active {
  background-color: #fff;
  color: #54BED1;
  border-color: #54BED1;
}
@media screen and (max-width: 767px) {
  .filterbar .button {
    flex-basis: 100%;
  }
}
.filterbar .btnloop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.filterbar .btnloop.is-active {
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .filterbar .btnloop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filterbar .btnloop .button {
    background-color: unset;
    color: #54BED1;
    border: none;
    padding: unset;
    font-size: 16px;
  }
}

.whereami {
  margin-bottom: 1rem;
  text-align: center;
  display: block;
  font-size: 0.9rem;
}
@media screen and (min-width: 981px) {
  .whereami {
    display: none;
  }
}

.actualloops {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 33px;
  padding-block: 0 60px;
}
@media screen and (max-width: 1024px) {
  .actualloops {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .actualloops {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .actualloops {
    gap: 30px;
  }
}
.actualloops .card {
  background-color: #fff;
}
.actualloops .card .featured {
  aspect-ratio: 4/3;
  display: block;
  flex: 0;
  align-self: flex-start;
  width: 100%;
}
.actualloops .card .featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.actualloops .cnt {
  padding: 40px;
  flex: 1;
}
.actualloops .btns {
  padding-inline: 40px;
  margin-bottom: 40px;
}
.actualloops .button {
  margin-top: auto;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .actualloops .button {
    min-width: 160px;
  }
}
.actualloops .cat {
  font-size: 16px;
  color: #54BED1;
  margin-bottom: 1rem;
  display: block;
}

.blog-navigation {
  padding-block: 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .blog-navigation {
    gap: 15px;
  }
}
.blog-navigation .button {
  min-width: 20%;
}
@media screen and (max-width: 767px) {
  .blog-navigation .button {
    min-width: 33%;
  }
}

.post-template-default .bc {
  display: block;
  margin-block: 0 30px;
}
@media screen and (max-width: 767px) {
  .post-template-default .bc {
    display: block;
    margin-block: 30px;
  }
}

.singlepostarticle {
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .singlepostarticle {
    padding-block: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .singlepostarticle .container {
    padding-inline: 0;
  }
}
.singlepostarticle .inner {
  background-color: #fff;
  padding: 60px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-column-gap: 60px;
}
@media screen and (max-width: 980px) {
  .singlepostarticle .inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .singlepostarticle .inner {
    padding-inline: 30px;
    padding-block: 40px;
  }
}
.singlepostarticle .inner:before {
  content: "";
}
.singlepostarticle .inner:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .singlepostarticle .inner:after {
    width: 8px;
  }
}
.singlepostarticle p {
  word-break: break-word;
}
.singlepostarticle .featured {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .singlepostarticle .featured {
    max-width: 100%;
  }
}
.singlepostarticle .featured img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlepostarticle .cats {
  color: #54BED1;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .singlepostarticle aside {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .singlepostarticle aside {
    margin-top: 30px;
  }
}
.singlepostarticle aside .btnwrap {
  flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .singlepostarticle aside .btnwrap {
    margin-bottom: 30px;
  }
}

.relatedpost {
  margin: 0;
}
.relatedpost li {
  list-style: none;
  border-bottom: 1px solid #DDDDDD;
}
.relatedpost li a {
  color: #363F45;
  text-decoration: none;
  font-size: 19px;
  line-height: 33px;
  padding-block: 19px;
  display: block;
}
.relatedpost li a:hover {
  color: #54BED1;
}

.meowlist {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .meowlist {
    margin-block: 60px;
  }
}
.meowlist a {
  display: block;
  padding-block: 0 19px;
  font-size: 16px;
}

.singlepostnavigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .singlepostnavigation .button {
    min-width: 120px;
  }
}

/* doctor header */
@media screen and (max-width: 767px) {
  .doctorheader {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doctorheader .container {
    padding-inline: 15px;
  }
}
.doctorheader .bc {
  margin-block: 30px;
}
.doctorheader .inner {
  padding: 50px;
  position: relative;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 980px) {
  .doctorheader .inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .doctorheader .inner {
    padding: 30px;
    gap: 30px;
  }
}
.doctorheader .inner:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .doctorheader .inner:before {
    display: none;
  }
}
.doctorheader .inner:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .doctorheader .inner:after {
    display: none;
  }
}
.doctorheader .drimage {
  min-width: 280px;
  min-height: 350px;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .doctorheader .drimage {
    all: unset;
    width: 100%;
  }
}
.doctorheader .drimage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctorheader h1 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1639px) {
  .doctorheader h1 {
    font-size: clamp(1.4375rem, -0.3287rem + 2.7597vw, 2.5rem);
  }
}
.doctorheader .rightcontent {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .doctorheader .rightcontent {
    flex-wrap: wrap;
  }
}
.doctorheader .middlecol {
  flex-grow: 1;
}
.doctorheader .rightcol {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.doctorheader .rightcol .button {
  width: 100%;
  flex-grow: 1;
  padding-inline: 38px;
}
@media screen and (max-width: 980px) {
  .doctorheader .rightcol {
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .doctorheader .rightcol {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .doctorheader .heading {
    display: none;
  }
}
.doctorheader .mobileheading {
  display: none;
}
@media screen and (max-width: 767px) {
  .doctorheader .mobileheading {
    display: block;
  }
  .doctorheader .mobileheading h1 {
    margin-bottom: 0;
  }
}
.doctorheader .checker {
  margin-top: 23px;
  margin-bottom: 0;
}
.doctorheader .bcheck {
  margin-right: 1rem;
}
.doctorheader .haslocation {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .doctorheader .haslocation {
    flex-wrap: wrap;
  }
}
.doctorheader .haslocation.cnt-3 {
  flex-grow: 1;
  justify-content: space-between;
}
.doctorheader .haslocation.cnt-3 .drsinglelocation {
  max-width: unset;
}
.doctorheader .drsinglelocation {
  max-width: 250px;
}
.doctorheader .drsinglelocation a {
  color: #54BED1;
}
.doctorheader .drsinglelocation p {
  line-height: 1.4;
}
.doctorheader .drsinglelocation p {
  margin-bottom: 8px;
}
.doctorheader .drsinglelocation p:first-of-type {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .doctorheader .drsinglelocation {
    max-width: 100%;
  }
}
.doctorheader .specialist {
  margin-top: 40px;
  width: 100%;
  padding-left: 1rem;
}
.doctorheader .specialist a {
  color: #54BED1;
}
@media screen and (max-width: 980px) {
  .doctorheader .specialist {
    margin-left: unset;
  }
}
.doctorheader .specialist.nomargin {
  margin-left: 0;
}
.doctorheader .spechead {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.doctorheader .specnt ul {
  margin: 0;
}
.doctorheader .specnt li {
  list-style: none;
  padding-block: 0 8px;
}

.docbio .cnt {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .docbio .cnt {
    padding-inline: 0;
    padding-block: 30px;
  }
}

.doctorpageblocks li {
  padding-bottom: 12px;
}
.doctorpageblocks .blue_blocker {
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .blue_blocker {
    padding-block: 30px;
  }
}
.doctorpageblocks .insblock {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .insblock {
    margin-top: 30px;
    padding-inline: 15px;
  }
}
.doctorpageblocks .insblock .inner {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .insblock .inner {
    padding: 30px;
  }
}
.doctorpageblocks .gallery {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .gallery {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.doctorpageblocks .gallery br {
  display: none;
}
.doctorpageblocks .gallery img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .gallery img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.doctorpageblocks .locationblock {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .locationblock {
    margin-top: 30px;
    padding-inline: 15px;
  }
}
.doctorpageblocks .locationblock .inner {
  background-color: #fff;
  padding: 60px;
  display: flex;
}
@media screen and (max-width: 980px) {
  .doctorpageblocks .locationblock .inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .locationblock .inner {
    padding-inline: 40px;
  }
}
.doctorpageblocks .locationblock .inner iframe {
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .locationblock .inner iframe {
    max-height: 250px;
  }
}
.doctorpageblocks .locationblock .inner .cnt {
  flex-basis: 50%;
}
@media screen and (max-width: 980px) {
  .doctorpageblocks .locationblock .inner .cnt {
    flex-basis: 100%;
  }
}
.doctorpageblocks .locationblock .inner .cnt:has(iframe) {
  align-self: center;
}
.doctorpageblocks .locationblock .inner .cnt:has(iframe) p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .locationblock .two-col {
    -moz-columns: 2;
         columns: 2;
  }
  .doctorpageblocks .locationblock .two-col p {
    font-size: 0.8rem;
  }
}
.doctorpageblocks .singlevideo {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .singlevideo {
    margin-top: 30px;
    padding-inline: 15px;
  }
}
.doctorpageblocks .singlevideo .inner {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .singlevideo .inner {
    padding-inline: 40px;
  }
}
.doctorpageblocks .singlevideo .embed {
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
  aspect-ratio: 16/9;
}
.doctorpageblocks .singlevideo .embed iframe {
  width: 100%;
  height: 100%;
}
.doctorpageblocks .singlevideo .subheading {
  max-width: 880px;
  margin: 0 auto;
  padding-inline: 1rem;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .singlevideo .subheading {
    padding-inline: 0;
    max-width: 100%;
  }
}
.doctorpageblocks .slidervid {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .slidervid {
    margin-top: 30px;
    padding-inline: 15px;
  }
}
.doctorpageblocks .slidervid .inner {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .doctorpageblocks .slidervid .inner {
    padding: 40px;
  }
}
.doctorpageblocks .slidervid .singlevideoslide {
  margin-inline: 16px;
  aspect-ratio: 16/9;
}
.doctorpageblocks .slidervid .singlevideoslide iframe {
  width: 100%;
  height: 100%;
}
.doctorpageblocks .videoslidenav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.doctorpageblocks .videoslidenav.lazyloaded .slick-prev {
  background-image: url(images/mobile-prev.svg);
}
.doctorpageblocks .videoslidenav.lazyloaded .slick-prev:hover {
  background-image: url(images/blue-prev.svg);
}
.doctorpageblocks .videoslidenav.lazyloaded .slick-next {
  background-image: url(images/mobile-next.svg);
}
.doctorpageblocks .videoslidenav.lazyloaded .slick-next:hover {
  background-image: url(images/blue-next.svg);
}
.doctorpageblocks .contact_block_no_image {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .gallerycats .container {
    padding-inline: 0;
  }
}
.gallerycats .inner {
  padding: 60px;
  position: relative;
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .gallerycats .inner {
    -moz-columns: 1;
         columns: 1;
  }
}
.gallerycats .inner a {
  display: block;
  padding-block: 0 18px;
}
.gallerycats .inner:before {
  content: "";
}
.gallerycats .inner:after {
  content: "";
}

.galleryheader .button.white svg {
  margin-right: 10px;
  position: relative;
  top: 1.5px;
}
.galleryheader .button.white:hover svg {
  fill: #fff;
  transition: all 0.1s ease-in-out;
}

.single-rmg-case .text_only_hero .cnt .right,
.single-rmg-category .text_only_hero .cnt .right {
  padding-inline: 0;
}

.caseswrap {
  margin-top: 30px;
}
.caseswrap .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 44px 30px;
}
@media screen and (max-width: 980px) {
  .caseswrap .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .caseswrap .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.caseswrap button,
.caseswrap a {
  font-size: 19px;
  color: #45A2DA;
  text-align: center;
  display: block;
  margin-top: auto;
  text-decoration: underline;
  font-family: "museo-sans", "tahoma", "arial", sans-serif;
  font-weight: 300;
  margin-inline: auto;
}
.caseswrap .singlecase {
  display: block;
}
.caseswrap .singlecase figure {
  display: block;
  margin-bottom: 10px;
}
.caseswrap .singlecase figure:last-of-type {
  margin-bottom: 30px;
}
.caseswrap .singlecase figure img {
  width: 100%;
  display: block;
}
.caseswrap .singlecase .imgwrap {
  display: block;
}
.caseswrap .singlecase .imgwrap .cnt {
  display: none;
}
.caseswrap .singlecase .imgwrap.lasttwo {
  display: none;
}
.caseswrap .singlecase.sidebyside .imgwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.caseswrap .singlecase.sidebyside .cnt {
  display: none;
}
.caseswrap .singlecase.sidebyside figure {
  width: calc(50% - 10px);
}

.imgwrap.fancybox__content {
  width: 100vw;
  justify-content: center;
  max-width: 760px;
  padding: 60px;
}
.imgwrap.fancybox__content .cnt {
  text-align: center;
}
.imgwrap.fancybox__content img {
  width: 100%;
  height: auto;
}
.imgwrap.fancybox__content .triggger-clone {
  display: none;
}
.imgwrap.fancybox__content.sidebyside {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.imgwrap.fancybox__content.sidebyside .cnt {
  flex-basis: 100%;
  position: absolute;
  bottom: 0;
}

.fancybox__content > .f-button.is-close-btn {
  background-color: #54BED1;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  opacity: 1;
}
.fancybox__content > .f-button.is-close-btn svg {
  fill: #fff;
  stroke: #fff;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

/* fancboxy custom buttons */
.is-horizontal .fancybox__nav .f-button.is-next {
  right: 15vw;
}
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: 15vw;
}
.is-horizontal .fancybox__nav button {
  background: #fff;
  box-shadow: unset;
  border: 1px solid #54BED1;
  color: #fff;
}
.is-horizontal .fancybox__nav button:hover {
  background-color: #54BED1;
}
.is-horizontal .fancybox__nav button:hover svg {
  stroke: #fff;
}
.is-horizontal .fancybox__nav button svg {
  filter: unset;
  stroke: #54BED1;
  width: 15px;
  height: 15px;
  stroke-width: 2px;
}

.singlecasewrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media screen and (max-width: 980px) {
  .singlecasewrapper {
    grid-template-columns: 1fr;
  }
}
.singlecasewrapper h3 {
  margin-bottom: 20px;
}
.singlecasewrapper .left {
  min-width: 720px;
}
@media screen and (max-width: 980px) {
  .singlecasewrapper .left {
    min-width: unset;
  }
}
@media screen and (max-width: 980px) {
  .singlecasewrapper .right {
    order: -1;
  }
}

.gallery-case-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.gallery-case-nav a {
  font-size: 0;
  width: 64px;
  height: 64px;
}
.gallery-case-nav a.prev {
  background-image: url(images/mobile-prev.svg);
}
.gallery-case-nav a.prev:hover {
  background-image: url(images/blue-prev.svg);
}
.gallery-case-nav a.next {
  background-image: url(images/mobile-next.svg);
}
.gallery-case-nav a.next:hover {
  background-image: url(images/blue-next.svg);
}

main section:last-of-type {
  margin-bottom: 0;
}

/* studies */
.studies_toggle {
  background-color: #E9F5F9;
  padding-block: 116px 116px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .studies_toggle {
    padding-block: 40px;
    margin-bottom: 30px;
  }
}
.studies_toggle h2 {
  margin-bottom: 50px;
}
.studies_toggle .inner {
  padding-inline: 60px;
}
@media screen and (max-width: 980px) {
  .studies_toggle .inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .studies_toggle .inner {
    padding-inline: 0;
  }
}
.studies_toggle .single {
  border-bottom: 1px solid #CCE7EB;
  margin-bottom: 26px;
  padding-bottom: 1rem;
}
.studies_toggle .single:last-of-type {
  margin-bottom: 0;
}
.studies_toggle .single h3 {
  margin-bottom: 0;
}
.studies_toggle .single .answer {
  margin-top: 20px;
  display: none;
}
.studies_toggle .single .studytoggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .studies_toggle .single .studytoggle {
    align-items: flex-start;
  }
}
.studies_toggle .single .studytoggle h3 {
  text-align: left;
  flex-grow: 1;
}
@media screen and (max-width: 980px) {
  .studies_toggle .single .studytoggle h3 {
    padding-right: 1rem;
  }
}
.studies_toggle .single .studytoggle.is-active .plusy::after {
  content: "−";
}
.studies_toggle .single .studytoggle .plusy {
  background-color: #54BED1;
  color: #fff;
  font-size: 1.5rem;
  min-width: 34px;
  height: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .studies_toggle .single .studytoggle .plusy {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .studies_toggle .single .studytoggle .plusy {
    min-width: 30px;
    height: 30px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.studies_toggle .single .studytoggle .plusy:after {
  content: "+";
}

section.content_left_links_right {
  background-color: #E9F5F9;
  margin-bottom: 60px;
}
section.content_left_links_right p:has(iframe) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.content_left_links_right p:has(iframe) {
    margin-top: 0;
  }
}
section.content_left_links_right .container {
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  section.content_left_links_right {
    margin-bottom: 30px;
  }
  section.content_left_links_right .container {
    padding-inline: 0;
    padding-block: 0;
  }
}
section.content_left_links_right .cnt {
  background-color: #fff;
  position: relative;
  padding-block: 80px;
  padding-inline: 60px;
  display: grid;
  grid-template-columns: 1fr 300px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 980px) {
  section.content_left_links_right .cnt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.content_left_links_right .cnt {
    padding: 40px;
  }
}
section.content_left_links_right .cnt:after {
  content: "";
}
section.content_left_links_right .cnt:before {
  content: "";
}
@media screen and (max-width: 980px) {
  section.content_left_links_right .rightcol {
    margin-top: 60px;
  }
}
section.content_left_links_right .rightcol h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid #DDDDDD;
}
section.content_left_links_right .rightcol ul {
  font-size: 1rem;
  margin-bottom: 0;
}
section.content_left_links_right .rightcol ul.noparent {
  margin-left: 0;
}
section.content_left_links_right .rightcol ul.noparent .children {
  display: block;
  margin-left: 0;
  margin-top: 0;
}
section.content_left_links_right .rightcol ul.noparent .children li {
  padding-inline: 0;
}
section.content_left_links_right .rightcol ul a {
  color: #54BED1;
}
section.content_left_links_right .rightcol ul li {
  padding-left: 10px;
}
section.content_left_links_right .rightcol ul li span {
  position: relative;
  top: 0;
}
section.content_left_links_right .rightcol ul li.is-active::marker {
  content: url(images/toggle-down-active.svg);
}
section.content_left_links_right .rightcol ul > li::marker {
  content: url(images/toggle-down.svg);
}
section.content_left_links_right .rightcol ul.children {
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
}
section.content_left_links_right .rightcol ul.children li:last-of-type {
  padding-bottom: 0;
}
section.content_left_links_right .rightcol ul.children li::marker {
  content: "";
}

.daily_schedule {
  padding-block: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .daily_schedule {
    margin-bottom: 30px;
    padding-block: 30px 0;
  }
}
.daily_schedule h2 {
  text-align: center;
  margin-bottom: 60px;
}
.daily_schedule .topcol {
  display: grid;
  grid-template-columns: repeat(var(--howmany), 1fr);
}
.daily_schedule .top {
  border-left: 1px solid #CCE7EB;
}
.daily_schedule .top:has(.blankupper) {
  border-left: none;
}
.daily_schedule .heading {
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-block: 27px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 980px) {
  .daily_schedule .heading {
    font-size: clamp(0.75rem, 0rem + 1.5625vw, 1rem);
  }
}
.daily_schedule .rows span.combined {
  position: relative;
}
.daily_schedule .rows span.combined span:nth-child(1) {
  position: relative;
  border-bottom: 1px solid transparent;
  top: 10px;
  position: relative;
}
.daily_schedule .rows span.combined span:last-of-type {
  display: block;
  padding-block: 0;
  border: none;
}
.daily_schedule .rows span.combined span:last-of-type i {
  font-size: 0;
}
.daily_schedule .blankupper {
  display: flex;
  flex-direction: column;
}
.daily_schedule .blankupper .spacer {
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-block: 27px;
  font-weight: 500;
  border-bottom: 1px solid #CCE7EB;
}
@media screen and (max-width: 980px) {
  .daily_schedule .blankupper .spacer {
    font-size: clamp(0.75rem, 0rem + 1.5625vw, 1rem);
  }
}
.daily_schedule .blankupper .spacer i {
  font-size: 0;
}
.daily_schedule .blankupper .left {
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-block: 27px;
  font-weight: 500;
  border-bottom: 1px solid #CCE7EB;
}
@media screen and (max-width: 980px) {
  .daily_schedule .blankupper .left {
    font-size: clamp(0.75rem, 0rem + 1.5625vw, 1rem);
  }
}
.daily_schedule .rows {
  display: flex;
  flex-direction: column;
}
.daily_schedule .rows span {
  background-color: #E9F5F9;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-block: 27px;
  display: block;
  border-bottom: 1px solid #CCE7EB;
}
@media screen and (max-width: 980px) {
  .daily_schedule .rows span {
    font-size: clamp(0.75rem, 0rem + 1.5625vw, 1rem);
  }
}
.daily_schedule .rows .blank {
  background-image: url(images/blank-table.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.daily_schedule .rows .blank i {
  font-size: 0;
}
.daily_schedule .mobtimes {
  display: none;
}
@media screen and (max-width: 767px) {
  .daily_schedule {
    padding-block: 30px 0;
  }
  .daily_schedule .mobtimes {
    display: block;
    width: 20%;
    display: flex;
    flex-direction: column;
  }
  .daily_schedule .mobtimes .left {
    flex: 1;
    padding-block: 13.5px;
    display: flex;
    align-items: center;
    background-color: #E9F5F9;
    border-right: 1px solid #CCE7EB;
    border-bottom: 1px solid #CCE7EB;
  }
  .daily_schedule .mobtimes .left i {
    font-size: 11px;
    text-align: center;
    font-weight: 500;
  }
  .daily_schedule .extra-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  .daily_schedule .heading {
    font-size: 1rem;
    border: 1px solid #CCE7EB;
    background-color: #54BED1;
    color: #fff;
  }
  .daily_schedule .blankupper {
    display: none;
  }
  .daily_schedule .topcol {
    display: block;
  }
  .daily_schedule .top {
    border: none;
    margin-bottom: 30px;
  }
  .daily_schedule .rows {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .daily_schedule .rows span {
    width: 100%;
  }
  .daily_schedule .rows .blankupper {
    display: flex;
  }
}

.just_content:has(.tablepress) h2 {
  margin-bottom: 60px;
}

.tablepress tr > td:first-of-type {
  background: #fff;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-block: 27px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tablepress tr > td:first-of-type {
    font-size: 1rem;
  }
}

.tablepress tfoot th,
.tablepress thead th {
  background: #fff;
  border-right: 1px solid #cce7eb;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-block: 27px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tablepress tfoot th,
  .tablepress thead th {
    font-size: 1rem;
  }
}

.tablepress > :where(tbody) > .odd > td:not(td:first-child),
.tablepress > :where(tbody) > .even > td:not(td:first-child) {
  background-color: #e9f5f9 !important;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tablepress > :where(tbody) > .odd > td:not(td:first-child),
  .tablepress > :where(tbody) > .even > td:not(td:first-child) {
    font-size: 0.8rem;
  }
}

.tablepress > * + tbody > * > *, .tablepress > tbody > * ~ * > *, .tablepress > tfoot > * > * {
  border-top: 1px solid #cce7eb !important;
}

.tablepress td,
.tablepress th {
  padding: 2rem;
  background: #e9f5f9;
}
@media screen and (max-width: 767px) {
  .tablepress td,
  .tablepress th {
    padding: 1rem;
  }
}

.tablepress > .row-hover > tr:hover > * {
  background-color: unset !important;
}

.tablepress tbody td {
  vertical-align: top;
  border-right: 1px solid #cce7eb;
  text-align: center;
  font-size: 0.8em;
}

.tablepress tbody td[rowspan="2"] {
  vertical-align: middle;
  text-align: center;
}

.tablepress tbody td[colspan="3"] {
  vertical-align: middle;
  text-align: center;
}

.tablepress tbody td:empty {
  background: repeating-linear-gradient(-45deg, #cce7eb, #E0E0E0 8px, #fff 8px, #fff 10px);
}

@media screen and (max-width: 767px) {
  .table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .tablepress tfoot th,
  .tablepress thead th {
    text-align: center;
  }
}
.single-location .half_block .right .two-col {
  margin-bottom: 20px;
}
.single-location .half_block .right .two-col span {
  margin-bottom: 20px;
  display: block;
}

section .gallery {
  margin-block: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  section .gallery {
    flex-wrap: wrap;
  }
}
section .gallery.gallery-columns-3 {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 980px) {
  section .gallery.gallery-columns-3 {
    flex-wrap: wrap;
  }
}
section .gallery dl {
  flex-grow: 1;
  text-align: center;
}
section .gallery br {
  display: none;
}

.eat {
  padding-top: 1rem;
  font-size: 12px;
}

#form_lasikquiz .frm_primary_label {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
  display: block;
}
#form_lasikquiz .frm_submit {
  margin-top: 60px;
}
#form_lasikquiz .frm_error {
  text-align: center;
}
#form_lasikquiz .frm_html_container {
  text-align: center;
}
#form_lasikquiz .frm_image_option,
#form_lasikquiz .frm_image_options {
  text-align: center;
}
#form_lasikquiz .frm_image_option input[type=checkbox]:checked + .frm_image_option_container,
#form_lasikquiz .frm_image_option input[type=radio]:checked + .frm_image_option_container,
#form_lasikquiz .frm_image_options input[type=checkbox]:checked + .frm_image_option_container,
#form_lasikquiz .frm_image_options input[type=radio]:checked + .frm_image_option_container {
  box-shadow: 0 0 0 5px #54BED1;
}
#form_lasikquiz .frm_image_option .frm_description,
#form_lasikquiz .frm_image_options .frm_description {
  text-align: center;
}
#form_lasikquiz .frm_display_format_buttons input[type=checkbox]:checked + .frm_label_button_container,
#form_lasikquiz .frm_display_format_buttons input[type=radio]:checked + .frm_label_button_container {
  background: #54BED1;
}
#form_lasikquiz .frm_display_format_buttons .frm_label_button_container {
  justify-content: center;
  color: #fff;
  background-color: #45A2DA;
  font-size: 1.256rem;
  padding-block: 1rem;
}
#form_lasikquiz .freelasik {
  font-size: 1.25rem;
}
#form_lasikquiz #frm_field_36_container .frm_primary_label {
  display: none;
}
#form_lasikquiz .frm_form_field.smallabel .frm_primary_label {
  font-size: 1.25rem;
}

/* chart */
.ci-chart {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
.ci-chart .ci-col {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.ci-chart .ci-col:nth-child(2) .ci-th {
  border-right: 1px solid #F7F8FA;
  border-left: 1px solid #F7F8FA;
}
.ci-chart .ci-tab {
  height: 18px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ci-chart .ci-th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  flex: 1 1 160px;
}
@media screen and (max-width: 767px) {
  .ci-chart .ci-th {
    padding: 0.5em;
    flex: 1;
  }
}
.ci-chart .ci-th span.ci-text {
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  display: block;
  font-size: 1em;
  font-size: 0.7em;
}
.ci-chart .ci-th .ci-img {
  display: block;
}
@media screen and (max-width: 767px) {
  .ci-chart .ci-th .ci-img {
    display: none;
  }
}
.ci-chart .ci-th img {
  border: none;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.chart-data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chart-data.chart-data-desktop {
  display: flex;
}
.chart-data.chart-data-mobile {
  display: none;
}
.chart-data .ci-td {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chart-data .ci-td .ci-ul,
.chart-data .ci-td .ci-p {
  width: 33.333%;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  .chart-data .ci-td .ci-ul,
  .chart-data .ci-td .ci-p {
    padding: 0.5em;
  }
}
.chart-data .ci-td .ci-wrap {
  display: flex;
  flex-direction: row;
}
.chart-data .ci-td .ci-wrap:nth-child(odd) {
  background-color: #F7F8FA;
}
.chart-data .ci-td .ci-ul {
  border-right: 1px solid #F7F8FA;
  border-left: 1px solid #F7F8FA;
}
@media screen and (max-width: 767px) {
  .chart-data .ci-td .ci-ul li {
    padding-bottom: 10px;
    line-height: 1.3;
  }
}
.chart-data .ci-td .ci-ul:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.chart-data .ci-td ul {
  margin-left: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .chart-data .ci-td ul {
    font-size: 0.8em;
    margin-left: 0;
  }
  .chart-data .ci-td ul li {
    font-size: 8px;
    padding-left: 0;
    position: relative;
    padding-left: 0px;
    list-style: none;
  }
  .chart-data .ci-td ul li::before {
    content: "";
    background-image: url(images/bullet.svg);
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .chart-data .ci-td ul li::marker {
    content: "";
    display: none;
  }
}
.chart-data .ci-td ul li:before {
  color: #F9D147;
  display: none;
}
.chart-data .ci-td p {
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .chart-data .ci-td p {
    font-size: 0.7em;
  }
}

form .terms {
  text-align: left;
  text-decoration: underline;
  display: block;
  width: 100%;
  font-family: "museo-sans", "tahoma", "arial", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
form .disclaimer {
  display: none;
}

.doctors_filter.toggles {
  padding-block: 0 30px;
}
.doctors_filter.toggles .docgrid {
  margin-top: 0;
}
.doctors_filter.toggles .filter {
  margin-block: 0 2rem;
}
.doctors_filter.toggles .toggs {
  display: none;
  padding-block: 0 30px;
}
.doctors_filter.toggles .border {
  display: block;
  width: 100%;
  background: #54BED1;
  height: 1px;
}
.doctors_filter.toggles .heading {
  margin-bottom: 30px;
}
.doctors_filter.toggles .heading i {
  background: #54BED1;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .doctors_filter.toggles .heading i {
    width: 1.25rem;
    height: 1.25rem;
  }
  .doctors_filter.toggles .heading i svg {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.doctors_filter.toggles .heading button {
  display: flex;
  align-items: center;
  font-size: 33px;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .doctors_filter.toggles .heading button {
    font-size: 1.55rem;
    gap: 0.5rem;
  }
}
.doctors_filter.toggles .heading button.is-active svg .linetwo {
  display: none;
}

.wistwrap {
  width: 600px;
  height: 350px;
  display: block;
  position: relative;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .wistwrap {
    width: 100%;
    height: auto;
    margin-block: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .blue_just_content:has(.assetIframe) .container {
    padding-inline: 1rem;
  }
  .blue_just_content:has(.assetIframe) .container .assetIframe {
    max-width: 100%;
    width: 300px;
    overflow: scroll;
  }
}
.frm-grid-view > div {
  border: none;
}

.reviews_content_block {
  background: #E9F5F9;
  padding-block: 60px;
}
.reviews_content_block h2 {
  text-align: center;
}
.reviews_content_block .container {
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .reviews_content_block .container {
    padding-inline: 2%;
  }
}
.reviews_content_block .reviewflex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 980px) {
  .reviews_content_block .reviewflex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews_content_block .singlereview {
  background: #fff;
  padding: 40px;
}
.reviews_content_block .singlereview cite {
  display: block;
  margin-block: 22px 13px;
  font-weight: bold;
  text-align: center;
}
.reviews_content_block .singlereview .simg {
  position: relative;
  width: auto;
  width: 138px;
  margin: 0 auto;
  margin-block: 0 22px;
}
.reviews_content_block .singlereview .simg:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #45A2DA;
  position: absolute;
}
.reviews_content_block .singlereview .simg img {
  display: block;
  border-radius: 0px 0px 0px 40px;
}
.reviews_content_block blockquote {
  font-size: 18px;
  line-height: 31px;
  text-align: center;
}
.reviews_content_block .top-quote {
  display: block;
  margin-block: 0 16px;
}
.reviews_content_block .btm-quote {
  margin-left: auto;
  display: block;
}

@media (max-width: 767px) {
  html.landing-style .toplevel {
    order: -1;
  }
}
html.landing-style nav {
  padding-bottom: 24px;
}
html.landing-style #opennav,
html.landing-style .bottomlevel {
  display: none;
}
html.landing-style .othernav a:not(a.telly) {
  display: none;
}

/*# sourceMappingURL=style.css.map */