/* Buttons */
.button {
    padding: 10px 30px;
}

/* Equalize Simple List Blocks - OLD Homepage */
.items_c279bffb3a314ec1925cb64ce70d7f27,
.items_ec9ac58d59524cdfa8f8c07b4ff097f1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_c279bffb3a314ec1925cb64ce70d7f27 .item,
.items_ec9ac58d59524cdfa8f8c07b4ff097f1 .item {
	display: flex;
	flex-direction: column;
}

/* 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; 
    }
    .items_defd69dfd5684912a1391a0b875b0f4e .item {
        min-height: 475px;
    }
}