html, body {
  background: #fff;
  height: 100%;
  font-weight: 300;
  font-family: Arial, sans-serif;
  color: #2e3b44;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #a6093d;
  text-decoration: none;
  background-color: transparent;
}

h2 {
  color: #fff;
  font-size: 1rem;
}

a:hover, a:focus, a:active, a:visited {
  outline: 0;
  text-decoration: none;
  color: inherit;
  color: #a6093d;
}

.container-fluid {
  padding: 0;
}

.navbar-top {
  height: 42px;
  width: 100%;
  display: block;
  background-color: #a4003b;
}

#masthead .menu {
  height: 90px;
}

#masthead #logo {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 50px;
  background: url("../img/logo.svg") left center no-repeat;;
  display: table-cell;
  /* background: url("../img/logo-white.svg") left center no-repeat; */
  background-size: contain;
  position: relative;

}

#masthead #logo a {
  display: block;
  height: 100%;
  width: 100%;
}

#menu-main-navigation {
  float: right;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-main-navigation > li {
  /* font-size: 20px; */
  font-weight: 600;
  letter-spacing: -0.3px;
  vertical-align: middle;
}

#menu-main-navigation > li.nav-health-connection {
  display: inline-block;
  background-color: #425563;
  border-color: #425563;
  padding: 4px 14px;
  margin: 27.5px 0;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  border-bottom-left-radius: 500px;
  margin-left: 20px;
}

#menu-main-navigation > li.nav-health-connection:hover {
  background-color: #355064;
  border-color: #355064;
}

#menu-main-navigation > li.nav-health-connection a{
  font-size: 16px;
  color: white;
}

#menu-main-navigation > li.nav-health-connection a:hover{
  color: white;
}

.dark {
  background-color: #768691;
}

.dark-footer {
  background-color: #435562;
  padding: 30px 0;
}

.page-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-banner h1{
  color: #fff;
  text-align: center;
}

.locations-container {
  max-width: 800px;
  margin-bottom: 40px;
}

.emergency-text {
  margin: 40px 0px 30px 0px;
}

ul.hospital {
  color: #a4003b;
  margin: 0 0 1rem 0;
}

ul .hospital-name {
  font-weight: 600;
}

.locations {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-footer-main {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}

.logo-footer-main img {
  width: 150px;
}

.menus {
  padding: 35px 0;
}

.menus .location-name {
  color: #fff;
}

.menus .location-phone a {
  color: #fff;
}

footer {
  background-color: #333333;
}

.footer-bottom {
  padding: 30px 0;
  font-size: 0.9em;
  color: #fff;
}

.logo-footer-main {
  text-align: center;
}

.footer-bottom .container {
  height: 45px;
}

.footer-bottom .connect-footer {
  font-size: 24px;
  margin-bottom: 0;
  width: 20%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
}

.footer-bottom .connect-footer li {
  margin-top: 0px;
  margin-right: 1em;
  margin-bottom: 0px;
  margin-left: 0px;
}

.footer-bottom ul li {
  display: inline-block;
  padding: 0;
}

.footer-bottom .connect-footer a {
  color: #fff;
}

.footer-bottom .copyright {
  line-height: 45px;
  float: right;
}
/* iconmoon styles */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  margin-right: 5px;
  stroke: currentColor;
  fill: currentColor;
}

.icon-phone-black {
  font-size: 16px;
  color: #3d5364;
  margin-right: 10px;
}
.icon-phone {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .logo-footer-main {
    text-align: center;
  }

  .locations {
    border-right-width: 0px;
  }

  .menus {
    text-align: center;
    padding-top: 0;
  }

  .footer-bottom .connect-footer {
    width: 30%;
  }

}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  h2 {
    color: #fff;
    font-size: 16px;
  }

  #masthead #logo {
    width: 125px;
  }

  #menu-main-navigation > li.nav-health-connection a {
    font-size: 16px;
    color: white;
  }

  #menu-main-navigation > li.nav-health-connection {
    display: block;
    padding: 0 10px;
    margin: 10px;
    text-align: center;
  }

  .emergency-text {
    margin: 40px 40px 30px 40px;
  }

  ul.hospital {
    margin: 0 40px 1rem 40px;
  }

  .menus .location-phone {
    margin-bottom: 25px;
  }

  .menus .col-sm-12:last-child {
    margin-bottom: 0px;
  }

  .menus .row {
    margin: 0;
    padding: 0;
  }

  .footer-bottom .connect-footer {
    width: 100%;
    float: none;
    text-align: center;
  }

  .footer-bottom .copyright {
    float: none;
    text-align: center;
    width: 100%;
  }

  .footer-bottom {
    padding: 30px 0 60px 0;
  }

  .footer-bottom .connect-footer li:last-child {
    margin-right: 0;
  }
}
