  /* Multifeed START */

   .hero .newsItemDiv {
     padding: 0;
     margin: 0px -20px;
  }
  
   .hero .multi-feed {
     margin-bottom: -1px;
  }
  
   .hero .contentBox {
     border: none;
  }  

   .feed-item-title, .news-tile-date, .news-tile-time, .newsItemDivider {
     display:none;  
    }

  
  /*Content Feeds Styling START */
  
  .panel p {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
    }
    
    
  .h1, .h2, .h3, .h4, .h5, .h6, a, a:link, a:visited, h1, h2, h3, h4, h5, h6 {    
    color: #404246;
    }
    
  .newsItems h3 {
    font-size: 1.2em
    }
    
  .news-tile-tags {
    display: none!important;
    }

  .news-tile-abstract img {
    display: none!important;
    }
   
  .news-tiles .news-tile .news-tile-image-and-date {
    position: relative; /* Ensures images are relatively positioned */
    overflow: hidden;
    height: 172px;
    margin: -15px -15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .news-tiles .news-tile .news-tile-image-and-date .news-tile-image {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center;
	  
  }
  
   
    /* Horizontal Scroller START*/ 
    
  .horizontal-news-scroller .panel {
     border: none;
     box-shadow: 0 0 0 rgba(0, 0, 0, 0);
     background-color: transparent;
     transition: transform 0.3s ease;
     overflow: hidden;
  }
  
  .horizontal-news-scroller .panel:hover {
     transform: scale(1.03);
  }
      
  .horizontal-news-scroller .panel-body {
     display: flex; 
  }
      
  .horizontal-news-scroller .news-tiles .news-tile .news-tile-image-and-date {
     margin: 0;
     height:auto;
  }
      
  .horizontal-news-scroller .news-tile-image-and-date {
     width:50%;
  }
      
   .horizontal-news-scroller .news-tile-title-and-abstract {
     margin-left: 25px;
  }
      
   .horizontal-news-scroller .panel h2 {
     font-size: 2.2rem;
     color: #404246;
     margin-bottom: 10px;
  }
      
   .horizontal-news-scroller a {
     text-decoration:none;
  }
      
   .horizontal-news-scroller .news-tile-content {
     display: flex;
     align-items: flex-start;
  }
      
   .horizontal-news-scroller .news-tile-image-and-date {
      margin-right: 20px; /* Adjust the space between the image and the text as needed */
      } 
      
   .horizontal-news-scroller .news-tile-title-and-abstract {
      flex: 1;
      }
      
  @media (max-width: 991px) {
   .horizontal-news-scroller .panel-body { 
     display: flex;  
     flex-direction: column;
   }
      
   .horizontal-news-scroller .news-tiles .news-tile .news-tile-image-and-date {
     width: auto;
   }
      
   .horizontal-news-scroller .news-tile-title-and-abstract {
     margin-left: 0;
     margin-top: 25px;
   }
      }
  
   .horizontal-news-scroller .panel h2 {
     font-size: 2.7rem;
     font-weight: bold;
   }
  
  @media (max-width: 991px) {
   .horizontal-news-scroller .news-tiles .news-tile .news-tile-image-and-date { 
     height: 172px;  
   } }
      
      
    /* Horizontal Scroller END*/
  
    /* Research Spotlight START */
   .research-spotlight .panel-body {
      flex-direction: row-reverse;
  }
  
   .research-spotlight .news-tiles .news-tile .news-tile-image-and-date {
     margin: 0; 
     height:auto;
   }
  
   .research-spotlight .news-tile-title-and-abstract {
     margin: 25px 25px 25px 0!important;
      }
  
    /* Research Spotlight END */
    
    /* News Spotlight START*/ 
      
   .news-spotlight .panel {
     border: none;
     box-shadow: 0 0 0 rgba(0, 0, 0, 0);
     background-color: transparent;
  }
      
   .news-spotlight .panel-body {
     display: flex; 
     padding: 15px 0;
  }
      
   .news-spotlight .news-tile {
     flex: 0 0 calc(100% / var(--sb-news-tiles-per-row-xs));
     max-width: calc(100% / var(--sb-news-tiles-per-row-xs));
     transition: transform 0.3s ease; 
     overflow: hidden;
  }
  
   .news-spotlight .news-tile:hover {
     transform: scale(1.03);
   }
      
   .news-spotlight .news-tiles .news-tile .news-tile-image-and-date {
     margin: 0;
     height:auto;
  }
      
   .news-spotlight .news-tile-image-and-date {
     width:50%;
  }
      
   .news-spotlight .news-tile-title-and-abstract {
     margin: 25px;
  }
      
   .news-spotlight .panel h2 {
     font-size: 2.2rem;
     color: #404246;
     margin-bottom: 10px;
  }
      
   .news-spotlight a {
     text-decoration:none;
  }
      
  .news-spotlight .news-tile-content {
     display: flex;
     align-items: flex-start;                                                           
  }
      
  .news-spotlight .news-tile-image-and-date {
     margin-right: 20px; /* Adjust the space between the image and the text as needed */
  } 
      
  .news-spotlight .news-tile-title-and-abstract {
     flex: 1;
  }
      
  @media (max-width: 991px) {
    .news-spotlight {
     padding: 20px;
    }
    
   .news-spotlight .panel-body { 
     display: flex;  
     flex-direction: column;
   }
      
   .news-spotlight .news-tiles .news-tile .news-tile-image-and-date {
     width: auto;
     height: 172px; 
   }
      
   .news-spotlight .news-tile-title-and-abstract {
     margin-left: 0px;
     margin-top: 25px;
   }
   }
      
    /* News Spotlight END*/ 
    
    /* News Container START*/  
      
    .news-container .panel {
       border: none;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
       background-color: #FFF;
       padding: 20px;
       margin-bottom: 20px;
       transition: transform 0.3s ease, box-shadow 0.3s ease, opacity .5s ease;
       overflow: hidden;
    }
    
    .news-container .panel-body {
       padding: 1px!important;
    }
    
    .news-container:hover .panel, .news-container .panel:focus-within {
       opacity:.5;
    }
    
    .news-container .panel:hover, .news-container .panel:focus-within {
       background-color: #FFF;
       transform: scale(1.01);
       box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
       opacity:1;
    }
  
    .news-container .news-tiles .news-tile .news-tile-image-and-date {
       margin: -20px -20px 20px!important;
	   width: calc(100% + 40px) !important;
	   height: 200px !important;
	   overflow: hidden !important;
    }

    .news-container .news-tiles .news-tile .news-tile-image-and-date img.news-tile-image {
	   width: 100%!important;
	   height: 100%!important;
	   object-fit: cover!important;
	   object-position: center!important;
	   display: block!important;
}
    
      .news-container .panel h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }	
  
      .news-container a {
        text-decoration:none;
    }
    
    @media (min-width: 1200px) {
      .news-container .news-tile {
        flex: 0 0 calc(100% / var(--sb-news-tiles-per-row-md))!important;
        max-width: calc(100% / var(--sb-news-tiles-per-row-md))!important;
      }
    }
    
      
    /* News Container END*/
  
  @media (max-width: 991px) {
  .news-tiles .news-tile .news-tile-image-and-date,
  .horizontal-news-scroller .news-tile-image-and-date,
  .research-spotlight .news-tile-image-and-date,
  .news-spotlight .news-tile-image-and-date {
    display: block;
  }
  }
  
  /*Content Feeds Styling END */