/* 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; 
    }
}

/* Home Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 40px; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ad5db60dc72f4d16b2dc1ed4c94823ab { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ad5db60dc72f4d16b2dc1ed4c94823ab > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here */
.items_bc82c2f5b7f2422f857820e6aa9ed8c1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bc82c2f5b7f2422f857820e6aa9ed8c1 > .item {
	display: flex;
	flex-direction: column;
}


/* Text Block Background Color - 50-50 Image */
.block_cb683718b70c4cc0b0ea8157d316a856.blockContent.layoutC .blockText, 
.block_cb683718b70c4cc0b0ea8157d316a856.blockContent.layoutD .blockText  {
    background-color: #FFF;
    color: #555;
    padding: 40px;
}

/* Responsive Inline Simple List 

@media only screen and (max-width: 767px) {
 .listView.vAlgn1 .itemPreview.hasImg, 
 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}*/

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}