@media only screen and (max-width:767px){
    .blockWrap_f29acd36043349ef9b57861b0f2b4b7a .blockText,
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockText{
        padding-top:30px!important;
        padding-bottom:75px!important;
    }
        .blockWrap_f0e53c66c272490287fd4edaf08eb040 .blockText{
            padding-top:75px!important;
        padding-bottom:30px!important;
        }
    .cols4.imgMgn0 .imgGridItem {
    width: 100%!important;
    margin: 5;
}
.blockWrap_f0e53c66c272490287fd4edaf08eb040 .blockContent .blockImg {
    padding-bottom: 0em!important;
}
    .cols4 .imgGridItem .imgHover-content{
        display:block!important;
}
}

/* Flip 50-50 Stacking Order in Mobile */

.block_f0e53c66c272490287fd4edaf08eb040 {
    display: flex;
    flex-flow: wrap-reverse;
}

/* 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; 
    }
}

strong{
    color: inherit!important;
    font-size: 18px!important;
    font-family: futurabook, Arial, Verdana, sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    letter-spacing: .15em!important;
    padding-left: .15em;
    line-height: 1.2!important;
}

/* 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;
}