/* 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 + CTA Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_cdba65b168bd40e9b4690d6aa822de85 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_cdba65b168bd40e9b4690d6aa822de85 .contentTitle {
    font-size: 40px;
    }
    .cols2.imgMgn0 .imgGridItem {
    width: 100%;
    }
}


/* Equalize Simple List Blocks */

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b,
.items_a0ed4705a2c448b1ada137131aa3bf10 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b  > .item,
.items_a0ed4705a2c448b1ada137131aa3bf10  > .item {
	display: flex;
	flex-direction: column;
}