/* 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; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e50cd870c2294c02b1f1b7307e84e8d6 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e50cd870c2294c02b1f1b7307e84e8d6> .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e4f55badf78d4d26889ff892a07a532e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e4f55badf78d4d26889ff892a07a532e> .item {
	display: flex;
	flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_f39661ce1a154987ad971b5c90625dec{
color: #ffffff !important;
font-size: 14px;
text-align: right;
padding-right: 20px!important;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}