/* 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 Background and Alignment */
.blockWrap_abc24b96d4bc4556a245fd48759e4e69 {
    background-color: #004c23;
    text-align: center;
    padding: 10px;
}

/* Force ALL text and links inside the banner to be the gold color, smaller size, and no underline */
.blockWrap_abc24b96d4bc4556a245fd48759e4e69, 
.blockWrap_abc24b96d4bc4556a245fd48759e4e69 * {
    color: #cbc36d !important; 
    font-size: 16px !important; /* Change this number (e.g., 14px or 18px) to get the perfect size */
    text-decoration: none !important; /* Removes the default link underline */
}

/* Adds an underline only when they hover over it so they know it's clickable */
.blockWrap_abc24b96d4bc4556a245fd48759e4e69 a:hover {
    text-decoration: underline !important;
}

.headerAndNavContainer {
    padding-top: 0px !important;
}