/* 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; 
    }
}

/* Equalize Simple List Blocks Debris Removal Page*/

/* Change item class here */
.items_b4808f8babc84020be79cb1487ef418b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b4808f8babc84020be79cb1487ef418b > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks Services Page - Pin Buttons to Bottom*/

/* Change item class here */
.items_d3d54c2e88ef45ad826c81416f79f949 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d3d54c2e88ef45ad826c81416f79f949 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_d3d54c2e88ef45ad826c81416f79f949 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_d3d54c2e88ef45ad826c81416f79f949 > .item p {
    margin-bottom: 20px;
}

/* Equalize Simple List Blocks Areas Served Page - Pin Buttons to Bottom*/

/* Change item class here */
.items_f0232dd1fd604d988a2d59da10c3e419 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f0232dd1fd604d988a2d59da10c3e419 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_f0232dd1fd604d988a2d59da10c3e419 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_f0232dd1fd604d988a2d59da10c3e419 > .item p {
    margin-bottom: 20px;
}