/* 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; 
    }
}




/* 2 Column Simple List in Mobile Homepage Download App Buttons - Top of page*/

@media only screen and (max-width: 767px) {
    .items_e63f05d118ab4edb9e092187cc1e37c3 .item {
        width: 50%;
        float: left;
    }
}


/* 2 Column Simple List in Mobile - Homepage Download App Buttons - Bottom of page*/

@media only screen and (max-width: 767px) {
    .items_e73e45ac9b3543e4bfde2b1caef721c2 .item {
        width: 50%;
        float: left;
    }
}