/* 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; 
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
     .listView.vAlgn1 .itemPreview.hasImg, 
     .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
     .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
     .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}


/* Custom Mobile Background Image - homepage top hero row*/

@media only screen and (max-width: 768px) {
    div.blockWrap_c8ec0c16b39d4166989e84026f3b6a85 {
        background-image: url(https://static.mywebsites360.com/e195de83ba0e48b78e753254bac00a60/i/b55dd572d575416f9bd9949cdd554bf2/1/5feFb8zhrk/mobile%20%25283%2529%20%25281%2529.jpg);
    }
}

/* Custom Mobile Background Image - homepage bottom row */

@media only screen and (max-width: 768px) {
    div.blockWrap_fcbbe6f4fe954885a66c23c228404f54 {
        background-image: url(https://static.mywebsites360.com/e195de83ba0e48b78e753254bac00a60/i/f0c08d1acaa74f50ac5a70c78874f490/1/5feFb8zhrk/mobile%20-%20bottom%20%25282%2529%20%25281%2529.jpg);
    }
}