@media only screen and (max-width:767px){
    .blockWrap_f899ca0e1e674ccbbac858950867939b .pageTitle {
    color: #fff;
    font-size: 49px!important;
    text-transform: uppercase;
    text-align: center;
}
.blockWrap_d9760b6f5d504c079d46c1f8517d01c4 .blockText,
.blockWrap_cb683718b70c4cc0b0ea8157d316a856 .blockText {
    padding-bottom: 2em!important;
}
}

/* 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;
}


/* 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; 
    }
}