/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_d42b4f2260774c389ea439de5df68a84 .cols3 .item,
.block_d42b4f2260774c389ea439de5df68a84 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f8f9ba25d984495fa3268fd93272cf9b  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f8f9ba25d984495fa3268fd93272cf9b  > .item {
	display: flex;
	flex-direction: column;
}

/* 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;
}

/* Equalize Simple List Blocks Testimonials*/

/* Change item class here */
.items_de0be3ed1bd44441a7ad364dfe12bee9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_de0be3ed1bd44441a7ad364dfe12bee9  > .item {
	display: flex;
	flex-direction: column;
}

/* 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; 
    }
}
table, tr, td, th{
    border: none;
    text-align: center;
    justify-content: center;
}
.block_e450107456764632998d2d9987e3551c{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}