/* Popup Styles */

.dismiss{
    cursor: pointer;
}

.popupTitle {
    font-size: 40px;
    color: #000000;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 0;
}
/* End Popup Styles */

/* Equalize Simple List Blocks*/
.items_e80ab9e142b74e83a391cced7315c30c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_e80ab9e142b74e83a391cced7315c30c > .item {
	display: flex;
	flex-direction: column;
}
.items_a6e58eb35d2a4e14849cd9f9fe275f83 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_a6e58eb35d2a4e14849cd9f9fe275f83 > .item {
	display: flex;
	flex-direction: column;
}

/* 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; 
    }
}