/* 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 - Homepage Services*/

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

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







/* Equalize Simple List Blocks - Contac Page*/

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

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





/* Equalize Simple List Blocks - Blogs*/

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

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