@media only screen and (min-width: 150px) and (max-width: 768px) {
  * {
    padding: 0;
    margin: 0;
    font-family: arial;
    -webkit-font-smoothing: antialiased;
  }

  form {
    text-align: right;
    margin-bottom: 15px;
  }

  input[type=text], input[type=password], textarea, input[type=email], input[type=currency], input[type=tel], input[type=search], input[type=submit], input[type=number], input[type=checkbox], input[type=radio], select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-weight: normal;
  }

  ::-webkit-input-placeholder {
    color: #000;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
  }

  :-ms-input-placeholder {
    color: #000;
  }

  input[type=submit] {
    display: inline-block;
    background-color: #d88105;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: bold;
    border: 1px solid #d88105;
  }

  select, input[type=text] {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    min-width: 100px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #007cba;
  }

  label {
    display: inline-block;
    vertical-align: middle;
    color: #585858;
    font-size: 14px;
    margin-right: 5px;
  }

  img {
    border: none;
  }

  .clear {
    clear: both;
  }

  html, body {
    width: 100%;
    height: 100%;
  }

  body {
    background-color: #f7f7f7;
  }

  header {
    display: block;
    width: 100%;
    height: 81px;
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  }
  header .header {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  header .header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
  }
  header .header .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  header .header .switch {
    position: absolute;
    top: 15px;
    right: 0;
  }
  header .header .switch span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }
  header .header .switch span:nth-of-type(2) {
    display: none;
  }
  header .header .switch img {
    width: 50px;
    height: auto;
    display: inline-block;
  }
  header .header .switch a {
    color: #3d4b5d;
  }

  .error {
    display: block;
    background-color: #e90600;
    color: #ffffff;
    text-align: center;
    padding: 15px 25px;
    margin-top: 15px;
  }

  .container {
    background-color: #ffffff;
    padding-top: 80px;
    min-height: -moz-calc(100% - 130px);
    min-height: -webkit-calc(100% - 130px);
    min-height: -o-calc(100% - 130px);
    min-height: calc(100% - 130px);
  }
  .container h1 {
    background-color: #007cba;
    display: block;
    padding: 15px 25px;
    text-align: center;
    color: #ffffff;
  }
  .container .main {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 25px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .main h2 {
    font-size: 30px;
    color: #007cba;
  }
  .container .main h3 {
    font-size: 24px;
    color: #d88105;
  }
  .container .main ul {
    padding: 0 0 0 20px;
  }
  .container .main ul li {
    font-size: 20px;
    color: #3d4b5d;
  }
  .container .main .hospitals {
    display: block;
    position: relative;
  }
  .container .main .hospitals .hospital_main {
    display: block;
    background-color: #f7f7f7;
    margin-top: 50px;
    position: relative;
  }
  .container .main .hospitals .hospital_main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 998;
    display: none;
  }
  .container .main .hospitals .hospital_main .overlay:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .container .main .hospitals .hospital_main.open {
    background-color: #3d4b5d;
  }
  .container .main .hospitals .hospital_main.open .title span {
    color: #ffffff;
  }
  .container .main .hospitals .hospital_main.open .title span.name {
    color: #81da20;
  }
  .container .main .hospitals .hospital_main .title, .container .main .hospitals .hospital_main .chart {
    display: block;
  }
  .container .main .hospitals .hospital_main .title {
    width: auto;
    padding: 5px 15px;
    vertical-align: top;
  }
  .container .main .hospitals .hospital_main .title span {
    display: block;
    color: #007cba;
    font-weight: bold;
  }
  .container .main .hospitals .hospital_main .title span.name {
    color: #3d4b5d;
    font-size: 22px;
  }
  .container .main .hospitals .hospital_main .chart {
    vertical-align: middle;
    width: auto;
    height: 55px;
    position: relative;
  }
  .container .main .hospitals .hospital_main .chart .bar {
    width: 0;
    height: 55px;
    display: inline-block;
    background-color: #81da20;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
  }
  .container .main .hospitals .hospital_main .chart .bar2 {
    width: 0;
    height: 55px;
    background-image: url(/images/stripe.png);
    background-repeat: repeat;
    background-position: center center;
    display: inline-block;
    background-color: #3d4b5d;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
  }
  .container .main .hospitals .hospital2_main {
    background-color: #f7f7f7;
    padding: 25px;
  }
  .container .main .hospitals .hospital2_main .beds {
    display: block;
    text-align: center;
  }
  .container .main .hospitals .hospital2_main .beds h2 {
    text-align: center;
  }
  .container .main .hospitals .hospital2_main .beds .type {
    width: 150px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
  }
  .container .main .hospitals .hospital2_main .beds .type:nth-of-type(5n) {
    margin-right: 0;
  }
  .container .main .hospitals .hospital2_main .beds .type .title {
    text-align: center;
    font-weight: bold;
    color: #585858;
    margin-bottom: 15px;
  }
  .container .main .hospitals .hospital2_main .beds .type .title2 {
    text-align: center;
    font-weight: bold;
    color: #585858;
    margin-top: 15px;
  }
  .container .main .hospitals .hospital2_main .beds .type .pie {
    width: 150px;
    height: 150px;
  }
  .container .main .hospitals .spacer {
    width: 100%;
    height: 1px;
    background-color: #007cba;
    margin: 50px 0;
  }
  .container .main .hospitals h3 {
    display: block;
    margin-bottom: 15px;
    color: #3d4b5d;
    font-size: 24px;
    float: left;
  }
  .container .main .hospitals .key {
    float: right;
    margin-bottom: 15px;
  }
  .container .main .hospitals .key .row {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .container .main .hospitals .key .row:last-of-type {
    margin-right: 0;
  }
  .container .main .hospitals .key .row span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #585858;
  }
  .container .main .hospitals .key .row span.green, .container .main .hospitals .key .row span.gray {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .container .main .hospitals .key .row span.green {
    background-color: #81da20;
  }
  .container .main .hospitals .key .row span.gray {
    background-color: #3d4b5d;
  }
  .container .main .hospitals .sfbhn_networks {
    display: block;
    padding: 1px 15px 15px 15px;
    background-color: #c1d7e9;
    position: relative;
  }
  .container .main .hospitals .sfbhn_networks .hospital {
    display: block;
    background-color: #f7f7f7;
    cursor: pointer;
    margin-top: 15px;
    position: relative;
  }
  .container .main .hospitals .sfbhn_networks .hospital .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 998;
    display: none;
  }
  .container .main .hospitals .sfbhn_networks .hospital .overlay:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .container .main .hospitals .sfbhn_networks .hospital.open {
    background-color: #3d4b5d;
  }
  .container .main .hospitals .sfbhn_networks .hospital.open .title span {
    color: #ffffff;
  }
  .container .main .hospitals .sfbhn_networks .hospital.open .title span.name {
    color: #81da20;
  }
  .container .main .hospitals .sfbhn_networks .hospital .title, .container .main .hospitals .sfbhn_networks .hospital .chart {
    display: block;
  }
  .container .main .hospitals .sfbhn_networks .hospital .title {
    width: auto;
    padding: 5px 15px;
    vertical-align: top;
    text-align: center;
  }
  .container .main .hospitals .sfbhn_networks .hospital .title span {
    display: block;
    color: #007cba;
    font-weight: bold;
  }
  .container .main .hospitals .sfbhn_networks .hospital .title span.name {
    color: #3d4b5d;
    font-size: 22px;
  }
  .container .main .hospitals .sfbhn_networks .hospital .chart {
    vertical-align: middle;
    width: auto;
    height: 55px;
    position: relative;
  }
  .container .main .hospitals .sfbhn_networks .hospital .chart .bar {
    width: 0;
    height: 55px;
    display: inline-block;
    background-color: #81da20;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
  }
  .container .main .hospitals .sfbhn_networks .hospital .chart .bar2 {
    width: 0;
    height: 55px;
    background-image: url(/images/stripe.png);
    background-repeat: repeat;
    background-position: center center;
    display: inline-block;
    background-color: #3d4b5d;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 {
    display: none;
    background-color: #f7f7f7;
    padding: 25px;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .information, .container .main .hospitals .sfbhn_networks .hospital2 .beds {
    display: block;
    vertical-align: top;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .information {
    width: auto;
    padding: 25px;
    margin-right: 0;
    background-color: #ffffff;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .information img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .information h2 {
    text-align: left;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .information a {
    color: #007cba;
    text-decoration: none;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds {
    width: auto;
    text-align: center;
    background-color: #ffffff;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds h2 {
    text-align: center;
    background-color: #007cba;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds .type {
    width: 150px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds .type:nth-of-type(5n) {
    margin-right: 0;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds .type .title {
    text-align: center;
    font-weight: bold;
    color: #585858;
    margin-bottom: 15px;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds .type .title2 {
    text-align: center;
    font-weight: bold;
    color: #585858;
    margin-top: 15px;
  }
  .container .main .hospitals .sfbhn_networks .hospital2 .beds .type .pie {
    width: 150px;
    height: 150px;
  }

  footer {
    height: 50px;
    width: 100%;
    background-color: #3d4b5d;
  }
  footer .footer {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer .copyright, footer .footer .knight {
    text-align: center;
    color: #ffffff;
  }
  footer .footer .copyright {
    padding-top: 10px;
    font-size: 14px;
  }
  footer .footer .knight {
    font-size: 12px;
  }
  footer .footer .knight a {
    color: #81da20;
  }

  .loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 79, 140, 0.75);
    display: none;
  }
  .loader .loader2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .loader .loader2 svg {
    width: 100%;
    max-width: 500px;
  }
  .loader .loader2 .title {
    font-size: 24px;
    color: #ffffff;
  }

  .menu {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 998;
    width: 300px;
    max-height: 500px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 5px solid #007cba;
  }
  .menu .title {
    font-size: 20px;
    text-align: center;
    background-color: #007cba;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 25px;
  }
  .menu .menu2 {
    display: block;
    padding: 15px;
  }
  .menu .menu2 select, .menu .menu2 input[type=text] {
    width: 100%;
    font-size: 18px;
  }
  .menu .menu2 input[type=text] {
    cursor: default;
  }
  .menu .menu2 input[type=submit] {
    display: block;
    width: 100%;
  }

  .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=768.css.map */
