/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f840c591141a4b2eb86571d23fd09511 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f840c591141a4b2eb86571d23fd09511 > .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; 
    }
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #f5c2c2;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none;
}
.popupButton:hover {
    background: #b5dbc6;
    color: #fff!important;
}

.popupTitle {
    font-size: 48px;
    color: #000000;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 0;
}

/* End Popup Styles */