/* 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; 
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    
    .blockWrap_e5a79923d12f44f28653e6d930f1e0c8 .contentTitle {
        font-size: 50px; 
    }
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #173042;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;;
}
.popupButton:hover {
    background: #236477;
    color: #fff!important;
}

.popupTitle {
    font-size: 40px;
    color: #173042;
    text-align: center;
    margin-top: 50px;
    line-height: .05;
    padding-bottom: 0;
}

/* End Popup Styles */