/* 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;
    }
    div.blockWrap_cb683718b70c4cc0b0ea8157d316a856, div.blockWrap_c1309e946c89455c80ba9aa67c314cdc {
        padding-bottom: 30px;
    }
}

/* Hero Heading Padding */
.blockWrap_df6729a3b74d4dfcba39202755092b3f .contentTitle {
    padding-bottom: .3em;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b,
.items_e593b8beaae749ab92cd04108825eef9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item,
.items_e593b8beaae749ab92cd04108825eef9 > .item {
	display: flex;
	flex-direction: column;
}