/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    text-transform: Capitalize;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 240px !important;
        right: auto !important; 
    }
}

/* Equalize Simple List Blocks Homepage*/

/* Change item class here */
.items_ef3bae8f1b604e59b7caea7f796e1690 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ef3bae8f1b604e59b7caea7f796e1690 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

.items_b6d902415fec4f4181b728e25a91a16e,
.items_cbfd9f9785a2485f94fc42fb2394ade8{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}


.items_b6d902415fec4f4181b728e25a91a16e > .item,
.items_cbfd9f9785a2485f94fc42fb2394ade8 > .item{
	display: flex;
	flex-direction: column;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Sitewide Banner */

.blockWrap_d95e5aeb754743d99fb09e9471bd3141{
background-color: #53D4D7;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}