/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Hero Text Styling */
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent p {
    letter-spacing: .2em;
    text-transform: uppercase;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/c6f59369b33049578782722459e1e165/i/f2649582687d4faa9a5a3bfb1e5c2ef2/1/5feFb8zhrk/Mobile%20BG%20b.jpg);
        padding-top: 50px;
        padding-bottom: 400px;
        background-position: 50% 100%;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}