/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 > .item {
	display: flex;
	flex-direction: column;
}

/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Word Wrap 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; 
    }
}/* Sitewide Banner */

.blockWrap_cd6055310c584acd8184a2e691da9ea9{
background-color: #3094C3;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}