/* 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; 
    }
}


/* Services page - Equalize Simple List Blocks*/

/* Change item class here */
.items_a3ff32dbca67487aba12603a8f8f75f2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a3ff32dbca67487aba12603a8f8f75f2 > .item {
	display: flex;
	flex-direction: column;
}




/* Blog page - Equalize Simple List Blocks*/

/* Change item class here */
.items_e7c9e8bc6af741278bcdf3e1a78978b5 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7c9e8bc6af741278bcdf3e1a78978b5 > .item {
	display: flex;
	flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_d9b470e38c844f6bad7fb9ff6cf05732{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}