/* 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; 
    }
}

/* Resources Equalize Simple List Blocks*/

/* Change item class here */
.items_c06f86e3e0174dd28947409aa5c9cfa7 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c06f86e3e0174dd28947409aa5c9cfa7 > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */
.dismiss{
    cursor: pointer;
}
/* End Popup Styles */

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #fff;
    text-align: left;
}

.madContent {
    font-size: 22px; 
    color: #fff;
    text-align: left;
}

.madButton {
    color: #fff; /* Text color changed to white */
    background-color: #F9C9F1; /* Button background color changed */
    border-color: #F9C9F1; /* Button border color matches background */
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #f9c9f1; /* Text color remains white on hover */
    background-color: #fff; /* Background color on hover */
    border-color: #fff; /* Border color on hover */
}