<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
  --primary: #1D4D7E;
  --secondary: #853a51;
  --tertiary: #94C4C1;
}
.policy-notice {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.policy-notice-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: cover !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 767px) {
  .policy-notice-buttons a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .policy-notice-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;
}
</pre></body></html>