/* 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.cols4 .imgGridItem {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
}




/* Conceptual Design + Spatial Design Options page
Equalize Simple List Blocks*/

/* Change item class here */
.items_c9a0e3f74dc84508a225b30ce920b612 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c9a0e3f74dc84508a225b30ce920b612 > .item {
	display: flex;
	flex-direction: column;
} 

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_adaeed958f734c8a818812168e796a78 {
        background-image: url(https://static.mywebsites360.com/f43f7f488a7542f2ad9ab15bd442d270/i/defdd33729bd4e089d7a372c2596e2ca/1/GCuCv726gZycFxatRCb7iU/mobile%20hero.jpg);
         padding: 100px 0px 100px 0px;
    }
}
@media only screen and (max-width: 768px) {
.block_adaeed958f734c8a818812168e796a78 {
    background-color: rgba(255, 255, 255, .8) !important;
    padding: 50px;}
}