/* 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: 8px 25px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_faf75b774b694a31993e44f415e1a0cf { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_faf75b774b694a31993e44f415e1a0cf  > .item {
	display: flex;
	flex-direction: column;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_b68f013fcc4844e590bbd0d984a5100f {
        padding-top: 50px;
    }
    .blockWrap_b68f013fcc4844e590bbd0d984a5100f .contentTitle {
    font-size: 40px;
    }
}

/* Flip 50-50 Stacking Order in Mobile */

.block_b68f013fcc4844e590bbd0d984a5100f {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Mobile Hero Sizing */

@media only screen and (max-width: 767px) {
    div.blockWrap_b68f013fcc4844e590bbd0d984a5100f {
    padding-top: 30px;
    }
    div.blockWrap_b68f013fcc4844e590bbd0d984a5100f .blockInnerContent {
    padding-bottom: 30px;
}
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
    }
}