.giving-legacy #legacy-menu{
    padding-top: 0 !important;
}

.btn-next {
    background: none;
    text-transform: uppercase;
    font-family: BentonModernDisplaySemiBold;
    font-size: 16pt;
    color: #002b45;
    position: relative;
    padding: 50px 0 0 0;
    width: 60px;
    text-align: center;
    margin: 20px 10px 10px;
    display: inline-block;
    line-height: 24pt;
}
.btn-next:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #002b45;
    top: 0;
    left: 10px;
}
.btn-next:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-left: 1px solid #002b45;
    border-top: 1px solid #002b45;
    top: 13px;
    left: 20px;
    transform: rotate(135deg);
}
.btn-next:hover {
    color: #3A5B6E;
    background: none;
}
.btn-next:hover:after, .btn-next:hover:before {
    border-color: #3A5B6E;
    background: none;
}
.btn-next:focus,
.btn-next:visited {
    outline: none;
    background: none;
    color: #002b45;
}
.btn-next.light {
    color: #FFFFF5;
}
.btn-next.light:after, .btn-next.light:before {
    border-color: #FFFFF5;
    background: none;
}
.btn-next.light:hover {
    opacity: .7;
}

.btn-back {
    background: none;
    text-transform: uppercase;
    font-family: BentonModernDisplaySemiBold;
    font-size: 16pt;
    color: #002b45;
    position: relative;
    padding: 50px 0 0 0;
    width: 60px;
    text-align: center;
    margin: 20px 10px 10px;
    display: inline-block;
    line-height: 24pt;
}
.btn-back:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #002b45;
    top: 0;
    left: 10px;
}
.btn-back:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-left: 1px solid #002b45;
    border-top: 1px solid #002b45;
    top: 13px;
    left: 25px;
    transform: rotate(-45deg);
}
.btn-back:hover {
    color: #3A5B6E;
    background: none;
}
.btn-back:hover:after, .btn-back:hover:before {
    border-color: #3A5B6E;
    background: none;
}
.btn-back:focus,
.btn-back:visited {
    outline: none;
    background: none;
    color: #002b45;
}
.btn-back.light {
    color: #FFFFF5;
}
.btn-back.light:after, .btn-back.light:before {
    border-color: #FFFFF5;
    background: none;
}
.btn-back.light:hover {
    opacity: .7;
}
.card-expiring-warning{
    color: red;
}
.card-expiring-warning > a{
    color: red;
    text-decoration: underline;
}
