/* Specility Coe 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
********************
**/
@media only screen and (max-width: 576px) {
  .speciality-coe-listing .view--aster-search .views-row .search-listing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.speciality-coe-listing .view--aster-search .views-row .search-listing__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 10.875rem;
  background: #f2f2f2;
}

.speciality-coe-listing .view--aster-search .views-row .search-listing__left .media {
  padding-top: 30px;
  padding-bottom: 30px;
}

.speciality-coe-listing .view--aster-search .views-row .search-listing__left img {
  height: 4.125rem;
  margin: auto;
}

.speciality-coe-listing .view--aster-search .views-row .search-listing__right__detials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

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

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

.speciality-coe-listing .view--aster-search .views-row .search-listing__right__detials .hospital-excert p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

@media only screen and (max-width: 576px) {
  .speciality-coe-listing .view--aster-search .views-row .search-listing__right__detials .hospital-excert ul,
  .speciality-coe-listing .view--aster-search .views-row .search-listing__right__detials .hospital-excert ol {
    text-align: left;
    padding-left: 3.125rem;
  }
}

.speciality-coe-listing ul.speciality-coe-tabs {
  max-height: 3rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.125rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 576px) {
  .speciality-coe-listing ul.speciality-coe-tabs {
    max-width: 13.625rem;
    margin: 0 auto;
  }
}

.speciality-coe-listing ul.speciality-coe-tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 0.875rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 0.0375rem solid #384f7e;
}

.speciality-coe-listing ul.speciality-coe-tabs li:first-child {
  border-right: 0;
}

.speciality-coe-listing ul.speciality-coe-tabs li:last-child {
  border-left: 0;
}

.speciality-coe-listing ul.speciality-coe-tabs li .link {
  color: #02050a;
  cursor: pointer;
}

.speciality-coe-listing ul.speciality-coe-tabs li.active {
  background-color: #00B48D;
  -webkit-box-shadow: 0 0.1875rem 0.375rem #00000029;
          box-shadow: 0 0.1875rem 0.375rem #00000029;
  border: 0;
}

.speciality-coe-listing ul.speciality-coe-tabs li.active .link {
  color: white;
}

.speciality-coe-listing.aster-listing .region--sidebar .block--facets:first-child h2 {
  padding-top: 1.75rem;
  border-top: 0;
}

.speciality-coe-listing.aster-listing .region--sidebar .block--facets .facet-header {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #edebef;
}

/*# sourceMappingURL=speciality-coe-listing.css.map */
