/* 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 - Pin Buttons to Bottom*/

/* Change item class here */
.items_fef6909e148a4f4b8912ff6c657a71a8, .items_ba829cabec86429e84e0d9d277d3076a, .items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fef6909e148a4f4b8912ff6c657a71a8 > .item, .items_ba829cabec86429e84e0d9d277d3076a > .item, .items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item a.button {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item p {
    margin-bottom: 20px;
}






/*ADULT DAY TREATMENT SERVICES PAGE -  2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_e6d0376988ef414ea9067ff74f5f2968 .item {
        width: 47%;
        float: inherit;
    }
}


/* ADULT DAY TREATMENT SERVICES PAGE -  Equalize Simple List Blocks*/

/* Change item class here */
.items_e6d0376988ef414ea9067ff74f5f2968 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e6d0376988ef414ea9067ff74f5f2968 > .item {
	display: flex;
	flex-direction: column;
}