/* 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;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
        .cols4 .imgGridItem .imgHover-content {
        display: block;
    }
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca8e537a7dff4c6ca54c9e641ec94fe5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_ca8e537a7dff4c6ca54c9e641ec94fe5 .contentTitle {
    font-size: 40px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c39762a1af124d2ab959792922c01ac4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c39762a1af124d2ab959792922c01ac4 > .item {
	display: flex;
	flex-direction: column;
}