/* 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;
}

/* Flip 50-50 Stacking Order in Mobile */

.block_accb67947e094193822f7e8950f8cb21 {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Mobile Hero Sizing */

@media only screen and (max-width: 767px) {
    div.blockWrap_accb67947e094193822f7e8950f8cb21 {
    padding-top: 30px;
    }
    div.blockWrap_accb67947e094193822f7e8950f8cb21 .blockInnerContent {
    padding-bottom: 30px;
    }
    div.blockWrap_accb67947e094193822f7e8950f8cb21 .blockContent .blockImg {
    padding-bottom: 0px !important;
    }
    div.blockWrap_accb67947e094193822f7e8950f8cb21 .blockInnerContent .button {
    width: 100%;
    text-align: center;
    }
    .blockWrap_accb67947e094193822f7e8950f8cb21 .contentTitle {
    font-size: 36px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b,
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b  > .item,
.items_e7283708d7a9448f9e6ce01676edf03b  > .item {
	display: flex;
	flex-direction: column;
}

/* Menu Buttons Full Width */
    div.blockWrap_a0aa87b4cd3d4910b80c6aa0b24406d3 .itemInnerContent .button {
    width: 100%;
    text-align: center;
}