<p>/* WINTER ALERT FOR BIG HOMEPAGE SLIDE */

/* EMERGENCY ALERT BANNER */

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #cc0000; /* Red alert background */
    padding: 20px;
    color: white;
    text-align: center;
  }

  .banner img {
    height: 80px; /* Adjust as needed */
    margin-bottom: 15px;
  }

  .banner .alert {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .banner .watch {
    font-size: 20px;
    text-transform: none;
  }

  @media (max-width: 600px) {
    .banner img {
      height: 60px;
    }
    .banner .alert {
      font-size: 24px;
    }
    .banner .watch {
      font-size: 16px;
    }
  }


/* submenu */
.nav-menu-desktop .sub-menu {
  width: 300px !important;
}

.nav-menu-desktop .sub-menu li a {
  color: #000000;
  font-size: 16px;
}

.nav-menu-desktop .sub-menu li a:hover {
  background: #f2f2f2;
}



/* CALENDAR */

.simcal-default-calendar-grid .simcal-events {
    font-size: .88em;
    line-height: 1.4;
    list-style: none;
    text-align: left;
    font-weight: 400;
}

.simcal-default-calendar .simcal-tooltip-content {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4;
    padding: 5px;
}

</p>
