
@import "footer--information-section--social-links";
:root {
  --mobile-breakpoint: 980;
  --desktop-breakpoint: 981;
}
.screen-reader-only {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}
html,
body {
  font-size: 1.111;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
}
body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.flat-list {
  margin: 0 0 0 20px;
  padding: 0;
}
.bullet-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc url(/images/bullet.gif);
}
.fa-facebook-square {
  color: #4267b2;
}
@media (max-width: 980px) {
  body {
    padding-bottom: 45px;
  }
}
@media (max-width: 568px) {
  .pageContent img[align="left"],
  .pageContent img[align="right"] {
    margin-left: auto;
    margin-right: auto;
  }
  .pageContent img[align="left" i],
  .pageContent img[align="right" i] {
    margin-left: auto;
    margin-right: auto;
  }
}
html .important-information-wrappings {
  text-align: center !important;
}
.alert-content {
  background: yellow;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.alert-content a,
.alert-content a:link,
.alert-content a:visited,
.alert-content a:active,
.alert-content a:hover,
.alert-content a:focus {
  color: #000;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alert-content a:hover {
  text-decoration: underline;
  opacity: .8;
}
.important-information-wrappings {
  background: #0f4b7d !important;
  line-height: 1.1 !important;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-align: center !important;
  font-weight: bold !important;
  padding: 8px !important;
}
.content-page [data-accordion-items] {
  vertical-align: top;
}
.content-page [data-accordion-items] > br {
  display: none !important;
}
.content-page [data-accordion-items] > h1,
.content-page [data-accordion-items] > h2,
.content-page [data-accordion-items] > h3,
.content-page [data-accordion-items] > h4,
.content-page [data-accordion-items] > h5,
.content-page [data-accordion-items] > h6 {
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  font-size: 1.1em;
  line-height: 1.2;
  margin-left: 10px;
  margin-bottom: 10px;
}
.content-page [data-accordion-items] > h1.active:before,
.content-page [data-accordion-items] > h1.inactive:before,
.content-page [data-accordion-items] > h2.active:before,
.content-page [data-accordion-items] > h2.inactive:before,
.content-page [data-accordion-items] > h3.active:before,
.content-page [data-accordion-items] > h3.inactive:before,
.content-page [data-accordion-items] > h4.active:before,
.content-page [data-accordion-items] > h4.inactive:before,
.content-page [data-accordion-items] > h5.active:before,
.content-page [data-accordion-items] > h5.inactive:before,
.content-page [data-accordion-items] > h6.active:before,
.content-page [data-accordion-items] > h6.inactive:before {
  color: #333;
  position: absolute;
  right: 100%;
  font-family: FontAwesome;
  margin-right: 10px;
  display: inline-block;
}
.content-page [data-accordion-items] > h1.active:before,
.content-page [data-accordion-items] > h2.active:before,
.content-page [data-accordion-items] > h3.active:before,
.content-page [data-accordion-items] > h4.active:before,
.content-page [data-accordion-items] > h5.active:before,
.content-page [data-accordion-items] > h6.active:before {
  content: "\f146";
  color: #00b156;
}
.content-page [data-accordion-items] > h1.inactive:before,
.content-page [data-accordion-items] > h2.inactive:before,
.content-page [data-accordion-items] > h3.inactive:before,
.content-page [data-accordion-items] > h4.inactive:before,
.content-page [data-accordion-items] > h5.inactive:before,
.content-page [data-accordion-items] > h6.inactive:before {
  content: "\f0fe";
}
.content-page [data-accordion-items] > h1:hover,
.content-page [data-accordion-items] > h2:hover,
.content-page [data-accordion-items] > h3:hover,
.content-page [data-accordion-items] > h4:hover,
.content-page [data-accordion-items] > h5:hover,
.content-page [data-accordion-items] > h6:hover {
  color: #00b156;
}
.content-page [data-accordion-items] > h1:hover.inactive:before,
.content-page [data-accordion-items] > h1:hover.active:before,
.content-page [data-accordion-items] > h2:hover.inactive:before,
.content-page [data-accordion-items] > h2:hover.active:before,
.content-page [data-accordion-items] > h3:hover.inactive:before,
.content-page [data-accordion-items] > h3:hover.active:before,
.content-page [data-accordion-items] > h4:hover.inactive:before,
.content-page [data-accordion-items] > h4:hover.active:before,
.content-page [data-accordion-items] > h5:hover.inactive:before,
.content-page [data-accordion-items] > h5:hover.active:before,
.content-page [data-accordion-items] > h6:hover.inactive:before,
.content-page [data-accordion-items] > h6:hover.active:before {
  color: #00b156;
}
.content-page [data-accordion-items] > .accordion-contents {
  margin-bottom: 20px;
  margin-left: 11px;
}
.content-page [data-accordion-items] > .accordion-contents h2,
.content-page [data-accordion-items] > .accordion-contents h2.feature14,
.content-page [data-accordion-items] > .accordion-contents h2.feature14.heading {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #333;
}
.content-page [data-accordion-items] > .accordion-contents ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.content-page .doctor-job-accordion[data-accordion-items] {
  margin-left: 20px;
}
.content-page .doctor-job-accordion[data-accordion-items] span.bullet-image {
  color: #4e4e4e;
  position: relative;
  left: -22px;
  margin-right: -10px;
}
.content-page .doctor-job-accordion[data-accordion-items] > .accordion-contents {
  color: #4e4e4e;
  margin-left: 32px;
}
.content-page .doctor-job-accordion[data-accordion-items] > .accordion-contents h3.job-information-contact-heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: #4e4e4e;
}
.content-page .doctor-job-accordion[data-accordion-items] .job-information-contact-container {
  margin-top: 20px;
}
.content-page .doctor-job-accordion[data-accordion-items] .job-information-apply-container {
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
}
.content-page .doctor-job-accordion[data-accordion-items] .job-information-contact-container,
.content-page .doctor-job-accordion[data-accordion-items] .job-information-apply-container {
  margin-left: -20px;
}
.header-wrappings {
  text-align: center;
  color: #16183c;
}
.header-wrappings a,
.header-wrappings a:link,
.header-wrappings a:visited,
.header-wrappings a:hover,
.header-wrappings a:focus,
.header-wrappings a:active {
  color: #16183c;
}
.header-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.header-wrapper {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fh-header-links-listing {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.fh-header-links-listing .fa {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #f1f3f9;
  color: #37b5e6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header-wrapper .phone-number,
.header-wrapper .address-lines {
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper .address-lines .address-line {
  display: block;
}
@media (min-width: 981px) {
  .fh-header-links-wrappings,
  .header-wrapper,
  .header-section-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-wrappings {
    border-bottom: 3px solid #0f4b7e;
  }
  .header-wrapper {
    max-width: 92%;
    padding: 5px 20px 0px 20px;
  }
  .header-section-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .fh-header-links-listing > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
  }
  .fh-header-links-wrappings {
    -moz-box-flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .fh-header-links-wrappings {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-header-links-wrappings {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 980px) {
  html.js.showing-mobile-menu .header-logo,
  html.js.showing-mobile-menu .fh-header-links-wrappings {
    margin-top: 0;
  }
  .fh-header-links-listing > li + li {
    margin-top: 10px;
  }
}
.topbar-container:before,
.topbar-container:after {
  content: "";
  display: block;
  clear: both;
}
.topbar-container padding: 5px
  
  img {
  vertical-align: bottom;
}
.topbar-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-container ul > li {
  display: inline-block;
}
.topbar-container .topbar-social-links-wrapper {
  float: left;
  font-size: 25px;
  font-size: 2rem;
  color: #3388b1;
  margin-top: 10px;
  margin-right: 10px;
}
.topbar-container .topbar-social-links-wrapper li {
  margin: 0 5px 10px;
}
.topbar-container .topbar-social-links-wrapper a,
.topbar-container .topbar-social-links-wrapper a:link,
.topbar-container .topbar-social-links-wrapper a:visited,
.topbar-container .topbar-social-links-wrapper a:hover,
.topbar-container .topbar-social-links-wrapper a:focus,
.topbar-container .topbar-social-links-wrapper a:active {
  display: block;
  text-decoration: none;
  color: #3388b1;
}
.topbar-container .topbar-social-links-wrapper a:hover,
.topbar-container .topbar-social-links-wrapper a:focus {
  opacity: 0.8;
}
.topbar-container .topbar-site-links-wrapper {
  float: right;
  color: #3388b1;
  margin-top: 10px;
  margin-right: 10px;
}
.topbar-container .topbar-site-links-wrapper li {
  margin-right: 10px;
}
.topbar-container .topbar-site-links-wrapper a,
.topbar-container .topbar-site-links-wrapper a:link,
.topbar-container .topbar-site-links-wrapper a:visited,
.topbar-container .topbar-site-links-wrapper a:hover,
.topbar-container .topbar-site-links-wrapper a:focus,
.topbar-container .topbar-site-links-wrapper a:hover {
  color: #3388b1;
  display: block;
  text-decoration: none;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  font-style: normal;
  padding: 0 13px;
  font-size: 1.6em;
}
.topbar-container .topbar-site-links-wrapper a:hover,
.topbar-container .topbar-site-links-wrapper a:focus,
.topbar-container .topbar-site-links-wrapper a:active {
  color: #76030a;
}
@media (max-width: 980px) {
  .topbar-container {
    display: none;
  }
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.mobile-close-menu {
  display: none;
}
.navigation-menu a {
  transition: 0.3s ease;
}
.subnav-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 10px;
}
.sub-navigation-menu {
  transition: opacity 0.3s;
}
.sub-navigation-menu a,
.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  position: relative;
  transform: translateZ(0.1px);
}
@media (min-width: 981px) {
  .main-navigation .navigation-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
  .main-navigation-wrappings {
    margin-top: auto;
    margin-bottom: auto;
  }
  .navigation-menu a,
  .navigation-menu a:link,
  .navigation-menu a:visited,
  .navigation-menu a:hover,
  .navigation-menu a:focus,
  .navigation-menu a:active {
    display: block;
    padding: 10px;
    font-size: 1.2rem;
  }
  .navigation-menu a:hover,
  .navigation-menu a:focus,
  .navigation-menu a:active {
    text-decoration: underline;
  }
  .sub-navigation-menu {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
  }
  .sub-navigation-menu a:before {
    content: "\f105";
    pointer-events: none;
    position: absolute;
    left: 0;
    opacity: 0;
    font-family: FontAwesome;
  }
  .sub-navigation-menu a,
  .sub-navigation-menu a:link,
  .sub-navigation-menu a:visited,
  .sub-navigation-menu a:hover,
  .sub-navigation-menu a:focus,
  .sub-navigation-menu a:active {
    color: #16183c;
    font-size: 1rem;
    display: block;
    padding: 8px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
  }
  .sub-navigation-menu a:hover,
  .sub-navigation-menu a:focus,
  .sub-navigation-menu a:active {
    color: #34a571;
    padding-left: 20px;
  }
  .sub-navigation-menu a:hover:before,
  .sub-navigation-menu a:focus:before,
  .sub-navigation-menu a:active:before {
    opacity: 1;
  }
  .sub-navigation-menu li {
    padding: 0 20px;
  }
  .sub-navigation-menu li:last-child a,
  .sub-navigation-menu li:last-child a:link,
  .sub-navigation-menu li:last-child a:visited,
  .sub-navigation-menu li:last-child a:hover,
  .sub-navigation-menu li:last-child a:focus,
  .sub-navigation-menu li:last-child a:active {
    border-bottom-width: 0;
  }
  .sub-navigation-menu[data-count-gt*="(16)"] {
    left: 7.5%;
    right: 7.5%;
  }
  .sub-navigation-menu[data-count-gt*="(16)"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sub-navigation-menu[data-count-gt*="(16)"] {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-navigation-menu[data-count-gt*="(16)"] > li {
    width: 33.3%;
  }
  .sub-navigation-menu {
    opacity: 0;
  }
  .main-navigation .navigation-menu > li.has-subnav:hover .sub-navigation-menu {
    pointer-events: auto;
    opacity: 1;
  }
}
@media (max-width: 980px) {
  .main-navigation-wrappings {
    padding: 20px;
    background-color: #16183c;
    color: #fcfcfc;
  }
  .main-navigation-wrappings a,
  .main-navigation-wrappings a:link,
  .main-navigation-wrappings a:visited,
  .main-navigation-wrappings a:hover,
  .main-navigation-wrappings a:focus,
  .main-navigation-wrappings a:active {
    color: #fcfcfc;
  }
  .main-navigation > .navigation-menu > li + li {
    margin-top: 10px;
  }
  .main-navigation .sub-navigation-menu {
    margin-left: 20px;
  }
  html.js body {
    position: relative;
  }
  html.js .main-navigation-wrappings {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
  }
  html.js .main-navigation-wrappings,
  html.js .sub-navigation-menu {
    display: none;
  }
  html.js.showing-mobile-menu .main-navigation-wrappings,
  html.js .main-navigation > .navigation-menu > li.show-subnav-mobile .sub-navigation-menu {
    display: block;
  }
}
.main-slideshow-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 1900px) {
  .home-page .main-slideshow-container {
    max-width: max-content;
  }
}
.slideshow-buttons-container {
  padding: 30px;
  background: #f5f5f5;
  border-bottom: 5px solid #d83b2b;
}
.slideshow-buttons {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.slideshow-buttons > li a {
  transition: color 0.2s, background-color 0.2s;
}
.slideshow-buttons > li a,
.slideshow-buttons > li a:link,
.slideshow-buttons > li a:visited,
.slideshow-buttons > li a:hover,
.slideshow-buttons > li a:focus,
.slideshow-buttons > li a:active {
  display: block;
  padding: 12px 40px;
  color: #fff;
  background-color: #760209;
  border-radius: 2px;
  text-decoration: none;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 300px;
}
.slideshow-buttons > li a:hover,
.slideshow-buttons > li a:focus,
.slideshow-buttons > li a:active {
  background-color: #d83b2b;
  color: #fff;
}
@media (min-width: 981px) {
  .slideshow-buttons {
    max-width: 92%;
    margin: 0 auto;
  }
  .slideshow-buttons > li {
    display: inline-block;
    margin: 0 20px;
    margin-left: 4%;
  }
  .slideshow-buttons > li:first-child {
    margin-left: 0;
  }
  .slideshow-buttons {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .slideshow-buttons {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .slideshow-buttons {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .slideshow-buttons > li {
    -moz-box-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 980px) {
  .slideshow-buttons > li {
    margin-top: 20px;
  }
  .slideshow-buttons > li:first-child {
    margin-top: 0;
  }
}
img.fh-section-curve {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
img.fh-section-top-image {
  vertical-align: bottom;
}
img.fh-section-bottom-image {
  vertical-align: top;
}
@media (max-width: 480px) {
  img.fh-section-curve {
    display: none;
  }
}
.fh-welcome-section-with-image-wrappings[data-has-section-items="true"] .welcome-section-wrappings,
.welcome-section-wrappings {
  font-size: 1.11rem;
}
.welcome-section-wrappings h1.welcome-title {
  font-size: 1.7rem;
}
.fh-welcome-section-with-image-wrappings {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.fh-welcome-section-with-image-wrappings,
.welcome-section-wrappings {
  color: #fff;
}
.fh-clinic-wellness-container .welcome-section-wrappings h1.welcome-title {
  color: #fff;
  font-size: 1.9rem;
}
.fh-welcome-section-images-wrappings {
  max-width: 100%;
  position: relative;
  z-index: 99;
  text-align: center;
}
img.fh-welcome-section-bottom-overlay {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 100;
}
.fh-welcome-section-images-wrappings {
  position: relative;
  overflow: hidden;
}
.fh-welcome-section-images-listing,
.fh-welcome-section-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-section-welcome .fh-welcome-section-images-wrapper,
.fh-section-clinic .fh-welcome-section-images-wrapper,
.fh-section-wellness .fh-welcome-section-images-wrapper {
  margin: 6px 12px;
}
.fh-welcome-section-images-listing img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #000;
}
.welcome-section-wrappings {
  padding: 20px 10px;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
  background-repeat: no-repeat;
  background-position: left top;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.welcome-section-wrappings h1.welcome-title {
  margin-top: 0;
  color: #16183c;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 1100px) {
  .fh-welcome-section-with-image-wrappings {
    margin: 3em 0 0 0;
  }
  .fh-section-welcome .fh-welcome-section-with-image-wrappings,
  .fh-section-clinic .fh-welcome-section-with-image-wrappings,
  .fh-section-wellness .fh-welcome-section-with-image-wrappings {
    padding: 0 5%;
  }
  .fh-section-welcome .fh-welcome-section-with-image-wrappings {
    padding-top: 20px;
  }
  .fh-section-welcome .fh-welcome-section-with-image-wrapper,
  .fh-section-clinic .fh-welcome-section-with-image-wrapper,
  .fh-section-wellness .fh-welcome-section-with-image-wrapper {
    display: grid;
    grid-template-columns: minmax(auto,1fr) 1fr;
    align-items: center;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  .fh-section-wellness .welcome-section-wrappings {
    order: 1;
  }
  .fh-section-wellness .fh-welcome-section-images-wrappings {
    order: 2;
  }
  .fh-section-welcome .fh-welcome-section-images-wrappings,
  .fh-section-clinic .fh-welcome-section-images-wrappings,
  .fh-section-wellness .fh-welcome-section-images-wrappings {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .welcome-section-wrappings {
    padding: 0;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing {
    gap: 20px 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing > li {
    display: inline-block;
    vertical-align: top;
  }
  .fh-section-image-gallery .fh-welcome-section-images-listing > li {
    -moz-box-flex: 0 1 300px;
    -webkit-box-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    -webkit-flex: 0 1 300px;
    flex: 0 1 300px;
  }
  .fh-welcome-section-with-image-wrappings[data-has-section-items="true"] .welcome-section-wrappings {
    text-align: left;
  }
  .fh-section-image-gallery.fh-js-observable .fh-welcome-section-images-listing > li img {
    opacity: 0;
    transform: scale(0.5);
  }
  .fh-welcome-section-images-wrapper.fh-at-least-one-active .fh-welcome-section-images-listing > li:not(.fh-active) img {
    filter: brightness(0.3);
  }
  .fh-section-image-gallery.fh-js-observable.fh-visible .fh-welcome-section-images-listing > li img {
    transition: 1s opacity ease 0.2s, 0.5s transform ease 0.2s, 0.5s filter;
    opacity: 1;
    transform: scale(1);
  }
  .fh-section-image-gallery.fh-js-observable.fh-visible .fh-welcome-section-images-listing > li:nth-child(3n+1) img {
    transition: 1s opacity ease 0.2s, 0.5s transform ease 0.2s, 0.5s filter;
  }
  .fh-section-image-gallery.fh-js-observable.fh-visible .fh-welcome-section-images-listing > li:nth-child(3n+2) img {
    transition: 1s opacity ease 0.4s, 0.5s transform ease 0.4s, 0.5s filter;
  }
  .fh-section-image-gallery.fh-js-observable.fh-visible .fh-welcome-section-images-listing > li:nth-child(3n+3) img {
    transition: 1s opacity ease 0.6s, 0.5s transform ease 0.6s, 0.5s filter;
  }
}
@media (min-width: 1100px) and (prefers-reduced-motion) {
  .fh-section-image-gallery.fh-js-observable.fh-visible .fh-welcome-section-images-listing > li img {
    transition: none !important;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .welcome-content-area {
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .fh-welcome-section-with-image-wrappings[data-has-section-items="true"] .welcome-section-wrappings,
  .welcome-section-wrappings {
    font-size: 1.2rem;
  }
}
@media (max-width: 1099px) {
  .fh-welcome-section-with-image-wrappings {
    margin-top: 0;
  }
  .welcome-section-wrappings h1.welcome-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .fh-welcome-section-images-listing {
    padding: 0 20px;
  }
  .fh-welcome-section-images-listing > li {
    display: block;
    margin: 20px 0;
  }
}
.fh-icons-welcome-sections-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fh-icons-welcome-sections-container .fh-section-welcome .fh-welcome-section-with-image-wrappings {
  padding-top: 0;
  margin-top: 0;
}
.fh-icons-welcome-sections-container .fh-info-icons-section-wrappings {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  .fh-icons-welcome-sections-container {
    background-image: url(/docs/welcome-bg_1024x682_with_tranparent-overlay.jpg);
  }
  .fh-icons-welcome-sections-container .fh-section-welcome .fh-welcome-section-with-image-wrappings {
    padding-top: 3em;
    padding-bottom: 5em;
  }
}
.home-page .site-information-sections-wrappings {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  background: #204c90;
  color: #fcfcfc;
  padding: 20px;
}
.home-page .site-information-sections-wrappings a,
.home-page .site-information-sections-wrappings a:link,
.home-page .site-information-sections-wrappings a:visited,
.home-page .site-information-sections-wrappings a:hover,
.home-page .site-information-sections-wrappings a:focus,
.home-page .site-information-sections-wrappings a:active {
  text-decoration: none;
  color: #fcfcfc;
}
.home-page .site-information-sections-wrappings .site-information-section-content {
  font-size: 22px;
  font-size: 1rem;
}
.home-page .site-information-sections-wrappings .site-information-section-title {
  font-size: 26px;
  font-size: 1.425rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.home-page .site-information-sections-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
div.site-information-sections {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 981px) {
  .home-page .site-information-sections[data-num-sections-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .home-page .site-information-sections[data-num-sections-gt1="true"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .home-page .site-information-sections[data-num-sections-gt1="true"] > .site-information-section-wrappings {
    -moz-box-flex: 1 0 48%;
    -webkit-box-flex: 1 0 48%;
    -ms-flex: 1 0 48%;
    -webkit-flex: 1 0 48%;
    flex: 1 0 48%;
  }
  .home-page .site-information-sections[data-num-sections-gt2="true"] > .site-information-section-wrappings {
    -moz-box-flex: 1 0 31%;
    -webkit-box-flex: 1 0 31%;
    -ms-flex: 1 0 31%;
    -webkit-flex: 1 0 31%;
    flex: 1 0 31%;
  }
  .home-page .site-information-sections-wrappings {
    padding: 35px 30px;
  }
}
@media (max-width: 980px) {
  .home-page .site-information-sections-wrappings {
    padding: 20px;
    text-align: center;
  }
}
.fh-providers-section {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #f4e9e6;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.fh-providers-section h1,
.fh-providers-section h2,
.fh-providers-section h3,
.fh-providers-section h4,
.fh-providers-section h5,
.fh-providers-section h6 {
  margin: 0;
  padding: 0;
}
.doctor-scroller-name-wrapper {
  margin-top: 6px;
  font-weight: bold;
  color: #4ca879;
  font-size: 1.11rem;
}
.doctor-scroller-wrapper {
  max-width: 1080px;
  margin: 20px auto;
}
.doctor-scroller-wrapper img {
  height: 300px;
  width: 200px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  border: 2px solid #4ca879;
  border-radius: 10px;
  transition: filter 0.2s;
}
.doctor-scroller-wrapper .splide__arrow {
  background: transparent;
  border-radius: none;
  height: auto;
  width: auto;
}
.doctor-scroller-wrapper .splide__arrow svg {
  --svg-size-of-arrow: 2em;
  width: 2em;
  width: var(--svg-size-of-arrow,2em);
  height: 2em;
  height: var(--svg-size-of-arrow,2em);
}
.doctor-scroller-wrapper .splide__arrow--prev {
  left: -3em;
}
.doctor-scroller-wrapper .splide__arrow--next {
  right: -3em;
}
.doctor-scroller-wrapper .splide__arrow--prev path,
.doctor-scroller-wrapper .splide__arrow--next path {
  fill: #38bde8;
}
.fh-providers-section-with-image-wrapper {
  padding: 4em;
}
.doctor-scroller-wrapper.splide .doctor-listing:has(li.is-visible:hover) > li.is-visible:not(:hover) img {
  filter: brightness(0.6);
}
.fh-clinic-section {
  text-align: center;
  color: #000;
  background-color: #7ccce6;
  margin: 0;
  padding: 40px 20px;
}
.fh-clinic-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-clinic-section ul.info-section > li {
  overflow: hidden;
}
.fh-clinic-section ul.info-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  border: 2px solid #387c59;
  border-radius: 10px;
}
.fh-clinic-section ul.fh-the-links-section-listing {
  gap: 20px;
}
.fh-clinic-section ul.fh-the-links-section-listing {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.fh-clinic-section ul.fh-the-links-section-listing {
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fh-clinic-section ul.fh-the-links-section-listing {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fh-clinic-section ul.fh-the-links-section-listing > li {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-clinic-section ul.fh-the-links-section-listing > li a,
.fh-clinic-section ul.fh-the-links-section-listing > li a:link,
.fh-clinic-section ul.fh-the-links-section-listing > li a:visited,
.fh-clinic-section ul.fh-the-links-section-listing > li a:hover,
.fh-clinic-section ul.fh-the-links-section-listing > li a:focus,
.fh-clinic-section ul.fh-the-links-section-listing > li a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-clinic-section ul.fh-the-links-section-listing > li a,
.fh-clinic-section ul.fh-the-links-section-listing > li a:link,
.fh-clinic-section ul.fh-the-links-section-listing > li a:visited,
.fh-clinic-section ul.fh-the-links-section-listing > li a:hover,
.fh-clinic-section ul.fh-the-links-section-listing > li a:focus,
.fh-clinic-section ul.fh-the-links-section-listing > li a:active {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.fh-clinic-section ul.fh-the-links-section-listing > li.no-link,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a {
  transition: background-color 0.2s, color 0.2s;
}
.fh-clinic-section ul.fh-the-links-section-listing > li.no-link,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:link,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:visited,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:hover,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:focus,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:active {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.111rem;
  border-radius: 50vh;
  color: #fff;
  background-color: #16183c;
}
.fh-clinic-section ul.fh-the-links-section-listing > li.no-link:hover,
.fh-clinic-section ul.fh-the-links-section-listing > li.no-link:focus,
.fh-clinic-section ul.fh-the-links-section-listing > li.no-link:active,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:hover,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:focus,
.fh-clinic-section ul.fh-the-links-section-listing > li.has-link a:active {
  background-color: #387c59;
}
.fh-clinic-section .fh-the-links-section-wrappings {
  margin-top: 40px;
}
@media (min-width: 981px) {
  .fh-clinic-section ul.info-section {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .fh-clinic-section ul.info-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-clinic-section ul.info-section {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-clinic-section ul.info-section {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-clinic-section ul.info-section img {
    width: 100%;
    height: auto;
  }
  .fh-clinic-section ul.info-section > li {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 31%;
  }
  .fh-clinic-section ul.info-section > li.no-link,
  .fh-clinic-section ul.info-section > li.has-link a,
  .fh-clinic-section ul.info-section > li.has-link a:link,
  .fh-clinic-section ul.info-section > li.has-link a:visited,
  .fh-clinic-section ul.info-section > li.has-link a:hover,
  .fh-clinic-section ul.info-section > li.has-link a:focus,
  .fh-clinic-section ul.info-section > li.has-link a:active {
    position: relative;
    overflow: hidden;
  }
  .fh-clinic-section ul.info-section > li.has-link a,
  .fh-clinic-section ul.info-section > li.has-link a:link,
  .fh-clinic-section ul.info-section > li.has-link a:visited,
  .fh-clinic-section ul.info-section > li.has-link a:hover,
  .fh-clinic-section ul.info-section > li.has-link a:focus,
  .fh-clinic-section ul.info-section > li.has-link a:active {
    display: block;
  }
  .fh-clinic-section ul.info-section > li .info-section-title-wrapper {
    border-radius: 10px;
    transition: background-color 0.1s ease;
    background-color: rgba(255,255,255,0);
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .fh-clinic-section ul.info-section > li .info-section-title-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-clinic-section ul.info-section > li .info-section-title-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-clinic-section ul.info-section > li .info-section-title-wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-clinic-section .info-section-title {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #387c59;
    opacity: 0;
    transition: opacity 0.1s ease;
  }
  .fh-clinic-section ul.info-section > li.no-link:hover .info-section-title-wrapper,
  .fh-clinic-section ul.info-section > li.no-link:hover .info-section-title-wrapper,
  .fh-clinic-section ul.info-section > li.no-link:hover .info-section-title-wrapper,
  .fh-clinic-section ul.info-section > li.has-link a:hover .info-section-title-wrapper,
  .fh-clinic-section ul.info-section > li.has-link a:focus .info-section-title-wrapper,
  .fh-clinic-section ul.info-section > li.has-link a:active .info-section-title-wrapper {
    background-color: rgba(255,255,255,0.7);
    border: 2px solid #387c59;
    border-radius: 10px;
  }
  .fh-clinic-section ul.info-section > li.no-link:hover .info-section-title,
  .fh-clinic-section ul.info-section > li.no-link:hover .info-section-title,
  .fh-clinic-section ul.info-section > li.no-link:hover .info-section-title,
  .fh-clinic-section ul.info-section > li.has-link a:hover .info-section-title,
  .fh-clinic-section ul.info-section > li.has-link a:focus .info-section-title,
  .fh-clinic-section ul.info-section > li.has-link a:active .info-section-title {
    opacity: 1;
  }
  @supports (display: grid) {
    .fh-clinic-section ul.info-section {
      --number-of-columns: 3;
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-template-columns: repeat(var(--number-of-columns,3),1fr);
      grid-auto-rows: 1fr;
      gap: 20px;
    }
    .fh-clinic-section ul.info-section > li {
      margin: 0;
      width: auto;
    }
  }
}
@media (max-width: 980px) {
  .fh-clinic-section {
    padding: 20px 20px 40px 20px;
  }
  .fh-clinic-section h1 {
    margin-top: 0;
  }
  .fh-clinic-section h2 {
    font-size: 1rem;
  }
  .fh-clinic-section ul.info-section > li:not(:last-child) {
    margin-bottom: 20px;
  }
  @supports (display: grid) {
    .fh-clinic-section ul.info-section-1102 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .fh-clinic-section ul.info-section > li:not(:last-child) {
      margin-bottom: 0;
    }
  }
}
.fh-service-section {
  text-align: center;
  color: #000;
  background-color: #7ccce6;
  margin: 0;
  padding: 40px 20px;
}
.fh-service-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-service-section ul.info-section img {
  vertical-align: bottom;
  border: 2px solid #387c59;
  border-radius: 10px;
}
.fh-service-section ul.fh-the-links-section-listing {
  gap: 20px;
}
.fh-service-section ul.fh-the-links-section-listing {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.fh-service-section ul.fh-the-links-section-listing {
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fh-service-section ul.fh-the-links-section-listing {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fh-service-section ul.fh-the-links-section-listing > li {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-service-section ul.fh-the-links-section-listing > li a,
.fh-service-section ul.fh-the-links-section-listing > li a:link,
.fh-service-section ul.fh-the-links-section-listing > li a:visited,
.fh-service-section ul.fh-the-links-section-listing > li a:hover,
.fh-service-section ul.fh-the-links-section-listing > li a:focus,
.fh-service-section ul.fh-the-links-section-listing > li a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-service-section ul.fh-the-links-section-listing > li a,
.fh-service-section ul.fh-the-links-section-listing > li a:link,
.fh-service-section ul.fh-the-links-section-listing > li a:visited,
.fh-service-section ul.fh-the-links-section-listing > li a:hover,
.fh-service-section ul.fh-the-links-section-listing > li a:focus,
.fh-service-section ul.fh-the-links-section-listing > li a:active {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.fh-service-section ul.fh-the-links-section-listing > li.no-link,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a {
  transition: background-color 0.2s, color 0.2s;
}
.fh-service-section ul.fh-the-links-section-listing > li.no-link,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:link,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:visited,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:hover,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:focus,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:active {
  padding: 10px 20px;
  border-radius: 10px;
  border-radius: 50vh;
  color: #fff;
  background-color: #16183c;
}
.fh-service-section ul.fh-the-links-section-listing > li.no-link:hover,
.fh-service-section ul.fh-the-links-section-listing > li.no-link:focus,
.fh-service-section ul.fh-the-links-section-listing > li.no-link:active,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:hover,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:focus,
.fh-service-section ul.fh-the-links-section-listing > li.has-link a:active {
  background-color: #387c59;
}
.fh-service-section .fh-the-links-section-wrappings {
  margin-top: 40px;
}
@media (min-width: 981px) {
  .fh-service-section ul.info-section {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
  }
  .fh-service-section ul.info-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-service-section ul.info-section {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-service-section ul.info-section {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-service-section ul.info-section img {
    width: 100%;
    height: auto;
  }
  .fh-service-section ul.info-section > li {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 31%;
  }
  .fh-service-section ul.info-section > li.no-link,
  .fh-service-section ul.info-section > li.has-link a,
  .fh-service-section ul.info-section > li.has-link a:link,
  .fh-service-section ul.info-section > li.has-link a:visited,
  .fh-service-section ul.info-section > li.has-link a:hover,
  .fh-service-section ul.info-section > li.has-link a:focus,
  .fh-service-section ul.info-section > li.has-link a:active {
    position: relative;
    overflow: hidden;
  }
  .fh-service-section ul.info-section > li.has-link a,
  .fh-service-section ul.info-section > li.has-link a:link,
  .fh-service-section ul.info-section > li.has-link a:visited,
  .fh-service-section ul.info-section > li.has-link a:hover,
  .fh-service-section ul.info-section > li.has-link a:focus,
  .fh-service-section ul.info-section > li.has-link a:active {
    display: block;
  }
  .fh-service-section ul.info-section > li .info-section-title-wrapper {
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .fh-service-section ul.info-section > li .info-section-title-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-service-section ul.info-section > li .info-section-title-wrapper {
    -moz-box-align: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .fh-service-section .info-section-title {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 4px 4px 4px #000;
  }
  .fh-service-section ul.info-section > li.no-link:hover .info-section-title,
  .fh-service-section ul.info-section > li.no-link:hover .info-section-title,
  .fh-service-section ul.info-section > li.no-link:hover .info-section-title,
  .fh-service-section ul.info-section > li.has-link a:hover .info-section-title,
  .fh-service-section ul.info-section > li.has-link a:focus .info-section-title,
  .fh-service-section ul.info-section > li.has-link a:active .info-section-title {
    color: #34a571;
  }
  @supports (display: grid) {
    .fh-service-section ul.info-section {
      --number-of-columns: 3;
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-template-columns: repeat(var(--number-of-columns,3),1fr);
      grid-auto-rows: 1fr;
      gap: 20px;
    }
    .fh-service-section ul.info-section > li {
      margin: 0;
      width: auto;
    }
  }
}
@media (max-width: 980px) {
  .fh-service-section h1 {
    margin-top: 0;
  }
  .fh-service-section h2 {
    font-size: 1rem;
  }
  @supports (display: grid) {
    .fh-service-section ul.info-section-1103 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
  }
}
.fh-info-container[data-info-group="1000"] {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
  color: #204c90;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image {
  vertical-align: bottom;
}
.fh-info-container[data-info-group="1000"] .fh-info-section-title {
  text-align: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 36px;
  margin: 0 0 30px 0;
}
.fh-info-container[data-info-group="1000"] a,
.fh-info-container[data-info-group="1000"] a:link,
.fh-info-container[data-info-group="1000"] a:visited,
.fh-info-container[data-info-group="1000"] a:hover,
.fh-info-container[data-info-group="1000"] a:focus,
.fh-info-container[data-info-group="1000"] a:active {
  text-decoration: none;
  color: #204c90;
  transition: all 0.2s linear;
  font-size: 1.111rem;
}
.fh-info-container[data-info-group="1000"] a:hover,
.fh-info-container[data-info-group="1000"] a:focus,
.fh-info-container[data-info-group="1000"] a:active {
  color: #656565;
  font-style: italic;
  text-decoration: underline;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image-container {
  overflow: hidden;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image {
  transition: transform 0.4s linear;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image:hover,
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image:focus {
  transform: scale(1.1);
}
@media (min-width: 981px) {
  .fh-info-container[data-info-group="1000"] {
    max-width: 1170px;
    width: 100%;
    margin: 50px auto;
  }
  .fh-info-container[data-info-group="1000"] .fh-info----news-item-title-container,
  .fh-info-container[data-info-group="1000"] .fh-info----news-item-description {
    text-align: left;
  }
  .fh-info-container[data-info-group="1000"][data-count="5"] .fh-info----news-item {
    width: 18%;
  }
  .fh-info-container[data-info-group="1000"][data-count="5"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item {
    width: 23.5%;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-info-group="1000"][data-count="3"] .fh-info----news-item {
    width: 31.3%;
  }
  .fh-info-container[data-info-group="1000"][data-count="3"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-info-group="1000"][data-count="2"] .fh-info----news-item {
    width: 47%;
  }
  .fh-info-container[data-info-group="1000"][data-count="2"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-count-gt1="true"] {
    text-align: center;
  }
  .fh-info-container[data-count-gt1="true"] .fh-info----news-item {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 980px) {
  .fh-info-container[data-info-group="1000"] {
    text-align: center;
    padding: 10px 20px;
    line-height: 1.2;
  }
}
@media (min-width: 568px) and (max-width: 980px) {
  .fh-info-container[data-count-gt1="true"] {
    text-align: center;
  }
  .fh-info-container[data-count-gt1="true"] .fh-info----news-item {
    display: inline-block;
    vertical-align: top;
  }
  .fh-info-container[data-info-group="1000"] {
    text-align: center;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item {
    width: 47%;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
}
.fh-testimonials-section-container {
  padding: 0;
  color: #000;
}
.fh-testimonials-outer-wrapper {
  padding: 0 10px 20px 10px;
}
.fh-testimonials-section-container h1,
.fh-testimonials-section-container h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2;
}
.fh-testimony-links-listing,
.fh-testimonials-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-testimonial-wrappings {
  padding: 0;
}
.fh-testimonial-wrappings .splide__arrow--prev {
  left: -2em;
}
.fh-testimonial-wrappings .splide__arrow--next {
  right: -2em;
}
.fh-testimonial-person-name {
  margin-top: 10px;
}
.fh-testimonial-person-name::before {
  content: "—";
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.fh-testimonials-inner-wrapper {
  margin: 0 auto;
  padding: 1em;
  color: #000;
  font-size: 1.11rem;
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  border: 5px solid #4ca879;
  border-radius: 8px;
}
.fh-testimonials-inner-wrapper .section-content-wrappings {
  text-align: center;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing {
  margin-top: 20px;
  gap: 20px;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing {
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing {
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li {
  vertical-align: top;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.no-link,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a {
  transition: color 0.2s, background 0.2s, background-color 0.2s;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.no-link,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:link,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:visited,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:hover,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:focus,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:active {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #16183c;
  border-radius: 10px;
  border-radius: 50vh;
}
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.no-link:hover,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.no-link:focus,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.no-link:active,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:hover,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:focus,
.fh-testimonials-inner-wrapper .fh-testimony-links-listing > li.has-link a:active {
  background-color: #4ca879;
}
html.no-js .fh-testimonial-wrappings li.splide__slide + li.splide__slide,
.fh-testimonial-wrappings.splide:not(.is-active) li.splide__slide + li.splide__slide {
  display: none;
}
@media (min-width: 768px) {
  .fh-testimonials-section-container h1,
  .fh-testimonials-section-container h2 {
    margin: 0 0 20px 0;
  }
  .fh-testimonials-outer-wrapper {
    padding: 20px;
  }
  .fh-testimonials-inner-wrapper {
    padding: 2em;
  }
  .fh-testimonial-wrappings {
    padding: 0 2em;
  }
  .fh-testimonials-inner-wrapper {
    margin: 60px auto;
    max-width: 768px;
    backdrop-filter: blur(6px);
  }
  .fh-testimonials-listing > li {
    overflow-y: auto;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .fh-testimonials-inner-wrapper {
    margin-top: 60px;
  }
  .fh-testimonials-section-container h1 {
    font-size: 1.5rem;
  }
  .fh-testimonials-section-container h2 {
    font-size: 1rem;
  }
}
@media (min-width: 980px) {
  .info-section-2 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fh-info-icons-section-wrappings {
    --fh-section-max-width: 1300px;
    --fh-icon-size: 75px;
    --fh-icon-gap: 10px;
    --fh-item-size: 200px;
    --fh-item-font-size: 1rem;
    --fh-item-text-color: #fff;
    --fh-item-background-color: #16183c;
    --fh-item-border-color: var(--fh-item-background-color,#16183c);
    --fh-item-border-color-hover: #34a571;
    --fh-item-border-width: 3px;
    --fh-item-border-style: solid;
    text-align: center;
    padding: 28px 10px 0px 10px;
  }
  .fh-info-icons-section-wrapper {
    max-width: 1300px;
    max-width: var(--fh-section-max-width,1300px);
    margin-left: auto;
    margin-right: auto;
  }
  .fh-info-icons-section-wrapper > .info-section {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fh-info-icons-section-wrapper > .info-section {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-info-icons-section-wrapper > .info-section h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-size: var(--fh-item-font-size,1rem);
  }
  .fh-info-icons-section-wrapper .info-section-img {
    max-width: 75px;
    max-width: var(--fh-icon-size,75px);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .info-section-img:hover {
    transform: scale(1.2);
    transition: .3s;
    filter: grayscale(100%);
  }
  .fh-info-icons-section-wrapper .info-section-img-item {
    height: 75px;
    height: var(--fh-icon-size,75px);
    width: auto;
    vertical-align: bottom;
    max-width: 100%;
    object-fit: contain;
  }
  .fh-info-icons-section-wrapper > .info-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-icons-section-wrapper > .info-section {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item {
    width: 200px;
    width: var(--fh-item-size,200px);
    height: 200px;
    height: var(--fh-item-size,200px);
    position: relative;
    vertical-align: top;
    text-align: center;
    aspect-ratio: 1/1;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active {
    position: relative;
    color: #fff;
    color: var(--fh-item-text-color,#fff);
    gap: 10px;
    gap: var(--fh-icon-gap,10px);
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active {
    width: 100%;
  }
  .fh-info-icons-section-wrapper > .info-section .info-section-img,
  .fh-info-icons-section-wrapper > .info-section .info-section-title-wrapper {
    position: relative;
    z-index: 2;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a::after {
    transition: background-color 0.2s, border-color 0.2s;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:link::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:visited::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #16183c;
    background-color: var(--fh-item-background-color,#16183c);
    border: 3px solid #16183c;
    border: var(--fh-item-border-width,3px) var(--fh-item-border-style,solid) var(--fh-item-border-color,#16183c);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50vh;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.8));
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link:hover::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link:focus::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.no-link:active::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:hover::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:focus::after,
  .fh-info-icons-section-wrapper > .info-section > .info-item.has-link a:active::after {
    border-color: #34a571;
    border-color: var(--fh-item-border-color-hover,#34a571);
  }
}
@media (min-width: 980px) and (max-width: 1280px) {
  .fh-info-icons-section-wrappings {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fh-info-icons-section-wrapper > .info-section {
    gap: 20px;
  }
  .fh-info-icons-section-wrapper > .info-section {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item {
    width: 170px;
    height: 170px;
  }
  .fh-info-icons-section-wrapper > .info-section h2 {
    font-size: 0.8rem;
  }
}
@media (max-width: 979px) {
  .info-section-2 {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .info-section-2,
  .info-section-2 > li,
  .info-section-2 > li > a,
  .info-section-2 > li > a:link,
  .info-section-2 > li > a:visited,
  .info-section-2 > li > a:hover,
  .info-section-2 > li > a:focus,
  .info-section-2 > li > a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info-section-2 {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .info-section-2 > li {
    border-top: 2px solid #387c59;
  }
  .info-section-2 > li:last-child {
    border-bottom: 2px solid #387c59;
  }
  .info-section-2 > li:hover,
  .info-section-2 > li:focus,
  .info-section-2 > li:active {
    border-color: #000;
  }
  .info-section-2 > li:not(:last-child):hover + li,
  .info-section-2 > li:not(:last-child):focus + li,
  .info-section-2 > li:not(:last-child):active + li {
    border-top-color: #000;
  }
  .info-section-2 > li.no-link,
  .info-section-2 > li.has-link > a,
  .info-section-2 > li.has-link > a:link,
  .info-section-2 > li.has-link > a:visited,
  .info-section-2 > li.has-link > a:hover,
  .info-section-2 > li.has-link > a:focus,
  .info-section-2 > li.has-link > a:active {
    padding: 10px 20px;
  }
  .info-section-2 > li.no-link,
  .info-section-2 > li.has-link > a,
  .info-section-2 > li.has-link > a:link,
  .info-section-2 > li.has-link > a:visited,
  .info-section-2 > li.has-link > a:hover,
  .info-section-2 > li.has-link > a:focus,
  .info-section-2 > li.has-link > a:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .info-section-2 > li.no-link:hover,
  .info-section-2 > li.no-link:focus,
  .info-section-2 > li.no-link:active,
  .info-section-2 > li.has-link > a:hover,
  .info-section-2 > li.has-link > a:focus,
  .info-section-2 > li.has-link > a:active {
    background: #f5f0ec;
    background: linear-gradient(to bottom right,#f5f0ec 0%,#dfdad0 100%);
  }
  .info-section-2 .info-section-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .info-section-2 .info-section-img {
    width: 50px;
    margin-right: 20px;
  }
  .info-section-2 .info-section-img-item {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
.content-page .fh-main-content {
  max-width: 100%;
  overflow: hidden;
}
.content-page img.maincontent {
  border: 4px solid #0d6e9e;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #a3a1a1;
  padding: 3px;
  float: right;
}
.content-page img.maincontentleft {
  border: 4px solid #0d6e9e;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #a3a1a1;
  float: left;
  margin-right: 20px;
}
.content-page iframe.maincontent {
  border: 4px solid #0d6e9e;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #a3a1a1;
  padding: 3px;
  float: right;
}
.content-page table.leadership {
  table-layout: fixed;
}
.content-page table.leadership img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-page table.leadership th,
.content-page table.leadership td {
  width: 18%;
  font-size: 16px;
  padding: 20px 30px;
  text-align: center;
}
.content-page img.services {
  background: #fff;
  border: solid 3px #16183c;
  max-width: 100px;
  width: 100%;
  padding: 5px;
  border-radius: 50%;
}
.content-page img.services:hover {
  background: #34a571;
  transition: .4s;
}
.content-page table.services {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content-page td.services {
  width: 33%;
  padding: 5px;
  text-align: center;
}
.content-page .pageContent a.career-btn {
  transition: color 0.4s, background-color 0.4s;
}
.content-page .pageContent a.career-btn,
.content-page .pageContent a.career-btn:link,
.content-page .pageContent a.career-btn:visited,
.content-page .pageContent a.career-btn:hover,
.content-page .pageContent a.career-btn:focus,
.content-page .pageContent a.career-btn:active {
  color: #fff;
  background-color: #19468d;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
.content-page .pageContent a.career-btn:hover,
.content-page .pageContent a.career-btn:focus,
.content-page .pageContent a.career-btn:active {
  background-color: #51d9ff;
}
@media (min-width: 561px) {
  .content-page table.leadership th,
  .content-page table.leadership td {
    padding: 0 20px;
    text-align: center;
  }
  .content-page table.leadership tr + tr td {
    padding-top: 20px;
  }
}
@media (max-width: 980px) {
  .content-page img.maincontent {
    border: 4px solid #0d6e9e;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #a3a1a1;
    padding: 10px;
    clear: both;
  }
  .content-page img.maincontentleft {
    border: 4px solid #0d6e9e;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #a3a1a1;
    padding: 10px;
    clear: left;
  }
  .content-page iframe.maincontent {
    border: 4px solid #0d6e9e;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #a3a1a1;
    padding: 10px;
    clear: both;
  }
}
.content-page span.bullet-image {
  color: #000;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.content-page span.bullet-image-container {
  position: absolute;
  left: -16px;
  color: #867953;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  color: #204c90;
  margin: 0;
  padding: 0;
}
.content-page h1,
.content-page h2 {
  color: #204c90;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
}
.content-page h1 {
  margin-top: 0;
  font-size: 2em;
  margin-bottom: 20px;
}
.content-page h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: #387c59;
  font-weight: bold;
}
.content-page .main {
  max-width: 92%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-left: auto;
  margin-right: auto;
}
.content-page .pageContent {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.111rem;
  line-height: 1.6;
  color: #000;
}
.content-page .pageContent a,
.content-page .pageContent a:link,
.content-page .pageContent a:visited,
.content-page .pageContent a:hover,
.content-page .pageContent a:focus,
.content-page .pageContent a:active {
  color: #27204e;
  transition: all 0.2s linear;
  text-decoration: underline;
}
.content-page .pageContent a:hover,
.content-page .pageContent a:focus,
.content-page .pageContent a:active {
  color: #51d9ff;
}
.content-page .pageContent b {
  color: #204c90;
}
.content-page .pageContent b a,
.content-page .pageContent b a:link,
.content-page .pageContent b a:visited,
.content-page .pageContent b a:hover,
.content-page .pageContent b a:focus,
.content-page .pageContent b a:active {
  color: #204c90;
}
.content-page .pageContent b a:hover,
.content-page .pageContent b a:focus,
.content-page .pageContent b a:active {
  color: #eb6e20;
}
.pageContent a.content-button,
.pageContent a.content-button:link,
.pageContent a.content-button:visited,
.pageContent a.content-button:hover,
.pageContent a.content-button:focus,
.pageContent a.content-button:active {
  min-width: 200px;
  font-size: 18px;
  font-weight: normal;
  color: white;
  background: #760208;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0px 1px 4px black;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
.pageContent a.content-button:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.content-page .pageContent h1.pagetitle-index-1 {
  color: #fff;
  background: linear-gradient(#00aedb 0%,#0f4b7d 100%);
  line-height: 1.2;
}
.content-page .contentimage .contentpic2 {
  border: 10px solid #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.content-page .fh-pagetitle-content-addendum-image-wrapper {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.content-page .fh-pagetitle-content-addendum-image-wrapper .contentimage {
  float: none;
  display: inline-block;
}
@media (min-width: 981px) {
  .content-page .pageContent {
    padding-bottom: 40px;
  }
  .content-page .pageContent h1.pagetitle-index-1 {
    color: #fff;
    background: linear-gradient(0deg,#7ca5da 0%,#103681 100%);
    padding: 20px 10px;
    margin-left: -100%;
    margin-right: -100%;
    font-size: 50px;
    text-align: center;
  }
  .content-page .pageContent h1.pagetitle-index-1 .title-text {
    display: block;
  }
  .content-page .fh-pagetitle-content-image-wrapper .contentimage {
    display: block;
    float: right;
    margin: 20px;
    padding: 0;
  }
}
@media (max-width: 980px) {
  .content-page h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .content-page h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content-page .pageContent {
    padding: 0;
  }
  .content-page .contentimage {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
  }
  .content-page .contentimage br {
    display: none;
  }
  .content-page .contentimage .image_caption {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
  }
  html.has-main-slideshow .content-page .pageContent {
    padding-top: 0;
  }
  .content-page .pageContent-wrappings {
    margin-bottom: 20px;
  }
  .content-page .pageContent-wrappings .gsc-control-cse {
    padding: 0;
  }
  .content-page .pageContent h1.pagetitle-index-1 {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px;
  }
  .content-page .fh-pagetitle-content-image-wrapper {
    display: none;
  }
  .content-page .fh-pagetitle-content-addendum-image-wrapper {
    display: block;
  }
}
@media (max-width: 640px) {
  .content-page .pageContent h1.pagetitle-index-1 {
    font-size: 25px;
  }
}
.content-menu-heading {
  margin-bottom: 20px;
  display: none;
}
.content-menu-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #00953b;
}
.content-menu-items {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #204c90;
  font-size: 18px;
  font-size: 1.2rem;
}
.content-menu-items a,
.content-menu-items a:link,
.content-menu-items a:visited,
.content-menu-items a:hover,
.content-menu-items a:focus,
.content-menu-items a:active {
  color: #204c90;
  display: block;
  padding: 8px 0;
}
.content-menu-items a:hover {
  color: #d93c2b;
  font-style: italic;
}
.content-menu-images {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.content-menu-images .flex-direction-nav {
  display: none !important;
}
.content-menu-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-menu-images-listing > li {
  display: block;
}
.content-menu-images-listing > li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-menu-wrapper-container {
  margin-bottom: 20px;
}
@media (min-width: 981px) {
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu,
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    display: inline-block;
    vertical-align: top;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu {
    width: 25%;
    padding-right: 20px;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    width: 75%;
  }
}
@media (max-width: 980px) {
  .content-menu {
    display: none;
  }
  html.content-page body.has-content-menu .pageContent-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.content-page body.has-content-menu .pageContent-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    display: block;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu {
    display: block;
    padding: 20px;
    text-align: center;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
#js-doctor-biography {
  display: none !important;
}
#js-doctor-biography .caption {
  display: block;
  text-align: left;
}
#js-doctor-biography .caption + .caption {
  display: none;
}
#js-doctors-listing {
  position: relative;
  margin-top: 40px;
}
#js-doctors-listing .flex-direction-nav a {
  margin-top: -60px;
}
#js-doctors-listing > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#js-doctors-listing > ul > li {
  display: inline-block;
  vertical-align: top;
}
#js-doctors-listing > ul > li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-page .pageContent #js-doctors-listing .flex-direction-nav a,
.content-page .pageContent #js-doctors-listing .flex-direction-nav a:before {
  color: #36f;
}
.content-page .pageContent #js-doctors-listing .flex-direction-nav a:before {
  font-size: 30px;
}
.content-page .pageContent #js-doctors-listing .flex-direction-nav a.flex-prev {
  left: 0px;
}
.content-page .pageContent #js-doctors-listing .flex-direction-nav a.flex-next {
  right: 10px;
}
#js-doctors-listing img {
  width: 200px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  border: #387c59 solid 3px;
  border-radius: 10px;
  vertical-align: bottom;
}
#js-doctors-listing a.doctor-listing-link,
#js-doctors-listing a.doctor-listing-link:link,
#js-doctors-listing a.doctor-listing-link:visited,
#js-doctors-listing a.doctor-listing-link:hover,
#js-doctors-listing a.doctor-listing-link:focus,
#js-doctors-listing a.doctor-listing-link:active {
  display: block;
  text-decoration: none;
}
#js-doctors-listing .fh-doctor-name-special-wrapper {
  margin-top: 20px;
  line-height: 1.2;
}
#js-doctors-listing .doctor-listing-doc-name {
  font-weight: bold;
}
@supports (display: grid) {
  #js-doctors-listing > ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  }
}
.page-providers-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.page-providers-table td {
  font-size: 16px;
  text-align: left;
}
.page-providers-table.page-providers-table-three-column td {
  width: 33%;
}
html.content-page-surgicalservices .pageContent table.providers-table td {
  padding-bottom: 40px;
}
@media (min-width: 561px) {
  html.content-page-surgicalservices body.has-content-menu .pageContent table.providers-table {
    table-layout: fixed;
  }
  html.content-page-surgicalservices body.has-content-menu .pageContent table.providers-table td {
    text-align: center;
  }
  html.content-page-surgicalservices body.has-content-menu .pageContent table.providers-table img {
    width: 172px;
    height: 229px;
  }
}
table.our-facilities-table th,
table.our-facilities-table td {
  padding-bottom: 20px;
}
.contact-us-wrappings {
  line-height: 1.75;
  background-color: #204c90;
  display: none;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us-wrappings h2.contact-us-title {
  margin: 0;
  padding: 30px;
  color: #fff;
  font-size: 44px;
  font-size: 2.75rem;
}
.contact-us-wrappings a.contact-us-link,
.contact-us-wrappings a.contact-us-link:link,
.contact-us-wrappings a.contact-us-link:visited,
.contact-us-wrappings a.contact-us-link:hover,
.contact-us-wrappings a.contact-us-link:focus,
.contact-us-wrappings a.contact-us-link:active {
  color: #fff;
  text-decoration: none;
}
.doctor-listing-specialties,
.doctor-listing-specialties ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-listing-specialties > li:before,
.doctor-listing-specialties > li:after {
  display: block;
  content: "";
  clear: both;
}
.doctor-listing-specialties > li {
  display: block;
  margin-bottom: 20px;
}
.doctor-listing-specialties .specialty-doctor-photo,
.doctor-listing-specialties .specialty-profile-item {
  float: left;
}
.doctor-listing-specialties .specialty-doctor-photo {
  max-width: 100px;
  height: auto;
}
.doctor-listing-specialties .specialty-profile-item {
  width: 48%;
}
.doctor-listing-specialties .has-image .specialty-profile-item {
  width: 44%;
  margin-left: 6%;
}
.content-page .the-list-of-specialties-with-doctors h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 981px) {
  .doctor-listing-specialties > li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1%;
  }
}
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper:before,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper:after,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper *,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper *:before,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-page----special-listing {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.25px;
  color: #760208;
}
.special-page----special-listing > li {
  display: block;
  vertical-align: top;
}
.special-page----special-listing a,
.special-page----special-listing a:link,
.special-page----special-listing a:visited,
.special-page----special-listing a:hover,
.special-page----special-listing a:focus,
.special-page----special-listing a:active {
  color: #760208;
  text-decoration: none;
  border-top: 3px solid transparent;
  padding-top: 4px;
  padding-bottom: 4px;
}
.special-page----special-listing a.active,
.special-page----special-listing a.active:link,
.special-page----special-listing a.active:visited,
.special-page----special-listing a.active:hover,
.special-page----special-listing a.active:focus,
.special-page----special-listing a.active:active {
  border-top-color: #760208;
}
.special-page----doctor-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #760208;
}
.special-page----doctor-listing a,
.special-page----doctor-listing a:link,
.special-page----doctor-listing a:visited,
.special-page----doctor-listing a:hover,
.special-page----doctor-listing a:focus,
.special-page----doctor-listing a:active {
  color: #760208;
  text-decoration: none;
}
.special-page----doctor-listing > li {
  display: none;
  vertical-align: top;
  padding: 15px;
}
.special-page----doctor-listing > li .special-page----doctor-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.special-page----doctor-listing > li .special-page----doctor-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.special-page----doctor-listing > li.active {
  display: block;
}
h1.pagetitle.Special-Page----page-title {
  margin: 0 0 48px 0;
  padding: 0;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
}
.Special-Page----instructions {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #4e4e4e;
  margin: 0 0 53px 0;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}
.special-page---doctor-name {
  font-weight: bold;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}
.special-page---doctor-fax,
.special-page---doctor-office,
.special-page---doctor-facility,
.special-page---doctor-specials {
  font-size: smaller;
}
.special-page---doctor-facility {
  display: none !important;
}
.special-page---doctor-office-and-fax table {
  table-layout: fixed;
  font-size: 1em;
  border-collapse: collapse;
}
.special-page---doctor-office-and-fax table,
.special-page---doctor-office-and-fax table td,
.special-page---doctor-office-and-fax table th {
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.special-page----doctor-listing .special-page---doctor-number-label,
.special-page----doctor-listing table .special-page---doctor-number-label {
  padding-right: 8px;
}
@media (min-width: 981px) {
  .special-page----special-listing > li {
    display: inline-block;
    margin-right: 30px;
  }
  .special-page----doctor-listing > li {
    display: none;
    width: 25%;
  }
  .special-page----doctor-listing > li .special-page----doctor-image img {
    width: 100%;
  }
  .special-page----doctor-listing > li.active {
    display: inline-block;
  }
}
@media (max-width: 980px) {
  .special-page----doctor-listing {
    text-align: center;
  }
  .special-page----doctor-listing > li {
    display: none;
  }
  .special-page----doctor-listing > li.active {
    display: block;
  }
  .special-page----doctor-listing table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.doc-pic-tbl {
  float: none !important;
}
.pageContent .doctor-bio-page h2.feature14.heading.bio-title,
.pageContent .doctor-bio-page hr {
  display: none;
}
.content-page a[href^="tel:"] {
  text-decoration: none;
}
.content-page .doctor-bio-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-page .doctor-bio-page br.fh-bio-br {
  display: none;
}
.content-page .doctor-bio-page h1.doctor-name {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.content-page .doctor-bio-page h2 {
  margin-top: 20px;
  font-size: 18px;
  color: #4e4e4e;
}
.content-page .doctor-bio-page h2.heading-contact-info {
  display: none;
}
.content-page .doctor-bio-page .bio-specialties {
  display: block;
  margin: 0 0 28px;
  color: #656565;
  font-size: 24px;
  font-size: 1.5rem;
}
.content-page .doctor-bio-page .bio-specialties br {
  display: block;
}
@media (min-width: 981px) {
  .doc-bio-page----wrappings-wrapper .doc-bio-page----picture-wrapper,
  .doc-bio-page----wrappings-wrapper .doc-bio-page----content-wrapper {
    display: inline-block;
    vertical-align: top;
  }
  .doc-bio-page----wrappings-wrapper .doc-bio-page----picture-wrapper {
    margin: 0 0 20px;
    width: 33%;
    padding-right: 7%;
  }
  .doc-bio-page----wrappings-wrapper .doc-bio-page----content-wrapper {
    width: 60%;
  }
}
@media (max-width: 980px) {
  br.fh-bio-br-before-content {
    display: none !important;
  }
  .doc-bio-page----picture-wrapper {
    float: none;
    text-align: center;
    margin-bottom: 40px;
    clear: both;
    overflow: hidden;
  }
  .doc-pic-tbl {
    float: none !important;
    margin: 0 auto;
  }
}
.fh-footer-cols {
  text-align: center;
  font-weight: bold;
  color: #16183c;
}
.fh-footer-cols h1,
.fh-footer-cols h2,
.fh-footer-cols h3,
.fh-footer-cols h4,
.fh-footer-cols h5,
.fh-footer-cols h6 {
  color: #268052;
  margin: 0 0 10px 0;
  border-bottom: #2e358e solid 2px;
  padding: 0;
  display: inline-block;
}
.fh-footer-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: currentColor;
}
.fh-footer-cols ul a,
.fh-footer-cols ul a:link,
.fh-footer-cols ul a:visited,
.fh-footer-cols ul a:hover,
.fh-footer-cols ul a:focus,
.fh-footer-cols ul a:active {
  color: currentColor;
  font-size: 1.12rem;
}
.fh-footer-cols ul a:hover,
.fh-footer-cols ul a:focus,
.fh-footer-cols ul a:active {
  text-decoration: underline;
}
@media (min-width: 640px) and (max-width: 979px) {
  .fh-footer-cols h2 {
    font-size: 1.2em;
    display: inline-block;
  }
  @supports (display: grid) {
    .fh-footer-cols[data-count-gt*="(1)"] {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
    }
    .fh-footer-cols .fh-links-col {
      text-align: left;
    }
    .fh-footer-cols[data-count="2"] {
      grid-template-columns: 1fr 1fr;
    }
    .fh-footer-cols[data-count-gt*="(1)"] {
      padding-left: 5%;
      padding-right: 5%;
    }
    .fh-footer-cols[data-count="4"] .fh-contact-col {
      grid-column: 1/-1;
    }
    .fh-footer-cols[data-count="4"] .fh-links-col[data-menu-group="80802"] {
      margin-left: auto;
      margin-right: auto;
    }
    .fh-footer-cols[data-count="4"] .fh-links-col[data-menu-group="80803"] {
      margin-left: auto;
    }
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  @supports (display: grid) {
    .fh-footer-cols[data-count="4"] .fh-contact-col .section-contents {
      display: inline-block;
      background-color: #fff;
      background-color: rgba(255,255,255,0.8);
      border-radius: 8px;
      border: 5px solid #387c59;
    }
    .fh-footer-cols[data-count="4"] .fh-contact-col {
      margin-bottom: 60px;
    }
    @supports (backdrop-filter: blur(6px)) {
      .fh-footer-cols[data-count="4"] .fh-contact-col .section-contents {
        background-color: rgba(255,255,255,0.5);
        backdrop-filter: blur(6px);
      }
    }
  }
}
@media (min-width: 768px) {
  .fh-footer-cols {
    margin-top: 60px;
  }
}
@media (min-width: 980px) {
  .fh-footer-cols {
    text-align: left;
  }
  .fh-footer-cols[data-count-gt*="(1)"] {
    text-align: left;
  }
  .fh-footer-cols[data-count-gt*="(1)"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-footer-cols[data-count-gt*="(1)"] {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-footer-cols[data-count-gt*="(1)"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-footer-cols ul a,
  .fh-footer-cols ul a:link,
  .fh-footer-cols ul a:visited,
  .fh-footer-cols ul a:hover,
  .fh-footer-cols ul a:focus,
  .fh-footer-cols ul a:active {
    font-size: 1.12rem;
  }
  .fh-footer-cols h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1130px) {
  footer {
    padding-left: 3%;
    padding-right: 3%;
  }
  .fh-footer-cols h1,
  .fh-footer-cols h2,
  .fh-footer-cols h3,
  .fh-footer-cols h4,
  .fh-footer-cols h5,
  .fh-footer-cols h6 {
    display: block;
  }
  .fh-footer-cols[data-count-gt*="(1)"] > .fh-footer-col {
    margin: 20px;
  }
}
@media (max-width: 639px) {
  .fh-footer-cols .fh-footer-col + .fh-footer-col {
    margin-top: 20px;
  }
}
.copyright:before,
.copyright:after {
  display: block;
  content: "";
  clear: both;
}
.copyright {
  text-align: center;
  font-size: 1rem;
  background-color: #16183c;
  padding: 10px;
}
.copyright a,
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #fff;
  text-decoration: underline;
}
.copyright .copyright-company-name,
.copyright .copyright-links {
  display: inline-block;
  vertical-align: top;
}
.copyright .copyright-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright .copyright-images-listing > li {
  display: block;
}
.copyright .copyright-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .copyright {
    gap: 20px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
  }
  .copyright {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .copyright {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .copyright {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .copyright {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .copyright .copyright-company-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0.8rem;
  }
  .copyright .copyright-images-first {
    float: left;
  }
  .copyright .copyright-images-second {
    float: right;
  }
  .copyright .copyright-images-listing > li {
    display: inline-block;
    vertical-align: top;
  }
  .copyright .copyright-images-listing > li img {
    max-width: 140px;
    vertical-align: bottom;
  }
  .copyright .copyright-images-listing > li + li {
    margin-left: 20px;
  }
  .copyright .copyright-links ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
  }
  .copyright .copyright-links ul li:before {
    content: "| ";
    color: #00572d;
    font-family: monospace;
    white-space: pre;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .copyright .copyright-images-listing > li img {
    max-width: 100px;
  }
  @supports (display: grid) {
    .copyright .copyright-images-listing > li img {
      max-width: 100%;
    }
    .copyright {
      display: grid;
      grid-template-areas: "a b" "c c";
    }
    .copyright .copyright-images-first {
      grid-area: a;
    }
    .copyright .copyright-images-second {
      grid-area: b;
    }
    .copyright .copyright-company-info {
      grid-area: c;
    }
  }
}
@media (min-width: 640px) and (max-width: 1300px) {
  .copyright {
    padding: 20px 10px;
  }
}
@media (min-width: 980px) {
  .copyright-images-listing > li img {
    transition: transform 0.2s;
  }
  .copyright-images-listing > li img:hover,
  .copyright-images-listing > li img:focus {
    transform: scale(1.2);
  }
}
@media (max-width: 639px) {
  .copyright .copyright-company-name,
  .copyright .copyright-links {
    display: block;
  }
  .copyright .copyright-images-listing > li {
    display: block;
    margin-bottom: 10px;
  }
  .copyright {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .copyright {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .copyright .copyright-images-first,
  .copyright .copyright-images-second,
  .copyright .copyright-company-info {
    -moz-box-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .copyright .copyright-images-first {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .copyright .copyright-images-second {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .copyright .copyright-company-info {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  height: 35px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0;
  z-index: 100000;
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none !important;
}
#toTop:before {
  color: #fff;
  line-height: 35px;
  content: '\f077';
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-size: 22px;
}
html.view-to-top-link #toTop {
  opacity: 1;
}
html.view-to-top-link #toTop:hover,
html.view-to-top-link #toTop:focus,
html.view-to-top-link #toTop:active {
  background-color: #d83b2b;
}
@media (max-width: 980px) {
  #toTop {
    right: 10px;
  }
}
@media print {
  #toTop {
    display: none !important;
  }
}
:root {
  --fmh: auto;
  --footer-bg-width: 2000;
  --footer-bg-height: 1432;
  --footer-border-bottom-width: 100px;
  --footer-border-bottom-color: #fff;
}
.fh-testimonials-and-footer-container {
  --fh-background-size: cover;
  --fh-background-position: center bottom;
  background-color: #fff;
}
.fh-testimonials-and-footer-container {
  display: flex;
  flex-direction: column;
}
.fh-testimonials-and-footer-container .fh-testimonials-section-container {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  flex: 1 0 0%;
}
.fh-testimonials-and-footer-container .fh-section-curve {
  margin-bottom: auto;
}
.fh-testimonials-and-footer-container .fh-testimonials-outer-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.fh-testimonials-and-footer-container footer {
  margin-top: auto;
}
html.home-page .fh-testimonials-and-footer-container {
  border-bottom: 60px solid transparent;
}
@media (min-width: 768px) {
  html.home-page .fh-testimonials-and-footer-container {
    min-height: var(--fmh,auto);
    border-bottom: var(--footer-border-bottom-width,0) solid var(--footer-border-bottom-color,#fff);
    background-image: url("/docs/TBAR-WEANING-B20and20W-0126.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: var(--fh-background-size,cover);
    background-position: center bottom;
    background-position: var(--fh-background-position,center bottom);
  }
  html.home-page .fh-testimonials-and-footer-container {
    --footer-border-bottom-width: 60px;
  }
}
@media (min-width: 980px) {
  html.home-page .fh-testimonials-and-footer-container {
    --footer-border-bottom-width: 85px;
  }
}
@media (min-width: 1200px) {
  html.home-page .fh-testimonials-and-footer-container {
    --footer-border-bottom-width: 100px;
  }
}
.mobile-close-menu,
.mobile-search-wrappings,
.mobile-search-wrapper {
  display: none;
}
.mobile-close-menu {
  cursor: pointer;
  color: #fcfcfc;
  font-size: 2em;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mobile-menu-bar {
  background-color: #16183c;
  display: none;
  font-size: 2.0rem;
  color: #fff;
}
.mobile-menu-bar:before,
.mobile-menu-bar:after {
  display: block;
  content: "";
  clear: both;
}
.mobile-menu-bar .mobile-menu-image-wrapper {
  float: left;
  margin-right: 10px;
}
.mobile-menu-bar .mobile-search-image-wrapper {
  float: right;
  margin-left: 10px;
}
.mobile-menu-bar .fa {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 980px) {
  body .userway {
    display: none;
  }
  body .userway.userway_p1 {
    display: none;
  }
  .showing-mobile-search .mobile-search-wrappings,
  .showing-mobile-search .mobile-search-wrapper {
    display: block;
  }
  .showing-mobile-search .mobile-search-wrappings {
    padding: 10px;
    text-align: center;
    background-color: #37b5e6;
  }
  .mobile-menu-bar {
    display: block;
  }
  html.js.showing-mobile-menu .mobile-close-menu {
    display: inline-block;
  }
}
.info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}
.info-item {
  flex: 0 1 30%;
  box-sizing: border-box;
}
.info-item:nth-child(4),
.info-item:nth-child(5) {
  margin-left: auto;
  margin-right: auto;
}
.info-section.info-section-1102 {
  display: flex !important;
}
.info-item.info-item-5.info-item--id-4792.has-link.has-section-icon-src.has-section-title.no-section-description {
  margin-left: 0;
  margin-right: 0;
}
.info-item.info-item-4.info-item--id-4791.has-link.has-section-icon-src.has-section-title.no-section-description {
  margin-left: 0;
  margin-right: 0;
}
