.pb_link__blue {
    color: #0054a6 !important;
}
.pb_button {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    height: 50px;
    padding: 0 20px;
    border-radius: .25rem;
    line-height: 50px;
}
.pb_button span {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.pb_button__red {
    background: #ff0037;
    color: #fff !important;
}
.pb_button__blue {
    background: #0054a6;
    color: #fff !important;
}
.pb_button__bold {
    font-weight: bold;
}