/* _____ Colors _____ *\
Gray: rgb(158,165,172)
Dark Gray: rgb(107,115,123)
Yellow: rgb(244,220,0)
Blue: rgb(0,68,106)
Red: rgb(159,52,0)
Green: rgb(102,159,0)


/* */
.card {
  margin-bottom: 0;
}
.card-product .card-image {
  padding: 0.75rem 1.5rem;
}
.card-body {
  padding: 0.75rem 1.5rem;
}
.book_section_start {
  margin-top: 30px;
}
.learning_resource {
  margin-bottom: 30px;
}
.learning_resource:hover div div h6,
.learning_resource:hover div div p {
  color: rgb(80,124,247);
}
.learning_filter:hover {
  cursor: pointer;
}

.spotlight_text_overlay {
  background: none;
  height: 100%;
  max-height: 500px;
  position: absolute;
  top: 65px;
  width: 100%;
}

#learning_filter_message {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 9999;
  text-align: center;
  /* background: rgb(150,150,150); */
  color: white;
  padding: 0.4rem 0.75rem;
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 0.85em;
  text-transform: capitalize;
  background-color: rgb(25,48,116);
}
#learning_filter_message:hover {
  background-color: rgb(80,124,247);
}

.blue_message {
  color: rgb(80,124,247);
}

.no_content_after:after {
  content: "" !important;
}

@media (max-width:767px){
  .card {
    max-height: 250px;
  }
}

@media (min-width:992px){
  .spotlight_text_overlay {
    background: none;
    height: 100%;
    max-height: 700px;
    position: absolute;
    top: 200px;
    width: 100%;
  }
}
@media (max-width:991px){
  .banner_headline {
    font-size: 1.5em;
  }
  .lh-disappear-md-smaller {
    line-height: 0!important;
  }
  .dropdown-menu-right {
    right: auto;
    left: 0;
  }
}

