/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}



/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_fd312fc3e42641dda5c12de580aa840c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fd312fc3e42641dda5c12de580aa840c > .item {
	display: flex;
	flex-direction: column;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #fff;
    color: #004789!important;
    border: 2px solid #004789;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #ed1c24;
    border-color: #ed1c24!important;
    color: #fff!important;
}

.popupTitle {
    font-size: 45px;
    color: #004789;
    margin-top: 40px;
    line-height: .05;
    padding-bottom: 0;
}

/* End Popup Styles */




/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e5b2c4e737ec4e0aa95cafd927041564 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e5b2c4e737ec4e0aa95cafd927041564 > .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; 
    }
}