/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8{
        background-image: url(https://static.mywebsites360.com/b8b92677130a43eda2bf1e0bebc42141/i/d6278c701d5740f7857bc4e0b55c5fad/1/5feFb8zhrk/mobile%20hero.jpg);
    }
}

/* Custom Mobile Background White Image Top */

@media only screen and (max-width: 768px) {
    div.blockWrap_ce9b3b17ad6f470599d248ed9cce4fad{
        background-image: url(https://static.mywebsites360.com/b8b92677130a43eda2bf1e0bebc42141/i/e5bb930c83934adb927ec14694237b29/1/5feFb8zhrk/mobile%20hero%20white.jpg);
    }
}

/* Custom Mobile Background White Image Trust Badges */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564{
        background-image: url(https://static.mywebsites360.com/b8b92677130a43eda2bf1e0bebc42141/i/e5bb930c83934adb927ec14694237b29/1/5feFb8zhrk/mobile%20hero%20white.jpg);
        padding: 20px 20px 20px 20px;
    }
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f328990aed794ceb9e080db05f2d25b0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f328990aed794ceb9e080db05f2d25b0 > .item {
	display: flex;
	flex-direction: column;
}

/* 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; 
    }
}