@import "fix_problems";
.a2a_kit {
  text-align: right;
}
.header-wrapper {
  display: flex;
}
.header-wrapper a {
  color: #005b9e;
  text-decoration: none;
}
.navigation-menu {
  margin: 0;
  padding: 0;
  height: 50px;
}
.tabs {
  background-color: #173c70;
}
.tabs ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.tabs ul a {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  font-family: gothic, sans-serif;
}
.tabs .submenu-top-item {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.tabs .submenu-top-item:hover > ul {
  z-index: 99999;
  opacity: 1;
  transition: 300ms;
}
.tabs .submenu-top-item ul {
  padding: 10px;
  background: #173c70;
  position: absolute;
  display: flex;
  top: 40px;
  width: 300px;
  left: 0;
  opacity: 0;
  transition: 300ms;
  z-index: -1;
  animation-delay: 1s;
  border: 1px solid #2ecc40;
  border-radius: 8px;
}
.tabs .submenu-top-item ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 300ms;
}
.tabs .submenu-top-item ul li:hover {
  background: white;
  transition: 300ms;
}
.tabs .submenu-top-item ul li:hover a {
  color: #173c70;
}
.tabs .submenu-top-item ul a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tabs .submenu-top-item ul:hover {
  z-index: 99999;
  opacity: 1;
}
@media (max-width: 1000px) {
  .header-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.header-social-icons-wrapper {
  margin-bottom: 8px;
}
.header-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-social-icons > li {
  display: inline-block;
  vertical-align: top;
}
.header-social-icons > li:nth-child(n+2) {
  margin-left: 8px;
}
.header-social-icons img {
  max-width: 48px;
  height: auto;
  aspect-ratio: 1;
  vertical-align: bottom;
}
.header-wrappings {
  text-align: center;
  max-width: 1500px;
  max-width: min(100%,1500px);
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
}
.header-scrolled .header-wrappings {
  background-color: #fff;
}
.header-wrappings img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.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,
.header-wrappings .search-fields .fa:focus,
.header-wrappings .search-fields .fa:active {
  color: #0c66a5;
}
a.book-now {
  color: #4e8c36;
  font-size: 1.4rem;
  font-weight: 800;
}
div.header-container-wrappings {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: solid #173b70 35px;
}
div.header-hospital-address {
  text-align: right;
  color: #173b70;
}
.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 {
  padding: 20px 0;
}
.contact-bar-wrappings p .fa {
  font-size: 16px;
  padding-right: 10px;
}
.content-logo {
  float: left;
}
.content-address {
  float: right;
}
.content-search,
.content-icons {
  padding-top: 10px;
  padding-right: 40px;
  text-align: right;
}
.header-logo-wrapper {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 55;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
}
.header-logo img {
  max-width: 100%;
  height: auto;
  margin-top: 95px;
  background: #fff;
  background: radial-gradient(ellipse at center,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
}
.header {
  text-align: right;
  color: white;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
}
.content-page .wrapper {
  display: none;
}
@media (min-width: ) {
  .header-wrapper {
    text-align: center;
  }
  .home-page .header-container-wrappings:before,
  .home-page .header-container-wrappings:after {
    display: block;
    clear: both;
    content: "";
  }
  .home-page .header-container-wrappings .header-wrappings img {
    transition: width 0.5s linear, height 0.5s linear;
  }
  .home-page .header-container-wrappings .header-wrappings .logo img {
    height: auto;
    padding: 2em;
  }
  .home-page .header-container-wrappings .header-wrappings .hospital-logo img {
    width: 167px;
    height: auto;
  }
  .home-page .header-container-wrappings.header-scrolled .header-wrappings .logo img {
    width: 250px;
    height: auto;
  }
  .home-page .header-container-wrappings.header-scrolled .header-wrappings .hospital-logo img {
    width: 102px;
    height: auto;
  }
  .hospital-logo-and-search {
    margin-left: auto;
    margin-right: 40px;
  }
}
@media (max-width: ) {
  .header-icons {
    display: none;
  }
}
@media (max-width: ) {
  .a2a_kit {
    text-align: center;
  }
  .content-page .hospital-logo-and-search {
    display: none;
  }
  .content-page .content-header-wrapper,
  .header-logo {
    display: none;
  }
  .header-wrappings .hospital-logo {
    margin-bottom: 0;
  }
  .header-wrappings {
    padding-bottom: 0;
  }
  .hospital-logo {
    margin-top: 20px;
  }
  .hospital-logo img {
    max-width: 100px;
    height: auto;
  }
  .hospital-logo-and-search {
    padding: 20px;
    text-align: center;
  }
}
.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;
  text-align: center;
  padding: 0;
}
.mobile-navbar {
  background: #0f416b;
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em;
  border-top: 5px solid #6cbe4b;
}
.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: ) {
  .mobile-logo,
  .mobile-navbar,
  .mobile-search-box-wrappings {
    display: block;
  }
  .showing-mobile-search .mobile-search-box-wrappings {
    background: #6b88af;
    padding: 8px;
  }
  .mobile-close-menu {
    display: inline-block;
  }
  .header-search {
    display: none !important;
  }
  img[src="/docs/logo-services.png"] {
    display: none;
  }
}
tr.welcome-row {
  display: flex;
  align-items: center;
}
td.welcome-image {
  vertical-align: middle;
}
td.welcome-text {
  vertical-align: center !important;
  display: table-cell;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
}
.home-page-section-icon-containers {
  display: none;
}
.home-page-welcome-contained-wrapper {
  justify-content: center;
}
.information-container-wrappings {
  width: auto !important;
}
.header-address-content-wrapper + .header-address-content-wrapper,
.footer-columns-container-wrapper + .footer-columns-container-wrapper,
.content-menu-wrappings-1 + .content-menu-wrappings-1 {
  display: none !important;
}
.header-wrapper .fa-facebook-square:before {
  color: #4267B2;
}
a.family-clinic {
  text-align: center;
}
table.patient-portal {
  text-align: center;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.pageContent a.patient-portal-btn {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #6cbe4b;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-style: normal;
  text-decoration: none;
  border: 2px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent a.patient-portal-btn:hover {
  background-color: #173b70;
  transition: .4s;
}
.pageContent a.vcr-btn {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #6cbe4b;
  max-width: 500px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-style: normal;
  text-decoration: none;
  border: 2px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent a.vcr-btn:hover {
  background-color: #173b70;
  transition: .4s;
}
.pageContent a.billpay-btn {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #6cbe4b;
  max-width: 350px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-style: normal;
  text-decoration: none;
  border: 2px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent a.billpay-btn:hover {
  background-color: #173b70;
  transition: .4s;
}
.flex-direction-nav a {
  overflow: visible;
  width: 50px;
  height: 50px;
}
.alert-content {
  background: red;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.alert-content a,
.alert-content a:link,
.alert-content a:visited,
.alert-content a:active,
.alert-content a:hover,
.alert-content a:focus {
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alert-content a:hover {
  text-decoration: underline;
  opacity: .8;
}
.flex-direction-nav a:before {
  font-size: 32px;
}
h1.nursing-title {
  font-weight: bold;
}
.nursing-title h1 a:hover {
  opacity: .8;
  transform: scale(1.1);
}
.food-menu-day {
  margin: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.food-menu-day a,
.food-menu-day a:link,
.food-menu-day a:visited,
.food-menu-day a:hover,
.food-menu-day a:focus,
.food-menu-day a:active {
  text-decoration: none;
  color: #fff;
}
.food-menu-day a:hover {
  text-decoration: underline;
}
.fa-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 40px;
  font-size: 2em;
}
.fa-icon a:link,
a:focus,
a:active {
  color: #484275;
}
.fa-icon:hover {
  color: #08586e;
  transition: .4s;
  transform: scale(1.1);
}
.event-html-calendar-listing {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.calendar-food-menu {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .calendar-food-menu {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-food-menu {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 360px) {
  .calendar-food-menu {
    font-size: 1.0rem;
  }
}
.calendar-food-menu li {
  margin-left: 30px;
  text-align: left;
}
.contact-bar-content {
  display: none;
}
.provider-images {
  z-index: 2300;
}
.provider-images .random-providers-listing img {
  transition: transform 0.4s;
}
.provider-images .random-providers-listing img:hover {
  transform: scale(1.4);
}
.navigation-menu .fa-home {
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
}
.navigation-menu .fa-home:hover {
  -moz-transform: translate3d(0,3px,0) scale(2);
  -o-transform: translate3d(0,3px,0) scale(2);
  -webkit-transform: translate3d(0,3px,0) scale(2);
  -ms-transform: translate3d(0,3px,0) scale(2);
  transform: translate3d(0,3px,0) scale(2);
}
.site-main-slideshow-container {
  position: relative;
}
.site-main-slideshow-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.doctor-listing-page {
  text-align: center;
}
.doctor-listing-page table {
  display: inline-table !important;
  text-align: left;
}
input.search-text {
  padding: 1px 1px 1px 6px;
}
.contact-bar-content {
  font-size: 16px;
  transition: font-size 0.3s;
}
.fh-info----news-item-image img:hover {
  tranform: scale(1.1);
  opacity: .6;
  transition: .4s;
}
.fh-info----news-item img:hover {
  transform: scale(1.2);
  opacity: .6;
  transition: .4s;
}
.fh-info----news-item-title a:link,
a:visted,
a:active {
  text-decoration: none;
}


