/* Equalize Simple List Blocks*/

/* Change item class here */
/*Kitchen Remodels Page*/.items_d3c283982cf143289a2e0ce897679c2e,
/*Bathroom Remodels Page*/.items_bf248f261be7402a8561533e84effa25{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
/*Kitchen Remodels Page*/.items_d3c283982cf143289a2e0ce897679c2e > .item,
/*Bathroom Remodels Page*/.items_bf248f261be7402a8561533e84effa25 > .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; 
    }
}