.header-search-box-wrappings {
  text-align: center;
}
.header-search-box-wrappings .search-fields {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
}
.header-search-box-wrappings .search-fields input.search-text {
  border-radius: 6px;
}
.fh-social-networking-listing {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.fh-social-networking-listing > li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.fh-social-networking-listing img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header-health-links-listing {
  margin: 20px auto;
  padding: 0 20px;
  list-style: none;
}
.header-health-links-listing > li {
  margin: 10px 2%;
}
.header-health-links-listing a {
  transition: 0.3s;
}
.header-health-links-listing a,
.header-health-links-listing a:link,
.header-health-links-listing a:visited,
.header-health-links-listing a:hover,
.header-health-links-listing a:focus,
.header-health-links-listing a:active {
  display: block;
  background-color: #0000a5;
  border: 1px solid #5b5b5b;
  color: #ffffff;
  padding: 8px 10px;
  text-shadow: none;
  border-radius: 20px;
  text-align: center;
}
.header-health-links-listing a:hover,
.header-health-links-listing a:focus,
.header-health-links-listing a:active {
  background-color: #373b95;
}
.header-wrappings {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}
.header-scrolled  {
  background-color: #0c66a5;
  background-color: rgba(12,102,165,0.7);
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.hospital-logo {
  margin-bottom: 20px;
}
.search-fields {
  border: 1px solid #333;
  background-color: #fff;
  display: block;
}
.search-fields,
.search-fields input {
  border-radius: 6px;
}
.search-fields .fa {
  color: #333;
}
.search-fields .fa:hover,
.search-fields .fa:focus,
.search-fields .fa:active {
  color: #0c66a5;
}
.tabs .top-left-menu a,
.tabs .top-left-menu a:link,
.tabs .top-left-menu a:visited,
.tabs .top-left-menu a:hover,
.tabs .top-left-menu a:focus,
.tabs .top-left-menu a:active {
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
  font-size: 15px;
  margin-right: 15px;
  padding-top: 0;
  display: block;
}
.header-logo {
  max-width: 30%;
}
.content-page .content-header-wrapper {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.content-page .content-header-wrapper:before,
.content-page .content-header-wrapper:after {
  content: " ";
  display: table;
}
.content-page .content-header-wrapper:after {
  clear: both;
}
.content-page .content-header-wrapper {
  *zoom: 1;
}
.contact-bar-wrappings p .fa {
  font-size: 16px;
  padding-right: 10px;
}
.content-logo {
  float: left;
}
.content-address {
  float: right;
}
.content-search,
.content-icons {
  padding-top: 10px;
  padding-right: 40px;
  text-align: right;
}
.header-logo-wrapper {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background: #1b3664;
  z-index: 55;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 0px solid rgba(169,78,189,0.6);
  background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1)";
}
.header-logo img {
  max-width: 100%;
  height: auto;
  margin-top: 95px;
  background: -moz-radial-gradient(center,ellipse cover,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
  background: -webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
  background: radial-gradient(ellipse at center,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#9effffff', endColorstr='#00ffffff',GradientType=1)";
}
.header {
  text-align: right;
  color: white;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
}
.content-page .wrapper {
  display: none;
}
.header-social {
  color: #000;
  float: right;
  clear: right;
  margin-top: 10px;
  padding-right: 10px;
  line-height: 23px;
  vertical-align: middle;
}
.header-social h4 {
  display: inline-block;
  margin-right: 6px;
}
.social-links {
  float: right;
}
.social-links li {
  display: inline-block;
  margin-left: 10px;
}
#Header-Email-Widget {
  display: inline-block;
  vertical-align: top;
  margin-right: -20px;
  margin-left: -10px;
}
@media (min-width: 981px) {
  .header-health-links-listing {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-health-links-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-health-links-listing,
  .header-health-links-listing > li,
  .header-health-links-listing > li a,
  .header-health-links-listing > li a:link,
  .header-health-links-listing > li a:visited,
  .header-health-links-listing > li a:hover,
  .header-health-links-listing > li a:focus,
  .header-health-links-listing > li a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-health-links-listing a,
  .header-health-links-listing a:link,
  .header-health-links-listing a:visited,
  .header-health-links-listing a:hover,
  .header-health-links-listing a:focus,
  .header-health-links-listing a:active {
    width: 100%;
  }
  .header-health-links-listing a,
  .header-health-links-listing a:link,
  .header-health-links-listing a:visited,
  .header-health-links-listing a:hover,
  .header-health-links-listing a:focus,
  .header-health-links-listing a:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-health-links-listing a,
  .header-health-links-listing a:link,
  .header-health-links-listing a:visited,
  .header-health-links-listing a:hover,
  .header-health-links-listing a:focus,
  .header-health-links-listing a:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-health-links-listing {
    margin: 20px;
    padding: 0 5%;
  }
  .header-health-links-listing > li {
    width: 20%;
  }
  .header-wrappings {
    min-height: 263px;
    background-image: url(/docs/mayersheaderbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-wrappings {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-wrapper {
    padding: 20px;
    margin-left: 5%;
  }
  .header-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-wrapper .hospital-logo-and-search {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .header-wrapper .header-search {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .header-wrapper .logo {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .header-wrapper .hospital-logo {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .home-page .header-container-wrappings:before,
  .home-page .header-container-wrappings:after {
    display: block;
    clear: both;
    content: "";
  }
  .home-page .header-container-wrappings .header-wrappings img {
    transition: width 0.5s linear, height 0.5s linear;
  }
  .home-page .header-container-wrappings .header-wrappings .logo img {
    width: 500px;
    height: 89px;
  }
  .home-page .header-container-wrappings .header-wrappings .hospital-logo img {
    width: 167px;
    height: 90px;
  }
  .home-page .header-container-wrappings.header-scrolled .header-wrappings .logo img {
    width: 250px;
    height: 45px;
  }
  .home-page .header-container-wrappings.header-scrolled .header-wrappings .hospital-logo img {
    width: 102px;
    height: 55px;
  }
  .header-wrappings .header-content {
    position: absolute;
    top: 80px;
    right: 100px;
  }
}
@media (max-width: 1100px) {
  .header-icons {
    display: none;
  }
}
@media (max-width: 980px) {
  .header-search-box-wrappings,
  .content-page .content-header-wrapper,
  .header-logo {
    display: none;
  }
  .header-wrappings .hospital-logo {
    margin-bottom: 0;
  }
  .header-wrappings {
    padding-bottom: 0;
  }
  .hospital-logo {
    margin-top: 20px;
  }
  .hospital-logo img {
    max-width: 100px;
    height: auto;
  }
  .header-health-links-listing > li {
    display: block;
  }
  .header-wrappings {
    background: url(/docs/Top_Header_Banner_no_text_fade.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 20px;
  }
  .header-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-wrappings {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-wrappings {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-content {
    text-align: right;
    margin-left: 20px;
  }
}
@media (min-width: 981px) {
  .home-page .header-container-wrappings {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999999;
  }
}
.site-main-slideshow-container {
  position: relative;
  overflow: hidden;
}
.site-main-slideshow-wrapper {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  border: 1px solid #8275a0;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
  text-align: center;
}
.site-main-slideshow-wrapper .slider-items li {
  display: block;
}
.site-main-slideshow-wrapper .slider-items a,
.site-main-slideshow-wrapper .slider-items a:link,
.site-main-slideshow-wrapper .slider-items a:visited,
.site-main-slideshow-wrapper .slider-items a:hover,
.site-main-slideshow-wrapper .slider-items a:focus,
.site-main-slideshow-wrapper .slider-items a:active {
  display: block;
}
.site-main-slideshow-wrapper .slider-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
.wrapper {
  position: relative;
}
.head-wrappings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slideshow {
  text-align: center;
  overflow: hidden;
}
.slideshow-wrappings {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.slideshow .shim {
  visibility: hidden;
  display: block;
}
.slideshow img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slideshow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-slideshow-items li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slideshow-items li:first-child {
  display: block;
}
.slideshow-wrappings .nav-arrow {
  top: 50%;
}
.slideshow-wrappings .nav-arrow .fa {
  font-size: 28px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.6);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -o-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s;
}
.slideshow-wrappings .nav-arrow .fa:hover {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
}
.slideshow-wrappings .previous-slide-arrow .fa {
  left: 20px;
}
.slideshow-wrappings .next-slide-arrow .fa {
  right: 20px;
}
.nav-arrow-bar {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 76px;
  background-color: #007bcf;
  background-color: rgba(0,123,207,0);
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-arrow-bar:hover {
  background-color: #007bcf;
  background-color: rgba(0,123,207,0);
}
.nav-arrow-bar-left {
  left: 0;
}
.nav-arrow-bar-right {
  right: 0;
}
.services-information {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
}
.home-page-content-wrappings img {
  max-width: 100%;
  height: auto;
}
.award-img-lung {
  display: block;
  margin-left: 15%;
}
.col-1  h2.feature14.heading {
  font-weight: normal;
  font-size: 1.25em;
}
.text-section {
  vertical-align: top;
  padding: 15px;
  border: 0px solid #158e90;
  border-radius: 30px;
  color: #FFF;
  background-color: #a94ebd;
  float: right;
  margin-top: 60px;
}
.middle-bk-2.multiblock-section > div {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 7.5%;
}
.col-1 .lung-bk {
  background-image: url(/docs/bk-img-lung.png);
  background-position: center;
  background-repeat: no-repeat;
}
.col-1 h1 {
  font-weight: bold;
  font-size: 1.125em;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #007bcf;
}
.provider-table {
  width: 100%;
  table-layout: fixed;
}
.provider-table td {
  padding-right: 20px;
}
.provider-table select {
  max-width: 170px;
}
.col-1 h1.pagetitle,
.middle-bk-2 h1.pagetitle {
  margin-top: 0;
  padding-top: 20px;
  font-size: 1.875em;
}
.vol-btn {
  background-color: rgba(113,19,14,0.8);
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  width: 23%;
  color: white;
  position: absolute;
  text-align: center;
  margin-top: 160px;
}
.vol-img {
  background-image: url(/docs/vol-img.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  height: 272px;
  margin-top: -50px;
}
.ecard-img {
  background-image: url(/docs/ecard-bk.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  height: 232px;
  margin-top: -143px;
}
.fast-img {
  background-image: url(/docs/fh-img.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  height: 252px;
  margin-top: -146px;
}
.ecard-btn-1 {
  background-color: #005b9e;
  border-radius: 30px 30px 30px 30px;
  border-radius: 5px;
  margin: 5px;
  width: 300px;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 160px;
}
.ecard-btn-1-link {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.ecard-btn {
  background: #553179;
  border-radius: 5px;
  margin: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.ecard-btn-link {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
  font-size: 18px;
}
.ecard-btn:hover {
  background: #5abfc3;
  color: #fff;
}
.ecard-btn:hover .ecard-btn-link {
  color: #fff;
}
.provider-wrappings {
  padding-bottom: 50px;
  padding-top: 50px;
}
.content {
  background: #dbdac8;
  background: #0c66a5;
  color: #71130e;
  overflow: hidden;
  position: relative;
}
.home-content-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.content p {
  line-height: 10px;
  color: #005b9e;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.2;
  font-style: italic;
}
.content b {
  font-weight: bold;
  font-size: 3.75em;
  margin: 40px 0px;
  color: #005b9e;
}
.content i {
  color: #005b9e;
  color: #fddb8d;
  font-size: 1.875em;
  margin: 40px 0px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.col-1 {
  position: relative;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 7.5%;
}
.col-1 p {
  color: #0053a0;
  font-weight: normal;
  font-size: 1em;
  line-height: 30px;
}
.col-2 {
  float: right;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #bad5ef;
  background-color: rgba(186,213,239,0.8);
}
.col .pagetitle {
  color: #0053a0;
}
.col .feature14 {
  color: #a94ebd;
  color: rgba(169,78,189,0.9);
}
.col i {
  color: #a94ebd;
  color: rgba(169,78,189,0.9);
}
.last {
  clear: left;
}
.row-wrapper img {
  max-width: 100%;
  height: auto;
}
.row-wrapper > div:before,
.row-wrapper > div:after {
  content: " ";
  display: table;
}
.row-wrapper > div:after {
  clear: both;
}
.row-wrapper > div {
  *zoom: 1;
}
.row {
  background: url(/docs/background_section.jpg) no-repeat left top;
  overflow: hidden;
  border-bottom: 2px solid #005b9e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.middle-bk-2 {
  float: right;
  width: 45%;
  position: relative;
}
.middle-bk-2 p {
  padding-left: 50px;
  padding-right: 100px;
  color: #FFF;
  line-height: 30px;
}
.middle-bk-2 .pagetitle {
  font-size: 1.5em;
}
.row img {
  vertical-align: bottom;
}
.row img.feature-banner {
  width: 100%;
  height: auto;
}
.row .col {
  border-right: 2px solid #1b3664;
  padding: 25px 0px 0px 10px;
}
.section-1 {
  background-color: #0053a0;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 2px solid #fbdb6c;
  border-bottom: 2px solid rgba(251,219,108,0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/random_images/image.php?name=services");
  text-align: center;
  border-top: 8px solid rgba(113,19,14,0.8);
}
.not-mobile-device .section-1 {
  background-attachment: fixed;
}
.section-1 td {
  text-align: center;
}
.section-1 hr {
  width: 20%;
  float: left;
  clear: both;
}
.section-1 h2 {
  color: rgba(251,219,108,0.9);
  font-weight: bold;
  font-size: 1.875em;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.section-1 p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0.8px;
  padding-top: 10px;
  color: white;
  font-weight: normal;
}
.section-1 b {
  font-weight: bold;
  font-size: 3.75em;
  margin: 40px 0px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.section-1 i {
  font-size: 1.125em;
  color: white;
  font-weight: normal;
}
.section-img {
  width: 100%;
  height: auto;
}
.bk-color {
  display: inline-block;
}
.vertical-columns > div:before,
.vertical-columns > div:after {
  content: " ";
  display: table;
}
.vertical-columns > div:after {
  clear: both;
}
.vertical-columns > div {
  *zoom: 1;
}
.row-wrapper {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col-1,
.middle-bk-2 {
  -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%;
}
.vertical-columns {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vertical-columns {
  -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;
}
.vertical-columns > div {
  -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%;
}
.provider-wrapper {
  color: #000;
  color: #fff;
}
.provider-wrapper h2.feature14.heading,
.provider-wrapper h1.pagetitle {
  color: #005b9e;
  color: #fff;
}
@media (max-width: 1100px) {
  .ecard-btn {
    width: auto;
  }
  .col-1 h1 {
    font-size: 1.5em;
  }
  .middle-bk-2 .pagetitle {
    width: auto;
  }
  img[align="right"] {
    float: none !important;
  }
  .vertical-columns,
  .row-wrapper {
    display: block;
  }
  .col-1,
  .middle-bk-2 {
    float: none;
    width: auto;
  }
  .col-1 {
    background-image: none;
    padding-right: 7.5%;
  }
  .middle-bk-2 .pagetitle,
  .middle-bk-2 p {
    padding-left: 0;
    padding-right: 0;
  }
  .row-wrapper.home-content-wrappings {
    margin-left: 0;
    margin-right: 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
    max-width: none;
  }
  .middle-bk-2.multiblock-section > div {
    padding: 20px 7.5%;
  }
}
@media (max-width: 1050px) {
  .provider-images {
    display: none;
  }
  .provider-table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .provider-table,
  .provider-table tr,
  .provider-table td,
  .provider-table th,
  .provider-table thead {
    display: block !important;
    width: auto;
  }
  .content {
    min-height: none;
  }
  .content b {
    font-size: 1.2em;
  }
  .content p {
    font-size: 1.1em;
  }
  .provider-table {
    width: auto;
    max-width: none;
    margin-top: 0;
  }
  .provider-table td {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .section-1 b {
    font-size: 1.3em;
  }
}
.home-page-links-listing,
.home-page-links-listing:before,
.home-page-links-listing:after,
.home-page-links-listing *,
.home-page-links-listing *:before,
.home-page-links-listing *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page-links-listing-wrapper {
  background: #777777;
  padding: 40px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.home-page-links-listing {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.home-page-links-listing > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.home-page-links-listing > li a,
.home-page-links-listing > li a:link,
.home-page-links-listing > li a:visited,
.home-page-links-listing > li a:hover,
.home-page-links-listing > li a:focus,
.home-page-links-listing > li a:active {
  text-align: center;
  line-height: 1.1;
  padding: 12px;
  margin: 5px 30px;
  color: #fff;
  background-color: #373b95;
  border-radius: 20px;
  text-decoration: none;
  font-size: 1.111em;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 350px;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  border: transparent 2px solid;
  font-family: 'Open Sans', sans-serif;
}
.home-page-links-listing > li a,
.home-page-links-listing > li a:link,
.home-page-links-listing > li a:visited,
.home-page-links-listing > li a:hover,
.home-page-links-listing > li a:focus,
.home-page-links-listing > li a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home-page-links-listing > li a,
.home-page-links-listing > li a:link,
.home-page-links-listing > li a:visited,
.home-page-links-listing > li a:hover,
.home-page-links-listing > li a:focus,
.home-page-links-listing > li a:active {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home-page-links-listing > li a,
.home-page-links-listing > li a:link,
.home-page-links-listing > li a:visited,
.home-page-links-listing > li a:hover,
.home-page-links-listing > li a:focus,
.home-page-links-listing > li a:active {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-page-links-listing > li a:hover,
.home-page-links-listing > li a:focus,
.home-page-links-listing > li a:active {
  background-color: #fff;
  color: #373b95;
  border-color: #373b95;
}
@media (min-width: 730px) {
  .home-page-links-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page-links-listing {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-page-links-listing > li {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .home-page-links-listing > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 731px) {
  .home-page-links-listing > li {
    display: block;
    width: auto;
    margin: 0;
  }
  .home-page-links-listing > li + li {
    margin-top: 20px;
  }
}
@media (max-width: 980px) {
  .home-page-links-listing {
    margin: 0;
    padding: 0;
  }
  .home-page-links-listing > li a,
  .home-page-links-listing > li a:link,
  .home-page-links-listing > li a:hover,
  .home-page-links-listing > li a:focus,
  .home-page-links-listing > li a:visited,
  .home-page-links-listing > li a:active {
    min-width: 100%;
    margin: 0;
    padding: 10px;
    max-width: 100%;
    text-transform: none;
  }
}
.welcome-section-wrappings {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  background-image: url(/docs/Mayershospitalbg.jpg);
  background-size: cover;
}
.welcome-section-wrappings h1.welcome-section-title {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.welcome-section-banner-listing-wrapper {
  text-align: center;
  line-height: 1;
  position: relative;
}
.welcome-section-banner-listing-wrapper .shim {
  display: block;
  visibility: hidden;
}
.welcome-section-banner-listing-wrapper .shim img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.welcome-section-banner-listing-wrapper li,
.welcome-section-banner-listing-wrapper li a,
.welcome-section-banner-listing-wrapper li a:link,
.welcome-section-banner-listing-wrapper li a:visited,
.welcome-section-banner-listing-wrapper li a:hover,
.welcome-section-banner-listing-wrapper li a:focus,
.welcome-section-banner-listing-wrapper li a:active {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.welcome-section-banner-listing-wrapper li,
.welcome-section-banner-listing-wrapper li img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.welcome-section-banner-listing-wrapper li + li {
  display: none;
}
.welcome-section-banner-listing-wrapper img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.welcome-section-wrappings a,
.welcome-section-wrappings a:link,
.welcome-section-wrappings a:visited,
.welcome-section-wrappings a:hover,
.welcome-section-wrappings a:focus,
.welcome-section-wrappings a:active {
  color: #373b95;
}
.welcome-section-wrappings a.welcome-section-title-link,
.welcome-section-wrappings a.welcome-section-title-link:link,
.welcome-section-wrappings a.welcome-section-title-link:visited,
.welcome-section-wrappings a.welcome-section-title-link:hover,
.welcome-section-wrappings a.welcome-section-title-link:focus,
.welcome-section-wrappings a.welcome-section-title-link:active {
  text-decoration: none;
}
.welcome-section-title-link-inner-wrap {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #373b95;
  font-family: 'Open Sans', sans-serif;
}
.welcome-section-banner-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 980px) {
  .welcome-section-wrappings {
    padding: 0;
  }
  .welcome-section-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .welcome-section-wrappings {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .welcome-section-content-container {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
    padding: 50px 50px 30px 20px;
  }
  .welcome-section-content-container {
    -moz-box-flex: 1 1 60%;
    -webkit-box-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .welcome-section-banner-listing-wrapper {
    -moz-box-flex: 1 1 40%;
    -webkit-box-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
.fh-cookbook-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-cookbook-listing > li {
  display: block;
}
.fh-cookbook-listing img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.info-section-wrappings {
  text-align: center;
  padding: 20px;
  max-width: 1500px;
  background-color: #fff;
  color: #373b95;
  margin-left: auto;
  margin-right: auto;
}
img.info-section-img-item {
  transition: 0.4s;
  transition: scale(1);
}
img.info-section-img-item:hover {
  transform: scale(1.1);
}
div.info-section-description {
  text-align: center;
  font-size: 1.3em;
}
h2.info-section-title {
  font-size: 1.2em;
  transform: scale(1);
  transition: 0.3s;
}
.info-section-title a,
.info-section-title a:link,
.info-section-title a:active,
.info-section-title a:visited,
.info-section-title a:focus,
.info-section-title a:hover {
  font-size: 1.1em;
}
.info-section-title a:hover {
  transform: scale(1.1);
  color: #379a47;
}
h2.icon-section-title a:hover {
  transform: scale(1.1);
  color: #379a47;
  opacity: 0.8;
}
@media (min-width: 980px) {
  .info-section-wrappings[data-count-gt1="true"] {
    padding-left: 0;
    padding-right: 0;
  }
  .info-section-wrappings[data-count-gt1="true"] > .info-section-wrapper > .info-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info-section-wrappings[data-count-gt1="true"] > .info-section-wrapper > .info-section {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .info-section-wrappings[data-count-gt1="true"] > .info-section-wrapper > .info-section {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-section-wrappings[data-count-gt1="true"] > .info-section-wrapper > .info-section > .info-item {
    margin-left: 1%;
    margin-right: 1%;
  }
  .info-section-wrappings[data-count-gt1="true"] > .info-section-wrapper > .info-section > .info-item {
    -moz-box-flex: 1 1 0%;
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .info-section-wrappings[data-count="2"] > .info-section-wrapper > .info-section > .info-item {
    width: 48%;
  }
  .info-section-wrappings[data-count="3"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count-gt3="true"] > .info-section-wrapper > .info-section > .info-item {
    width: 24%;
  }
  .info-section-wrappings[data-count="5"] > .info-section-wrapper > .info-section > .info-item {
    width: 18.8%;
  }
  .info-section-wrappings[data-count="6"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count="9"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count="10"] > .info-section-wrapper > .info-section > .info-item {
    width: 18.8%;
  }
  .info-section-wrappings[data-count="15"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count="18"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count="21"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count="24"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
  .info-section-wrappings[data-count="27"] > .info-section-wrapper > .info-section > .info-item {
    width: 32%;
  }
}
.health-links-wrapper {
  text-align: center;
}
.health-links-wrapper {
  display: inline-table;
  table-layout: fixed;
  border-collapse: collapse;
  max-width: 100%;
}
.health-links-group {
  display: table-row;
}
.health-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.health-links > li {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.health-links a {
  transition: background-color 0.5s;
}
.health-links a,
.health-links a:link,
.health-links a:visited,
.health-links a:active,
.health-links a:hover,
.health-links a:focus {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 1.4em;
  color: #fff;
  border-radius: 10px;
  margin: 5px;
  width: 300px;
  background-color: #a94ebd;
  background-color: rgba(169,78,189,0.5);
  position: relative;
  z-index: 1000;
}
.health-links a:active,
.health-links a:hover,
.health-links a:focus {
  background-color: #a94ebd;
}
.health-links-wrappings {
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.health-links svg {
  display: none;
}
@media (min-width: 1000px) {
  .health-links svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: left;
    fill: transparent;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    stroke: rgba(0,0,0,0);
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  }
  .health-links a:active svg,
  .health-links a:hover svg,
  .health-links a:focus svg {
    stroke: #19f6e8;
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
  }
}
@media (max-width: 1000px) {
  .health-links-wrapper,
  .health-links-group,
  .health-links > li {
    display: block;
  }
  .health-links a,
  .health-links a:link,
  .health-links a:visited,
  .health-links a:active,
  .health-links a:hover,
  .health-links a:focus {
    width: auto;
  }
}
.provider-wrapper {
  position: relative;
  z-index: 1212;
}
.provider-images {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  padding-right: 50px;
  padding-bottom: 25px;
}
.random-providers-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.provider-images .random-providers-listing img {
  height: 90%;
  width: auto;
}
.random-providers-listing li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.random-providers-listing li:first-child {
  display: block;
}
.provider-images .shim {
  visibility: hidden;
  display: block;
}
.row h1.pagetitle {
  color: #005b9e;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.content-items-events {
  padding-top: 20px;
}
.content-items-events .view-events-heading {
  border-bottom: 1px solid #2bb0b2;
  margin-bottom: 10px;
}
.content-items-events .view-events-heading:before,
.content-items-events .view-events-heading:after {
  content: " ";
  display: table;
}
.content-items-events .view-events-heading:after {
  clear: both;
}
.content-items-events .view-events-heading {
  *zoom: 1;
}
.content-items-events .view-events-listing {
  clear: both;
  max-width: 100%;
}
.event-item a {
  display: block;
}
.event-item {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 30px;
}
.event-date-wrapper,
.event-name {
  height: 52px;
}
.event-date-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.event-date {
  display: block;
  width: 52px;
  height: 52px;
  background-color: #5abfc3;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 52px;
  vertical-align: middle;
  z-index: 2;
}
.event-name {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 26px;
  bottom: 0;
  line-height: 52px;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 0 10px 10px 0;
  transition: background-color 0.4s, padding-left 0.4s;
}
.event-name {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event-name {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.event-date-month {
  color: #fff;
  padding-right: 4px;
}
.event-date-day {
  color: #FFF;
  font-weight: bold;
}
.event-name a,
.event-name a:link,
.event-name a:visited,
.event-name a:hover,
.event-name a:focus,
.event-name a:active {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
.event-item:hover .event-name {
  padding-left: 60px;
  background-color: #5abfc3;
}
.view-more-events a,
.view-more-events a:link,
.view-more-events a:visited,
.view-more-events a:hover,
.view-more-events a:focus,
.view-more-events a:active {
  color: #FFF;
  text-decoration: none;
  float: right;
}
.view-more-events a:hover {
  color: #2bb0b2;
}
.middle-bk-2 {
  background: #8275a0;
}
.row .middle-bk-2 h1.pagetitle {
  color: #fff;
}
.barge-of-content br {
  display: none !important;
}
.barge-of-buttons {
  margin-top: 20px;
}
.barge-of-buttons br {
  display: none !important;
}
.barge-of-buttons a,
.barge-of-buttons a:link,
.barge-of-buttons a:visited,
.barge-of-buttons a:hover,
.barge-of-buttons a:focus,
.barge-of-buttons a:active {
  padding: 2px;
  display: block;
  vertical-align: middle;
  background: #553179;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 5px;
}
.barge-of-buttons a:hover {
  background: #5abfc3;
  color: #fff;
}
.row .row-wrapper .content-text a.about-us,
.row .row-wrapper .content-text a.about-us:link,
.row .row-wrapper .content-text a.about-us:visited,
.row .row-wrapper .content-text a.about-us:hover,
.row .row-wrapper .content-text a.about-us:focus,
.row .row-wrapper .content-text a.about-us:active {
  background: #553179;
}
.row .row-wrapper .content-text a.about-us:hover {
  background: #000;
  color: #fff;
}
.provider-wrappings .barge-of-buttons a,
.provider-wrappings .barge-of-buttons a:link,
.provider-wrappings .barge-of-buttons a:visited,
.provider-wrappings .barge-of-buttons a:hover,
.provider-wrappings .barge-of-buttons a:focus,
.provider-wrappings .barge-of-buttons a:active {
  background: #939498;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.provider-wrappings .barge-of-buttons a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 980px) {
  .barge-of-content h1.pagetitle,
  .barge-of-content h2.feature14.heading {
    margin: 0 0 10px 0;
  }
  .barge-of-content h1.pagetitle {
    margin-top: 20px;
  }
  .barge-of-buttons a,
  .barge-of-buttons a:link,
  .barge-of-buttons a:visited,
  .barge-of-buttons a:hover,
  .barge-of-buttons a:focus,
  .barge-of-buttons a:active {
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
  }
  .barge-of-buttons + .barge-of-buttons {
    margin-top: 0;
  }
  .footer-col-2 .wrappings {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 981px) {
  .barge-of-content {
    max-width: 65%;
    line-height: 2;
  }
  .barge-of-buttons {
    max-width: 65%;
    margin-top: 0;
  }
  .barge-of-buttons a,
  .barge-of-buttons a:link,
  .barge-of-buttons a:visited,
  .barge-of-buttons a:hover,
  .barge-of-buttons a:focus,
  .barge-of-buttons a:active {
    width: 220px;
    vertical-align: middle;
    margin-left: 2%;
  }
  .barge-of-buttons a,
  .barge-of-buttons a:link,
  .barge-of-buttons a:visited,
  .barge-of-buttons a:hover,
  .barge-of-buttons a:focus,
  .barge-of-buttons a:active {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .barge-of-buttons a,
  .barge-of-buttons a:link,
  .barge-of-buttons a:visited,
  .barge-of-buttons a:hover,
  .barge-of-buttons a:focus,
  .barge-of-buttons a:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .barge-of-buttons a,
  .barge-of-buttons a:link,
  .barge-of-buttons a:visited,
  .barge-of-buttons a:hover,
  .barge-of-buttons a:focus,
  .barge-of-buttons a:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row .row-wrapper .content-text .barge-of-buttons {
    max-width: none;
  }
  .row .row-wrapper .content-text .barge-of-buttons {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row .row-wrapper .content-text .barge-of-buttons {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row .row-wrapper .content-text .barge-of-buttons a,
  .row .row-wrapper .content-text .barge-of-buttons a:link,
  .row .row-wrapper .content-text .barge-of-buttons a:visited,
  .row .row-wrapper .content-text .barge-of-buttons a:hover,
  .row .row-wrapper .content-text .barge-of-buttons a:focus,
  .row .row-wrapper .content-text .barge-of-buttons a:active {
    width: 220px;
    vertical-align: middle;
    padding: 10px;
    font-size: 18px;
  }
  .row .row-wrapper .content-text .barge-of-buttons a,
  .row .row-wrapper .content-text .barge-of-buttons a:link,
  .row .row-wrapper .content-text .barge-of-buttons a:visited,
  .row .row-wrapper .content-text .barge-of-buttons a:hover,
  .row .row-wrapper .content-text .barge-of-buttons a:focus,
  .row .row-wrapper .content-text .barge-of-buttons a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row .row-wrapper .content-text .barge-of-buttons a,
  .row .row-wrapper .content-text .barge-of-buttons a:link,
  .row .row-wrapper .content-text .barge-of-buttons a:visited,
  .row .row-wrapper .content-text .barge-of-buttons a:hover,
  .row .row-wrapper .content-text .barge-of-buttons a:focus,
  .row .row-wrapper .content-text .barge-of-buttons a:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .row .row-wrapper .content-text .barge-of-buttons a,
  .row .row-wrapper .content-text .barge-of-buttons a:link,
  .row .row-wrapper .content-text .barge-of-buttons a:visited,
  .row .row-wrapper .content-text .barge-of-buttons a:hover,
  .row .row-wrapper .content-text .barge-of-buttons a:focus,
  .row .row-wrapper .content-text .barge-of-buttons a:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row .row-wrapper .content-text a.about-us,
  .row .row-wrapper .content-text a.about-us:link,
  .row .row-wrapper .content-text a.about-us:visited,
  .row .row-wrapper .content-text a.about-us:hover,
  .row .row-wrapper .content-text a.about-us:focus,
  .row .row-wrapper .content-text a.about-us:active {
    background: #553179;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
  .row .row-wrapper .content-text a.about-us,
  .row .row-wrapper .content-text a.about-us:link,
  .row .row-wrapper .content-text a.about-us:visited,
  .row .row-wrapper .content-text a.about-us:hover,
  .row .row-wrapper .content-text a.about-us:focus,
  .row .row-wrapper .content-text a.about-us:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row .row-wrapper .content-text a.about-us,
  .row .row-wrapper .content-text a.about-us:link,
  .row .row-wrapper .content-text a.about-us:visited,
  .row .row-wrapper .content-text a.about-us:hover,
  .row .row-wrapper .content-text a.about-us:focus,
  .row .row-wrapper .content-text a.about-us:active {
    -moz-box-flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row .row-wrapper .content-text a.about-us:hover {
    background: #5abfc3;
    color: #fff;
  }
  .barge-of-table {
    max-width: 65%;
    margin-top: 20px;
  }
  .barge-of-table {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .barge-of-table {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .barge-of-table .barge-of-buttons a,
  .barge-of-table .barge-of-buttons a:link,
  .barge-of-table .barge-of-buttons a:visited,
  .barge-of-table .barge-of-buttons a:hover,
  .barge-of-table .barge-of-buttons a:focus,
  .barge-of-table .barge-of-buttons a:active {
    width: 220px;
  }
  .barge-of-table .barge-of-buttons a:hover {
    background: #5abfc3;
    color: #fff;
  }
  .barge-of-table h1.pagetitle,
  .barge-of-table h2.feature14.heading {
    margin-bottom: 5px;
  }
}
body.fh-printable-site .good-health-widget .BWB_container {
  color: #fff !important;
}
body.fh-printable-site .good-health-widget .BWB_container .BWB_menu > ul > li.active > span {
  color: #7cc339 !important;
}
body.fh-printable-site .good-health-widget .BWB_container .BWB_menu > ul > li > span:hover {
  color: #7cc339 !important;
}
body.fh-printable-site .good-health-widget .BWB_container .BWB_disclaimer * a,
body.fh-printable-site .good-health-widget .BWB_container .BWB_disclaimer * .BWB_link {
  color: #7cc339 !important;
}
.fh-info-items-container h1.news-section-heading {
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: center;
}
.fh-info-items-listing,
.fh-info-items-listing:before,
.fh-info-items-listing:after,
.fh-info-items-listing *,
.fh-info-items-listing *:before,
.fh-info-items-listing *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fh-info-items-container {
  padding: 20px;
}
.fh-info-items-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-info-items-listing > li {
  display: block;
  text-align: center;
}
.fh-info-item-text {
  font-size: 20px;
}
.fh-info-items-listing > li > a,
.fh-info-items-listing > li > a:link,
.fh-info-items-listing > li > a:visited,
.fh-info-items-listing > li > a:hover,
.fh-info-items-listing > li > a:focus,
.fh-info-items-listing > li > a:active {
  display: block;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.fh-info-item-text:empty,
.fh-info-item-description:empty {
  display: none;
}
.fh-info-items-listing-1000 > li {
  background-color: #dadada;
  color: #68bec1;
}
.fh-info-items-listing-1000 > li a,
.fh-info-items-listing-1000 > li a:link,
.fh-info-items-listing-1000 > li a:visited,
.fh-info-items-listing-1000 > li a:hover,
.fh-info-items-listing-1000 > li a:focus,
.fh-info-items-listing-1000 > li a:active {
  color: #68bec1;
  background-color: #dadada;
}
.fh-info-items-listing-1000 > li:hover {
  color: #000;
}
.fh-info-items-listing-1000 > li:hover a,
.fh-info-items-listing-1000 > li:hover a:link,
.fh-info-items-listing-1000 > li:hover a:visited,
.fh-info-items-listing-1000 > li:hover a:hover,
.fh-info-items-listing-1000 > li:hover a:focus,
.fh-info-items-listing-1000 > li:hover a:active {
  color: #000;
}
.fh-info-items-listing-2000 > li {
  color: #fff;
}
.fh-info-items-listing-2000 > li a,
.fh-info-items-listing-2000 > li a:link,
.fh-info-items-listing-2000 > li a:visited {
  color: #fff;
}
.fh-info-items-listing-2000 > li .fh-info-item-text {
  padding: 10px;
  color: #fff;
  background-color: #495e89;
  border: 2px solid #495e89;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
}
.fh-info-items-listing-2000 > li .fh-info-item-text:hover,
.fh-info-items-listing-2000 > li .fh-info-item-text:focus,
.fh-info-items-listing-2000 > li .fh-info-item-text:active {
  color: #495e89;
  border-color: #495e89;
  background: #fff;
}
.fh-news-section-container {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #373b95;
  border-bottom: #808080 solid 5px;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.fh-news-section-container a,
.fh-news-section-container a:link,
.fh-news-section-container a:visited,
.fh-news-section-container a:hover,
.fh-news-section-container a:focus,
.fh-news-section-container a:active {
  color: #fff;
  text-decoration: none;
}
.fh-news-section-container .fh-info-item-text {
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fh-news-section-container .fh-info-item-description {
  -moz-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fh-info-items-listing-3000 a,
.fh-info-items-listing-3000 a:link,
.fh-info-items-listing-3000 a:visited,
.fh-info-items-listing-3000 a:hover,
.fh-info-items-listing-3000 a:focus,
.fh-info-items-listing-3000 a:active {
  display: block;
}
.fh-info-content-section {
  text-align: center;
  color: #fff;
}
.fh-info-item-image-3000 {
  position: relative;
  z-index: 1;
}
.fh-info-item-text-3000 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fh-info-item-text-3000 {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-info-item-text-3000 {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fh-info-item-inner-text-3000 {
  color: #fff;
  background-color: #238f51;
  background-color: rgba(35,143,81,0.8);
  padding: 10px;
  width: 100%;
  margin-left: 17px;
  margin-right: 17px;
}
@media (min-width: 1020px) {
  .fh-info-items-listing-2000 .fh-info-item-image {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-items-listing-2000 .fh-info-item-image {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-info-items-listing-2000 .fh-info-item-image {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-info-items-listing-2000 .fh-info-item-image img,
  .fh-info-items-listing-3000 .fh-info-item-image img {
    border: 1px solid #dadada;
    background: white;
    padding: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  }
  .fh-info-items-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-items-listing {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-info-items-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-info-items-listing > li {
    display: inline-block;
    vertical-align: top;
    box-shadow: 2px 2px 3px rgba(0,0,0,0);
    -moz-transition: transform 200ms ease;
    -webkit-transition: transform 200ms ease;
    -ms-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    -khtml-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -khtml-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
  .fh-info-items-listing-1000 > li {
    width: 16%;
  }
  .fh-info-items-listing-1000 > li:hover {
    border-style: none solid none none;
    border-width: 3px 2px 3px 3px;
    border-color: #000;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
  }
  .fh-info-items-listing-2000 > li {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-items-listing-2000 > li .fh-info-item-text {
    margin-left: 15%;
    margin-right: 15%;
  }
  .fh-info-items-listing-2000 > li {
    width: 33%;
  }
  .fh-info-items-listing-3000 > li {
    width: 20%;
  }
  .fh-info-items-listing-2000 > li > a,
  .fh-info-items-listing-2000 > li > a:link,
  .fh-info-items-listing-2000 > li > a:visited,
  .fh-info-items-listing-2000 > li > a:hover,
  .fh-info-items-listing-2000 > li > a:focus,
  .fh-info-items-listing-2000 > li > a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-items-listing-2000 > li > a,
  .fh-info-items-listing-2000 > li > a:link,
  .fh-info-items-listing-2000 > li > a:visited,
  .fh-info-items-listing-2000 > li > a:hover,
  .fh-info-items-listing-2000 > li > a:focus,
  .fh-info-items-listing-2000 > li > a:active {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .fh-info-items-listing-2000 > li > a,
  .fh-info-items-listing-2000 > li > a:link,
  .fh-info-items-listing-2000 > li > a:visited,
  .fh-info-items-listing-2000 > li > a:hover,
  .fh-info-items-listing-2000 > li > a:focus,
  .fh-info-items-listing-2000 > li > a:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-info-items-listing-2000 > li > a,
  .fh-info-items-listing-2000 > li > a:link,
  .fh-info-items-listing-2000 > li > a:visited,
  .fh-info-items-listing-2000 > li > a:hover,
  .fh-info-items-listing-2000 > li > a:focus,
  .fh-info-items-listing-2000 > li > a:active {
    -moz-box-flex: 1 1 0px;
    -webkit-box-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .fh-info-items-listing-2000 > li .fh-info-item-description {
    -moz-box-flex: 1 0 auto;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .fh-info-items-listing-2000 > li .fh-info-item-text {
    -moz-box-flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .fh-info-items-container-1000 {
    padding-bottom: 0;
    padding-top: 30px;
  }
  html.ie .fh-info-items-listing-3000,
  html.ie .fh-info-items-listing-3000:before,
  html.ie .fh-info-items-listing-3000:after,
  html.ie .fh-info-items-listing-3000 *,
  html.ie .fh-info-items-listing-3000 *:before,
  html.ie .fh-info-items-listing-3000 *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html.ie .fh-info-items-listing-3000 {
    display: table;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  html.ie .fh-info-items-listing-3000 > li {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
    display: table-cell;
    vertical-align: top;
  }
  html.ie .fh-info-items-listing-3000 > li a,
  html.ie .fh-info-items-listing-3000 > li a:link,
  html.ie .fh-info-items-listing-3000 > li a:visited,
  html.ie .fh-info-items-listing-3000 > li a:hover,
  html.ie .fh-info-items-listing-3000 > li a:focus,
  html.ie .fh-info-items-listing-3000 > li a:active {
    display: block;
  }
  html.ie .fh-info-items-listing-3000 > li a .fh-info-item-text,
  html.ie .fh-info-items-listing-3000 > li a:link .fh-info-item-text,
  html.ie .fh-info-items-listing-3000 > li a:visited .fh-info-item-text,
  html.ie .fh-info-items-listing-3000 > li a:hover .fh-info-item-text,
  html.ie .fh-info-items-listing-3000 > li a:focus .fh-info-item-text,
  html.ie .fh-info-items-listing-3000 > li a:active .fh-info-item-text {
    display: none;
  }
  html.ie .fh-info-items-listing-3000 .fh-info-item-image img {
    width: 250px;
    padding: 0;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .fh-news-section-container[data-sections-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-news-section-container[data-sections-count-gt1="true"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-news-section-container[data-sections-count-gt1="true"] .fh-info-items-listing-3000 {
    margin-right: 40px;
  }
  .fh-news-section-container[data-sections-count-gt1="true"] .fh-info-items-listing-3000 {
    -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-news-section-container[data-sections-count-gt1="true"] .fh-info-items-listing-3000 > li {
    width: 100%;
    padding: 0;
  }
  .fh-news-section-container[data-sections-count-gt1="true"] .fh-info-content-section {
    margin-top: 25px;
  }
}
@media (max-width: 1019px) {
  .fh-info-items-listing-2000 > li {
    margin-bottom: 40px;
  }
}
.fh-info-group-listing h2.feature14.heading {
  margin: 20px 0;
}
.fh-info-group-listing .fh-info-item-description {
  font-size: 0.9rem;
}
.bullet-image {
  margin-right: 6px;
  position: relative;
}
.bullet-image .bullet-image-container {
  position: absolute;
  left: -10px;
}
.content-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.title-text {
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
}
.feature14.heading {
  color: #464545;
  margin: 0;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}
.feature14.heading a,
.feature14.heading a:link,
.feature14.heading a:visited,
.feature14.heading a:hover,
.feature14.heading a:focus,
.feature14.heading a:active {
  color: #464545;
  color: inherit;
}
.feature14.heading a:hover {
  color: #777777;
}
.title-text a,
.title-text a:link,
.title-text a:visited,
.title-text a:hover,
.title-text a:focus,
.title-text a:active {
  font-size: 32px;
  color: #014873;
  font-family: 'Open Sans', sans-serif;
}
.title-text a:hover {
  color: #024686;
}
.pageContent:before,
.pageContent:after {
  content: " ";
  display: table;
}
.pageContent:after {
  clear: both;
}
.pageContent {
  *zoom: 1;
}
.pageContent a,
.pageContent a:link,
.pageContent a:visited,
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #373b95;
}
.pageContent a:hover {
  color: #777777;
}
.content-menu-wrapper a:link,
.content-menu-wrapper a:visited,
.content-menu-wrapper a:hover,
.content-menu-wrapper a:focus,
.content-menu-wrapper a:active,
.content-menu-wrapper a {
  font-weight: bold;
  background-color: #fff;
  display: block;
  padding: 10px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #373b95;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
}
.content-menu-wrapper a:hover {
  background-color: #373b95;
  text-decoration: none;
  color: #fff;
  border-right-color: #373b95;
}
.pageContent h1.pagetitle {
  font-weight: bold;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #373b95;
  font-size: 1.875em;
  font-family: 'Open Sans', sans-serif;
}
h1.pagetitle {
  margin-top: 0;
  vertical-align: top;
  padding-top: 0;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}
.pageContent {
  padding: 20px 0;
  color: #343434;
}
.contentimage {
  display: block;
  float: right;
  padding: 6px;
  max-width: 50%;
}
.contentimage img {
  max-width: 100%;
  height: auto;
}
.content-menu-wrapper ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.page-content-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content-wrapper .content-menu-wrappings,
.page-content-wrapper .pageContent {
  display: table-cell;
  vertical-align: top;
}
.page-content-wrapper .content-menu-wrappings {
  width: 20%;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  padding: 10px;
}
.page-content-wrapper .pageContent {
  width: 80%;
  line-height: 30px;
  padding-left: 20px;
}
.month {
  background-color: #379a47;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 28px;
}
.day {
  background-color: rgba(113,19,14,0.8);
  background: gray;
  color: white;
  height: 30px;
}
.inactivedate {
  background-color: #f1f1f1;
}
.today {
  background-color: rgba(251,219,108,0.9);
  background-color: #cce8ea;
  font-weight: bold;
}
@media (max-width: 980px) {
  .page-content-wrapper .content-menu-wrappings {
    display: none;
  }
  .page-content-wrapper .pageContent {
    display: block;
    width: auto;
  }
}
@media (max-width: 550px) {
  .contentimage {
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    max-width: 100%;
  }
}
.testimonials-page-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-page-listing > li {
  display: block;
  color: #fff;
  background-color: #373b95;
  font-size: 1.2rem;
  padding: 10px;
  border: 1px solid #151515;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.testimonials-page-listing > li:nth-child(even) {
  color: #fff;
  background-color: #379a47;
}
.testimonials-page-listing > li + li {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .testimonials-page-listing > li {
    width: 65%;
    clear: both;
  }
  .testimonials-page-listing > li:nth-child(odd) {
    float: left;
  }
  .testimonials-page-listing > li:nth-child(even) {
    float: right;
  }
}
.fh-hospital-video-container {
  text-align: center;
  padding: 20px;
}
.fh-hospital-video-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-hospital-video-listing > li {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .fh-hospital-video-container {
    padding: 0;
  }
  .fh-hospital-video-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
    grid-auto-rows: 1fr;
    gap: 40px;
  }
  @supports (display: grid) {
    .fh-hospital-video-listing > li {
      margin-bottom: 0;
    }
  }
}
.fh-news-page-info-section,
.fh-news-page-info-section:before,
.fh-news-page-info-section:after,
.fh-news-page-info-section *,
.fh-news-page-info-section *:before,
.fh-news-page-info-section *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fh-news-page-info-section {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-news-page-info-section .fh-news-page-item-description {
  margin-bottom: 20px;
}
.fh-news-page-info-section-link {
  margin-top: 20px;
  text-transform: uppercase;
}
.pageContent .fh-news-page-info-section a,
.pageContent .fh-news-page-info-section a:link,
.pageContent .fh-news-page-info-section a:visited,
.pageContent .fh-news-page-info-section a:hover,
.pageContent .fh-news-page-info-section a:focus,
.pageContent .fh-news-page-info-section a:active {
  text-decoration: none;
  color: inherit;
}
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a {
  transition: color 0.2s, background-color 0.2s;
}
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:link,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:visited,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:hover,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:focus,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:active {
  color: #fff;
  background-color: #373a95;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 10px 8px 10px;
  border-radius: 40px;
}
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:hover,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:focus,
.pageContent .fh-news-page-info-section .fh-news-page-info-section-link a:active {
  background-color: #1cb050;
}
.fh-news-page-info-section .fh-news-page-title-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fh-news-page-info-section .fh-news-page-item-description {
  color: #000;
}
.pageContent .fh-news-page-info-section h2.fh-news-page-info-section-title {
  margin: 0;
}
@media (min-width: 981px) {
  .fh-news-page-info-section {
    max-width: 100%;
    overflow: hidden;
    margin: -30px;
  }
  .fh-news-page-info-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-news-page-info-section {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .fh-news-page-info-section {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-news-page-info-section img {
    height: 300px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    vertical-align: bottom;
    border-radius: 20px;
    box-shadow: 10px 10px 5px #aaaaaa;
  }
  .fh-news-page-info-section > .fh-news-page-item {
    margin: 30px 0;
    padding: 0 30px;
    width: 32%;
  }
  .fh-news-page-info-section > .fh-news-page-item {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .fh-news-page-info-section > .fh-news-page-item {
    -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-news-page-info-section > .fh-news-page-item {
    -moz-box-flex: 0 1 32%;
    -webkit-box-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    -webkit-flex: 0 1 32%;
    flex: 0 1 32%;
  }
  .fh-news-page-info-section .fh-news-page-title-wrapper {
    -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-news-page-info-section .fh-news-page-item-description {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .fh-news-page-info-section-link {
    margin-top: auto;
  }
}
.pageContent h1.pagetitle {
  font-size: 1.875em;
}
.pageContent h2 {
  font-size: 1.3em;
}
.pageContent-text {
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
}
.text-size-1 .pageContent .pageContent-text {
  font-size: 0.7em;
}
.text-size-2 .pageContent .pageContent-text {
  font-size: 0.8em;
}
.text-size-3 .pageContent .pageContent-text {
  font-size: 0.9em;
}
.text-size-4 .pageContent .pageContent-text {
  font-size: 1.1em;
}
.text-size-5 .pageContent .pageContent-text {
  font-size: 1.1em;
}
.text-size-6 .pageContent .pageContent-text {
  font-size: 1.2em;
}
.text-size-7 .pageContent .pageContent-text {
  font-size: 1.3em;
}
.text-size-8 .pageContent .pageContent-text {
  font-size: 1.4em;
}
.text-size-9 .pageContent .pageContent-text {
  font-size: 1.5em;
}
.text-size-10 .pageContent .pageContent-text {
  font-size: 1.6em;
}
.text-size-11 .pageContent .pageContent-text {
  font-size: 1.7em;
}
.text-size-12 .pageContent .pageContent-text {
  font-size: 1.8em;
}
.text-size-13 .pageContent .pageContent-text {
  font-size: 1.9em;
}
.text-size-14 .pageContent .pageContent-text {
  font-size: 2.0em;
}
.text-size-15 .pageContent .pageContent-text {
  font-size: 2.1em;
}
.text-size-16 .pageContent .pageContent-text {
  font-size: 2.2em;
}
@media (max-width: 980px) {
  .content-wrappings {
    max-width: none;
  }
  .page-content-wrapper .pageContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pageContent h1.pagetitle {
    font-size: 2em;
  }
  .pageContent h2 {
    font-size: 1.2em;
  }
  table.job_form,
  table.job_form thead,
  table.job_form tbody,
  table.job_form tfoot,
  table.job_form tr,
  table.job_form th,
  table.job_form td {
    display: block !important;
    padding: 0 !important;
  }
  table.job_form td {
    margin: 10px !important;
  }
  table.job_form img[src="/images/bullet.gif"] {
    display: none;
  }
}
.toolbar .breadcrumb a,
.toolbar .breadcrumb a:link,
.toolbar .breadcrumb a:visited,
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  color: #aa6bc4;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  color: #373b95;
}
.toolbar {
  font-weight: bold;
}
.toolbar:before,
.toolbar:after {
  content: " ";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar {
  *zoom: 1;
}
.toolbar .fa {
  cursor: pointer;
}
.toolbar .tools {
  float: right;
  font-size: 16px;
}
.toolbar .tools,
.toolbar .tools a,
.toolbar .tools a:link,
.toolbar .tools a:visited,
.toolbar .tools a:hover,
.toolbar .tools a:focus,
.toolbar .tools a:active {
  color: #373b95;
  font-family: 'Open Sans', sans-serif;
}
.toolbar .tools a:hover,
.toolbar .tools a:focus,
.toolbar .tools a:active {
  color: #000;
}
.pageContent a.text-lower,
.pageContent a.text-normal,
.pageContent a.text-larger {
  color: #aa6bc4;
  color: #000;
}
.toolbar .breadcrumb {
  float: left;
}
@media (max-width: 600px) {
  .toolbar .breadcrumb {
    display: none;
  }
}
@media (max-width: 480px) {
  .toolbar {
    display: none;
  }
}
.contact-bar-content {
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  background-color: #9b3022;
  transition: background-color 0.2s;
  color: #fff;
  margin: -20px -20px 20px -20px;
  max-width: none;
}
.contact-bar-content a:hover {
  color: #fbeba7;
}
.contact-bar-content:hover {
  font-weight: bold;
  background-color: #7d9ecc;
  box-shadow: inset 0 0 26px rgba(68,56,56,0.7);
}
.contact-bar-content .contact-bar-wrapper {
  padding: 10px;
}
button.search-submit {
  background-color: transparent;
  border: none;
  color: #FFF;
}
input.search-text {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  padding: 1px;
}
.contact-bar-wrappings {
  background-color: #dddbc9;
  color: #71130e;
}
.contact-bar-wrappings:before,
.contact-bar-wrappings:after {
  content: " ";
  display: table;
}
.contact-bar-wrappings:after {
  clear: both;
}
.contact-bar-wrappings {
  *zoom: 1;
}
.contact-bar-wrapper {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}
.contact-bar-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.contact-bar-wrappings p {
  padding: 2px;
  margin: 2px;
}
.contact-bar-wrappings a:link,
.contact-bar-wrappings a:visited {
  color: #71130e;
  text-decoration: none;
}
.contact-bar-wrappings a:hover {
  color: #71130e;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .contact-bar-content {
    float: none;
    text-align: center;
  }
  .contact-bar-search {
    display: none;
  }
}
.navigation-menu > li[data-menu-id="112179"] a,
.navigation-menu > li[data-menu-id="112179"] a:link,
.navigation-menu > li[data-menu-id="112179"] a:visited,
.navigation-menu > li[data-menu-id="112179"] a:hover,
.navigation-menu > li[data-menu-id="112179"] a:focus,
.navigation-menu > li[data-menu-id="112179"] a:active {
  background: none !important;
}
.navigation-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-left-menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10000;
}
.top-left-menu > li {
  display: inline-block;
  margin-left: 10px;
}
.tabs .top-left-menu a,
.tabs .top-left-menu a:link,
.tabs .top-left-menu a:visited,
.tabs .top-left-menu a:hover,
.tabs .top-left-menu a:focus,
.tabs .top-left-menu a:active {
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
  font-size: 18px;
  margin-right: 15px;
  padding-top: 0;
  display: inline-block;
}
.content-page .tabs-wrapper {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  max-width: 98%;
}
.header-logo img {
  position: relative;
  z-index: 9001;
}
.showing-ddl .header-logo,
.showing-ddl .header-icons {
  display: none;
}
.nav {
  text-align: center;
  color: #fff;
}
.tabs {
  position: relative;
  color: #fff;
  background-color: #373b95;
  -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.45);
  box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.45);
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs {
  *zoom: 1;
}
.sub-navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #373b95;
  border-radius: 6px;
  z-index: 99999999;
}
.sub-navigation-menu li.submenu-item {
  position: relative;
}
.tabs ul .sub-navigation-menu a,
.tabs ul .sub-navigation-menu a:link,
.tabs ul .sub-navigation-menu a:visited,
.tabs ul .sub-navigation-menu a:hover,
.tabs ul .sub-navigation-menu a:focus,
.tabs ul .sub-navigation-menu a:active {
  text-decoration: none;
  padding: .5em 1em .5em .5em;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 1.1111rem;
  line-height: 1.25em;
  transition: .4s ease 0s;
  color: #fff;
  display: inline-block;
}
.tabs ul .sub-navigation-menu a:hover,
.tabs ul .sub-navigation-menu a:focus,
.tabs ul .sub-navigation-menu a:active {
  color: #373b95;
  background: #fff;
}
.sub-navigation-menu {
  position: absolute;
  z-index: 99999;
}
.sub-navigation-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-navigation-menu li {
  display: block;
}
.navigation-menu {
  display: block;
  text-align: center;
}
@media (min-width: 981px) {
  .tabs {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  .navigation-menu {
    position: relative;
    z-index: 99999;
  }
  .navigation-menu {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-menu {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  html.ie .navigation-menu {
    display: block;
  }
  html.ie .navigation-menu {
    width: 100%;
  }
  .navigation-menu > li {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  html.ie .navigation-menu > li {
    display: inline-block;
  }
  .navigation-menu > li .menu-link-text {
    width: 100%;
    height: 100%;
  }
  .navigation-menu > li .menu-link-text {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-menu > li .menu-link-text {
    -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.ie .navigation-menu > li .menu-link-text {
    display: block;
  }
  .navigation-menu > li a.main-menu-link,
  .navigation-menu > li a.main-menu-link:link,
  .navigation-menu > li a.main-menu-link:visited,
  .navigation-menu > li a.main-menu-link:hover,
  .navigation-menu > li a.main-menu-link:focus,
  .navigation-menu > li a.main-menu-link:active {
    width: 100%;
  }
  .navigation-menu > li a.main-menu-link,
  .navigation-menu > li a.main-menu-link:link,
  .navigation-menu > li a.main-menu-link:visited,
  .navigation-menu > li a.main-menu-link:hover,
  .navigation-menu > li a.main-menu-link:focus,
  .navigation-menu > li a.main-menu-link:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-menu > li a.main-menu-link,
  .navigation-menu > li a.main-menu-link:link,
  .navigation-menu > li a.main-menu-link:visited,
  .navigation-menu > li a.main-menu-link:hover,
  .navigation-menu > li a.main-menu-link:focus,
  .navigation-menu > li a.main-menu-link:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .navigation-menu > li a.main-menu-link,
  .navigation-menu > li a.main-menu-link:link,
  .navigation-menu > li a.main-menu-link:visited,
  .navigation-menu > li a.main-menu-link:hover,
  .navigation-menu > li a.main-menu-link:focus,
  .navigation-menu > li a.main-menu-link:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .navigation-menu > li a.main-menu-link,
  .navigation-menu > li a.main-menu-link:link,
  .navigation-menu > li a.main-menu-link:visited,
  .navigation-menu > li a.main-menu-link:hover,
  .navigation-menu > li a.main-menu-link:focus,
  .navigation-menu > li a.main-menu-link:active {
    -moz-box-flex: 1 1 0%;
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  html.ie .navigation-menu > li a.main-menu-link,
  html.ie .navigation-menu > li a.main-menu-link:link,
  html.ie .navigation-menu > li a.main-menu-link:visited,
  html.ie .navigation-menu > li a.main-menu-link:hover,
  html.ie .navigation-menu > li a.main-menu-link:focus,
  html.ie .navigation-menu > li a.main-menu-link:active {
    display: block;
  }
  html.ie .navigation-menu > li a.main-menu-link .fa,
  html.ie .navigation-menu > li a.main-menu-link:link .fa,
  html.ie .navigation-menu > li a.main-menu-link:visited .fa,
  html.ie .navigation-menu > li a.main-menu-link:hover .fa,
  html.ie .navigation-menu > li a.main-menu-link:focus .fa,
  html.ie .navigation-menu > li a.main-menu-link:active .fa {
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .navigation-menu > li .sub-navigation-menu {
    margin: 0;
  }
  .navigation-menu > li .sub-sub-navigation-menu {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    background: #373b95;
  }
  .navigation-menu > li li.submenu-item.has-subnav {
    position: relative;
  }
  .navigation-menu > li li.submenu-item.has-subnav:hover .sub-sub-navigation-menu {
    display: block;
  }
  .tabs ul .sub-navigation-menu li,
  .tabs ul .sub-navigation-menu li .menu-link-text,
  .tabs ul .sub-navigation-menu a,
  .tabs ul .sub-navigation-menu a:link,
  .tabs ul .sub-navigation-menu a:visited,
  .tabs ul .sub-navigation-menu a:hover,
  .tabs ul .sub-navigation-menu a:focus,
  .tabs ul .sub-navigation-menu a:active {
    display: block;
  }
}
@media (max-width: 1099px) {
  .navigation-menu {
    text-align: center;
  }
  .header-logo img {
    margin-top: 10px;
  }
  .header-icons {
    padding-top: 10px;
  }
}
.navigation-menu > li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.sub-navigation-menu {
  text-align: left;
  display: none;
  padding-top: 10px;
  margin: 20px;
}
.tabs ul a,
.tabs ul a:link,
.tabs ul a:visited,
.tabs ul a:hover,
.tabs ul a:focus,
.tabs ul a:active {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.111em;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
}
.tabs ul a:hover,
.tabs ul a:focus,
.tabs ul a:active {
  color: #a94ebd;
  color: rgba(169,78,189,0.8);
}
.tabs a.main-menu-link {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tabs a.main-menu-link,
.tabs a.main-menu-link:link,
.tabs a.main-menu-link:visited,
.tabs a.main-menu-link:hover,
.tabs a.main-menu-link:focus,
.tabs a.main-menu-link:active {
  color: #fff;
  font-weight: 700;
  font-size: 1.111em;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  padding: 15px;
}
.tabs a.main-menu-link:hover,
.tabs a.main-menu-link:focus,
.tabs a.main-menu-link:active {
  color: #373b95;
  background-color: #fff;
}
.tabs a.main-menu-link:hover .fa,
.tabs a.main-menu-link:focus .fa,
.tabs a.main-menu-link:active .fa {
  color: #373b95;
  color: inherit;
}
.ddl-menu-wrappings {
  display: none;
  background: #bad5ef;
  background: rgba(186,213,239,0.7);
}
.content-page .ddl-menu-wrappings {
  background: #bad5ef;
}
.showing-ddl .ddl-menu-wrappings {
  display: block;
}
.ddl-menu-wrapper {
  padding: 10px 0 0 0;
}
.ddl-menu-wrappings ul {
  color: #eeda81;
  margin: 0 0 0 20px;
  padding: 0;
}
.ddl-menu-links {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
  -ms-columns: 3;
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  padding: 10px;
}
h2.ddl-menu-heading {
  color: #4a6a8f;
  margin: 0;
  padding: 0 10px;
  line-height: 100%;
}
.tabs .ddl-menu-wrappings {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8000;
}
.navigation-menu .arrow-box {
  display: none;
  position: absolute;
  font-size: 32px;
  color: #71130e;
  color: rgba(113,19,14,0.8);
  text-align: center;
  z-index: 999999;
}
.ddl-menu-content {
  display: none;
}
@media (min-width: 980px) {
  .navigation-menu .showing-arrow .arrow-box {
    display: block;
  }
}
.ddl-menu-search-bar {
  background-color: #003c75;
}
.ddl-menu-search-bar .search-fields {
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.ddl-menu-search-bar .search-fields {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ddl-menu-search-bar .submit-text {
  -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%;
}
.ddl-menu-search-bar .submit-button,
.ddl-menu-search-bar .submit-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  color: #fff;
}
.ddl-menu-search-bar .submit-button {
  color: #657b9c;
}
@media (min-width: 981px) {
  .sub-sub-navigation-menu,
  .sub-navigation-menu {
    min-width: 230px;
  }
}
@media (max-width: 980px) {
  .tabs {
    display: none;
    background-color: #373b95;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .main-navigation-menu > li {
    display: block;
  }
  .main-navigation-menu > li .main-menu-link {
    display: block;
  }
  .tabs,
  .tabs ul a,
  .tabs ul a:link,
  .tabs ul a:visited,
  .tabs ul a:hover,
  .tabs ul a:focus,
  .tabs ul a:active,
  .tabs a.main-menu-link,
  .tabs a.main-menu-link:link,
  .tabs a.main-menu-link:visited,
  .tabs a.main-menu-link:hover,
  .tabs a.main-menu-link:focus,
  .tabs a.main-menu-link:active,
  .sub-navigation-menu {
    color: #fff;
  }
  .tabs .sub-navigation-menu,
  .tabs .sub-sub-navigation-menu {
    margin-left: 20px;
  }
  .tabs .ddl-menu-wrappings {
    display: none;
  }
  .showing-mobile-menu .sub-navigation-menu,
  .showing-mobile-menu .sub-sub-navigation-menu {
    margin: 20px;
    display: block;
    float: none;
    position: static;
  }
  .showing-mobile-menu .tabs {
    display: block;
    z-index: 9999999999;
  }
  .showing-mobile-menu .top-left-menu {
    float: none;
    padding-left: 40px;
    padding-top: 10px;
  }
  .showing-mobile-menu .top-left-menu,
  .showing-mobile-menu .navigation-menu {
    text-align: left;
  }
  .showing-mobile-menu .top-left-menu > li,
  .showing-mobile-menu .navigation-menu > li {
    display: block;
    margin-bottom: 10px;
  }
  .showing-mobile-menu .sub-navigation-menu {
    position: static;
    display: none;
    background: none;
    margin-left: 20px;
  }
  .showing-mobile-menu .tabs a.main-menu-link,
  .showing-mobile-menu .tabs a.main-menu-link:link,
  .showing-mobile-menu .tabs a.main-menu-link:visited,
  .showing-mobile-menu .tabs a.main-menu-link:hover,
  .showing-mobile-menu .tabs a.main-menu-link:focus,
  .showing-mobile-menu .tabs a.main-menu-link:active {
    display: inline-block;
    color: #fff;
    padding: 8px;
  }
  .showing-mobile-menu .tabs a.main-menu-link:hover,
  .showing-mobile-menu .tabs a.main-menu-link:focus,
  .showing-mobile-menu .tabs a.main-menu-link:active {
    background-color: transparent;
    color: #fd0;
  }
  .navigation-menu > li[data-menu-id="112179"] {
    display: none !important;
  }
}
.doctor-search-block h3 {
  color: #007bcf;
  font-size: 1.2em;
}
.doctor-search-block label {
  background-color: #007bcf;
  color: #fff;
  padding: 12px;
  line-height: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.doctor-search-blocks {
  background-color: #FFF;
  padding: 20px 0;
}
.doctor-search-block input[type=text] {
  background: #f1f1f1;
}
.feature18.doctor-name {
  font-weight: bold;
  font-size: 24px;
}
.content hr {
  width: 50%;
  float: left;
}
.learn-btn {
  background-color: #fbdb6c;
  background-color: rgba(251,219,108,0.8);
  border-radius: 5px;
  padding: 7px;
  width: 150px;
  color: #0053a0;
  margin-left: 140px;
  display: none;
}
.more-btn {
  background-color: #fbdb6c;
  background-color: rgba(251,219,108,0.8);
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  color: white;
}
.doctor-img {
  float: right;
  width: 450px;
  height: 452px;
  background-repeat: no-repeat;
  margin-top: 0px;
  background-position: left bottom, 100% bottom;
}
.dct-section {
  width: 100%;
  height: auto;
}
.doctor-scroller {
  max-height: 195px;
  overflow: hidden;
}
.doctor-widget-container {
  background: #dadada;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
.doctor-widget-wrapper {
  padding: 20px 10px;
}
.doctor-scroller-wrapper {
  text-align: center;
  padding: 20px 0;
}
.doctor-scroller {
  display: inline-block;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 0;
  margin-top: 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: 150px;
  height: 195px;
  vertical-align: bottom;
}
.doctor-scroller h2 {
  text-align: center;
  line-height: 100%;
  margin: 0;
  padding-top: 5px;
  font: bold 20px/18px 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;
}
.doctor-listing > li:nth-child(odd) .doctor-scroller-name-wrapper {
  background: #fff;
  color: #495e89;
  font-family: 'Open Sans', sans-serif;
}
.doctor-listing > li:nth-child(even) .doctor-scroller-name-wrapper {
  background: #495e89;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.doctor-listing li:hover .doctor-scroller-name-wrapper {
  background: #f3f3f3;
}
.doctor-listing > li:nth-child(odd):hover .doctor-scroller-name-wrapper {
  background: #5a5a5a;
  color: #fff;
}
.doctor-listing > li:nth-child(even):hover .doctor-scroller-name-wrapper {
  background: #5a5a5a;
}
@media (min-width: 170px) {
  .doctor-scroller {
    max-width: 150px;
  }
}
@media (min-width: 320px) {
  .doctor-scroller {
    max-width: 300px;
  }
}
@media (min-width: 470px) {
  .doctor-scroller {
    max-width: 450px;
  }
}
@media (min-width: 620px) {
  .doctor-scroller {
    max-width: 600px;
  }
}
@media (min-width: 770px) {
  .doctor-scroller {
    max-width: 750px;
  }
}
@media (min-width: 920px) {
  .doctor-scroller {
    max-width: 900px;
  }
}
@media (min-width: 1070px) {
  .doctor-scroller {
    max-width: 1050px;
  }
}
@media (min-width: 1220px) {
  .doctor-scroller {
    max-width: 1200px;
  }
}
@media (min-width: 1370px) {
  .doctor-scroller {
    max-width: 1350px;
  }
}
@media (min-width: 1520px) {
  .doctor-scroller {
    max-width: 1500px;
  }
}
@media (min-width: 1670px) {
  .doctor-scroller {
    max-width: 1650px;
  }
}
@media (min-width: 1820px) {
  .doctor-scroller {
    max-width: 1800px;
  }
}
@media (min-width: 1970px) {
  .doctor-scroller {
    max-width: 1950px;
  }
}
@media (max-width: 169px) {
  .doctor-scroller {
    display: none !important;
  }
}
#email-page label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #4e1400;
}
#email-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#email-page li {
  margin-top: 10px;
}
#email-page input[type=image],
#email-page button[type=submit] {
  margin-top: 20px;
}
.contact {
  clear: both;
}
.contact-wrapper {
  color: #fff;
  background-color: #024686;
  padding-left: 20px;
}
.contact-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.contact-wrappings:before,
.contact-wrappings:after {
  content: " ";
  display: table;
}
.contact-wrappings:after {
  clear: both;
}
.contact-wrappings {
  *zoom: 1;
}
.contact-icons {
  float: left;
  margin-top: -20px;
  margin-bottom: -20px;
}
.contact-icons img {
  vertical-align: middle;
}
.contact .user-info {
  float: left;
  padding-right: 20px;
  margin: 0;
  line-height: 35px;
  vertical-align: middle;
}
.contact a:link,
.contact a:visited {
  color: #afbbd0;
}
.contact a:hover {
  color: #fff;
}
.fc-icons {
  float: right;
}
.contact-fc-logo {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.contact-icons img,
.contact-fc-logo {
  opacity: 0.8;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.contact-icons img:hover,
.contact-fc-logo:hover {
  opacity: 1;
}
@media (max-width: 980px) {
  .contact-icons,
  .fc-icons {
    float: none;
    margin: 20px 0;
    text-align: center;
    width: auto;
  }
}
.svg-icon-link .link-button {
  display: block;
  text-align: center;
  background: #fff;
  padding: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #007bcf;
  font-size: 12px;
  width: 55%;
}
.services-text-img {
  background-image: url(/docs/services-text-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 60%;
  height: 150px;
}
.services-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.services-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
.services-title {
  background: #005b9e;
  vertical-align: middle;
  display: inline-block;
  padding: 15px;
  font-weight: bold;
  font-size: 50px;
  margin: 40px 0 20px 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.services-content {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  width: 900px;
  color: #0053a0;
  max-width: 100%;
}
.Services {
  padding-bottom: 40px;
  background-image: url(/docs/PP_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  z-index: 0;
}
.Services .services-text {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .Services .services-text {
    font-size: 16px;
  }
  .services-title {
    font-size: 1em;
  }
}
@media (max-width: 1000px) {
  .services-content {
    width: auto;
  }
}
@media (max-width: 768px) {
  .services-text-img {
    display: none;
  }
}
.health-footer-wrapper {
  display: inline-block;
}
.health-footer-image-wrappings img {
  max-width: 100%;
  height: auto;
}
.footerH {
  color: #fff;
  font-size: 1.6em;
}
.contact-fc-logo {
  opacity: 1;
  transition: opacity 0.2s;
}
.ftr-icons {
  font-size: 50px;
}
.ftr-icons a:hover {
  transform: scale(1);
  color: #8376a1;
}
.footer-button-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-button-links li {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.footer-button-links a,
.footer-button-links a:link,
.footer-button-links a:visited,
.footer-button-links a:hover,
.footer-button-links a:focus,
.footer-button-links a:active {
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px;
  color: #005b9e;
  padding: 5px;
  display: block;
  border-radius: 5px;
}
.footer-button-links a:hover,
.footer-button-links a:focus,
.footer-button-links a:active {
  color: #2bb0b2;
}
.ftr-link a,
.ftr-link a:link,
.ftr-link a:visited,
.ftr-link a:hover,
.ftr-link a:focus,
.ftr-link a:none {
  color: #dbdac8;
  text-decoration: none;
}
.ftr-link a:hover {
  text-decoration: underline;
}
.footer {
  background: #0c66a5;
  color: #fff;
  font-size: 20px;
}
.footer a:link {
  text-decoration: none;
  color: #fff;
}
.footer a:hover {
  color: #5abfc3;
}
.footer .feature14.heading {
  color: #fff;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer b {
  font-weight: bold;
  font-size: 22px;
}
.footer p {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
.footer-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
  color: #fff;
}
.footer-wrappings .footer-col {
  display: table-cell;
  width: 33.3%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-wrappings .footer-col-2 {
  width: 32.3%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}
.footer-wrappings .wrappings {
  padding: 20px;
  text-align: center;
}
.footer-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
.footer-icons li {
  display: inline-block;
}
.fh-footer-logo {
  opacity: 1;
  transition: opacity 0.2s;
}
.fh-footer-logo:hover {
  opacity: 1;
}
.footer-button-links-arrow {
  text-align: center;
}
.footer-button-links-arrow .fa {
  cursor: pointer;
  color: #fff;
}
.footer-col-3 .wrappings,
.contact-us-footer {
  color: #fff;
  font-color: #ffffff;
}
.footer .feature14.heading {
  margin-bottom: 20px;
  line-height: 1;
}
.footer-col-1 a:hover,
.footer-col-3 a:hover {
  color: #5abfc3;
}
.footer-col-2 .footer-button-links-arrow .fa-arrow-up,
.footer-col-2 .footer-button-links-arrow .fa-arrow-down {
  transition: transform 0.3s;
}
.footer-col-2 .footer-button-links-arrow .fa-arrow-up:hover,
.footer-col-2 .footer-button-links-arrow .fa-arrow-down:hover {
  color: #fbeba7;
}
@media (min-width: 981px) {
  .footer-col-2 {
    position: relative;
  }
  .footer-col-2:before,
  .footer-col-2:after {
    position: absolute;
    top: 20%;
    bottom: 20%;
    border-width: 0;
    border-style: solid;
    border-color: #000;
  }
  .footer-col-2:before {
    border-left-width: 2px;
    content: "";
    left: 5px;
  }
  .footer-col-2:after {
    border-right-width: 2px;
    content: "";
    right: 5px;
  }
  .footer-column-images-listing-2 > li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 1% 0 1%;
    padding: 0;
    width: 31%;
  }
  .footer-column-images-listing-2 > li img {
    vertical-align: middle;
  }
  .footer-column-images-listing-2[data-item-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-column-images-listing-2[data-item-count-gt1="true"] {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-column-images-listing-2[data-item-count-gt1="true"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-column-images-listing-2[data-num-items="1"] {
    text-align: center;
    display: block;
  }
  .footer-column-images-listing-2[data-num-items="2"] {
    width: 50%;
  }
  .footer-column-images-listing-2[data-num-items="3"] > li {
    width: 33.3%;
  }
}
@media (max-width: 980px) {
  .footer-wrappings .footer-col-2 {
    width: auto;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-wrappings,
  .footer-wrappings .footer-col {
    width: auto;
    display: block;
  }
}
.ftr-icons .fa:hover {
  color: #64F3EC;
}
.menu-links-nav {
  margin: 0;
  text-align: center;
}
.footer-container-wrappings img:hover {
  transform: scale(1.1);
  transition: transform .3s;
}
.menu-links-nav .fa {
  font-size: 2rem;
  cursor: pointer;
}
.menu-links-nav-end {
  margin-top: 10px;
}
.footer-container-wrappings,
.footer-container-wrappings:before,
.footer-container-wrappings:after,
.footer-container-wrappings *,
.footer-container-wrappings *:before,
.footer-container-wrappings *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-container-wrappings {
  color: #fff;
  text-align: center;
  background: #777777;
  border-bottom: 1px solid black;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}
.footer-container-wrappings img {
  max-width: 100%;
  height: auto;
}
.footer-container-wrappings a,
.footer-container-wrappings a:link,
.footer-container-wrappings a:visited,
.footer-container-wrappings a:hover,
.footer-container-wrappings a:focus,
.footer-container-wrappings a:active {
  color: #fff;
  text-decoration: none;
}
.footer-container-wrappings a:hover {
  color: #84b6eb;
}
.footer-slideshow-image-wrapper {
  position: relative;
  overflow: hidden;
}
.footer-slideshow-image-wrapper .shim {
  visibility: hidden;
  display: block;
}
.footer-slideshow-image-wrapper .shim img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.footer-slideshow-image-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-slideshow-image-listing img {
  vertical-align: bottom;
}
.footer-slideshow-image-listing li {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer-slideshow-image-listing li + li {
  display: none;
}
.footer-column-images-wrapper {
  margin-top: 20px;
}
.footer-column-links-listing,
.footer-column-images-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-column-links-listing li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-column-links-listing li + li {
  padding-top: 10px;
}
.footer-column-links-listing li a,
.footer-column-links-listing li a:link,
.footer-column-links-listing li a:visited,
.footer-column-links-listing li a:hover,
.footer-column-links-listing li a:focus,
.footer-column-links-listing li a:active {
  display: block;
  padding: 10px;
  color: #373b95;
  background: #fff;
  border-radius: 6px;
}
.footer-column-links-listing li a:hover {
  color: #fff;
  background: #379a47;
}
.footer-content-section-title {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  text-align: center;
  position: relative;
  color: #9abde5;
}
.footer-content-section-title-inner-wrap {
  padding-bottom: 4px;
}
@media (min-width: 1001px) {
  .footer-container-wrappings,
  .footer-section-columns {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-container-wrappings--has-image .footer-section-columns {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-container-wrappings--has-image .footer-section-columns {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-container-wrappings--has-image .footer-section-columns {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-container-wrappings--no-image .footer-section-columns {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-container-wrappings--no-image .footer-section-columns div[align="center"] a,
  .footer-container-wrappings--no-image .footer-section-columns div[align="center"] a:link,
  .footer-container-wrappings--no-image .footer-section-columns div[align="center"] a:visited,
  .footer-container-wrappings--no-image .footer-section-columns div[align="center"] a:hover,
  .footer-container-wrappings--no-image .footer-section-columns div[align="center"] a:focus,
  .footer-container-wrappings--no-image .footer-section-columns div[align="center"] a:active {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-container-wrappings--no-image .footer-section-columns,
  .footer-container-wrappings {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-container-wrappings--no-image .footer-content-section {
    width: 25%;
  }
  .footer-container-wrappings--has-image .footer-section-columns {
    width: 50%;
  }
  .footer-container-wrappings--has-image .footer-section-columns .footer-content-section + .footer-content-section {
    margin-left: 20px;
  }
  .footer-container-wrappings--has-image .footer-slideshow-image-wrapper[data-columns-gt0="true"] {
    width: 50%;
    max-width: 50%;
  }
  .footer-container-wrappings--has-image .footer-slideshow-image-wrapper[data-columns-gt0="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-container-wrappings--has-image .footer-slideshow-image-wrapper[data-columns-gt0="true"] {
    -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;
  }
  .footer-container-wrappings--has-image .footer-slideshow-image-wrapper[data-columns-gt0="true"] img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer-container-wrappings--has-image.footer-container-wrappings--no-columns {
    max-width: 100%;
    overflow: hidden;
  }
  .footer-container-wrappings--has-image.footer-container-wrappings--no-columns {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-container-wrappings--has-image.footer-container-wrappings--no-columns {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-container-wrappings--has-image .footer-section-columns {
    -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;
  }
  .footer-container-wrappings--has-image .footer-section-columns[data-columns-count="2"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .footer-container-wrappings--has-image .footer-section-columns[data-columns-count="1"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-content-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-content-section {
    -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;
  }
  .footer-content-section {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1001px) and (max-width: 1250px) {
  .footer-section-columns[data-columns-count="3"] .footer-content-section-1 {
    width: 100%;
  }
  .footer-section-columns[data-columns-count="3"] .footer-content-section-2,
  .footer-section-columns[data-columns-count="3"] .footer-content-section-3 {
    width: 40%;
  }
  .footer-section-columns[data-columns-count="2"] .footer-content-section-1,
  .footer-section-columns[data-columns-count="2"] .footer-content-section-2,
  .footer-section-columns[data-columns-count="2"] .footer-content-section-3 {
    width: 50%;
  }
  .footer-section-columns[data-columns-count="1"] .footer-content-section-1,
  .footer-section-columns[data-columns-count="1"] .footer-content-section-2,
  .footer-section-columns[data-columns-count="1"] .footer-content-section-3 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .footer-slideshow-image-listing li,
  .footer-slideshow-image-listing li a,
  .footer-slideshow-image-listing li a:link,
  .footer-slideshow-image-listing li a:visited,
  .footer-slideshow-image-listing li a:focus,
  .footer-slideshow-image-listing li a:active,
  .footer-slideshow-image-listing li a:hover {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-container-wrappings--no-image {
    padding-top: 1px;
  }
  .footer-slideshow-image-wrapper {
    margin-bottom: 40px;
  }
  .footer-content-section {
    margin-top: 40px;
  }
  .footer-content-section:last-child {
    padding-bottom: 40px;
  }
}
.copyright {
  background: #fff;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
.copyright p {
  font-size: 11px;
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
}
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  text-decoration: underline;
}
.mobile-flex-list {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mobile-flex-list h1,
.mobile-flex-list h2,
.mobile-flex-list h3,
.mobile-flex-list h4,
.mobile-flex-list h5,
.mobile-flex-list h6 {
  text-align: center;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.mobile-flex-list h1 a,
.mobile-flex-list h1 a:link,
.mobile-flex-list h1 a:visited,
.mobile-flex-list h1 a:hover,
.mobile-flex-list h1 a:focus,
.mobile-flex-list h1 a:active,
.mobile-flex-list h2 a,
.mobile-flex-list h2 a:link,
.mobile-flex-list h2 a:visited,
.mobile-flex-list h2 a:hover,
.mobile-flex-list h2 a:focus,
.mobile-flex-list h2 a:active,
.mobile-flex-list h3 a,
.mobile-flex-list h3 a:link,
.mobile-flex-list h3 a:visited,
.mobile-flex-list h3 a:hover,
.mobile-flex-list h3 a:focus,
.mobile-flex-list h3 a:active,
.mobile-flex-list h4 a,
.mobile-flex-list h4 a:link,
.mobile-flex-list h4 a:visited,
.mobile-flex-list h4 a:hover,
.mobile-flex-list h4 a:focus,
.mobile-flex-list h4 a:active,
.mobile-flex-list h5 a,
.mobile-flex-list h5 a:link,
.mobile-flex-list h5 a:visited,
.mobile-flex-list h5 a:hover,
.mobile-flex-list h5 a:focus,
.mobile-flex-list h5 a:active,
.mobile-flex-list h6 a,
.mobile-flex-list h6 a:link,
.mobile-flex-list h6 a:visited,
.mobile-flex-list h6 a:hover,
.mobile-flex-list h6 a:focus,
.mobile-flex-list h6 a:active {
  display: block;
  text-align: center;
}
.mobile-flex-list > li {
  padding: 10px;
}
.mobile-flex-list .feature14.heading {
  min-height: 2.5em;
}
.mobile-flex-list img.fh-info-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.2s;
}
.mobile-flex-list img.fh-info-img:hover {
  transform: scale(1.1);
  filter: drop-shadow(10px 10px 4px #989898);
}
table.fh-info-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
table.fh-info-table h1,
table.fh-info-table h2,
table.fh-info-table h3,
table.fh-info-table h4,
table.fh-info-table h5,
table.fh-info-table h6 {
  text-align: center;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
table.fh-info-table h1 a,
table.fh-info-table h1 a:link,
table.fh-info-table h1 a:visited,
table.fh-info-table h1 a:hover,
table.fh-info-table h1 a:focus,
table.fh-info-table h1 a:active,
table.fh-info-table h2 a,
table.fh-info-table h2 a:link,
table.fh-info-table h2 a:visited,
table.fh-info-table h2 a:hover,
table.fh-info-table h2 a:focus,
table.fh-info-table h2 a:active,
table.fh-info-table h3 a,
table.fh-info-table h3 a:link,
table.fh-info-table h3 a:visited,
table.fh-info-table h3 a:hover,
table.fh-info-table h3 a:focus,
table.fh-info-table h3 a:active,
table.fh-info-table h4 a,
table.fh-info-table h4 a:link,
table.fh-info-table h4 a:visited,
table.fh-info-table h4 a:hover,
table.fh-info-table h4 a:focus,
table.fh-info-table h4 a:active,
table.fh-info-table h5 a,
table.fh-info-table h5 a:link,
table.fh-info-table h5 a:visited,
table.fh-info-table h5 a:hover,
table.fh-info-table h5 a:focus,
table.fh-info-table h5 a:active,
table.fh-info-table h6 a,
table.fh-info-table h6 a:link,
table.fh-info-table h6 a:visited,
table.fh-info-table h6 a:hover,
table.fh-info-table h6 a:focus,
table.fh-info-table h6 a:active {
  display: block;
  text-align: center;
}
table.fh-info-table img.fh-info-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.2s;
}
table.fh-info-table img.fh-info-img:hover {
  transform: scale(1.1);
  filter: drop-shadow(10px 10px 4px #989898);
}
table.fh-info-table .feature14.heading {
  min-height: 2.5em;
}
@media (max-width: 1200px) {
  table.fh-info-table .feature14.heading {
    font-size: 1.1em;
  }
}
.mobile-navbar,
.mobile-close-menu,
.mobile-search-box-wrappings,
.mobile-logo,
.mobile-search-box {
  display: none;
}
.mobile-close-menu {
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: 10px;
}
.mobile-search-box-wrappings {
  position: relative;
  z-index: 99999;
  background: #3b5784;
  text-align: center;
  padding: 0;
}
.mobile-navbar {
  background-color: #373b95;
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em;
}
.mobile-navbar:before,
.mobile-navbar:after {
  content: " ";
  display: table;
}
.mobile-navbar:after {
  clear: both;
}
.mobile-navbar {
  *zoom: 1;
}
.mobile-search-box-wrappings .fa,
.mobile-navbar .fa {
  padding: 0.25em;
}
.mobile-logo {
  display: none;
  position: relative;
  z-index: 99999;
  text-align: center;
  padding: 10px;
}
.mobile-logo img {
  max-width: 100%;
  height: auto;
}
.mobile-navbar .fa {
  cursor: pointer;
  padding: 0.25em;
  position: relative;
  z-index: 99999;
}
.mobile-navbar .show-menu {
  float: left;
}
.mobile-navbar .show-search {
  float: right;
}
table.job_form {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.showing-mobile-search .mobile-search-box-wrappings {
  background: #3b9fa8;
}
.mobile-search-box .search-fields {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-search-box .search-fields input.search-text {
  -moz-box-flex: 1 1 0%;
  -webkit-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media (max-width: 1600px) {
  .award-image {
    opacity: 0.4;
  }
}
@media (max-width: 1000px) {
  .award-image {
    display: none;
  }
}
@media (max-width: 980px) {
  body.showing-mobile-menu {
    position: relative;
  }
  .mobile-logo,
  .mobile-navbar,
  .mobile-search-box-wrappings {
    display: block;
  }
  .site-main-slideshow-container {
    margin-top: 20px;
  }
  .showing-mobile-search .mobile-search-box-wrappings {
    background-color: #06406e;
    padding: 8px;
  }
  .mobile-close-menu {
    display: inline;
  }
  .header-search {
    display: none !important;
  }
  img[src^="/docs/logo-services.png"] {
    display: none;
  }
}
.calendar_table td {
  width: 14.28%;
}
.view-event-table,
.view-event-details-table {
  max-width: 100%;
}
@media (max-width: 850px) {
  .month {
    background: none;
    color: #000;
    border: none;
    text-shadow: none;
  }
  .calendar_table td.day {
    display: none !important;
  }
  .calendar_table td {
    display: block !important;
    width: auto;
  }
  .calendar_table .event br {
    display: none;
  }
  .calendar_table .event {
    display: block;
  }
  .calendar_table .has-time-given .the-time:before {
    content: attr(data-dayname-abbr) ", " attr(data-month) "/" attr(data-day) "/" attr(data-year) " - ";
  }
  .calendar_table .no-time-given .the-time:before {
    content: attr(data-dayname-abbr) ", " attr(data-month) "/" attr(data-day) "/" attr(data-year);
  }
  .calendar_table a,
  .view-event-table a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .calendar_table .inactivedate {
    display: none !important;
  }
}
@media (max-width: 540px) {
  .view-event-table {
    width: 100%;
    table-layout: fixed;
  }
}
@media (max-width: 480px) {
  .view-event-table,
  .view-event-details-table,
  .view-event-table tr,
  .view-event-table tbody,
  .view-event-table thead,
  .view-event-table td,
  .view-event-table th {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }
}
.ecard-table {
  background: #F1F1F1;
  border: 2px #CCC outset;
  table-layout: fixed;
}
.ecard-table,
.ecard-table * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.ecard-table-of-selections td.ecard {
  text-align: center;
}
ul.ecard {
  position: relative;
  left: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
ul.ecard > li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
}
.ecardPreview img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  td.ecard ul.ecard li {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .ecard-table,
  .ecard-table tr,
  .ecard-table th,
  .ecard-table td,
  .ecard-table thead,
  .ecard-table tbody {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
  }
  .ecard-table textarea {
    width: 100%;
  }
  table.ecard-preview {
    margin: 20px 0 !important;
  }
  table.ecardPreview img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .ecard-table {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 480px) {
  .doctor-listing-page tr,
  .doctor-listing-page th,
  .doctor-listing-page td {
    display: block;
  }
  .doctor-listing-page img,
  .doctor-listing-page br {
    display: none;
  }
  .doctor-listing-page .speciality-list {
    font-size: 1.6em;
    padding-bottom: 10px;
  }
  .doctor-listing-page .doctor-bio-link {
    padding-bottom: 10px;
  }
  .doctor-listing-page .doctor-name,
  .doctor-listing-page .doctor-office,
  .doctor-listing-page .doctor-bio-link {
    font-size: 1.4em;
  }
  .doctor-listing-page .doctor {
    font-weight: bold;
    font-size: 1.1em;
  }
  .doctor-listing-page td:nth-child(5) {
    padding-bottom: 10px;
  }
}
@media (max-width: 550px) {
  table.general,
  table.general thead,
  table.general tbody,
  table.general tfoot,
  table.general tr,
  table.general th,
  table.general td {
    display: block !important;
    padding: 0 !important;
    line-height: 1.1;
  }
  table.general td {
    padding: 5px 0 !important;
  }
  table.general textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table-padding-10px td,
.table-padding-10px th {
  padding: 10px;
}
.table-padding-20px td,
.table-padding-20px th {
  padding: 20px;
}
.pageContent .fh-info-group-listing h2 {
  font-size: 1em;
}
.pageContent .fh-info-group-listing.mobile-flex-list > li {
  padding: 10px 20px;
}
img.fh-info-img.fh-info-img-107 {
  border-radius: 20px;
}
img.history-thumbnail:hover {
  transform: scale(1.1);
  filter: drop-shadow(10px 10px 4px #989898);
  transition: .4s;
}
H2.mission,
h2.mission {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #373b95;
}
.home-page-video-wrapper {
  background: #fff;
  text-align: center;
  padding: 20px;
}
.header-social {
  color: #000;
  float: right;
  clear: right;
  margin-top: 10px;
  padding-right: 10px;
  line-height: 23px;
  vertical-align: middle;
}
.header-social h4 {
  display: inline-block;
  margin-right: 6px;
}
.social-links {
  float: right;
}
.social-links li {
  display: inline;
  margin-left: 10px;
}
#Header-Email-Widget {
  display: inline-block;
  vertical-align: top;
  margin-right: -20px;
  margin-left: -10px;
}
.home-page-video-wrapper iframe {
  border: 1px solid #000;
  padding: 6px;
  background: #fff;
  filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.8));
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-content {
  background: red;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.alert-content a,
.alert-content a:link,
.alert-content a:visited,
.alert-content a:active,
.alert-content a:hover,
.alert-content a:focus {
  color: #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: .8;
}
.payment-btn a:link,
.payment-btn a:focus,
.payment-btn a:visited,
.payment-btn a:active {
  min-width: 290px;
  font-size: 20px;
  font-weight: normal;
  color: white;
  background: #0b66a5;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  margin: 10px 10px;
  box-shadow: 0px 1px 4px black;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
.payment-btn a:hover {
  background: #f3f3f3;
  color: #000;
}
.doctor-bio-page .feature14.heading {
  margin-bottom: 0.5em;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-wrappings {
  position: relative;
}
.header-wrappings .header-content {
  text-align: center;
}
@media (max-width: 360px) {
  .fb_iframe_widget {
    position: relative;
  }
  .fb_iframe_widget:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 333;
  }
}
.content-page .big-buttons-section {
  display: none;
}
.pageContent .payment-buttons a,
.pageContent .payment-buttons a:link,
.pageContent .payment-buttons a:visited,
.pageContent .payment-buttons a:hover,
.pageContent .payment-buttons a:focus,
.pageContent .payment-buttons a:active {
  min-width: 290px;
  font-size: 20px;
  font-weight: normal;
  color: white;
  background: #495e89;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  margin: 10px 10px;
  box-shadow: 0px 1px 4px black;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 500px;
  text-align: center;
}
.pageContent .payment-buttons a:hover,
.pageContent .payment-buttons a:focus,
.pageContent .payment-buttons a:active {
  background-color: #14293a;
}
.pageContent a.patient-portal-btn {
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.pageContent a.patient-portal-btn,
.pageContent a.patient-portal-btn:link,
.pageContent a.patient-portal-btn:visited,
.pageContent a.patient-portal-btn:hover,
.pageContent a.patient-portal-btn:focus,
.pageContent a.patient-portal-btn:active {
  background-color: #373b95;
  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;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(55,106,149,0);
}
.pageContent a.patient-portal-btn:hover,
.pageContent a.patient-portal-btn:focus,
.pageContent a.patient-portal-btn:active {
  background-color: #fff;
  color: #373b95;
  border-color: #376a95;
}
.icon-container img {
  color: #000;
}
.icon-container {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.icon-container {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.icon-container {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.foundation-images-wrapper {
  text-align: center;
}
.foundation-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foundation-images-listing li {
  display: inline-block;
  vertical-align: top;
}
.foundation-images-listing img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.RMC-content {
  font-size: 18px;
}
.contact-bar-content {
  display: none;
}
.provider-images {
  z-index: 2300;
}
.provider-images .random-providers-listing img {
  transition: transform 0.4s;
}
.event-section .event-html img {
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.event-section .event-html img:hover {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.flex-direction-nav a.flex-next {
  text-align: left;
  right: 10px;
}
.flex-direction-nav a:before {
  color: #fff;
}
.flex-direction-nav a:hover {
  transform: scale(1.4);
}
@media (max-width: 980px) {
  .flex-direction-nav {
    pointer-events: none !important;
    cursor: none !important;
    display: none !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }
}
.doctor-listing-page {
  text-align: center;
}
.doctor-listing-page table {
  display: inline-table !important;
  text-align: center;
}
input.search-text {
  padding: 1px 1px 1px 6px;
}
.contact-bar-content {
  font-size: 16px;
  transition: font-size 0.3s;
}
.bullet-image img {
  vertical-align: center;
}


