/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_baedd96db1f143ba98e28b560d75f664 {
        background-image: url(https://static.mywebsites360.com/e63cbfb7631740ab8807e8b779a4b223/i/f11a83f5784b4edc9362696380af7292/1/5feFb8zhrk/mobileheroimage-5c0855781a76f.jpg);
    }
}


/* 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; 
    }
}


/* Contact Page - Equalize Simple List Blocks*/

/* Change item class here */
.items_bfc11946095c44749e101d1f22fe2c00 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bfc11946095c44749e101d1f22fe2c00 > .item {
	display: flex;
	flex-direction: column;
}



/* Blog Page - Equalize Simple List Blocks*/

/* Change item class here */
.items_d177e731df8c4e3bb8fc97594cced0d0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d177e731df8c4e3bb8fc97594cced0d0 > .item {
	display: flex;
	flex-direction: column;
}