﻿table.filter-radio {
  /*    max-height: 200px;*/
  /*    overflow-y: scroll;*/
  display: flex;
  background: white;
}
table.filter-radio tbody {
  width: 100%;
}
table.filter-radio tr {
  width: 100%;
  display: block;
}
table.filter-radio tr:first-of-type td {
  border-top: 1px solid #efefef;
}
table.filter-radio tr td {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
table.filter-radio tr td input {
  cursor: pointer !important;
}
table.filter-radio tr td label {
  padding-left: 10px;
  margin-bottom: 0;
  cursor: pointer !important;
}

.filter-card {
  cursor: pointer;
  transition: 0.3s all ease;
}
.filter-card:hover {
  background: #f0f0f0;
}

.show-mobile-filters {
  z-index: 1030;
  background: #f9f9f9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: scroll;
}

.badge-filters {
  background: #a7288a;
  color: white;
}

#results .card, #featuredResults .card {
  transition: all 0.3s ease;
}
#results .card:hover, #featuredResults .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.hp-search__item {
  cursor: pointer;
  list-style: none;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.hp-search__item:hover {
  background: rgba(167, 40, 138, 0.05);
}

.hp-search__card {
  position: absolute;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  z-index: 9;
  top: -5px;
  margin-top: 54px;
}

.card__hover-zoom {
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.card__hover-zoom .card-header {
  overflow: hidden;
}
.card__hover-zoom .card-header .card-img-top {
  transition: all ease-in-out 0.2s;
}
.card__hover-zoom .card-header .card-img-top.youtube-thumb {
  margin-top: -10%;
  margin-bottom: -10%;
}

.card__hover-zoom:hover .card-img-top {
  transform: scale(1.1) rotate(1deg);
}

@media (min-width: 767px) {
  .search-header {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 767px) {
  .search-header__main .search-header__card {
    background: #e9f1e5 !important;
    border-radius: 0 !important;
  }
}
.search-header h1 {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .full-results-alert {
    right: 0 !important;
    max-width: 100% !important;
    margin: 25px;
  }
}
@media (min-width: 992px) {
  #uniLogo {
    text-align: right !important;
  }
}
@media (max-width: 992px) {
  #uniLogo {
    text-align: left !important;
  }
}

@media (min-width: 767px) {
  .card-link-row .card-link-row__item a:hover {
    color: #a7288a !important;
  }
}
.card-link-row .card-link-row__item:last-of-type {
  margin-bottom: 15px !important;
}
.card-link-row .card-link-row__item:last-of-type hr {
  display: none !important;
  border-colot: #efefef;
}

.search-blurb p {
  display: inline-block;
}
.search-blurb__intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-blurb__intro p {
  display: inline;
}
@media (max-width: 767px) {
  .search-blurb__read-more {
    margin-bottom: 20px;
  }
}
