@media (min-width: 992px) {
  .hide-on-desktop {
    display: none; } }

@media (max-width: 991px) {
  .hide-on-mobile-tablet {
    display: none; } }

/* ------------------- NEWS ITEMS ----------------------- */
.in-the-news-logo {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
  background-color: #fff; }
  .in-the-news-logo:hover, .in-the-news-logo.active {
    box-shadow: 0 11px 14px 0 rgba(0, 119, 204, 0.1);
    border: 1px solid rgba(0, 119, 204, 0.1); }
  .in-the-news-logo img {
    height: 30px;
    max-width: 100%; }

#in-the-news-container {
  max-height: 3.2em;
  height: 3.2em;
  -webkit-line-clamp: 2; }
  @media (max-width: 767px) {
    #in-the-news-container {
      max-height: 4.8em;
      height: 4.8em;
      -webkit-line-clamp: 3; } }

/* ----------------- END NEWS ITEMS --------------------- */

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