/* 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 */

.blockWrap_b3f1baa0589e44f092f81aefed16d679 {
background-color: #C56A39;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}

/*Targets the parent container of the simple list items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
   display: flex;
   flex-direction: column;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/e6a63e793efe463e86005456bf8f85de/i/affa6d6894a0404fa72de97fd2f14f1a/1/5feFb8zhrk/mobile.jpg);
    }
}

/* Equalize Simple List Blocks - Water Heater & Pump Pages*/

/* Change item class here */
.items_f6ffb48f29344b8bac161c95357dcc6f,
.items_c1da733efe924a29a47f82ebbd1a062a,
.items_ff3e451a634a4b77ad4ef9a835a65076,
.items_cb5094f8c0a4455ea7d7396c17f74a7b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f6ffb48f29344b8bac161c95357dcc6f > .item,
.items_c1da733efe924a29a47f82ebbd1a062a > .item,
.items_ff3e451a634a4b77ad4ef9a835a65076 > .item,
.items_cb5094f8c0a4455ea7d7396c17f74a7b > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Inline Simple List - Water Heater & Pump Pages*/

@media only screen and (max-width: 767px) {
    #page_c329c3211f8d4a31838e429e53a4f66d .listView.vAlgn1 .itemPreview.hasImg, 
    #page_c329c3211f8d4a31838e429e53a4f66d .listView.vAlgn2 .itemPreview.hasImg,
    #page_bcc6924e1b614e928777b483bad3678d .listView.vAlgn1 .itemPreview.hasImg, 
    #page_bcc6924e1b614e928777b483bad3678d .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_c329c3211f8d4a31838e429e53a4f66d .listView .itemPreview.hasImg .itemImg,
    #page_bcc6924e1b614e928777b483bad3678d .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_c329c3211f8d4a31838e429e53a4f66d .listView .itemPreview.hasImg .itemContent,
    #page_bcc6924e1b614e928777b483bad3678d .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}