/* 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; 
    }
}

/* HOMEPAGE MOBILE----------Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 50px;
        text-align: center;
    }
        .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px
    }
    
}

/* HOMEPAGE MOBILE----------Flip 50-50 Stacking Order in Mobile */

.block_ca1ee18fdbce4f3aa90e5a9067086564 {
    display: flex;
    flex-flow: wrap-reverse;
}



/* Equalize Simple List Blocks*/

/* HOMEPAGE----------Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* HOMEPAGE----------Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here */
.items_e7635acfc7bb4b8488c58ee763a457e1,
.items_a23e3440a0b940d2bf7a8e245aadcfa1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7635acfc7bb4b8488c58ee763a457e1 > .item,
.items_a23e3440a0b940d2bf7a8e245aadcfa1 > .item {
	display: flex;
	flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .items_a23e3440a0b940d2bf7a8e245aadcfa1 > .item:last-child {
        width: 100% !important;
    }
}