.ecard-btn-1 {
  background-color: #BAD5EF;
  background-color: rgba(251,219,108,0.8);
  border-radius: 5px;
  margin: 5px;
  width: 300px;
  max-width: 100%;
  color: #007bcf;
  text-align: center;
  display: inline-block;
}
.ecard-btn-link-1 {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 1em;
  font-family: sans-serif;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
.pageContent h1.pagetitle {
  font-weight: bold;
  font-size: 3rem;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #102848;
}
div {
  max-width: 100%;
}
.home-page .fh-content-page-only,
.content-page .fh-home-page-only {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
iframe,
embed,
object {
  max-width: 100%;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #005b9e;
  color: inherit;
}
@media (max-width: 319px) {
  body {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.alert-banner {
  width: 100%;
}
.header-wrappings {
  background-color: #fff;
  text-align: center;
}
.header-wrappings img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.header-wrappings .hospital-logo {
  margin-bottom: 20px;
}
.header-wrappings .search-fields {
  border: 1px solid #333;
  background-color: #fff;
  display: block;
}
.header-wrappings .search-fields,
.header-wrappings .search-fields input {
  border-radius: 6px;
}
.header-wrappings .search-fields .fa {
  color: #333;
}
.header-wrappings .search-fields .fa:hover {
  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%;
  max-width: min(100%,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;
}
.content-logo {
  margin-left: auto;
  margin-right: auto;
}
.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;
  z-index: 55;
  width: 100%;
  top: 0;
  left: 0;
  border-top-width: 0;
  background-color: #1b3664;
  background-image: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
}
.header-logo img {
  max-width: 100%;
  height: auto;
  margin-top: 95px;
  background-image: radial-gradient(ellipse at center,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
}
.header {
  text-align: right;
  color: #fff;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
}
.content-page .wrapper {
  display: none;
}
.header-wrapper .logo {
  margin: 0 auto;
}
@media (min-width: 1081px) {
  html.home-page .main-header-container-wrappings {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999999;
    opacity: 1;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    transform: translate3d(0,0,0.1px);
  }
  html.home-page .main-header-container-wrappings.header-scrolled {
    opacity: 0;
    transform: translate3d(0,-100%,0.1px);
  }
  html.home-page .main-header-container-wrappings.header-scrolled .header-wrappings {
    padding: 10px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.75);
  }
  html.home-page .main-header-container-wrappings.header-scrolled .header-wrapper {
    padding: 0;
  }
  html.home-page .main-header-container-wrappings.header-scrolled .header-wrappings .logo img {
    max-width: 50%;
  }
  .header-wrapper {
    padding: 20px;
  }
  .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 .logo,
  .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 .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: "";
  }
}
@media (max-width: 1100px) {
  .header-icons {
    display: none;
  }
}
@media (max-width: 1080px) {
  .content-page .content-header-wrapper,
  .header-logo {
    display: none;
  }
  .header-wrappings .hospital-logo {
    margin-bottom: 0;
  }
  .header-wrappings {
    padding: 20px 20px 0 20px;
  }
  .hospital-logo {
    margin-top: 20px;
  }
  .hospital-logo img {
    max-width: 100px;
    max-width: min(100%,100px);
    height: auto;
  }
}
.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%;
  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);
  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;
  aspect-ratio: 1;
  max-width: 100%;
  line-height: 36px;
  transition: transform 0.5s;
}
.slideshow-wrappings .nav-arrow .fa:hover {
  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;
  max-width: 100%;
  background-color: #007bcf;
  background-color: rgba(0,123,207,0);
  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;
}
.site-main-slideshow-container {
  position: relative;
  overflow: hidden;
}
.site-main-slideshow-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.flex-direction-nav a.flex-next {
  text-align: left;
  right: 10px;
}
.flex-direction-nav a:before {
  color: #102848;
}
.flex-direction-nav a:hover {
  transform: scale(1.2);
}
@media (max-width: 1080px) {
  .slideshow {
    padding-top: 0;
  }
  .site-main-slideshow-wrapper .flex-direction-nav {
    display: none !important;
  }
}
.services-information {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 1.4em;
}
.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;
  max-width: 100%;
  height: 272px;
  margin-top: -50px;
}
.ecard-img {
  background-image: url('/docs/ecard-bk.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  max-width: 100%;
  height: 232px;
  margin-top: -143px;
}
.fast-img {
  background-image: url('/docs/fh-img.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  max-width: 100%;
  height: 252px;
  margin-top: -146px;
}
.ecard-btn-1 {
  background-color: #005b9e;
  border-radius: 30px 30px 30px 30px;
  border-radius: 5px;
  margin: 5px;
  width: 300px;
  max-width: 100%;
  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-color: #005b9e;
  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;
}
.ecard-btn:hover {
  background-color: #1f416e;
  color: #fff;
}
.ecard-btn:hover .ecard-btn-link {
  color: #fff;
}
.provider-wrappings {
  padding-bottom: 20px;
}
.content {
  background-color: #c12a33;
  color: #71130e;
  overflow: hidden;
  position: relative;
}
.home-content-wrappings {
  width: 100%;
  max-width: 85%;
  max-width: min(100%,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: #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%;
  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%;
  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;
}
.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,
.vertical-columns {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col-1,
.middle-bk-2,
.vertical-columns > div {
  -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%;
}
.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;
}
.provider-wrapper {
  color: #000;
  color: #fff;
}
.provider-wrapper h2.feature14.heading,
.provider-wrapper h1.pagetitle {
  color: #005b9e;
  color: #fff;
}
.provider-images {
  z-index: 2300;
}
.site-section-container-wrapper .patients-visitors-wrappers {
  padding: 2em;
  max-width: 1500px;
  max-width: min(100%,1500px);
}
.bk-color {
  display: inline-block;
}
@media (max-width: 1100px) {
  .ecard-btn {
    width: auto;
  }
  .col-1 h1 {
    font-size: 1.5em;
  }
  .middle-bk-2 .pagetitle {
    width: auto;
  }
  img[align] {
    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;
  }
}
.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;
  max-width: 100%;
  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;
}
.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;
}
.fh-welcome-item-nav-listing {
  display: block;
  text-align: center;
  padding: 0 0 20px 0;
  list-style: none;
}
.fh-welcome-item-nav-listing > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
}
.fh-welcome-item-nav-listing {
  color: #6d0a34;
}
.fh-welcome-item-nav-listing a,
.fh-welcome-item-nav-listing a:link,
.fh-welcome-item-nav-listing a:visited,
.fh-welcome-item-nav-listing a:hover,
.fh-welcome-item-nav-listing a:focus,
.fh-welcome-item-nav-listing a:active {
  display: block;
  text-decoration: none;
  color: transparent;
  background-color: #6d0a34;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
  max-width: 14px;
  max-width: min(100%,14px);
  max-height: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fh-welcome-item-nav-listing a:hover,
.fh-welcome-item-nav-listing a:focus,
.fh-welcome-item-nav-listing a:active {
  background-color: #000;
}
.fh-welcome-item-nav-listing a.active,
.fh-welcome-item-nav-listing a:active {
  background-color: #000;
}
.fh-welcome-items-listing-wrappings {
  position: relative;
  overflow: hidden;
}
.fh-welcome-section-items-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-welcome-section-items-listing > li {
  display: none;
}
.fh-welcome-section-items-listing > li.fh-active-info-item {
  display: block;
}
.fh-welcome-section-items-listing .info-section-description {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}
.fh-welcome-items-listing-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fh-welcome-section-items-listing > li.no-section-link.no-section-title.no-section-description .fh-title-and-description-wrapper {
  display: none !important;
}
.site-section-container-wrappings {
  text-align: center;
  padding: 10px;
}
.section-events-calendar-wrappings {
  padding: 10px;
}
.patients-visitors-wrappings {
  padding: 10px;
}
.patients-section-content-wrapper p {
  color: #fff;
  font-size: 19px;
  font-size: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}
.welcome-section-wrappings {
  background: #fff;
}
h2.information-box-section-contents-title,
h2.portal-section-contents-title {
  font-size: 2.555rem;
  line-height: 1.2;
  text-shadow: none;
}
.welcome-section-item--images img {
  width: 100%;
}
.welcome-section-item--contents {
  font-size: 1.4rem;
  line-height: 1.2;
}
.title-for-welcome-images-section,
.title-for-welcome-links-section,
.welcome-section-contents-title {
  margin: 20px 0 10px 0;
  font-size: 2.2em;
  text-align: center;
  color: #000;
}
.title-for-welcome-images-section a,
.title-for-welcome-images-section a:link,
.title-for-welcome-images-section a:visited,
.title-for-welcome-images-section a:hover,
.title-for-welcome-images-section a:focus,
.title-for-welcome-images-section a:active,
.title-for-welcome-links-section a,
.title-for-welcome-links-section a:link,
.title-for-welcome-links-section a:visited,
.title-for-welcome-links-section a:hover,
.title-for-welcome-links-section a:focus,
.title-for-welcome-links-section a:active,
.welcome-section-contents-title a,
.welcome-section-contents-title a:link,
.welcome-section-contents-title a:visited,
.welcome-section-contents-title a:hover,
.welcome-section-contents-title a:focus,
.welcome-section-contents-title a:active {
  color: #000;
  text-decoration: none;
}
.title-for-welcome-links-section {
  margin: 0 0 10px 0;
}
.welcome-section-contents-title .hospital-name {
  color: #134d7f;
}
.welcome-section-content-wrapper {
  color: #929292;
}
.welcome-section-content-wrapper ul {
  color: #0376cf;
}
.welcome-section-content-wrapper p {
  margin: 0 0 10px 0;
  padding: 0;
}
.welcome-section-item--images img,
.information-box-images-listing-wrapper img,
.portal-images-listing-wrapper img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.information-box-container-wrappings {
  background-color: #f5f5f5;
  color: #fff;
}
.portal-wrappings {
  color: #fff;
  background-color: #99bce3;
}
.patients-visitors-wrappings,
.section-video-wrappings {
  color: #fff;
  background-color: #1e4a7f;
  background-image: url(/docs/nellJportal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  z-index: 0;
}
.site-section-links-listing {
  margin: 0 0 0 20px;
  padding: 0;
}
.information-box-links-listing,
.information-box-links-listing,
.information-box-images-listing,
.welcome-links-listing,
.portal-links-listing,
.portal-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal-images-listing a {
  display: block;
}
.portal-images-listing {
  margin: 20px 0;
  text-align: center;
}
.portal-images-listing > li + li {
  margin-top: 20px;
}
.information-box-images-listing {
  margin-top: 20px;
}
.welcome-links-listing {
  margin: 10px 0 20px 0;
}
.welcome-links-listing > li,
.welcome-links-listing a,
.welcome-links-listing a:link,
.welcome-links-listing a:visited,
.welcome-links-listing a:hover,
.welcome-links-listing a:focus,
.welcome-links-listing a:active,
.information-box-links-listing > li,
.information-box-links-listing a,
.information-box-links-listing a:link,
.information-box-links-listing a:hover,
.information-box-links-listing a:focus,
.information-box-links-listing a:active,
.portal-links-listing > li,
.portal-links-listing a,
.portal-links-listing a:link,
.portal-links-listing a:visited,
.portal-links-listing a:hover,
.portal-links-listing a:focus,
.portal-links-listing a:active {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.welcome-links-listing a,
.welcome-links-listing a:link,
.welcome-links-listing a:visited,
.welcome-links-listing a:hover,
.welcome-links-listing a:focus,
.welcome-links-listing a:active,
.information-box-links-listing a,
.information-box-links-listing a:link,
.information-box-links-listing a:hover,
.information-box-links-listing a:focus,
.information-box-links-listing a:active,
.portal-links-listing a,
.portal-links-listing a:link,
.portal-links-listing a:visited,
.portal-links-listing a:hover,
.portal-links-listing a:focus,
.portal-links-listing a:active {
  display: block;
  color: #174984;
  background: #fff;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.welcome-links-listing a,
.welcome-links-listing a:link,
.welcome-links-listing a:visited,
.welcome-links-listing a:hover,
.welcome-links-listing a:focus,
.welcome-links-listing a:active {
  background-color: #102848;
  color: #fff;
}
.welcome-links-listing a:hover,
.welcome-links-listing a:focus,
.welcome-links-listing a:active {
  background-color: #6d0a34;
  color: #fff;
  border-color: #102848;
}
.portal-links-listing a:hover,
.portal-links-listing a:focus,
.portal-links-listing a:active {
  background-color: #5d8bc8;
  color: #fff;
}
.information-box-container-wrapper,
.patients-and-videos-sections-wrapper {
  font-size: 1rem;
  line-height: 1.6;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
  text-align: center;
}
.information-box-section-contents-title {
  font-size: 1.2rem;
}
.information-box-section-contents-title,
.patients-section-contents-title {
  color: #0f2847;
  line-height: 1.2;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.information-box-images-listing > li,
.welcome-links-listing > li,
.portal-links-listing > li {
  margin: 0;
}
.welcome-section-items-listing-wrappings,
.welcome-section-items-listing-wrappings * {
  max-width: none;
}
.welcome-section-items-listing-wrappings {
  padding-bottom: 50px;
}
.welcome-section-items-listing-wrappings .slick-dots {
  bottom: -50px;
}
.welcome-section-items-listing-wrappings {
  position: relative;
  overflow: hidden;
}
.site-section-images-container a,
.site-section-images-container a:link,
.site-section-images-container a:visited,
.site-section-images-container a:hover,
.site-section-images-container a:focus,
.site-section-images-container a:active {
  display: block;
}
.information-box-section-content-wrapper a {
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.information-box-section-content-wrapper a,
.information-box-section-content-wrapper a:link,
.information-box-section-content-wrapper a:visited,
.information-box-section-content-wrapper a:hover,
.information-box-section-content-wrapper a:focus,
.information-box-section-content-wrapper a:active {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0f2847;
  padding: 0.6rem 1.09rem;
  line-height: 1.2;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
.information-box-section-content-wrapper a:hover,
.information-box-section-content-wrapper a:focus,
.information-box-section-content-wrapper a:active {
  color: #fff;
  background-color: #6d0a34;
}
.information-box-section-content-wrapper p {
  margin: 0;
  padding: 0;
}
.information-box-container-wrappings {
  background-color: #f3f6fb;
}
.information-box-images-listing img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50%;
  vertical-align: bottom;
  border-radius: 6px;
}
.information-box-images-listing a,
.information-box-images-listing a:link,
.information-box-images-listing a:visited,
.information-box-images-listing a:hover,
.information-box-images-listing a:focus,
.information-box-images-listing a:active {
  display: block;
  position: relative;
  overflow: hidden;
}
.information-box-images-listing a > img {
  position: relative;
  z-index: 1;
}
.information-box-images-listing a:after {
  transition: background 0.3s, background-color 0.3s;
}
.information-box-images-listing a:after,
.information-box-images-listing a:link:after,
.information-box-images-listing a:visited:after,
.information-box-images-listing a:hover:after,
.information-box-images-listing a:focus:after,
.information-box-images-listing a:active:after {
  content: "";
  background-color: rgba(0,0,0,0.3);
  background: linear-gradient(to top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
  position: absolute;
  border-radius: 6px;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.information-box-images-listing > li:hover a:after,
.information-box-images-listing > li:hover a:link:after,
.information-box-images-listing > li:hover a:visited:after,
.information-box-images-listing > li:hover a:hover:after,
.information-box-images-listing > li:hover a:focus:after,
.information-box-images-listing > li:hover a:active:after {
  background-color: rgba(0,0,0,0.1);
  background: linear-gradient(to top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(45deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%), linear-gradient(45deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
}
.information-box-images-listing a > .slideshow-item-content {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.information-box-images-listing a > .slideshow-item-content {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.information-box-images-listing a > .slideshow-item-content {
  -moz-box-align: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.information-box-images-listing a > .slideshow-item-content {
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.information-box-images-listing a > .slideshow-item-content:after {
  font-family: FontAwesome;
  font-size: 2.2rem;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: color .4s ease 0s;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #6c0832;
  border-radius: 6px 0 6px 0;
  text-shadow: none;
  font-weight: bold;
}
.information-box-images-listing > li:hover .slideshow-item-content:after {
  color: #fff;
}
.information-box-images-listing > li .title {
  transition: transform 1s, opacity 1s;
  transform: translate3d(0,0,0.1px);
  opacity: 1;
}
@media (min-width: 980px) {
  .section-wrapper-title-contents {
    margin-left: auto;
    margin-right: auto;
  }
  .section-wrapper-title-contents {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .section-wrapper-title-contents {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-wrapper-title-contents {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .information-box-container-wrappings {
    background-image: url(/docs/jackson-county-hospital-district-services-background.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
  }
  .patients-visitors-wrappings,
  .section-video-wrappings {
    color: #1e4a7f;
  }
  .fh-welcome-section-items-listing > li.has-section-icon-src.has-section-title .welcome-section-content-wrapper,
  .fh-welcome-section-items-listing > li.has-section-icon-src.has-section-description .welcome-section-content-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-welcome-section-items-listing > li.has-section-icon-src.has-section-title .welcome-section-content-wrapper .info-section-img,
  .fh-welcome-section-items-listing > li.has-section-icon-src.has-section-description .welcome-section-content-wrapper .info-section-img {
    min-width: 320px;
    margin-right: 20px;
    text-align: center;
  }
  .section-events-calendar-wrappings {
    padding: 20px;
  }
  .patients-visitors-wrappings {
    padding: 3rem 2rem;
  }
  .site-section-container-wrappings {
    text-align: center;
    padding: 1px 3rem;
  }
  .information-box-section-contents-title,
  .patients-section-contents-title {
    font-size: 2rem;
    color: #0f2847;
    line-height: 1.2;
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
  .patients-section-contents-title {
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 30px;
  }
  .portal-images-listing {
    text-align: center;
    width: 100%;
  }
  .portal-images-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .portal-images-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .portal-images-listing {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .portal-images-listing > li {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .portal-images-listing > li + li {
    display: inline-block;
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .portal-images-listing > li + li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .welcome-and-news-sections-wrapper[data-has-events-calendar-section="true"][data-has-welcome-section="true"],
  .welcome-and-news-sections-wrapper[data-has-testimonials-section="true"][data-has-welcome-section="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .welcome-and-news-sections-wrapper[data-has-events-calendar-section="true"][data-has-welcome-section="true"] .welcome-and-testimonials-sections-wrapper,
  .welcome-and-news-sections-wrapper[data-has-events-calendar-section="true"][data-has-welcome-section="true"] .welcome-and-news-sections-wrapper,
  .welcome-and-news-sections-wrapper[data-has-testimonials-section="true"][data-has-welcome-section="true"] .welcome-and-testimonials-sections-wrapper,
  .welcome-and-news-sections-wrapper[data-has-testimonials-section="true"][data-has-welcome-section="true"] .welcome-and-news-sections-wrapper {
    min-width: 60%;
    max-width: 60%;
    width: 60%;
  }
  .welcome-and-news-sections-wrapper[data-has-events-calendar-section="true"][data-has-welcome-section="true"] .section-events-calendar-wrappings,
  .welcome-and-news-sections-wrapper[data-has-testimonials-section="true"][data-has-welcome-section="true"] .section-events-calendar-wrappings {
    min-width: 40%;
    max-width: 40%;
    width: 40%;
    padding-left: 40px;
    background-image: url(/docs/news-bk-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .information-box-links-listing > li,
  .welcome-links-listing > li,
  .portal-links-listing > li {
    margin: 6px 0;
    padding: 0 6px;
  }
  .welcome-links-listing > li {
    display: block;
  }
  .information-box-links-listing > li,
  .portal-links-listing > li {
    display: inline-block;
    width: 50%;
  }
  .information-box-links-listing > li {
    margin: 10px 0;
  }
  .welcome-section-wrappings {
    padding: 0 3rem;
    max-width: 1500px;
    max-width: min(100%,1500px);
    margin-left: auto;
    margin-right: auto;
  }
  .information-box-container-wrappings,
  .portal-wrappings {
    padding: 3rem;
    text-align: left;
  }
  .portal-images-listing-wrapper {
    margin-left: 20px;
  }
  .patients-links-listing {
    margin: 0;
    list-style: none;
  }
  .patients-links-listing > li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .portal-and-video-sections-wrapper[data-count-gt1="true"],
  .patients-and-videos-sections-wrapper[data-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .portal-and-video-sections-wrapper[data-count-gt1="true"] > .portal-wrappings,
  .patients-and-videos-sections-wrapper[data-count-gt1="true"] > .patients-visitors-wrappings {
    width: 60%;
  }
  .portal-and-video-sections-wrapper[data-count-gt1="true"] > .section-video-wrappings,
  .patients-and-videos-sections-wrapper[data-count-gt1="true"] > .section-video-wrappings {
    width: 40%;
  }
  .welcome-section-item--contents {
    padding-left: 20px;
    text-align: left;
  }
  .patients-visitors-wrappings {
    background-image: url(/docs/scottcountypp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: linear-gradient(90deg,rgba(152,188,228,0.62) 0%,rgba(0,88,160,0.52) 100%), url(/docs/scottcountypp.jpg);
  }
  .portal-wrappings[data-count-gt2="true"] > .portal-wrapper .portal-section-wrapper-title-contents,
  .portal-wrappings[data-count-gt2="true"] > .portal-wrapper .portal-links-listing-wrapper,
  .portal-wrappings[data-count-gt2="true"] > .portal-wrapper .portal-images-listing-wrapper {
    width: 33.3%;
  }
  .portal-wrappings[data-count-gt2="true"] > .portal-wrapper .portal-links-listing-wrapper {
    padding: 20px;
    width: 45%;
    margin-top: 3.5em;
  }
  .portal-wrappings[data-count-gt2="true"] > .portal-wrapper .portal-images-listing-wrapper {
    text-align: center;
    width: auto;
  }
  .information-box-images-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 20px;
    gap: 20px;
  }
  .information-box-images-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .information-box-images-listing {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .information-box-images-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .information-box-images-listing > li {
    display: inline-block;
    vertical-align: top;
    margin: 1%;
  }
  .information-box-images-listing > li {
    -moz-box-flex: 0 0 23%;
    -webkit-box-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    -webkit-flex: 0 0 23%;
    flex: 0 0 23%;
  }
}
@media (min-width: 1380px) {
  .information-box-images-listing > li .title {
    font-size: 1.2rem;
  }
}
@media (min-width: 1580px) {
  .information-box-images-listing > li .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 979px) {
  .information-box-images-listing > li,
  .portal-images-listing > li {
    margin: 20px 0;
    display: block;
  }
  .welcome-links-listing > li,
  .portal-links-listing > li {
    margin-top: 10px;
  }
  .patients-visitors-wrappings,
  .section-video-wrappings {
    background-image: none;
  }
}
.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;
  aspect-ratio: 1;
  max-width: 100%;
  background-color: #3ea2e6;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  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: 18px;
  line-height: 1.1;
}
.event-item:hover .event-name {
  padding-left: 60px;
  background-color: rgba(43,155,231,0.75);
}
.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,
.view-more-events a:focus,
.view-more-events a:active {
  color: #2bb0b2;
}
.right-links a,
.right-links a:link,
.right-links a:visited,
.right-links a:hover,
.right-links a:focus,
.right-links a:active {
  color: #fff;
  text-decoration: none;
}
.right-links a:hover,
.right-links a:focus,
.right-links a:active {
  color: #BAD5EF;
}
.middle-bk-2 {
  background: #06406e;
  background: url(docs/testimonalbkg.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 500px;
}
.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-color: #005b9e;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}
.barge-of-buttons a:hover,
.barge-of-buttons a:focus,
.barge-of-buttons a:active {
  background-color: #1f416e;
  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-color: #61a071;
}
.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-color: #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-color: #939498;
}
.provider-wrappings .barge-of-buttons a:hover,
.provider-wrappings .barge-of-buttons a:focus,
.provider-wrappings .barge-of-buttons a:active {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1100px) {
  .barge-of-content h1.pagetitle,
  .barge-of-content h2.feature14.heading {
    margin: 0 0 0px 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;
    max-width: min(100%,250px);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
  }
  .barge-of-buttons + .barge-of-buttons {
    margin-top: 0;
  }
  .footer-col-2 .wrappings {
    max-width: 220px;
    max-width: min(100%,220px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1101px) {
  .barge-of-content {
    max-width: 65%;
    max-width: min(100%,65%);
    line-height: 2;
  }
  .barge-of-buttons {
    max-width: 65%;
    max-width: min(100%,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;
    max-width: 100%;
    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;
    max-width: 100%;
    vertical-align: middle;
    padding: 2px;
  }
  .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-color: #61a071;
    width: 220px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .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: 1 1 0%;
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .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-color: #1f416e;
    color: #fff;
  }
  .barge-of-table {
    max-width: 65%;
    max-width: min(100%,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;
    max-width: 100%;
  }
  .barge-of-table .barge-of-buttons a:hover,
  .barge-of-table .barge-of-buttons a:focus,
  .barge-of-table .barge-of-buttons a:active {
    background-color: #1f416e;
    color: #fff;
  }
  .barge-of-table h1.pagetitle,
  .barge-of-table h2.feature14.heading {
    margin-bottom: 5px;
  }
}
.info-section-wrappings {
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #102848;
}
div.info-section-description {
  text-align: center;
  font-size: 1.3em;
}
h2.info-section-title {
  font-size: 1.5em;
}
h2.icon-section-title a,
.info-section-title a {
  transition: color 0.4s;
}
.info-section-title a,
.info-section-title a:link,
.info-section-title a:visited,
.info-section-title a:hover,
.info-section-title a:focus,
.info-section-title a:active {
  font-size: 1.1em;
}
.info-section-title a:hover,
.info-section-title a:focus,
.info-section-title a:active {
  color: #6d0a34;
}
h2.icon-section-title a:hover,
h2.icon-section-title a:focus,
h2.icon-section-title a:active {
  color: #6d0a34;
}
@media (min-width: 980px) {
  img.info-section-img-item {
    transition: transform 0.4s;
    transform-style: preserve-3d;
    transform: scale3d(1,1,1);
  }
  h2.info-section-title,
  .info-section-title a {
    transition: opacity 0.3s, transform 0.3s, color 0.3s;
  }
  .info-section-title a:hover,
  .info-section-title a:focus,
  .info-section-title a:active {
    transform: scale(1.1);
  }
  img.info-section-img-item:hover,
  img.info-section-img-item:focus,
  img.info-section-img-item:active {
    transform: scale3d(1.1,1.1,1.1);
  }
  h2.icon-section-title a:hover,
  h2.icon-section-title a:focus,
  h2.icon-section-title a:active {
    transform: scale(1.1);
    opacity: 0.8;
  }
  .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 {
    padding: 1em 7em;
    width: 100%;
  }
  .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: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .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%;
  }
}
.section-testimonials-wrappings {
  padding: 10px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.2;
  max-width: 800px;
  max-width: min(100%,800px);
}
.home-page-section-testimonies-wrappings {
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #1d4b80;
}
.section-testimonials-item-persons-name h2 {
  font-family: "Dancing Script", cursive;
  font-size: 2em;
}
.section-testimonials-item-testimony {
  font-style: italic;
  font-family: "Times New Roman", serif;
}
.section-testimonials-item-testimony:before {
  content: open-quote;
}
.section-testimonials-item-testimony:after {
  content: close-quote;
}
.home-page-section-testimonies-wrappings h1,
.home-page-section-testimonies-wrappings h2,
.home-page-section-testimonies-wrappings h3,
.home-page-section-testimonies-wrappings h4,
.home-page-section-testimonies-wrappings h5,
.home-page-section-testimonies-wrappings h6 {
  margin: 0;
  padding: 0;
}
.home-page-section-testimonies-wrappings h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.section-testimonials-item-persons-name {
  margin-bottom: 10px;
}
.leave-your-testimony-link-wrapper a,
.leave-your-testimony-link-wrapper a:link,
.leave-your-testimony-link-wrapper a:visited,
.leave-your-testimony-link-wrapper a:hover,
.leave-your-testimony-link-wrapper a:focus,
.leave-your-testimony-link-wrapper a:active {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #99bce3;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.leave-your-testimony-link-wrapper a:hover,
.leave-your-testimony-link-wrapper a:focus,
.leave-your-testimony-link-wrapper a:active {
  background-color: #fff;
  color: #1d4b7f;
}
@media (min-width: 980px) {
  .leave-your-testimony-link-wrapper a {
    transition: 0.4s;
  }
  .section-testimonials-wrappings {
    padding: 10px;
    font-size: 1.4rem;
  }
  .section-testimonials-wrappings {
    min-width: 40%;
    max-width: 40%;
    width: 40%;
    padding-left: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .home-page-section-testimonies-wrappings {
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #1d4b80;
    background-image: url(/docs/patient-testimonials.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 450px;
  }
  .leave-your-testimony-link-wrapper {
    max-width: 50%;
    text-transform: uppercase;
  }
}
.site-section-container-wrapper.welcome-section-wrapper {
  margin: 20px auto;
}
.site-section-container-wrapper.welcome-section-wrapper h2.welcome-section-contents-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.5em;
  text-align: left;
}
@media (min-width: 980px) {
  .fh-welcome-content-container {
    margin-left: 40px;
    margin-right: 40px;
  }
  .welcome-section-wrappings .welcome-section-item--contents {
    padding-left: 0;
  }
  .site-section-container-wrapper.welcome-section-wrapper,
  .welcome-section-content-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .site-section-container-wrapper.welcome-section-wrapper,
  .welcome-section-content-wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .site-section-container-wrapper.welcome-section-wrapper,
  .welcome-section-content-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .site-section-container-wrapper.welcome-section-wrapper .welcome-section-item--images {
    max-width: 100%;
    margin-right: 40px;
  }
  .site-section-container-wrapper.welcome-section-wrapper .welcome-section-item--images {
    -moz-box-flex: 1 0 300px;
    -webkit-box-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
  }
  .site-section-container-wrapper.welcome-section-wrapper .welcome-links-listing-wrapper {
    max-width: 100%;
  }
  .site-section-container-wrapper.welcome-section-wrapper .welcome-links-listing-wrapper {
    -moz-box-flex: 1 0 300px;
    -webkit-box-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
  }
}
.fh-events-columns-wrappings iframe {
  vertical-align: bottom;
  object-fit: cover;
}
.fh-event-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-events-columns-wrapper > .fh-section-column-calendar-1 .news-date {
  display: none;
}
.fh-section-column-calendar {
  color: #fff;
  background-color: #0f2847;
  padding: 10px;
}
.fh-section-column-calendar h2 {
  margin: 0;
  text-align: center;
  font-size: 3rem;
  font-family: "Dancing Script", cursive, fantasy, serif;
}
.fh-section-column-calendar-2 .news-items > .news-item {
  margin: 2px;
}
.fh-section-column-calendar .news-items {
  margin: 20px 0;
}
.fh-section-column-calendar-1 .news-items > .news-item > a,
.fh-section-column-calendar-1 .news-items > .news-item > a:link,
.fh-section-column-calendar-1 .news-items > .news-item > a:visited,
.fh-section-column-calendar-1 .news-items > .news-item > a:hover,
.fh-section-column-calendar-1 .news-items > .news-item > a:focus,
.fh-section-column-calendar-1 .news-items > .news-item > a:active {
  display: inline-block;
  vertical-align: top;
}
.fh-section-column-calendar-1 .news-items > .news-item {
  margin-bottom: 8px;
}
.fh-section-column-calendar-1 .news-items > .news-item > a:hover,
.fh-section-column-calendar-1 .news-items > .news-item > a:focus,
.fh-section-column-calendar-1 .news-items > .news-item > a:active {
  color: #6c0731;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.fh-section-column-calendar-2 .news-items > .news-item > a,
.fh-section-column-calendar-2 .news-items > .news-item > a:link,
.fh-section-column-calendar-2 .news-items > .news-item > a:visited,
.fh-section-column-calendar-2 .news-items > .news-item > a:hover,
.fh-section-column-calendar-2 .news-items > .news-item > a:focus,
.fh-section-column-calendar-2 .news-items > .news-item > a:active {
  text-shadow: 1px 1px 1px #000;
}
.fh-section-column-calendar-2 .news-items > .news-item > a,
.fh-section-column-calendar-2 .news-items > .news-item > a:link,
.fh-section-column-calendar-2 .news-items > .news-item > a:visited,
.fh-section-column-calendar-2 .news-items > .news-item > a:hover,
.fh-section-column-calendar-2 .news-items > .news-item > a:focus,
.fh-section-column-calendar-2 .news-items > .news-item > a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-section-column-calendar-2 .event-item-date-wrapper,
.fh-section-column-calendar-2 .event-item-month,
.fh-section-column-calendar-2 .event-item-day {
  display: block;
  text-align: center;
}
.fh-section-column-calendar-2 .event-item-date-wrapper,
.fh-section-column-calendar-2 .news-title {
  color: #fff;
  background-color: #6c0731;
  padding: 6px;
  border-radius: 6px;
}
.fh-section-column-calendar-2 .news-items > .news-item > a:hover .event-item-date-wrapper,
.fh-section-column-calendar-2 .news-items > .news-item > a:hover .news-title,
.fh-section-column-calendar-2 .news-items > .news-item > a:focus .event-item-date-wrapper,
.fh-section-column-calendar-2 .news-items > .news-item > a:focus .news-title,
.fh-section-column-calendar-2 .news-items > .news-item > a:active .event-item-date-wrapper,
.fh-section-column-calendar-2 .news-items > .news-item > a:active .news-title {
  background-color: #1d4b80;
}
.fh-section-column-calendar-2 .news-date {
  width: 50px;
  margin-right: 2px;
  font-weight: bold;
}
.fh-section-column-calendar-2 .news-date {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-section-column-calendar-2 .event-item-date-wrapper {
  width: 100%;
}
.fh-section-column-calendar-2 .news-title {
  font-size: 1.1rem;
}
.fh-section-column-calendar-2 .news-title {
  -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-section-column-calendar h3 {
  margin: 0;
  padding: 0;
}
.fh-event-images-listing img {
  vertical-align: bottom;
  opacity: 1.0;
  border: 1px solid #808080;
}
.fh-event-images-listing img:hover {
  opacity: 0.7;
}
.fh-view-more-link-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fh-view-more-link-wrapper a,
.fh-view-more-link-wrapper a:link,
.fh-view-more-link-wrapper a:visited,
.fh-view-more-link-wrapper a:hover,
.fh-view-more-link-wrapper a:focus,
.fh-view-more-link-wrapper a:active {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: 2rem;
}
.fh-view-more-link-wrapper a:hover,
.fh-view-more-link-wrapper a:focus,
.fh-view-more-link-wrapper a:active {
  color: #6c0731;
}
@media (min-width: 980px) {
  .fh-event-images-listing img {
    transition: 0.2s opacity ease;
  }
  .fh-section-column-calendar-2 .event-item-date-wrapper,
  .fh-section-column-calendar-2 .news-title {
    transition: 0.2s color ease, 0.2s background-color ease;
  }
  .fh-section-column-calendar {
    border-radius: 10px;
  }
  .fh-section-column {
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  }
  .fh-section-column-calendar-2 .news-title-inner-wrap {
    transition: 0.4s ease;
    transform: translate3d(0,0,0.1px);
    padding-right: 40px;
  }
  .fh-section-column-calendar-2 .news-item:hover .news-title-inner-wrap {
    transform: translate3d(20px,0,0.1px);
  }
  .fh-event-images-listing {
    text-align: center;
  }
  .fh-events-columns-wrappings {
    padding: 40px 7.5%;
    background-color: #f5f5f5;
  }
  .fh-events-columns-wrappings .fh-section-column-calendar {
    max-width: 900px;
    max-width: min(100%,900px);
    margin-left: auto;
    margin-right: auto;
  }
  .fh-events-columns-wrappings[data-cols-count-gt1="true"] .fh-section-column {
    margin-left: 20px;
    margin-right: 20px;
    width: 400px;
    max-width: 100%;
  }
  .fh-events-columns-wrappings[data-cols-count-gt1="true"] > .fh-events-columns-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-events-columns-wrappings[data-cols-count-gt1="true"] > .fh-events-columns-wrapper {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-events-columns-wrappings[data-cols-count-gt1="true"] > .fh-events-columns-wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-events-columns-wrappings[data-cols-count-gt1="true"] .fh-section-column-calendar {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-events-columns-wrappings[data-cols-count-gt1="true"] .fh-section-column-calendar {
    -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-events-columns-wrappings[data-cols-count-gt1="true"] .news-items {
    -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%;
  }
}
#OB-Birth-Classes-Image-Wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: #000;
  background-color: rgba(0,0,0,0.9);
  overflow: auto;
}
#OB-Birth-Classes-Image-Wrapper {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#OB-Birth-Classes-Image-Wrapper {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#OB-Birth-Classes-Image-Wrapper {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#OB-Birth-Classes-Image-Wrapper img {
  max-width: 100%;
  height: auto;
}
html.content-page .main {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f3f3;
}
html.content-page .pageContent {
  font-size: 1rem;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}
.content-wrappings {
  width: 100%;
  max-width: 85%;
  max-width: min(100%,85%);
  margin-left: auto;
  margin-right: auto;
}
.feature14.heading {
  color: #6c0a32;
}
html.content-page .pageContent h1,
html.content-page .pageContent h2,
html.content-page .pageContent h3,
html.content-page .pageContent h4,
html.content-page .pageContent h5,
html.content-page .pageContent h6,
html.content-page .pageContent .feature14.heading {
  margin-top: 0;
}
html.content-page .pageContent h1.pagetitle + h2.feature14.heading {
  margin-top: 20px;
}
.title-text a,
.title-text a:link,
.title-text a:visited,
.title-text a:hover,
.title-text a:focus,
.title-text a:active {
  color: #6c0932;
}
.title-text a:hover,
.title-text a:focus,
.title-text a:active {
  color: #6c0932;
}
.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: #6c0932;
  text-decoration: none;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #102848;
  text-decoration: underline;
}
.content-menu-wrapper a,
.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 {
  font-weight: bold;
  background-color: #fff;
  display: block;
  padding: 10px;
  margin-top: 5px;
  text-decoration: none;
  color: #102848;
  font-size: 18px;
  font-size: 1rem;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
}
.content-menu-wrapper a:hover,
.content-menu-wrapper a:focus,
.content-menu-wrapper a:active {
  background-color: #6c0a32;
  text-decoration: none;
  color: #fff;
  border-right-color: #102848;
}
.pageContent h1.pagetitle {
  font-weight: bold;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #102848;
  margin-top: 12px;
  vertical-align: top;
  padding: 0;
  font-size: 2rem;
  margin: 0;
}
.content-page .pageContent {
  padding: 20px 0;
  color: #343434;
}
.contentimage {
  display: block;
  float: right;
  padding: 6px;
  max-width: 50%;
}
.contentimage img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.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%;
}
.page-content-wrapper .content-menu-wrappings,
.page-content-wrapper .pageContent {
  display: table-cell;
  vertical-align: top;
}
.page-content-wrapper .content-menu-wrappings {
  background-color: #f1f1f1;
}
.page-content-wrapper .pageContent {
  width: 80%;
  line-height: 30px;
  padding-left: 20px;
}
.month {
  background-color: #13355a;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 28px;
}
.day {
  background: gray;
  color: white;
  height: 30px;
}
.inactivedate {
  background-color: #f1f1f1;
}
.today {
  background-color: #cce8ea;
  font-weight: bold;
}
html.content-page .pageContent img.bullet-image {
  position: relative;
  margin: 0 8px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 1200px) {
  html.content-page .pageContent {
    max-width: 1200px;
    max-width: min(100%,1200px);
  }
}
@media (min-width: 1081px) {
  .pageContent a {
    transition: 0.4s;
  }
  html.content-page.has-menu .main {
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin-left: auto;
    margin-right: auto;
  }
  html.content-page.no-menu .main {
    display: block;
  }
  html.content-page.has-menu .pageContent-inner-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.content-page.has-menu .pageContent-inner-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  html.content-page.has-menu .pageContent-inner-wrapper .content-menu-wrappings {
    min-width: 280px;
    max-width: 100%;
    margin-right: 6%;
  }
  html.content-page.has-menu .pageContent-inner-wrapper .main-content-area {
    -moz-box-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 1080px) {
  html.content-page .pageContent iframe[src^="https://www.google"] {
    margin-top: 20px;
  }
  html.content-page .pageContent h1,
  html.content-page .pageContent h1.pagetitle {
    font-size: 1.4em;
  }
  html.content-page .pageContent h2,
  html.content-page .pageContent .feature14.heading {
    font-size: 1.2em;
  }
  html.content-page .pageContent h3 {
    font-size: 1.1em;
  }
  html.content-page .pageContent h4 {
    font-size: 1em;
  }
  html.content-page .pageContent h5 {
    font-size: 1em;
  }
  html.content-page .pageContent h6 {
    font-size: 1em;
  }
  html.content-page .main .contentimage {
    float: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
  }
  html.content-page .main .contentimage br {
    display: none;
  }
  html.content-page .main .contentimage .image_caption {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
  }
  .page-content-wrapper .content-menu-wrappings {
    display: none;
  }
  .page-content-wrapper .pageContent {
    display: block;
    width: auto;
  }
  html.content-page .main {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  html.has-menu .pageContent-inner-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.has-menu .pageContent-inner-wrapper {
    -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;
  }
}
@media (max-width: 550px) {
  .contentimage {
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    max-width: 100%;
  }
}
.foundation-page-content-container-wrappings .feature14.heading,
.foundation-page-content-container-wrappings h1,
.foundation-page-content-container-wrappings h2,
.foundation-page-content-container-wrappings h3,
.foundation-page-content-container-wrappings h4,
.foundation-page-content-container-wrappings h5,
.foundation-page-content-container-wrappings h6 {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.foundation-page-content-container-item {
  color: #fff;
  padding: 20px;
}
.foundation-page-content-container-welcome-item {
  background-color: #99bce1;
}
.foundation-page-content-container-news-item {
  background-color: #dc3740;
}
.foundation-page-services-section,
.foundation-page-contact-information {
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}
.foundation-page-contact-information-content {
  display: inline-block;
  vertical-align: top;
}
.foundation-page-button-table td,
.foundation-page-button-table th {
  vertical-align: top;
}
a.foundation-page-button,
a.foundation-page-button:link,
a.foundation-page-button:visited,
a.foundation-page-button:hover,
a.foundation-page-button:focus,
a.foundation-page-button:active {
  display: block;
  text-decoration: none;
  color: #174984;
  background-color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  border: 2px solid rgba(255,255,255,0);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
a.foundation-page-button:hover,
a.foundation-page-button:focus,
a.foundation-page-button:active {
  background-color: #5d8bc8;
  color: #fff;
}
.newsletter-signup-form-wrappings {
  padding: 20px;
  text-align: center;
}
html.content-page .newsletter-signup-form-wrappings {
  margin-top: 20px;
}
.newsletter-signup-form-wrapper {
  display: inline-block;
  vertical-align: top;
}
.newsletter-signup-form-wrapper td {
  padding: 10px;
}
.foundation-column {
  float: left;
  width: 50%;
  padding: 20px 30px;
  min-height: 500px;
}
.foundation-column h2 {
  color: #fff;
  text-align: center;
}
.foundation-page {
  margin-right: auto;
  margin-left: auto;
}
.foundation-row:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  width: 1500px;
  width: min(100%,1500px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
div.foundation-row {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .foundation-page-button-table td + td {
    padding-left: 20px;
  }
  .foundation-page-content-container-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .foundation-page-content-container-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .foundation-page-content-container-item {
    width: 50%;
    max-width: 50%;
    padding: 20px 30px;
    min-height: 500px;
  }
}
.pageContent a.payment-buttons {
  width: 400px;
  font-size: 20px;
  font-weight: normal;
  color: white;
  background: #0c66a5;
  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;
}
.pageContent a.payment-buttons:hover {
  background-color: #c12832;
}
.learn-morebtn {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.learn-morebtn a {
  transition: background-color 0.2s;
}
.learn-morebtn a,
.learn-morebtn a:link,
.learn-morebtn a:visited,
.learn-morebtn a:hover,
.learn-morebtn a:active,
.learn-morebtn a:focus {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #1e4a7f;
  border-radius: 6px;
  transition: background-color 0.2s;
  max-width: 100%;
  width: 150px;
  text-align: center;
}
.learn-morebtn a:hover,
.learn-morebtn a:active,
.learn-morebtn a:focus {
  background-color: #c12e33;
}
.pageContent .ecard-btn-link a,
.pageContent .ecard-btn-link a:link,
.pageContent .ecard-btn-link a:focus,
.pageContent .ecard-btn-link a:active,
.pageContent .ecard-btn-link a:visited {
  color: #fff;
}
.login-btn a {
  transition: background-color 0.4s;
}
.login-btn a,
.login-btn a:active,
.login-btn a:visited,
.login-btn a:focus,
.login-btn a:hover {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #939498;
  border-radius: 6px;
  min-width: 220px;
  width: 250px;
}
.login-btn a:hover {
  background-color: #c12e33;
}
.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.event-section(1.3);
}
.pageContent h1.pagetitle {
  font-size: 2rem;
}
.pageContent h2 {
  font-size: 1.2rem;
}
.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.0em;
}
.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: 1080px) {
  .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: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
.toolbar .breadcrumb a:hover {
  color: #007bcf;
}
.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: #0c66a5;
}
.toolbar .tools a:hover,
.toolbar .tools a:focus {
  color: #000;
}
.pageContent a.text-lower,
.pageContent a.text-normal,
.pageContent a.text-larger {
  color: #000;
}
.toolbar .breadcrumb {
  float: left;
}
@media (max-width: 600px) {
  .toolbar .breadcrumb {
    display: none;
  }
}
@media (max-width: 480px) {
  .toolbar {
    display: none;
  }
}
.information-bar-wrappings p .fa {
  font-size: 16px;
  padding-right: 10px;
}
.information-bar-content {
  font-size: 1.2rem;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  background-color: #c12e33;
  transition: 0.4s;
  color: #fff;
  max-width: none;
}
.information-bar-content p {
  margin: 0.5em 0;
}
.information-bar-content a {
  transition: color 0.2s;
}
.information-bar-content a:hover,
.information-bar-content a:focus,
.information-bar-content a:active {
  color: #fff;
}
.information-bar-content {
  transition: 0.4s;
}
.information-bar-content:hover {
  font-weight: bold;
  background-color: #164985;
  box-shadow: inset 0 0 26px rgba(68,56,56,0.7);
}
.information-bar-content .information-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;
}
.information-bar-wrappings {
  color: #c12e33;
}
.information-bar-wrappings:before,
.information-bar-wrappings:after {
  content: " ";
  display: table;
}
.information-bar-wrappings:after {
  clear: both;
}
.information-bar-wrappings {
  *zoom: 1;
}
.information-bar-wrapper {
  width: 100%;
  max-width: 85%;
  max-width: min(100%,85%);
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}
.information-bar-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.information-bar-wrappings p {
  padding: 2px;
  margin: 2px;
}
.information-bar-wrappings a,
.information-bar-wrappings a:link,
.information-bar-wrappings a:visited,
.information-bar-wrappings a:hover,
.information-bar-wrappings a:focus,
.information-bar-wrappings a:active {
  color: #71130e;
  text-decoration: none;
}
.information-bar-wrappings a:hover {
  color: #71130e;
}
.information-bar-content {
  font-size: 16px;
  transition: font-size 0.3s;
}
@media (min-width: 1081px) {
  html.home-page .main-header-container-wrappings.header-scrolled .information-bar-content {
    background-color: rgba(193,46,51,0.75);
  }
}
@media (max-width: 1080px) {
  .information-bar-content {
    float: none;
    text-align: center;
  }
  .information-bar-search {
    display: none;
  }
}
.fh-social-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-social-links-listing > li {
  display: inline-block;
  vertical-align: top;
}
.contact-information-bar-wrappings p .fa {
  font-size: 16px;
  padding-right: 10px;
}
.contact-information-bar-content {
  font-size: 1.111rem;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  background-color: #6c0832;
  color: #fff;
  max-width: none;
}
.contact-information-bar-content p {
  margin: 0.5em 0;
}
.contact-information-bar-content a:hover,
.contact-information-bar-content a:focus,
.contact-information-bar-content a:hover {
  color: #fff;
}
.contact-information-bar-content .contact-information-bar-wrapper {
  padding: 5px;
  overflow: hidden;
}
button.search-submit {
  background-color: transparent;
  border: none;
  color: #FFF;
}
input.search-text {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  padding: 1px;
}
.contact-information-bar-wrappings {
  color: #71130e;
}
.contact-information-bar-wrappings:before,
.contact-information-bar-wrappings:after {
  content: " ";
  display: table;
}
.contact-information-bar-wrappings:after {
  clear: both;
}
.contact-information-bar-wrappings {
  *zoom: 1;
}
.contact-information-bar-wrapper {
  width: 100%;
  max-width: 85%;
  max-width: min(100%,85%);
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}
.contact-information-bar-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.contact-information-bar-wrappings p {
  padding: 2px;
  margin: 2px;
}
.contact-information-bar-wrappings a,
.contact-information-bar-wrappings a:link,
.contact-information-bar-wrappings a:visited,
.contact-information-bar-wrappings a:hover,
.contact-information-bar-wrappings a:focus,
.contact-information-bar-wrappings a:active {
  color: #71130e;
  text-decoration: none;
}
.contact-information-bar-wrappings a:hover {
  color: #71130e;
}
.contact-information-bar-content {
  font-size: 16px;
}
.information-bar-social-icons {
  margin-left: 6px;
}
.information-bar-social-icons img {
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
input.search-text {
  padding: 1px 1px 1px 6px;
}
@media (min-width: 1081px) {
  .contact-information-bar-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .contact-information-bar-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact-information-bar-wrapper {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-social-links-wrapper {
    margin-left: auto;
  }
  .fh-social-links-listing > li {
    margin-left: 8px;
  }
  .fh-social-links-listing img {
    transition: transform 0.2s;
  }
  .fh-social-links-listing > li:hover img,
  .fh-social-links-listing > li:focus img,
  .fh-social-links-listing > li:active img {
    transform: scale(1.3);
  }
}
@media (max-width: 1080px) {
  .contact-information-bar-content {
    float: none;
    text-align: center;
  }
  .fh-social-links-wrapper {
    text-align: center;
  }
  .contact-information-bar-search {
    display: none;
  }
  .fh-social-links-listing > li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.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: 16px;
  margin-right: 15px;
  padding-top: 0;
  display: block;
}
.content-page .tabs-wrapper {
  width: 100%;
  max-width: 85%;
  max-width: min(100%,85%);
  margin-left: auto;
  margin-right: auto;
}
.header-logo {
  max-width: 30%;
}
.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: #102848;
  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;
  line-height: 1.8;
  list-style: none;
  background-color: #fff;
  font-weight: 700;
  border-radius: 6px;
  z-index: 99999999;
  border: solid 2px #102848;
}
.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;
  display: block;
  padding: 5px 10px;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  color: #102848;
  box-shadow: inset 0 0 0 0 rgba(16,48,92,0.7);
  margin: 0 0;
  padding: 0 0.25rem;
}
.tabs ul .sub-navigation-menu a:hover,
.tabs ul .sub-navigation-menu a:focus,
.tabs ul .sub-navigation-menu a:active {
  color: #fff;
  box-shadow: inset 250px 0 0 0 #6c0832;
}
.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 (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;
}
.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: 1.2rem;
  padding-right: 10px;
}
.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,
.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;
  padding: 15px 5px;
}
.tabs a.main-menu-link:hover,
.tabs a.main-menu-link:focus,
.tabs a.main-menu-link:active {
  color: #fff;
  background-color: #6d0a33;
}
.tabs a.main-menu-link:hover .fa,
.tabs a.main-menu-link:focus .fa,
.tabs a.main-menu-link:active .fa {
  color: #fff;
}
.ddl-menu-wrappings {
  display: none;
  background-color: #bad5ef;
  background-color: rgba(186,213,239,0.7);
}
.content-page .ddl-menu-wrappings {
  background-color: #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: 1080px) {
  .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: 1081px) {
  .sub-navigation-menu {
    min-width: 250px;
  }
}
@media (max-width: 1080px) {
  .navigation-menu {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .tabs {
    display: none;
    background-color: #102848;
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .tabs li {
    display: block;
    margin: 0;
  }
  .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 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 {
    display: inline-block;
    vertical-align: top;
  }
  .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 {
    padding: 5px 20px;
  }
  .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: inline-block;
    vertical-align: top;
    color: #fff;
  }
  .tabs .sub-navigation-menu {
    margin-left: 20px;
  }
  .tabs .ddl-menu-wrappings {
    display: none;
  }
  .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;
  }
}
.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;
}
#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%;
  max-width: min(100%,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;
  transition: opacity 0.2s;
}
.contact-icons img:hover,
.contact-fc-logo:hover {
  opacity: 1;
}
@media (max-width: 1080px) {
  .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-color: #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;
}
.services-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
.services-title {
  background-color: #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/chart_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;
}
.Services {
  padding-bottom: 40px;
  background: url(/docs/section_background.png) no-repeat left top;
  top: 0;
  width: 100%;
  z-index: 0;
  background-size: cover;
}
.Services .services-text {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  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;
  }
}
.footer-listing-arrow {
  cursor: pointer;
}
.footer-columns-wrappings {
  padding: 20px 7.5%;
  color: #0f2847;
  background-color: #f5f5f5;
  font-size: 18px;
  text-align: left;
}
.footer-columns-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
}
.footer-columns-wrappings h1,
.footer-columns-wrappings h2,
.footer-columns-wrappings h3,
.footer-columns-wrappings h4,
.footer-columns-wrappings h5,
.footer-columns-wrappings h6 {
  margin: 0;
  padding: 0;
}
.footer-columns-wrappings p {
  margin-top: 0;
  padding-top: 0;
}
.footer-column[data-has-sub-title="true"] h2.footer-sub-title,
.footer-column[data-has-title="true"][data-has-sub-title="false"] h2.footer-title {
  margin-bottom: 20px;
}
.site-footer-section-links-listing,
.site-footer-section-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-section-images-listing > li {
  display: block;
}
.site-footer-section-images-listing > li a,
.site-footer-section-images-listing > li a:link,
.site-footer-section-images-listing > li a:visited,
.site-footer-section-images-listing > li a:hover,
.site-footer-section-images-listing > li a:focus,
.site-footer-section-images-listing > li a:active {
  display: block;
}
.site-footer-section-images-listing > li img {
  width: 100%;
  height: auto;
}
.site-footer-section-images-listing img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
.site-footer-section-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-section-links-listing > li {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.site-footer-section-links-listing > li > a,
.site-footer-section-links-listing > li > a:link,
.site-footer-section-links-listing > li > a:visited,
.site-footer-section-links-listing > li > a:hover,
.site-footer-section-links-listing > li > a:focus,
.site-footer-section-links-listing > li > a:active {
  display: block;
  color: #0f2847;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.site-footer-section-links-listing > li > a {
  transition: color 0.2s;
}
.site-footer-section-links-listing > li,
.site-footer-section-links-listing > li > a,
.site-footer-section-links-listing > li > a:link,
.site-footer-section-links-listing > li > a:visited,
.site-footer-section-links-listing > li > a:hover,
.site-footer-section-links-listing > li > a:focus,
.site-footer-section-links-listing > li > a:active {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.site-footer-section-links-listing > li > a:hover,
.site-footer-section-links-listing > li > a:focus,
.site-footer-section-links-listing > li > a:active {
  text-decoration: underline;
  color: #6d0b34;
}
@media (min-width: 940px) {
  .footer-title-wrapper {
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-bottom: 2px #134a82 solid;
  }
  .footer-column[data-has-sub-title="true"] h2.footer-sub-title,
  .footer-column[data-has-title="true"][data-has-sub-title="false"] h2.footer-title {
    margin-bottom: 0;
  }
  .footer-columns-wrappings[data-columns-gt1="true"] > .footer-columns-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-columns-wrappings[data-columns-gt1="true"] > .footer-columns-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-columns-wrappings[data-columns-count="2"] > .footer-columns-wrapper > .footer-column {
    max-width: 48%;
  }
  .footer-columns-wrappings[data-columns-count="3"] > .footer-columns-wrapper > .footer-column {
    width: 33%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer-columns-wrappings[data-columns-count="3"] > .footer-columns-wrapper > .footer-column-1 {
    width: auto;
  }
  .footer-columns-wrappings[data-columns-count="3"] > .footer-columns-wrapper > .footer-column-2 {
    width: 33%;
    max-width: 33%;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
  }
  .footer-columns-wrappings[data-columns-count="3"] > .footer-columns-wrapper > .footer-column-2 {
    -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%;
  }
  .footer-columns-wrappings[data-columns-count="3"] > .footer-columns-wrapper > .footer-column-3 {
    width: 25%;
  }
  .footer-columns-wrappings[data-columns-count="4"] > .footer-columns-wrapper > .footer-column {
    max-width: 23%;
  }
  .footer-columns-wrappings[data-columns-count="5"] > .footer-columns-wrapper > .footer-column {
    max-width: 18.4%;
  }
}
@media (max-width: 939px) {
  .footer-columns-wrappings > .footer-columns-wrapper > .footer-column + .footer-column {
    margin-top: 20px;
  }
}
.copyright {
  background-color: #102848;
  text-align: center;
  padding-bottom: 10px;
  font-size: 11px;
  color: #fff;
}
.copyright .copyright-statements {
  margin-top: 0;
  padding-top: 20px;
  padding-left: 4px;
  padding-right: 4px;
}
.copyright a,
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  text-decoration: underline;
}
.copyright-disclaimer {
  background-color: #102848;
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #d3d3d3;
}
.fh-copyright-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1081px) {
  html.has-copyright-first-images .copyright,
  html.has-copyright-second-images .copyright {
    gap: 20px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  html.has-copyright-first-images .copyright,
  html.has-copyright-second-images .copyright {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.has-copyright-first-images .copyright,
  html.has-copyright-second-images .copyright {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  html.has-copyright-first-images .copyright,
  html.has-copyright-second-images .copyright {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-copyright-images-first {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .copyright-statements {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .fh-copyright-images-second {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.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: #102848;
  text-align: center;
  padding: 0;
}
.mobile-navbar {
  background: #102848;
  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;
  color: #fff;
}
.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%;
  text-align: left;
}
.showing-mobile-search .mobile-search-box-wrappings {
  background: #3b9fa8;
}
@media (max-width: 1600px) {
  .award-image {
    opacity: 0.4;
  }
}
@media (max-width: 1000px) {
  .award-image {
    display: none;
  }
}
@media (max-width: 1080px) {
  .mobile-logo,
  .mobile-navbar {
    display: block;
  }
  .showing-mobile-search .mobile-search-box-wrappings {
    background-color: #06406e;
    padding: 8px;
  }
  .mobile-close-menu {
    display: inline-block;
  }
  .header-search {
    display: none !important;
  }
  img[src="/docs/logo-services.png"] {
    display: none;
  }
  html.showing-mobile-search .mobile-search-box-wrappings {
    display: block;
  }
}
.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-color: #F1F1F1;
  border: 2px #CCC outset;
  table-layout: fixed;
}
.ecard-table,
.ecard-table * {
  max-width: 100%;
}
.ecardPreview img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  td.ecard ul.ecard li {
    width: 40%;
  }
}
@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;
  }
}
.doctor-listing-page table {
  width: 100%;
  table-layout: fixed;
}
.doctor-listing-page table span.doctor {
  white-space: pre;
  display: block;
}
.doctor-listing-page {
  text-align: center;
}
.doctor-listing-page table {
  display: inline-table !important;
  text-align: left;
}
@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%;
  }
}


