/* 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; 
    }
}

/*Targets the parent container of the simple list items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
   display: flex;
   flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_d1b9f4376cc94438b5eb368d51da96dd{
background-color: #b0e2ff;
color: #000000; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}