/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}
/*Update tiles on experience page*/

.blockWrap_f9c40cc9b47e485ebd643fbdbf6dc04b .contentTitle{
    font-family: franklingothiccompresseddemi, Arial, Verdana, sans-serif!important;
    font-style: normal!important;
    font-weight: 700!important;
}
.blockWrap_e33b306a5cdb44f58975bee348831b01 .pageTitle{
    font-family: dincondensedweb, Arial, Verdana, sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
}
/* 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) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}