/********************
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; 
    }
}

/* Get rid of button underline */
.stable-hover .navContent > ul > li > a.navButton:after {
    border-bottom: 0px !important;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f9ebd5515bc04d7995c4d0aeb9fac0f1, .items_c7f53fe76c3e4547967e964ba3731570, .items_b767258ea508421684e412dfff075dde { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f9ebd5515bc04d7995c4d0aeb9fac0f1 > .item, .items_c7f53fe76c3e4547967e964ba3731570 > .item, .items_b767258ea508421684e412dfff075dde > .item {
	display: flex;
	flex-direction: column;
}/* Sitewide Banner */

blockWrap_a2576e611ec040b8a648f4454e19d258{
background-color: #f15c22;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}