/* Button Padding */
.button {
    padding: 10px 45px;
}

/* 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; 
    }
}
/* Custom Mobile Background Image - Hero*/

@media only screen and (max-width: 768px) {
    div.blockWrap_eb5ef3475fd54a588a5f9bab1f1de07b {
        background-image: url(https://static.mywebsites360.com/ff09db589b9c4b0f9023fc438c027f7f/i/a35609ce4ec344188e8c262a49022a40/1/GCuCv726gZycFxatRCb7iU/Mobile_Hero-IMG.jpg);
    }
}

/* Custom Mobile Background Image -Arrow */

@media only screen and (max-width: 768px) {
    div.blockWrap_a09dc0e3e2a64e07a2698dae57fc78cd {
        background-image: url(https://static.mywebsites360.com/ff09db589b9c4b0f9023fc438c027f7f/i/e935bfd8009647e8ae0bb55295b2a02f/1/GCuCv726gZycFxatRCb7iU/Arrow_Mobile-BG.jpg);
    }
}