/* page beautification list styles */
.block_bf2ba4ce01d0439592f2c413868b91f8 ul {
        list-style-image: url(https://static.mywebsites360.com/b51003a49d604ad5be3b9198446e7887/i/ed98395496ae4529a9f6a2341eafabdb/1/5feFb8zhrk/check16.png);
    font-size: 18px;
}
.block_bf2ba4ce01d0439592f2c413868b91f8 ul li {
    margin-bottom: 8px;
}

/* Equalize Simple List Blocks*/

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

/* Change item class here */
.items_fdbf0ff998c04cc999bcf3c2eca1aacb > .item,
.items_b21d9c80d0034e14b37c08fd94b4f73f > .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; 
    }
}