.gateway{
    cursor: pointer;
}

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

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

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

.gateway-popup .popup-body .errors{
    text-align: center;
    margin: 15px 0 25px 0;
}

.gateway-popup .popup-body .painted-button{
    left: 50%;
    transform: translateX(-50%);
    color: #530e07;
    outline: 0;
    border: 0;
}


.gateway-popup .popup-body .painted-button:hover{
    color: #000;
}

.gateway-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;
}

.gateway-popup .date_dropdown{
    display: flex;
    margin: 20px auto 10px auto;
    max-width: 400px;
}

.gateway-popup .date_dropdown .input-group{
    flex-grow: 1;
    padding: 0 10px;
    position: relative;
}

.gateway-popup .date_dropdown .input-group:after{
    content: "›";
    position: absolute;
    top: 50%;
    right: 15px;
    color: #000;
    font-size: 30px;
    line-height: 0;
    transform: rotate(90deg);
    pointer-events: none;
}

.gateway-popup .date_dropdown .input-group select{
    width: 100%;
    color: black;
    padding: 5px;
    border: 0;
    -webkit-appearance: none;
}

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

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

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

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

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

.gateway-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;
}
