/* 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; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 12px 30px;
}

/* Equalize Simple List Blocks SITEWIDE */
/* Make sure to UNCHECK "Height-optimized grid" */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #ff1493 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff;
    color: #ff1493;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_b4c590accbc74ca981e90be0caff0753 {
    padding-bottom: 40px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}

/* Sitewide Banner */

.blockWrap_a87a694e88be4966965c2e6d3dede169{
background-color: #fb1493;
color: #ffffff; 
text-align: center;
padding: 10px;
font-weight: bold; /* Makes text bold */
    font-size: 1.2em; /* Increases font size */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Adds a subtle shadow */
}

.headerAndNavContainer{
padding-top: 0px !important;
}