/* 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; 
    }
}
.white-title,
.white-title * {
  color: white !important;
}


/* Commercial Landscaping Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_b04c4c1298614baca578bb4d3712251f { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b04c4c1298614baca578bb4d3712251f > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_b04c4c1298614baca578bb4d3712251f > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: 30px;
}

/* Change item class here */
.items_b04c4c1298614baca578bb4d3712251f > .item p {
    margin-bottom: 20px;
}