/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

.badge-container {
    max-width: 180px;
    background-color: white!important; 
    padding: 5px!important;
    border-radius: 10px;
    margin: auto!important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/b5e1274af763492a9400f3cdbae6df73/i/d7e75f0078ca4c00bba77ebda0834681/1/5feFb8zhrk/Hero%20mobile.jpg);
        background-position: center top;
    }
    
    .items_c5217b8ab82a47938fd429a6bdea1e0b .item {
        width: 50%;
        float: left;
    }
}