/* 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; 
    }
}

/* Sitewide Banner */

.block_f3770e791fc24f44879a364a888aab71{
background-color: #ffffff;
color: #212f5a; 
text-align: center;
padding: 0px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}

/* Custom Mobile Background Image Home*/

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/bcfeee4a9de94d36bded982c65d45058/i/acd0093719534575bc49ff0f08ff1614/1/5feFb8zhrk/Mobile%20Hero%201.jpg);
    }
}

/* Custom Mobile Background Image Services*/

@media only screen and (max-width: 768px) {
    div.blockWrap_b362bbd9e2224f61aa5452700d6fb3e1 {
        background-image: url(https://static.mywebsites360.com/bcfeee4a9de94d36bded982c65d45058/i/ec90ece190fd4445a2eddd99b28beb58/1/5feFb8zhrk/Mobile%20Hero%202.jpg);
    }
}

/* Custom Mobile Background Image Areas */

@media only screen and (max-width: 768px) {
    div.blockWrap_b059abff47aa4cb59142025415e37126 {
        background-image: url(https://static.mywebsites360.com/bcfeee4a9de94d36bded982c65d45058/i/d1a33bc4ca2b4349be7a57823716db8b/1/5feFb8zhrk/Mobile%20Hero%203.jpg);
    }
}

/* Flip 50-50 Stacking Order in Mobile- areas */

.block_b059abff47aa4cb59142025415e37126 {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Flip 50-50 Stacking Order in Mobile- home */

.block_ca1ee18fdbce4f3aa90e5a9067086564 {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Flip 50-50 Stacking Order in Mobile- services */

.block_b362bbd9e2224f61aa5452700d6fb3e1 {
    display: flex;
    flex-flow: wrap-reverse;
}