/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}
/* Sitewide Banner */
.blockWrap_ff7724d5f33e4fd289a9a16e41a8bbc3 {
  background-color: #0c74f9;
  text-align: center;
  padding: 10px;
}

/* Target the header text directly to override default styles */
.blockWrap_ff7724d5f33e4fd289a9a16e41a8bbc3 h2 {
  color: #ffffff; /* Make the text white */
  font-size: 18px; /* Example: Control the font size */
  margin: 0; /* Optional: Remove default header margin */
}

.headerAndNavContainer {
  padding-top: 0px;
}