
.notification-popup .popup-body {
    color: #FFF;
    font-size: 17px;
    font-family: 'tradegothic-18';
    padding: 40px 60px 60px;
}

.notification-popup .popup-body a {
    color: #000;
    transition: all 0.25s ease-out;
}

.notification-popup .popup-body a:hover {
    color: #FFF;
    text-decoration: none;
}

.notification-popup .popup-header {
    background: url(https://d3q6935x4x7r30.cloudfront.net/images/pride-journal/pride-journal-popup-title-underline.png) no-repeat #0000;
    background-position: left 100%;
    font-family: 'avenirmedium';
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 0 14px;
}

.is-mobile .notification-popup .popup-body {
    font-size: 45px;
    line-height: 1.3em;
    padding: 60px 80px 80px;
}

.is-mobile .notification-popup .popup-header {
    font-size: 60px;
}

.is-mobile .notification-popup .popup-links a {
    font-size: 36px;
}

.notification-popup .download-icon {
    margin-left: 0;
}

.notification-popup .popup-links {
    display: inline-block;
    margin-left: 15px;
}

.notification-popup .popup-links a {
    color: #fff;
    display: block;
    font-family: 'tradegothic-20';
    font-size: 17px;
    margin: 0;
    text-decoration: none;
}

/* Adjustments to get the footer link in place */
.footer-menu.with-notification-link .delimiter-after::after {
    margin: -5px 28px 0 28px
}

.footer-menu.with-notification-link {
    margin-top: 9px;
}

.is-mobile .footer-menu.with-notification-link {
    margin-top: 15px;
}

.notification-link-wrapper::after {
    margin-top: -20px !important;
}

.notification-link {
    background: url(https://d3q6935x4x7r30.cloudfront.net/images/large-sprite.png) no-repeat top left;
    background-position: 0 -759px;
    border: 0;
    color: #530e07;
    cursor: pointer;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 18px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 166px;
}

.is-mobile .notification-link {
    position: absolute;
    transform: translateY(50%);
}

.is-mobile .notification-link-wrapper::after {
    display:none !important;
}
