/* 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; 
    }
}

/* Responsive Inline Simple List Residential HVAC Page*/

@media only screen and (max-width: 767px) {
    #page_fdb526d80bf443cca4c084d07a39e8ec .listView.vAlgn1 .itemPreview.hasImg, 
    #page_fdb526d80bf443cca4c084d07a39e8ec .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_fdb526d80bf443cca4c084d07a39e8ec .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_fdb526d80bf443cca4c084d07a39e8ec .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}


/* Equalize Simple List Blocks Residential HVAC Page*/

/* Change item class here */
.items_fa36ec7cb79c4920a597a5ffc4fa3aff,
.items_cea2a1911ca34289a5bb7f6b5168c1b9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fa36ec7cb79c4920a597a5ffc4fa3aff > .item,
.items_cea2a1911ca34289a5bb7f6b5168c1b9 > .item {
	display: flex;
	flex-direction: column;
}