/* 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; 
    }
}

/* HP Hero - Flip 50-50 Stacking Order on Mobile */
.block_bea46cac75804b449215392712c1744f {
    display: flex;
    flex-flow: wrap-reverse;
}
.block_bea46cac75804b449215392712c1744f .blockImg {
    padding-bottom: 0 !important;
    padding-top: 40px;
}

/* Mobile HP BG Image */
@media only screen and (max-width: 599px) {
div.blockWrap_df12c38b057b47e29ad884aee2b5a43d {
    background-image: url(https://static.mywebsites360.com/e212cc3e1cb94f0183651bd514656eab/i/c174029c203a4ce196fc3acc443df67a/2/5feFb8zhrk/HP%20BG%20-%20Mobile.jpg);
    padding-top: 250px;
    padding-bottom: 50px;
}
}