/* 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: #9CBD4A;
    color: #FFFFFF!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #5EA4D1;
    color: #FFFFFF!important;
}

.popupTitle {
    font-size: 60px;
    color: #FFFFFF;
    margin-top: 50px;
    line-height: .05;
    padding-bottom: 5;
}

.popupSubtitle {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
    line-height: .05;
    padding-bottom: 5;
}

.fancybox-skin {
    background: #E56EAD;
}

/* End Popup Styles */