/* Flip 50-50 Stacking Order in Mobile */

.block_c11f0a08d9a9437b99eadc68ae453ebf {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Mobile Hero Sizing */

@media only screen and (max-width: 767px) {
    .blockWrap_c11f0a08d9a9437b99eadc68ae453ebf .contentTitle {
    font-size: 40px;
    }
    div.blockWrap_c11f0a08d9a9437b99eadc68ae453ebf {
    padding-top: 30px;
    padding-bottom: 20px;
    }
}


/* 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: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}

.popupTitle {
    font-size: 30px;
    color: #000000;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 20;
        padding-top: 20;
}

/* End Popup Styles */