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