/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
    font-size: 32px;
    }
}

/* Responsive Inline Simple List - About Us */

@media only screen and (max-width: 767px) {
    #page_f5bb4475a17447cc90c19ef90e62bc01 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_f5bb4475a17447cc90c19ef90e62bc01 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_f5bb4475a17447cc90c19ef90e62bc01 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_f5bb4475a17447cc90c19ef90e62bc01 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b  > .item {
	display: flex;
	flex-direction: column;
}