/* 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 Auto Glass Services Page*/

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


/* Equalize Simple List Blocks Auto Glass Services Page*/

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

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