/* 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; 
    }
}
/* Sitewide Transparent Header in Desktop and Tablet */
@media only screen and (min-width: 768px) {
    .siteInnerWrapper .headerAndNavContainer {
        position: absolute!important;
        background-color: rgba(0,0,0,0.0)!important;
        background-image: none!important;
        z-index: 99!important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ac9c242767d047d9bd8cc7a69dff9822 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ac9c242767d047d9bd8cc7a69dff9822 > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}

.popupTitle {
    font-size: 40px;
    color: #000000;
    margin-top: 30px;
    margin-bottom:10px;
    line-height: 1.1em;
    padding-bottom: 0;
}

/* End Popup Styles */