/* 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; 
    }
}

/* Full Width Gallery Images in Mobile*/

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}


/* Equalize Simple List Blocks homepage*/

/* 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;
}

/* Equalize Simple List Blocks custom homes*/

/* Change item class here */
.items_f1323538484941b1a42345fd40dc91fb { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f1323538484941b1a42345fd40dc91fb > .item {
	display: flex;
	flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_eb933a39369745dcac970c9754b51a02 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_eb933a39369745dcac970c9754b51a02 > .item {
   display: flex;
   flex-direction: column;
}

/* Mobile Row Padding */

@media only screen and (max-width: 767px) {
    div.blockWrap_a944097d088b4e148d3877d3663e6541, div.blockWrap_fdf6027b9a584090b276739bdfb3d4ef, div.blockWrap_d94189ff0d1f45e69fb44dcf3e150179, div.blockWrap_ff853465a1284b8f82afa2b488bb71b6   {
        padding-bottom: 30px;
    }
}