/* 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;
    padding-top: 15px;
}

@media only screen and (max-width: 600px) {
.popupTitle {
    font-size: 32px;
    line-height: 120%;
}
}
/* End Popup Styles */

/* Sitewide Banner */

.blockWrap_a33c1d79e03f4420a618a76269692132{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}