/* 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; 
    }
}

 /* Hide Red Slash on Mobile Homepage */
 
    @media only screen and (max-width: 768px) {
        .blockContent.block_f9de3a1a8b214e57b7efa6f50adf572d,
        .blockContent.block_a23243324a8f4096aceb211960d0ab7a {
            display: none;
        }
    }
    
    
/* Custom Mobile Background Homepage Image */

   @media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/c07a098bfda94f88a8b45c0c115bc9ef/i/bd3a7d67ad724321a56cdaf19d17abd7/1/5feFb8zhrk/home%20hero%20mobile.jpg);
    }
}