/* 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; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .cols4.imgMgn1 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .cols4 .imgGridItem .imgHover-content {
    display: block !important;
    }
}

/* Landing Page */

@media only screen and (max-width: 767px) {
    .blockWrap_e0419c30e92843e8852b9e6cdf4feaff  {
        display: none;
    }
/* Mobile Hero Padding */
    div.blockWrap_cccba612988149069b88e9d7768779b9 {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Flip 50-50 Stacking Order in Mobile */

.block_a5119ec218c3449d9ad1b3cd8717b3a6  {
    display: flex;
    flex-flow: wrap-reverse;
}
}
@media only screen and (min-width: 768px) {
    .blockWrap_f8cf077f9b5a4587a0a8583343db7edf  {
        display: none;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ce0fd66698744a0c8395a4a8b8227360 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ce0fd66698744a0c8395a4a8b8227360 > .item {
	display: flex;
	flex-direction: column;
}