/* 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 */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/fea687077d0448fcbdb1eb01e8ae0b8a/i/cae2f4f6a04a4827b729d9c75e1408dd/1/5feFb8zhrk/mobilehero.jpg);
    }
}/* Sitewide Banner */

.block_d750f31cf10c4b269dc2be14e7fa5982{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}

/*Hide original social icons*/
.footerSocialIcons li a{
    background-color: transparent;    
}
.footerSocialIcons li a::before {
    display: none;
}

.footerSocialIcons li a img {
    max-width: 40px;
}