
:root {
  --mobile-breakpoint: 979px;
  --desktop-breakpoint: 980px;
}
.screen-reader-only {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 1em;
}
body {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'Fira Sans', sans-serif;
  margin: 0 auto;
  position: relative;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
h1,
h2 {
  color: #2e3180;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
}
h1 {
  margin-top: 0;
  font-size: 2em;
  margin-bottom: 20px;
}
h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: #3289b1;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.fh-max-width-section {
  max-width: 106em;
  max-width: calc(1696px);
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.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: 979px) {
  body {
    padding-bottom: 45px;
  }
}
@media (max-width: 560px) {
  .pageContent img[align] {
    margin-left: auto;
    margin-right: auto;
  }
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
}
.alert-content {
  background: red;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 3px solid #0f4b7e;
}
.alert-content p {
  margin: 0;
}
.alert-content p + p {
  margin-top: 10px;
}
.alert-content a,
.alert-content a:link,
.alert-content a:visited,
.alert-content a:active,
.alert-content a:hover,
.alert-content a:focus {
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alert-content a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.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: #8a1820;
}
.header-wrappings a,
.header-wrappings a:link,
.header-wrappings a:visited,
.header-wrappings a:hover,
.header-wrappings a:focus,
.header-wrappings a:active {
  color: #8a1820;
}
.header-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.fh-header-links-listing {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.fh-header-links-listing a[href^="tel:"],
.fh-header-links-listing a[href^="tel:"]:link,
.fh-header-links-listing a[href^="tel:"]:visited,
.fh-header-links-listing a[href^="tel:"]:hover,
.fh-header-links-listing a[href^="tel:"]:focus,
.fh-header-links-listing a[href^="tel:"]:active {
  font-weight: bold;
  font-size: larger;
}
i.fa.fa-facebook {
  background: #1b6ba4;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 40px;
  margin: -6px auto 0;
  height: 40px;
  width: 40px;
}
i.fa.fa-facebook:hover {
  background: #1C4863;
  color: #fff;
}
.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: 980px) {
  .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;
  }
  .fh-header-links-listing > li:not(:first-child):not(:last-child) {
    border-left: 2px solid currentColor;
    padding-left: 20px;
  }
  .header-wrappings {
    border-bottom: 3px solid #0f4b7e;
  }
  .header-wrappings .fa.fh-city-state-zip {
    display: none;
  }
  .header-wrapper {
    max-width: 92%;
    padding: 5px 20px 0px 20px;
  }
  .header-wrapper {
    -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;
  }
  .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;
  }
  .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: 979px) {
  .header-wrappings .fa.fh-city-state-zip {
    visibility: hidden;
  }
  .header-logo,
  .fh-header-links-wrappings {
    margin: 20px;
  }
  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,
.topbar-container .topbar-social-links-wrapper a:active {
  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-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:hover {
  color: #76030a;
}
@media (max-width: 979px) {
  .topbar-container {
    display: none;
  }
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.9rem;
}
.mobile-close-menu {
  display: none;
}
.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: 980px) {
  .main-navigation .navigation-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
  .main-navigation-wrappings {
    margin-top: 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 0;
    font-size: 1.1rem;
    color: #282b88;
    text-transform: uppercase;
    font-weight: 700;
  }
  .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: #282b88;
  }
  .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: #fff;
    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: #fff;
    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 (min-width: 1800px) {
  .main-navigation ul {
    font-size: 1.11rem;
  }
  .navigation-menu a,
  .navigation-menu a:link,
  .navigation-menu a:visited,
  .navigation-menu a:hover,
  .navigation-menu a:focus,
  .navigation-menu a:active {
    font-size: 1.11rem;
    padding: 10px;
  }
}
@media (max-width: 979px) {
  .main-navigation-wrappings {
    padding: 20px;
    background-color: #2a4a63;
    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;
  }
}
.fh-main-slideshow-with-items-wrappings {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.main-slideshow-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}
.main-slideshow-container .main-slideshow-wrapper {
  position: relative;
}
.main-slideshow-container ul.slider-items img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
.flex-direction-nav a {
  overflow: visible;
}
.flex-direction-nav a:before {
  color: #a9a9a9;
}
.main-slideshow-wrapper {
  overflow: hidden;
  position: relative;
}
.main-slideshow-wrapper ul.slider-items li a,
.main-slideshow-wrapper ul.slider-items li a:link,
.main-slideshow-wrapper ul.slider-items li a:visited,
.main-slideshow-wrapper ul.slider-items li a:hover,
.main-slideshow-wrapper ul.slider-items li a:focus,
.main-slideshow-wrapper ul.slider-items li a:active {
  display: block;
  position: relative;
}
.main-slideshow-wrapper ul.slider-items li a .slideshow-overlay-image,
.main-slideshow-wrapper ul.slider-items li a:link .slideshow-overlay-image,
.main-slideshow-wrapper ul.slider-items li a:visited .slideshow-overlay-image,
.main-slideshow-wrapper ul.slider-items li a:hover .slideshow-overlay-image,
.main-slideshow-wrapper ul.slider-items li a:focus .slideshow-overlay-image,
.main-slideshow-wrapper ul.slider-items li a:active .slideshow-overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-slideshow-container .flex-direction-nav a.flex-prev:before,
.main-slideshow-container .flex-direction-nav a.flex-next:before {
  color: #5569a8;
  background-color: #5569a6;
  background-color: rgba(255,255,255,0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.main-slideshow-container .flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.main-slideshow-container .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.main-slideshow-container .flex-direction-nav a.flex-prev:hover:before,
.main-slideshow-container .flex-direction-nav a.flex-next:hover:before {
  background-color: #fff;
}
@media (min-width: 980px) {
  .main-slideshow-container .flex-control-nav {
    bottom: 20px;
    z-index: 8;
    text-align: right;
  }
  .main-slideshow-container .flex-control-paging li a {
    width: 22px;
    height: 22px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .flex-direction-nav a:before {
    font-size: 30px;
  }
}
@media (max-width: 979px) {
  .main-slideshow-container {
    margin-top: 0;
  }
  .main-slideshow-container .flex-control-nav {
    bottom: -8px;
    z-index: 8;
  }
  .main-slideshow-container .flex-control-paging li a {
    background: #000;
    background: rgba(0,0,0,0.25);
    width: 8px;
    height: 8px;
    aspect-ratio: 1;
  }
}
@media (max-width: 568px) {
  .flex-direction-nav a:before {
    display: none !important;
  }
}
@media (max-width: 319px) {
  .main-slideshow-container {
    margin-top: 0;
  }
}
.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: background 0.2s, 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-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 300px;
  max-width: 100%;
}
.slideshow-buttons > li a:hover,
.slideshow-buttons > li a:focus,
.slideshow-buttons > li a:active {
  background-color: #d83b2b;
  color: #fff;
}
@media (min-width: 980px) {
  .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: 979px) {
  .slideshow-buttons > li {
    margin-top: 20px;
  }
  .slideshow-buttons > li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 319px) {
  .slideshow-buttons-container {
    padding: 20px 10px;
    border-bottom-width: 2px;
  }
  .slideshow-buttons {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .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 {
    padding: 10px;
    text-transform: none;
  }
}
.fh-main-slideshow-with-items-wrapper {
  margin-bottom: 20px;
}
.fh-slideshow-items-overlay-wrappings {
  text-align: center;
  overflow: hidden;
}
.fh-slideshow-items-overlay-wrappings .info-item {
  margin: 20px 0;
}
.fh-slideshow-items-overlay-wrappings .info-section-80 .info-item .fa {
  color: #dfe1de;
  font-size: 80px;
}
.fh-slideshow-items-overlay-wrappings .info-section-80 .info-section-title-wrapper {
  margin-top: 10px;
}
@media (min-width: 980px) {
  html.js .fh-slideshow-items-overlay-wrappings {
    transition: transform 1.2s ease-out 0s;
    transform: translate3d(-200%,0,0.1px);
  }
  html.js .fh-main-slideshow-with-items-wrappings.fh-visible .fh-slideshow-items-overlay-wrappings {
    transform: translate3d(0,0,0.1px);
  }
  .fh-slideshow-items-overlay-wrapper .info-section-80 {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-slideshow-items-overlay-wrapper .info-section-80 {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-slideshow-items-overlay-wrapper .info-section-80 {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-main-slideshow-with-items-wrapper {
    display: grid;
    grid-template-rows: repeat(12,1fr);
    grid-template-columns: repeat(12,1fr);
  }
  .fh-main-slideshow-with-items-wrapper .main-slideshow-container {
    grid-row: 1/-2;
    grid-column: 1/-1;
    z-index: 1;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings {
    grid-row: 1/-1;
    grid-column: 1/span 6;
    align-self: end;
    z-index: 2;
    color: #fff;
    background-color: #282b88;
    border-top: 1px solid #BBDDE7;
    border-right: 1px solid #BBDDE7;
    border-radius: 0.56em;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings h2 {
    font-size: 1rem;
    color: #fff;
    color: inherit;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:link,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:visited,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:hover,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:focus,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:active {
    color: #fff;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:hover,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:focus,
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings a:active {
    color: #fd0;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings .info-section-img img {
    max-height: 90px;
    width: auto;
  }
  .fh-slideshow-items-overlay-wrappings .info-section-80 .info-item {
    width: 20%;
  }
  .fh-slideshow-items-overlay-wrappings .info-section-80 .info-item:hover .fa {
    color: #fd0;
  }
  .fh-slideshow-items-overlay-wrappings .info-item {
    margin: 10px 10px 0 10px;
  }
}
@media (max-width: 979px) {
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings {
    color: #fff;
    background-color: #282b88;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings h2 {
    color: #fff;
    font-size: 1rem;
    max-width: 120px;
    max-width: min(100%,120px);
    margin-left: auto;
    margin-right: auto;
  }
  .fh-main-slideshow-with-items-wrapper .fh-slideshow-items-overlay-wrappings .info-section-80 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 979px) {
  html.home-page .fh-main-content {
    display: none;
  }
}
.home-page .site-welcome-section-wrapper {
  margin: 0 auto;
}
.home-page .site-welcome-section-wrappings {
  color: #4e4e4e;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  padding: 20px;
  background-color: #fff;
}
.home-page .site-welcome-section-wrappings.fh-mission-section {
  background-color: #eaece9;
}
.home-page .site-welcome-section-title,
.home-page .site-welcome-section-subtitle {
  color: #2e3180;
  transition: color 0.2s;
}
.home-page .site-welcome-section-title-link,
.home-page .site-welcome-section-title-link:link,
.home-page .site-welcome-section-title-link:visited,
.home-page .site-welcome-section-title-link:hover,
.home-page .site-welcome-section-title-link:focus,
.home-page .site-welcome-section-title-link:active,
.home-page .site-welcome-section-subtitle-link,
.home-page .site-welcome-section-subtitle-link:link,
.home-page .site-welcome-section-subtitle-link:visited,
.home-page .site-welcome-section-subtitle-link:hover,
.home-page .site-welcome-section-subtitle-link:focus,
.home-page .site-welcome-section-subtitle-link:active {
  color: #2e3180;
  text-decoration: none;
}
.home-page .site-welcome-section-title-link:hover .site-welcome-section-title {
  color: #00b156;
}
.home-page .site-welcome-section-subtitle-link:hover .site-welcome-section-subtitle {
  color: #00b156;
}
.home-page .site-welcome-section-title {
  margin-top: 5%;
  margin-bottom: 0.5em;
}
.home-page .site-welcome-section-subtitle {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0.2em;
  font-weight: normal;
}
.fh-welcome-section-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  line-height: 0;
  text-align: center;
}
.fh-welcome-section-images-listing img {
  vertical-align: bottom;
}
@media (min-width: 980px) {
  .home-page .site-welcome-section-wrappings {
    font-size: 1.222em;
    line-height: 1.75;
    margin: 0 auto 20px auto;
    padding: 0 7.5%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-page .site-welcome-section-title {
    font-size: 2.5rem;
  }
  .home-page .site-welcome-section-subtitle {
    font-size: 24px;
  }
  .home-page .site-welcome-section-wrappings.fh-welcome-section {
    padding: 2em 0;
  }
  .home-page .site-welcome-section-wrappings.fh-mission-section {
    margin: 0;
  }
  .home-page .site-welcome-section-wrappings,
  .home-page .site-welcome-section-wrappings[data-sections-count-gt1="true"] >  .site-welcome-section-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page .site-welcome-section-wrappings[data-sections-count-gt1="true"] >  .site-welcome-section-wrapper > .site-welcome-section {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 50%;
  }
  .home-page .site-welcome-section-wrappings.fh-full-width-section {
    padding: 0;
  }
  .home-page .site-welcome-section-wrappings.fh-full-width-section[data-sections-count-gt1="true"] >  .site-welcome-section-wrapper > .site-welcome-section {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .home-page .site-welcome-section-wrappings.fh-full-width-section .fh-welcome-section-images-listing img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .home-page .site-welcome-section-wrappings.fh-full-width-section[data-sections-count-gt1="true"] .site-welcome-section[data-section-type="content-area"] {
    padding: 20px;
  }
  .home-page .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="content-area"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="content-area"] {
    -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;
  }
  .home-page .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="content-area"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  html.js-supports-intersection-observer .site-welcome-section-wrappings img {
    transition: 1.2s transform ease 0s, 1.2s opacity ease 0s;
    opacity: 0;
  }
  html.js-supports-intersection-observer .fh-welcome-section img {
    transform: translate3d(200%,0,0.1px);
  }
  html.js-supports-intersection-observer .fh-mission-section img {
    transform: translate3d(-200%,0,0.1px);
  }
  html.js-supports-intersection-observer .site-welcome-section-wrappings.fh-visible img {
    opacity: 1;
    transform: translate3d(0,0,0.1px);
  }
}
@media (max-width: 979px) {
  .home-page .site-welcome-section-title,
  .home-page .site-welcome-section-subtitle {
    text-align: center;
    margin-bottom: 0.2em;
  }
  .home-page .fh-welcome-section {
    padding: 20px 10px;
  }
  .home-page .fh-welcome-section .site-welcome-section-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-page .site-welcome-section a,
  .home-page .site-welcome-section a:link,
  .home-page .site-welcome-section a:visited,
  .home-page .site-welcome-section a:hover,
  .home-page .site-welcome-section a:focus,
  .home-page .site-welcome-section a:active {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.home-page .site-information-sections-wrappings {
  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: 1.375rem;
}
.home-page .site-information-sections-wrappings .site-information-section-title {
  font-size: 26px;
  font-size: 1.625rem;
  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: 980px) {
  .home-page .site-information-sections-wrappings {
    padding: 35px 30px;
  }
  .home-page .site-information-sections-wrappings[data-num-sections-gt1="true"] .site-information-section-wrappings {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .home-page .site-information-sections-wrappings[data-num-sections-gt1="true"] .site-information-section-wrappings[data-index="1"] {
    width: 46%;
    margin-right: 4%;
  }
}
@media (max-width: 979px) {
  .home-page .site-information-sections-wrappings {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 319px) {
  .home-page .site-information-sections-wrappings {
    line-height: 1.2;
  }
  .home-page .site-information-sections-wrappings .site-information-section-content {
    font-size: 16px;
    font-size: 1rem;
  }
  .home-page .site-information-sections-wrappings .site-information-section-title {
    font-size: 21px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.fh-video-section-wrappings {
  text-align: center;
}
.fh-video-section-wrapper {
  margin: 20px auto;
}
.fh-video-section-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-video-section-listing > li {
  margin: 20px;
}
.fh-info-container[data-info-group="1000"] {
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  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-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 {
  transition: color 0.2s;
}
.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;
  font-size: 1.2em;
}
.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 {
  transform: scale(1.1);
}
@media (min-width: 980px) {
  .fh-info-container[data-info-group="1000"] {
    max-width: 1170px;
    max-width: min(100%,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: 979px) {
  .fh-info-container[data-info-group="1000"] {
    text-align: center;
    padding: 10px 20px;
    line-height: 1.2;
  }
}
@media (min-width: 568px) and (max-width: 979px) {
  .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-testimonial-button-listing-wrappings .fh-testimonial-button-listing {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing {
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
.fh-testimonial-button-listing-wrappings a {
  transition: color 0.2s, background-color 0.2s;
}
.fh-testimonial-button-listing-wrappings a,
.fh-testimonial-button-listing-wrappings a:link,
.fh-testimonial-button-listing-wrappings a:visited,
.fh-testimonial-button-listing-wrappings a:hover,
.fh-testimonial-button-listing-wrappings a:focus,
.fh-testimonial-button-listing-wrappings a:active {
  padding: 10px;
  color: #fff;
  background-color: #3085bb;
  border-radius: 6px;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.6);
}
.fh-testimonial-button-listing-wrappings a:hover,
.fh-testimonial-button-listing-wrappings a:focus,
.fh-testimonial-button-listing-wrappings a:active {
  color: #fff;
  background-color: #1C4863;
}
.testimonials-wrappings {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.testimonials-wrappings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-wrappings .testimony-content .quote-char {
  font-family: serif;
  transition: 0.2s;
}
.testimonials-wrappings .testimony-person-name {
  text-align: right;
}
.testimonials-wrappings .testimony-person-name-before {
  margin-right: 10px;
  display: inline-block;
}
.testimonials-wrappings .flex-direction-nav a {
  width: 20px;
  height: 20px;
}
.testimonials-wrappings .flex-direction-nav a:before {
  color: #006ba4;
  font-size: 36px;
}
.testimonials-wrappings .flex-direction-nav a.flex-prev {
  left: 0;
}
.testimonials-wrappings .flex-direction-nav a.flex-prev:before {
  content: "\f100";
}
.testimonials-wrappings .flex-direction-nav a.flex-next {
  right: 0;
}
.testimonials-wrappings .flex-direction-nav a.flex-next:before {
  content: "\f101";
}
.testimonials-wrappings,
.testimonials-wrappings div {
  max-width: 1000px;
}
.testimonials-wrapper {
  padding: 0 30px;
}
.fh-testimonial-button-listing,
.fh-testimonials-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.information-container-wrappings {
  color: #006ba4;
  padding: 20px;
  text-align: center;
}
.information-container-wrappings h1,
.information-container-wrappings h2,
.information-container-wrappings h3,
.information-container-wrappings h4,
.information-container-wrappings h5,
.information-container-wrappings h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #006ba4;
}
.information-container-wrappings h1 a,
.information-container-wrappings h1 a:link,
.information-container-wrappings h1 a:visited,
.information-container-wrappings h1 a:hover,
.information-container-wrappings h1 a:focus,
.information-container-wrappings h1 a:active,
.information-container-wrappings h2 a,
.information-container-wrappings h2 a:link,
.information-container-wrappings h2 a:visited,
.information-container-wrappings h2 a:hover,
.information-container-wrappings h2 a:focus,
.information-container-wrappings h2 a:active,
.information-container-wrappings h3 a,
.information-container-wrappings h3 a:link,
.information-container-wrappings h3 a:visited,
.information-container-wrappings h3 a:hover,
.information-container-wrappings h3 a:focus,
.information-container-wrappings h3 a:active,
.information-container-wrappings h4 a,
.information-container-wrappings h4 a:link,
.information-container-wrappings h4 a:visited,
.information-container-wrappings h4 a:hover,
.information-container-wrappings h4 a:focus,
.information-container-wrappings h4 a:active,
.information-container-wrappings h5 a,
.information-container-wrappings h5 a:link,
.information-container-wrappings h5 a:visited,
.information-container-wrappings h5 a:hover,
.information-container-wrappings h5 a:focus,
.information-container-wrappings h5 a:active,
.information-container-wrappings h6 a,
.information-container-wrappings h6 a:link,
.information-container-wrappings h6 a:visited,
.information-container-wrappings h6 a:hover,
.information-container-wrappings h6 a:focus,
.information-container-wrappings h6 a:active {
  text-decoration: none;
}
.information-container-wrappings h1.information-container-button-title {
  font-size: 1.2em;
}
.information-container-wrappings p {
  margin: 1em 0;
  padding: 0;
  max-width: 1500px;
  line-height: 1.4;
}
.information-container-button-title .information-container-title-text {
  display: block;
  font-size: 1.1rem;
  padding: 10px;
  color: #fff;
  background-color: #1D4B81;
  border-radius: 6px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
.information-container-button-title .information-container-title-text:hover {
  background-color: #7d9ecc;
}
.information-container-button-title a,
.information-container-button-title a:link,
.information-container-button-title a:visited,
.information-container-button-title a:hover,
.information-container-button-title a:focus,
.information-container-button-title a:active {
  display: block;
  text-decoration: none;
}
@media (min-width: 981px) {
  .testimonials-wrappings .testimony-content .quote-char {
    font-size: 1.2em;
  }
  .information-container-wrappings {
    font-size: 1.6rem;
  }
  .information-container-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .information-container-wrappings {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .information-container-wrappings {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .information-container-wrappings {
    border: none;
    padding: 2em 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 980px) {
  .information-container-wrappings {
    font-size: 1.1rem;
    padding: 20px 10px;
  }
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li a,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li a:link,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li a:visited,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li a:hover,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li a:focus,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li a:active,
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing {
    display: block;
  }
  .fh-testimonial-button-listing-wrappings .fh-testimonial-button-listing > li + li {
    margin-top: 20px;
  }
  .testimony-person-name {
    font-size: 1.0rem;
    margin-top: 10px;
  }
  .testimonials-wrapper {
    padding: 0;
  }
  .fh-testimonials-listing > li + li {
    display: none;
  }
}
.information-services-content-wrapper td,
.information-services-content-wrapper th {
  padding: 10px;
}
.information-container-wrappings {
  padding: 10px;
  color: #006ba4;
  background-image: url(/docs/paienttestimonial.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #eaece9;
}
.information-container-wrappings h1,
.information-container-wrappings h2,
.information-container-wrappings h3,
.information-container-wrappings h4,
.information-container-wrappings h5,
.information-container-wrappings h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.information-container-wrappings h1 a,
.information-container-wrappings h1 a:link,
.information-container-wrappings h1 a:visited,
.information-container-wrappings h1 a:hover,
.information-container-wrappings h1 a:focus,
.information-container-wrappings h1 a:active,
.information-container-wrappings h2 a,
.information-container-wrappings h2 a:link,
.information-container-wrappings h2 a:visited,
.information-container-wrappings h2 a:hover,
.information-container-wrappings h2 a:focus,
.information-container-wrappings h2 a:active,
.information-container-wrappings h3 a,
.information-container-wrappings h3 a:link,
.information-container-wrappings h3 a:visited,
.information-container-wrappings h3 a:hover,
.information-container-wrappings h3 a:focus,
.information-container-wrappings h3 a:active,
.information-container-wrappings h4 a,
.information-container-wrappings h4 a:link,
.information-container-wrappings h4 a:visited,
.information-container-wrappings h4 a:hover,
.information-container-wrappings h4 a:focus,
.information-container-wrappings h4 a:active,
.information-container-wrappings h5 a,
.information-container-wrappings h5 a:link,
.information-container-wrappings h5 a:visited,
.information-container-wrappings h5 a:hover,
.information-container-wrappings h5 a:focus,
.information-container-wrappings h5 a:active,
.information-container-wrappings h6 a,
.information-container-wrappings h6 a:link,
.information-container-wrappings h6 a:visited,
.information-container-wrappings h6 a:hover,
.information-container-wrappings h6 a:focus,
.information-container-wrappings h6 a:active {
  text-decoration: none;
}
.information-container-wrappings p {
  margin: 20px 0;
  padding: 0;
  line-height: 1.7;
  max-width: 1500px;
}
.information-container-button-title .information-container-title-text {
  display: block;
  font-size: 1.1rem;
  padding: 10px;
  color: #fff;
  background-color: #1D4B81;
  border-radius: 6px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
.information-container-button-title .information-container-title-text:hover {
  background-color: #7d9ecc;
}
.information-container-button-title a,
.information-container-button-title a:link,
.information-container-button-title a:visited,
.information-container-button-title a:hover,
.information-container-button-title a:focus,
.information-container-button-title a:active {
  display: block;
  text-decoration: none;
}
.information-container-wrappings .subscribe-wrappings {
  text-align: center;
}
.information-container-wrappings .subscribe-wrapper {
  display: inline-block;
  vertical-align: top;
}
.information-container-wrappings .subscribe-email-field,
.information-container-wrappings .subscribe-submit-field {
  margin: 10px 0;
}
.information-container-wrappings .subscribe-email-field input {
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #7f7f7f;
}
@media (min-width: 980px) {
  .information-container-wrappings h1.information-container-button-title {
    font-size: 32px;
  }
  .information-container-wrappings {
    padding: 7.5em 0 15em;
    font-size: 1.111rem;
  }
  .information-container-wrappings {
    background-position: 50% 50%;
  }
  .information-container-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .information-container-wrappings {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .information-container-wrappings {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .information-container-wrappings .subscribe-email-field,
  .information-container-wrappings .subscribe-submit-field {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .information-container-wrappings .subscribe-email-field > *,
  .information-container-wrappings .subscribe-submit-field > * {
    -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%;
  }
}
@media (max-width: 979px) {
  .information-container-wrappings {
    padding: 20px 10px;
    line-height: 1.5;
  }
  .information-container-button-title .information-container-title-text {
    max-width: 100%;
    font-size: 1.0rem;
  }
  .information-container-wrappings .subscribe-email-field input {
    max-width: 200px;
    font-size: 12px;
  }
  .information-container-wrappings h1,
  .information-container-wrappings h2,
  .information-container-wrappings h3,
  .information-container-wrappings h4,
  .information-container-wrappings h5,
  .information-container-wrappings h6 {
    font-size: 1em;
    margin-top: 0;
  }
}
.testimonials-wrappings {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.testimonials-wrapper {
  overflow: hidden;
}
.content-page .pageContent .testimonials-wrappings  .flex-direction-nav a:before {
  color: #003499;
}
.testimonials-wrappings  .flex-direction-nav a {
  top: 0;
  margin: 0;
}
.testimonials-wrappings .flex-direction-nav a.flex-prev {
  left: 0;
}
.testimonials-wrappings .flex-direction-nav .flex-direction-nav a.flex-next {
  right: 0;
}
@media (min-width: 980px) {
  .testimony-content {
    padding-left: 50px;
    padding-right: 70px;
  }
}
@media (max-width: 979px) {
  .testimony-content {
    padding-left: 0;
    padding-right: 0;
  }
  .information-container-wrappings h1 {
    font-size: 1.4rem;
  }
}
.doctor-scroller {
  padding-top: 20px;
  max-height: 260px;
  overflow: hidden;
}
.doctor-widget-container {
  background: #dadada;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.doctor-widget-wrapper {
  padding: 20px 10px;
}
.doctor-scroller-wrapper {
  text-align: center;
}
.doctor-scroller {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.doctor-scroller ul {
  margin: 0;
  padding: 0;
  list-style: 0;
}
.doctor-scroller li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.doctor-scroller img {
  width: 200px;
  height: 260px;
  vertical-align: bottom;
  object-fit: cover;
}
.doctor-scroller h2 {
  text-align: center;
  line-height: 100%;
  margin: 0;
  padding-top: 5px;
  font: bold 20px/1 Arial, Helvetica, sans-serif;
}
.doctor-scroller-text .text {
  background: #cee0ee;
  color: #1c69a4;
  padding: 10px;
  text-align: center;
  font: normal 16px/18px Arial, Helvetica, sans-serif;
  display: none;
  font-weight: bold;
}
.doctor-scroller-name-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  background: black;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 14px;
}
.doctor-listing > li:nth-child(odd) .doctor-scroller-name-wrapper {
  background: #1c4763;
}
.doctor-listing > li:nth-child(even) .doctor-scroller-name-wrapper {
  background: #dfe1de;
  color: #1c4763;
}
.doctor-listing li:hover .doctor-scroller-name-wrapper {
  background: #3c98d1;
}
.doctor-listing > li:nth-child(odd):hover .doctor-scroller-name-wrapper {
  background: #3c98d1;
  color: #fff;
}
.doctor-listing > li:nth-child(even):hover .doctor-scroller-name-wrapper {
  background: #3c98d1;
  color: #fff;
}
@media (min-width: 220px) {
  .doctor-scroller {
    max-width: 200px;
  }
}
@media (min-width: 420px) {
  .doctor-scroller {
    max-width: 400px;
  }
}
@media (min-width: 620px) {
  .doctor-scroller {
    max-width: 600px;
  }
}
@media (min-width: 820px) {
  .doctor-scroller {
    max-width: 800px;
  }
}
@media (min-width: 1020px) {
  .doctor-scroller {
    max-width: 1000px;
  }
}
@media (min-width: 1220px) {
  .doctor-scroller {
    max-width: 1200px;
  }
}
@media (min-width: 1420px) {
  .doctor-scroller {
    max-width: 1400px;
  }
}
@media (min-width: 1620px) {
  .doctor-scroller {
    max-width: 1600px;
  }
}
@media (min-width: 1820px) {
  .doctor-scroller {
    max-width: 1800px;
  }
}
@media (min-width: 2020px) {
  .doctor-scroller {
    max-width: 2000px;
  }
}
@media (min-width: 2220px) {
  .doctor-scroller {
    max-width: 2200px;
  }
}
@media (min-width: 2420px) {
  .doctor-scroller {
    max-width: 2400px;
  }
}
@media (min-width: 2620px) {
  .doctor-scroller {
    max-width: 2600px;
  }
}
@media (min-width: 2820px) {
  .doctor-scroller {
    max-width: 2800px;
  }
}
@media (min-width: 3020px) {
  .doctor-scroller {
    max-width: 3000px;
  }
}
@media (min-width: 3220px) {
  .doctor-scroller {
    max-width: 3200px;
  }
}
@media (min-width: 3420px) {
  .doctor-scroller {
    max-width: 3400px;
  }
}
@media (min-width: 3620px) {
  .doctor-scroller {
    max-width: 3600px;
  }
}
@media (min-width: 3820px) {
  .doctor-scroller {
    max-width: 3800px;
  }
}
@media (min-width: 4020px) {
  .doctor-scroller {
    max-width: 4000px;
  }
}
@media (min-width: 4220px) {
  .doctor-scroller {
    max-width: 4200px;
  }
}
@media (min-width: 4420px) {
  .doctor-scroller {
    max-width: 4400px;
  }
}
@media (min-width: 4620px) {
  .doctor-scroller {
    max-width: 4600px;
  }
}
@media (min-width: 4820px) {
  .doctor-scroller {
    max-width: 4800px;
  }
}
@media (min-width: 5020px) {
  .doctor-scroller {
    max-width: 5000px;
  }
}
@media (min-width: 5220px) {
  .doctor-scroller {
    max-width: 5200px;
  }
}
@media (min-width: 5420px) {
  .doctor-scroller {
    max-width: 5400px;
  }
}
@media (min-width: 5620px) {
  .doctor-scroller {
    max-width: 5600px;
  }
}
@media (min-width: 5820px) {
  .doctor-scroller {
    max-width: 5800px;
  }
}
@media (min-width: 6020px) {
  .doctor-scroller {
    max-width: 6000px;
  }
}
@media (min-width: 6220px) {
  .doctor-scroller {
    max-width: 6200px;
  }
}
@media (min-width: 6420px) {
  .doctor-scroller {
    max-width: 6400px;
  }
}
@media (min-width: 6620px) {
  .doctor-scroller {
    max-width: 6600px;
  }
}
@media (min-width: 6820px) {
  .doctor-scroller {
    max-width: 6800px;
  }
}
@media (min-width: 7020px) {
  .doctor-scroller {
    max-width: 7000px;
  }
}
@media (min-width: 7220px) {
  .doctor-scroller {
    max-width: 7200px;
  }
}
@media (min-width: 7420px) {
  .doctor-scroller {
    max-width: 7400px;
  }
}
@media (min-width: 7620px) {
  .doctor-scroller {
    max-width: 7600px;
  }
}
@media (min-width: 7820px) {
  .doctor-scroller {
    max-width: 7800px;
  }
}
@media (min-width: 8020px) {
  .doctor-scroller {
    max-width: 8000px;
  }
}
@media (min-width: 8220px) {
  .doctor-scroller {
    max-width: 8200px;
  }
}
@media (min-width: 8420px) {
  .doctor-scroller {
    max-width: 8400px;
  }
}
@media (min-width: 8620px) {
  .doctor-scroller {
    max-width: 8600px;
  }
}
@media (min-width: 8820px) {
  .doctor-scroller {
    max-width: 8800px;
  }
}
@media (min-width: 9020px) {
  .doctor-scroller {
    max-width: 9000px;
  }
}
@media (min-width: 9220px) {
  .doctor-scroller {
    max-width: 9200px;
  }
}
@media (min-width: 9420px) {
  .doctor-scroller {
    max-width: 9400px;
  }
}
@media (min-width: 9620px) {
  .doctor-scroller {
    max-width: 9600px;
  }
}
@media (min-width: 9820px) {
  .doctor-scroller {
    max-width: 9800px;
  }
}
@media (min-width: 10020px) {
  .doctor-scroller {
    max-width: 10000px;
  }
}
@media (max-width: 219px) {
  .doctor-scroller {
    display: none !important;
  }
}
.fh-info-icons-section-wrappings {
  text-align: center;
  padding: 20px;
  color: #000;
}
.fh-info-icons-section-wrappings a,
.fh-info-icons-section-wrappings a:link,
.fh-info-icons-section-wrappings a:visited,
.fh-info-icons-section-wrappings a:hover,
.fh-info-icons-section-wrappings a:active {
  color: #000;
  color: inherit;
}
.fh-info-icons-section-wrapper {
  max-width: 1300px;
  max-width: min(100%,1300px);
  margin-left: auto;
  margin-right: auto;
}
.fh-info-icons-section-wrapper > .info-section.not-using-js {
  -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.not-using-js {
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-content-wrappings {
  text-align: center;
}
ul.fh-section-background-images {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.fh-section-background-images .pageContent {
  margin-top: -100px;
}
@media (min-width: 981px) {
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings .info-item,
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings .section-title-main {
    transform: translate3d(0,-20%,0.1px);
    transition: 1.4s transform ease-out 1s, 1.4s opacity ease-out 1s;
    opacity: 0;
  }
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings .section-title-main {
    transform: translate3d(0,-200%,0.1px);
  }
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings .info-item:first-child {
    transform: translate3d(-20%,-20%,0.1px);
  }
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings .info-item:last-child {
    transform: translate3d(20%,-20%,0.1px);
  }
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings.fh-visible .info-item,
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings.fh-visible .info-item:first-child,
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings.fh-visible .info-item:last-child,
  html.js-supports-intersection-observer .fh-info-section-with-content-wrappings.fh-visible .section-title-main {
    transform: translate3d(0,0,0.1px);
    opacity: 1;
  }
  .section-title.section-title-main {
    margin-bottom: 0;
  }
  .fh-info-icons-section-wrapper > .info-section.not-using-js {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-icons-section-wrapper > .info-section.not-using-js {
    -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 > .info-item .info-section-img img {
    height: 200px;
    width: auto;
    object-fit: cover;
    vertical-align: bottom;
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: 6.25%;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.75));
  }
  .fh-info-icons-section-wrapper > .info-section > .info-item h2 {
    color: #fff;
    text-shadow: 0 0 4px #000;
    font-size: 1.125em;
    line-height: 1.2;
    padding-top: 10px;
  }
  .fh-info-icons-section-wrapper > .info-section.not-using-js > .info-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    margin-right: 4%;
    max-width: 200px;
  }
  .fh-info-section-with-content-wrappings.has-bg-banner-section.has-content-section .fh-info-section-with-content-wrapper,
  .fh-info-section-with-content-wrappings.has-bg-banner-section.has-items-section .fh-info-section-with-content-wrapper {
    display: grid;
    grid-template-rows: repeat(12,1fr);
    grid-template-columns: repeat(12,1fr);
  }
  .fh-info-section-with-content-wrappings.has-bg-banner-section.has-content-section .fh-info-main-content,
  .fh-info-section-with-content-wrappings.has-bg-banner-section.has-items-section .fh-info-main-content {
    grid-row: 1/-1;
    grid-column: 1/-1;
    align-self: center;
    z-index: 2;
  }
  .fh-info-section-with-content-wrappings.has-bg-banner-section.has-content-section .fh-bg-wrappings,
  .fh-info-section-with-content-wrappings.has-bg-banner-section.has-items-section .fh-bg-wrappings {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 1;
  }
}
@media (max-width: 980px) {
  .fh-info-icons-section-wrappings .info-item + .info-item {
    margin-top: 20px;
  }
  .fh-info-icons-section-wrappings ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h1,
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h2,
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h3,
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h4,
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h5,
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h6 {
    margin: 0;
  }
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] h1 {
    padding-top: 20px;
  }
  .fh-info-icons-section-wrappings h2 {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .section-content-wrappings[data-config-name="fh_content_section_items_content"],
  .section-content-wrappings[data-config-name="fh_content_section_items_content"] + .fh-info-icons-section-wrappings {
    font-size: 1rem;
    background-color: #eaece9;
  }
}
html .content-page .pageContent a.fh-page-button {
  transition: background-color 0.2s ease;
}
html .content-page .pageContent a.fh-page-button,
html .content-page .pageContent a.fh-page-button:link,
html .content-page .pageContent a.fh-page-button:visited,
html .content-page .pageContent a.fh-page-button:hover,
html .content-page .pageContent a.fh-page-button:focus,
html .content-page .pageContent a.fh-page-button:active {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #143549;
  padding: 10px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-radius: 50vh;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
html .content-page .pageContent a.fh-page-button:hover,
html .content-page .pageContent a.fh-page-button:focus,
html .content-page .pageContent a.fh-page-button:active {
  background-color: #3289b1;
}
.pageContent-wrappings {
  padding-top: 20px;
}
.fh-bg-wrappings img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-page .breadcrumb {
  margin-bottom: 20px;
}
.content-page .breadcrumb .fa {
  font-size: 1.4rem;
}
.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 .pageContent h1,
.content-page .pageContent h2,
.content-page .pageContent h3,
.content-page .pageContent h4,
.content-page .pageContent h5,
.content-page .pageContent h6 {
  text-wrap: balance;
  text-wrap: pretty;
}
.content-page .content-page #main_content_area ul:not([style]):not([class]) {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc url(/images/bullet.gif);
}
@media (max-width: 979px) {
  .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: #2e3180;
  margin: 0;
  padding: 0;
}
.content-page h1,
.content-page h2 {
  color: #2e3180;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: .5em;
}
.content-page h1 {
  margin-top: 0;
  font-size: 2em;
}
.content-page h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: #8a1820;
  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.311rem;
  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: #1C4863;
  transition: all 0.2s linear;
}
.content-page .pageContent a:hover,
.content-page .pageContent a:focus,
.content-page .pageContent a:active {
  color: #3586B8;
}
.content-page .pageContent b {
  color: #1C4863;
}
.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: #1C4863;
}
.content-page .pageContent b a:hover,
.content-page .pageContent b a:focus,
.content-page .pageContent b a:active {
  color: #3586B8;
}
.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;
}
.content-page .pageContent h1.pagetitle-index-1 {
  color: #fff;
  background: linear-gradient(0deg,#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: 980px) {
  .content-page .pageContent {
    padding-bottom: 40px;
  }
  .content-page .pageContent h1.pagetitle-index-1 {
    color: #fff;
    background: #0f4b7d;
    background: linear-gradient(0deg,#00aedb 0%,#0f4b7d 100%);
    padding: 40px 10px;
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    font-size: 60px;
  }
  .content-page .pageContent h1.pagetitle-index-1 .title-text {
    display: block;
    max-width: 33%;
  }
  .content-page .fh-pagetitle-content-image-wrapper .contentimage {
    display: block;
    float: right;
    margin: -150px 0 -50px 20px;
    padding: 0;
  }
}
@media (max-width: 979px) {
  .content-page .breadcrumb,
  .content-page .breadcrumb .fa {
    font-size: 0.8rem;
  }
  .pageContent-wrappings {
    padding-top: 0;
  }
  .pageContent h1 {
    font-size: 1.3em;
  }
  .pageContent h2 {
    font-size: 1.2em;
  }
  .pageContent h3 {
    font-size: 1.1em;
  }
  .pageContent h4 {
    font-size: 1em;
  }
  .pageContent h5 {
    font-size: 1em;
  }
  .pageContent h6 {
    font-size: 1em;
  }
  .pageContent h1,
  .pageContent h2,
  .pageContent h3,
  .pageContent h4,
  .pageContent h5,
  .pageContent h6 {
    margin-bottom: 0.5em;
  }
  .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;
  }
  html.has-main-slideshow .content-page .main {
    margin-top: 20px;
  }
  div.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: 34px 10px 34px 40px;
  }
  .content-page .fh-pagetitle-content-image-wrapper {
    display: none;
  }
  .content-page .fh-pagetitle-content-addendum-image-wrapper {
    display: block;
  }
  .content-page .pageContent a.content-btn,
  .content-page .pageContent a.content-btn:link,
  .content-page .pageContent a.content-btn:visited,
  .content-page .pageContent a.content-btn:hover,
  .content-page .pageContent a.content-btn:focus,
  .content-page .pageContent a.content-btn:active {
    display: block;
    min-width: unset;
    max-width: 100%;
    line-height: 1.2;
  }
  .fh-employment-content-buttons {
    gap: 1em;
    margin-top: 2em;
  }
  .fh-employment-content-buttons {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-employment-content-buttons {
    -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-employment-content-buttons > br {
    display: none;
  }
}
.content-page .pageContent a.content-btn {
  background-color: #8a1820;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
.pageContent a.content-btn,
.content-page .pageContent .content-btn a {
  transition: background-color 0.4s;
}
.content-page .pageContent .content-btn a,
.content-page .pageContent .content-btn a:link,
.content-page .pageContent .content-btn a:visited,
.content-page .pageContent .content-btn a:hover,
.content-page .pageContent .content-btn a:focus,
.content-page .pageContent .content-btn a:active {
  color: #fff;
}
.pageContent a.content-btn:hover {
  background-color: #024686;
}
@media (max-width: 319px) {
  .content-page h1 {
    font-size: 21rem;
    font-size: 1.3rem;
  }
  .content-page h2 {
    font-size: 18px;
    font-size: 1.1rem;
  }
}
.content-menu-heading {
  margin-bottom: 20px;
}
.menu-content-page-image-wrapper + .content-menu-wrapper-container .content-menu-heading {
  margin-top: 20px;
}
.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: #fff;
  font-size: 1.222rem;
}
.content-menu-items a {
  transition: 0.4s ease 0s;
  transform: translate3d(0,0,0.1px);
}
.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 {
  line-height: 1.2;
  color: #fff;
  background-color: #2e3180;
  display: block;
  padding: 0.66em 4% 0.66em 8%;
  border-bottom: solid 2px #fff;
}
.content-menu-items > li.fh-active-page-link a,
.content-menu-items > li.fh-active-page-link a:link,
.content-menu-items > li.fh-active-page-link a:visited,
.content-menu-items > li.fh-active-page-link a:focus,
.content-menu-items > li.fh-active-page-link a:active {
  color: #fff;
  background-color: #8a1820;
}
.content-menu-items a:hover {
  color: #fff;
  background-color: #8a1820;
  text-decoration: underline;
  padding: 0.66em 4% 0.66em 12%;
}
.content-page .content-menu h4 {
  font-size: 2.666rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.27;
}
.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: 980px) {
  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-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  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 {
    padding-right: 20px;
    max-width: 30%;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu[data-pos="after"] {
    padding-right: 0;
    padding-left: 40px;
    margin-left: auto;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    -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%;
  }
  html.content-page-dont-do[data-sub-lowercase-ascii-alphanumeric="aboutus"] body.has-content-menu .pageContent-wrapper .content-menu {
    display: none;
  }
  html.content-page-dont-do[data-sub-lowercase-ascii-alphanumeric="aboutus"] body.has-content-menu .pageContent-wrapper .pageContent {
    width: auto;
    display: block;
  }
}
@media (max-width: 979px) {
  .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 0;
    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: 20px;
}
#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: #73c053;
  color: #09c;
  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;
}
.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;
}
.facebook-like-buttons {
  border-top: 1px solid #4666bc;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.mobile-block-table.phys-refer-table input[type="submit"] {
  font-weight: bold;
  cursor: pointer;
}
.mobile-block-table.phys-refer-table label[for="comment"] {
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 981px) {
  .mobile-block-table.phys-refer-table {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-block-table.phys-refer-table th {
    padding-right: 20px;
    text-align: right;
  }
  .mobile-block-table.phys-refer-table th,
  .mobile-block-table.phys-refer-table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 980px) {
  .mobile-block-table.phys-refer-table th,
  .mobile-block-table.phys-refer-table td {
    text-align: left !important;
  }
  .mobile-block-table.phys-refer-table tr > td {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mobile-block-table.phys-refer-table textarea,
  .mobile-block-table.phys-refer-table input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .mobile-block-table.phys-refer-table button:not([type="submit"]) {
    width: 100%;
    max-width: 100%;
  }
  .mobile-block-table.phys-refer-table input[type="submit"],
  .mobile-block-table.phys-refer-table button[type="submit"] {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
.contact-us-wrappings {
  line-height: 1.75;
  background: #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;
}
@media (max-width: 319px) {
  .contact-us-wrappings h2.contact-us-title {
    font-size: 1.4rem;
    padding: 10px;
    display: 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: 980px) {
  .doctor-listing-specialties > li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1%;
  }
}
.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: 980px) {
  .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: 979px) {
  .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;
  }
}
@media (max-width: 319px) {
  .special-page----doctor-listing {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .special-page----doctor-listing table,
  .special-page----doctor-listing thead,
  .special-page----doctor-listing tbody,
  .special-page----doctor-listing tfoot,
  .special-page----doctor-listing tr,
  .special-page----doctor-listing th,
  .special-page----doctor-listing td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .Special-Page----instructions {
    margin-bottom: 20px;
  }
  .special-page----doctor-listing .special-page---doctor-number-label {
    font-weight: bold;
  }
}
table.doc-pic-tbl {
  float: none;
}
.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: 980px) {
  .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%;
  }
  .pageContent .doctor-bio-page h1.pagetitle.doctor-name {
    float: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .pageContent .doctor-bio-page .bio-specialties {
    float: none;
  }
}
@media (max-width: 979px) {
  br.fh-bio-br-before-content {
    display: none !important;
  }
  .doc-bio-page----picture-wrapper {
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
  .doc-pic-tbl {
    float: none !important;
    margin: 0 auto;
  }
}
.content-page .pageContent img.calendar-spacer {
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.activedate {
  background-color: #f8f8f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border-bottom: 1px solid #cbd0dc;
  border-top: 1px solid #f7f9fe;
}
.inactivedate {
  background-color: #f0f0e7;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #edebeb;
  border-top: 0px solid #Ffffff;
}
.today {
  background-color: #ffffff;
  border: 1px solid #282b88;
  color: #014A81;
}
.month {
  background-color: #989a58;
  font-weight: bold;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  border-bottom: 0px solid #02406e;
  border-top: 0px solid #0366b1;
  text-shadow: none;
  min-height: 40px;
}
.day {
  background-color: #303030;
  color: #ffffff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #f1f1f1;
}
.calendar_table {
  border: none;
}
.footer {
  font-weight: 600;
  letter-spacing: .25px;
  font-style: normal;
  font-size: 1.111rem;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  line-height: 1.6;
  padding: 2em 0 2em 0;
}
.footer p {
  color: #000;
  margin: 0;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #282b88;
}
.footer h2.footer-column-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.footer a {
  transition: color 0.2s;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #8a181b;
  text-decoration: underline;
}
@media (min-width: 980px) {
  .footer .fasthealth-logo-wrapper,
  .footer .footer-images-wrapper,
  .footer .fasthealth-images-wrapper {
    margin-top: 10px;
  }
  .footer .footer-columns {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-columns {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .footer-columns[data-count-gt1="true"] {
    padding: 40px 0 20px;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column {
    display: inline-block;
    vertical-align: top;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="contact-info"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="corporate-logo"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="footer-images-column"] {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="contact-info"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="corporate-logo"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="footer-images-column"] {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="4"],
  .footer .footer-columns[data-count-gt1="true"][data-count="3"],
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="4"] > .footer-column + .footer-column:not(:last-child),
  .footer .footer-columns[data-count-gt1="true"][data-count="4"] .footer-inner-links-column + .footer-inner-links-column,
  .footer .footer-columns[data-count-gt1="true"][data-count="3"] > .footer-column + .footer-column:not(:last-child),
  .footer .footer-columns[data-count-gt1="true"][data-count="3"] .footer-inner-links-column + .footer-inner-links-column,
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] > .footer-column + .footer-column:not(:last-child),
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] .footer-inner-links-column + .footer-inner-links-column {
    padding-left: 30px;
  }
  html.has-footer-header-image .footer .footer-columns[data-count-gt1="true"] {
    padding-top: 0;
  }
  html.has-footer-header-image footer > img.footer-header-image[style] + .footer .footer-columns[data-count-gt1="true"] {
    padding-top: 20px;
  }
  .footer p.facebook-icon {
    text-align: right;
  }
}
@media (max-width: 979px) {
  .footer {
    padding-top: 0;
    text-align: center;
  }
  .footer .fasthealth-logo-wrapper,
  .footer .footer-images-wrapper,
  .footer .fasthealth-images-wrapper {
    margin-top: 20px;
  }
  .footer .fasthealth-logo-wrapper img,
  .footer .footer-images-wrapper img,
  .footer .fasthealth-images-wrapper img {
    vertical-align: bottom;
  }
  .footer .footer-columns {
    padding: 20px;
  }
  .footer .footer-columns h2 {
    margin-top: 0;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .footer .footer-columns > .footer-column {
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .footer .footer-columns > .footer-column + .footer-column,
  .footer .footer-columns .footer-inner-links-column + .footer-inner-links-column {
    margin-top: 20px;
  }
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"],
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:link,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:visited,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:hover,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:focus,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:active {
    font-size: 12px;
  }
}
@media (max-width: 319px) {
  .footer,
  .footer a,
  .footer a:link,
  .footer a:visited,
  .footer a:hover,
  .footer a:focus,
  .footer a:active {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer .footer-columns > .footer-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer .footer-columns > .footer-column[data-column="navigation"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-columns > .footer-column[data-column="navigation"] .navigation-menu > li.has-subnav > .menu-link-text .subnav-indicator {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  margin-left: 20px;
  transition: transform 0.2s linear;
}
.footer .footer-columns > .footer-column[data-column="navigation"] .navigation-menu > li.has-subnav:hover > .menu-link-text .subnav-indicator {
  transform: rotate(90deg);
}
.footer .footer-columns > .footer-column[data-column="navigation"] .sub-navigation-menu {
  margin-left: 20px;
  display: none;
}
@media (min-width: 980px) {
  .footer .footer-columns > .footer-column[data-column="navigation"] {
    text-align: left;
  }
}
.footer .footer-columns > .footer-column[data-column="information"] {
  text-align: center;
}
.footer .footer-columns > .footer-column[data-column="information"] p {
  margin: 0;
  vertical-align: top;
  line-height: 1.75;
}
.footer .footer-columns > .footer-column[data-column="information"] a,
.footer .footer-columns > .footer-column[data-column="information"] a:link,
.footer .footer-columns > .footer-column[data-column="information"] a:visited,
.footer .footer-columns > .footer-column[data-column="information"] a:hover,
.footer .footer-columns > .footer-column[data-column="information"] a:focus,
.footer .footer-columns > .footer-column[data-column="information"] a:active {
  font-size: 1em;
  display: inline-block;
  padding: 0;
}
img.footer-header-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 5px;
  vertical-align: bottom;
}
.mobile-social-links-wrapper {
  display: none;
}
.mobile-social-links-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.mobile-social-links-wrapper > ul > li .fa {
  font-size: 1.5625rem;
  color: #1d8341;
}
.footer .footer-columns > .footer-column[data-column="links"]  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 980px) {
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    padding: 1em 2em;
  }
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] .footer-inner-links-column + .footer-inner-links-column {
    margin-left: 20px;
  }
  .footer .footer-columns .footer-column[data-column="links"] h2 {
    font-size: 1.5rem;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count="3"] .footer-inner-links-column:first-child {
    margin-right: auto;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count="3"] .footer-inner-links-column:last-child {
    margin-left: auto;
  }
}
@media (max-width: 979px) {
  .mobile-social-links-wrapper {
    display: block;
  }
}
.footer .fasthealth-logo-listing,
.footer .footer-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social-links-wrapper {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.footer .footer-social-links-wrapper .fa-fw {
  width: auto;
}
.footer .footer-social-links-wrapper .fa {
  text-align: center;
  width: 34px;
  height: 34px;
  aspect-ratio: 1;
  border-radius: 4px;
  padding: 8px;
  font-size: 18px;
  color: #ffffff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.footer .footer-social-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social-links-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer .footer-social-links-wrapper ul li.has-image {
  display: none;
}
@media (max-width: 979px) {
  .footer .footer-social-links-wrapper {
    margin-top: 20px;
  }
}
.copyright-wrappings {
  background-color: #282b88;
  padding: 10px;
}
.copyright:before,
.copyright:after {
  display: block;
  content: "";
  clear: both;
}
.copyright {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.copyright a {
  transition: color 0.2s;
}
.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 {
  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-images-listing > li img {
  transition: transform 0.2s ease-in-out;
}
.copyright .copyright-images-listing > li img:hover {
  transform: scale(1.2);
}
.copyright .copyright-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 980px) {
  .copyright-wrappings {
    padding: 2em 0 1em;
  }
  .copyright {
    gap: 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 1170px;
    max-width: min(100%,1170px);
    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 .copyright-company-info {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .copyright .copyright-images-listing > li {
    display: inline-block;
    vertical-align: top;
  }
  .copyright .copyright-images-listing > li img {
    max-width: 190px;
    max-width: min(100%,190px);
  }
  .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 (max-width: 979px) {
  .copyright .copyright-company-name,
  .copyright .copyright-links {
    display: block;
  }
  .copyright .copyright-images-listing > li {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .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: opacity 0.2s linear 0s, background-color 0.2s linear 0s;
  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: 979px) {
  #toTop {
    right: 10px;
  }
}
.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: #2a4a63;
  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: 979px) {
  .fh-mobile-line {
    display: block;
  }
  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: #eaece9;
    color: #000;
  }
  .mobile-menu-bar {
    display: block;
  }
  html.js.showing-mobile-menu .mobile-close-menu {
    display: inline-block;
  }
}
