/* 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: 60px;
color: #000000;
margin-top: 20px;
line-height: .05;
padding-bottom: 0;
}

/* End Popup Styles */

/* 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; 
    }
}