/* 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;
}

.auto-pop-content h2 {
    color: black;
}

.auto-pop-content a.button {
    border: 2px solid black;
    margin-top: 20px;
}

.auto-pop-content img {
    max-width: 300px;
}