/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Word Wrap 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; 
    }
}

/* Get rid of button underline */
.stable-hover .navContent > ul > li > a.navButton:after {
    border-bottom: 0px !important;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a08947ea0cc84c64b399afe303ed7359, .items_f500c49fc5444c0e905934d2e0b928b4   { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a08947ea0cc84c64b399afe303ed7359 > .item, .items_f500c49fc5444c0e905934d2e0b928b4 .item {
	display: flex;
	flex-direction: column;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_cc120d88480941beb5b9e72117e5d689 {
        background-image: url(https://static.mywebsites360.com/df4f512d2dc04fcbb25a39daeb64a588/i/b9a14c1a8c004e50ae5e8d17b678aa19/1/5feFb8zhrk/Mobile-Holiday%20Promo%20%25281%2529.jpg);
    }
}

/* Responsive Image Swap */

@media only screen and (max-width: 767px) {
    .blockWrap_cc120d88480941beb5b9e72117e5d689 img {
        content: url(https://static.mywebsites360.com/df4f512d2dc04fcbb25a39daeb64a588/i/dd463090c7bc4fdbadbc6d56b007124a/1/5feFb8zhrk/Mobile%20Image3%20%25281%2529.png);
    }
}