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