/* Hospital listing page  styling */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.hospital-listing .view--aster-search .views-row .search-listing__left img {
  height: 13.625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .hospital-listing .view--aster-search .views-row .search-listing__left img {
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .hospital-listing .view--aster-search .views-row .search-listing__left img {
    max-width: 13.625rem;
    height: 17.0625rem;
    margin: auto;
  }
}

.hospital-listing .view--aster-search .views-row .search-listing__right {
  font-size: 1rem;
}

@media only screen and (min-width: 992px) {
  .hospital-listing .view--aster-search .views-row .search-listing__right__info {
    margin-top: 0;
  }
}

.hospital-listing .view--aster-search .views-row .search-listing__right__links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hospital-listing .view--aster-search .views-row .search-listing__right__links__direction a {
  color: #164D92;
  font-weight: 500;
  line-height: 1.125rem;
}

.hospital-listing .view--aster-search .views-row .search-listing__right__links__direction::before {
  content: '';
  background-image: url(../../../images/direction.svg);
  top: 0.3125rem;
}

.hospital-listing .view--aster-search .views-row .search-listing__right__detials .hospital-name a {
  color: #164D92;
}

.hospital-listing .view--aster-search .views-row .search-listing__right__detials .hospital-address {
  margin-bottom: 0.625rem;
  line-height: 1.375rem;
}

.hospital-listing .view--aster-search .views-row .search-listing__right__detials .hospital-excert {
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

.hospital-listing .view--aster-search .views-row .search-listing__right__detials .hospital-excert p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.hospital-listing.aster-listing .region--sidebar .block--facets:first-child {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #edebef;
}

/*# sourceMappingURL=hospital-listing.css.map */
