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