/* New */

#abstract-image {
	background-image: url(../feeds/gettyimages-1492227182.jpg);
    width: calc(100% + 60px);
    margin: -30px;
    height: 200px;
}

.link {
	text-decoration: underline;
}

    



/*My Advantage style */
    
  .headings {
    padding: 30px 30px 10px;
  }
  
   .screensize h2 {
    font-size: 8rem!important;
    padding: 30px 0px 0px!important;
    line-height: 1.1em!important;
    font-weight: 700!important;
    margin-bottom: 20px!important;
    border-bottom: 0px!important;
	color: #212529!important;
  }
  
   h2.news-tile-title {
    font-size: 4rem!important;
    padding: 0px!important;
    line-height: 1.1em!important;
  }
  
   .screensize h3 {
    font-size: 5rem!important;
    font-weight: 500 !important;
  	margin: 15px 0px !important;
  }
  
  .footer {
    padding: 0px 30px;
  }
  
  p.footer-text {
    text-align: center;
    font-size: 5rem;
    margin-top: 30px;
	font-weight: bold;
  }
  
  .screensize {
    background-color: var(--w-ref-colors-lavender-300);
  }
  
  
  /* Today Item Styling */
  
  .today {
    display: flex;
    margin-top: auto;
    justify-content: center;
    font-size: 4rem;
    margin-bottom: -20px;
  }
  
  .item-today .panel-default {
    border: 2px solid black;
  }
  
  .panel-body {
    display: flex;
    flex-grow: 1;
  }
  
  /* Size of the screen */
  .screensize {
    width: 1700px;
    height: 956px;
  }
  
  /* Colors */
  div.panel {
    background-color: var(--w-ref-colors-lavender-500);
    color: #212529;
    border: none;
  }
  
  .id7-left-border,
  .id7-masthead,
  .id7-right-border,
  .id7-utility-bar {
    background-color: #fff !important;
    background-image: none;
  }
  
  .id7-utility-bar a {
    color: #212529 !important;
  }
  
  /* Text */
  
  .news-tile-title {
    color: #212529;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    padding-top: 10px;
  }
  
  .news-tile-event-details {
    font-size: 30px;
  }
  
  .news-tile-title a {
    color: #212529;
    text-decoration-color: #ffffff00;
    font-weight: bold;
    font-size: 40px;
  }
  
  .news-tile-abstract a {
    color: #212529;
    background-color: inherit !important;
    text-decoration: none;
  }
  
  /* Element Sizes*/
  
  .news-tiles .news-tile .news-tile-abstract {
    max-height: 250px;
    font-size: 30px;
  }
  
  .horizontal-scroller-item > .news-tiles > .news-tile .panel {
    width: 520px;
    height: 410px;
    overflow: hidden;
    position: relative;
    margin: 0;
    display: flex;
  }
  
  .horizontal-scroller .horizontal-scroller-items-wrapper.padItems {
    margin-left: 18px;
  }
  
  .news-tile-title-and-abstract {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  /* Hide Elements */
  .news-tile-tags,
  a .new-window-link,
  .ch-channel,
  .news-tile-image-and-date,
  .new-alert {
    display: none;
  }
  
  #cookie-banner,
  #tagFilter,
  .create-event,
  .skip-to-today,
  .previous-events,
  .next-events,
  .horizontal-scroller-controls {
    display: none;
  }
  
  /* Scroll Style */
  .horizontal-scroller
    .horizontal-scroller-items-wrapper
    .horizontal-scroller-items {
    transition: left 0.5s ease-in-out;
  }
  