/* 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; 
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a93ae124be2341df80c17f6ac6a050a6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .blockWrap_a93ae124be2341df80c17f6ac6a050a6 .contentTitle {
        font-size: 35px; 
    }
}

/*Targets the parent container of the simple list items*/
.items_abb4eec6d3c741b5a2769e639f2e812c {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_abb4eec6d3c741b5a2769e639f2e812c > .item {
   display: flex;
   flex-direction: column;
}