.digital_pulse_footer .dpe-component-wrapper.glb-footer {
    background-color: #000;
}

.digital_pulse_footer .glb-footer__link--l1 {
    display: none !important;
}

.digital_pulse_footer .col-xs-12.col-sm-4 .col-xs-6 {
    width: 100%;
}

.digital_pulse_footer .col-xs-12.col-sm-4 .col-xs-6 a {
    pointer-events: none;
}


.digital_pulse_footer .col-xs-12.col-sm-2:last-child .glb-footer__link--l3 {
    text-decoration: none !important;
}

.digital_pulse_footer .col-xs-12.col-sm-2:last-child .glb-footer__link--l3:after {
    content: "Subscribe";
    text-align: center;
    display: block;
    border: 1px solid #fff;
    margin-top: 10px;
    padding: 5px 10px;
    width: 85px;
    font-family: 'PwC ITC Charter';
    transition: all .3s ease;
}
.digital_pulse_footer .col-xs-12.col-sm-2:last-child .glb-footer__link--l3:hover:after {
    background-color: #fff;
    color: #000;
}
.digital_pulse_footer .glb-footer__disclaimer {
    display: none;
}

.digital_pulse_footer .dpe-component-wrapper > .container:before {
    content: "Digital Pulse";
    font-family: 'PwC ITC Charter';
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.digital_pulse_footer .col-xs-12.col-sm-2:nth-child(4) a:nth-child(2) {
    pointer-events: none;
}

.digital_pulse_footer a {
    color: #fff !important;
}