<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .upcoming-events {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .upcoming-events-buttons {
    margin-bottom: 0px;
  }
  
  .carousel-controls {
    justify-content: flex-end;
  }
  
  .carousel-wrapper .carousel .canvas {
    padding-left: 16px;
  }
  
  .carousel .canvas a {
    text-decoration: none;
  }
  
  .carousel .canvas .card {
    height: 100%;
  }
  
  .carousel .card .featured-tag {
    position: absolute;
    left: -15px;
    top: 40px;
    background-color: var(--tertiary);
    padding: 10px;
    font-weight: 700;
    border-radius: 4px;
    z-index: 1;
  }
  
  .carousel .canvas .card h3 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  .carousel .card .event-date {
    color: #6C757D;
    margin-bottom: 8px;
  }
  
  .carousel .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 999;
    position: relative;
  }
  

  .carousel .card-background-img {
    height: 200px; 
    width: 100%; 
    /*background-size: contain !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  
  @media only screen and (max-width: 767px) {
    .upcoming-events-buttons a {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
    }
  
    .upcoming-events-wrapper {
      padding-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .stay-connected-content .buttons a {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
    }
  }


.carousel-wrapper.block .canvas {
    min-width: 50%;
    display: inline-block;
}


.single-card{
  width: 50% !important;
} 

@media only screen and (max-width: 990px) {
  .single-card{
    width: 70% !important;
  } 
}

@media only screen and (max-width: 770px) {
  .single-card{
    width: 100% !important;
  } 
}</pre></body></html>